@media only screen and (max-width: 600px) {




/* CONTACT_BLOCK */
.contact{
    margin: 5% 8%;
}
.contact .contact_title {
    color: #18377A;
}
.contact .contact_title h1{
    text-align: center;
    font-size: 18pt;
}
.contact .contact_title h2{
    text-align: center;
    font-size: 11pt;
    font-weight: 500;
}
.contact_box_1{
    display: none;
}


/*FORMULARIO ---------------------------------------*/
.contact_box_2{
    margin: 5% 0;
}
.contact_box_2 form div{
    margin: 3% 0;
    display: flex;
    justify-content: center;
}
::placeholder{
    text-align: left;
    color: #a6a6a6;
    font-weight: 500;
    font-size: 12pt;
}
.contact_box_2 form div input{
    width: 100%;
    height: 20px;
    padding: 17px 25px;
    background-color: #e6e6e6;;
    border: none;
}
.contact_box_2 form div textarea{
    width: 100%;
    height: 70px;
    padding: 10px 25px;
    border-radius: 25px;
    background-color:#e6e6e6;
    border: none;
}
.contact_box_2 form button{
    width: 200px;
    height: 45px;
    padding: 0;margin-top: 10px;            
    font-size: 20px;
    border-radius:  30px;
    font-weight: bold;
    background-color: #18377A;
    border: 0 solid;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.contact_box_2 form a{
    text-decoration: none;
    color: #fff;
}
.contact_box_2 form div button:hover{
    background-color: #09BB1B;
    color: #fff;
}




.contact_box_3{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #18377A;

}
.info_box{
    margin-top: 5%;
}
.info_box h3{
    text-align: center;
}
.tel_box p,
.info_box p{
    text-decoration: none;
    color: #18377A;
}
}