.contactos_onde_estamos{
    border-right: solid 1px var(--lightgrey);
    padding-right: 50px;
}

.contactos_contactos{
    padding-left: 50px;
}

h1,
.h1 {
  font-size: 24px !important;
  line-height: 34px !important;

}
 
h3,
.h3 {
  font-size: 18px !important;
  line-height: 28px !important;
}
p,
.p {
  font-size: 14px !important;
}





@media (max-width: 1200px) {
    .contactos_onde_estamos{
        border: none;
    }
    
    .contactos_contactos{
        padding-left: 0;
    }
}



/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  height: auto;
  float: left;
  border: 5px transparent solid;
}

.grid-item--width1 { width:  20%; }
.grid-item--width2 { width:  40%; }
.grid-item--width3 { width:  60%; }
.grid-item--width4 { width:  100%; }

.grid-item--height2 { height: auto; }
.grid-item--height3 { height: auto; }
.grid-item--height4 { height: auto; }


@media (max-width: 720px) {    
    .grid-item--width1 { width:  100%; }
    .grid-item--width2 { width:  100%; }
    .grid-item--width3 { width:  100%; }
    .grid-item--width4 { width:  100%; }    
}

