html{
    font-size: 62.5%;
    border-radius: border-box;
    font-family: Arial, Helvetica, sans-serif;

}
*,*:after, *:before{
    box-sizing: inherit;
}
body{
    position: relative;
    font-size: 1.6rem;
    margin: 0;


}
.nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #050505;
    height: 64px;
    width: 100%;
    gap: 50%;
    padding: 0 1rem;
    position: fixed;
    z-index: 4;


}
@media(min-width:998px){
    .nav{
        height: 75px;
    }
}
.es{
    background-color: #050505;
    color: #fff;
    border-color: #050505;
    width: 5rem;
    font-size: 1.5rem;
}
.es:active{
  border-color: #050505;
}
option{
    background-color: #fff;
    color: #050505;
}
.cont{
    display: flex;

}
.cont-left{
    display: none;

}
@media(min-width:998px){
    .cont-left{
        display: block;
        flex-grow: 1;
        width: 100%;
        margin-top: 75px;

    }
}
.cont-left img{

    width: 100%;
    position: fixed;
    width: 50%;



}

.cont-right{
    display: flex;
    justify-content: center;
    margin-top: 75px;
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: .1;
}
.cont-right2{
    display: flex;
    justify-content: center;
    margin-top: 75px;
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
}
.cont-right3{
    /* display: flex; */
    /* justify-content: center; */
    margin-top: 75px;
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: .1;

}
.cont-top{
    margin-top: 7rem;
}
.cont-top img {
    width: 100%;
}
@media(min-width: 998px){
   .cont-top img{
    width: auto;
   }
}
#myform{
   width: 80%;
   margin: 0 auto;
   /* background-color: #050505; */
}
@media(min-width:998px){
    #myform{
        width: 70%;
    }
}
.mail{
    margin-top: 3rem;
    margin-left: 1rem;
}
.user{
    display: flex;
    justify-content: center;
}
.user input{
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 2px;
    border: 1px solid #868686;

}
@media(min-width:768px){
    .user input{
        width: 95%;
        height: 50px;
        font-size: 1.5rem;

    }
}
.user input:focus{
    outline: #dae8fd 4px solid;
    border: 1px solid #050505;
}
.user input::placeholder{
  padding: 1rem;
}

.cont-ingre{
    margin-left: 1rem;
    margin-top: 1rem;
}
.sub{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.sub input{
    width: 100%;
    height: 4rem;
    border-radius: 25px;
    background-color: #edeee7;
    border: 1px solid #edeee7;
    color: #868686;
    font-size: 15px;
    font-weight: 700;
}
.olvi{
    color: #488af7;;
    display: block;
    margin-top: 2rem;
    margin-left: 1rem;

}
.aun{
    color: #050505;
    font-size: 14px;
    margin-top: 3rem;
    margin-left: 1rem;
}
.aun a{
    color: #050505;
    font-size: 14px;
}
.app{
    width: 100%;
    margin-top: 5rem;
    margin-left: 1rem;
    margin-bottom: 3rem;
}
.wh{
    position: fixed;
    right: 0px;
    bottom: 2rem;
}
.cont-icons{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    gap: 2rem;
}
.segu{
    margin-top: 3rem;
    margin-left: 1rem;
    font-size: 1.2rem;
    color: #050505;

}
[type="submit"]:hover{
   cursor: pointer;
}
.cont-white{
    position: absolute;
    background-color: #ffffffce;
    width: 100%;
    height: 100vh;
    z-index: 9;
    top: 0px;
    right: 0px;
    left: 0px;
}
.sincro{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #050505;
}
.text-i{
    display: flex;
    margin: 4rem;
    
}
.text-fi{
    margin-left: 2rem;
}
.text-fi p{
    font-size: 1.6rem;
    font-weight: 700;
}
.chau{
    margin-left: 2rem;
    margin-top: 4rem;
}
.iu{
    margin-top: 4rem;
}
@media(min-width:768px){
    .movil{
       display: none;
    }
}
.desktop{
    display: none;
}
@media(min-width:768px){
    .desktop{
        display: block;
        margin-top: 10rem;
    }
}

