@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
body {
  font-family: 'Roboto', sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}

.header {
    background: linear-gradient(225deg, #006fff, #13f4ef, #68ff00, #faff00, #ffbf00, #ff005c);
    background-size: 1200% 1200%;
	
	

    -webkit-animation: anim 39s ease infinite;
    -moz-animation: anim 39s ease infinite;
    -o-animation: anim 39s ease infinite;
    animation: anim 39s ease infinite;
}

@-webkit-keyframes anim {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@-moz-keyframes anim {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@-o-keyframes anim {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@keyframes anim {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}


.accion {
  min-width: 150px;
}
.transparente {
  background-color: rgba(255, 255, 255, 0.8);
}
.index {
  background-color: #FAACA8;
  background-image: linear-gradient(19deg, #FAACA8 0%, #DDD6F3 100%);
}
.hide {
  display: none;
}
.cont {
  background: url("../img/chart-line-solid.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center top -70px;
  background-attachment: fixed;
}
.clihor {
  border: 2px;
  border-style: ridge;
  border-color: black;
}
.gradient {
  background-color: #D9AFD9;
  background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%);
}
.lineavertical {
  border-style: ridge;
  border-color: black;
}
.gradient2 {
  background-color: #FAACA8;
  background-image: linear-gradient(19deg, #FAACA8 0%, #DDD6F3 100%);
}
.gradient3, .clihor {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.gradient4 {
  background-color: black;
  cursor: not-allowed;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 30px 60px -12px inset, rgba(255, 255, 255, 0.5) 0px 18px 36px -18px inset;
}
.gradient5 {
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}
.gradientausente {
  background-color: white;
  box-shadow: rgba(255, 0, 0, 1) 0px 30px 60px -12px inset, rgba(255, 0, 0, 1) 0px 18px 36px -18px inset;
 height: 150px;
}
.botonancho {
  min-width: 100%;
  min-height: 100%;
	
}



.loading {
  position: absolute !important;
  background-color: white;
  width: 100%;
  height: 100%;
}
nav ul a, nav .brand-logo {
  color: #444;
}
header, main, footer {
  padding-left: 300px;
}
@media only screen and (max-width : 992px) {
  header, main, footer {
    padding-left: 0;
  }
}
hr {
  border: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.button-collapse {
  color: #26a69a;
}
.parallax-container {
  min-height: 300px;
  line-height: 0;
  color: rgba(255, 255, 255, .9);
  height: 600px;
}
.parallax-container .section {
  width: 100%;
}
@media only screen and (max-width:992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}
@media only screen and (max-width:600px) {
  #index-banner .section {
    top: 0;
  }
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}
footer.page-footer {
  margin: 0;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}