* {
    user-select: none;
}

@media (max-width: 920px) {
    .col {
        display: contents !important;
    }

    .section {
        border-radius: 0px !important;
    }

}

@media (max-width: 640px) {

    .section-4 p,
    .section-4 span {
        font-size: 20px !important;
    }

    .section-4 img {
        display: none;
    }

}

/* Muestra el botón solo en móviles */

#mobile-menu-toggle,
#mobile-menu-toggle-back {
    display: none;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    margin-right: auto !important;
    outline: 0px;
    color: #231f20;
}

/* Oculta el menú en móvil por defecto */
@media (max-width: 920px) {

    .logo {
        display: none !important;
    }

    .nav_wrapper {
        justify-content: space-between;

        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        border: 0px !important;
        border-radius: 0px !important;
        background: #edd258;
    }

    .menu-links_wrapper {
        position: fixed;
        left: 0px;
        top: 64px;
        text-align: left !important;

        display: none !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    #mobile-menu-toggle,
    #mobile-menu-toggle-back {
        display: block !important;
    }

    .menu-links_wrapper.open {
        display: flex !important;
        /* background-color: rgba(0, 0, 0, 0.1) !important; */
        background-color: #ddc248;
        border: 1px solid #bda228;
        padding: 32px !important;
        gap: 32px !important;
    }

    /*
    

    

    .nav_menu {
        width: 100% !important;
    }
*/
}


/*
	background:#37ab9c;
	background:#2684cf;
	background:#76692c;
	*/

.blink {
    animation: blink-animation 1.0s ease-in-out infinite;
}

@keyframes blink-animation {

    0%,
    100% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

/* */


.fade-in-top-menu {
    opacity: 0;
    transition: opacity 1s ease-in;
    animation: fadeInTopMenu 0.5s ease-in 1 forwards;
    animation-delay: 2s;
}

@keyframes fadeInTopMenu {
    to {
        opacity: 1;
    }
}


.video-background-main {
    margin: 0px !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;

    filter: grayscale(0.98) opacity(0.03);


    /* display: none; */
}

.video-background-section {
    position: fixed;
    width: 100%;
    height: 100vh;
    /* o el alto que necesites */
    overflow: hidden;
    border-radius: 16px;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* 
#container {
    padding-top: 160px;
}
*/

#contentMaxWidth {

    display: flex;
    flex-direction: column;
    gap: 64px;

    /* background-color: #000 !important; */
    background: transparent;

    /* background-attachment:fixed; */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    max-width: 1400px;
    margin: 0 auto 0 auto;

    overflow-x: none;
    overflow-y: auto;
    /*
    background: #000;
    filter: opacity(0.97);
    */
}

#contentMaxWidthForText {
    display: flex;
    flex-direction: column;
    gap: 64px;

    background-color: #000 !important;
    color: #fff;
    padding: 192px 64px 64px 64px;

    max-width: 1400px;
    margin: 0 auto 0 auto;

    overflow-x: none;
    overflow-y: auto;

    border-radius: 16px;
}

.section {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;

    border: 1px solid #333;
    border-radius: 16px;

    background: #000000;
    background: radial-gradient(circle, rgba(0, 169, 157, 0.15) 20%, rgba(0, 0, 0, 1) 100%);

}

.section-1 {
    background: #000000;
    background: radial-gradient(ellipse at center, rgba(30, 143, 218, 0.75) 50%, rgba(30, 143, 218, 0.5) 100%);
    /* , rgba(0, 0, 0, 0.5) 100% */
}

.section-2 {
    background: #000000;
    background: radial-gradient(ellipse at center, rgba(0, 169, 157, 0.75) 50%, rgba(0, 169, 157, 0.5) 100%);
}

.section-3 {
    background: #000000;
    background: radial-gradient(ellipse at center, rgba(122, 215, 240, 0.75) 50%, rgba(122,
                215,
                240, 0.5) 100%);
}

.section-4 {
    background: #000000;
    /* background: radial-gradient(ellipse at center, rgba(35, 31, 32, 0.75) 50%, rgba(35, 31, 32, 0.5) 100%); */
    background: transparent !important;
    border: 0px !important;
}

.section-content {
    padding: 64px;
}

.btn-main {
    color: #fff;
    background: #2684cf;
}

.btn-maindark {
    color: #fff;
    background: #134267;
}

.btn-mainwmm {
    color: #000;
    background: #edd258;
}

a {
    display: inline-block !important;
    color: #fff;
    background: #2684cf;
}




:root {
    color: #231f20;
}

body {
    margin: 0px;
    vertical-align: bottom !important;
}

h2 {
    display: block;
    font-family: SailecBold !important;
    font-size: 24px !important;
    font-weight: normal !important;
    width: 100%;
    /* transform: scale(1,0.88); */
    margin: 0 0 64px 0 !important;
    text-align: center;
    text-transform: uppercase;
}

.liH2 {
    height: 21px !important;
    margin-top: 1px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 26px !important;
    }

    .liH2 {
        height: 23px !important;
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 28px !important;
    }

    .liH2 {
        height: 24px !important;
        margin-top: 6px;
    }
}

p,
span,
li {
    font-family: SailecThin;
    font-size: 24px;
    font-weight: 500;
    text-wrap: pretty !important;

    /* 20 */
    /* transform: scale(1,0.88); */
    margin: 0;
}

.anchor {
    padding-top: 72px;
}

@media (min-width: 768px) {
    span {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    span {
        font-size: 20px;
    }
}

#wmmIsotype {
    width: 100%;
}


html {
    scroll-behavior: smooth;
}

@keyframes softPulseOpacity {
    0% {
        filter: opacity(1);
    }

    90% {
        filter: opacity(1);
    }

    95% {
        filter: opacity(0.9);
    }

    100% {
        filter: opacity(1);
    }
}

#contentOneSlide {
    background: #edd258;
    height: 100%;
    width: 100%;
    animation: softPulseOpacity 10s ease-in-out infinite !important;
}

#contentOneSlide {
    display: flex;
    justify-content: center;
    transform: height 3s;
    animation-duration: 0.5s;
    animation-name: rocks;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    /*	
	position:sticky !important;
	top:0;
	z-index:2;
*/
}

@keyframes rocks {
    from {
        height: 100%
    }

    to {
        height: 50%;
    }
}

@keyframes mini {
    from {
        height: 50%
    }

    to {
        height: 10%;
        padding: 0 50% 0 50%;
    }
}


#contentHeader {
    /*
	position:sticky;
	top:0px;
	z-index:2;
	*/
    background: #edd258;
}

#contentHeader .navbar-collapse {
    margin-bottom: 0px;
    margin-top: auto;
}

/*

@keyframes pulse
{
	0%
	{
		color: #5a5757;
	}
	50%
	{
		color: #918f8f;
	}
	100%
	{
		color: #5a5757;
	}
}
*/

#contentContact {
    color: #fff;
    background: #000;
}

/*
	background:#37ab9c;
	background:#2684cf;
	background:#76692c;	
*/

.content {
    width: 100%;
    padding: 20px;
    padding-top: 50px;
}

#fading_color {
    stop-color: #ffffff;
}

svg {
    alignment-baseline: central;
}


#modalContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #231f20;
    z-index: 3;
}

#modalContent {
    display: none;
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    opacity: 0.99;
    background: #fff;
    z-index: 4;
    padding: 20px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    text-align: justify;
}

#modalContainer.show,
#modalContent.show {
    display: block !important;
}

/* CybotCookiebot */

#CybotCookiebotDialog,
#CybotCookiebotDialogDetail {
    background: #edd258 !important;
}

#CybotCookiebotDialogPoweredbyImage {
    visibility: hidden;
}

#CybotCookiebotDialogPoweredbyLink {
    background-image: url(/img/cookie.svg) !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.CookieDeclaration,
#CybotCookiebotDialogDetailFooter {
    display: none;
}

#CybotCookiebotDialogDetailBodyContentTabsIABv2,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails,
#CybotCookiebotDialogBodyLevelDetailsWrapper {
    display: none !important;
}

.nav_wrapper {
    position: fixed;
    top: 32px;
    left: 32px;
    right: 32px;
    z-index: 999;

    display: flex;
    justify-content: space-between;

    padding: 16px 16px 16px 16px;
    border: 1px solid #cdb238;
    background-color: #edd258;
    border-radius: 1rem;

    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;

    box-sizing: border-box;

    font-weight: 500;
}

.nav_wrapper .button {
    /* background: #2787cb; */
    background: #34a5a4;
    color: #231f20;
    padding: 10px 14px 10px 14px;
    border-radius: 8px;

}

.nav_menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
}

.menu-links_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: .8rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.menu-link {
    color: #231f20;
}

.logo {
    justify-content: center;
    align-items: center;
    display: flex;
}

.logo img {
    height: 32px;
    width: 80px;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    background: transparent;
    border: 0px solid #ccc;
    color: #231f20;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 12px;
}

.dropdown-btn:focus {
    border: 0px solid #ccc;
    outline: 0;
}

.dropdown-btn::after {
    content: '▼';
    font-size: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.1) !important; */
    background-color: #ddc248;
    border: 1px solid #bda228;
    border-radius: 4px;
    padding: 24px !important;
    gap: 24px !important;

    min-width: 120px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    top: 100%;
    right: 0px;
    z-index: 1000;
}

.dropdown-content a {
    color: #333;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f0f0f0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.contact_link {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}


#contentFooter {
    background: #edd258;


    border-radius: 16px;
    margin: 32px auto 32px auto;

    justify-content: center;
    align-items: center;
    display: flex;
    width: fit-content;
    gap: 24px;
    padding: 12px 32px 12px 32px;
    font-weight: 500;
}

#contentFooter a {
    color: #5a5757;

}