@charset "utf-8";
@import "reset.css";
@import "fonts/stylesheet.css";

body {
  margin: 0 auto;
  font-family: "Barlow", sans-serif;
  font-size: 19px;
  color: black;
  -webkit-font-smoothing: antialiased;
}

.top-bar {
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 8px 60px;
  height: 35px;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 900px) {
  .top-bar {
    display: block;
    text-align: center;
    height: fit-content;
    font-size: 14px;
    padding: 6px 20px 9px 20px;
    line-height: 1.3;
  }
}

/* links  */

a {
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: black;
  -webkit-transition: all 0.2s ease;
}

.link1,
.link2 {
  display: inline-block;
  border: 2px solid white;
  color: white;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 16px;
  margin-top: 5px;
  font-family: "Barlow SemiBold";
}
.link1:hover {
  color: black;
  border: 2px solid black;
}
.link2 {
  display: inline-block;
  margin-top: 30px;
  width: 70%;
  text-align: center;
  background-color: #2095e5;
  border: 2px solid #2095e5;
}
.link2:hover {
  color: white;
  background-color: black;
  border: 2px solid black;
}

/* títulos y texto */

p {
  line-height: 28px;
}
h1 {
  font-size: 52px;
  font-family: "Barlow SemiBold";
}
h2 {
  font-size: 40px;
  font-family: "Barlow SemiBold";
}
h3 {
  font-size: 24px;
  font-family: "Barlow SemiBold";
}
h4 {
  font-size: 30px;
  font-family: "Barlow SemiBold";
}

strong {
  font-weight: 600;
}
hr {
  width: 50px;
  border-bottom: 4px solid #6d6d6d;
  margin: 20px auto;
}

/* colores  */

.bg_blue {
  background-color: #2095e5;
}
.bg_gray {
  background-color: #f0efeb;
}
.bg_gray2 {
  background-color: #fafafa;
}
.bg_white {
  background-color: white;
}

.clr_white {
  color: white;
}
.clr_blue {
  color: #2095e5;
}
.clr_black {
  color: black;
}

/* arreglos  */

.listado {
  width: 100%;
  height: 100%;
  -ms-display: flex;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.center_vertical {
  width: 100%;
  height: 100%;
  -ms-display: flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.margin_bottom_60 {
  margin-bottom: 60px;
}
.margin_bottom_30 {
  margin-bottom: 20px;
}
.margin_top_60 {
  margin-top: 60px;
}
.center {
  text-align: center;
}
.padding {
  padding: 60px 0;
}
.padding2 {
  padding: 30px;
}
.padding_left {
  padding-left: 30px;
  padding-top: 30px;
}
.padding_right {
  padding-right: 30px;
  padding-top: 30px;
}
.fullscreen {
  height: 100vh;
  overflow: hidden;
}
.image:hover {
  opacity: 0.7;
}
.right {
  text-align: right;
}
.ancho {
  display: block;
  width: 100%;
  margin-bottom: 0px;
}
.ancho2 {
  display: inline-block;
  width: 500px;
}
.fila {
  float: left;
  width: 100%;
}
.top {
  padding-top: 110px;
}

/* estructura  */

.main {
  position: absolute;
  width: 100%;
}
.section {
  position: relative;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cont {
  margin: 0 auto;
  width: 940px;
}
.col_50 {
  float: left;
  width: 50%;
  height: 100%;
}
.col_100 {
  float: left;
  width: 100%;
  height: 100%;
}

/* secciones  */

.header {
  position: absolute;
  width: 100%;
  -ms-display: flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  z-index: 4000;
  padding: 20px 60px;
  height: 115px;
}
.logo {
  position: absolute;
  left: 50%;
  margin-left: -115px;
}
.logo img {
  width: 230px;
}
.menu,
.close {
  position: fixed;
  color: black;
  top: 90px;
  right: 20px;
  z-index: 5000;
  display: none;
}
.menu a {
  color: black;
}

.nav {
  position: absolute;
  right: 60px;
}
.nav li {
  float: left;
  margin-left: 15px;
  font-family: "Barlow SemiBold";
  padding-bottom: 10px;
  font-size: 15px;
}
.nav li ul {
  position: absolute;
  margin-top: 10px;
  background-color: white;
  border-radius: 5px;
  padding: 10px 0;
  overflow: hidden;
  display: none;
}
.nav li ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Barlow";
}
.nav li ul li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: black;
}
.nav li ul li a:hover {
  background-color: #eee;
}

.social {
  display: inline-block;
}
.social li {
  display: inline-block;
  margin-right: 15px;
}
.icono {
  display: block;
  background-color: white;
  color: black;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
  border-radius: 50%;
}
.icono:hover {
  background-color: black;
  color: white;
}

.whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  color: white;
  background-color: #4fce5d;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  padding-top: 17px;
  padding-left: 14px;
  font-family: "Barlow SemiBold";
  z-index: 3000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px;
}
.whatsapp:hover {
  background-color: #3a9b45;
  color: white;
}

.precios {
  position: fixed;
  right: 50px;
  bottom: 100px;
  color: white;
  background-color: #000000;
  width: 130px;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  padding-top: 8px;
  text-align: center;
  font-family: "Barlow SemiBold";
  z-index: 3000;
}
.precios:hover {
  background-color: #2095e5;
  color: white;
}

#slick_portada,
#slick_portada div {
  height: 100%;
  width: 100%;
  position: relative;
}
#slick_portada div {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#slick_portada div p {
  position: absolute;
  width: 80%;
  margin-left: 10%;
  top: 40%;
  left: 0;
  color: white;
  font-size: 55px;
  z-index: 3000;
}
#slick_portada div p small {
  display: block;
  line-height: 30px;
  font-family: "Barlow Medium";
  font-size: 19px;
  margin: 20px 0;
  max-width: 50%;
}

.ondas {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -50px;
  z-index: 2000;
}

.box {
  float: left;
  width: 49%;
  height: 150px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 30px;
}
.img_box {
  float: left;
  width: 20%;
  text-align: center;
  margin-left: 20px;
}
.img_box img {
  height: 80px;
}
.txt_box {
  float: left;
  width: 80%;
  margin-top: -10px;
  margin-right: 30px;
}
.txt_box1 {
  float: left;
  width: 80%;
  margin-top: -10px;
  margin-right: 30px;
}
.txt_box2 {
  display: none;
}
.box:hover {
  color: white;
  background-color: #6d6d6d;
}

#direcciones {
  padding: 30px 140px;
}
#contactanos {
  height: 56vh;
}
div#mapa {
  width: 33%;
}
div#direcciones {
  width: 34%;
  text-align: center;
}
@media (max-width: 1440px) {
    #direcciones {
      padding: 30px 50px;
    }
    #contactanos {
      height: 68vh;
    }
    }
@media (max-width: 900px) {
    #contactanos {
      height: auto;
    }
    div#mapa {
      width: 100%;
    }
    div#direcciones {
      width: 100%;
      text-align: center;
    }
}

.cont_contacto {
  width: 660px;
  margin: 0 auto;
  padding: 30px 60px;
  display: table;
}
input,
textarea {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
}
textarea {
  padding: 15px;
  height: 100px;
}
#col1_form {
  padding-right: 5px;
}
#col2_form {
  padding-left: 5px;
}
button {
  float: left;
  margin: 0;
  border: 2px solid #2095e5;
  color: #2095e5;
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 16px;
  margin-top: 5px;
  cursor: pointer;
  background-color: transparent;
  font-family: "Barlow", sans-serif;
  font-family: "Barlow Medium";
}
button:hover {
  color: black;
  border: 2px solid black;
}
#contacto,
#tratamientos_contacto {
  background-image: url("imgs/patron.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto;
}
#tratamientos_contacto {
  background-position-y: 10px;
}

#footer {
  background-color: #5e5e5e;
  padding: 30px 60px;
}
#creditos {
  background-color: #424242;
  padding: 30px;
  font-size: 16px;
}
.logo_footer {
  width: 250px;
}

.nav_footer {
  float: left;
  width: 50%;
  text-align: right;
}
.nav_footer li {
  float: left;
  height: 38px;
  font-size: 16px;
  width: 100%;
}
.nav_footer li hr {
  float: right;
  margin: 10px 0;
  width: 20px;
  border-bottom: 4px solid #2095e5;
}
.nav_footer .icono {
  margin-left: 5px;
  width: 26px;
  height: 26px;
  padding-top: 5px;
}
.alto_aux {
  height: 37px;
}

.item {
  position: relative;
  display: inline-block;
  width: 49%;
  height: auto;
  padding: 15px;
  background-color: white;
  border-radius: 7px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.img_item {
  float: left;
  width: 48%;
  overflow: hidden;
  border-radius: 7px;
}
.img_item img {
  display: block;
  width: 100%;
}
.txt_item {
  float: left;
  width: 52%;
  padding-left: 15px;
}
.txt_item p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
}
.redonda {
  border-radius: 50%;
}

.item .link2 {
  position: static;
  float: left;
  width: 100%;
  bottom: auto;
  margin: 0;
  margin-top: 10px;
}

.isotipo {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -58px;
  height: 80px;
}
#equipo .listado {
  justify-content: center;
}

.titulo_principal {
  position: absolute;
  width: 50vw;
  height: 100vh;
  left: 25vw;
  -ms-display: flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
  align-content: center;
  justify-content: center;
}
.titulo_principal h1 {
  font-size: 60px;
}

.titulo_tratamientos {
  float: left;
  width: 100%;
  margin-top: 60px;
  background-image: url("imgs/patron2.jpg");
  padding: 40px 0;
}
.titulo_tratamientos .cont img {
  float: left;
}
.titulo_tratamientos .cont h4 {
  width: 780px;
  text-align: center;
  float: right;
}
.titulo_tratamientos .cont {
  background-color: white;
  padding: 30px;
  border-bottom: 8px solid rgba(0, 0, 0, 0.1);
  display: table;
}

.titulo_politicas {
  float: left;
  width: 100%;
  margin-top: 60px;
  background-image: url("imgs/patron2.jpg");
  padding: 40px 0;
}
.titulo_politicas .cont h4 {
  /*width: 780px;*/
  text-align: center;
  /*float: right;*/
}
.titulo_politicas .cont {
  background-color: white;
  padding: 30px;
  border-bottom: 8px solid rgba(0, 0, 0, 0.1);
  display: table;
}
#politicas a {
  color: #000000;
  text-decoration: underline;
}
#politicas a:hover {
  color: #2095e5;
  text-decoration: underline;
}

#listado_tratamientos .slick,
#listado_tratamientos .slick div {
  height: 150px;
}
#listado_tratamientos .box {
  width: 100%;
  margin: 0;
}
#listado_tratamientos .box:hover {
  color: #2095e5;
  background-color: #6d6d6d;
}
#listado_tratamientos .slick div {
  width: 100%;
}
#listado_tratamientos .slick div .box .img_box {
  width: 40%;
  text-align: center;
  padding-top: 25px;
  padding-left: 80px;
}
#listado_tratamientos .slick div .box .txt_box {
  padding-top: 60px;
  text-align: left;
}
#listado_tratamientos .slick div .box:hover {
  background-color: #ccc;
}
#listado_tratamientos .slick {
  margin-bottom: 60px;
}
#listado_tratamientos .slick-prev {
  left: 20px;
}
#listado_tratamientos .slick-next {
  right: 20px;
}

#slick_equipo div .item,
#slick_articulos div .item {
  width: 95%;
}
#slick_articulos {
  margin-bottom: 30px;
}

.bull {
  float: left;
  width: 40px;
  height: 40px;
}
.texto {
  float: left;
  width: 900px;
}

#direcciones hr {
  float: none;
}

/* Cristian Code */

span.rectcervi a {
  margin-top: 87px;
}

.rpgimguno {
  margin-bottom: 60px;
}

.infomobile {
  margin-bottom: 20px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

/* MOBILE */

@media (max-width: 900px) {
  .menu {
    display: block;
    top: 45px;
    margin-top: 15px;
  }
  .close {
    margin-top: 15px;
  }
  .nav {
    position: fixed;
    width: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    z-index: -1;
    padding-top: 160px;
  }
  .nav li {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  body {
    font-size: 15px;
  }
  .logo {
    margin-left: -75px;
  }
  .logo img {
    width: 150px;
    padding-top: 8px;
  }
  .header {
    padding: 20px;
  }
  .social {
    margin-top: 0px;
  }
  .social li {
    display: block;
    margin-top: 7px;
  }
  #slick_portada div {
    background-size: auto 100%;
  }
  #slick_portada div p {
    width: 100%;
    padding: 0 20px;
    margin: 0;
    top: 30%;
    font-size: 25px;
    line-height: normal;
  }
  #slick_portada div p small {
    line-height: 1.5;
    font-size: 16px;
    margin: 10px 0;
    max-width: 100%;
  }
  .link1,
  .link2 {
    font-size: 15px;
  }
  .slick-dots {
    left: 20px;
    top: auto;
    bottom: 60px;
    display: flex !important;
  }

  .whatsapp {
    bottom: 8px;
    left: 8px;
    padding-top: 4px;
    padding-left: 15px;
  }
  .precios {
    bottom: 70px;
    right: 20px;
    padding-top: 8px;
    font-size: 19px;
  }
  .ondas {
    margin-bottom: -10px;
  }

  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }

  p {
    line-height: 1.7;
    font-size: 16px;
  }

  .margin_bottom_60 {
    margin-bottom: 40px;
  }

  .padding {
    padding: 50px 20px;
  }

  .cont,
  .cont_small,
  .col_50 {
    width: 100%;
  }

  .box,
  .img_box,
  .txt_box,
  .cont_contacto {
    width: 100%;
  }
  .box {
    margin-bottom: 4px;
    height: 140px;
  }
  .img_box {
    margin: 15px 0;
  }
  .center_vertical {
    display: block;
    margin-top: 10px;
  }
  .img_box img {
    height: 50px;
  }
  #slick_equipo div .item,
  #slick_articulos div .item {
    width: 80%;
    margin-left: 10%;
    min-height: 1px;
  }
  #slick_articulos {
    margin-bottom: 10px;
  }
  #direcciones {
    padding: 50px 20px;
    width: 100%;
  }
  #contactanos {
    height: auto;
  }
  #mapa {
    height: 400px;
  }
  .right {
    text-align: center;
  }
  #col1_form,
  #col2_form {
    padding: 0;
  }
  #direcciones hr {
    float: none;
  }

  #footer {
    padding: 30px 20px;
    text-align: center;
  }
  #creditos {
    padding: 20px;
    font-size: 14px;
  }
  .logo_footer {
    width: 150px;
  }
  .nav_footer {
    width: 100%;
    text-align: center;
  }
  .nav_footer li {
    margin: 0;
    height: 30px;
    margin-bottom: 4px;
  }
  .nav_footer li hr {
    float: none;
    margin: 10px auto;
  }

  .section {
    background-size: cover;
  }
  .titulo_principal h1 {
    font-size: 30px;
  }

  .padding_left,
  padding_right {
    padding: 0;
  }
  #listado_tratamientos .slick div .box .img_box {
    width: auto;
    padding-top: 25px;
    padding-left: 50px;
  }
  #listado_tratamientos .slick div .box .txt_box {
    padding-top: 65px;
    width: auto;
    margin-left: 10px;
  }
  #listado_tratamientos .slick-prev {
    left: 10px;
  }
  #listado_tratamientos .slick-next {
    right: 10px;
  }

  .ancho2 {
    width: 100%;
  }

  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }

  .titulo_tratamientos .cont,
  .titulo_tratamientos {
    text-align: center;
  }
  .titulo_tratamientos .cont img {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .titulo_tratamientos .cont h4 {
    width: 100%;
  }

  .item {
    height: auto;
    width: 100%;
  }
  .item .link2 {
    position: static;
    float: left;
    width: 100%;
    left: auto;
    bottom: auto;
  }
  .top {
    padding-top: 120px;
  }

  /* Cristian Code */

    .icono {
    width: 25px;
    height: 25px;
    padding-top: 5px;
  }

  .fa-lg {
    padding-top: 13px;
  }
  .fa-p {
    font-size: 1.1em !important;
  }

  .menu a {
    color: #ffffff;
  }

  .menu {
    position: absolute !important;
  }

  .menu,
  .close {
    position: fixed;
    top: 80px;
  }

  span.rectcervi a {
    margin-top: 30px;
  }

  .ancho {
    margin-bottom: 40px;
  }

  .rpgimguno {
    margin-bottom: 0px;
  }

  .infomobile {
    margin-bottom: 0px;
  }

  .margin_top_60 {
    margin-top: 20px;
  }

  .margin_bottom_40 {
    margin-bottom: 20px;
  }

  div#slick-slide00 {
    background-size: auto 130%;
  }

  .padding_right {
    padding-right: 30px;
    padding-top: 0px;
  }

  .txt_box1 {
    display: none;
  }

  .txt_box2 {
    width: 100%;
    margin-top: -10px;
    display: block;
    float: left;
  }

  .txt_item p {
    font-size: 13px;
  }

  /* 06/07/2022 */

  .fullscreen {
    height: 60vh;
  }

  .titulo_principal {
    height: 65vh;
  }

  .titulo_tratamientos {
    margin-top: 0px;
    background-image: none;
    padding: 0px;
  }
}
