


.navbar1{
    display: flex;
    align-items: center;
    padding: 20px;
    margin-left: 8%;
    color:#393C3E;
    font-weight: 300;
    font-family: 'Montserrat';
    font-size: 18px;
    margin-bottom: 30px;
}

.instrucciones{
    padding-top: 46px;
    margin-left: 10%;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
}


.formulario{
   display: flex;
   margin: 0 auto;
   margin-top: 15px;
   vertical-align: middle;
   
}

.entrada-datos{
    
    width: 30%;
    line-height: 12px;
}
input{
    width: 100%;
    height: 39px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 5%;
    color: #000000;
}
label{
    width: 15%;
    margin-left: 16%;
    text-align: right;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #404041;
    }
.g-recaptcha{
    margin-left: 28%;
}

.limpiar{
    width:140px;
    background-color: white;
    height: 50px;
    border: 2px solid #8a8c8b;
    color: #8a8c8b;
    margin-left: -5%;
}

.limpiar:hover{
    background-color: #8a8c8b;
    color: white;
}
.enviar{
    width:140px;
    background-color: white;
    height: 50px;
    border: 2px solid #611232;
    font-size: 14px;
    color: #611232;
    margin-left: 6%;
}
.enviar:hover{
    background-color: #611232;
    color: white;
}

.botones{
    margin-left: 50%;
    margin-bottom: 30px;
}

.aviso-privacidad{
    margin-top: 40px;
    background-color: #d9edf7;
    width: 80%;
    height: 350px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    font-size: 'Montserrat';
}

.aviso-privacidad p{
 margin-top: 18px;
}
.cont{
    text-align: center;
    width: 92%;
    margin: 0 auto;
    font-size: 18px;
    margin-top: -10px;
    color: #6d9cb4;
    font-weight: 400;
}
.cont a{
    color: #12c;
}
input{
    font-size: 15px;
    font-family: 'Montserrat';
}

.formato{
    width: 79%;
    height: 50px;
    border: 2px;
    border-style: solid;
    border-color: #77213b;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    color: #7b7676;
    background-color: #f2dede;
    vertical-align:middle;
    margin-bottom: 30px;
}



@media (max-width: 600px){

    .navbar1{
        display: flex;
        align-items: center;
        padding: 20px;
        color:#393C3E;
        font-weight: 300;
        font-family: 'Montserrat';
        font-size: 15px;
        margin-bottom: 30px;
    }

    .g-recaptcha{
        margin-left: 5%;
    }

    .aviso-privacidad{
        height: auto;
    }
    .cont{
        font-size: 18px;
    }
    .cont a{
        width: 10%;
    }

    .formulario label{
       
            width: 40%;
            font-size: 17px;
            margin-left: -1%;
            font-family: 'Montserrat';
            font-weight: bold;
            color: #404041;
            
    }
    .entrada-datos input{
        width: 170%;
            height: 39px;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-left: 1%;
            color: #000000;

    }
}