/*-----------------------------------------------------------------------CUERPO DE LA PAGINA-----------------------------------------------------------------------------------*/
html{
    scroll-behavior: smooth;
}

body{ 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background: #000;
}

body::-webkit-scrollbar{
    width: 0;
    background: #000;
}

body::-webkit-scrollbar-thumb{
    width: 0;
    border-radius: 0;
    background: #d3decb;
}

/*-----------------------------------------------------------------------BARRA DE NAVEGACION-----------------------------------------------------------------------------------*/

header{ 
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

header.abajo{
    background: rgba(0, 0, 0, 0.616);
    backdrop-filter: blur(10px);
}

header.abajo .logo,
header.abajo .menu a{
    color: #d3decb;
}

header.abajo .menu a:hover{
    color: black;
}

.nav{ 
    width: 98%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.labe_hamburguesa {
    width: 0;
    height: 0;
}

.list_icon {
    width: 0;
    height: 0;
    color: white;
    cursor: pointer;
}

.men_hamburguesa{
    display: none;
}

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

.logo a{ 
    width: 190px;
    display: grid; 
    align-items: center;
    justify-content: left;
}

.logo a img{ 
    max-width: 100%;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(108%) contrast(101%);
}

.menu{ 
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.menu li{ 
    list-style: none;
    display: flex; 
    align-items: center;
}

.menu li a{
    font-size: 12px;
    color: #d3decb;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.menu li a:hover{
    color: grey;
}

/*-----------------------------------------------------------------------CONTENEDOR DE LA PAGINA-----------------------------------------------------------------------------------*/

.contprincipal{
    max-width: 100%;
    position: relative;
    display: flex; 
    flex-wrap: wrap;
    justify-content: flex-start;
}

/*-----------------------------------------------------------------------BLOQUE 1--------------------------------------------------------------------------------------*/

#BLOQUE-1{
    width: 100vw;
    height: 100vh;
    position: relative;
}

#BLOQUE-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#enlance1{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 20%;
    height: 8%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: #d3decb;
    color: black;
    border-radius: 50px;
    border: 1px solid black;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s ease all;
    position: relative;
    bottom: 30%;
    left: 40%;
    z-index: 50;
    overflow: hidden;
}

#enlance1 span{
    position: relative;
    z-index: 52;
    transition: .5s ease all;
}

#enlance1::after{
    content: '';
    width: 1px;
    height: 1px;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 51;
    transition: .5s ease all;
    border-radius: 100px;
    transform-origin: center;
}

#enlance1:hover::after{
    transform: scale(150);
    background: black;
}

#enlance1:hover{
    background: rgb(37, 37, 37);
    color: white;
}

/*-----------------------------------------------------------------------BLOQUE 2--------------------------------------------------------------------------------------*/

#BLOQUE-2{
    width: 100vw;
    height: 100vh;
    position: relative;
}

#BLOQUE-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#enlance2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 20%;
    height: 8%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: #d3decb;
    color: black;
    border-radius: 50px;
    border: 1px solid black;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s ease all;
    position: relative;
    bottom: 30%;
    left: 40%;
    z-index: 50;
    overflow: hidden;
}

#enlance2 span{
    position: relative;
    z-index: 52;
    transition: .5s ease all;
}

#enlance2::after{
    content: '';
    width: 1px;
    height: 1px;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 51;
    transition: .5s ease all;
    border-radius: 100px;
    transform-origin: center;
}

#enlance2:hover::after{
    transform: scale(150);
    background: black;
}

#enlance2:hover{
    background: rgb(37, 37, 37);
    color: white;
}

/*-----------------------------------------------------------------------BLOQUE 3--------------------------------------------------------------------------------------*/

#BLOQUE-3{
    width: 100vw;
    height: 100vh;
    position: relative;
}

#BLOQUE-3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#enlance3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 20%;
    height: 8%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: #d3decb;
    color: black;
    border-radius: 50px;
    border: 1px solid black;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s ease all;
    position: relative;
    bottom: 30%;
    left: 40%;
    z-index: 50;
    overflow: hidden;
}

#enlance3 span{
    position: relative;
    z-index: 52;
    transition: .5s ease all;
}

#enlance3::after{
    content: '';
    width: 1px;
    height: 1px;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 51;
    transition: .5s ease all;
    border-radius: 100px;
    transform-origin: center;
}

#enlance3:hover::after{
    transform: scale(150);
    background: black;
}

#enlance3:hover{
    background: rgb(37, 37, 37);
    color: white;
}

/*-----------------------------------------------------------------------BLOQUE 4--------------------------------------------------------------------------------------*/

#BLOQUE-4{
    width: 100vw;
    height: 100vh;
    position: relative;
}

#BLOQUE-4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#enlance4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 20%;
    height: 8%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: #d3decb;
    color: black;
    border-radius: 50px;
    border: 1px solid black;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s ease all;
    position: relative;
    bottom: 30%;
    left: 40%;
    z-index: 50;
    overflow: hidden;
}

#enlance4 span{
    position: relative;
    z-index: 52;
    transition: .5s ease all;
}

#enlance4::after{
    content: '';
    width: 1px;
    height: 1px;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 51;
    transition: .5s ease all;
    border-radius: 100px;
    transform-origin: center;
}

#enlance4:hover::after{
    transform: scale(150);
    background: black;
}

#enlance4:hover{
    background: rgb(37, 37, 37);
    color: white;
}

#trailer1, 
#trailer2, 
#trailer3, 
#trailer4{
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 100;
    display: flex; 
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

#trailer1.active, 
#trailer2.active, 
#trailer3.active, 
#trailer4.active{
    visibility: visible;
    opacity: 1;
}

#trailer1 .close1, 
#trailer2 .close2, 
#trailer3 .close3, 
#trailer4 .close4{
    position: absolute;
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    filter: invert(1);
    z-index: 11;
}

#playvideo1, 
#playvideo2, 
#playvideo3, 
#playvideo4{
    width: 100%;
    height: 100vh;
    z-index: 10;
    object-fit: cover;
    pointer-events: all;
}

/*-----------------------------------------------------------------------PIE DE LA PAGINA-----------------------------------------------------------------------------------*/
    
#footer{
    max-width: 100%;
    height: 50px;
    padding: 10px;
    display: flex; 
    align-items: center;
    justify-content: center;
}

#footer p{
    color: white;
    text-align: center;
}

/*-----------------------------------------------------------------------RESPONSIVE-----------------------------------------------------------------------------------*/

@media screen and (max-width: 915px){

    /*-----------------------------------------------------------------------BARRA DE NAVEGACION-----------------------------------------------------------------------------------*/

    header{ 
        width: 100%;
        height: 70px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: black;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease;
    }

    header.abajo{
        background: black;
    }

    header.abajo .logo,
    header.abajo .menu a{
        color: black;
    }

    header.abajo .menu a:hover{
        color: black;
    }

    .nav{ 
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .labe_hamburguesa {
        width: 70px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .list_icon {
        width: 35px;
        height: 35px;
        color: white;
        cursor: pointer;
        position: absolute;
    }

    .men_hamburguesa{
        display: none;
    }

    .men_hamburguesa:checked + .menu {
        height: calc(40vh - 70px);
    }

    .logo{
        width: 190px;
        height: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo a{ 
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .logo a img{ 
        width: 100%;
        height: 90%;
        margin-top: 5%;
        object-fit: cover;
        position: absolute;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(108%) contrast(101%);
    }

    .menu{ 
        width: 100%;
        background-color: white;
        position: absolute;
        top: 70px;
        left: 0;
        height: 0;
        overflow: hidden;
        /* height: calc(100vh - 70px); */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        padding: 0;
        margin: 0;
        transition: all .3s;
    }

    .menu li{ 
        list-style: none;
        display: flex; 
        align-items: center;
    }

    .menu li a{
        font-size: 17px;
        color: black;
        text-decoration: none;
        font-weight: normal;
        cursor: pointer;
    }

    .menu li a:hover{
        color: black;
    }

    /*-----------------------------------------------------------------------CONTENEDOR DE LA PAGINA-----------------------------------------------------------------------------------*/

    .contprincipal{
        max-width: 100%;
        position: relative;
        display: flex; 
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    /*-----------------------------------------------------------------------BLOQUE 1--------------------------------------------------------------------------------------*/

    #BLOQUE-1{
        width: 100vw;
        height: 100vh;
        position: relative;
    }

    #BLOQUE-1 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #enlance1{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        width: 160px;
        height: 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 18px;
        background: #d3decb;
        color: black;
        border-radius: 50px;
        border: 1px solid black;
        cursor: pointer;
        text-transform: uppercase;
        transition: .3s ease all;
        position: relative;
        bottom: 30%;
        left: 30%;
        z-index: 50;
        overflow: hidden;
    }

    #enlance1 span{
        position: relative;
        z-index: 52;
        transition: .5s ease all;
    }

    #enlance1::after{
        content: '';
        width: 1px;
        height: 1px;
        background: none;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 51;
        transition: .5s ease all;
        border-radius: 100px;
        transform-origin: center;
    }

    #enlance1:hover::after{
        transform: scale(150);
        background: black;
    }

    #enlance1:hover{
        background: rgb(37, 37, 37);
        color: white;
    }

    /*-----------------------------------------------------------------------BLOQUE 2--------------------------------------------------------------------------------------*/

    #BLOQUE-2{
        width: 100vw;
        height: 100vh;
        position: relative;
    }

    #BLOQUE-2 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #enlance2{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        width: 160px;
        height: 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 18px;
        background: #d3decb;
        color: black;
        border-radius: 50px;
        border: 1px solid black;
        cursor: pointer;
        text-transform: uppercase;
        transition: .3s ease all;
        position: relative;
        bottom: 30%;
        left: 30%;
        z-index: 50;
        overflow: hidden;
    }

    #enlance2 span{
        position: relative;
        z-index: 52;
        transition: .5s ease all;
    }

    #enlance2::after{
        content: '';
        width: 1px;
        height: 1px;
        background: none;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 51;
        transition: .5s ease all;
        border-radius: 100px;
        transform-origin: center;
    }

    #enlance2:hover::after{
        transform: scale(150);
        background: black;
    }

    #enlance2:hover{
        background: rgb(37, 37, 37);
        color: white;
    }

    /*-----------------------------------------------------------------------BLOQUE 3--------------------------------------------------------------------------------------*/

    #BLOQUE-3{
        width: 100vw;
        height: 100vh;
        position: relative;
    }

    #BLOQUE-3 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #enlance3{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        width: 160px;
        height: 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 18px;
        background: #d3decb;
        color: black;
        border-radius: 50px;
        border: 1px solid black;
        cursor: pointer;
        text-transform: uppercase;
        transition: .3s ease all;
        position: relative;
        bottom: 30%;
        left: 30%;
        z-index: 50;
        overflow: hidden;
    }

    #enlance3 span{
        position: relative;
        z-index: 52;
        transition: .5s ease all;
    }

    #enlance3::after{
        content: '';
        width: 1px;
        height: 1px;
        background: none;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 51;
        transition: .5s ease all;
        border-radius: 100px;
        transform-origin: center;
    }

    #enlance3:hover::after{
        transform: scale(150);
        background: black;
    }

    #enlance3:hover{
        background: rgb(37, 37, 37);
        color: white;
    }

    /*-----------------------------------------------------------------------BLOQUE 4--------------------------------------------------------------------------------------*/

    #BLOQUE-4{
        width: 100vw;
        height: 100vh;
        position: relative;
    }

    #BLOQUE-4 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #enlance4{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        width: 160px;
        height: 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 18px;
        background: #d3decb;
        color: black;
        border-radius: 50px;
        border: 1px solid black;
        cursor: pointer;
        text-transform: uppercase;
        transition: .3s ease all;
        position: relative;
        bottom: 30%;
        left: 30%;
        z-index: 50;
        overflow: hidden;
    }

    #enlance4 span{
        position: relative;
        z-index: 52;
        transition: .5s ease all;
    }

    #enlance4::after{
        content: '';
        width: 1px;
        height: 1px;
        background: none;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 51;
        transition: .5s ease all;
        border-radius: 100px;
        transform-origin: center;
    }

    #enlance4:hover::after{
        transform: scale(150);
        background: black;
    }

    #enlance4:hover{
        background: rgb(37, 37, 37);
        color: white;
    }

    #trailer1, 
    #trailer2, 
    #trailer3, 
    #trailer4{
        width: 100%;
        height: 100%;
        background: black;
        position: fixed;
        top: 0%;
        left: 0%;
        z-index: 100;
        display: flex; 
        align-items: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
    }

    #trailer1.active, 
    #trailer2.active, 
    #trailer3.active, 
    #trailer4.active{
        visibility: visible;
        opacity: 1;
    }

    #trailer1 .close1, 
    #trailer2 .close2, 
    #trailer3 .close3, 
    #trailer4 .close4{
        position: absolute;
        width: 15px;
        height: 15px;
        top: 20px;
        right: 20px;
        cursor: pointer;
        filter: invert(1);
        z-index: 11;
    }

    #playvideo1, 
    #playvideo2, 
    #playvideo3, 
    #playvideo4{
        width: 100%;
        height: 100vh;
        z-index: 10;
        object-fit: contain;
        pointer-events: all;
    }

    /*-----------------------------------------------------------------------PIE DE LA PAGINA-----------------------------------------------------------------------------------*/
        
    #footer{
        max-width: 100%;
        height: 50px;
        padding: 10px;
        display: flex; 
        align-items: center;
        justify-content: center;
    }

    #footer p{
        font-size: 10px;
        color: white;
        text-align: center;
    }

}