.barra_nav__contact{
    background: #fba919;
    margin: 0;
    
}

.barra_nav__contact h4{
    margin: 0;
    padding: 10px;
    color: #fff;
    
}

.div__contacto{
    padding: 10px;
    border: 1px solid #fba919;
    border-radius: 5px;
    width: 80%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
}
.div__contacto fomr{
    
    margin: auto;
}

.div__contacto input , textarea{
    width: 100%;
    margin-bottom: 5px;
    
}

.div__contacto textarea{
    color: #000;
    padding: 10px;
    height: 100px;
    max-height: 100px;
    min-height: 100px; 
    min-width: 100%;
    max-width: 100%;
    
    
    
}

/*-----------------Estilos de las respuestas-----------------*/


.div__respuesta{
    height: 200px;
    width: 80%;
    max-width: 400px;
    margin: 10px auto;
    padding: 5% 10px;
    border: 1px solid #fba919;
    border-radius: 5px;
    justify-content:center;
    
}


.div__respuesta h3{
    text-align: center;
    margin: auto;
    display: block;
    
}

.link__error{
    text-align: center;
    border: 1px solid #fba919;
    margin: 10px auto;
    display: block;
}

.div__respuesta a{
    border-radius: 5px;
    padding: 10px;
    background: #fba919;
    width: 50%;
    color: #fff;
    
}

.div__respuesta a:hover{
    border: 1px solid #fba919;
    
    color: #fba919;
    background: #fff;
    cursor: pointer;
}

.div__respuesta p{
    margin: auto;
    text-align: justify;
    
}


.rojo{
    color: red;
}

.verde{
    color: green;
}