*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    background-image: url('IMAGES/FinishedFiles/3d/LOGOCMW3d2.jpg');

            /* Full height */
            height: 100%; 

            /* Center and scale the image nicely */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;

            /* Add the fixed property */
            background-attachment: fixed;
}
#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: 1;
    pointer-events: all;
}
#loginIcon{
    cursor: pointer;
}
.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;

}

.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;
    }
}


.titulo{
    height: 200px;
    position: absolute;
    width: 100%;
    top: 150px;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: default;
}
#titulo{
    color: white;
    font-weight: 100;
    cursor: default;
}
#subtitulo{
    margin-top: 30px;
    color: white;
    font-weight: 100;
    font-size: 2em;
    cursor: default;
}

.wrapper1{
    position: absolute;
    width: 100%;
    height: 700px;
    overflow: hidden;
    top: 300px;
    cursor: default;
}
.wrapper2{
    position: absolute;
    width: 100%;
    height: 700px;
    top: 1000px;
    cursor: default;
}
.fotomain{
     background-color: rgb(178, 216, 204);
     width: 20%;
     height: 600px;
     position: absolute;
     bottom: 0; 
     border-radius: 10px;
     right: calc(50% - 35%);
}
.fotomain2{
    background-color: rgb(209, 198, 156);
    width: 20%;
    height: 600px;
    position: absolute;
    bottom: 0; 
    border-radius: 10px;
    left: calc(50% - 40%);
}
#fotopersona1{
    width: 108%;
    position: absolute;
    bottom: 0;
    cursor: default;
}
#id{
    background-color: rgb(237, 237, 237);
    width: 40%;
    margin-top: 10px;
    text-align: center;
    margin-left: 15px;
    margin-top: 15px;
    padding: 5px;
    color: rgb(0, 0, 41);
    border-radius: 5px;

}

.textmain{
    width: 50%;
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.29);
    color: white;
    bottom: 0;
    height: 600px;
    left: calc(50% - 25% - 15%);
    position: absolute;
    overflow: auto;
}
.textmain2{
    width: 50%;
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.29);
    color: white;
     bottom: 0;
    height: 600px;
    right: calc(50% - 35%);
    position: absolute;
    overflow: auto;
}
#exp{
    font-weight: 100;
}
@media (max-width: 1790px) {
    .fotomain{
        background-color: rgba(178, 216, 204, 0);
        width: 20%;
        height: 600px;
        position: absolute;
        bottom: 0; 
        border-radius: 10px;
        right: calc(50% - 35%);
   }
   .fotomain2{
       background-color: rgba(209, 198, 156, 0);
       width: 20%;
       height: 600px;
       position: absolute;
       bottom: 0; 
       border-radius: 10px;
       left: calc(50% - 40%);
   } 
   #fotopersona1{
    width: 130%;
    position: absolute;
    bottom: 0;
    cursor: default;
}
}
@media (max-width: 1500px) {
    .fotomain{
        background-color: rgba(178, 216, 204, 0);
        width: 20%;
        height: 600px;
        position: absolute;
        bottom: 0; 
        border-radius: 10px;
        right: calc(50% - 35%);
   }
   .fotomain2{
       background-color: rgba(209, 198, 156, 0);
       width: 20%;
       height: 600px;
       position: absolute;
       bottom: 0; 
       border-radius: 10px;
       left: calc(50% - 40%);
   } 
   #fotopersona1{
    width: 170%;
    position: absolute;
    bottom: 0;
    cursor: default;
}
.textmain2{
    width: 50%;
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.29);
    color: white;
     bottom: 0;
    height: 600px;
    right: calc(50% - 45%);
    position: absolute;
    overflow: auto;
}
}

@media (max-width: 1200px) {
    .fotomain{
        display: none;
        pointer-events: none;
        opacity: 0;
    }
    .fotomain2{
        display: none;
        pointer-events: none;
        opacity: 0;
    }
    .textmain2{
        width: 90%;
        backdrop-filter: blur(10px);
        padding: 15px;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 0.29);
        color: white;
         bottom: 0;
        height: 600px;
        right: calc(50% - 45%);
        position: absolute;
        overflow: auto;
}
.textmain{
    width: 90%;
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.29);
    color: white;
     bottom: 0;
    height: 600px;
    left: calc(50% - 45%);
    position: absolute;
    overflow: auto;
}
}

