@import url("general.css");
img {
  max-width: 100%;
}

/* Banner */
.home-bannerteen {
  background-color: var(--color-azul);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  padding: 75px 0px 0px 0px;
}

.home-bannerteen .teen-logo {
  max-width: 90%;
  padding-top: 80px;
}

.home-bannerteen .log-clinica {
  position: absolute;
  top: 0px;
  left: 100px;
  padding: 20px 20px;
  background-color: #fff;
  z-index: 1;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
}

.home-bannerteen .log-hospital {
  position: absolute;
  top: 0px;
  right: 100px;
  padding: 15px 20px;
  background-color: #fff;
  z-index: 1;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
  width: 160px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  .home-bannerteen .teen-logo {
    max-width: 100%;
    padding-top: 30px;
  }
}

/* Teen */
.teen {
  padding: 100px 0px 0px 0px;
}

.teen strong {
  color: var(--color-azul);
}

.teens-info {
  position: absolute;
  width: 550px;
  margin-top: 30px;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .teen .teens-info {
    position: absolute;
    margin-top: 200px;
  }
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  .teen .teens-info {
    position: relative;
    margin-top: 20px;
    width: 100%;
  }
}

/* Tratamientos */
.tratamientos {
  padding: 100px 0px 0px 0px;
}

.tratamientos .tra-serv {
  padding: 30px 0px 0px 0px;
}

.tratamientos h3 {
  margin-top: -10px;
}

.tratamientos strong {
  color: var(--color-azul);
}

.tratamientos span {
  font-family: "Nunito-Medium";
  font-size: 20px;
  letter-spacing: 0px;
  color: var(--color-gris);
}

.tratamientos .servicios {
  padding: 0px 0px;
  margin-top: -10px;
  margin-bottom: 25px;
}

.tratamientos .servicios p {
  line-height: 8px;
}

.valoracion {
  margin-top: -10px;
}

.tratamientos .teen-tratamientos {
  position: absolute;
  right: 0px;
  margin-top: -150px;
}

.tratamientos .teen-forma {
  position: absolute;
  left: 0px;
  width: 480px;
  margin-top: 80px;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .tratamientos .tra-serv {
    padding: 30px 15px 0px 15px;
  }
  .tratamientos .teen-tratamientos {
    position: absolute;
    width: 350px;
    right: 0px;
    margin-top: -50px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 768px) { 
  .dis-mov{
    position: relative;
    margin-top: 50px;
    display: none;
  }
}
@media (max-width: 767.98px) { 
  .tratamientos .teen-tratamientos {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .tratamientos .servicios p {
    line-height: 15px !important;
  }
  .tratamientos .teen-forma {
    display: none;
  }
  .dis-desk{
    display: none;
  }
}

/* Marcas */
.teen-marcas {
  background-color: var(--color-gris-div);
  position: relative;
  margin: 100px 0px 0px 0px;
  padding: 50px 0px;
  width: 100%;
}

.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.slick-prev, .slick-next {
  display: none !important;
}


/* Contacto */
.contacto {
  margin: 100px 0px 0px 0px;
}

.contacto h1 {
  padding: 0px 0px 30px 0px;
}

.contacto .direccion svg {
  color: var(--color-azul);
  margin-top: -6px;
  width: 20px;
  height: 20px;
}

.contacto .telefonos svg {
  color: var(--color-azul);
  margin-top: -6px;
  width: 20px;
  height: 20px;
}

.contacto .direccion p {
  margin-bottom: 0rem;
}

.contacto .telefonos {
  padding: 30px 0px 30px 0px;
}

.contacto .telefonos p {
  padding: 15px 0px 0px 0px;
}

.contacto img {
  margin-top: 50px;
}

.contacto p {
  margin-bottom: 0rem;
}

.contacto input {
  background-color: var(--color-gris-div);
  border: none;
  width: 100%;
  padding: 5px 5px;
}

.contacto button {
  float: right;
}

/* Mapa */
.mapa {
  margin: 100px 0px 0px 0px;
}
.mapa iframe {
  width: 100%;
  height: 400px;
}
