/**** BUG FIX PARA COLOREADO DE MD-ICON *****/
    md-icon {
        color: inherit !important;
    }

/************ font config ***************/
    @font-face {
        font-family: "Gotham";
        src: url(../fonts/Gotham/Gotham-Medium.otf) format('truetype');
    }
    @font-face {
        font-family: "Gotham-bold";
        src: url(../fonts/Gotham/Gotham-Bold.otf) format('truetype');
    }
    @font-face {
        font-family: "Roboto";
        src: url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
    }
    @font-face {
        font-family: "Roboto-thin";
        src: url(../fonts/Roboto/Roboto-Thin.ttf) format('truetype');
    }
    @font-face {
        font-family: "Roboto-bold";
        src: url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
    }
    @font-face {
        font-family: "Roboto-Light";
        src: url(../fonts/Roboto/Roboto-Light.ttf) format('truetype');
    }

    body,h1,h2,h3,h4,h5,h6,p,b, div{
        font-family: 'Gotham',"Helvetica Neue","Helvetica","Arial",sans-serif;
        
    }


/*********************** SPINNER ********************************/
 .spinner {
  /* margin: 100px auto; */
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.spinner > div {
  background-color: #0fa5b8;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0); }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
    background-color: #096975;
  }
}









/*********************** GENERAL ********************************/
  * {
    box-sizing: border-box;
    }
  .text-center{
      text-align: center;
    }
  #icono-brochure{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;

  }
  .icono-brochure{
    position: none;
    display: none;
  }
  #icono-scrolltop{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    background-color: white;
    position: absolute;
    top: -35px; 
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 0;
  }
  #icono-scrolltop i{
    transition: all .3s ease-in-out;
  }
  #icono-scrolltop:hover i{
    color: #2cc1bf !important;

  }
    
/****************HEADER*************/
  header{
    background: url('../img/bg-header.png') center center no-repeat;
    background-size: cover;
    background-position: 0% 75%;
    height: 780px;
    position: relative;
  }
  header a:hover{
    cursor: pointer;
  }
  md-toolbar{
    transition: all .4s ease-in-out;
    background-color: white !important;
  }
  md-toolbar > h1 {
    margin-left: 2em;
  }
  md-toolbar > md-nav-bar {
    margin-right: 2em;

  }
  md-toolbar md-nav-bar md-nav-item{
    border-bottom: none !important;
    
  }
  md-toolbar a .logo-siat{
    max-width: 5.5em;
  }
  md-toolbar div button span {
    font-size: 1em !important;
  }
  header .go-down{
    background: rgba(255,255,255,1) !important;
    border-radius: 50%;                
    font-size: 34px;
    height: 40px;
    line-height: 20px !important;
    text-align: center;
    width: 40px;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    font-size: 2em !important;
    z-index: 1 !important;
    box-shadow: none !important;
  } 
  header .go-down i{
   color: #084f58;
   transition: .3s all ease-in-out;
   -webkit-transition: .3s all ease-in-out;
   -o-transition: .3s all ease-in-out;
   -ms-transition: .3s all ease-in-out;
  }
  header .go-down:hover i{
    color: #2cc1bf;
  } 
  /******BOTON DOWN BREACKPOINTS******/
  @media (max-width: 330px){
    header{
      height: 600px;
    }
    header .go-down{
      top: 80%;
    }
  }
  @media (min-width: 330px) and (max-width: 600px) {
    header .go-down{
      top: 70%;
    }
  }
  @media (min-width: 600px) and (max-width: 900px) {
    header .go-down{
      top: 86%;
    }
  }
  @media (min-width: 900px) and (max-width: 1200px) {
    header .go-down{
      top: 86%;
    }
  }
  @media (min-width: 1200px) {
    header .go-down{
      top: 87%;
    }
  }




  /**********SIDENAV CELULARES/TABLETS****************/
  .navbar-header button{
    color: #626262 !important;
  }
  .fixed{
    position: fixed !important;
    background-color: white !important;
  }
  .fixed button{
    color: #626262 !important;
  }
  .md-toolbar-tools{
    background-color: #0fa5b8;
  }
  .md-toolbar-tools h2{
  color: white;
  font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  }
  
  .md-dialog-content h2{
  font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  }
  .menu-title{
  color: #636363;
  font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  }
  

/****************SLIDER*************/
button.demo-nav {
  margin-top: 130px;
}
.ng-carousel{
  height: 100%;
  background-color: black;
  width: 100%;
}
.ng-carousel slide {
    background: none;
   
}
.ng-carousel slide h6{
    text-align: center;
    font-size: 4rem;
    color: #bbb;
}
.ng-carousel slide h4{
    text-align: center;
    font-size: 8rem;
    color: #bbb;
}
.ng-carousel slide.empty {
    background: none;
}
.ng-carousel slide div{
    height: inherit;
}

.ng-carousel slide:not(.empty):nth-child(odd) {
  background-color: transparent;
  color: #ccc;
}
.carousel-example div h6,
.carousel-example div h4{
  color: white;
  font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif;
}
.carousel-example div h6{
  font-size: 2.4em;
  margin-bottom: -20px;
}
.carousel-example div h4{
  font-size: 8em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
slide div h3{
  font-size: 2em;
  font-weight: bold;
  color: white !important;
}
slide div p{
  font-size: 1em;
  color: white !important;
}


    /**MEDIA QUERY CELULAR MEDIANO/GRANDE**/
  @media (min-width: 330px) and (max-width: 600px) {
     slide div h3{
        font-size: 2em;
        font-weight: bold;
        padding-top: 3em;
      }
      slide div p{
       font-size: 1em;
      }
    }
    /*MEDIA QUERY CELULAR CHICO*/
   @media (max-width: 330px){
      slide div h3{
        font-size: 1.3em;
        font-weight: bold;
        padding-top: 3em;
      }
      slide div p{
        font-size: .8em;
      }

    }

/****************FOOTER*************/
footer{
  background-color:#084f58;
  padding-top: 9em;
  margin-top: 5em;
}
footer .container,
footer .container md-content{
  background-color: #084f58;
}
footer .container md-content div h1{
  padding-top: .2em;
}

footer .container md-content div h1,
footer .container md-content div p,
footer .container md-content div a{
  color: white;
  border-bottom: none;
}
#titulo-footer::before{
  left: 0 !important;
}
#titulo-footer-derecho::before{
  left: 0% !important;
}
.mapa-footer{
  padding-bottom: 2em;
}
.mas-about p{
  font-size: .9em;
  font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif;
}
.lista-direc a{
  font-size: .9em;
  font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif;
}
.lista-direc a div i{
  background: #ffffff;
  border-radius: 50%;
  color: #084f58;
  font-size: 16px;
  height: 30px;
  line-height: 16px;
  text-align: center;
  width: 30px;
}
.powered p{
  color: white;
  padding-top: .5em;
  font-size: .7em;
  font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif;
}
.powered p a{
  font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif;
}
.brochure{
  position: fixed;
  bottom: 5%;
  right: 10%;
}
.brochure i{
  color: white;
  font-size: 1.2em;
}
.brochure .tool-tip{
  color: white;
}
/*********************** LANDING ********************************/


  /****************SERVICIOS SIAT*************/
  .cartas{
    background-color: rgb(242,242,242);
  }
  .servicios{
    padding-top: 0;
    padding-bottom: 0;
  }
      .servicios-items{
        padding-top: 0;
        border-right: #fff 1px solid;
        display: block;
        text-align: center;
        position:relative;
        height: 250px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        overflow: hidden;
      }

  @media (max-width: 900px) {
    .servicios-items{
    padding-top: 0;
    border-right: #fff 0px solid; 
    display: block;
    text-align: center;
    position: relative;
    height: 250px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    overflow: hidden;
    margin: 1em;
    box-shadow: 0px 0px 10px gainsboro;
    background-color: rgba(253, 253, 253, 0.4);
    }
  }
      .servicios-items h4 {
         text-transform: uppercase;
         color: black;
         -webkit-transition: all .4s ease-out;
          -moz-transition: all .4s ease-out;
          -o-transition: all .4s ease-out;
          -ms-transition: all .4s ease-out;
         font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif;
         font-weight: bold;
      }
      .servicios-items-icono{
        background: #0fa5b8;
        border-radius: 0 0 30px 30px;
        color: #fff;
        font-size: 23px;
        height: 125px;
        line-height: 203px;
        margin-bottom: 10px;
        text-align: center;
        width: 48px;
        margin-bottom: 30px;
        transition: all .4s  ease-out;


      }
      .servicios-items div{
        top: 100%;
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        padding: 0 20px;
        -webkit-transition: all .4s ease-out;
          -moz-transition: all .4s ease-out;
          -o-transition: all .4s ease-out;
          -ms-transition: all .4s ease-out;
      }
      .servicios-items div p{
        color: white;
        font-family: helvetica;
        margin-top: 10px;
      }
     .servicios-items:hover i{
        background: #fff;
        color: #0fa5b8;
        height: 61px;
        width: 35px;
        line-height: 68px;
        margin-bottom: 16px;
        font-size: 17.5px;
        padding-top: 10px;
     }
     .servicios-items:hover h4{
        color: white;
     }
     .servicios-items:hover{
        background-color: #0fa5b8;
     }
     .servicios-items:hover div{
      top: 44%;
     }

/****************ABOUT SIAT*************/
 .about{
  background-color: rgb(250,250,250);
  padding-top: 3em;
  padding-bottom: 1em;
 }
    .about md-content img{
      padding-right: 2em;
      max-width: 100%;
    }
    .about-parrafos h4,
    .about-parrafos p{
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif;
    }
    .titulos{
      font-weight: 700;
      font-size: 2.3em;
      color: rgb(10,10,10);
      margin-top: 0px;
      border-bottom: 1px solid #ddd;
      padding-bottom: .3em;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important; 
      position: relative;

    }
    .titulos::before{
          background: #ddd;
        bottom: 0;
        content: "";
        height: 1px;
        left: calc(50% - 35px);
        position: absolute;
        width: 70px;
    }
    .subtitulos{
      font-size: 1em;
      text-transform: uppercase;
      font-style: italic;
      font-family: 'Merriweather',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
      color: #adadad;
      margin-bottom: 0px;
    } 
    .about-parrafos p{
      font-size: 15px;
      line-height: 26px;
    }



/****************ADHERENCIA*************/
.adherencia{
  background-color: #f2f2f2;
  margin-top: 4em;
  padding-top: .1em;
  padding-bottom: 0em;
}

    .adherencia .titulo{
      font-weight: 700;
      font-size: 2em;
      color: #0fa5b8;
      margin-top: 0px;
      padding-bottom: .3em;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important; 
      position: relative;
    }
    .adherencia .titulo::before{
      background: #ddd;
      color: rgba(15, 165, 184, 0.4);
      bottom: 0;
      content: "";
      height: 1.5px;
      left: 0;
      position: absolute;
      width: 70px;
    }
    .adherencia .subtitulo{
      font-size: 1.2em;
      text-transform: uppercase;
      font-style: italic;
      font-family: 'Merriweather',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
      color: #adadad;
      margin-bottom: 0px;
      color: #ddd;
    }
    .adherencia .parrafo{
      font-size: 1.4em;
      color: #7b7b7b;
      margin-top: 0px;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important; 
    }
    .adherencia .cita{
      font-size: 1.4em;
      color: #b2deea;
      margin-top: -5px;
      padding-bottom: .3em;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important; 
      text-align: right;
    }




/****************PORQUE SIAT*************/
.encabezado{
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: rgb(250,250,250);
}
    .encabezado  div h6{
      margin-bottom: .4em;
    }
    .encabezado   h4{
      border: none;
    }
    .encabezado .titulos::before{
      background: #ddd;
      bottom: 0;
      content: "";
      height: 1px;
      left: calc(50% - 35px);
      position: absolute;
      width: 70px;
    }

.porque{
  background-color: #096e9c;
}
    
    .porque .container{
      padding-top: 3em;
      padding-bottom: 3em;
    }
    .porque md-content{
      background-color: #0fa5b8;
    }
    .porque-img-paciente{
      background: url('../img/porque-paciente.jpg') center center no-repeat;
      background-size: cover;
      height: 600px;
    }
    .porque-img-medico{
      background: url('../img/porque-medico.jpg') center center no-repeat;
      background-size: cover;
      height: 600px;
    }
    .porque-img-sistema{
      background: url('../img/porque-sistema.jpg') center center no-repeat;
      background-size: cover;
      height: 600px;
    }
    .porque-img-laboratorio{
      background: url('../img/porque-laboratorio.jpg') center center no-repeat;
      background-size: cover;
      height: 600px;
    }
    .porque-razones{
      padding-top: 0em;
    }
    .porque-razones .titulo{
      font-size: 2.5em;
      color: white;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
      font-weight: bold;
      margin-top: -7px;
      margin-bottom: 14px;
    }
    .porque-razones h4{
      font-size: 1em;
      text-transform: uppercase;
      font-style: italic;
      font-family: 'Merriweather',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
      color: #39687d;
      margin-bottom: 0px;
    }
    .porque-razon .porque-razon-icono i{
      background: #ffffff;
      border-radius: 50%;
      color: #0fa5b8;
      font-size: 34px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      width: 70px;
    }
    .porque-razon .porque-razon-texto h1{
      font-size: 1.2em;
      color: white;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
      font-weight: bold;

    }
    .porque-razon .porque-razon-texto p{
      color: white;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
    }
    @media (min-width: 330px) and (max-width: 600px){
        .porque-razones{
          padding-top: 1.5em;
        }
        .porque-razones h4{
          margin-top: 0px;
        }
        .porque-razon .porque-razon-texto h1{
            font-size: 1em;
            color: white;
          }
          .porque-razon .porque-razon-texto p{
            font-size: .8em;
          }
    }
    @media (min-width: 600px) and (max-width: 900px){
      .porque-razones{
        padding-top: 2em;
        padding-bottom: 2em;
      }
    }


/****************CITA*************/
.cita {
  background-color: #f2f2f2;
  padding-top: 2em;
  padding-bottom: 2.5em;
}

    .cita .titulo {
      font-weight: 700;
      font-size: 2em;
      color: #0fa5b8;
      margin-top: 0px;
      padding-bottom: .3em;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important; 
      position: relative;
    }
    .cita .titulo::before{
      background: #ddd;
      bottom: 0;
      content: "";
      height: 1.5px;
      left: 0;
      position: absolute;
      width: 70px;
    }
    .cita .subtitulo{
      font-size: 1.2em;
      text-transform: uppercase;
      font-style: italic;
      font-family: 'Merriweather',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
      color: rgba(15, 165, 184, 0.4);
      margin-bottom: 0px;
    }
    .cita .parrafo{
      font-size: 1.4em;
      color: #7b7b7b;
      margin-top: 0px;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important; 
    }
    .cita .cita{
      font-size: 1.4em;
      color: rgb(220,220,220);
      margin-top: -5px;
      padding-bottom: .3em;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important; 
      text-align: right;
    }
    @media (max-width: 330px) {
      .cita .parrafo{
      font-size: 1em;
      }
    }
    @media (min-width: 330px) and(max-width: 600px) {
      .cita .parrafo{
      font-size: 1.3em;
      }
    }
/****************NEWSLETTER*************/
.newsletter .suscribirse-boton button span{
  color:white;
}
.newsletter .suscribirse-boton button i{
  color:white;
}



/****************CONTACTO*************/


.contacto{
 
}
    .contacto .encabezado{
      padding-top: 1em;
      padding-bottom: 1em;
    }
    .contacto .encabezado h6{
      margin-bottom: .4em;
    }
    .contacto .encabezado h4{
      border-bottom: none;
    }
    .contacto .encabezado .titulos::before{
      background: #fff;
      bottom: 0;
      content: "";
      height: 1px;
      left: calc(50% - 35px);
      position: absolute;
      width: 70px;
    }
    .contact-form-contenido{
      border-radius: 10px;
      padding: 0 3em 1em 0;
    }
    .contact-form-contenido .titulo{
      font-size: 2.4em;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
      font-weight: bold; 
      padding-top: 0px;
      margin-top: 0px;
    }
    .contact-form-contenido .subtitulo{
      font-size: 1.1em;
      font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
      font-weight: bold; 
      margin: 0px;
      margin-top: -5px;
      padding: 0px;
      color: #0fa5b8;
      font-style: italic;
      padding-bottom: .5em;
    }

    .contacto .container{
      padding-top: 3em;
    }
    .mapa .titulo{
       font-size: 2.3em;
       font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
       font-weight: bold; 
       padding-top: 0px;
       margin-top: 0px;
       color: #272727;
    }
    .mapa .subtitulo{
       font-size: 1.1em;
       font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
       font-weight: bold; 
       margin: 0px;
       margin-top: -5px;
       padding: 0px;
       color: #0fa5b8;
       font-style: italic;
       padding-bottom: 1.7em;
    }
    .mapa .informacion{
       font-size: 1.1em;
         font-family: 'Open Sans',"Helvetica Neue","Helvetica","Arial",sans-serif !important;
         font-weight: bold; 
         margin: 0px;
         color: #0fa5b8;
         font-style: italic;
         padding-bottom: 1.7em;
         margin-top: 1.7em;
    }
