*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}
.hero{
    width: 100%;
    height: 190vh;
    background-image: linear-gradient(rgba(0,0,0,0.9), #9d81619a), url(IMAGES/FinishedFiles/3d/LOGOCMW3d4.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    top: -0.5%;
    z-index: -1;

}
.wrapform{
 position: absolute;
 width: 60%;
 left: calc(50% - 30%);
 text-align: center;
 align-items: center;
 justify-content: center;
 top: 25%;
padding: 9px;
border-radius: 25px;
}



html{
    scroll-behavior: smooth;
}

body{
    background-image: url(IMAGES/3d/Background/001.png);
}

li, a, button{
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

#BGGENERAL{
    position: absolute;
    width: 100%;
    top: 100vh;
    z-index: -1;
    border-top-left-radius: 50px;
    box-shadow: black 0px -5px 60px;
    border-top-right-radius: 50px;

}



#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);

}

.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: #ffca8e;
    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;
}
.social-links4{
    display: block;    
}
.social-links4{
    position: absolute;
    display: flex;
    left: 10px;
    top: 30px;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 15px;
    transition: transform .5s ease 0s;
    
}
.social-links4 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 0.5s;
}
.social-links4 button .fa-solid{
    margin-top: -9px;
    font-size: 20px;
    line-height: 80px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: color .5s;
}
.social-links4 button::after{
    content: '';
    width: 60px;
    height: 60px;
    top: -70px;
    left: 0;
    background: linear-gradient(-45deg, rgb(255, 255, 255), #9d8161);
    position: absolute;
    transition: 0.7s;

}
.social-links4 button:hover::after{
    top: 0;
}
.social-links4 button:hover .fab-brands{
    color: white;
}
.social-links4 button:hover{
    transform: translateY(-10px);
}

#videoini{
    width: 100%;
}

#fondologog{
    content: '';
    width: 18%;
    height: 250px;
    background-color: #9d8161;
    position: fixed;
    left: calc(50% - 9%);
    z-index: 90;
    top: -80px;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    transition: all .7s ease;
    display: none;

}

#fondologog.scrolled{
    content: '';
    width: 15%;
    height: 250px;
    background-color: #c1b59f;
    position: fixed;
    left: calc(50% - 7.5%);
    z-index: 90;
    top: -130px;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;

}

#Logoinicio{
    z-index: 200;
    position: absolute;
    top: 0;
    width: 50%;
    left: calc(50% - 25%);
    top: 15%;
    filter: saturate(.7);

}

#videoini{
    position: fixed;
    z-index: -2;
}

#deco1{
    height: 15px;
    position: fixed;
    width: 100%;
    background-color: #7b5037;
    opacity: 1;
    transition: all .7s ease;
    z-index: 1000;
}

#deco2{
    height: 45px;
    position: absolute;
    width: 7.7%;
    top: 120px;
    background-color: #9d8161;
    opacity: 1;
    z-index: -1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    transform: translateX(-30px);
    transition: all .4s ease-in-out;

}

#deco2.active{
    height: 45px;
    position: absolute;
    width: 7.7%;
    top: 120px;
    background-color: #9d8161;
    opacity: 1;
    z-index: -1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    transform: translateX(0px);
    transition: all .3s ease-in-out;


}

#deco3{
    height: 45px;
    position: absolute;
    width: 8.15%;
    top: 220px;
    background-color: #9d8161;
    opacity: 1;
    z-index: -1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    transform: translateX(-30px);
    transition: all .4s ease-in-out;
}

#deco3.active{
    height: 45px;
    position: absolute;
    width: 8.15%;
    top: 220px;
    background-color: #9d8161;
    opacity: 1;
    z-index: -1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    transform: translateX(0px);
    transition: all .3s ease-in-out;
}

#deco4{
    height: 45px;
    position: absolute;
    width: 9.2%;
    top: 420px;
    background-color: #9d8161;
    opacity: 1;
    transition: all .4s ease-in-out;
    z-index: -1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    transform: translateX(-30px);
}

#deco4.active{
    height: 45px;
    position: absolute;
    width: 9.2%;
    top: 420px;
    background-color: #9d8161;
    opacity: 1;
    transition: all .3s ease-in-out;
    z-index: -1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    transform: translateX(0px);
}

#deco5{
    height: 45px;
    position: absolute;
    width: 12.45%;
    top: 320px;
    background-color: #9d8161;
    opacity: 1;
    transition: all .4s ease-in-out;
    z-index: -1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    transform: translateX(-30px);
}

#deco5.active{
    height: 45px;
    position: absolute;
    width: 12.45%;
    top: 320px;
    background-color: #9d8161;
    opacity: 1;
    transition: all .3s ease-in-out;
    z-index: -1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    transform: translateX(0px);
}

.social-linkarrow{
    display: block;
    position: absolute;
    margin-top: 900px;
    justify-content: center;
    margin-right: 20px;
    left: calc(50% - 35px);
    margin-bottom: 15px;
    z-index: 1000;
    transition: all 0.5s ease;
}

.social-linkarrow button{
    width: 70px;
    height: 70px;
    text-align: center;
    text-decoration: none;
    color: white;
    box-shadow: 0 0 10px 5px rgba(33, 31, 31, 0.336);
    outline: none;
    background: rgba(255, 255, 255, 0.444);
    border: 0px solid black;
    margin: 0 30px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
}

.social-linkarrow button .fa-solid{
    margin-top: -5px;
    font-size: 40px;
    line-height: 80px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: white;
    transition: color .5s;
}

.social-linkarrow button::after{
    content: '';
    width: 70px;
    height: 70px;
    top: -70px;
    left: 0;
    background: linear-gradient(-45deg, #9d8161, #7b5037);
    position: absolute;
    transition: 0.7s;
}

.social-linkarrow button:hover::after{
    top: 0;
}

.social-linkarrow button:hover .fab-brands{
    color:white;
}

.social-linkarrow button:hover{
    transform: translateY(-10px);
}

#btn_recaptcha{
    display: none;
}

#deco1.active{
    height: 15px;
    position: fixed;
    width: 100%;
    background-color: #7b5037;
    opacity: 0;
    transition: all .7s ease;

}

#InicioLink1{
    position: absolute;
    top: 100px;
    left: 0px;
    transition: all .4s ease;
}

#InicioLink1 a{
    font-size: 40px;
    font-weight: 100;
    background-color: #7b5037;
    padding: 5px;
    padding-left: 20px;
    padding-right: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 20px;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

#InicioLink1 a:hover{
    color: white;
    background-color: #c1b59f;
    margin-left: 0px;
    padding-left: 50px;
    transition: all 0.3s ease-in-out;
}

#TemasLink1{
    position: absolute;
    top: 200px;
    left: 0px;
    transition: all .4s ease;
}

#CursosLink1{
    position: absolute;
    top: 400px;
    transition: all .4s ease;
    left: 0px;
}

#HistoriaLink1{
    position: absolute;
    top: 500px;
    transition: all .4s ease;
    left: 0px;
}

#RevisionesLink1{
    position: absolute;
    top: 300px;
    transition: all .4s ease;
    left: 0px;
}

#ContactaLink1{
    position: absolute;
    top: 600px;
    transition: all .4s ease;
    left: 0px;
}

#TemasLink1 a{
        font-size: 40px;
        font-weight: 100;
        background-color: #7b5037;
        padding: 5px;
        padding-left: 20px;
        padding-right: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 20px;
        text-decoration: none;
        transition: all .4s ease-in-out;
}

#CursosLink1 a{
        font-size: 40px;
        font-weight: 100;
        background-color: #7b5037;
        padding: 5px;
        padding-left: 20px;
        padding-right: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 20px;
        text-decoration: none;
        transition: all .4s ease-in-out;
}

#ContactaLink1 a{
        font-size: 40px;
        font-weight: 100;
        background-color: #7b5037a1;
        padding: 5px;
        padding-left: 20px;
        padding-right: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 20px;
        text-decoration: none;
        transition: all .4s ease-in-out;
}

#HistoriaLink1 a{
        font-size: 40px;
        font-weight: 100;
        background-color: #7b5037a1;
        padding: 5px;
        padding-left: 20px;
        padding-right: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 20px;
        text-decoration: none;
        transition: all .4s ease-in-out;
}

#RevisionesLink1 a{
        font-size: 40px;
        font-weight: 100;
        background-color: #7b5037;
        padding: 5px;
        padding-left: 20px;
        padding-right: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 20px;
        text-decoration: none;
        transition: all .4s ease-in-out;
}

#TemasLink1 a:hover{
        color: white;
        background-color: #c1b59f;
        margin-left: 0px;
        padding-left: 50px;
        transition: all 0.3s ease-in-out;
}

#CursosLink1 a:hover{
        color: white;
        margin-left: 0px;
        padding-left: 50px;
        transition: all 0.3s ease-in-out;
        background-color: #c1b59f;

}

#HistoriaLink1 a:hover{
        color: white;
        margin-left: 0px;
        padding-left: 50px;
        transition: all 0.3s ease-in-out;
        background-color: #c1b59f;

}

#RevisionesLink1 a:hover{
        color: white;
        margin-left: 0px;
        padding-left: 50px;
        transition: all 0.3s ease-in-out;
        background-color: #c1b59f;

    
}

#ContactaLink1 a:hover{
        color: white;
        margin-left: 0px;
        padding-left: 50px;
        transition: all 0.3s ease-in-out;
        background-color: #c1b59f;

}


#AsociadosLink1{
    position: absolute;
    top: 700px;
    left: 0px;
    transition: all .4s ease;
}

#AsociadosLink1 a{
    font-size: 40px;
    font-weight: 100;
    background-color: #7b5037a1;
    padding: 5px;
    padding-left: 20px;
    padding-right: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 20px;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

#AsociadosLink1 a:hover{
    color: white;
    margin-left: 0px;
    padding-left: 50px;
    transition: all 0.3s ease-in-out;
    background-color: #c1b59f;
}

#RG{
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 800px;
    left: calc(50% + 230px);
    padding: 20px;
    border-radius: 20px;
    color: white;
    z-index: 1000;
    transition: all .9s ease;
    backdrop-filter: blur(90px);
    border-radius: 100px;

}

#RG:hover{
    cursor: pointer;
    background-color: #c1b59f;
    letter-spacing: 5px;
    transition: all .9s ease;
    color: white;
    transform: translateX(-40px);
}

#EAT{
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 800px;
    right: calc(50% + 200px);
    padding: 20px;
    color: white;
    z-index: 1000;
    transition: all .9s ease;
    backdrop-filter: blur(20px);
    border-radius: 100px;
}

#EAT:hover{
    cursor: pointer;
    background-color: #c1b59f;
    letter-spacing: 5px;
    transition: all .9s ease;
    color: white;
    transform: translateX(+40px);

}


input, textarea, select{
    width: 100%;
    padding: 20px ;
    outline: 0;
    color: #fff;
    border: 2px solid white;
    background: rgba(0, 0, 0, 0.216);
    font-size: 15px; 
    border-radius: 25px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;

}

.wrapform{
    background-color: rgba(255, 255, 255, 0.157);
    border: 1px solid white;
    top: 20%;
}
select:focus{
    background-color: #7b5037;
}
label{
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    color: #ffffff;
    cursor: text;
    transition: 0.2s;
    width: 100%;

}
#Enviar{
    padding: 20px;
    color: #fff;
    outline: none;
    outline: none;
    border: 2px solid white;
    background: transparent;
    border-radius: 25px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    transition: .6s ease;
    background-color: #9d81617e;
}
#Enviar:hover{
    background-color: #9d8161;
    border: 2px solid white;
    box-shadow: none;
    outline: none;
    border-radius: 40px;



}

@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{
        backdrop-filter: blur(100px);

    }
}
@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;
    }
}
@media (max-width: 700px) {
   .wrapform{
    width: 90%;
    left: calc(50% - 45%);
   }
   
input, textarea, select{
    width: 100%;
    padding: 10px ;
    outline: 0;
    color: #fff;
    box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.1), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    background: transparent;
    font-size: 15px; 
    border-radius: 25px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;

}
}
@media (max-height: 496px) {
   .hero{
    height: 350vh;
   }
  
}


