* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  width: 100%;
  color: #4d4d4d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}
h1,
h2 {
  font-weight: 700;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  color: #4d4d4d;
}
a {
  text-decoration: none;
  font-weight: 700;
  line-height: 0;
  display: block;
  transition: 0.5s ease all;
}
li {
  list-style-type: none;
}
.btn-whatsapp {
  background-color: #2db742;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px 30px;
  border-radius: 22px;
  border: 1px solid #2db742;
  margin-right: 20px;
  height: 45px;
}
.btn-whatsapp:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url("../img/ico-whatsapp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.btn-whatsapp:hover {
  background-color: #269737;
  border-color: #269737;
}
.btn-cita {
  background-color: transparent;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px 30px;
  border-radius: 22px;
  border: 1px solid #fff;
  height: 45px;
  cursor: pointer;
}
.btn-cita:hover {
  background-color: #fff;
  color: #99cdf0;
}
header {
  background-image: url("../img/bg-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  height: 80vh;
  max-height: 900px;
}
header .img-modelo {
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: bottom;
  padding-top: 0px;
}
header .container {
  position: relative;
  height: 100%;
}
header .container .row:first-child {
  align-items: center;
  height: 100%;
}
header .container .row:first-child div[class^='col'] {
  height: 100%;
  display: flex;
  align-items: center;
}
.botones {
  display: flex;
}
.botones >* {
  margin: 15px;
  margin-right: 10px !important;
}
#caja-procedimientos {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  padding: 20px;
  box-shadow: -4px 6px 42px 1px #757575;
  border-radius: 12px;
}
#caja-procedimientos #procedimientos h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
#caja-procedimientos #procedimientos ul {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}
#caja-procedimientos #procedimientos ul li {
  border: 1px solid #99cdf0;
  padding: 15px;
  border-radius: 17px;
  width: 160px;
  transition: 0.5s ease all;
}
#caja-procedimientos #procedimientos ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  line-height: 1.5;
  transition: 0.5s ease all;
}
#caja-procedimientos #procedimientos ul li a img {
  padding: 10px;
  border-radius: 50%;
  background-color: #99cdf0;
  height: 65px;
  width: 65px;
  object-fit: contain;
  margin-bottom: 10px;
  border: 1px solid #fff;
  transition: 0.5s ease all;
}
#caja-procedimientos #procedimientos ul li a p {
  color: #4d4d4d;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  transition: 0.5s ease all;
}
#caja-procedimientos #procedimientos ul li:hover {
  background-color: #99cdf0;
}
#caja-procedimientos #procedimientos ul li:hover a p {
  color: #fff;
}
section {
  padding: 150px 0;
}
section#experiencia {
  padding: 250px 0 0 0;
}
section#experiencia .row {
  align-items: center;
}
section#experiencia h2 span {
  font-size: 20px;
  color: #757575;
}
section.cirugia:nth-child(even) {
  background-color: #f4f4f4;
}
section.cirugia:nth-child(even) .row:nth-child(2) .col-xl-6:first-child {
  padding-right: 10px;
}
section.cirugia:nth-child(even) .row:nth-child(2) .col-xl-6:last-child {
  padding-left: 40px;
}
section.cirugia:nth-child(odd) .row:nth-child(2) {
  flex-direction: row-reverse;
}
section.cirugia:nth-child(odd) .row:nth-child(2) .col-xl-6:first-child {
  padding-left: 10px;
}
section.cirugia:nth-child(odd) .row:nth-child(2) .col-xl-6:last-child {
  padding-right: 30px;
}
section.cirugia .row:first-child {
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}
section.cirugia .datos {
  display: flex;
}
section.cirugia .datos.mas-datos>* {
  display: flex;
  align-items: start;
  padding: 10px !important;
  flex-direction: column;
}
section.cirugia .datos.mas-datos img {
  margin-bottom: 5px;
}
section.cirugia .datos.mas-datos p span {
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
section.cirugia .datos.mas-datos p.tag {
  display: flex;
  align-items: center;
}
section.cirugia .datos.mas-datos p .tag-l {
  display: inline-block;
  text-align: center;
  background-color: #99cdf0;
  border-radius: 50px;
  padding: 2px 7px;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
  width: 50px;
}
section.cirugia .datos>* {
  display: flex;
  align-items: start;
  padding: 30px;
}
section.cirugia .datos>* img {
  margin-right: 20px;
  margin-top: 10px;
}
section.cirugia .datos>* p {
  font-family: 'Poppins', sans-serif;
  color: #02283d;
}
section.cirugia .datos>* p span {
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  font-size: 13px;
}
section.cirugia .datos .duracion {
  padding-left: 0;
}
section.cirugia .datos .analisis {
  padding-right: 0;
}
section.cirugia .datos p {
  margin: 0;
}
section.cirugia .galeria {
  display: flex;
}
section.cirugia .galeria img {
  width: 25%;
  height: auto;
  padding: 5px;
}
section.cirugia figure {
  border-bottom: 1px solid #99cdf0;
}
section.cirugia h3 {
  font-size: 20px;
  font-weight: 700;
}
section.cirugia p.nombre {
  font-family: 'Poppins', sans-serif;
  color: #99cdf0;
  font-weight: 700;
  margin-top: 20px;
  font-size: 25px;
  margin-bottom: 5px;
}
section.cirugia .btn-whatsapp {
  margin-top: 30px;
}
.btn-whatsapp.mobile {
  display: none;
}
#entrada {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  transition: 0.5s ease all;
}
#entrada div>* {
  margin: 10px 0;
}
#entrada img {
  max-height: 80px;
}
#entrada #link-sitio {
  display: flex;
  align-items: center;
  background-color: #99cdf0;
  color: #fff;
  width: 270px;
  height: 50px;
  text-align: center;
  padding: 10px 30px 10px 40px;
  border-radius: 0 0 20px 20px;
  box-shadow: 1px 1px 11px -4px #757575;
  position: fixed;
  top: 50%;
  right: -135px;
  margin: 0;
  transform: translate(-25px, -50%) rotate(90deg);
}
#entrada #link-sitio:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/ico-web.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-right: 10px;
}
#entrada #link-sitio:hover {
  background-color: #02283d;
}
#entrada.scroll {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: 0.5s ease all;
  align-items: center;
  margin: 0 auto;
  height: 100px;
  box-shadow: 5px -3px 11px #757575;
}
#entrada.scroll >div {
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: 0.5s ease all;
  align-items: center;
  margin: 0;
}
#entrada.scroll >div h1 {
  display: none;
}
#entrada.scroll >div img {
  max-height: 85px;
}
#entrada.scroll >div .btn-cita {
  border-color: #02283d;
  color: #02283d;
}
#entrada.scroll >div .btn-cita:hover {
  background-color: #02283d;
  color: #fff;
}
#entrada #modal {
  display: none;
}
#casos-exito {
  padding-top: 50px;
  overflow: hidden;
}
#casos-exito .row:first-child {
  justify-content: center;
}
#casos-exito h2 {
  text-align: center;
  color: #02283d;
  margin-bottom: 50px;
}
#casos-exito a,
#casos-exito figure {
  position: relative;
}
#casos-exito a >img,
#casos-exito figure >img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}
#casos-exito a .play,
#casos-exito figure .play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#casos-exito .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#casos-exito .swiper-wrapper {
  flex-direction: row;
}
#casos-exito .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((90% - 0px) / 2) !important;
/* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
#casos-exito .swiper-slide:nth-child(odd) {
  padding-right: 10px;
}
#casos-exito .swiper-slide:nth-child(even) {
  padding-left: 10px;
}
#form-clinica {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
#form-clinica input,
#form-clinica select {
  margin-bottom: 20px;
  height: 60px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
}
#form-clinica label {
  margin-bottom: 10px;
  color: #777;
}
#form-clinica label span {
  color: #e80000;
}
#form-clinica span#enviar-cm {
  background-color: #333;
  padding: 15px 30px;
  color: #fff;
  display: table;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  transition: 0.4s ease-in-out all;
}
#form-clinica span#enviar-cm:hover {
  background-color: #666;
}
#form-clinica #mensaje-cm {
  height: 200px;
}
#gracias-CM {
  display: none;
}
footer {
  background-color: #02283d;
  color: #fff;
  padding: 60px 0;
  position: relative;
}
footer >* {
  text-align: center;
}
footer .row {
  align-items: center;
}
footer .experiencia {
  text-align: start;
}
footer .rrss a {
  width: max-content;
  margin: 20px auto;
}
footer .rrss a img {
  height: 30px;
  transition: 0.5s ease all;
}
footer .rrss a:hover img {
  transform: scale(1.2);
}
footer .link-sitio-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
}
footer #link-sitio {
  display: flex;
  position: relative;
  transform: translate(0, 0%) rotate(0deg);
  align-items: center;
  background-color: #99cdf0;
  color: #fff;
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 10px 30px 10px 40px;
  border-radius: 0;
  text-align: center;
  justify-content: center;
  z-index: 99;
}
footer #link-sitio:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/ico-web.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  header {
    padding-top: 30px;
    max-height: 1000px;
    height: 100vh;
    background-position: left;
  }
  header .row:first-child {
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  header .img-modelo {
    max-height: 700px;
    transform: translateY(-45px);
    object-fit: contain;
    padding-top: 10px;
    transition: 0.5s ease all;
  }
  header .container .row:first-child div[class^='col'] {
    height: max-content;
    justify-content: center;
    min-height: 300px;
  }
  #entrada {
    align-items: center;
    transition: 0.5s ease all;
    min-height: max-content;
  }
  #entrada >* {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s ease all;
  }
  #entrada img {
    margin-bottom: 20px;
    max-height: 60px !important;
  }
  #entrada .btn-whatsapp {
    display: flex !important;
    transition: 0.5s ease all;
  }
  #entrada #link-sitio {
    display: none;
    position: fixed;
    transform: translate(0, 0%) rotate(0deg);
    top: 0;
    left: 0;
    right: initial;
    width: 100%;
    border-radius: 0;
    text-align: center;
    justify-content: center;
    z-index: 99;
  }
  #entrada div >* {
    margin: 7px 0;
  }
  #entrada.scroll {
    top: initial;
    bottom: 0;
    box-shadow: -5px -3px 11px #757575;
    transition: 0.5s ease all;
  }
  #entrada.scroll >div {
    transition: 0.5s ease all;
  }
  #entrada.scroll >div .botones {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  #entrada.scroll img {
    display: none;
  }
  .swiper {
    overflow: visible;
  }
  .swiper-pagination {
    bottom: -30px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #757575;
    width: 15px;
    height: 15px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #99cdf0;
  }
  .swiper-slide:first-child {
    padding-left: 0 !important;
  }
  .swiper-slide:nth-child(odd) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .swiper-slide:nth-child(even) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .botones {
    flex-direction: column;
    z-index: 9;
  }
  .botones >* {
    margin: 10px 0;
    width: 100%;
  }
  #caja-procedimientos {
    padding: 30px;
  }
  #caja-procedimientos #procedimientos ul {
    width: 100%;
    justify-content: space-between;
  }
  section {
    padding: 80px 0;
  }
  section#experiencia {
    padding: 300px 0 0 0;
  }
  section#experiencia .row {
    flex-direction: column-reverse;
  }
  section#experiencia img {
    max-width: 600px;
    width: 100%;
  }
  section.cirugia .row:nth-child(2) .col-xl-6:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  section.cirugia .row:nth-child(2) .col-xl-6:last-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .btn-whatsapp {
    display: none;
  }
  .btn-whatsapp.mobile {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
  }
  footer {
    padding-bottom: 150px;
  }
  footer .logo-footer {
    margin: 30px 0;
  }
  footer .row {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
  }
  footer .experiencia {
    text-align: center;
  }
  footer .rrss {
    padding: 0;
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 992px) {
  #caja-procedimientos {
    padding: 30px;
  }
  #caja-procedimientos #procedimientos ul {
    flex-wrap: wrap;
    width: 90%;
    padding: 0;
    justify-content: space-around;
  }
  #caja-procedimientos #procedimientos ul li {
    width: 46%;
    max-width: 180px;
    margin: 20px 2%;
  }
  section.cirugia .galeria {
    flex-wrap: wrap;
  }
  section.cirugia .galeria img {
    width: 50%;
  }
  section.cirugia .datos {
    flex-direction: column;
  }
  section.cirugia .datos.mas-datos {
    flex-direction: row;
  }
  section.cirugia .datos >* {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  header {
    height: 105vh;
    padding-top: 0;
  }
  header .img-modelo {
    transform: translateY(-60px);
  }
  #caja-procedimientos {
    padding: 10px;
  }
  #caja-procedimientos #procedimientos ul {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
  #caja-procedimientos #procedimientos ul li {
    width: 46%;
    max-width: 180px;
    margin: 20px 2%;
  }
}
@media (max-width: 400px) {
  #entrada.scroll >div .btn-cita {
    line-height: 1.2;
    padding: 5px;
  }
  #entrada.scroll >div .btn-whatsapp {
    padding: 5px;
  }
}
