@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800&display=swap");
h1, h2, h3, h4, h5, h6, blockquote {
  font-family: "Red Hat Display", sans-serif;
}

*, body {
  font-family: "Red Hat Display", sans-serif;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

body {
  color: #343434;
  scroll-behavior: smooth;
}

.backToTop {
  background-color: #0277bd;
}
.backToTop:hover {
  box-shadow: 0 0 0 10px rgba(2, 119, 189, 0.4);
}

.mt-40 {
  margin-top: 40px;
}

.alert-success {
  background-color: #d1e7dd;
}

@media screen and (max-width: 768px) {
  #mainSlider, #mainSlider .img--holder {
    height: 300px;
  }
}

.header-topline {
  min-height: 48px;
  background-color: #0277bd;
}
.header-topline .header-info {
  display: flex;
  align-items: center;
}
.header-topline .header-info .text {
  color: #ffffff;
}
.header-topline .header-info .link {
  color: #ffffff;
}
.header-topline .header-info .link:hover {
  text-decoration: none;
}
.header-topline .header-info i {
  margin-right: 5px;
}
.header-topline .header-info .separator {
  margin: 0 5px;
}
.header-topline .header-social a {
  padding: 0 15px;
}
.header-topline .header-social a i {
  z-index: 1;
  display: block;
  line-height: 48px;
  position: relative;
  color: #0277bd;
}
.header-topline .header-social a i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
  z-index: -1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.header-mobile-top {
  background-color: #0277bd;
}

.header-mobile-info .icn-list-sm i {
  margin-right: 6px;
}
.header-mobile-info .icn-list-sm a {
  font-weight: 700;
}
.header-mobile-info .icn-list-sm span {
  font-weight: 700;
}

.header-content .header-logo img, .header-content .header-logo {
  width: 225px;
  height: auto;
  max-width: 225px;
  max-height: -moz-max-content;
  max-height: max-content;
}

#home .btnSlide {
  transition: 0.5s ease-in-out;
  border: 1px solid #00e5ff;
}
#home .btnSlide:hover {
  background-color: #00e5ff;
}

#dr-enrique-hernandez .flexRow {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #dr-enrique-hernandez .flexRow .order-sm-1 {
    order: 1;
  }
  #dr-enrique-hernandez .flexRow .order-sm-2 {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  #dr-enrique-hernandez .flexRow img {
    max-width: 300px;
    margin: 20px auto 0;
    display: block;
  }
}
#dr-enrique-hernandez .flexRow .title {
  color: #0277bd;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #dr-enrique-hernandez .flexRow .title br {
    display: none;
  }
}
#dr-enrique-hernandez .flexRow .text {
  color: #616161;
  font-weight: 500;
  text-align: justify;
  font-size: 17px;
}
#dr-enrique-hernandez .flexRow .readMore {
  color: #0277bd;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
#dr-enrique-hernandez .flexRow .readMore i {
  margin-left: 5px;
  transition: 0.5s ease-in-out;
}
#dr-enrique-hernandez .flexRow .readMore:hover i {
  margin-left: 9px;
}

#procedimientos .title {
  color: #0277bd;
  font-weight: 700;
}
#procedimientos .h-decor {
  background-color: #00e5ff;
}
@media screen and (max-width: 768px) {
  #procedimientos .service-box .service-box-left-mb {
    left: 0;
    right: auto;
  }
}
#procedimientos .service-box .bckg3 {
  background-color: #0277bd;
}
#procedimientos .service-box .titleBox {
  color: #ffffff;
  font-weight: 700;
}
#procedimientos .service-box .text {
  color: #ffffff;
}
#procedimientos .service-box .service-box-icon {
  width: 90px;
  height: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 1600px) {
  #procedimientos .service-box .service-box-icon {
    width: 45px;
  }
}
#procedimientos .service-box .service-box-icon-bg {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #procedimientos .service-box .btn-wrap {
    height: auto;
    opacity: 1;
  }
}
#procedimientos .service-box .btn-wrap .btn2 {
  transition: 0.5s ease-in-out;
  border: 2px solid #00e5ff;
  border-radius: 25px;
  font-weight: 700;
  color: #ffffff;
}
#procedimientos .service-box .btn-wrap .btn2:hover {
  background-color: #00e5ff;
}

#cifras .title {
  color: #0277bd;
  font-weight: 700;
}
#cifras .h-decor {
  background-color: #00e5ff;
}
#cifras .counter-box .counter-box-icon img {
  width: 45px;
  height: auto;
  margin-bottom: 20px;
}
#cifras .counter-box .counter-box-number {
  color: #0277bd;
  font-weight: 700;
}
#cifras .counter-box .decor {
  background-color: #00e5ff;
}
#cifras .counter-box .counter-box-text {
  color: #616161;
  font-weight: 700;
  font-size: 18px;
}

.cta .title {
  font-weight: 700;
}
.cta .text {
  font-weight: 700;
}
.cta .btn2 {
  transition: 0.5s ease-in-out;
  border: 2px solid #00e5ff;
  border-radius: 25px;
  font-weight: 700;
  color: #ffffff;
}
.cta .btn2:hover {
  background-color: #00e5ff;
}

#videos .title {
  color: #0277bd;
  font-weight: 700;
}
#videos .h-decor {
  background-color: #00e5ff;
}
#videos .special-card {
  margin-bottom: 25px;
}
#videos .special-card:hover img {
  transform: none;
}
#videos .special-card .special-card-photo {
  position: relative;
}
#videos .special-card .special-card-photo img {
  position: relative;
}
#videos .special-card .special-card-photo .openYtb {
  position: absolute;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 2px solid #00e5ff;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
#videos .special-card .special-card-photo .openYtb i {
  color: #ffffff;
  line-height: 80px;
}
#videos .content .titleBox {
  color: #616161;
  font-weight: 700;
  margin-bottom: 20px;
}
#videos .content .text {
  color: #616161;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 17px;
  padding-right: 25px;
}

#testimonios .slick-next, #testimonios .slick-prev {
  color: #00e5ff;
  transition: 0.5s ease-in-out;
  border: 2px solid #ffffff;
}

#testimonios .slick-next:hover, #testimonios .slick-prev:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

#testimonios {
  background-color: #0277bd;
}
#testimonios .title {
  color: #ffffff;
  font-weight: 700;
}
#testimonios .title span {
  color: #00e5ff;
}
#testimonios .reviews-carousel:before {
  color: rgba(255, 255, 255, 0.2);
}
#testimonios .review .star-rating .icon-star {
  color: #ffffff;
}
#testimonios .review .review-text {
  color: white;
  text-align: right;
}
#testimonios .review .author {
  color: #00e5ff;
}
#testimonios .slick-prev:hover:before {
  color: #0277bd;
}
#testimonios .slick-next:hover:before {
  color: #0277bd;
}
#testimonios .centerImg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #testimonios .centerImg {
    display: none;
  }
}
#testimonios .centerImg .imgTest {
  width: 100%;
  max-width: 450px;
  height: 100%;
}

#blog .title {
  color: #0277bd;
  font-weight: 700;
}
#blog .h-decor {
  background-color: #00e5ff;
}
#blog .blog-post .post-image img {
  position: relative;
}
#blog .blog-post .blog-post-info .post-date {
  color: #0277bd;
  font-weight: 700;
}
#blog .blog-post .blog-post-info .post-date span {
  color: #00e5ff;
  font-weight: 500;
}
#blog .blog-post .blog-post-info .post-title {
  color: #616161;
  font-weight: 700;
}
#blog .blog-post .blog-post-info .post-title a:hover {
  color: #0277bd;
}
#blog .blog-post .post-teaser {
  color: #616161;
  font-weight: 500;
  margin-bottom: 20px;
  min-height: 130px;
}
#blog .blog-post .btn1 {
  transition: 0.5s ease-in-out;
  border: 2px solid #0277bd;
  border-radius: 25px;
  font-weight: 700;
  background-color: transparent;
  color: #0277bd;
}
#blog .blog-post .btn1:hover {
  background-color: #0277bd;
  color: #ffffff;
}

#contacto {
  padding-bottom: 80px;
}
#contacto .title-wrap .title {
  font-weight: 700;
  color: #616161;
}
#contacto .title-wrap .title span {
  color: #0277bd;
}
#contacto .title-wrap .h-decor {
  background-color: #00e5ff;
}
#contacto .text {
  color: #616161;
  font-weight: 500;
  font-size: 17px;
}
#contacto .titleConnect {
  font-weight: 700;
  color: #616161;
}
#contacto .content-social {
  display: flex;
}
#contacto .content-social a {
  margin-right: 15px;
  padding: 0 15px;
  transition: 0.5s ease-in-out;
}
#contacto .content-social a:hover {
  text-decoration: none;
}
#contacto .content-social a i {
  z-index: 1;
  display: block;
  line-height: 48px;
  position: relative;
  font-weight: 700;
  color: #0277bd;
}
#contacto .content-social a i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f2f2f2;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#contacto .btnForm {
  transition: 0.5s ease-in-out;
  border: 2px solid #00e5ff;
  border-radius: 25px;
  font-weight: 700;
  background-color: transparent;
  color: #0277bd;
}
#contacto .btnForm:hover {
  background-color: #00e5ff;
  color: #ffffff;
}
#contacto textarea {
  min-height: auto;
}
#contacto .form-control {
  border: 1px solid #9e9e9e;
}

#contacto-footer {
  background-color: #f2f2f2;
}
#contacto-footer .titleInfo {
  color: #0277bd;
  font-weight: 700;
}
#contacto-footer .h-decor {
  color: #00e5ff;
}
#contacto-footer .secondCol {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #contacto-footer .secondCol {
    margin-top: 0px;
  }
}
#contacto-footer .footer-post-title .address {
  font-weight: 700;
  color: #616161;
  transition: 0.5s ease-in-out;
}
#contacto-footer .footer-post-title .address:hover {
  color: #0277bd;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #contacto-footer .footer-post-title .address br {
    display: none;
  }
}
#contacto-footer .footer-post-title .address span {
  font-weight: 500;
}
#contacto-footer .icn-list li {
  padding-left: 0;
  margin-bottom: 0;
}
#contacto-footer .icn-list li .titleList {
  color: #616161;
  font-weight: 700;
  margin-bottom: 0;
}
#contacto-footer .icn-list li .link {
  color: #616161;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
#contacto-footer .icn-list li .link:hover {
  text-decoration: none;
  color: #0277bd;
}
#contacto-footer .icn-list li .separator {
  margin: 0 8px;
}
#contacto-footer .footer-bottom {
  background-color: #0277bd;
}
@media screen and (max-width: 768px) {
  #contacto-footer .footer-bottom {
    padding: 20px 0 50px;
  }
}
#contacto-footer .footer-bottom .rowFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contacto-footer .footer-bottom .rowFlex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #contacto-footer .footer-bottom .rowFlex .colBlock {
    margin-bottom: 25px;
  }
  #contacto-footer .footer-bottom .rowFlex .colBlock:last-child {
    margin-bottom: 0;
  }
}
#contacto-footer .footer-bottom .text {
  color: #ffffff;
  font-weight: 500;
}
#contacto-footer .footer-bottom .separator {
  margin: 0 8px;
  font-weight: 500;
}
#contacto-footer .footer-bottom .link {
  color: #ffffff;
  transition: 0.5s ease-in-out;
  font-weight: 500;
}
#contacto-footer .footer-bottom .link:hover {
  color: #ffffff;
  text-decoration: none;
}
#contacto-footer .footer-bottom .logo {
  max-width: 145px;
  width: 100%;
  height: auto;
}

#dr-hernandez-profile .title-wrap .title {
  color: #0277bd;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #dr-hernandez-profile .title-wrap .title br {
    display: none;
  }
}
#dr-hernandez-profile .text {
  color: #616161;
  font-weight: 500;
  text-align: justify;
  font-size: 17px;
  margin-bottom: 0;
}
#dr-hernandez-profile .infoDr {
  margin-top: 40px;
}
#dr-hernandez-profile .infoDr .block {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 10px;
  background-color: #ffffff;
}
#dr-hernandez-profile .infoDr .block:nth-child(odd) {
  background-color: #f2f2f2;
}
#dr-hernandez-profile .infoDr .block .title {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  color: #616161;
  font-weight: 500;
}
#dr-hernandez-profile .infoDr .block .description {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
#dr-hernandez-profile .infoDr .block .description .list {
  list-style: none;
  padding-left: 0;
}
#dr-hernandez-profile .infoDr .block .description .list li {
  display: flex;
  align-items: baseline;
  color: #616161;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #dr-hernandez-profile .infoDr .block .description .list li {
    margin-bottom: 8px;
  }
}
#dr-hernandez-profile .infoDr .block .description .list li i {
  color: #0277bd;
  font-weight: 500;
  margin-right: 5px;
}
#dr-hernandez-profile .accordionTitles {
  margin-top: 40px;
}
#dr-hernandez-profile .accordionTitles .faq-item .titleTab {
  color: #0277bd;
  font-weight: 700;
  background-color: transparent;
  font-size: 25px;
  border: none;
}
#dr-hernandez-profile .accordionTitles .faq-item .titleTab:after {
  color: #00e5ff;
}
#dr-hernandez-profile .accordionTitles .faq-item .list {
  list-style: none;
  padding-left: 0;
}
#dr-hernandez-profile .accordionTitles .faq-item .list li {
  color: #616161;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #dr-hernandez-profile .accordionTitles .faq-item .list li {
    margin-bottom: 8px;
  }
}
#dr-hernandez-profile .accordionTitles .faq-item .list li i {
  color: #0277bd;
  margin-right: 8px;
  font-weight: 700;
}

#entrevistas .title {
  color: #0277bd;
  font-weight: 700;
}
#entrevistas .h-decor {
  background-color: #00e5ff;
}
#entrevistas .special-card {
  margin-bottom: 25px;
}
#entrevistas .special-card:hover img {
  transform: none;
}
#entrevistas .special-card .special-card-photo {
  position: relative;
}
#entrevistas .special-card .special-card-photo img {
  position: relative;
}
#entrevistas .special-card .special-card-photo .openYtb {
  position: absolute;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 2px solid #00e5ff;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
#entrevistas .special-card .special-card-photo .openYtb i {
  color: #ffffff;
  line-height: 80px;
}

#slideBariatrica .btnSlide {
  transition: 0.5s ease-in-out;
  border: 1px solid #00e5ff;
}
#slideBariatrica .btnSlide:hover {
  background-color: #00e5ff;
}

#cirugia-bariatrica .subtitle {
  color: #00e5ff;
  font-weight: 500;
  margin-bottom: 20px;
}
#cirugia-bariatrica .title {
  color: #0277bd;
  font-weight: 700;
}
#cirugia-bariatrica .h-decor {
  background-color: #00e5ff;
}
#cirugia-bariatrica .text {
  color: #616161;
  font-weight: 500;
  text-align: justify;
  font-size: 17px;
}
#cirugia-bariatrica .text.smallTitle {
  margin-bottom: 0;
  font-weight: 700;
}
#cirugia-bariatrica .list {
  padding-left: 0;
}
#cirugia-bariatrica .list li {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  font-size: 17px;
  font-weight: 500;
  color: #616161;
}
@media screen and (max-width: 768px) {
  #cirugia-bariatrica .list li {
    margin-bottom: 8px;
  }
}
#cirugia-bariatrica .list li i {
  color: #00e5ff;
  margin-right: 10px;
}

#calculadora-imc {
  background-image: url(../files/cirugia-para-bajar-de-peso-en-cdmx.webp);
  background-position: top left;
  background-size: 50%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  #calculadora-imc {
    background-position: center;
    background-size: cover;
    padding: 70px 0;
  }
  #calculadora-imc:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
#calculadora-imc .title {
  color: #0277bd;
  font-weight: 700;
}
#calculadora-imc .h-decor {
  background-color: #00e5ff;
}
#calculadora-imc .description {
  color: #616161;
  font-weight: 500;
}
#calculadora-imc .boxCalculadora {
  padding: 20px 30px;
  box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.3);
}
#calculadora-imc .boxCalculadora .dates {
  border: 1px solid #9e9e9e;
  color: #616161;
  width: 100%;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  #calculadora-imc .boxCalculadora .dates {
    margin-top: 15px;
  }
}
#calculadora-imc .boxCalculadora .btnCalc {
  transition: 0.5s ease-in-out;
  border: 2px solid #00e5ff;
  border-radius: 25px;
  font-weight: 700;
  color: #0277bd;
  background-color: transparent;
  cursor: pointer;
  padding: 8px 30px;
  margin-top: 40px;
}
#calculadora-imc .boxCalculadora .btnCalc:hover {
  background-color: #0277bd;
  color: #ffffff;
  border: 2px solid #0277bd;
}
#calculadora-imc .boxCalculadora .imcResult {
  margin-top: 40px;
  color: #616161;
  font-weight: 700;
}
#calculadora-imc .boxCalculadora .imcResult strong {
  position: relative;
  margin-left: 4px;
  color: #00e5ff;
}
#calculadora-imc .boxCalculadora .imcResult strong:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 2px;
  background-color: #0277bd;
}
#calculadora-imc .boxCalculadora .imcResult strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 17px;
  height: 2px;
  background-color: #0277bd;
}
#calculadora-imc .boxesResults {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #calculadora-imc .boxesResults {
    justify-content: center;
  }
}
#calculadora-imc .boxesResults .box {
  flex: 0 0 18%;
  width: 18%;
  max-width: 18%;
  padding: 20px 5px;
  height: 90px;
  margin-right: 5px;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #calculadora-imc .boxesResults .box {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-top: 20px;
  }
}
#calculadora-imc .boxesResults .box:last-child {
  margin-right: 0;
}
#calculadora-imc .boxesResults .box.box1 {
  background-color: #29b6f6;
}
#calculadora-imc .boxesResults .box.box2 {
  background-color: #03a9f4;
}
#calculadora-imc .boxesResults .box.box3 {
  background-color: #039be5;
}
#calculadora-imc .boxesResults .box.box4 {
  background-color: #0288d1;
}
#calculadora-imc .boxesResults .box.box5 {
  background-color: #0277bd;
}
#calculadora-imc .boxesResults .box.active {
  background-color: #343434;
}
#calculadora-imc .boxesResults .box .text {
  color: #ffffff;
  margin-bottom: 0;
  line-height: normal;
}
#calculadora-imc .boxesResults .box .text.boldT {
  font-weight: 700;
}
#calculadora-imc #results {
  margin-top: 40px;
}
#calculadora-imc #results .card-header {
  color: #0277bd;
  font-weight: 700;
}
#calculadora-imc #results .hResults {
  margin-bottom: 0;
}
#calculadora-imc #results .hResults .tBold {
  font-weight: 700;
}
#calculadora-imc #results .wResults {
  margin-bottom: 0;
}
#calculadora-imc #results .wResults .tBold {
  font-weight: 700;
}

#cirugia-bariatrica_proc {
  padding: 70px 0 70px 0;
  background-color: #f2f2f2;
}
#cirugia-bariatrica_proc .title-wrap {
  margin-bottom: 60px;
  position: relative;
}
#cirugia-bariatrica_proc .title-wrap .ghostText {
  font-size: 90px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  font-weight: 900;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 1;
  line-height: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cirugia-bariatrica_proc .title-wrap .ghostText {
    font-size: 40px;
    line-height: 40px;
  }
}
#cirugia-bariatrica_proc .title-wrap .title {
  color: #0277bd;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
#cirugia-bariatrica_proc .title-wrap .h-decor {
  background-color: #00e5ff;
}
#cirugia-bariatrica_proc .boxSelectTab {
  padding: 20px 30px;
  text-align: center;
  background-color: #0277bd;
  display: block;
}
#cirugia-bariatrica_proc .boxSelectTab .iconTab {
  width: 50px;
  height: auto;
  margin: 0 auto 10px auto;
}
#cirugia-bariatrica_proc .boxSelectTab .iconTab .st3 {
  fill: #0277bd;
}
#cirugia-bariatrica_proc .boxSelectTab .iconTab.active .st2 {
  fill: #ffffff;
}
#cirugia-bariatrica_proc .boxSelectTab .iconTab.active .st3 {
  fill: #ffffff;
}
#cirugia-bariatrica_proc .boxSelectTab.collapsed .iconTab.active .st2 {
  fill: #0277bd;
}
#cirugia-bariatrica_proc .boxSelectTab.collapsed .iconTab.active .st3 {
  fill: #0277bd;
}
#cirugia-bariatrica_proc .boxSelectTab .titleTab {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}
#cirugia-bariatrica_proc .boxSelectTab.collapsed {
  background-color: #ffffff;
}
#cirugia-bariatrica_proc .boxSelectTab.collapsed .titleTab {
  color: #616161;
}
#cirugia-bariatrica_proc .boxSelectTab:hover {
  text-decoration: none;
}
#cirugia-bariatrica_proc .blockTab {
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
}
#cirugia-bariatrica_proc .blockTab .titleBlock {
  color: #616161;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #cirugia-bariatrica_proc .blockTab .titleBlock {
    margin-top: 25px;
  }
}
#cirugia-bariatrica_proc .blockTab .text {
  color: #616161;
  font-size: 17px;
  font-weight: 500;
}
#cirugia-bariatrica_proc .blockTab .list {
  text-decoration: none;
  padding-left: 0;
}
#cirugia-bariatrica_proc .blockTab .list li {
  font-size: 17px;
  color: #616161;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #cirugia-bariatrica_proc .blockTab .list li {
    margin-bottom: 8px;
  }
}
#cirugia-bariatrica_proc .blockTab .list li i {
  color: #0277bd;
  margin-right: 8px;
}

#beneficios-bariatrica {
  background-color: #0277bd;
  background-image: url(../files/cirugia-de-la-obesidad-en-cdmx.webp);
  background-position: top right;
  background-size: 50%;
  background-repeat: no-repeat;
  margin-top: 70px;
  padding: 140px 0;
  position: relative;
}
@media screen and (max-width: 1600px) {
  #beneficios-bariatrica {
    padding: 35px 0;
  }
}
@media screen and (max-width: 768px) {
  #beneficios-bariatrica {
    margin-top: 0;
    background-image: none;
  }
}
#beneficios-bariatrica .ghostImage {
  width: auto;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#beneficios-bariatrica .title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
#beneficios-bariatrica .title span {
  color: #00e5ff;
}
#beneficios-bariatrica .list {
  padding-left: 0;
  margin-bottom: 0;
}
#beneficios-bariatrica .list li {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #beneficios-bariatrica .list li {
    margin-bottom: 8px;
  }
}
#beneficios-bariatrica .list li:last-child {
  margin-bottom: 0;
}
#beneficios-bariatrica .list li i {
  color: #00e5ff;
  margin-right: 10px;
}

.candidato {
  background-image: url(../files/cirujano-bariatra-enrique-hernandez-cdmx.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0;
}
@media screen and (max-width: 1600px) {
  .candidato {
    padding: 150px 0;
  }
}
.candidato .title-wrap .title {
  color: #616161;
  font-weight: 700;
  margin-bottom: 15px;
}
.candidato .title-wrap .title span {
  color: #0277bd;
}
@media screen and (max-width: 768px) {
  .candidato .title-wrap .title br {
    display: none;
  }
}
.candidato .text {
  color: #616161;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
}
.candidato .ctaBox {
  margin-top: 40px;
  text-align: center;
}
.candidato .ctaBox .textBox {
  color: #616161;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
}
.candidato .ctaBox .textBox a {
  color: #616161;
  transition: 0.5s ease-in-out;
}
.candidato .ctaBox .textBox a:hover {
  text-decoration: none;
  color: #0277bd;
}
.candidato .ctaBox .textBox a i {
  color: #00e5ff;
  margin-right: 8px;
}

.socialDesktop {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .socialDesktop {
    display: none;
  }
}
.socialDesktop a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background-color: #0277bd;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 0;
  transition: 0.5s ease-in-out;
}
.socialDesktop a:hover {
  text-decoration: none;
  background-color: #616161;
}
.socialDesktop a i {
  font-size: 20px;
  color: #ffffff;
}

.socialMobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .socialMobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    border-top: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00e5ff;
    flex-wrap: wrap;
  }
  .socialMobile a {
    font-size: 20px;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
    transition: 0.5s ease-in-out;
    border-right: 1px solid #ffffff;
  }
  .socialMobile a:last-child {
    border-right: 0;
  }
  .socialMobile a:hover {
    text-decoration: none;
  }
}/*# sourceMappingURL=custom.css.map */