@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-medium";
  src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
* {
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  width: 90%;
  max-width: 1396px;
  margin: 0 auto;
  overflow: hidden;
}

.whatsapp_contacto {
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s;
}
.whatsapp_contacto:hover {
  transform: scale(1.1);
}

.after::after {
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #1c82eb;
  margin-top: 15px;
}

.center::after {
  display: block;
  content: "";
  width: 20%;
  margin: 15px auto;
  height: 4px;
  background-color: #1c82eb;
}

.fifth {
  border-color: #1c82eb;
  border-radius: 0;
  color: #1c82eb;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1c82eb;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth:hover {
  color: #ffffff;
}
.fifth:hover::after {
  width: 110%;
}

.fifth_alt {
  border-color: #63b0ff;
  border-radius: 0;
  color: #63b0ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #63b0ff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
  color: #ffffff;
}
.fifth_alt:hover::after {
  width: 110%;
}

.fifth_alt_1 {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
  color: #1c82eb;
}
.fifth_alt_1:hover::after {
  width: 110%;
}

@media screen and (max-width: 768px) {
  .whatsapp_contacto {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
  }
  .whatsapp_contacto img {
    width: 80%;
    height: 80%;
  }
  .whatsapp_contacto:hover {
    transform: scale(1.1);
  }
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-medium";
  src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
* {
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  width: 90%;
  max-width: 1396px;
  margin: 0 auto;
  overflow: hidden;
}

.whatsapp_contacto {
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s;
}
.whatsapp_contacto:hover {
  transform: scale(1.1);
}

.after::after {
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #1c82eb;
  margin-top: 15px;
}

.center::after {
  display: block;
  content: "";
  width: 20%;
  margin: 15px auto;
  height: 4px;
  background-color: #1c82eb;
}

.fifth {
  border-color: #1c82eb;
  border-radius: 0;
  color: #1c82eb;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1c82eb;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth:hover {
  color: #ffffff;
}
.fifth:hover::after {
  width: 110%;
}

.fifth_alt {
  border-color: #63b0ff;
  border-radius: 0;
  color: #63b0ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #63b0ff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
  color: #ffffff;
}
.fifth_alt:hover::after {
  width: 110%;
}

.fifth_alt_1 {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
  color: #1c82eb;
}
.fifth_alt_1:hover::after {
  width: 110%;
}

@media screen and (max-width: 768px) {
  .whatsapp_contacto {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
  }
  .whatsapp_contacto img {
    width: 80%;
    height: 80%;
  }
  .whatsapp_contacto:hover {
    transform: scale(1.1);
  }
}
.btn_home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.btn_home .btn_contenedor {
  width: 212px;
  height: 51px;
  border: 2px solid #1c82eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  cursor: pointer;
  text-decoration: none;
  color: #1c82eb;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  gap: 0.5em;
}
.btn_home .btn_contenedor p {
  font-size: 16px;
  margin-bottom: 3px;
}
.btn_home .btn_contenedor .plus {
  font-size: 20px;
}
.btn_home .btn_contenedor:hover {
  border: none;
  color: #ffffff;
}

header {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1607843137);
  z-index: 100000;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
}
header nav .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 41px;
  width: 189px;
}
header nav .logo img {
  height: 100%;
  width: 100%;
}
header nav .enlaces {
  margin-left: 10px;
  display: flex;
  align-items: center;
  width: 70%;
  gap: 1em;
}
header nav .enlaces .link {
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: transform 0.3s;
}
header nav .enlaces .active {
  transform: translateY(-5px);
}
header nav .enlaces .active::after {
  display: none !important;
}

.home {
  width: 100%;
  height: 1000px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 80px;
  position: relative;
  z-index: 100;
}
.home .home_principal {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 80%;
  flex-direction: column;
  color: #ffffff;
  z-index: 100;
  position: relative;
}
.home .home_principal .titulo {
  font-family: "DINPro-bold";
  font-size: 99px;
  width: 625px;
  line-height: 0.9;
}
.home .home_principal .titulo_sec {
  font-family: "Roboto", "sans-serif";
  font-size: 22px;
  width: 512px;
  font-weight: 400;
  margin-top: 25px;
}
.home .home_principal .btn {
  display: flex;
  flex-direction: row;
  gap: 5em;
}
.home .home_principal .btn .btn_home {
  width: 210px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  cursor: pointer;
}
.home .home_principal .btn .btn_contacto {
  background: #1c82eb;
}
.home .home_principal .btn .btn_conoce {
  border: solid 1px #ffffff;
}
.home .slider {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
}
.home .slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #00557e;
  z-index: 100;
}
.home .swiper-1 {
  width: 100%;
  height: 100%;
}
.home .swiper-slide-1 {
  background-position: center;
  background-size: cover;
}
.home .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.separador {
  height: 200px;
}

.nuestras_cirugias {
  height: 729px;
  position: relative;
  overflow: hidden;
}
.nuestras_cirugias .img_doctor {
  background-image: url("../../img/inicio/doctor.png");
  height: 100%;
  width: 55%;
  background-repeat: no-repeat;
  z-index: 100;
  bottom: 0;
  top: 0;
  position: absolute;
}
.nuestras_cirugias .cuadro {
  background: transparent linear-gradient(180deg, #63b0ff 0%, #1c82eb 100%) 0% 0% no-repeat padding-box;
  height: 589px;
  width: 855px;
  bottom: 0;
  position: absolute;
  z-index: 0;
  border-radius: 0px 20px 20px 0px;
}
.nuestras_cirugias .cirugias_contenido {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  padding-top: 60px;
}
.nuestras_cirugias .cirugias_contenido .cirugia_bloque {
  display: flex;
  width: 100%;
  height: 30%;
  z-index: 102;
}
.nuestras_cirugias .cirugias_contenido .cirugia_bloque .space {
  width: 50%;
}
.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title .titulo_cirugia {
  color: #00557e;
  font-family: "DINPro-bold";
  font-size: 40px;
}
.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title .cirugia_texto {
  font-family: "Roboto", "sans-serif";
  font-size: 20px;
  font-weight: 400;
  width: 90%;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider {
  height: 250px;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card {
  width: 344px;
  height: 208px;
  border: solid 2px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Roboto", "sans-serif";
  transition: 0.3s ease;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card:hover {
  transform: translateY(-15px);
  border: 3px solid #1c82eb;
  box-shadow: 0px 17px 20px -1px rgb(179, 177, 179);
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body {
  z-index: 100;
  position: relative;
  cursor: pointer;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body h2 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body p {
  font-size: 16px;
  font-weight: 400;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce .link_conoce {
  text-decoration: none;
  color: #1c82eb;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce img {
  height: 70%;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-prev {
  opacity: 0.4;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-next {
  opacity: 0.5;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-active {
  opacity: 0.5;
}
.nuestras_cirugias .cirugias_contenido .slider_comando {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
}
.nuestras_cirugias .cirugias_contenido .slider_comando div {
  width: 35%;
}
.nuestras_cirugias .cirugias_contenido .slider_comando .comando {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nuestras_cirugias .cirugias_contenido .slider_comando .comando .slider_arrow img {
  cursor: pointer;
}
.nuestras_cirugias .swiper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}

.resultados {
  width: 100%;
}
.resultados .resultados_principal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30%;
}
.resultados .resultados_principal .resultado_titulo {
  width: 35%;
}
.resultados .resultados_principal .resultado_titulo h1 {
  color: #00557e;
  font-family: "DINPro-bold";
  font-size: 40px;
}
.resultados .resultados_principal .resultado_titulo p {
  font-family: "Roboto", "sans-serif";
  font-size: 24px;
  font-weight: 500;
  margin-top: 18px;
}
.resultados .resultados_principal .resultados_texto {
  width: 50%;
}
.resultados .resultados_principal .resultados_texto p {
  font-family: "Roboto", "sans-serif";
  font-size: 20px;
}
.resultados .resultado_fotos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  gap: 1em;
}
.resultados .resultado_fotos figure {
  width: 28%;
  height: 100%;
  margin-bottom: 30px;
}
.resultados .resultado_fotos figure .resultado_img {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.resultados .resultado_fotos figure .resultado_img img {
  width: 100%;
  height: 100%;
}
.resultados .resultado_fotos figure .resultado_img .linea {
  position: absolute;
  width: 100%;
  bottom: -5px;
  opacity: 1;
}
.resultados .resultado_fotos figure .resultado_img .swiper {
  position: relative;
}
.resultados .resultado_fotos figure .resultado_img .swiper .arrow {
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 1em;
}
.resultados .resultado_fotos figure .resultado_img .swiper .arrow img {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.sobre_mi {
  height: 771px;
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.sobre_mi .sobre_foto {
  width: 40%;
  height: 100%;
}
.sobre_mi .sobre_foto figure {
  width: 98%;
}
.sobre_mi .sobre_foto figure img {
  width: 100%;
  object-fit: contain;
  box-shadow: 10px 22px 21px -8px rgb(179, 175, 179);
  border-radius: 20px;
  z-index: 100;
  position: relative;
}
.sobre_mi .sobre_mi_contenido {
  width: 50%;
  height: 100%;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  position: relative;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body h1 {
  font-size: 40px;
  color: #00557e;
  font-family: "DINPro-bold";
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-family: "Roboto", "sans-serif";
  color: #ffffff;
  gap: 1em;
  position: relative;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos .sobre_contenedor {
  height: 40px;
  width: 285px;
  background-color: #00557e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos img {
  position: absolute;
  left: -23%;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 1.5;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto p {
  margin-top: 20px;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto .texto {
  margin-top: 30px;
}
.sobre_mi .sobre_mi_contenido .sobre_btn {
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sobre_mi .sobre_mi_contenido .sobre_btn .btn_contenedor {
  cursor: pointer;
  height: 51px;
  width: 285px;
  background-color: #1c82eb;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  gap: 0.5em;
}

.testimoniales {
  display: flex;
  flex-direction: column;
}
.testimoniales .testimoniales_head {
  display: flex;
  margin-bottom: 30px;
  gap: 2em;
  align-items: center;
  justify-content: center;
  height: 20%;
}
.testimoniales .testimoniales_head h1 {
  font-family: "DINPro-bold";
  font-size: 40px;
  color: #00557e;
  width: 50%;
  margin-bottom: 5px;
}
.testimoniales .testimoniales_head figure {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimoniales .testimoniales_head figure img {
  width: 100%;
}
.testimoniales .testimoniales_clientes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 635px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.testimoniales .testimoniales_clientes .cards {
  width: 50%;
}
.testimoniales .testimoniales_clientes .cards .card {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 143px;
  width: 510px;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0px 30px 30px 0px;
  transition: 0.4s ease;
  margin-top: 5px;
  cursor: pointer;
}
.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 70%;
}
.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre figure {
  width: 30%;
}
.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre .testimoniales_nombre {
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  width: 80%;
}
.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre .testimoniales_nombre .nombre {
  font-size: 20px;
}
.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre .testimoniales_nombre .fecha {
  font-size: 16px;
  color: #00557e;
  margin-top: 5px;
}
.testimoniales .testimoniales_clientes .cards .card .testimoniales_arrow {
  width: 10%;
}
.testimoniales .testimoniales_clientes .cards .active {
  background-color: #99b9d1;
}
.testimoniales .testimoniales_forma {
  width: 44%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "sans-serif";
  position: relative;
}
.testimoniales .testimoniales_forma .google {
  position: absolute;
  top: 10px;
  right: 0;
}
.testimoniales .testimoniales_forma .quote {
  display: block;
}
.testimoniales .testimoniales_forma .quote-1 {
  display: none;
}
.testimoniales .testimoniales_forma .testimonio {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 0.5em;
}
.testimoniales .testimoniales_forma .testimonio h1 {
  font-size: 22px;
  font-weight: 500;
}
.testimoniales .testimoniales_forma .testimonio p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.7;
}
.testimoniales .testimoniales_forma .testimonio-no {
  display: none;
}

.swiper-button-prev {
  margin-left: 20px;
}

.sociedades {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sociedades .sociedades_cuerpo {
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sociedades .sociedades_cuerpo .sociedades_head {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: space-between;
}
.sociedades .sociedades_cuerpo .sociedades_head h1 {
  font-family: "DINPro-bold";
  font-size: 40px;
  color: #00557e;
  width: 60%;
}
.sociedades .sociedades_cuerpo .sociedades_head figure {
  width: 40%;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sociedades .sociedades_cuerpo .sociedades_head figure img {
  width: 100%;
  height: 100%;
}
.sociedades .sociedades_cuerpo .sub_sociedades {
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  font-size: 24px;
  margin-top: 15px;
}
.sociedades .sociedades_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.asesoramiento {
  height: 541px;
  width: 100%;
  background-image: url(../../img/inicio/img_fixed.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.asesoramiento::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 541px;
  opacity: 0.8;
  background-color: #00557e;
  z-index: 100;
}
.asesoramiento .asesoramiento_contenedor {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  z-index: 1000;
  position: relative;
}
.asesoramiento .asesoramiento_contenedor h1 {
  font-family: "Roboto", "sans-serif";
  font-size: 56px;
  color: #ffffff;
  width: 742px;
  text-align: center;
}
.asesoramiento .asesoramiento_contenedor .btn_home .btn_contenedor {
  border: 2px solid #ffffff !important;
  height: 62px;
  width: 202px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-family: "Roboto", "sans-serif";
  font-weight: bold;
  color: #ffffff;
}
.asesoramiento .asesoramiento_contenedor .btn_home .btn_contenedor:hover {
  color: #1c82eb;
  border: none !important;
}

.preguntas {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preguntas .preguntas_body {
  width: 43%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 790px;
}
.preguntas .preguntas_body .preguntas_titulo h1 {
  font-size: 40px;
  font-family: "Roboto", "sans-serif";
  color: #00557e;
}
.preguntas .preguntas_body .preguntas_cards {
  display: flex;
  height: 100%;
  justify-content: space-evenly;
  flex-direction: column;
}
.preguntas .preguntas_body .preguntas_cards .card {
  display: flex;
  width: 750px;
  height: 670px;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 30px 50px;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  margin-left: 2px;
}
.preguntas .preguntas_body .preguntas_cards .card div {
  display: flex;
  align-items: center;
  gap: 1em;
}
.preguntas .preguntas_body .btn_home .btn_contenedor {
  width: 322px;
}
.preguntas .preguntas_fig img {
  box-shadow: 1px 22px 21px -8px rgb(179, 175, 179);
  margin-right: 10px;
}

.publ_instagram {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.publ_instagram iframe {
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1607843137);
}

.footer {
  width: 100%;
  font-family: "Roboto", "sans-serif";
  position: relative;
  z-index: 1001;
}
.footer .up {
  position: absolute;
  cursor: pointer;
}
.footer .up img {
  width: 40px;
  height: 40px;
}
.footer .ubicacion_sucursales {
  height: 15%;
  background-color: #99b9d1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .ubicacion_sucursales .sucursal a {
  text-decoration: none;
  font-family: "Roboto", "sans-serif";
  color: #ffffff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}
.footer .ubicacion_sucursales .sucursal a img {
  margin-right: 10px;
}
.footer .footer_contenido {
  height: 85%;
  background-color: #00557e;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  overflow: hidden;
}
.footer .footer_contenido .enlaces {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.footer .footer_contenido .enlaces a {
  text-decoration: none;
  color: #ffffff;
  font-family: #ffffff;
  font-size: 16px;
}
.footer .footer_contenido .redes {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 10%;
}
.footer .footer_contenido .redes .red {
  width: 40px;
  height: 40px;
  background-color: #1c82eb;
  border-radius: 100%;
}
.footer .footer_contenido .redes .red a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer .footer_contenido .redes .red a img {
  width: 50%;
  height: 50%;
}
.footer .footer_contenido .derechos p {
  color: #99b9d1;
  font-family: "Roboto", "sans-serif";
  font-size: 14px;
}

.slider_testimonio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sk_branding {
  display: none !important;
}

.sk_reviews_grid-content {
  transition: all 0.3s;
}
.sk_reviews_grid-content:hover {
  transform: translateY(-20px);
  border-bottom: 5px solid #1c82eb;
  box-shadow: 1px 21px 10px -3px rgb(179, 177, 179);
}

@media screen and (max-width: 768px) {
  header {
    width: 100vw;
  }
  header .icono_menu {
    display: block;
    cursor: pointer;
  }
  header .icono_menu .menu {
    color: #000000;
    font-size: 40px;
  }
  header nav {
    justify-content: space-between;
  }
  header nav .logos {
    cursor: pointer;
    height: 35px;
    width: 150px;
  }
  header nav .logos img {
    height: 100%;
    width: 100%;
  }
  header nav .enlaces {
    background-color: #ffffff;
    width: 100vw;
    position: absolute;
    left: -10px;
    top: 80px;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0px 21px 5px -3px rgba(181, 175, 181, 0.5);
    transition: all 300ms;
    display: flex;
    flex-direction: column;
  }
  header nav .enlaces .active {
    border-bottom: 0px solid;
    transform: translateY(0px);
  }
  header nav .enlaces .active::after {
    display: block !important;
  }
  header nav .enlaces .link {
    text-align: start;
    padding-left: 30px;
    padding-top: 7px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    width: 100%;
    height: 100vw;
  }
  header nav .enlaces .link:hover {
    transform: translateY(0px);
    background-color: #00557e;
    color: #ffffff;
  }
  header nav .enlaces .link::after {
    width: 0%;
  }
  header nav .navBtn {
    display: flex;
    align-items: center;
    /* ANIMATION */
  }
  header nav .navBtn .btn_cuenta {
    width: 90px;
    height: 30px;
    margin-right: 15px;
  }
  header nav .navBtn .btn_cuenta a {
    font-size: 12px;
  }
  header nav .navBtn .menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    /* border: 3px solid black; */
  }
  header nav .navBtn .menu-btn__burger {
    width: 30px;
    height: 3px;
    background: black;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  header nav .navBtn .menu-btn__burger::before,
header nav .navBtn .menu-btn__burger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: black;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  header nav .navBtn .menu-btn__burger::before {
    transform: translateY(-8px);
  }
  header nav .navBtn .menu-btn__burger::after {
    transform: translateY(8px);
  }
  header nav .navBtn .menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
  }
  header nav .navBtn .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
  header nav .navBtn .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }
  header nav .mostrar_menu {
    /*CLASE MANIPULADA POR JS*/
    width: 100%;
  }
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-medium";
  src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-bold";
  src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
* {
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  width: 90%;
  max-width: 1396px;
  margin: 0 auto;
  overflow: hidden;
}

.whatsapp_contacto {
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s;
}

.whatsapp_contacto:hover {
  transform: scale(1.1);
}

.after::after {
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #1c82eb;
  margin-top: 15px;
}

.center::after {
  display: block;
  content: "";
  width: 20%;
  margin: 15px auto;
  height: 4px;
  background-color: #1c82eb;
}

.fifth {
  border-color: #1c82eb;
  border-radius: 0;
  color: #1c82eb;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}

.fifth::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1c82eb;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}

.fifth:hover {
  color: #ffffff;
}

.fifth:hover::after {
  width: 110%;
}

.fifth_alt {
  border-color: #63b0ff;
  border-radius: 0;
  color: #63b0ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}

.fifth_alt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #63b0ff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}

.fifth_alt:hover {
  color: #ffffff;
}

.fifth_alt:hover::after {
  width: 110%;
}

.fifth_alt_1 {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}

.fifth_alt_1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}

.fifth_alt_1:hover {
  color: #1c82eb;
}

.fifth_alt_1:hover::after {
  width: 110%;
}

@media screen and (max-width: 768px) {
  .whatsapp_contacto {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
  }
  .whatsapp_contacto img {
    width: 80%;
    height: 80%;
  }
  .whatsapp_contacto:hover {
    transform: scale(1.1);
  }
}
.btn_home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}

.btn_home .btn_contenedor {
  width: 212px;
  height: 51px;
  border: 2px solid #1c82eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  cursor: pointer;
  text-decoration: none;
  color: #1c82eb;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  gap: 0.5em;
}

.btn_home .btn_contenedor p {
  font-size: 18px;
  margin-bottom: 3px;
  margin-left: -2px;
}

.btn_home .btn_contenedor .plus {
  font-size: 20px;
}

.btn_home .btn_contenedor:hover {
  border: none;
  color: #ffffff;
}

header {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1607843137);
  z-index: 100000;
}

header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
}

header nav .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 41px;
  width: 189px;
  margin: 0;
}

header nav .logo img {
  height: 100%;
  width: 100%;
}

header nav .enlaces {
  width: 70%;
  display: flex;
  font-size: 12px;
}

header nav .enlaces a {
  text-align: center;
  text-decoration: none;
  color: #000000;
  width: 100%;
}

/* header nav .enlaces {
  margin: 5px;
  margin-left: 17px;
  display: flex;
  align-items: center;
  width: 65%;

  height: 100%;
} */
header nav .navigation {
  width: 27%;
  height: 100%;
  min-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-bottom: solid #1c82eb 0px;
  transition: border-bottom 300ms ease-in-out;
}

header nav .navigation:hover {
  border-bottom: solid #1c82eb 10px;
}

header nav .navigation:has(.active):hover {
  border-bottom: solid #1c82eb 0px;
}

header nav .menuVertical {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  padding: 14px;
  /*  background-color: whitesmoke; */
  /* max-height: 1px;
   min-height: 1px; */
  overflow: hidden;
  color: transparent;
  transition: max-height 300ms ease-in-out, bottom 300ms ease-in-out, opacity 500ms ease-in-out;
  z-index: -1;
  opacity: 0;
}

/* header nav .menuVertical a {
	pointer-events: none;
} */
header nav .menuVertical a b {
  transition: all 100ms ease-in-out;
  color: transparent;
  opacity: 0;
}

div:is([data-id*=parent-submenu]) {
  flex-direction: column;
}
@media (max-width: 767px) {
  div:is([data-id*=parent-submenu]) {
    align-items: flex-start !important;
    pointer-events: none;
    min-width: 15rem !important;
  }
}

.menuBtn {
  pointer-events: all;
}

.menuVertical {
  max-height: 1px;
  padding: 0px 14px !important;
  transition: all 300ms ease-in-out;
  width: 227px;
}

.open:hover .menuVertical,
.open:focus .menuVertical {
  bottom: -111px;
  background-color: whitesmoke;
  opacity: 1;
  width: 200px;
  height: 111px;
  max-height: 111px;
  padding: 14px !important;
  display: flex;
  justify-content: center;
  pointer-events: all;
}

/* .open:hover .menuVertical a,
.open:focus .menuVertical a {
	pointer-events: all;
} */
.open:hover .menuVertical a b,
.open:focus .menuVertical a b {
  color: #000000;
  transition: all 1000ms ease-in-out;
  opacity: 1;
}

@media (max-width: 767px) {
  .menuVertical a {
    text-align: left !important;
  }
}

header nav .enlaces .link {
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  transition: transform 0.3s;
  position: relative;
}

header nav .enlaces .link2 {
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  transition: transform 0.3s;
  position: relative;
}

header nav .menuBtn {
  display: flex;
  justify-content: flex-start;
  column-gap: 0.2rem;
}

header nav .menuBtn img {
  max-width: 0.7rem;
}

/* header nav .enlaces .link::after {
  content: "";
  display: block;
  background-color: #1C82EB;
  width: 100%;
  height: 12px;
  clip-path: var(--clippy);
  transition: clip-path 0.5s;
  position: absolute;
  top: calc(100% + 17px);
}  
header nav .enlaces .link2::after {
  content: "";
  display: block;
  background-color: #1C82EB;
  width: 100%;
  height: 12px;
  clip-path: var(--clippy);
  transition: clip-path 0.5s;
  position: absolute;
  top: calc(100% + 24px);
}  */
header nav .enlaces .link::after::after.active {
  display: none;
}

header nav .enlaces .active {
  transform: translateY(-5px);
  height: 104%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: -6px;
}

header nav .enlaces .active::after {
  display: none !important;
}

.home {
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 80px;
  position: relative;
  z-index: 100;
}

.home .home_principal {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 95%;
  flex-direction: column;
  color: #ffffff;
  z-index: 100;
  position: relative;
}

.home .home_principal .titulo {
  font-family: "DINPro-bold";
  font-size: 82px;
  width: 625px;
  line-height: 0.9;
}

.home .home_principal .titulo_sec {
  font-family: "Roboto", "sans-serif";
  font-size: 22px;
  width: 512px;
  font-weight: 400;
  margin-top: 25px;
}

.home .home_principal .btn {
  display: flex;
  flex-direction: row;
  gap: 5em;
}

.home .home_principal .btn .btn_home {
  width: 210px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  cursor: pointer;
}

.home .home_principal .btn .btn_contacto {
  background: #1c82eb;
}

.home .home_principal .btn .btn_conoce {
  border: solid 1px #ffffff;
}

.home .slider {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
}

.home .slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #00557e;
  z-index: 100;
}

.home .swiper-1 {
  width: 100%;
  height: 100%;
}

.home .swiper-slide-1 {
  background-position: center;
  background-size: cover;
}

.home .swiper-slide img .desktop {
  display: block;
  width: 100%;
  height: 100%;
}

.home .swiper-slide .responsive {
  display: none;
}

.separador {
  height: 200px;
}

.nuestras_cirugias {
  height: 729px;
  position: relative;
  overflow: hidden;
}

.nuestras_cirugias .img_doctor {
  background-image: url(../img/inicio/doctor.webp);
  height: 100%;
  width: 55%;
  background-repeat: no-repeat;
  z-index: 100;
  bottom: 0;
  top: 0;
  position: absolute;
}

.nuestras_cirugias .cuadro {
  background: transparent linear-gradient(180deg, #1c82eb 0%, #1c82eb 100%) 0% 0% no-repeat padding-box;
  height: 589px;
  width: 855px;
  bottom: 0;
  position: absolute;
  z-index: 0;
  border-radius: 0px 20px 20px 0px;
}

.nuestras_cirugias .cirugias_contenido {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  padding-top: 60px;
}

.nuestras_cirugias .cirugias_contenido .cirugia_bloque {
  display: flex;
  width: 100%;
  height: 30%;
  z-index: 102;
}

.nuestras_cirugias .cirugias_contenido .cirugia_bloque .space {
  width: 50%;
}

.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title .titulo_cirugia {
  color: #00557e;
  font-family: "DINPro-bold";
  font-size: 40px;
}

.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title .cirugia_texto {
  font-family: "Roboto", "sans-serif";
  font-size: 20px;
  font-weight: 400;
  width: 90%;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider {
  height: 250px;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card {
  width: 344px;
  height: 208px;
  border: solid 2px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Roboto", "sans-serif";
  transition: 0.3s ease;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card:hover {
  transform: translateY(-15px);
  border: 3px solid #1c82eb;
  box-shadow: 0px 17px 20px -1px #b3b1b3;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body {
  z-index: 100;
  position: relative;
  cursor: pointer;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body h2 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body p {
  font-size: 16px;
  font-weight: 400;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce .link_conoce {
  text-decoration: none;
  color: #1c82eb;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce img {
  height: 70%;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-prev {
  opacity: 0.4;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-next {
  opacity: 0.5;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-active {
  opacity: 0.5;
}

.nuestras_cirugias .cirugias_contenido .slider_comando {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
}

.nuestras_cirugias .cirugias_contenido .slider_comando div {
  width: 35%;
}

.nuestras_cirugias .cirugias_contenido .slider_comando .comando {
  z-index: 1;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nuestras_cirugias .cirugias_contenido .slider_comando .comando .slider_arrow img {
  cursor: pointer;
}

.nuestras_cirugias .swiper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}

.resultados {
  width: 100%;
}

.OperamosOrder {
  height: 147px !important;
}

.resultados .resultados_principal {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 30%;
}

.resultados .resultados_principal .resultado_titulo {
  width: 35%;
}

.resultados .resultados_principal .resultado_titulo h1 {
  color: #00557e;
  font-family: "DINPro-bold";
  font-size: 40px;
}

.resultados .resultados_principal .resultado_titulo p {
  font-family: "Roboto", "sans-serif";
  font-size: 24px;
  font-weight: 500;
  margin-top: 18px;
}

.resultados .resultados_principal .resultados_texto {
  width: 50%;
}

.resultados .resultados_principal .resultados_texto p {
  font-family: "Roboto", "sans-serif";
  font-size: 20px;
}

.resultados .resultado_fotos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  gap: 1em;
}

.resultados .resultado_fotos figure {
  width: 28%;
  height: 100%;
  margin-bottom: 30px;
}

.resultados .resultado_fotos figure .resultado_img {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.resultados .resultado_fotos figure .resultado_img img {
  width: 100%;
  height: 100%;
}

.resultados .resultado_fotos figure .resultado_img .linea {
  position: absolute;
  width: 100%;
  bottom: -5px;
  opacity: 1;
}

.resultados .resultado_fotos figure .resultado_img .swiper {
  position: relative;
  max-height: 15rem;
}

@media (max-width: 768px) {
  .resultados .resultado_fotos figure .resultado_img .swiper {
    max-height: revert;
  }
  .resultados .resultado_fotos figure .resultado_img .linea {
    z-index: 2;
    background-color: white;
    max-height: 0.6rem;
    overflow: hidden;
    bottom: 0rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .resultados .resultado_fotos figure .resultado_img .linea img {
    min-height: 0.6rem;
    width: revert;
  }
}
.resultados .resultado_fotos figure .resultado_img .swiper .arrow {
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 1em;
}

.resultados .resultado_fotos figure .resultado_img .swiper .arrow img {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.sobre_mi {
  height: 771px;
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  align-items: flex-start;
}

.sobre_mi p {
  z-index: 1;
}

.sobre_mi .sobre_foto {
  width: 40%;
  height: 100%;
}

.sobre_mi .sobre_foto figure {
  width: 98%;
}

.sobre_mi .sobre_foto figure img {
  width: 100%;
  object-fit: contain;
  box-shadow: 10px 22px 21px -8px #b3afb3;
  border-radius: 20px;
  z-index: 100;
  position: relative;
}

.sobre_mi .sobre_mi_contenido {
  width: 50%;
  height: 100%;
}

.sobre_mi .sobre_mi_contenido .sobre_mi_body {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  position: relative;
}

.sobre_mi .sobre_mi_contenido .sobre_mi_body h1 {
  font-size: 40px;
  color: #00557e;
  font-family: "DINPro-bold";
}

.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-family: "Roboto", "sans-serif";
  color: #ffffff;
  gap: 1em;
  position: relative;
}

.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos .sobre_contenedor {
  height: 40px;
  width: 285px;
  background-color: #00557e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos img {
  position: absolute;
  left: -23%;
}

.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 1.5;
}

.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto p {
  margin-top: 20px;
}

.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto .texto {
  margin-top: 30px;
}

.sobre_mi .sobre_mi_contenido .sobre_btn {
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sobre_mi .sobre_mi_contenido .sobre_btn .btn_contenedor {
  cursor: pointer;
  height: 51px;
  width: 285px;
  background-color: #1c82eb;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  gap: 0.5em;
}

.testimoniales {
  display: flex;
  flex-direction: column;
}

.testimoniales .testimoniales_head {
  display: flex;
  margin-bottom: 30px;
  gap: 2em;
  align-items: center;
  justify-content: center;
  height: 20%;
}

.testimoniales .testimoniales_head h1 {
  font-family: "DINPro-bold";
  font-size: 40px;
  color: #00557e;
  width: 50%;
  margin-bottom: 5px;
}

.testimoniales .testimoniales_head figure {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimoniales .testimoniales_head figure img {
  width: 100%;
}

.testimoniales .testimoniales_clientes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 635px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.testimoniales .testimoniales_clientes .cards {
  width: 50%;
}

.testimoniales .testimoniales_clientes .cards .card {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 143px;
  width: 510px;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0px 30px 30px 0px;
  transition: 0.4s ease;
  margin-top: 5px;
  cursor: pointer;
}

.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 70%;
}

.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre figure {
  width: 30%;
}

.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre .testimoniales_nombre {
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  width: 80%;
}

.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre .testimoniales_nombre .nombre {
  font-size: 20px;
}

.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre .testimoniales_nombre .fecha {
  font-size: 16px;
  color: #00557e;
  margin-top: 5px;
}

.testimoniales .testimoniales_clientes .cards .card .testimoniales_arrow {
  width: 10%;
}

.testimoniales .testimoniales_clientes .cards .active {
  background-color: #99b9d1;
}

.testimoniales .testimoniales_forma {
  width: 44%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "sans-serif";
  position: relative;
}

.testimoniales .testimoniales_forma .google {
  position: absolute;
  top: 10px;
  right: 0;
}

.testimoniales .testimoniales_forma .quote {
  display: block;
}

.testimoniales .testimoniales_forma .quote-1 {
  display: none;
}

.testimoniales .testimoniales_forma .testimonio {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 0.5em;
}

.testimoniales .testimoniales_forma .testimonio h1 {
  font-size: 22px;
  font-weight: 500;
}

.testimoniales .testimoniales_forma .testimonio p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.7;
}

.testimoniales .testimoniales_forma .testimonio-no {
  display: none;
}

.swiper-button-prev {
  margin-left: 20px;
}

.sociedades {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sociedades .sociedades_cuerpo {
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.sociedades .sociedades_cuerpo .sociedades_head {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: space-between;
}

.sociedades .sociedades_cuerpo .sociedades_head h1 {
  font-family: "DINPro-bold";
  font-size: 40px;
  color: #00557e;
  width: 60%;
}

.sociedades .sociedades_cuerpo .sociedades_head figure {
  width: 40%;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sociedades .sociedades_cuerpo .sociedades_head figure img {
  width: 100%;
  height: 100%;
}

.sociedades .sociedades_cuerpo .sub_sociedades {
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  font-size: 24px;
  margin-top: 15px;
}

.sociedades .sociedades_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.asesoramiento {
  height: 541px;
  width: 100%;
  background-image: url(../img/inicio/imagen_fixed.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.asesoramiento::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 541px;
  opacity: 0.8;
  background-color: #00557e;
  z-index: 100;
}

.asesoramiento .asesoramiento_contenedor {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
  position: relative;
}

.asesoramiento .asesoramiento_contenedor h1 {
  font-family: "Roboto", "sans-serif";
  font-size: 56px;
  color: #ffffff;
  width: 742px;
  text-align: center;
  margin-bottom: 30px;
}

.asesoramiento .asesoramiento_contenedor .btn_home .btn_contenedor {
  border: 2px solid #ffffff !important;
  height: 62px;
  width: 202px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-family: "Roboto", "sans-serif";
  font-weight: bold;
  color: #ffffff;
}

.asesoramiento .asesoramiento_contenedor .btn_home .btn_contenedor:hover {
  color: #1c82eb;
  border: none !important;
}

.preguntas {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.preguntas .preguntas_body {
  width: 43%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 790px;
}

.preguntas .preguntas_body .preguntas_titulo h1 {
  font-size: 40px;
  font-family: "Roboto", "sans-serif";
  color: #00557e;
}

.preguntas .preguntas_body .preguntas_cards {
  display: flex;
  height: 100%;
  justify-content: space-evenly;
  flex-direction: column;
}

.preguntas .preguntas_body .preguntas_cards .card {
  display: flex;
  width: 750px;
  height: 670px;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 30px 50px;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  margin-left: 2px;
}

.preguntas .preguntas_body .preguntas_cards .card div {
  display: flex;
  align-items: center;
  gap: 1em;
}

.preguntas .preguntas_body .btn_home .btn_contenedor {
  width: 322px;
}

.preguntas .preguntas_fig img {
  box-shadow: 1px 22px 21px -8px #b3afb3;
  margin-right: 10px;
}

.publ_instagram {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.publ_instagram iframe {
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1607843137);
}

.footer {
  width: 100%;
  font-family: "Roboto", "sans-serif";
  position: relative;
  z-index: 1001;
}

.footer .up {
  position: absolute;
  cursor: pointer;
}

.footer .up img {
  width: 40px;
  height: 40px;
}

.footer .ubicacion_sucursales {
  height: 15%;
  background-color: #99b9d1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .ubicacion_sucursales .sucursal a {
  text-decoration: none;
  font-family: "Roboto", "sans-serif";
  color: #ffffff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}

.footer .ubicacion_sucursales .sucursal a img {
  margin-right: 10px;
}

.footer .footer_contenido {
  height: 85%;
  background-color: #00557e;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  overflow: hidden;
}

.footer .footer_contenido .enlaces {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.footer .footer_contenido .enlaces a {
  text-decoration: none;
  color: #ffffff;
  font-family: #ffffff;
  font-size: 16px;
}

.footer .footer_contenido .redes {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 40%;
}

.footer .footer_contenido .redes .youtube img {
  width: 82px !important;
  height: 30px !important;
}

.footer .footer_contenido .redes .tiktok img {
  width: 82px !important;
  height: 30px !important;
}

.footer .footer_contenido .redes .red {
  width: 40px;
  height: 40px;
  background-color: #1c82eb;
  border-radius: 100%;
}

.footer .footer_contenido .redes .red a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer .footer_contenido .redes .red a img {
  width: 50%;
  height: 50%;
}

.footer .footer_contenido .derechos p {
  color: #99b9d1;
  font-family: "Roboto", "sans-serif";
  font-size: 14px;
}

.slider_testimonio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sk_branding {
  display: none !important;
}

.sk_reviews_grid-content {
  transition: all 0.3s;
}

.sk_reviews_grid-content:hover {
  transform: translateY(-20px);
  border-bottom: 5px solid #1c82eb;
  box-shadow: 1px 21px 10px -3px #b3b1b3;
}

@media screen and (max-width: 768px) {
  header {
    width: 100vw;
  }
  header .icono_menu {
    display: block;
    cursor: pointer;
  }
  header .icono_menu .menu {
    color: #000000;
    font-size: 40px;
  }
  header nav {
    justify-content: space-between;
  }
  header nav .logos {
    cursor: pointer;
    height: 35px;
    width: 150px;
  }
  header nav .logos img {
    height: 100%;
    width: 100%;
  }
  header nav .enlaces {
    background-color: #ffffff;
    max-height: 0vh;
    width: 100vw;
    position: absolute;
    left: -10px;
    top: 70px;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0px 21px 5px -3px rgba(181, 175, 181, 0.5);
    transition: all 300ms;
    display: flex;
    flex-direction: column;
  }
  header nav .enlaces .active {
    border-bottom: 0px solid;
    transform: translateY(0px);
  }
  header nav .enlaces .active::after {
    display: block !important;
  }
  header nav .enlaces .link {
    text-align: start;
    padding-left: 30px;
    padding-top: 7px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    width: 100%;
    height: 100vw;
  }
  header nav .enlaces .open .menuBtn a {
    pointer-events: none;
  }
  header nav .enlaces .open .menuBtn a b {
    pointer-events: none;
  }
  header nav .enlaces .link:hover {
    transform: translateY(0px);
    background-color: #00557e;
    color: #ffffff;
  }
  header nav .enlaces .link::after {
    width: 0%;
  }
  header nav .navBtn {
    display: flex;
    align-items: center;
    /* ANIMATION */
  }
  header nav .navBtn .btn_cuenta {
    width: 90px;
    height: 30px;
    margin-right: 15px;
  }
  header nav .navBtn .btn_cuenta a {
    font-size: 12px;
  }
  header nav .navBtn .menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    /* border: 3px solid black; */
  }
  header nav .navBtn .menu-btn__burger {
    width: 30px;
    height: 3px;
    background: black;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  header nav .navBtn .menu-btn__burger::before,
header nav .navBtn .menu-btn__burger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: black;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  header nav .navBtn .menu-btn__burger::before {
    transform: translateY(-8px);
  }
  header nav .navBtn .menu-btn__burger::after {
    transform: translateY(8px);
  }
  header nav .navBtn .menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
  }
  header nav .navBtn .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
  header nav .navBtn .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }
  header nav .mostrar_menu {
    /*CLASE MANIPULADA POR JS*/
    max-height: 100vh;
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title .cirugia_texto {
    font-size: 17px;
  }
  .resultados .resultados_principal .resultados_texto p {
    font-size: 17px;
  }
  .sociedades .sociedades_logo {
    width: 100%;
  }
  .sociedades .sociedades_logo figure {
    display: flex;
    justify-content: center;
  }
  .sociedades .sociedades_logo img {
    width: 90%;
    display: flex;
    align-items: center;
  }
  .preguntas .preguntas_body .preguntas_titulo {
    margin-left: 10px;
  }
  .preguntas .preguntas_body .preguntas_titulo h1 {
    font-size: 38px;
  }
  .preguntas .preguntas_body .preguntas_cards .card {
    font-size: 11px;
  }
  .preguntas .preguntas_fig {
    display: flex;
    justify-content: center;
  }
  .preguntas .preguntas_fig img {
    width: 70%;
  }
  /* Footer */
  .footer .footer_contenido .enlaces {
    width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  header nav .enlaces .active {
    justify-content: flex-start;
  }
  header nav .enlaces {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  header nav .mostrar_menu {
    padding: 1rem 2rem;
  }
  header nav .navigation {
    max-width: 12rem;
    min-width: 12rem;
  }
  header nav .enlaces .link2 {
    padding-left: 0px;
    text-align: left;
    min-height: revert;
    justify-content: revert;
  }
  header nav .enlaces .link {
    text-align: left;
    display: flex;
    align-items: center;
  }
  header nav .menuVertical {
    bottom: revert;
  }
  header nav .enlaces .open .menuBtn a {
    pointer-events: none;
    min-width: 15rem;
  }
  header nav .enlaces .open .menuBtn a b {
    pointer-events: none;
  }
  header nav .open {
    display: flex;
    flex-direction: column;
  }
  .menuVertical {
    position: relative !important;
  }
  .open .menuVertical {
    position: relative;
    bottom: revert !important;
    width: revert;
    min-width: 15rem;
    /* left: 1.5rem; */
  }
  header nav .navigation:hover {
    border-bottom: 0px solid transparent;
  }
  header nav .navigation:hover .menuBtn {
    padding-bottom: 0.2rem;
  }
  /* header nav .navigation:hover .menuVertical {
  	position: relative;
  	background-color: rgb(169 169 169 / 30%);
  } */
  .home .swiper-1 {
    height: 100%;
  }
  .surgeriesSwiper {
    max-width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .home .swiper-slide .desktop {
    display: none !important;
  }
  .resultados .resultado_fotos .close {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  /* Home */
  .header {
    width: 100%;
    position: relative;
  }
  .header nav .navigation {
    width: 30%;
    font-size: 12px;
  }
  header nav .navigation {
    align-items: center;
  }
  header nav .enlaces .link {
    height: 100%;
    padding: 0;
    font-size: 12px;
  }
  .home {
    width: 100%;
    height: calc(100vh - 74px);
  }
  .home .home_principal .titulo {
    font-size: 40px;
    width: 53%;
  }
  .home .home_principal {
    justify-content: center;
  }
  .home .home_principal .titulo_sec {
    font-size: 18px;
    width: 69%;
  }
  .home .home_principal .btn {
    width: 100%;
    margin-top: 33px;
  }
  .home .home_principal .btn .btn_home {
    height: 48px;
    font-size: 15px;
  }
  .home .swiper-slide .responsive {
    display: block !important;
  }
  .home .swiper-slide img {
    height: 85vh !important;
  }
  /* Nuestras cirugias section */
  .separador {
    min-height: 87px;
  }
  .nuestras_cirugias {
    margin-top: 115px;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_bloque .space {
    display: none;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_bloque {
    justify-content: center;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title {
    width: 87%;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title .titulo_cirugia {
    font-size: 26px;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title .cirugia_texto {
    font-size: 12px;
    margin-top: 12px;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body h2 {
    font-size: 15px;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body p {
    font-size: 10px;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_slider .card {
    height: 195px;
  }
  .nuestras_cirugias .cirugias_contenido {
    padding: 0;
    justify-content: space-between;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_bloque {
    height: 20%;
  }
  .nuestras_cirugias .swiper {
    height: 43%;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_slider {
    height: 100%;
    align-items: center;
  }
  .nuestras_cirugias .img_doctor {
    height: 30%;
    top: 24%;
    background-size: contain;
  }
  .nuestras_cirugias .cuadro {
    height: 32%;
    width: 85%;
    top: 22%;
  }
  .sociedades .sociedades_cuerpo .sociedades_head figure {
    display: none;
  }
  .sociedades .sociedades_cuerpo .detalle {
    height: 21%;
    border-bottom: solid #1c82eb;
  }
  .nuestras_cirugias .cirugias_contenido .slider_comando {
    display: none;
  }
  .nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title .titulo_cirugia .after::after {
    margin-top: 8px;
  }
  .sociedades .sociedades_cuerpo .sub_sociedades {
    font-size: 13px;
    width: 77%;
    margin-left: 12px;
  }
  /* Section resultados */
  .resultados .resultados_principal {
    flex-direction: column;
  }
  .resultados .resultados_principal .resultado_titulo {
    width: 100%;
    margin-left: 30px;
  }
  .resultados .resultados_principal .resultado_titulo h1 {
    font-size: 26px;
  }
  .resultados .resultados_principal .resultado_titulo p {
    font-size: 15px;
  }
  .resultados .resultados_principal .resultados_texto {
    display: none;
  }
  .resultados {
    height: 1500px;
  }
  .resultados .resultado_fotos figure .resultado_img .swiper {
    height: 97%;
  }
  .swiper-backface-hidden .swiper-slide {
    width: 288%;
  }
  .resultados .resultado_fotos figure .resultado_img {
    width: 260%;
  }
  .swiper-backface-hidden .swiper-slide {
    width: 100%;
  }
  .resultados .resultado_fotos {
    flex-direction: column;
    width: 131%;
    align-items: flex-start;
    margin-left: 6px;
  }
  .resultados .resultado_fotos figure {
    height: 20%;
  }
  .resultados {
    height: revert;
  }
  .resultados .resultados_principal {
    height: 6%;
  }
  /* Sobre mi contenedor */
  .sobre_mi {
    flex-direction: column;
    position: relative;
    height: 1088px;
  }
  .sobre_mi .sobre_mi_contenido {
    width: 100%;
  }
  .sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos {
    width: 95%;
    flex-direction: column;
  }
  .sobre_mi .sobre_mi_contenido .sobre_mi_body {
    height: 56%;
  }
  .sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos .sobre_contenedor p {
    font-size: 14px;
  }
  .sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos img {
    display: none;
  }
  .sobre_mi .sobre_foto {
    bottom: 251px;
    height: 18%;
    position: absolute;
    left: 14px;
  }
  .sobre_mi .sobre_foto figure img {
    height: 354px;
    width: revert;
  }
  .sobre_mi .sobre_foto figure {
    width: 98%;
    position: absolute;
    bottom: -73%;
    left: 20%;
  }
  .sobre_mi .sobre_mi_contenido .sobre_mi_body h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto {
    font-size: 13px;
  }
  .sobre_mi .sobre_mi_contenido .sobre_btn {
    margin-top: 335px;
    position: absolute;
    bottom: 0;
  }
  .sobre_mi .sobre_mi_contenido .sobre_btn {
    justify-content: center;
    margin-top: 337px;
    width: 82%;
    margin-left: 26px;
  }
  .sobre_mi .sobre_mi_contenido .sobre_btn .btn_contenedor {
    font-size: 14px;
  }
  /* Testimonios */
  .testimoniales .testimoniales_head h1 {
    font-size: 24px;
  }
  .testimoniales .testimoniales_head {
    align-items: flex-start;
    flex-direction: column;
  }
  /* Sociedades */
  .sociedades .sociedades_cuerpo .sociedades_head {
    flex-direction: column;
    width: 100%;
  }
  .sociedades .sociedades_cuerpo .sociedades_head h1 {
    font-size: 24px;
    width: 93%;
  }
  .sociedades .sociedades_cuerpo {
    height: 100%;
    justify-content: space-around;
  }
  .sociedades .sociedades_logo {
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .sociedades .sociedades_logo figure {
    align-items: center;
    height: 29%;
    width: 33%;
    display: flex;
    justify-content: center;
  }
  .sociedades .sociedades_logo img {
    width: 60%;
  }
  .asesoramiento .asesoramiento_contenedor {
    justify-content: center;
  }
  .asesoramiento .asesoramiento_contenedor h1 {
    font-size: 29px;
    width: 100%;
  }
  .sociedades .sociedades_cuerpo .sub_sociedades {
    font-size: 17px;
  }
  /* Preguntas frecuentes */
  .preguntas {
    flex-direction: column;
    margin-top: 50px;
    position: relative;
  }
  .preguntas .preguntas_body {
    width: 100%;
    height: 100%;
  }
  .preguntas .preguntas_body .preguntas_titulo h1 {
    font-size: 26px;
  }
  .preguntas .preguntas_body .preguntas_cards .card p {
    font-size: 11px;
  }
  .preguntas .preguntas_body .preguntas_cards {
    align-items: center;
    width: 100%;
  }
  .preguntas .preguntas_body .preguntas_cards .card {
    padding: 8px;
    width: 77%;
  }
  .preguntas .preguntas_fig img {
    bottom: 328px;
    width: 90%;
    height: 194px;
    left: 13px;
  }
  .btn_home .btn_contenedor a {
    font-size: 13px;
  }
  .preguntas .preguntas_body .preguntas_titulo h1 {
    margin-left: 10px;
  }
  .preguntas .preguntas_body .preguntas_cards .card .noResposive {
    display: none;
  }
  .preguntas .preguntas_body .preguntas_cards .card {
    height: 30%;
    margin-left: 0px;
    width: 90%;
  }
  .preguntas .preguntas_body .preguntas_cards .card .btn_contenedor {
    position: absolute;
    bottom: 225px;
    width: 75%;
  }
  /* Footer */
  .footer .footer_contenido {
    height: 100%;
  }
  .publ_instagram {
    margin-top: -137px;
  }
  .footer .footer_contenido .enlaces {
    width: 63%;
    flex-direction: column;
    height: 60%;
  }
  .footer .footer_contenido .enlaces a {
    font-size: 12px;
  }
  .footer .footer_contenido .redes {
    width: 79%;
  }
  .footer .footer_contenido .derechos p {
    text-align: center;
    font-size: 9px;
  }
  .footer .ubicacion_sucursales .sucursal a {
    width: 100%;
    font-size: 11px;
  }
}
@media only screen and (max-width: 375px) {
  .nuestras_cirugias .img_doctor {
    top: 27%;
  }
}
@media only screen and (max-width: 320px) {
  .nuestras_cirugias .img_doctor {
    top: 31%;
  }
  .btn_home .btn_contenedor {
    width: 200px;
    height: 46px;
  }
  .btn_home .btn_contenedor p {
    font-size: 17px;
  }
  .sociedades .sociedades_cuerpo .detalle {
    border: revert;
  }
  .btn_home .btn_contenedor p {
    margin-bottom: 0;
    margin-left: -14px;
  }
  .btn_home .btn_contenedor {
    display: flex;
    justify-content: space-evenly;
  }
  .btn_home .btn_contenedor p {
    margin-left: 0;
  }
  .sobre_mi .sobre_foto figure {
    left: 0;
  }
  .preguntas .preguntas_body .preguntas_cards .card p {
    margin-left: -24px;
  }
  .preguntas .preguntas_body .preguntas_cards .card div {
    gap: 3em;
  }
  .preguntas .preguntas_body .preguntas_cards .card .btn_contenedor {
    display: flex;
    justify-content: center;
  }
  .btn_home .btn_contenedor a {
    margin: 0;
  }
  .testimoniales .testimoniales_head figure img {
    height: 12px;
  }
}
.mySwiper-1 {
  overflow: hidden;
}

@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-medium";
  src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
* {
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  width: 90%;
  max-width: 1396px;
  margin: 0 auto;
  overflow: hidden;
}

.whatsapp_contacto {
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s;
}
.whatsapp_contacto:hover {
  transform: scale(1.1);
}

.after::after {
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #1c82eb;
  margin-top: 15px;
}

.center::after {
  display: block;
  content: "";
  width: 20%;
  margin: 15px auto;
  height: 4px;
  background-color: #1c82eb;
}

.fifth {
  border-color: #1c82eb;
  border-radius: 0;
  color: #1c82eb;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1c82eb;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth:hover {
  color: #ffffff;
}
.fifth:hover::after {
  width: 110%;
}

.fifth_alt {
  border-color: #63b0ff;
  border-radius: 0;
  color: #63b0ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #63b0ff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
  color: #ffffff;
}
.fifth_alt:hover::after {
  width: 110%;
}

.fifth_alt_1 {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
  color: #1c82eb;
}
.fifth_alt_1:hover::after {
  width: 110%;
}

@media screen and (max-width: 768px) {
  .whatsapp_contacto {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
  }
  .whatsapp_contacto img {
    width: 80%;
    height: 80%;
  }
  .whatsapp_contacto:hover {
    transform: scale(1.1);
  }
}
.quienes_somos {
  width: 100%;
  padding-top: 87px;
  position: relative;
}
.quienes_somos .quienes_somos_titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  gap: 2em;
}
.quienes_somos .quienes_somos_titulo h1 {
  color: #1c82eb;
  font-size: 86px;
  font-family: "DINPro-bold";
  width: 138px;
}
.quienes_somos .quienes_somos_titulo p {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  width: 550px;
  font-size: 24px;
}
.quienes_somos .quienes_somos_imagen {
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.quienes_somos .quienes_somos_rectan {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: 0;
}
.quienes_somos .rectangles {
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.quienes_somos .rectangles img {
  vertical-align: top;
}

.historia {
  display: flex;
  align-items: center;
  justify-content: center;
}
.historia .historia_contenedor {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.historia .historia_contenedor .historia_body {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.historia .historia_contenedor .historia_body h1 {
  font-family: "DINPro-bold";
  color: #00557e;
  font-size: 40px;
}
.historia .historia_contenedor .historia_body h2 {
  font-family: "DINPro-bold";
  color: #00557e;
  font-size: 24px;
}
.historia .historia_contenedor .historia_body p {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}
.historia .historia_contenedor .historia_body .historia_btn {
  width: 134px;
  height: 51px;
  background-color: #1c82eb;
  border-radius: 50px;
}
.historia .historia_contenedor .historia_body .historia_btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  font-size: 16px;
}
.historia .historia_contenedor .historia_cards {
  width: 55%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.historia .historia_contenedor .historia_cards .card_historia {
  width: 340px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0px 25px;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s;
}
.historia .historia_contenedor .historia_cards .card_historia figure {
  height: 20%;
  margin-top: 15px;
}
.historia .historia_contenedor .historia_cards .card_historia figure img {
  height: 100%;
  width: 100%;
}
.historia .historia_contenedor .historia_cards .card_historia h1 {
  height: 8%;
  font-family: "DINPro-bold";
  font-size: 32px;
  color: #00557e;
}
.historia .historia_contenedor .historia_cards .card_historia p {
  height: 50%;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  font-size: 16px;
}
.historia .historia_contenedor .historia_cards .card_historia:hover {
  transform: translateY(-20px);
  border-bottom: 7px solid #1c82eb;
}

.equipo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.equipo .equipo_contenedor {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.equipo .equipo_contenedor .equipo_titulo h1 {
  font-family: "DINPro-bold";
  font-size: 40px;
  color: #00557e;
}
.equipo .equipo_contenedor .equipo_titulo h2 {
  font-family: "DINPro";
  font-size: 30px;
  color: #00557e;
  font-weight: bold;
  margin-top: 10px;
}
.equipo .equipo_contenedor .equipo_photo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1em;
  width: 100%;
}
.equipo .equipo_contenedor .equipo_photo .card_equipo {
  height: 390px;
  width: 290px;
  border-radius: 20px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.equipo .equipo_contenedor .equipo_photo .card_equipo h1 {
  font-size: 20px;
  color: #ffffff;
  font-family: "DINPro-bold";
}
.equipo .equipo_contenedor .equipo_photo .card_equipo h2 {
  font-size: 16px;
  color: #ffffff;
  font-family: "DINPro";
}
.equipo .equipo_contenedor .equipo_photo .card_1 {
  background-image: linear-gradient(0deg, #1c82eb 0%, rgba(0, 85, 126, 0) 30%), url("../../img/quienes_somos/photo_1.png");
}
.equipo .equipo_contenedor .equipo_photo .card_2 {
  background-image: linear-gradient(0deg, #1c82eb 0%, rgba(0, 85, 126, 0) 30%), url("../../img/quienes_somos/photo_5.png");
}
.equipo .equipo_contenedor .equipo_photo .card_3 {
  background-image: linear-gradient(0deg, #1c82eb 0%, rgba(0, 85, 126, 0) 30%), url("../../img/quienes_somos/photo_3.png");
}
.equipo .equipo_contenedor .equipo_photo .card_4 {
  background-image: linear-gradient(0deg, #1c82eb 0%, rgba(0, 85, 126, 0) 30%), url("../../img/quienes_somos/photo_4.png");
  background-size: cover;
  background-position: center;
}

.donde_operamos {
  width: 100%;
}
.donde_operamos .operamos_contenedor {
  width: 100%;
  object-fit: contain;
}
.donde_operamos .operamos_contenedor div {
  position: relative;
}
.donde_operamos .operamos_contenedor div img {
  width: 100%;
}
.donde_operamos .operamos_contenedor div .operamos_titulo {
  position: absolute;
  top: -5px;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.donde_operamos .operamos_contenedor div .operamos_titulo p {
  font-family: "DINPro-bold";
  font-size: 38px;
  color: #ffffff;
}
.donde_operamos .operamos_clinicas {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}
.donde_operamos .operamos_clinicas .card_operamos {
  width: 40%;
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
}
.donde_operamos .operamos_clinicas .card_operamos .card_1 {
  background-image: url(../../img/quienes_somos/trinidad.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  height: 80%;
}
.donde_operamos .operamos_clinicas .card_operamos .card_3 {
  background-image: url(../../img/quienes_somos/clinica_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  height: 80%;
}
.donde_operamos .operamos_clinicas .card_operamos .card_5 {
  background-image: url(../../img/quienes_somos/clinica_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  height: 80%;
}
.donde_operamos .operamos_clinicas .card_operamos .card_body {
  height: 20%;
  background: #00557e;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  font-family: "DINPro";
}
.donde_operamos .operamos_clinicas .card_operamos .card_body .card_titulo {
  font-family: "DINPro-bold";
  font-size: 22px;
  margin-bottom: 5px;
}
.donde_operamos .operamos_clinicas .card_operamos .card_body .card_sub {
  font-size: 18x;
}
.donde_operamos .operamos_clinicas .card_2 iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.donde_operamos .operamos_clinicas .card_4 iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.donde_operamos .operamos_clinicas .card_6 iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .donde_operamos .operamos_contenedor div .operamos_titulo {
    top: -2px;
  }
  .donde_operamos .operamos_contenedor div .operamos_titulo figure {
    width: 20px;
  }
  .donde_operamos .operamos_contenedor div .operamos_titulo figure img {
    width: 100%;
    height: 100%;
  }
  .donde_operamos .operamos_contenedor div .operamos_titulo p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .donde_operamos .operamos_contenedor div .operamos_titulo {
    top: 2px;
  }
  .donde_operamos .operamos_contenedor div .operamos_titulo figure {
    width: 12px;
  }
  .donde_operamos .operamos_contenedor div .operamos_titulo figure img {
    width: 100%;
    height: 100%;
  }
  .donde_operamos .operamos_contenedor div .operamos_titulo p {
    font-size: 16px;
  }
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-medium";
  src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
* {
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  width: 90%;
  max-width: 1396px;
  margin: 0 auto;
  overflow: hidden;
}

.whatsapp_contacto {
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s;
}
.whatsapp_contacto:hover {
  transform: scale(1.1);
}

.after::after {
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #1c82eb;
  margin-top: 15px;
}

.center::after {
  display: block;
  content: "";
  width: 20%;
  margin: 15px auto;
  height: 4px;
  background-color: #1c82eb;
}

.fifth {
  border-color: #1c82eb;
  border-radius: 0;
  color: #1c82eb;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1c82eb;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth:hover {
  color: #ffffff;
}
.fifth:hover::after {
  width: 110%;
}

.fifth_alt {
  border-color: #63b0ff;
  border-radius: 0;
  color: #63b0ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #63b0ff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
  color: #ffffff;
}
.fifth_alt:hover::after {
  width: 110%;
}

.fifth_alt_1 {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
  color: #1c82eb;
}
.fifth_alt_1:hover::after {
  width: 110%;
}

@media screen and (max-width: 768px) {
  .whatsapp_contacto {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
  }
  .whatsapp_contacto img {
    width: 80%;
    height: 80%;
  }
  .whatsapp_contacto:hover {
    transform: scale(1.1);
  }
}
.separator {
  height: 70px;
}

.header_precios {
  background-image: url(../img/precios/header_foto.webp);
  height: 368px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.header_precios::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #00557e;
}
.header_precios .precios_titulo {
  position: relative;
  color: #ffffff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-family: "DINPro-bold";
  font-size: 65px;
}
.header_precios .precios_rectangles {
  width: 100%;
  overflow: hidden;
}
.header_precios .precios_rectangles img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.precios_text {
  height: 500px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.precios_text .tittle {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 88%;
}
.precios_text .tittle div {
  width: 85%;
  text-align: center;
}
.precios_text .tittle div p {
  color: #00557e;
  font-size: 24px;
  font-family: "DINPro-bold";
}
.precios_text .text {
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
}
.precios_text .text p {
  margin-bottom: 20px;
}

.contacto {
  height: 500px;
  background-color: #00557e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.contacto .asesoramiento_contenedor {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 80%;
}
.contacto .asesoramiento_contenedor p {
  font-family: "Roboto", "sans-serif";
  font-weight: bold;
  font-size: 56px;
  width: 750px;
  text-align: center;
  color: #ffffff;
}
.contacto .asesoramiento_contenedor .contacto_btn {
  width: 202px;
  height: 64px;
  border-radius: 50px;
  border: 2px solid #ffffff;
}
.contacto .asesoramiento_contenedor .contacto_btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 20px;
}

.espacio {
  height: 171px;
}

@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-medium";
  src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
* {
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  width: 90%;
  max-width: 1396px;
  margin: 0 auto;
  overflow: hidden;
}

.whatsapp_contacto {
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s;
}
.whatsapp_contacto:hover {
  transform: scale(1.1);
}

.after::after {
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #1c82eb;
  margin-top: 15px;
}

.center::after {
  display: block;
  content: "";
  width: 20%;
  margin: 15px auto;
  height: 4px;
  background-color: #1c82eb;
}

.fifth {
  border-color: #1c82eb;
  border-radius: 0;
  color: #1c82eb;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1c82eb;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth:hover {
  color: #ffffff;
}
.fifth:hover::after {
  width: 110%;
}

.fifth_alt {
  border-color: #63b0ff;
  border-radius: 0;
  color: #63b0ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #63b0ff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
  color: #ffffff;
}
.fifth_alt:hover::after {
  width: 110%;
}

.fifth_alt_1 {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
  color: #1c82eb;
}
.fifth_alt_1:hover::after {
  width: 110%;
}

@media screen and (max-width: 768px) {
  .whatsapp_contacto {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
  }
  .whatsapp_contacto img {
    width: 80%;
    height: 80%;
  }
  .whatsapp_contacto:hover {
    transform: scale(1.1);
  }
}
.header_trayectoria {
  background-image: url(../../img/trayectoria/header_foto.png);
  height: 368px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
}
.header_trayectoria::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #00557e;
}
.header_trayectoria .header_titulo {
  position: relative;
  color: #ffffff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-family: "DINPro-bold";
  font-size: 65px;
}
.header_trayectoria .precios_rectangles {
  width: 100%;
  overflow: hidden;
}

.trayectoria {
  height: 642px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trayectoria .trayectoria_contenedor {
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.trayectoria .trayectoria_contenedor .trayectoria_title {
  display: flex;
  align-items: center;
  width: 100%;
}
.trayectoria .trayectoria_contenedor .trayectoria_title h1 {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DINPro-bold";
  font-size: 30px;
  color: #00557e;
}
.trayectoria .trayectoria_contenedor .trayectoria_title .recta {
  width: 70%;
}
.trayectoria .trayectoria_contenedor .trayectoria_title .recta img {
  width: 100%;
}
.trayectoria .trayectoria_contenedor .slider_comando {
  display: flex;
  flex-direction: row;
  width: 7%;
  justify-content: space-around;
}
.trayectoria .trayectoria_contenedor .slider_comando div {
  width: 50%;
}
.trayectoria .trayectoria_contenedor .slider_comando .slider_arrow {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
}
.trayectoria .trayectoria_contenedor .slider_comando .slider_arrow img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .trayectoria .trayectoria_contenedor .mySwiper-1920 {
    display: none;
  }
  .trayectoria .trayectoria_contenedor .mySwiper-1024 {
    display: none;
  }
  .trayectoria .trayectoria_contenedor .mySwiper-768 {
    display: block;
  }
  .trayectoria .trayectoria_contenedor .mySwiper-768 .slider .swiper-slide img {
    height: 70%;
  }
  .trayectoria .trayectoria_contenedor .slider_comando {
    width: 30%;
  }
  .trayectoria .trayectoria_contenedor .slider_comando .slider_arrow img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .trayectoria .trayectoria_contenedor .mySwiper-1920 {
    display: none;
  }
  .trayectoria .trayectoria_contenedor .mySwiper-1024 {
    display: block;
  }
  .trayectoria .trayectoria_contenedor .mySwiper-768 {
    display: none;
  }
  .trayectoria .trayectoria_contenedor .slider_comando {
    width: 20%;
  }
  .trayectoria .trayectoria_contenedor .slider_comando .slider_arrow img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .trayectoria .trayectoria_contenedor .mySwiper-1920 {
    display: block;
  }
  .trayectoria .trayectoria_contenedor .mySwiper-1024 {
    display: none;
  }
  .trayectoria .trayectoria_contenedor .mySwiper-768 {
    display: none;
  }
  .trayectoria .trayectoria_contenedor .slider_comando {
    width: 7%;
  }
  .trayectoria .trayectoria_contenedor .slider_comando .slider_arrow img {
    width: 40px;
    height: 40px;
  }
}
.trayectoria .swiper-button-next {
  position: relative !important;
  top: 0% !important;
}
.trayectoria .swiper {
  width: 100%;
  height: 100%;
}
.trayectoria .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  cursor: pointer;
  /* 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;
  transition: transform 0.3s ease;
}
.trayectoria .swiper-slide-active {
  transform: scale(1.2) !important;
}
.trayectoria .swiper-slide img {
  display: block;
  width: 75%;
  height: 80%;
  object-fit: contain;
  transition: 0.3s ease;
}
.trayectoria .swiper {
  width: 100%;
  height: 405px;
  margin: 20px auto;
}
.trayectoria .append-buttons {
  text-align: center;
  margin-top: 20px;
}
.trayectoria .append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.imagen-light {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(100%);
  transition: transform 0.2s ease-in-out;
  z-index: 120000;
}
.imagen-light .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  cursor: pointer;
}
.imagen-light .contenedor_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 500px;
}
.imagen-light .contenedor_img .agregar-imagen {
  width: 700px;
  height: 500px;
  transform: scale(0);
  transition: transform 0.3s 0.2s;
}
.imagen-light .contenedor_img .show-image {
  transform: scale(1);
}
.imagen-light .contenedor_img .flechas {
  display: flex;
  align-items: center;
  width: 700px;
  height: 500px;
  position: absolute;
  justify-content: space-between;
  z-index: 100;
}
.imagen-light .contenedor_img .flechas .left {
  width: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
}
.imagen-light .contenedor_img .flechas .left:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.imagen-light .contenedor_img .flechas .rigth {
  width: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
}
.imagen-light .contenedor_img .flechas .rigth:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.imagen-light .contenedor_img .flechas .ocultar {
  opacity: 0;
}

.show {
  transform: translate(0);
}

@media screen and (max-width: 768px) {
  .imagen-light .contenedor_img {
    width: 550px;
    height: 350px;
  }
  .imagen-light .contenedor_img .agregar-imagen {
    width: 550px;
    height: 350px;
  }
  .imagen-light .contenedor_img .flechas {
    width: 550px;
    height: 350px;
  }
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-medium";
  src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
* {
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  width: 90%;
  max-width: 1396px;
  margin: 0 auto;
  overflow: hidden;
}

.whatsapp_contacto {
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s;
}
.whatsapp_contacto:hover {
  transform: scale(1.1);
}

.after::after {
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #1c82eb;
  margin-top: 15px;
}

.center::after {
  display: block;
  content: "";
  width: 20%;
  margin: 15px auto;
  height: 4px;
  background-color: #1c82eb;
}

.fifth {
  border-color: #1c82eb;
  border-radius: 0;
  color: #1c82eb;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1c82eb;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth:hover {
  color: #ffffff;
}
.fifth:hover::after {
  width: 110%;
}

.fifth_alt {
  border-color: #63b0ff;
  border-radius: 0;
  color: #63b0ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #63b0ff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
  color: #ffffff;
}
.fifth_alt:hover::after {
  width: 110%;
}

.fifth_alt_1 {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
  color: #1c82eb;
}
.fifth_alt_1:hover::after {
  width: 110%;
}

@media screen and (max-width: 768px) {
  .whatsapp_contacto {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
  }
  .whatsapp_contacto img {
    width: 80%;
    height: 80%;
  }
  .whatsapp_contacto:hover {
    transform: scale(1.1);
  }
}
.header_info {
  background-image: url(../../img/info_rino/foto_header.png);
  height: 368px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
}
.header_info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #00557e;
}
.header_info .header_titulo {
  position: relative;
  color: #ffffff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-family: "DINPro-bold";
  font-size: 65px;
}
.header_info .header_titulo p {
  width: 697px;
}
.header_info .testimonios_rectangles {
  width: 100%;
  overflow: hidden;
}
.header_info .testimonios_rectangles .recta {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.info-rino {
  height: 700px;
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  align-items: center;
}
.info-rino .sobre_foto figure {
  width: 100%;
  height: 100%;
}
.info-rino .sobre_foto figure img {
  height: 100%;
  width: 100%;
}
.info-rino .sobre_mi_contenido {
  width: 50%;
  height: 100%;
}
.info-rino .sobre_mi_contenido .sobre_mi_body {
  height: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  position: relative;
}
.info-rino .sobre_mi_contenido .sobre_mi_body h1 {
  font-size: 40px;
  color: #00557e;
  font-family: "DINPro-bold";
}
.info-rino .sobre_mi_contenido .sobre_mi_body .sobre_texto {
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  line-height: 1.5;
}
.info-rino .sobre_mi_contenido .sobre_mi_body .sobre_texto p {
  margin-top: 20px;
}
.info-rino .sobre_mi_contenido .sobre_mi_body .sobre_texto .texto {
  margin-top: 30px;
}
.info-rino .sobre_mi_contenido .sobre_btn {
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-rino .sobre_mi_contenido .sobre_btn .btn_contenedor {
  cursor: pointer;
  height: 51px;
  width: 171px;
  background-color: #1c82eb;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.tipos_rino {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tipos_rino .card_tipo {
  width: 30%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.tipos_rino .card_tipo h1 {
  font-family: "DINPro-bold";
  color: #00557e;
  font-size: 38px;
}
.tipos_rino .card_tipo p {
  font-family: "Roboto", "sans-serif";
  font-size: 20px;
  margin-top: 20px;
}

.descarga_info {
  height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.descarga_info .titulo {
  font-size: 28px;
  height: 30%;
  width: 600px;
  font-family: "DINPro-bold";
  color: #00557e;
  text-align: center;
}
.descarga_info .cards_info {
  display: flex;
  height: 70%;
  justify-content: space-evenly;
  align-items: center;
  width: 90%;
}
.descarga_info .cards_info .card_info {
  height: 384px;
  width: 352px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s;
}
.descarga_info .cards_info .card_info .svg_amarillo {
  color: #F6DA7B !important;
}
.descarga_info .cards_info .card_info .svg_verde {
  color: #5AE98F !important;
}
.descarga_info .cards_info .card_info .sub {
  text-decoration: underline;
}
.descarga_info .cards_info .card_info h1 {
  text-align: center;
  font-family: "DINPro-bold";
  font-size: 29px;
  color: #00557e;
}
.descarga_info .cards_info .card_info a {
  text-decoration: none;
  font-size: 20px;
  color: #00557e;
  font-family: "DINPro-bold";
}
.descarga_info .cards_info .card_info:hover {
  transform: translateY(-20px);
  border-bottom: 7px solid #1c82eb;
}
.descarga_info .cards_info .card_info:hover a {
  border-bottom: 3px solid #00557e;
}
.descarga_info .cards_info .card_info:hover .svg_amarillo {
  color: #1c82eb !important;
}
.descarga_info .cards_info .card_info:hover .svg_verde {
  color: #1c82eb !important;
}

.card_mas_info {
  height: 880px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.card_mas_info .card_info {
  width: 488px;
  height: 520px;
  box-shadow: 2px 10px 11px 12px rgb(201, 195, 201);
  border-radius: 10px;
  border-bottom: 10px solid #00557e;
}
.card_mas_info .card_info .info {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 100%;
}
.card_mas_info .card_info .info h1 {
  font-family: "DINPro-bold";
  color: #00557e;
  font-size: 40px;
}
.card_mas_info .card_info .info .items {
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card_mas_info .card_info .info .items div {
  display: flex;
  gap: 0.5em;
}
.card_mas_info .card_info .info .items div p {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}
.card_mas_info .card_info .btn_centrar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_mas_info .card_info .btn_centrar .btn_home {
  width: 250px !important;
}
.card_mas_info .card_info .btn_centrar .btn_home .btn_contenedor {
  width: 100%;
  text-decoration: none;
}
.card_mas_info .card_info .btn_centrar .btn_home .btn_contenedor p {
  font-size: 16px;
  margin-right: 10px;
  font-family: "Roboto", "sans-serif";
}

.info_card_rino {
  width: 100%;
  height: 300vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.info_card_rino .mas_card {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  padding: 50px;
  border-radius: 20px;
  width: 90%;
}
.info_card_rino .mas_card h1 {
  font-family: "DINPro-bold";
  color: #00557e;
  font-size: 40px;
}
.info_card_rino .mas_card p {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 1.5;
}
.info_card_rino .card_1 {
  height: 342px;
}
.info_card_rino .card_1 h1 {
  margin-bottom: 30px;
}
.info_card_rino .card_2 {
  height: 776px;
}
.info_card_rino .card_2 .info_acordeon {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8em;
}
.info_card_rino .card_2 .info_acordeon img {
  margin-top: 10px;
}
.info_card_rino .card_2 .info_acordeon .contenedor_acordeon {
  width: 900px;
}
.info_card_rino .card_2 .info_acordeon .contenedor_acordeon .titulo_acordeon {
  font-family: "DINPro-bold";
  font-size: 28px;
  color: #00557e;
}
.info_card_rino .card_2 .info_acordeon .contenedor_acordeon .accordion .accordion-item {
  width: 90%;
}
.info_card_rino .card_2 .info_acordeon .contenedor_acordeon .accordion .accordion-item .accordion-button {
  border-radius: 10px;
  color: #00557e;
  font-family: "DINPro-bold";
  font-size: 20px;
}
.info_card_rino .card_3 {
  height: 500px;
}
.info_card_rino .card_3 .card_3_texto {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-top: 30px;
}
.info_card_rino .card_3 .card_3_texto img {
  margin-top: 10px;
}
.info_card_rino .card_3 .card_3_texto .card_body h1 {
  font-size: 28px;
  font-family: "DINPro-bold";
}
.info_card_rino .card_3 .card_3_texto .card_body p {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}
.info_card_rino .sobre_btn {
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info_card_rino .sobre_btn .btn_contenedor {
  cursor: pointer;
  height: 74px;
  width: 189px;
  background-color: #1c82eb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  gap: 0.5em;
}

.cards_tipos_rino {
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2em;
  padding: 30px 0px;
  cursor: pointer;
}
.cards_tipos_rino .card_tipo_rino {
  width: 17%;
  height: 104px;
  border-radius: 10px 15px 15px 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  position: relative;
  gap: 2em;
  transition: all 0.3s ease-in-out;
}
.cards_tipos_rino .card_tipo_rino .top {
  position: absolute;
  top: 1px;
}
.cards_tipos_rino .card_tipo_rino .top .svg_top {
  color: #00557e;
}
.cards_tipos_rino .card_tipo_rino .button {
  position: absolute;
  bottom: -17px;
}
.cards_tipos_rino .card_tipo_rino .button .svg_button {
  color: #99b9d1;
}
.cards_tipos_rino .card_tipo_rino p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: "DINPro-bold";
  font-size: 16px;
  color: #00557e;
  padding-left: 10px;
}
.cards_tipos_rino .card_tipo_rino:hover {
  transform: translateY(-15px);
}
.cards_tipos_rino .card_tipo_rino:hover .svg_top {
  color: #1c82eb;
}
.cards_tipos_rino .card_tipo_rino:hover .svg_button {
  color: #1c82eb;
}

.tipos_card_rino {
  width: 100%;
  height: 800vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
  position: relative;
  z-index: 100;
}
.tipos_card_rino .left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.tipos_card_rino .rigth {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.tipos_card_rino .recta1 {
  top: 80em;
}
.tipos_card_rino .recta2 {
  top: 40em;
}
.tipos_card_rino .recta3 {
  top: 120em;
}
.tipos_card_rino .recta5 {
  top: 160em;
}
.tipos_card_rino .recta6 {
  top: 200em;
}
.tipos_card_rino .recta7 {
  top: 240em;
}
.tipos_card_rino .recta8 {
  top: 280em;
}
.tipos_card_rino .recta9 {
  top: 320em;
}
.tipos_card_rino .recta10 {
  top: 300em;
}
.tipos_card_rino .mas_card {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  padding: 50px;
  border-radius: 20px;
  width: 90%;
  z-index: 10;
  background-color: #ffffff;
}
.tipos_card_rino .mas_card h1 {
  font-family: "DINPro-bold";
  color: #00557e;
  font-size: 40px;
}
.tipos_card_rino .mas_card p {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 1.5;
}
.tipos_card_rino .card_1 {
  height: 300px;
}
.tipos_card_rino .card_1 h1 {
  margin-bottom: 30px;
}
.tipos_card_rino .card_2 {
  height: 400px;
}
.tipos_card_rino .card_2 h1 {
  margin-bottom: 30px;
}
.tipos_card_rino .card_3 {
  height: 450px;
}
.tipos_card_rino .card_3 h1 {
  margin-bottom: 30px;
}

.sobre_btn {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sobre_btn .btn_contenedor {
  cursor: pointer;
  height: 74px;
  width: 189px;
  background-color: #1c82eb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  gap: 0.5em;
}

@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-medium";
  src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
* {
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  width: 90%;
  max-width: 1396px;
  margin: 0 auto;
  overflow: hidden;
}

.whatsapp_contacto {
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s;
}
.whatsapp_contacto:hover {
  transform: scale(1.1);
}

.after::after {
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #1c82eb;
  margin-top: 15px;
}

.center::after {
  display: block;
  content: "";
  width: 20%;
  margin: 15px auto;
  height: 4px;
  background-color: #1c82eb;
}

.fifth {
  border-color: #1c82eb;
  border-radius: 0;
  color: #1c82eb;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1c82eb;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth:hover {
  color: #ffffff;
}
.fifth:hover::after {
  width: 110%;
}

.fifth_alt {
  border-color: #63b0ff;
  border-radius: 0;
  color: #63b0ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #63b0ff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
  color: #ffffff;
}
.fifth_alt:hover::after {
  width: 110%;
}

.fifth_alt_1 {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
  color: #1c82eb;
}
.fifth_alt_1:hover::after {
  width: 110%;
}

@media screen and (max-width: 768px) {
  .whatsapp_contacto {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
  }
  .whatsapp_contacto img {
    width: 80%;
    height: 80%;
  }
  .whatsapp_contacto:hover {
    transform: scale(1.1);
  }
}
.header_testimonios {
  background-image: url(../../img/testimonio/testimonio.png);
  height: 368px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
}
.header_testimonios::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #00557e;
}
.header_testimonios .header_titulo {
  position: relative;
  color: #ffffff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-family: "DINPro-bold";
  font-size: 65px;
}
.header_testimonios .testimonios_rectangles {
  width: 100%;
  overflow: hidden;
}
.header_testimonios .testimonios_rectangles .recta {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.testimonios {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin-bottom: 50px;
}

.bTduCZ {
  transition: all 0.3s;
}
.bTduCZ:hover {
  border: 1px solid #00557e;
}

.testimonio_resultados .resultados_div {
  background-image: url(../../img/testimonio/divider.svg);
  height: 121px;
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonio_resultados .resultados_div .resultado_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}
.testimonio_resultados .resultados_div .resultado_text p {
  color: #ffffff;
  font-family: "DINPro-bold";
  font-size: 35px;
}
.testimonio_resultados .resultado_fotos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  width: 90%;
  gap: 1em;
}
.testimonio_resultados .resultado_fotos figure {
  width: 28%;
  height: 100%;
  margin-bottom: 30px;
}
.testimonio_resultados .resultado_fotos figure .resultado_img {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.testimonio_resultados .resultado_fotos figure .resultado_img img {
  width: 100%;
  height: 100%;
}
.testimonio_resultados .resultado_fotos figure .resultado_img .linea {
  position: absolute;
  width: 100%;
  bottom: -5px;
  opacity: 1;
}
.testimonio_resultados .resultado_fotos figure .resultado_img .swiper {
  position: relative;
}
.testimonio_resultados .resultado_fotos figure .resultado_img .swiper .arrow {
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 0.5em;
}
.testimonio_resultados .resultado_fotos figure .resultado_img .swiper .arrow img {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.header {
  position: fixed !important;
  top: 0rem;
  left: 0rem;
  max-height: 5rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .header .contenedor {
    display: flex;
    justify-content: space-between;
    margin: revert;
    min-width: 100%;
    padding: 0rem 10rem;
  }
}
@media (min-width: 1024px) {
  .header .contenedor .logo {
    min-width: 13rem;
    max-width: 13rem;
    width: revert;
  }
}
@media (min-width: 1024px) {
  .header .contenedor .navBtn {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header .contenedor .enlaces {
    column-gap: 2rem;
  }
}
.header .contenedor .enlaces .navigation {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .contenedor .enlaces .navigation {
    min-height: 5rem;
    transition: all 100ms ease-in-out;
  }
  .header .contenedor .enlaces .navigation:hover {
    border-bottom: 4px solid #1c82eb;
  }
  .header .contenedor .enlaces .navigation:has(.active) {
    border-bottom: 8px solid #1c82eb;
  }
}
.header .contenedor .enlaces .navigation:is([data-id*=parent-submenu]) .menuBtn .link {
  display: flex;
  column-gap: 1rem;
}
.header .contenedor .enlaces .open:hover .menuVertical {
  left: revert !important;
}

.inactive-link {
  pointer-events: none;
}

.googleReviewsSwiper {
  min-height: 30rem;
}
.googleReviewsSwiper .swiper-wrapper .card {
  position: relative;
  overflow: hidden;
  min-height: 15rem;
  max-height: 25rem;
  margin: 1rem 0rem;
  max-width: 17rem;
  flex-direction: column;
  border: solid 2px rgba(0, 0, 0, 0.1607843137);
  flex-direction: column;
  justify-content: space-evenly;
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Roboto", "sans-serif";
  transition: 0.3s ease;
}
.googleReviewsSwiper .swiper-wrapper .card:hover {
  transform: translateY(-15px);
  border: 3px solid #1c82eb;
  box-shadow: 0px 17px 20px -1px #b3b1b3;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body {
  padding: 1rem 0rem;
  z-index: 100;
  position: relative;
  cursor: pointer;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body .card-profile-heading {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body .card-profile-heading .card-image-container {
  max-width: 4rem;
  max-height: 4rem;
  border-radius: 3rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body .card-profile-heading .card-image-container .card-image {
  max-height: 7rem;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body .card-profile-heading .card-profile-name {
  color: #00557e;
  font-family: "DINPro-bold";
  font-size: 16px;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body .review-star-holder {
  min-height: 2rem;
  padding: 1rem 0rem;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body .review-description-container {
  max-height: 10rem;
  padding: 0rem 1rem;
  overflow-y: scroll;
  margin: 1rem 0rem;
  /* Track */
  /* Handle */
}
.googleReviewsSwiper .swiper-wrapper .card .card_body .review-description-container::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body .review-description-container::-webkit-scrollbar-track {
  background: rgb(224, 224, 224);
  margin: 0.3em 0em;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body .review-description-container::-webkit-scrollbar-thumb {
  background: #00557e;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body .view-more-container a {
  min-height: 2rem;
  padding: 1rem 0rem;
  text-decoration: none;
  color: #1c82eb;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body h2 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}
.googleReviewsSwiper .swiper-wrapper .card .card_body p {
  font-size: 16px;
  font-weight: 400;
}
.googleReviewsSwiper .swiper-wrapper .card .links_conoce {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.googleReviewsSwiper .swiper-wrapper .card .links_conoce .link_conoce {
  text-decoration: none;
  color: #1c82eb;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}
.googleReviewsSwiper .swiper-wrapper .card .links_conoce .link_conoce img {
  height: 70%;
}

.nuestras_cirugias .img_doctor {
  background-image: url("../../img/inicio/doctor.png");
  height: 100%;
  width: 55%;
  background-repeat: no-repeat;
  z-index: 100;
  bottom: 0;
  top: 0;
  position: absolute;
}

.nuestras_cirugias .cuadro {
  background: transparent linear-gradient(180deg, #1c82eb 0%, #1c82eb 100%) 0% 0% no-repeat padding-box;
  height: 589px;
  width: 855px;
  bottom: 0;
  position: absolute;
  z-index: 0;
  border-radius: 0px 20px 20px 0px;
}

.nuestras_cirugias .cirugias_contenido {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  padding-top: 60px;
}

.nuestras_cirugias .cirugias_contenido .cirugia_bloque {
  display: flex;
  width: 100%;
  height: 30%;
  z-index: 102;
}

.nuestras_cirugias .cirugias_contenido .cirugia_bloque .space {
  width: 50%;
}

.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title .titulo_cirugia {
  color: #00557e;
  font-family: "DINPro-bold";
  font-size: 40px;
}

.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title .cirugia_texto {
  font-family: "Roboto", "sans-serif";
  font-size: 20px;
  font-weight: 400;
  width: 90%;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider {
  height: 250px;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card {
  width: 344px;
  height: 208px;
  border: solid 2px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Roboto", "sans-serif";
  transition: 0.3s ease;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card:hover {
  transform: translateY(-15px);
  border: 3px solid #1c82eb;
  box-shadow: 0px 17px 20px -1px #b3b1b3;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body {
  z-index: 100;
  position: relative;
  cursor: pointer;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body h2 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body p {
  font-size: 16px;
  font-weight: 400;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce .link_conoce {
  text-decoration: none;
  color: #1c82eb;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce img {
  height: 70%;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-prev {
  opacity: 0.4;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-next {
  opacity: 0.5;
}

.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-active {
  opacity: 0.5;
}

.nuestras_cirugias .cirugias_contenido .slider_comando {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
}

.nuestras_cirugias .cirugias_contenido .slider_comando div {
  width: 35%;
}

.nuestras_cirugias .cirugias_contenido .slider_comando .comando {
  z-index: 1;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nuestras_cirugias .cirugias_contenido .slider_comando .comando .slider_arrow img {
  cursor: pointer;
}

.nuestras_cirugias .swiper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}

.desktop-review-container {
  min-width: 63vw;
  max-width: 63vw;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
  overflow: hidden;
  display: flex;
}
@media (max-width: 768px) {
  .desktop-review-container {
    display: none;
  }
}
.desktop-review-container .review-list-container {
  max-width: 50%;
  min-width: 50%;
  display: flex;
  flex-direction: column;
  margin: 0rem;
  padding: 0rem;
}
.desktop-review-container .review-list-container .review-list-item-container {
  max-height: 7rem;
  min-height: 7rem;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 5rem;
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  pointer-events: all;
  cursor: pointer;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.0392156863);
  transition: background-color 500ms ease-in-out;
}
.desktop-review-container .review-list-container .review-list-item-container:last-of-type {
  box-shadow: 0px 5px 5px transparent;
}
.desktop-review-container .review-list-container .review-list-item-container .identity-container {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  pointer-events: none;
}
.desktop-review-container .review-list-container .review-list-item-container .identity-container .review-item-img-holder {
  max-width: 3rem;
  max-height: 3rem;
  border-radius: 3rem;
  overflow: hidden;
}
.desktop-review-container .review-list-container .review-list-item-container .identity-container .review-item-img-holder img {
  max-width: 100%;
}
.desktop-review-container .review-list-container .review-list-item-container .identity-container .review-item-text-contents {
  font-family: Roboto;
  font-weight: 600;
}
.desktop-review-container .review-list-container .review-list-item-container .identity-container .review-item-text-contents .text-content-name {
  font-size: 1.1rem;
  color: black;
}
.desktop-review-container .review-list-container .review-list-item-container .identity-container .review-item-text-contents .text-content-time {
  font-size: 0.8rem;
  color: #0081c2;
}
.desktop-review-container .review-list-container .review-list-item-container .review-item-arrow-icon {
  min-width: 30%;
  display: flex;
  justify-content: flex-end;
  justify-self: flex-end;
  pointer-events: none;
}
.desktop-review-container .review-list-container .review-list-item-container .review-item-arrow-icon img {
  max-width: 0.7rem;
}
.desktop-review-container .review-list-container .active-review-item {
  background-color: rgba(153, 185, 209, 0.3);
}
.desktop-review-container .review-content-container {
  max-width: 50%;
  min-width: 50%;
  min-height: 100%;
  padding: 4rem 3rem;
  position: relative;
}
.desktop-review-container .review-content-container .content-inner-container {
  font-family: Roboto;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.desktop-review-container .review-content-container .content-inner-container .review-author-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.desktop-review-container .review-content-container .content-inner-container .review-stars-holder {
  margin-bottom: 1rem;
}
.desktop-review-container .review-content-container .content-inner-container .review-description {
  padding-right: 1rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
  max-height: 15rem;
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.desktop-review-container .review-content-container .content-inner-container .review-description::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
.desktop-review-container .review-content-container .content-inner-container .review-description::-webkit-scrollbar-track {
  background: rgb(224, 224, 224);
  margin: 0.3em 0em;
}
.desktop-review-container .review-content-container .content-inner-container .review-description::-webkit-scrollbar-thumb {
  background: #00557e;
}
.desktop-review-container .review-content-container .content-inner-container .placeholder-style {
  font-family: "Times New Roman", Times, serif;
  font-size: 10rem;
  line-height: revert;
  text-align: center;
  color: rgba(153, 185, 209, 0.6);
}
.desktop-review-container .review-content-container .placeholder-inner-container {
  justify-content: center;
}
.desktop-review-container .review-content-container .google-reviews-logo-container {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.desktop-review-container .review-content-container .google-reviews-logo-container img {
  max-width: 7rem;
}

.mobile-reviews-container {
  margin-top: 3rem;
  min-width: 100vw;
  padding: 0rem 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  align-items: center;
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  .mobile-reviews-container {
    display: none;
  }
}
.mobile-reviews-container .mobile-review-card {
  border: 2px solid #99b9d1;
  max-width: 85%;
  min-width: 85%;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  padding: 2rem 0rem;
  position: relative;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.0941176471);
}
.mobile-reviews-container .mobile-review-card .mobile-review-heading {
  display: flex;
  column-gap: 1.5rem;
  margin-bottom: 1rem;
  padding: 0rem 1.5rem;
}
@media (max-width: 424px) {
  .mobile-reviews-container .mobile-review-card .mobile-review-heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mobile-reviews-container .mobile-review-card .mobile-review-heading .mobile-review-img-container {
  max-width: 4rem;
  max-height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  border-radius: 4rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-reviews-container .mobile-review-card .mobile-review-heading .mobile-review-img-container img {
  max-width: 4rem;
}
.mobile-reviews-container .mobile-review-card .mobile-review-heading .mobile-review-heading-texts {
  font-family: Roboto;
  font-weight: 600;
}
@media (max-width: 424px) {
  .mobile-reviews-container .mobile-review-card .mobile-review-heading .mobile-review-heading-texts {
    justify-content: center;
    align-items: center;
  }
}
.mobile-reviews-container .mobile-review-card .mobile-review-heading .mobile-review-heading-texts .mobile-review-name {
  font-size: 1.1rem;
}
@media (max-width: 424px) {
  .mobile-reviews-container .mobile-review-card .mobile-review-heading .mobile-review-heading-texts .mobile-review-name {
    text-align: center;
  }
}
.mobile-reviews-container .mobile-review-card .mobile-review-heading .mobile-review-heading-texts .mobile-review-time {
  font-size: 0.8rem;
  color: #9d9d9d;
}
@media (max-width: 424px) {
  .mobile-reviews-container .mobile-review-card .mobile-review-heading .mobile-review-heading-texts .mobile-review-time {
    text-align: center;
  }
}
@media (max-width: 424px) {
  .mobile-reviews-container .mobile-review-card .mobile-review-heading .mobile-review-heading-texts .mobile-stars-holder {
    display: flex;
    justify-content: center;
  }
}
.mobile-reviews-container .mobile-review-card .mobile-card-contents {
  font-family: Roboto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-reviews-container .mobile-review-card .mobile-card-contents .mobile-card-description {
  line-height: 1.6rem;
  max-height: 20rem;
  overflow-y: auto;
  padding: 0rem 1rem;
  /* Track */
  /* Handle */
}
.mobile-reviews-container .mobile-review-card .mobile-card-contents .mobile-card-description::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
.mobile-reviews-container .mobile-review-card .mobile-card-contents .mobile-card-description::-webkit-scrollbar-track {
  display: none;
  background: rgb(224, 224, 224);
  margin: 0.3em 0em;
}
.mobile-reviews-container .mobile-review-card .mobile-card-contents .mobile-card-description::-webkit-scrollbar-thumb {
  background: #00557e;
  display: none;
}
.mobile-reviews-container .mobile-review-card .mobile-card-contents .mobile-card-btn {
  font-weight: 800;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 0.7rem;
  border-radius: 2rem;
  background-color: white;
  border: none;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
}

/*# sourceMappingURL=final.css.map */
