
.map_foot2 {
    border-radius: 15px;  
    border: none;
    width:100%;
    height:600px;
}

.contprinc {
    margin-bottom: 80px;
}

.contcontainer {
    background: #f6f6f6;
    /* padding: 20px; */
}

.contac {
    padding: 30px;
}

.contac h1 {
    font-family: titulo3;
    font-weight: 700;
    text-align: center;
    font-size: 3rem;
    color: #1E3C79;
    padding-bottom: 20px;
}

.contac p {
    font-family: titulo2;
    /* font-size: 3rem; */
    color: #5b5b5b;
    padding-bottom: 15px;
}

.fromcontrol label {
    font-family: titulo1;
    color: #5b5b5b;
}

.ini_btn{
    font-family:titulo3;
    background: #cb382a;
}

@media(max-width:600px){
    .map_foot2{
        border-radius: 15px;  
    border: none;
    width:100%;
    height:300px;
    }
}