body {
    margin: 0;
}

#wrapper {
    text-align: center;
    color: #7F7150;
    font-family: 'Nexa';
    min-width: 100%;
    display: block;
    margin: 0 auto;
}

#header {
    height: 150px;
    background: #2a2416;
    display: inline-block;
    min-width: 100%;
    text-align:center;
}

#header .logo{
    margin-top: 40px;
}

#header span{
    margin-top: 20px;
    font-size: 60px;
    color: white;
}

#header a{
    font-size: 20px;
    font-family: 'Nexa';
}

#header a:hover{
    color: #ffffff;
    text-decoration:none;
}

.wrapper{
    font-family: 'Nexa';
    text-align: justify;
    color: #7F7150;
}

.wrapper h1{
    text-align: center;
    font-size: 25px;
}

.wrapper .content{
    margin-top: 50px;
    font-size: 16px;
}

.wrapper .content a:hover{
    text-decoration: none;
    color:#3c372d;
}

.footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    font-size:50px;
    left:0;
}

.footer ul li{
    display: inline-block;
}

.footer a:hover{
    color:#7F7150;
    text-decoration: none;
}
body .formulario{
    margin-top: 30px;
}

ul{
    list-style: none;
}
.no-margin{
    margin:0!important;
}

form input{
    border: 1px solid #DAC697;
}

#archivo{
    padding: 5px;
    width:100%;
}

.wrapper .form{
    margin-top: 30px;
    font-size: 16px;
}

.submit{
    margin-top: 20px;
}




.form_wrapper {
    width: 800px;
    text-align: justify;
    margin: 0 auto;
}

a:link {
    color: #7F7150;
    text-decoration: none;
}

a:visited {
    color: #7F7150;
}

#footer .vir, #footer .five, #footer .tlh, #footer .sign {
    background: url('../media/certificaciones-vr.png');
    float: left;
    height: 32px;
    margin: 25px 40px 25px 0;
}

#footer .vir {
    width: 104px;
    background-position: 0 57px;
    height: 63px;
}

#footer .five {
    width: 83px;
    background-position: -140px 57px;
    height: 57px;
}

#footer .tlh {
    width: 120px;
    background-position: -257px 57px;
    height: 57px;
    margin-right: -1px;
}

#footer .sign {
    width: 171px;
    background-position: -389px 57px;
    height: 57px;
}

#wrap {
    width: 598px;
    margin: 0 auto;
}

a.link-agreement{
    text-decoration: underline;
    color: black;
    font-weight: 900
}

@media (max-height:950px) {
    .footer{
        position:relative;
        margin-top:30px;
        font-size: 35px;
    }

    .no-margin{
        margin:20px 0!important;
    }
}

.form-modal{
    width: 100%;
    display: flex !important;
    margin-left: 10%;
    }
    
    .divmodal{
        margin-right: 20%;
    }
    
    .divcorreo{
        width: 100% !important;
        margin-left: 0%;
    }

    .espacio{
        margin-bottom: 3% !important;
    }
    
/* controla la alerta que sale al darle al boton de enviar */
.toast-top-center { 
    top: 20%; 
    left: 80%; 
    margin-left: -150px; 
} 
@media all and (max-width: 240px) { 
    .toast-top-center { 
        margin-left: -54px; 
    } 
} 
@media all and (min-width: 241px) and (max-width: 320px) { 
    .toast-top-center { 
        margin-left: -64px; 
    } 
} 
@media all and (min-width: 321px) and (max-width: 480px) { 
    .toast-top-center { 
        margin-left: -96px; 
    } 
}