
h2{font-size: 3em; color:#333;}
.contacto .fila_datos { display:grid; grid-template-columns: 60px auto; align-items:flex-start; font-size: 1.05em; font-weight: 400; padding-bottom: 20px;}
.icon{ text-align: center;
    font-size: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    border-radius: 100%;}

.contacto .fila_datos span{ font-size: 0.8em; font-weight: 300;}
.contacto .formulario{
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);
    padding: 65px 50px 70px 50px;
    border-radius: 30px;
}

.primera_capa {
    margin-top: 20px;
    font-size: 11px;
    background-color:#f2f2f2;
    padding: 5px;
}

.primera_capa h3 {
    font-size: 13px;
}

.primera_capa .tabla {
    margin-top: 5px;
  
}

.primera_capa .row > div {
    padding: 5px;
}

.marker {
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .relleno_bloques{ padding: 30px 10px;}
    .contacto h2, .formulario h2{font-size: 1.3em;}


}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .formulario {        padding: 40px 20px;    }
    .zona_contacto h2{font-size: 2em;}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  

}

@media (min-width: 1200px) and (max-width: 1900px) {






}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1901px) {}
