@font-face {
    font-family: opensans;
    src: url(/fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: avenir;
    src: url(/fonts/avenir.ttc);
}

body {
    background-color: #ffffff;
    height: 100vh;
}
.r-h100 {
    height: 90vh;
}

@import url("https://fonts.googleapis.com/css?family=Montserrat:500&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li,
a,
button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffff;
  text-decoration: none;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(79,79,79, 0.7);
    z-index: 100001;
    visibility: hidden;
}

.modal-content {
    width: 360px;
    height: auto;
    padding: 24px;
    border-radius: 16px;
    background-color: #ffffff;
    text-align: center;
}

.modal-content h2 {
    font-size: 24px;
    font-weight: 500;
}

.modal-items-box {
    display: flex;
    align-items: center;
}

.modal-items-box i {
    margin-right: 8px;
    color: #2B6484;
}


.info-modal-content {
    text-align: left;
}

.info-modal-content p {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}

.modal-items-box p {
    font-size: 16px;
    font-weight: 400;
    color: #2B6484;
}

.supra-item-box {
    margin-bottom: 6px;
    border-bottom: solid 1px #E7E7E7;
    padding: 4px 0;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.6s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 5%;
  z-index: 10000;
}
header.sticky > svg {
  fill: black;
}
header.sticky > nav > ul > li > a {
  color: #ffffff;
}

header.sticky {
  padding: 20px 15%;
  background: rgb(144,191,219);
  background: linear-gradient(358deg, rgba(144,191,219,1) 46%, rgba(105,156,185,1) 100%);
  -webkit-box-shadow: 0px 10px 21px -13px rgba(32,35,48,0.67);
-moz-box-shadow: 0px 10px 21px -13px rgba(32,35,48,0.67);
box-shadow: 0px 10px 21px -13px rgba(32,35,48,0.67);
}

.logo {
  cursor: pointer;
  height: 32px;
}

/* .nav__link {
  list-style: none;
  margin-bottom: 0;
}

.nav__link li {
  display: inline-block;
  padding: 0 20px;
}

.nav__link li a {
  transition: all 0.3s ease 0s;
  letter-spacing: 2px;
}

.nav__link li a:hover {
  color: #ff81ff;
} */

button {
  padding: 16px 46px;
  background-color: #B3DB00;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  color: #010302;
}

button:hover {
  background-color: #9dc002;
  transition: all 0.3s ease 0s;
}

.cta {
    font-size: 16px;
    font-weight: 400;
}

.nav-icon {
    color: #ffffff;
    font-size: 24px;
}

.content-col {
    background: rgb(144,191,219);
    background: linear-gradient(2deg, rgba(144,191,219,1) 58%, rgba(105,156,185,1) 94%);
    position: relative;
    display: flex;
    align-items: center;
}
.content {
    padding: 16% 10% 10% 10%;
}
.logo-ah {
    width: 280px;
}
.mobile-logo {
    display: none;
}
.content h1 { 
    font-size: 4.2em;
    font-family: "avenir";
    font-weight: 400;
}
.content p { 
    font-size: 18px;
}
.image-col {

    background: rgb(144,191,219);
    background: linear-gradient(4deg, rgba(144,191,219,1) 58%, rgba(105,156,185,1) 94%); 
    align-items: center;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;   
}

.mobile-module-princ {
    display: none;
}

.product-image {
 padding-top: 12%;
 height: 90vh;
}

.image-col img {
    height: 100%;
}

.under-tittle-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 8px;
    background: #ffffff24;
    border-radius: 8px;
    width: max-content;
}

.under-tittle-item i {
    float: left;
    margin-right: 10px;
    font-size: 26px;
}

.under-tittle-item p {
    margin-bottom: 0;
    color: #394956;
}

.button-contain {
    margin-top: 32px;
}

.button-contain button i {
    font-size: 20px;
}

.button-contain .cta {
    -webkit-box-shadow: 0px 17px 26px -10px rgba(23,33,21,1);
    -moz-box-shadow: 0px 17px 26px -10px rgba(23,33,21,1);
    box-shadow: 0px 17px 26px -10px rgba(23,33,21,1);
}

.mini-cta {
    padding: 16px 18px;
    -webkit-box-shadow: 0px 17px 26px -10px rgba(23,33,21,1);
    -moz-box-shadow: 0px 17px 26px -10px rgba(23,33,21,1);
    box-shadow: 0px 17px 26px -10px rgba(23,33,21,1);  
}

.contact-mobile {
    display: none;
}

.contact-button-desktop {
    background: #ffffff24;
    padding: 2px 9px;
    border-radius: 100px;
    margin-right: 8px;
}

.contact-button-desktop i {
    color: #212529;
}

.seals-section {
    width: 460px;
}


.backg-mobile-color {
    width: 100%;    
}

.certification-section {
    padding: 36px;
}

.certification-cont {
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
}

.image-cont {
    padding: 0;
}

.image-cont img {
    width: 100%;
}

.comment-cont {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #E8E8E8;
}

.comment-content {
    padding: 16% 10% 10% 10%;
}

.comment-cont p {
    color: #233140;
}

.comment {
    font-size: 22px;
    font-family: avenir;
    font-weight: 600;
}

.speacker {
    font-size: 18px;
    text-decoration: underline;
}

.procedures-section {
    padding: 120px 20px 60px 20px;
}

.card {
    height: 480px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 10px 21px -12px rgba(32,35,48,0.66);
    -moz-box-shadow: 0px 10px 21px -12px rgba(32,35,48,0.66);
    box-shadow: 0px 10px 21px -12px rgba(32,35,48,0.66);
    padding: 10px;
    position: relative;
}

.card-1 {
    background-image: url("../img/facial.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-2 {
    background-image: url("../img/cuerpo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-3 {
    background-image: url("../img/mamaria.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-4 {
    background-image: url("../img/no_quirurgico.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content-card {
    position: absolute;
    bottom: 16px;
    width: 90%;
    padding: 10px;
    border-radius: 12px;
    background-color: #ffffffcc;
    height: 240px;
}

.content-card p {
    color: #233140;
    font-size: 18px;
    font-weight: 600;
}

.content-card li {
    color: #000000;
    font-size: 16px;
}

.clinics-section {
    padding: 50px 36px 36px 36px ;
}

.banner-section {
    padding: 8%;
}

.banner-row {
    min-height: 320px;
    background: rgb(144,191,219);
    background: linear-gradient(0deg, rgba(144,191,219,1) 70%, rgba(105,156,185,1) 100%);
    border-radius: 12px;
}

.banner-left-side {
    position: relative;
    border-radius: 20px 0 0 20px;
    background-color: inherit;
    background: inherit;
}

.banner-right-side {
    border-radius: 0 20px 20px 0;
    background-color: inherit;
    background: inherit;
}

.image-banner img {
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 5%;
    height: inherit;
}

.content-banner {
    padding: 20px;
}

.content-banner h1 {
    font-size: 36px;
    margin-bottom: 16px;
}

.content-banner i {
    font-size: 26px;
    margin-bottom: 12px;
}

.content-banner p {
    font-size: 24px;
    margin-bottom: 2px;
    color: #ffffff;
}

.content-banner button {
    -webkit-box-shadow: 0px 17px 26px -10px rgba(23,33,21,1);
    -moz-box-shadow: 0px 17px 26px -10px rgba(23,33,21,1);
    box-shadow: 0px 17px 26px -10px rgba(23,33,21,1);     
}

.footer-style {
    background-color: #233140;
    color: #ffffff;
    padding: 2% 6%;
}

.in-footer {
    padding-top: 2%;
}

.in-footer h5 {
    color: #ffffff;
    font-size: 18px;
}

.in-footer p {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 200;
}

.mini-footer {
    border-top: 1px solid #2B6485;
}

.tittle-section {
    margin-bottom: 24px;
}

.tittle-section h5 {
    font-size: 24px;
    font-family: avenir;
    color: #233140;
}

.logo-footer-link {
    display: none;
}

.social-footer-box li i {
    font-size: 24px ;
    margin-left: 0;
    margin-right: 16px;
 }

 .logo-footer-normal {
     width: 280px;
 }

 .corporation-match-footer {
    background-color: #E7E7E7;
    padding: 1% 6%;
    display: flex;
    justify-content: right;
 }

 .corporation-match-footer img {
    width: 160px;
}


@media (max-width: 1024px) {
    /* For ipad: */
    .content-card {
        height: auto;
    }
  }

  @media (max-width: 768px) {
    /* For mobile phones: */

    .r-h100 {
        height: inherit;
    }

    header {
        display: none;
    }

    .modal-content {
        width: 90%;
    }

    .mobile-logo {
        width: 100%;
        text-align: center;
        padding-top: 24px;
        margin-bottom: 24px;
        display: inherit;
    }

    .image-col {
        background-color: rgb(144,191,219);
        background: rgb(144,191,219);
    }

    .image-col img {
        height: auto;
        width: 100%;
    }

    .mobile-logo img {
        width: 280px;
    }

    .mobile-quit-module {
        display: none;
    }

    .mobile-module-princ {
        display: inherit;
    }

    .product-image {
        height: inherit;
    }

    .backg-mobile-color {
        padding-top: 24px;
        padding-bottom: 48px;
        height: 100%;
    }

    .content {
        padding: 2% 8% 0 8%;
        width: 100%;
    }
    
    .content-col {
        background-color: rgb(144,191,219);
        display: inline-block;
        padding: 0;
    }
    .content h1 {
        text-align: center;
        font-size: 2.6em;
        margin-bottom: 24px;
    }
    .content p {
        font-size: 12px;
    }

    .under-tittle-item {
        padding: 8px;
        border-radius: 14px;
        background: #ffffff24;
        width: inherit;
    }
    
    .under-tittle-item i {
        float: left;
        margin-right: 0;
        font-size: 26px;
        /* width: 100%; */
        margin-right: 16px;
    }
    
    .under-tittle-item p {
        margin-bottom: 0;
        color: #394956;
        font-size: 16px;
    }

    .seals-section {
        width: 100%;
        margin: auto;
        margin-bottom: 8px;
    }
    .content .btn-cta {
        width: 100%;
    }

    .product-image {
        padding-top: 4%;
    }

    .button-contain {
        text-align: center;
    }
    
    .contact-mobile {
        display: inherit;
        margin-top: 24px;
    }

    .contact-mobile button i {
        font-size: 24px;
        color: #212529;
    } 

    .contact-mobile .btn {
        background: #a0c8e1;
        border-radius: 100px;
        height: 50px;
        width: 50px;
    }

    .certification-section {
        padding: 24px 36px;
    }

    .certification-cont {
    margin-bottom: 32px;
    }

    .procedures-section {
        padding: 60px 20px 40px 20px;
    }

    .content-card {
        height: auto;
    }

    .card {
        height: 380px;
    }
    .clinics-section {
        padding: 0 36px 0px 36px;
    }

    .image-banner img {
        width: 100%;
        position: inherit;
    }

    .content-banner {
        text-align: center;
    }

    .banner-left-side {
        border-radius: 0 0 20px 20px;
    }

    .banner-right-side {
        border-radius: 20px 20px 0 0;
    }
    
    .content-banner p {
        font-size: 24px;
    }

    .footer-description {
        text-align: center;
        margin-bottom: 36px;
    }

    .space-col-footer {
        display: none;
    }

    .data-contact-footer {
        text-align: center;
    }

    .data-contact-footer li p {
        margin-bottom: 0;
    }

    .logo-footer-mobile {
        width: 88%;
        padding: 32px 32px 16px 32px;
        border-bottom: solid 1px #2B6485;
        display: inherit;
        margin: auto;
    }

    .logo-footer-normal {
        display: none !important;
    }

    .in-footer p {
        font-size: 14px;
    }
    .mini-footer {
        text-align: center;
    }

    .social-footer-box {
        margin: auto;
    }

    .social-footer-box li i {
       font-size: 32px ;
    }

    .logo-footer-link {
        display: inherit;
        margin: auto;
    }


    .corporation-match-footer {
        padding: 3% 6% 0 6%;
        display: flex;
        justify-content: center;
  }
}