@font-face {
    font-family: "gordita";
    src: url("../fonts/Gordita-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gordita";
    src: url("../fonts/Gordita-Light.otf");
    font-weight: 100;
}

@font-face {
    font-family: "gordita";
    src: url("../fonts/Gordita-Medium.otf");
    font-weight: bold;
}

@font-face {
    font-family: "gordita";
    src: url("../fonts/Gordita-Bold.otf");
    font-weight: 800;
}

@font-face {
    font-family: "gordita";
    src: url("../fonts/Gordita-Ultra.otf");
    font-weight: 900;
}

@font-face {
    font-family: "Ethique";
    src: url("../fonts/Ethique.otf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Amsthyline";
    src: url("../fonts/Amsthyline.ttf");
    font-weight: normal;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    -ms-font-smoothing: antialiased !important;
    /* font-smoothing: antialiased !important; */
    font-family: "CircularStd", sans-serif;
    font-size: 16px;
    color: #0b2238;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
    scroll-behavior: smooth;
    font-family: "gordita", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
}

/*-----------------------------
  button, input , a , btn
-----------------------------*/
button,
input {
    -webkit-outline: 0 !important;
    -moz-outline: 0 !important;
    -o-outline: 0 !important;
    -ms-outline: 0 !important;
    outline: 0 !important;
}

img {
    width: 100%;
    max-width: 100%;

}

a {
    text-decoration: none;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    transition: 0.4s !important;
}

a:hover {
    text-decoration: none;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    transition: 0.4s !important;
}

ul,
li,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn,
.btn.focus,
.btn:active,
.btn.active,
.btn:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
}

/*-----------------------------
  Selection
-----------------------------*/
::selection {
    background-color: #165df5;
    color: #ffffff;
}

img {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    transition: background-color .5s linear;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.backBlack {
    transition: background-color .5s linear;
    background: rgba(0, 0, 0, .7);
}

.backBlack a {
    color: white;
}

.contentH div,
.contentH nav {
    width: 40%;
}

nav ul li {
    display: block;
    position: relative;
}

nav ul li a {
    padding: 15px 15px;
    color: #4b4b4c;
    font-weight: normal;
    display: block;
    line-height: 1.2;
    font-size: .8rem;
    letter-spacing: 1px;
    text-align: center;
}

footer nav ul li a {
    color: #ffffff;
}

nav ul li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #f3907b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s ease
}

nav ul li:focus-within:after,
nav ul li:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

nav ul li a:hover {
    color: #f3907b;

}

.logo {
    width: 100px;
}

.botonesHead a {
    background:
        /*#b2cdc7*/
        #ceeae4;
    display: inline-block;
    padding: 10px;
    color: #24201e;
    border-radius: 20px;
}

.botonConoceMas a {
    background: #f2f0e2;
    display: inline-block;
    padding: 10px;
    color: #4b4b4c;
    border-radius: 10px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .9rem;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
}

.botonesHead a:hover {
    background: #ceeae4;
    transform: scale(1.1);
    opacity: 1;
}

.botonesHead a:first-child {
    margin-right: 15px;
}

.descubre {
    position: relative;
    z-index: 10;
    height: 100vh;
}

.descubre .col-md-6 p {
    --position: absolute;
    bottom: 32%;
    color: #fff;
    right: 100px;
}

.descubre h1 {
    color: white;
    font-family: 'Ethique';
    font-size: 7rem;
    line-height: 1;
    text-shadow: 1px 1px 4px rgb(173, 173, 173);
    display: inline-block;
    position: relative;
}

.descubre h1::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 80%;
    height: 150%;
    border-radius: 100%;
    box-shadow: 0 0 50px rgba(242, 240, 226, 1);
    background: rgba(242, 240, 226, .5);
    /* box-shadow: 0 0 50px rgba(45, 24, 160, 1); */
    /* background: rgba(45, 24, 160, .5); */
    z-index: -1;
}

.descubre h3 {
    color: #4b4b4c;
}

.descubre p {
    font-family: 'gordita';
    font-weight: bold;
    color: #4b4b4c;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 2px;
}

.videoH {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
    top: 0;
    left: 0;
    background: url("../images/rebranding/Seccion1/Recurso361.png") no-repeat;
    background-size: cover;
}

.vh100 {
    height: 100vh;
    position: relative;
}

--Animacion de boton Regresar .animated {
    padding: 10px 20px;
    --background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    transition: transform 5s ease-in-out 0.3s;
}

.animated:hover {
    transform: scale(1.1);
    --transition-delay: 0.5s;
}

/*#region VIDEO INSTITUCIONAL */
.modal-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4b4b4c;
    height: 75vh !important;
}

.modal-section .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    height: 75%;
    width: 60%;
}

.modal-section img {
    width: 90px;
    cursor: pointer;
    z-index: 1;
}

.modal-custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 20;
    opacity: 0;
    transition: opacity 0.5s;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video {
    width: 100%;
    max-height: 100%;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
    text-shadow: none;
    color: white;
    opacity: 1;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
}

.close:hover {
    color: white;
    opacity: 0.7;
}

/*#endregion */

/*#region SUMERGETE EN LA SERENIDAD */
.sumergete-section {
    position: relative;
}

.sumergete-section .container {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.sumergete-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -10%;
    width: 50%;
    height: 100%;
    /* background: url(../images/rebranding/Seccion2/Recurso241.png) center center no-repeat; */
    background-size: contain;
    z-index: -1;
}

.sumergete-section::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -15%;
    width: 50%;
    height: 85%;
    /* background: url(../images/rebranding/Seccion2/Recurso251.png) center center no-repeat; */
    background-size: contain;
    z-index: -1;
}

.sumergete-section h3 {
    color: #f1907e;
    font-family: 'Ethique';
    font-size: 3.8rem;
}

.sumergete-section p {
    font-size: 1.4rem;
}

.sumergete-section .floating-image {
    height: 115%;
    object-fit: cover;
    overflow: visible;
    padding-right: 120px;
    margin-top: -70px;
}

/*#endregion */

/*#region KUNAL ES */
.kunal-es-section {
    background-image: url(../images/rebranding/Seccion3/Recurso351.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.kunal-es-section h3 {
    font-family: 'Ethique';
    font-size: 3.4rem;
}

.kunal-es-section h3 span {
    font-family: 'gordita';
}

.kunal-es-section img {
    width: 70%;
}

.kunal-es-section .col-12 p {
    font-family: 'Ethique';
    font-size: 1.4rem;
    font-weight: normal;
}

.kunal-es-section p {
    font-family: 'gordita';
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 4rem;
}

/*#endregion */

/*#region SECCION 4 */
.section-4 {
    padding: 10rem 0;
}

.section-4 .col-12:first-child img {
    height: 130px;
    width: auto;
}

.section-4 .col-12:last-child img {
    height: 200px;
    width: auto;
}

.section-4 h3 {
    color: #f2917e;
    font-family: 'Ethique';
    font-size: 4rem;
}

.section-4 h4 {
    color: #f1907e;
    font-size: 1.6rem;
}

.section-4 p {
    text-align: center;
    color: #696a6a;
    font-size: 1.4rem;
    line-height: 1.2;
}

/*#endregion */

/*#region SECCION 5 */
.section-5 {
    position: relative;
}

.section-5 .bg-section-5 {
    background-image: url(../images/rebranding/Seccion5/Recurso341.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 79.68%;
    /* (img-height / img-width * container-width) */
}

.section-5 .content-section-5 {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-5 p {
    font-weight: 800;
    color: white;
    font-size: 2.4rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    text-align: center;
}

/*#endregion */

/*#region SECCION SISAL */
.sisal-title {
    position: absolute;
    z-index: 1;
    /* top: -20%; */
    top: -25%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.sisal-title h2 {
    font-family: 'Amsthyline';
    color: #ea8073;
    font-size: 25rem;
    margin-bottom: 0;
}

.sisal-title h3 {
    font-family: 'gordita';
    color: #f29b8e;
    font-weight: 900;
    font-size: 2.2rem;
    letter-spacing: 5px;
    position: absolute;
    bottom: 10px;
    right: 1rem;
}

/*#endregion */

.btn-videoModal {
    height: 60px;
    width: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
    cursor: pointer;
    background: #f2917e;
}

.btn-videoModal img {
    height: 30%;
    margin-left: 5px;
}

.videoH video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;

}

.scroll {
    position: absolute;
    width: 200px;
    bottom: 10%;
    left: 10%;
}

.title {
    font-family: Ethique;
    font-size: 40px;
}

.p-50 {
    padding: 50px 0;
}

.p-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.titleYucata {
    background: url("../images/elemento-izquierda-fondo.svg") no-repeat;
    background-position: right;
}

.iso {
    width: 70px;
    margin-top: 30px;
}

.centro {
    margin-top: 70px;
}

.firts {
    margin-bottom: 30px;
}

/*#region SECCION SISAL */
.imgBanner {
    /* background: url("../images/banner.jpg") no-repeat;
    background-position-y: 0%; */
    background: url("../images/rebranding/Seccion6/Recurso631.jpg") no-repeat;
    background-position-y: 100%;
    background-size: 100%;
    /* background-position-y: 300px; */
    position: relative;
    z-index: 1;

    margin-top: 15rem;
    padding-bottom: 5rem;
}

/* .imgBanner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(34, 48, 25, 1) 67%);
    height: 20%;
    z-index: -1;
} */

.imgBanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, .5);
    z-index: -1;
}

.imgBanner p {
    padding-top: 15rem;
    color: #585858;
    font-size: 1.6rem;
    font-weight: bold;
}

/*#endregion */

/* .amenidades {
    background: #223019;
} */

/*#region SECCION AMENIDADES */
.datosSlide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border: solid 15px #dbe7e2;
    height: 350px;
    width: 50%;
    margin: auto;
}

.datosSlide h3 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #000000;
}

.datosSlide p {
    color: #696a6a;
}

/*#endregion */

/*#region SECCION NOTICIAS RELEVANTES */
.noticias {
    position: relative;
    height: 75vh;
}

.noticias::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: url(../images/rebranding/Seccion10/Recurso471.png) center center no-repeat;
    background-size: contain;
    z-index: -1;
}

.noticias::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 50%;
    height: 100%;
    background: url(../images/rebranding/Seccion10/Recurso481.png) center center no-repeat;
    background-size: contain;
    z-index: -1;
}

.cuadro-noticia {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(127, 128, 128, .75);
    color: white;
    padding: 1rem 3rem 1rem 1rem;
    min-height: 35%;
    height: fit-content;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-weight: 100;
}

/*#endregion */

.titleAmenidades {
    color: #4b4b4c;
}

.swiper-slide {
    display: flex;
}

.amenidades .swiper-slide img {
    width: 60%;
}

.lotificacion {
    background: #d8e6e2;
}

#galeria .swiper-slide img {
    width: 100%;
}

.botonesIconos {
    width: 100%;
    text-align: center;
}

.botonesIconos img {
    width: 50px;
    margin-right: 20px;
}

.verde {
    background: #273520;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.isoNoticias {
    width: 70px;

    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.noticias h4 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #4b4b4d;
}

.noticias a {
    background: #b2cdc7;
    display: inline-block;
    padding: 10px 20px;
    color: #24201e;
    border-radius: 20px;

}

footer {
    background: #4b4b4c;
    color: #fff;
}

footer nav {
    margin-bottom: 7rem;
}

footer .title {
    font-family: 'gordita';
    font-weight: 100;
    text-align: center;
    line-height: 1.5;
    color: #f2f0e2;
    font-size: 1.8rem;
}

.logoFooter {
    width: 120px;
    display: block;
    margin: auto;
}

.menuFooter {
    border: 1px solid #3b3c3f;
    padding: 25px 10px;
    margin-bottom: 50px;
}

.noticias figure {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}

.noticias .col-md-4 img {
    transition: transform .5s;
}

.noticias .col-md-4:hover img {
    transform: scale(1.2);
}

.form div input {
    /* background: #4a4b4d; */
    background: #747371;
    border: none;
    height: 70px;
    width: 100%;
    padding: 5px;
    color: #fff;
}

.form div label {
    position: absolute;
    top: 15px;
    left: 8px;
    color: #909090;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out;
}

.form fieldset {
    position: relative;
}

.form .inputs fieldset {
    width: 49%;
    border-bottom: none;
}

.form input:focus {
    outline: 0;
}

.form .inputs input {
    width: 100%;
    border-bottom: none;
    border-right: 1px solid #3b3c3f;
}

.form .inputs input:first-child {
    border-right: none;
}

#telefono {
    border-right: 1px solid #3b3c3f;
}

.form input:focus+label,
.form input:valid+label {
    color: #7a7a7a;
    font-weight: 700;
    font-size: 12px;
    transform: translate3d(0, -10px, 0);
}

.form button {
    display: block;
    margin: auto;
    width: 35%;
    padding: .5rem 0;
    background: #747371;
    color: #f2f0e2;
    margin-top: 1rem;
    border: none;
    font-size: 1.2rem;
    font-weight: 100;
}

.form input::placeholder {
    color: #f2f0e2;
    opacity: 1;
    padding: 1rem;
}

footer .contact {
    color: #f2f0e2;
}

footer .contact:hover {
    color: white;
}

footer h2 {
    margin-bottom: 50px;
}

.redes a {
    color: #fff;
}

.redes a img {
    width: 40px;
}

.copyright {
    border-top: 1px solid #3b3c3f;
    margin-top: 25px;
    padding-top: 22px;
    font-size: 15px;
    margin-bottom: 20px;
}

.copyright a {
    color: #fff;
}

.iconoMenu {
    display: none;
}

.galeriaTexto {
    position: absolute;
    bottom: -9%;
    left: 10%;
    width: 50% !important;
}

.swiper {
    overflow: inherit;
}

#menuMovil {
    display: none;
}

/*
-----------------------------
    TABLET HORIZONTAL
-----------------------------
*/
@media (max-width: 1200px) {
    .videoH {
        background-size: auto;
    }

    /*#region SUMERGETE EN LA SERENIDAD */
    .sumergete-section h3 br {
        display: none;
    }

    .sumergete-section p {
        font-size: 1.3rem;
    }

    .sumergete-section .floating-image {
        height: 110%;
        object-fit: cover;
        overflow: visible;
        padding-right: 40px;
        margin-top: -70px;
    }

    /*#endregion */
}

/*
-----------------------------
  IPAD AIR
-----------------------------
*/
@media (max-width: 1024px) {
    .verde {
        width: 30px;
        height: 30px;
        margin-right: 2px;
    }

    .botonesHead,
    .contentH nav,
    .lado {
        display: none !important;
    }

    .iconoMenu {
        display: block;
        width: 30px;
        height: 30px;
        display: block;
    }

    #menuMovil {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #4b4b4c;
        z-index: 10001;
        transform: translate(-100%, 0);
        transition: transform 0.3s ease;
    }

    .logoMovil {
        width: 100px;
    }

    .cerrarMenuMovil {
        width: 30px;
    }

    .p10 {
        padding: 15px;
    }

    #menuMovil ul {
        padding-left: 15px;
    }

    #menuMovil ul li a {
        font-family: Ethique;
        color: white;
        font-size: 37px;
        padding: 10px;
        padding-left: 10px;
        display: block;
        padding-left: 0;
    }

    .lenguaMovil {
        margin-top: 20px;
    }

    .lenguaMovil a {
        display: inline-block;
        padding: 5px 15px;
        color: white;
    }

    .redesMenuMovil {
        background: #757472;
        width: 100%;
        height: 28%;
        bottom: 0;
        left: 0;
        position: absolute;
    }

    #botoneMOvil {
        display: flex !important;
        justify-content: space-evenly;
        padding: 20px 5px;
    }

    #botoneMOvil a {
        width: 48%;
        text-align: center;
        display: block;
        color: #4a4b4c;
        opacity: 1;
        font-weight: bold;
    }

    .redesMovil {
        color: white;
        padding-left: 15px;
        margin-top: 20px;
    }

    .redesMovil a img {
        width: 40px;
    }

    .redesMovil a {
        margin-left: 10px;
    }

    .is-active {
        transform: translate(0, 0) !important;
    }

    /*#region VIDEO INSTITUCIONAL */
    .modal-section {
        height: 50vh !important;
    }

    .modal-section .img-container {
        height: 70%;
        width: 80%;
    }

    .video-container {
        width: 80%;
    }

    /*#endregion */

    /*#region SUMERGETE EN LA SERENIDAD */
    .sumergete-section::before {
        top: 0;
        right: -10%;
        width: 60%;
        height: 60%;
        background-size: contain;
    }

    .sumergete-section .floating-image {
        height: 100%;
        width: 80%;
        object-fit: cover;
        /* overflow: hidden; */
        overflow: visible;
        padding-right: 0;
        margin-top: 0;
        margin-top: 3rem;
    }

    /*#endregion */

    /*#region SECCION 5 */
    .section-5 {
        height: 100vh;
    }

    .section-5 .bg-section-5 {
        background-size: cover;
        background-position-x: center;
        height: 100%;
        padding-top: 0;
    }

    .section-5 .content-section-5 {
        width: 100%;
    }

    .section-5 p {
        font-size: 1.8rem;
    }

    /*#endregion */

    /*#region SECCION SISAL */
    .sisal-title h2 {
        font-size: 16rem;
    }

    .sisal-title h3 {
        position: relative;
        font-size: 1.6rem;
        bottom: 0;
        right: initial;
        left: 0;
        margin-top: 2rem;
    }

    .imgBanner {
        background-position-y: 100%;
        background-size: cover;
    }

    .sisal-title {
        top: -20%;
    }

    .imgBanner br {
        display: none;
    }

    .imgBanner p {
        font-size: 1.2rem;
        padding-top: 18rem;
    }

    /*#endregion */

    /*#region SECCION AMENIDADES */
    .datosSlide {
        width: 80%;
    }

    /*#endregion */

    /*#region SECCION NOTICIAS RELEVANTES */
    .cuadro-noticia {
        padding: 1rem 1rem 1rem 1.5rem;
        font-size: .8rem;
        width: 90%;
    }

    .cuadro-noticia br {
        display: none;
    }

    .noticias {
        position: relative;
        height: fit-content;
    }

    /*#endregion */
    
    /*#region FOOTER */
    footer nav ul li a {
        /* padding: 15px 15px; */
        display: block;
        line-height: 1.2;
        font-size: .6rem;
    }
    
    footer nav ul {
        margin-top: 2rem;
    }

    footer .title {
        font-size: 1.4rem;
    }
    
    footer .title br {
        display: none;
    }
    /*#endregion */
}

/*
-----------------------------
  TABLET & IPAD
-----------------------------
*/
@media (max-width: 768px) {

    .botonesHead a,
    nav ul li a {
        font-size: 14px;
    }

    .title {
        font-size: 30px;
    }

    .verde {
        width: 20px;
        height: 20px;
        border-radius: 100%;
    }

    .botonesIconos img {
        width: 35px;
        margin-right: 2px;
    }

    .lotsText {
        font-size: 14px;
    }

    nav ul li a {
        padding: 15px 4px;
    }

    .botonesHead a {
        text-align: center;
        display: flex;
        align-items: center;
    }

    .noticias h4 {
        font-size: 1rem;
    }

    .videoH {
        background-position: center center;
    }
}

/*
-----------------------------
  MOBILE
-----------------------------
*/
@media (max-width: 576px) {
    .container {
        width: 90%;
        margin: auto;
    }

    #menuMovil ul li a {
        font-size: 28px;
    }

    br {
        display: none;
    }

    .descubre h1 {
        font-size: 3.4rem;
    }

    .descubre h3 {
        font-size: 1.4rem;
    }

    .descubre p {
        font-size: 1.2rem;
    }

    /*#region VIDEO INSTITUCIONAL */
    .modal-section .img-container {
        height: 50%;
        width: 90%;
    }

    .modal-section img {
        width: 70px;
    }

    .video-container {
        width: 95%;
    }

    /*#endregion*/

    /*#region SUMERGETE EN LA SERENIDAD */
    .sumergete-section::before {
        top: 0;
        /* bottom: unset; */
        right: -10%;
        width: 60%;
        height: 60%;
        background-size: contain;
    }

    .sumergete-section h3 {
        font-size: 2.4rem;
    }

    .sumergete-section p {
        font-size: 1.2rem;
    }

    .sumergete-section .floating-image {
        overflow: visible;
    }

    /*#endregion */

    /*#region KUNAL ES */
    .kunal-es-section .col-12:not(:first-child) img {
        margin-top: 3rem;
    }

    /*#endregion */

    /*#region SECCION 4 */
    .section-4 .col-12:last-child {
        margin-top: 5rem;
    }

    /*#endregion */

    /*#region SECCION 5 */
    .section-5 .content-section-5 {
        width: 80%;
    }

    .section-5 p {
        font-size: 1.4rem;
    }

    .section-5 p:first-child {
        margin-bottom: 2rem;
    }

    /*#endregion */

    /*#region SECCION SISAL */
    .sisal-title {
        top: -14%;
        width: 90%;
    }

    .sisal-title h2 {
        font-size: 12rem;
    }

    .sisal-title h3 {
        position: relative;
        font-size: 1.4rem;
        bottom: 0;
        right: initial;
        left: 0;
        margin-top: 2rem;
    }

    /*#endregion */

    /*#region SECCION AMENIDADES */
    .datosSlide {
        width: 90%;
    }

    /*#endregion */

    /*#region SECCION NOTICIAS RELEVANTES */
    .cuadro-noticia {
        padding: 1rem 1rem 1rem 1.5rem;
        font-size: 1rem;
        width: 85%;
    }

    /*#endregion */


    .noticias .col-md-4 {
        margin-bottom: 40px;
        background: #f2f2f2;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .title {
        font-size: 25px;
    }

    .titleYucata {
        background-size: 50%;
        background-position: bottom right;
    }

    .botonesLotificacion .container {
        flex-direction: column;
    }

    .oder0 {
        order: 0;
    }

    .order1 {
        order: 1;
        margin: 20px 0;
    }

    footer .title {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    footer nav {
        width: 100%;
    }

    footer nav ul {
        justify-content: space-between;
    }

    .redes {
        margin: 0 0 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .copyright {
        flex-direction: column;
        text-align: center;
        font-size: 12px;
    }

    .titleYucata {
        margin-bottom: 0;
    }

    .titleYucata h2 span {
        display: block;
    }

    .titleYucata .p-100 {
        padding: 40px 0;
    }

    /* .imgBanner::before {
        background: #223019;
        height: 30%;
    } */

    .galeriaTexto {
        width: 68% !important;
        bottom: -19%;
    }
}

/*-----------------------------
  tabs_works
-----------------------------*/
/* .tabs_works .nav-pills .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #0015ff;
    margin-bottom: 1.25rem;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
} */
.tabs_works .nav-pills .nav-link p {
    font-size: 17px;
    font-weight: 400;
    color: #0062ff;
    margin-top: 1rem;
    margin-bottom: 0;
}

.tabs_works .tab-content .tab-pane.active {
    display: flex !important;
    justify-content: center !important;
}

.tabs_works .nav-pills .nav-link.active {
    font-size: 16.8px;
    font-weight: 400;
    background-color: transparent;
    color: #f00d06;
    -webkit-box-shadow: -5px 0px 0px 0px #165df5 !important;
    -moz-box-shadow: -5px 0px 0px 0px #165df5 !important;
    -o-box-shadow: -5px 0px 0px 0px #165df5 !important;
    -ms-box-shadow: -5px 0px 0px 0px #165df5 !important;
    box-shadow: -5px 0px 0px 0px #f1907d !important;
    border-radius: 0;
}

.tabs_works .img--tabs .tab-pane .--img {
    width: 70%;
    border-radius: 8px;
    -webkit-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
    -moz-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
    -o-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
    -ms-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
    animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
}

.padding-t-9 {
    padding-top: 3rem;
}

.hoja-2 {
    width: 415px;
    top: -76px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    position: absolute;
    right: -135px;
    margin-bottom: -87px;
    z-index: 1;
    margin-top: -35px;
}

/*-----------------------------
  product_demo2
-----------------------------*/
.product_demo2 {
    position: relative;
    overflow: hidden;
    background-color: #efeded;
}

.product_demo2 .img--overlay {
    position: absolute;
    right: -7%;
    top: 0;
    pointer-events: none;
}

@media (max-width: 767px) {
    .product_demo2 .img--overlay {
        right: -35%;
    }
}

.product_demo2 .fixed_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.product_demo2 .item_pro .icon_t {
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.05);
    width: 60px;
    height: 60px;
    border-radius: 25px;
    position: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_demo2 .item_pro .icon_t span {
    text-align: center;
    text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #f39181 !important;
}

/* Para MacBook Air 13" (1440 x 900) */
@media screen and (max-width: 1440px) and (min-width: 1367px) {
    .descubre h1 {
        font-size: 6rem;
    }

    .descubre h3 {
        font-size: 1.5rem;
    }

    .descubre p {
        font-size: 1.2rem;
    }

    .sumergete-section .floating-image{
        height: 175%;
        overflow: visible;
        padding-right: 50px;
        margin-top: 0px;
        width: 150%;
        height: auto;
        object-fit: cover;
        max-width: 150%;
    }

    .section-5 p{
        font-size: 1.9rem;
    }

    .sisal-title h2{
        font-size: 18rem;
        top: 6rem;
        position: relative;
        margin-right: 2rem;
    }

    .sisal-title h3{
        top: 25rem;
    }

    .imgBanner p {
        font-size: 1.5rem;
    }

    .centro  {
        max-width: 90%;
    }

    .imgBanner p {

        font-size: 1.4rem;
    }
    
    .masterplan{
        height: 110vh;
        object-fit: cover;
    }

    .kunal-es-section img {
        width: 60%;
    }
}
