*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}

body{
    background-image: url('IMAGES/FinishedFiles/3d/FotosST/FOTOLOGO1.jpg');

            height: 100%; 

            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;

            background-attachment: fixed;
}
/*
body{
    background-color: #A07856;
}*/
#header{
    position: fixed;
    top: 0%;
    left: 0;
    height: 125px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 7%;
    background-color: #c1b59f4b;
    background-size: cover;
    backdrop-filter: blur(5px);
    background-position: top;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    transition: 0.7s ease-in-out;
    z-index: 100;
    opacity: 1;
    transition: all .8s ease;
    transform: translateY(0px);
    opacity: 0;
    pointer-events: none;
}
#header.active{
    position: fixed;
    top: 0%;
    left: 0;
    height: 125px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 7%;
    background-color: #c1b59f4b;
    background-size: cover;
    backdrop-filter: blur(5px);
    background-position: top;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    transition: 0.7s ease-in-out;
    z-index: 100;
    opacity: 1;
    transition: all .8s ease;
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;


}
#header.active{
    position: fixed;
    top: 0%;
    left: 0;
    height: 125px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 7%;
    background-color: #c1b59f4b;
    background-size: cover;
    backdrop-filter: blur(5px);
    background-position: top;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    transition: 0.7s ease-in-out;
    z-index: 100;
    opacity: 1;
    transition: all .8s ease;
    transform: translateY(0px);

}
header.scrolled{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    background-color: #7b5037;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    transform: translateY(-140px);
}
.logo{
    cursor: pointer;
    filter: brightness(99);
    margin-top: 10px;
    width: 300px;
    margin-left: -30%;
    transition: all .4s ease-in-out;
}
.nav__links{
    list-style: none;
}
.nav__links li{
    display: inline-block;
    padding: 0px 20px;
    z-index: 1000;
}
.nav__links li a{
    transition: all 0.7s ease 0s;
    margin-right: 160px;
    font-weight: 100;
    font-size: 1.3em;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    text-transform: uppercase;
    z-index: 1000;
}
.nav__links li a:hover{
    color: #9d8161;
    text-decoration: none;
    letter-spacing: 2px;
}
#cont {
    padding: 9px 25px;
    background-color: #c1b59f;
    border: none;
    position: absolute;
    margin-top: -20px;
    right: 170px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1.2em;
    transition: all 0.7s ease 0s;

}
#cont:hover{
    background-color: #9d8161;
}
.temawrapper{
    background-color: rebeccapurple;
}
.social-links3{
    display: block;    
}
.social-links3.scrolled:hover{
    transform: translateY(15px);
}
.social-links3{
    position: absolute;
    display: flex;
    right: 0px;
    margin-top: 10px;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 15px;
    transition: transform .5s ease 0s;
    
}
.social-links3 button{
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    color: white;
    box-shadow: 0 0 10px 5px rgba(33, 31, 31, 0.336);
    outline: none;
    background: transparent;
    border: 0px solid black;
    margin: 0 30px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform all 0.5s ease-in-out;
}
.social-links3 button #fa-solid{
    margin-top: 0px;
    font-size: 30px;
    line-height: 80px;
    position: relative;
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: color .5s;
}
#fa-solid:hover{
    text-decoration: none;
    color: white;

}
#titER{
    color: white;
    font-weight: 100;
    position: absolute;
    width: 100%;
    z-index: 100;
    text-align: center;
    top: -68px;
}

.social-links3 button::after{
    content: '';
    width: 60px;
    height: 60px;
    top: -70px;
    z-index: -1;
    left: 0;
    background: linear-gradient(-45deg, rgb(255, 255, 255), #9d8161);
    position: absolute;
    transition: 0.7s;

}
.social-links3 button:hover::after{
    top: 0;
}
.social-links3 button:hover .fab-brands{
    color: white;
}
li, a, button{
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-decoration: none;
}



@media (max-width: 2050px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 130px;

    }
    #cont{
        font-size: 0.9em;
    }
    .logo{
        width: 250px;
        margin-left: 0;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
    }
}
@media (max-width: 1730px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 100px;

    }
    #cont{
        font-size: 0.9em;
        right: 150px;
    }
    .logo{
        width: 250px;
        margin-left: 0;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
    }
}
@media (max-width: 1590px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 80px;

    }
    #cont{
        font-size: 0.9em;
        right: 120px;
    }
    .logo{
        width: 250px;
        margin-left: 0;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
    }
}
@media (max-width: 1470px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 20px;
        padding: 0px 5px;
        text-align: center;

    }
    #cont{
        font-size: 0.9em;
        right: 170px;
        padding: 9px 25px;

    }
    .logo{
        width: 250px;
        margin-left: 50px;
        position:absolute; 
        top: -30px; 
        left: 0;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
    }
}
@media (max-width: 1280px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 20px;
        padding: 0px 5px;
        text-align: center;

    }
    #cont{
        font-size: 0.9em;
        right: 160px;
        padding: 9px 25px;

    }
    .logo{
        width: 200px;
        margin-left: 50px;
        position:absolute; 
        top: -20px; 
        left: 0;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
    }
    #header{
        box-shadow: none;
        backdrop-filter: none;

    }
}
@media (max-width: 1175px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 20px;
        padding: 0px 5px;
        text-align: center;

    }
    #cont{
        font-size: 0.9em;
        right: 120px;
        padding: 9px 25px;

    }
    .logo{
        width: 160px;
        margin-left: 50px;
        position:absolute; 
        top: 0px; 
        left: 0;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
    }
}
@media (max-width: 1090px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 25px;
        padding: 0px 5px;
        text-align: center;

    }
    .nav__links li{
        display: inline-block;
        padding: 0px 20px;
        text-align: center;
    }
    .nav__links{
        list-style: none;
        position: absolute;
        right: 90px;
    }
    #cont{
        font-size: 0.9em;
        right: 82%;
        padding: 9px 25px;
        position: absolute;
        left: 3%;
    }

    .logo{
        width: 160px;
        margin-left: 50px;
        position:absolute; 
        top: 0px; 
        left: 0;
        opacity: 0;
        pointer-events: none;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
    }
}
@media (max-width: 940px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 25px;
        padding: 0px 5px;
        text-align: center;

    }
    .nav__links li{
        display: inline-block;
        padding: 0px 20px;
        text-align: center;
    }
    .nav__links{
        list-style: none;
        position: absolute;
        right: 10px;
    }
    #cont{
        font-size: 0.9em;
        right: 82%;
        padding: 9px 25px;
        position: absolute;
        left: 3%;
    }

    .logo{
        width: 160px;
        margin-left: 50px;
        position:absolute; 
        top: 0px; 
        left: 0;
        opacity: 0;
        pointer-events: none;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
        pointer-events: none;
        opacity: 0;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
        pointer-events: none;
        opacity: 0;
    }
}
@media (max-width: 850px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 5px;
        padding: 0px 5px;
        text-align: center;

    }
    .nav__links li{
        display: inline-block;
        padding: 0px 20px;
        text-align: center;
    }
    .nav__links{
        list-style: none;
        position: absolute;
        right: 10px;
    }
    #cont{
        font-size: 0.9em;
        right: 82%;
        padding: 9px 25px;
        position: absolute;
        left: 3%;
    }
    #cont:hover{
        margin-right: -30px;
    
    }

    .logo{
        width: 160px;
        margin-left: 50px;
        position:absolute; 
        top: 0px; 
        left: 0;
        opacity: 0;
        pointer-events: none;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
        pointer-events: none;
        opacity: 0;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
        pointer-events: none;
        opacity: 0;
    }
}
@media (max-width: 720px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 0px;
        padding: 0px 5px;
        text-align: center;

    }
    .nav__links li{
        display: inline-block;
        padding: 0px 20px;
        text-align: center;
    }
    .nav__links{
        list-style: none;
        position: absolute;
        right: 10px;
    }
    #cont{
        font-size: 0.9em;
        right: 82%;
        padding: 9px 5px;
        position: absolute;
        left: 3%;
    }

    .logo{
        width: 160px;
        margin-left: 50px;
        position:absolute; 
        top: 0px; 
        left: 0;
        opacity: 0;
        pointer-events: none;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
        pointer-events: none;
        opacity: 0;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
        pointer-events: none;
        opacity: 0;
    }
}
@media (max-width: 680px) {
    .nav__links li a{
        font-size: 1em;
        margin-right: 0px;
        padding: 0px 5px;
        text-align: center;

    }
    .nav__links li{
        display: inline-block;
        padding: 0px 20px;
        text-align: center;
    }
    .nav__links{
        list-style: none;
        position: absolute;
        text-align: center;
        width: 90%;
        right: calc(50% - 45%);
    }
    #cont{
        font-size: 0.9em;
        right: 82%;
        padding: 9px 5px;
        position: absolute;
        left: 3%;
        opacity: 0;
        pointer-events: 0;
    }

    .logo{
        width: 160px;
        margin-left: 50px;
        position:absolute; 
        top: 0px; 
        left: 0;
        opacity: 0;
        pointer-events: none;
    }
    .social-links3 button{
        width: 50px;
        height: 50px;
        pointer-events: none;
        opacity: 0;
    }
    .social-links3{
        right: 0px;
        top: 35px;  
        pointer-events: none;
        opacity: 0;
    }
    #texto{
        font-size: 1em;
        bottom: 30%;
    }

}
@media (max-height: 790px) {
    .logo{
        opacity: 0;
    }
    .social-links3{
        opacity: 0;
    }
}


.wrapper1{
    width: 250px;
    height: 650px;
    position: absolute;
    top: 100px;
    text-align: center;
}

.wrapper3{
    width: 250px;
    height: 300px;
    position: absolute;
    top: 700px;
    text-align: center;
}


#EC{
    background-color: #7b5037;
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 2em;
    font-weight: 100;
    cursor: pointer;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#EC:hover{
    background-color: #c3ac82;
    transition: all .3s ease-in-out;

}
#RU:hover{
    background-color: #c3ac82;
    transition: all .3s ease-in-out;

}
#RU{
    background-color: #c1b59f;
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 2em;
    font-weight: 100;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#IN{
    background-color: #7b5037;
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 2em;
    font-weight: 100;
    letter-spacing: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#AR{
    background-color: #9d8161;
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 2em;
    font-weight: 100;
    cursor: pointer;
    transition: all .3s ease-in-out;
    letter-spacing: 5px;}
#MC{
    background-color: #c3ac82;
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 2em;
    font-weight: 100;
    cursor: pointer;
    transition: all .3s ease-in-out;
    letter-spacing: 5px;}
#HI{
    background-color: #c1b59f;
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 2em;
    font-weight: 100;
    cursor: pointer;
    transition: all .3s ease-in-out;
    letter-spacing: 5px;}

#IN:hover{
    cursor: pointer;
    background-color: aliceblue;
    color: black;
    transition: all .3s ease-in-out;
}
#AR:hover{
    cursor: pointer;
    background-color: aliceblue;
    color: black;
    transition: all .3s ease-in-out;
}
#MC:hover{
    cursor: pointer;
    background-color: aliceblue;
    color: black;
    transition: all .3s ease-in-out;
}
#HI:hover{
    cursor: pointer;
    background-color: aliceblue;
    color: black;
    transition: all .3s ease-in-out;
}


.wrapper2{
    width: 1100px;
    position: absolute;
    top: 190px;
    filter: brightness(100);
    left: calc(50% - 550px);

}
#logo{
    width: 100%;
}

.wrapper4{
    width: 80%;
    position: absolute;
    left: calc(50% - 40%);
    top: 1100px;
    border-radius: 40px;
    background-color: #9d8161a9;
    border: 2px solid white;
    overflow: hidden;
    height: 850px;
}

.figure1{
    width: 850px;
    position: absolute;
    left: calc(50% - 425px);
    border-radius: 50%;
    height: 850px;
    z-index: 1;
    box-shadow: inset 0px 39px 41px 5px rgba(0, 0, 0, 0.4);
    border: 2px solid white;
    background-color: #7b503745;
}
#TITL1{
    font-size: 3em;
    font-weight: 100;
    text-align: center;
    padding: 10px;
}
#VideoInicio{
    position: absolute;
    z-index: 2;
    width: 1000px;
    left: calc(50% - 500px);
    top: 200px;
    border-radius: 30px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.wrapper5{
    width: 100%;
    height: 600px;
    position: absolute;
    background-color: transparent;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    top: 2100px;
}
.wrapper6{
    width: 70%;
    height: 300px;
    left: calc(50% - 35%);
    position: absolute;
    background-color: rgba(255, 255, 255, 0.347);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    top: 2900px;
    border: 2px solid white;
    border-radius: 40px;
    overflow: hidden;
}

#RG{
    background-color: rgba(0, 0, 0, 0.358);
    width: 48%;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    right: 20px;
    height: 270px;
    font-size: 3em;
    font-weight: 100;
    padding-top: 95px;
    border: 2px solid white; 
    border-radius: 40px;
    top: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#RG.unactive{
    display: none;
    opacity: 0;
    pointer-events: none;
}
#RG:hover{
    background-color: transparent;
    border: none;
}
#LOG{
    background-color: transparent;
    width: 48%;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    left: 20px;
    height: 270px;
    font-size: 3em;
    font-weight: 100;
    padding-top: 95px;
    border: none; 
    border-radius: 40px;
    top: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#LOG.unactive{
    display: none;
    opacity: 0;
    pointer-events: none;
}

#EC.unactive{
    display: none;
    opacity: 0;
    pointer-events: none;
}
#RU.unactive{
    display: none;
    opacity: 0;
    pointer-events: none;
}
#logout{
    background-color: rgba(0, 0, 0, 0.321);
    width: 80%;
    position: absolute;
    left: calc(50% - 40%);
    height: 80%;
    top: calc(50% - 40%);
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 3em;
    font-weight: 100;
    padding-top: 75px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    border: 2px solid white;
}
#logout.unactive{
    display: none;
    opacity: 0;
    pointer-events: none;
}
#logout:hover{
    background-color: rgb(84, 0, 0);
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#LOG.active{
    background-color: rgba(0, 0, 0, 0.358);
    width: 48%;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    left: 20px;
    height: 270px;
    font-size: 3em;
    font-weight: 100;
    padding-top: 95px;
    border: 2px solid white; 
    border-radius: 40px;
    top: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#LOG:hover{
    background-color: transparent;
    border: none;
}


#link1{
    height: 300px;
    width: 33.3%;
    
    background-color: #A07856;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#link2{
    height: 300px;
    width: 33.3%;
    top: 0;
    position: absolute;
    left: calc(50% - 16.7%);
    background-color: #eee5d3;

            cursor: pointer;
            transition: all .3s ease-in-out;
}
#link3{
    height: 300px;
    width: 33.3%;
    top: 0;
    position: absolute;
    left: calc(50% + 16.62%);
    background-color: #e6d6be;

            cursor: pointer;
            transition: all .3s ease-in-out;
}



#link4{
    height: 300px;
    width: 33.3%;
   background-color: #AF9980;
            cursor: pointer;
            transition: all .3s ease-in-out;
}
#link5{
    height: 300px;
    width: 33.3%;
    position: absolute;
    top: 300px;
    left: calc(50% - 16.7%);
    background-color: #7A6E51;

            cursor: pointer;
            transition: all .3s ease-in-out;
}
#link6{
    height: 300px;
    width: 33.3%;
    top: 300px;
    position: absolute;
    left: calc(50% + 16.62%);
    background-color: #784c32;

            cursor: pointer;
            transition: all .3s ease-in-out;
}


#link1:hover #TITLELINK1{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease-in-out;
}

#link2:hover #TITLELINK2{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease-in-out;
}

#link3:hover #TITLELINK3{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease-in-out;
}

#link4:hover #TITLELINK4{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease-in-out;
}

#link5:hover #TITLELINK5{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease-in-out;
}

#link6:hover #TITLELINK6{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease-in-out;
}



#TITLELINK1{
   background-color: #9d8161;
   text-align: center;
   height: 100%;
   justify-content: center;
   font-size: 3.5em;
   font-weight: 100;
   padding-top: 100px;
   align-items: center;
   opacity: 0;
   pointer-events: none;
   transition: all .3s ease-in-out;
}
#TITLELINK2{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
 }
 #TITLELINK3{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
 }
 #TITLELINK4{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
 }
 #TITLELINK5{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
 }
 #TITLELINK6{
    background-color: #9d8161;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-size: 3.5em;
    font-weight: 100;
    padding-top: 100px;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
 }


 @media (max-width: 1695px){
    .wrapper3{
        width: 250px;
        height: 300px;
        position: absolute;
        top: 50px;
        right: 0;
        text-align: center;
    }
    .wrapper1{
        width: 250px;
        height: 300px;
        position: absolute;
        top: 50px;
        left: 0;
        text-align: center;
    }
    #EC{
        border-radius: 0;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;

    }
    #RU{
        border-radius: 0;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;

    }
 }
 @media (max-width: 1535px){
    .wrapper3{
        width: 250px;
        height: 300px;
        position: absolute;
        top: 25px;
        right: 0;
        text-align: center;
    }
    .wrapper1{
        width: 250px;
        height: 300px;
        position: absolute;
        top: 25px;
        left: 0;
        text-align: center;
    }
    #EC{
        border-radius: 0;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;

    }
    #RU{
        border-radius: 0;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;

    }
    .wrapper2{
        width: 65%;
        position: absolute;
        top: 260px;
        filter: brightness(100);
        left: calc(50% - 32.5%);
    }
 }
 @media (max-width: 1350px){
    #EC{
        font-size: 1.2em;
    }
    #RU{
        font-size: 1.2em;
    }
    .wrapper1{
        width: 150px;

    }
    #IN{
        font-size: 1.5em;
    }
    #AR{
        font-size: 1.5em;
    }
    #MC{
        font-size: 1.5em;
    }
    #HI{
        font-size: 1.5em;
    }
 }
 @media (max-width: 1306px){
    .wrapper4{
        width: 97%;
        left: calc(50% - 48.5%);
    }
 }
 @media (max-width: 1050px){
    .wrapper2{
        width: 80%;
        left: calc(50% - 40%);

    }
 }
 @media (max-width: 1085px){
    #VideoInicio{
        width: 80%;
        left: calc(50% - 40%);
        top: 140px;

    }
    .wrapper4{
        height: 650px;
        top: 900px;
    }
    .wrapper5{
        top: 1700px;
    }
    .wrapper6{
        top: 2400px;
    }
 }
 @media (max-width: 900px){
    #LOG{
        font-size: 2em;
        width: 40%;
    }
    #RG{
        font-size: 2em;
        background-color: transparent;
        border: none;
        width: 40%;
    }
    .wrapper6{
        top: 2400px;
    }
 }
 @media (max-width: 782px){
    .wrapper2{
        width: 90%;
        left: calc(50% - 45%);
        top: 200px;
    }
    #IN{
        font-size: 1.5em;
        padding: 7px;
    }
    #AR{
        font-size: 1.5em;
        padding: 7px;
    }
    #MC{
        font-size: 1.5em;
        padding: 7px;
    }
    #HI{
        font-size: 1.5em;
        padding: 7px;
    }
   
 }
 @media (max-width: 733px){
    .wrapper4{
        height: 500px;
    }
    .wrapper5{
        top: 1600px;
    }
 }
 @media (max-width: 715px){
    #TITL1{
        font-size: 2em;
    }
 }
 @media (max-width: 641px){
    .wrapper4{
        top: 600px;
    }
    .wrapper5{
        top: 1200px;
    }
    .wrapper6{
        top: 1900px;
    }
 }
 @media (max-width: 481px){
    .wrapper4{
        top: 600px;
    }
    .wrapper3{
        left: 0;
        width: 80%;
        top: 450px;
        left: calc(50% - 40%);
        text-align: center;

    }
    #VideoInicio{
        width: 95%;
        left: calc(50% - 47.5%);
    }
    #EC{
        width: 100%;
        padding: 10px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;

    }
    #RU{
        width: 100%;
        padding: 10px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
 }
 @media (max-width: 461px){
    .wrapper4{
        top: 600px;
    }
 ¡
    #VideoInicio{
        width: 95%;
        left: calc(50% - 47.5%);
    }
    .wrapper2{
        top: 225px;
    }
    #EC{
        padding: 10px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;

    }
    #RU{
        padding: 10px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
 }
 @media (max-width: 445px){
    .wrapper6{
        width: 95%;
        left: calc(50% - 47.5%);
    }
    #LOG{
        font-size: 1.8em;
    }
    #RG{
        font-size: 1.8em;
    }
 }
 @media (max-width: 359px){
    .wrapper4{
        height: 400px;
    }
 }
 @media (max-width: 345px){
    #logo{
        width: 100%;
    }
    .wrapper2{
        top: 260px;
    }
 }
 @media (max-width: 291px){
    #TITL1{
        font-size: 1.2em;
    }
 }

 #loginIcon{
    cursor: pointer;
 }
 #loginIcon:hover{
    cursor: pointer;
 }


.wrapper{
    position: fixed;
    bottom: 50px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    z-index: 10000;
    transition: right .3s ease;
}
.wrapper.show{
    right: 20px;
}
.wrapper header{
    display: flex;
    align-items: center;
    column-gap: 15px;

}
header i{
    color: black;
    font-size: 32px;

}
header h2{
    color: black;
    font-weight: 500;
    
}
.wrapper .data{
    margin-top: 16px;
}
.wrapper .data p{
    color: black;
    font-size: 16px;

}
.data p a{
    color: #9d8161;
    text-decoration: none;
}
.data p a:hover{
    text-decoration: underline;
}
.wrapper .buttons{
    margin-top: 16px;

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.buttons .button{
    border: none;
    cursor: pointer;
    color: white;
    width: calc(100%);
    padding: 8px 0;
    border-radius: 4px;
    background: #9d8161;
    transition: all .2s ease;
}
.buttons .button:hover{
    background-color: #7b5037;
}