html { height: 100% }

.p-t-10 {padding-top:10px;}
.p-t-20 {padding-top:20px;}
.p-t-30 {padding-top:30px;}
.p-t-40 {padding-top:40px;}
.p-t-50 {padding-top:50px;}

.p-b-10 {padding-bottom:10px;}
.p-b-20 {padding-bottom:20px;}
.p-b-30 {padding-bottom:30px;}
.p-b-40 {padding-bottom:40px;}
.p-b-50 {padding-bottom:50px;}
.p-b-60 {padding-bottom:60px;}

body{
    font-family: Arial, Helvetica, sans-serif;
    height: 100%; margin: 0; padding: 0 
}

#map_canvas { height: 100% }


.p-t-50 {padding-top:50px;}

/* Optional: Makes the sample page fill the window. */
/*html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}*/

.oficinas{
    text-align: center;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    font-weight: 800;
    color:#ef8011 !important;
}

h2 {
    font-family: 'Raleway', sans-serif;
    background-color:rgba(26,38,58,1);
    padding: 10px 0 10px;
    font-size: 1em;
    font-weight: 800;

}

.mapa-deforest{
    width:100%; height:400px;
}

.oficinas-direcciones {
    margin-top:40px;
}


.c-blanco{
    color: rgba(255,255,255,1);
}