html {
    font-family: 'Kanit', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden !important;
}

body {
    margin: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden !important;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: #0ed9b9;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 1200px;
    }
}

@-moz-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 1200px;
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 1200px;
    }
}

@-ms-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 1200px;
    }
}

@-o-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 1200px;
    }
}

#mainNav {
    background: #00000047;
    height: 55px;
}

#mainNav .navbar-toggler {
    padding: 0.75rem;
    font-family: 'Kanit', sans-serif;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

#mainNav .navbar-brand {
    color: #fed136;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

#mainNav .navbar-brand img {
    height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: 'Kanit', sans-serif;
    font-size: 0.95rem;
    color: #fff;
    letter-spacing: 0.0625em;
    text-align: center;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fed136;
}

.navbar-nav li.nav-item.idioma a {
    padding: 0.2em 0.4em !important;
}

.navbar-nav li.nav-item.idioma a:first-child {
    border-right: 1px solid;
}

.navbar-nav li.nav-item.idioma {
    display: flex;
    padding: 0.5rem 0;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.pl {
    padding: 0 1.5rem;
}

@media (min-width: 992px) {

    .navbar-nav li.nav-item.idioma {
        display: inline-flex;
        padding: 0;
        margin: auto;
    }

    .navbar-nav li.nav-item.idioma a {
        color: #fff;
    }

    .navbar-nav li.nav-item.idioma a.actived {
        color: #878787 !important;
        pointer-events: none !important;
        cursor: default;

    }

    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

    #mainNav .navbar-brand img {
        height: 2rem;
        transition: height 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: #000000db;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 1.5rem;
    }

    #mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
    }

    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}

header.masthead {
    padding-top: 12.5rem;
    padding-bottom: 3rem;
    text-align: center;
    height: 100vh;
    background: #222 url(../image/n.jpg) center center fixed;
    animation: animatedBackground 100s linear infinite;
    -moz-animation: animatedBackground 100s linear infinite;
    -webkit-animation: animatedBackground 100s linear infinite;
    -ms-animation: animatedBackground 100s linear infinite;
    -o-animation: animatedBackground 100s linear infinite;
}

canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}



header.masthead .masthead-subheading {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 25px;
    font-family: 'Kanit', sans-serif;
}

header.masthead .masthead-heading {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    font-family: 'Kanit', sans-serif;
}

.navbar-nav li.nav-item.idioma {
    justify-content: center !important;
}

@media (min-width: 768px) {
    header.masthead .masthead-subheading {
        font-size: 2.25rem;
        font-style: italic;
        line-height: 2.25rem;
        margin-bottom: 2rem;
    }

    header.masthead .masthead-heading {
        font-size: 4.5rem;
        font-weight: 700;
        line-height: 4.5rem;
        margin-bottom: 4rem;
    }

}

/* About us  */

#about div.back-about {
    height: 700px;
    background: url(../image/about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

#about.page-section {
    padding: 8rem 0;
}

#about h3 {
    font-size: 1.2rem;
    margin: auto;
    line-height: 1;
}

#about p b {
    color: #0ED9B9;
}

#about .container-xl {
    max-width: 1600px;
}

#about h1.section-heading {
    font-size: 5rem;
    line-height: 90%;
}

#about .col-md-6.ml-md-auto {
    padding: 1rem;
}

@media (max-width: 768px) {
    #about div.back-about {
        height: 500px;
        background-size: cover;
        padding: 2rem;
        background-position: center;
    }

    #about h1 {
        font-size: 3rem !important;
    }

    #about h2 {
        font-size: 2rem !important;
        ;
    }
}

/* Portfolio */

#portfolio div.back-about {
    height: 700px;
    background: url(../image/portfolio.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

#portfolio.page-section {
    padding: 0;
}

#portfolio .container-xl {
    max-width: 1600px;
}

#portfolio h1 {
    font-size: 5rem;
    line-height: 85%;
    margin-bottom: 2rem;
}

#portfolio .col-md-6.ml-md-auto {
    padding: 0 2rem;
}

a.burger {
    position: absolute;
    width: 38px;
    height: 30px;
    right: 15px;
    top: 15px;
    display: none;
}

.burger span {
    background: #fff;
    width: 100%;
    height: 3px;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.burger span:nth-child(1) {
    top: 0;
}

.burger span:nth-child(2) {
    top: 10px;
    width: 70%;
}

.burger span:nth-child(3) {
    top: 20px;
    width: 40%;
}

.burger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

.burger.active span:nth-child(2) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    width: 100%;
}

.logo-visible.desktop {
    display: inline;
}

.logo-visible.movil {
    display: none;
}

@media (max-width: 768px) {

    .navbar-nav li.nav-item.idioma a {
        color: #fff;
    }

    .navbar-nav li.nav-item.idioma a.actived {
        color: #878787 !important;
    }

    #portfolio div.back-about {
        height: 500px;
        background-size: cover;
        padding: 2rem;
        background-position: center;
    }

    #portfolio h1 {
        font-size: 3rem !important;
    }

    #portfolio h2 {
        font-size: 2rem !important;
    }

    a.burger {
        display: block;
        z-index: 99999999;
    }

    .navres {
        position: fixed;
        right: 0;
        width: auto;
        background: var(--color-green2-dark);
        height: 100%;
        width: 60%;
        top: 50px;
        background: #000000db;
        padding: 15px 0 70px;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .navres li {
        float: none;
        margin: 0;
    }

    .navres li a,
    .navres ul ul li a {
        display: block;
        padding: 6px 45px 6px 30px;
    }

    .navres ul ul {
        background: var(--color-green3);
        position: relative;
        width: auto;
        display: none;
    }

    .navres ul li:hover ul {
        display: block;
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .navres.active {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    article.popUp .wrapper {
        margin: auto 1rem !important;

    }


}

@media (max-width: 475px) {
    #portfolio div.back-about {
        display: none;
    }

    .logo-visible.desktop {
        display: none;
    }

    .logo-visible.movil {
        display: initial;
        width: 70%;
    }
}

.page-section.testimonial {
    padding: 3rem 0;
}

/* portafolio item */
.page-section.portfolio {
    padding: 3rem 0 2rem 0;
}

.box-testimonio {
    padding: 2rem;
}

#portfolioItems div.col-lg-3,
#portfolioItems div.col-md-6 {
    margin: 10px 0;
    text-align: center;
}

#portfolioItems div.col-lg-3 a img,
#portfolioItems div.col-md-6 a img {
    display: flex;
    z-index: -1;
    align-items: center;
    margin: auto;
    border-radius: 15px;
}

#portfolioItems div.col-lg-3 a:hover,
#portfolioItems div.col-md-6 a:hover {
    height: 100%;
    transition: ease-in-out 300ms;
    display: flex;
    align-items: center;
    width: fit-content;
    background: #0ed9b95c;
    z-index: 1;
    border-radius: 15px;
    margin: auto;
}

/* servicio */

#services {
    background: url(../image/espacio.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50vh;
}

.square {
    border-radius: 15px;
    position: relative;
    top: -15rem;
    height: 350px;
    margin-bottom: -18rem;
    border: 10px solid #42ffe12e;
    padding: 1rem;
    background: #0ED9B9;
    -webkit-box-shadow: 0 0 20px 5px #0ed9b9;
    box-shadow: 0 0 20px 5px #0ed9b9;
}

.square h2 {
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    padding-bottom: 0.3em;
}

.square p {
    font-size: 1.2rem;
    line-height: 104%;
    width: 75%;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
}

.icons-services {
    padding: 6rem 1rem 6rem 1rem;
}

section.movil {
    display: none;
}

section.desktop {
    display: block;
    margin-bottom: 2em;
}

@media (max-width: 768px) {
    .square {
        width: 85%;
        margin: auto;
        height: auto !important;
        padding: 3rem 1rem;
        margin-bottom: -18rem;
    }

    .square h2 {
        font-size: 2rem;
    }

    .square p {
        font-size: 1.1rem;

    }

    section.desktop {
        display: none;
    }

    section.movil {
        display: block;
        margin-bottom: 2em;
    }
}

.logo-visible {
    margin-bottom: 3rem;
    width: 45vw;
    z-index: 999999;
    position: relative;
}

.estudio {
    z-index: 999999;
    position: relative;
    margin-top: 3rem;
    width: 30vw;
}

.logo-green {
    background-color: #0ED9B9;
    border-radius: 10px;
    margin: 1rem;
    padding: 1rem;
}

hr.green {
    margin: 1rem 0;
    background-color: #0ED9B9;
    border: 0;
    height: 3px;
    opacity: 1;
}

hr.green-short {
    margin: 1rem 0;
    background-color: #0ED9B9;
    border: 0;
    width: 20%;
    height: 3px;
    opacity: 1;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
}

/* Contact */

.contact .map {
    background: url(../image/map.jpg);
    height: auto;
    padding: 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact .map h1, .contact .map p {
    color: #fff;
    ;
}

.contact form {
    padding: 3rem;
}

@media (max-width: 768px) {
    .contact form {
        padding: 1rem;
    }

    .logo-green {
        background-color: #0ED9B9;
        border-radius: 10px;
        margin: 1rem 0;
        padding: 1rem;
    }

    .estudio {
        z-index: 999999;
        position: relative;
        margin-top: 3rem;
        width: 80vw;
    }

    .logo-visible {
        margin-bottom: 3rem;
        width: 90vw;
        z-index: 999999;
        position: relative;
    }


}

.form-control {
    padding: 0.7rem;
}

.btn-primary {
    background-color: #00172E !important;
    border: solid #00172E;
}

.btn-primary:hover {
    background-color: #012952 !important;
    border: solid #012952;
}

/* ----------------------------------------------------------------------------------------------------- 
  Footer
----------------------------------------------------------------------------------------------------- */

.footer {
    color: #fff;
}

.footer {
    padding-top: 3rem;
    background: url(../image/foote.jpg);
    background-position: center;
    background-size: cover;
}

footer a {
    color: #fff !important;
    text-decoration: none;
}

footer a:hover {
    color: #0ed9b9 !important;
}

footer h3 {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
}

footer ul.data {
    margin: 0 0 15px 0;
    padding: 0 0 0 5px;
    list-style: none;
}

footer ul.data p {
    margin: 0 0 8px 0;

}

footer ul.data i {
    padding-right: 10px;
    color: #fff;
}

footer ul.data li p {
    color: #fff;
    display: initial;
}

footer ul.menu li {
    text-align: center;
}

footer p b {
    font-weight: 500;
    font-family: 'Kanit', sans-serif;
    color: #fff;
}

footer ul.data li {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 21px;
}

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

footer ul.menu li {
    margin: 0;
    color: #fff;
    text-align: left;
    font-weight: 300;
    font-size: 1rem;
    line-height: 2;
}

footer .col-md-4 {
    text-align: center;
}

.footer p .copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    color: #FAFAFA;
}

ul.social-buttons {
    margin-bottom: 0;
    margin: 0;
    float: none;
}

ul.social-buttons li a {
    font-size: 2rem;
    display: block;
    width: 3rem;
    height: 3rem;
    transition: all 0.3s;
    color: #010811 !important;
    border-radius: 100%;
    outline: none;
    background-color: #0ed9b9;
}

ul.social-buttons li a:hover {
    color: #fff !important;
}

.wp-call {
    position: fixed;
    bottom: 100px;
    z-index: 1000;
    right: 0;
    border-radius: 9px 0 0 9px;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    display: flex;
    align-items: center;
}

a.wp-call {
    text-decoration: none;
}

.wp-call img {
    float: left;
    width: 52px;
    padding: 9px 11px;
    background: #1ebea5;
}

.wp-call span {
    color: #888;
    font-size: 15px;
    padding: 5px 30px 0 15px;
    text-align: left;
    line-height: 1em;
    margin-top: -10px;
}

@media(min-width: 800px) {
    .wp-call span {
        min-width: 90px;
    }

    .wp-call {
        bottom: 215px;
    }

}

.wp-call span strong {
    font-size: 21px;
    font-weight: bold;
}

@media (max-width: 768px) {
    footer h3 {
        margin-top: 1rem;
    }
    .message h3 {
        text-align: center;
        font-size: 1.2rem;
    }

    .popUp.formpop .message {
        padding: 1rem;
        height: 85vh;
        overflow-y: auto;
    }

    article.popUp.formpop .wrapper {
        width: 100vw !important;
    }

}

@media (min-width: 992px) {
 
    .logo-foot {
        width: 80%;
        margin-top: 5rem;
    }

    ul.social-buttons {
        float: left;
    }

    footer ul.data {
        text-align: left;
    }

    footer ul.menu li {
        text-align: left;
    }

    footer h3 {
        text-align: left;
    }

    footer .col-md-4 {
        text-align: left;
    }

    footer ul.data li {
        font-size: 16px;
    }

    .footer p {
        color: #fff;
    }

    .form-check-label {
        margin-bottom: 0;
        color: var(--grey-color);
    }

    footer ul.data li p {
        display: inline-flex;
        margin-bottom: 0;
    }

    .footer {
        background-position: center;
        background-repeat: no-repeat;
        padding-bottom: 0rem;
    }

    footer .col-lg-3,
    footer .col-lg-2 {
        min-height: 225px;
    }

}

@media (max-width: 992px) {
    footer ul.menu {
        display: none;
    }

}
@media (min-width: 1024px) and (max-width: 1200px){
    footer ul.menu {
        display: none;
    }
    .message h3 {
        text-align: center;
        font-size: 1.2rem;
    }

    .popUp.formpop .message {
        padding: 1rem;
        height: 85vh;
        overflow-y: auto;
    }

    article.popUp.formpop .wrapper {
        width: 60vw !important;
    }

}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
    display: none !important;
}

.overlaypop, .overlay {
    background: rgb(0 0 0 / 75%);
    ;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
    display: none;
}

article.popUp {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
    z-index: 99999999;
    display: none;
}

article.popUp .wrapper {
    height: fit-content;
    width: fit-content;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 999;
    flex-direction: column;
}

article.popUp.formpop .wrapper {
    width: 30vw;
}

.message h3 {
    text-align: left;
    font-size: 1.8rem;
}

.text-pop {
    font-size: 1.2rem;
}

.formulariopop {
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.formulariopop .submit {
    margin: 0;
}

.message {
    background: #fff;
    padding: 45px 30px;
    text-align: center;
}
article.formpop .message {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.message p {
    color: #212529;
}

article.popUp .messagepromo a.btn {
    background: #0DD9B9;
    color: #fff;
    margin: 15px auto;
    display: inline-block;
    width: auto;
    border-radius: 15px;
    padding: 10px 35px;
    height: auto;
    font-weight: 700;
    letter-spacing: 2px;
}

article.popUp a.btn {
    background: #012952;
    color: #fff;
    margin: 30px auto 0 auto;
    display: inline-block;
    width: auto;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 12px 30px;
    height: auto;
    font-weight: 700;
    letter-spacing: 2px;
}

article.popUp a.cerrar {
    background: #012952;
    color: #fff;
    margin: 30px auto 0 auto;
    display: inline-block;
    width: auto;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 12px 30px;
    height: auto;
    font-weight: 700;
    letter-spacing: 2px;
}

article.popUp h2 {
    color: #0ED9B9;
    display: block;
    text-align: center;
    margin: 0 0 15px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
}

a.close {
    position: relative;
    top: 2px;
    float: right;
    left: -25px;
    width: initial;
}
a.close img {
   width: 60%;
}

.messagepromo {
    display: flex;
    background: #00000059;
    text-align: center;
    border-radius: 1rem;
    height: 400px;
    width: 700px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.messagepromo p, .messagepromo h3 {
    color: #fff;
}

.messagepromo p {
    font-size: 1.5rem;
    font-weight: 600;
}

.messagepromo h3 {
    font-size: 3rem;
}

.messagepromo p.legales {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1.2;
    padding-bottom: 1rem;
    font-weight: 100;
    font-size: 1rem;
}

span.bigtext {
    font-size: 2.5rem;
    font-weight: 700;
}

span.smalltext {
    font-size: 2rem;
    font-weight: 100;
}

.borderneon {
    animation: pulsate 1.5s infinite alternate;
    border: 0.2rem solid #fff;
    border-radius: 1rem;
    height: 100%;
    padding: 2rem;
    box-shadow: 0 0 1px #fff,
        0 0 2px #fff,
        0 0 4px #0DD9B9,
        0 0 8px #0DD9B9,
        0 0 9px #0DD9B9,
        inset 0 0 12px #0DD9B9;
}

@keyframes pulsate {

    100% {

        box-shadow:
            0 0 1px #fff,
            0 0 2px #fff,
            0 0 5px #fff,
            0 0 7px #0DD9B9,
            0 0 8px #0DD9B9,


    }

    0% {

        box-shadow:
            0 0 0.5px #fff,
            0 0 1px #fff,
            0 0 3px #fff,
            0 0 5px #0DD9B9,
            0 0 7px #0DD9B9,

    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .message h3 {
        text-align: center;
        font-size: 1.8rem;
    }

    .popUp.formpop .message {
        padding: 1rem;
        height: 85vh;
        overflow-y: auto;
    }

    article.popUp.formpop .wrapper {
        width: 100vw;
    }

    .messagepromo {
        height: 600px;
        width: auto;
    }

    .messagepromo h3 {
        font-size: 2.6rem;
        margin-bottom: 2rem;
    }

    .messagepromo p {
        font-size: 1.2rem;
    }

    .messagepromo p.legales {
        font-size: 0.7rem;
        padding: 0px 2rem 2rem 2rem;
    }

    span.bigtext {
        font-size: 2rem;
        font-weight: 700;
    }

    span.smalltext {
        font-size: 1.2rem;
        font-weight: 100;
    }

    article.popUp .messagepromo a.btn {
        margin: 2rem auto;

    }

    .carousel__button.is-close {
        top: calc(env(safe-area-inset-top, 0px) + 50px) !important;
        right: calc(env(safe-area-inset-right, 0px) + 0px) !important;
    }

    .fancybox__slide {
        padding: 90px 8px 8px 8px !important;
    }

    .has-image[data-image-fit=contain] .fancybox__image {
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain;
    }
}

@media (min-width: 1800px) {


    .messagepromo {
        height: 600px;
        width: 1000px;
    }

    .messagepromo p {
        font-size: 2.8rem;
        font-weight: 600;
    }

    article.popUp .messagepromo a.btn {
        margin: 3rem auto;
        font-size: 2rem;
    }

    .messagepromo h3 {
        font-size: 5rem;
        margin-bottom: 2rem;
    }

    .messagepromo p.legales {
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }

    article.popUp .messagepromo a.btn {
        margin: 3rem auto;

    }
}

body::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #0000000e;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #0000005e;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
}

img.img-fluid.redes {
    width: 50px;
    padding: 8px;
    background: #00b79f;
    border-radius: 30px;
    margin: 0 5px;
}


img.img-fluid.redes:hover{
   opacity: 0.8;
}

#mainNav {
    width: 100vw;
}
.thanks{
    padding: 4rem 0;
}
.thanks h2{
    font-size: 62px;
    color: #fff;
}