html{font-size: 16px;}
body{color: #787978;font-family: Oswald, sans-serif !important;}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.loaded {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}
h3{font-size: 2.2rem;}
h6{font-size: 1.35rem;}
.oculto{display: none;}
.uper{text-transform: uppercase;}
nav{background-color: #ffffffd1;}
nav ul a{color: #545c65; font-weight: 600;}
.dedo{cursor: pointer;}
.sidenav-overlay{background-color: transparent;}
.isologotipo-menu{height: 60px;padding: 3px 0px 0px 20px;}
.isologotipo-menu-small{width: 230px; padding: 15px 0px;}
.sidenav li{line-height: 0;}
.sidenav li > a{padding: 0 20px;}
.sidenav{width: 250px;}
.button-menu.btn {height:50px ; line-height: 50px;}
.button-menu i {margin-top: -5px;}
.bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: .5rem;
    border-radius: 50%;
    background-color: #429987;
}
.dropdown-content li > a {color: #787978;}

#turno-banner{
  position:absolute;
  top: 20%;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  z-index: 2;
}
.banner-img{
    object-fit: cover;
    max-height: 600px;
    width: 100%;
}
.jarallax {
	  position: relative;
	  z-index: 0;
    width: 100%;
    height: 400px; 
}
.jarallax > .jarallax-img {
	  position: absolute;
	  object-fit: cover;
	  font-family: 'object-fit: cover;';
    top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: -1;
}
.banner-text{
    pointer-events: none;
    position: absolute;
    top: 20%;
    width: 100%;
}
.isologotipo-banner{max-width: 750px;}
.sc-card{
    min-height: 430px;
    margin-top: -100px;
    border-radius: 0 !important;
    padding: 24px;
    z-index: 3;
    
}
.sc-card-content{
  padding-top: 1.5rem;
  transition: transform .3s; /* Animation */
}
.sc-card:hover {
  background-color: #429987;
  color: white;
}
.img-icon{
  transition: transform .3s; /* Animation */
}
.img-icon:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.img-card{width: 80px;}
.img-practicas{ width: 100%;}
.img-icon{width: 50px;}
.text-icon{font-weight: 500;}
.separator {
    height: 1px;
    margin-top: 20px;
    background: #eeeeee;
    position: relative;
}
.separator::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    content: "";
}
#sc-section-estudios .separator{width: 210px;}
#sc-section-estudios .separator::after{background: #429987;}
#sc-section-especialidades .separator{width: 310px;}
#sc-section-especialidades .separator::after{background: #eeeeee;}
#sc-section-prestadores .separator{width: 430px;}
#sc-section-prestadores .separator::after{background: #429987;}
#sc-section-contacto .separator{width: 200px;}
#sc-section-contacto .separator::after{background: #eeeeee;}
#sc-section-especialidades .bullet{background-color: white;}
#index1 #sc-section-especialidades{
    background: #858d98;
    background-image: url("../img/bannera.png");
    background-image: url("../img/bannera.png");
    object-fit: cover;
    background-repeat: no-repeat;
}

#cuadrado1{
    background:#429987;
    width: 350px;
    height: 390px;
    position: absolute;
  }
#cuadrado2{
    width: 350px;
    /*height: 300px;*/
    position:absolute;
    margin-top: 50px;
    margin-left:50px
} 
#cuadrado3{
    background:#429987;
    color: white;
    width: 350px;
    height: 390px;
    position: absolute;
    z-index: -1;
}
#cuadrado4{
    width: 350px;
    /*height: 300px;*/
    position:absolute;
    margin-top: 50px;
    margin-left:50px
}

#cuadrado5{
    background:#cad2db;
    width: 350px;
    height: 420px;
    position: absolute;
  }
#cuadrado6{
    width: 350px;
    /*height: 300px;*/
    position:absolute;
    margin-top: 85px;
    margin-left:50px
} 
.pd-estudios{padding: 50px 0px 0px 130px;}
.img-practicas{
    position: relative;
    top: 150px;
    left: 50px;
    width: 100%;
    min-width: 250px;
}
.bold{font-weight: bold;}
.collapsible-body .row{margin-bottom: 30px !important;}

/*footer*/
.logo-it{width: 80px;}
.logo-sc{width: 250px;}

/*Form*/

  /* label color */
  #sc-section-contacto .input-field label {
    color: rgb(255, 255, 255);
  }
  /* label focus color */
  #sc-section-contacto .input-field input[type=text]:focus + label {
    color: rgb(255, 255, 255);
  }
  /* label underline focus color */
  #sc-section-contacto .input-field input[type=text]:focus {
    border-bottom: 1px solid rgb(255, 255, 255);
    box-shadow: 0 1px 0 0 rgb(255, 255, 255);
  }
  /* valid color */
  #sc-section-contacto .input-field input[type=text].valid {
    border-bottom: 1px solid rgb(255, 255, 255);;
    box-shadow: 0 1px 0 0 rgb(255, 255, 255);;
  }
  /* invalid color */
  #sc-section-contacto .input-field input[type=text].invalid {
    border-bottom: 1px solid rgb(255, 255, 255);;
    box-shadow: 0 1px 0 0 rgb(255, 255, 255);
  }
  /* icon prefix focus color */
  #sc-section-contacto .input-field .prefix.active {
    color: rgb(255, 255, 255);;
  }
  #sc-section-contacto textarea.materialize-textarea:focus:not([readonly]),
  #sc-section-contacto input[type="text"]:not(.browser-default):focus:not([readonly]),
  #sc-section-contacto input[type="email"]:not(.browser-default):focus:not([readonly]){
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: 0 1px 0 0 #ffffff;
    box-shadow: 0 1px 0 0 #ffffff;

  }
  #sc-section-contacto textarea.materialize-textarea:focus:not([readonly]) + label,
  #sc-section-contacto input[type="text"]:not(.browser-default):disabled + label,
  #sc-section-contacto input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
  #sc-section-contacto input[type="email"]:not(.browser-default):focus:not([readonly]) + label{
    color: white;
  }
  #sc-section-contacto textarea.materialize-textarea, 
  #sc-section-contacto input[type="text"]:not(.browser-default),
  #sc-section-contacto input[type="email"]:not(.browser-default){
      color: white;
  }
  #sc-section-contacto input[type="text"]:not(.browser-default):disabled  {
    border-bottom: 1px solid white;
    color: white;
  }
  #sc-section-contacto select {
    background-color: rgb(84, 92, 101);
    color: white;
    font-family: Essonnes Display;
  }
  #atencionOtros .input-field > label{font-size: 16px; color: #787978;}
  #atencionOtros textarea.materialize-textarea:focus:not([readonly]) {
      border-bottom: 1px solid #429987;
      -webkit-box-shadow: 0 1px 0 0 #429987;
      box-shadow: 0 1px 0 0 #429987;
  }
  .fixed-action-btn {bottom: 100px;}
  .btn-floating:hover {
    background-color: #02d368;
  }
  .btn:hover {
    background-color: #429987;
  }
  [type="radio"]:checked + span::after{background-color: #429987;}
  [type="radio"]:checked + span::after{border: 2px solid #429987;}
  #modal1 input[type="text"]:not(.browser-default):focus:not([readonly]){
      border-bottom: 1px solid #429987;
      -webkit-box-shadow: 0 1px 0 0 #429987;
      box-shadow: 0 1px 0 0 #429987;
  }
  #modal1 input[type="text"]:not(.browser-default):disabled  {
    border-bottom: 1px solid #429987;
    color: #429987;
  }
  #modal1 input[type="text"]:not(.browser-default):disabled + label,
  #modal1 input[type="text"]:not(.browser-default):focus:not([readonly]) + label{
    color: #429987;
  }
  .switch label input[type="checkbox"]:checked + .lever {
    background-color: #4db6ac75;
  }
  .switch label input[type="checkbox"]:checked + .lever::after {
    background-color: #429987;
  }
  
/*color*/
.grisClaroB{background-color: #b4bcc4;}
.grisMedioB{background-color: #858d98;}
.grisOscuroB{background-color: #545c65;}
.grisInstitucional{color: #787978;}
.grisInstitucionalB{background-color: #787978;}
.verdeInstitucional{color: #429987;}
.verdeInstitucionalB{background-color: #429987;}
.rojoInstitucional{color: #903f30;}
.rojoInstitucionalB{background-color: #903f30;}
.wp{background-color: #02d368;}
.gradient-45deg-blue-grey-blue-grey {
    background: -webkit-linear-gradient(45deg,#cfd8dc,#546e7a) !important;
    background: linear-gradient(45deg,#cfd8dc,#546e7a) !important;
}

/*margin padding*/
.pd0{padding: 0rem !important;}
.pdr0{padding-right: 0px !important;}
.pdr5{padding-right: 5px;}
.pd50100{padding: 50px 0px 0px 100px;}
.pdtb5{padding-top: 5rem; padding-bottom: 5rem;}
.pdtb4{padding-top: 4rem; padding-bottom: 4rem;}
.pdb5em{padding-bottom: 5rem;}
.pdb3em{padding-bottom: 3rem;}
.pdt3{padding-top: 3rem;}
.pdt1{padding-top: 1rem;}
.pdb1{padding-bottom: 1em !important;}
.pdb2{padding-bottom: 2em !important;}
.pdt50{padding-top: 50px !important;}
.pd5{padding: 5px;}
.pdlr2{padding-left: 2em; padding-right: 2em;}
.mb-1{margin-bottom: -1px;}
.mt5{margin-top: 5px;}
.pdl35{padding-left: 35px;}
.pdt10{padding-top: 10px;}

/*width*/
.w100{width: 100%;}
.w150{width: 150px;}
.h390{height: 390px;}
.h382{height: 382px;}

/*FONT*/
.titulo-seccion{font-size: 2rem; padding-bottom: 1rem !important;}

/*SWIPER*/
.swiper-pagination-bullet-active {background-color: white !important;}
#sc-section-one .swiper-container {
  width: 100%;
  height: 600px;
}

#sc-section-one .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#sc-section-one .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sc-section-prestadores .swiper-slide img {
  display: block;
  width: 100%;
}
#sc-section-especialidades .swiper-container {
  padding-top: 20px;
  width: 100%;
  height: 450px;
}
#sc-section-especialidades  .swiper-slide{
  height: 120px;
}
#sc-section-especialidades  .swiper-slide .img-icon{
  width: 70px;
}
#logo-position{position: absolute;z-index: 2;width: 500px;top: 18%;left: 15%;}

/* RESPONSIVE -------------------------------------------------------------------------- */
/* small */
@media (max-width: 600px) {
    .collapsible-body{padding: 1rem;}
    .pdl35{padding-left: 0.75px;}
    h3 {font-size: 2rem;}
    .banner-text{top: 20%;}
    .sc-card-one{margin-top: -50px;}
    .sc-card{margin-top: -16px;}
    #iframe-maps{width: 100%; height: 200px; }
    .isologotipo-menu {
        height: 50px;
        padding: 3px 0px 0px 0px;
    }
    .jarallax {height: 300px ;}
    .pd-estudios{padding: 0px !important;}
    #sc-section-estudios .separator, #sc-section-especialidades .separator,#sc-section-prestadores .separator,#sc-section-contacto .separator{width: 100%;}
    .pdtb5{padding-top: 3rem; padding-bottom: 3rem;}
    .sc-card{min-height: 380px;}
    #index1 #sc-section-especialidades{
        background: -webkit-linear-gradient(45deg,#cfd8dc,#546e7a) !important;
        background: linear-gradient(45deg,#cfd8dc,#546e7a) !important;
    }
    #logo-position{top: 18%;left: 0%;max-width: 320px;}
    #sc-section-one .swiper-container {
      height: 250px !important;
    }
    .sc-card{min-height: 380px !important;}
}
/* medium */
@media (max-width: 992px) {
    .pdl35{padding-left: 0.75px;}
    #cuadrado1{
        background:#429987;
        width: 200px;
        height: 240px;
        position: absolute;
      }
    #cuadrado2{
        width: 200px;
        position:absolute;
        margin-top: 30px;
        margin-left:30px
    }  
    .pd-estudios{padding: 0px 0px 0px 70px;}
    #sc-section-one .pdt3{padding-top: 1em;}
    .card .card-title {font-size: 22px;}
    #index1 #sc-section-especialidades{
        background-image: url("../img/bannerS.png");
        background-image: url("../img/bannerS.png");
    }
    #sc-section-one .swiper-container {
      width: 100%;
      height: 400px;
    }
    .sc-card{min-height: 480px;}
}
/* large */
@media (max-width: 1200px) {
    .modal{width: 80%;}
    .pd50100{padding: 50px 0px 0px 50px;}
    #cuadrado4{
        width: 250px;
        /*height: 300px;*/
        position:absolute;
        margin-top: 50px;
        margin-left:50px
    }
    .container {width: 80%;}
}

/* x-large */
@media (min-width: 1200px) {
  .sc-card-content{padding-top: 3rem;}
}

@media (max-width: 1400px) and (min-width: 992px) {
    .pd-especialidades{padding-left: 120px !important;}
}
@media (max-width: 800px) and (min-width: 600px) {
  html {font-size: 14px;}
  .card .card-title {font-size: 18px;}
}