.datos_cont {
    margin-bottom: 3.125em;
    margin-top:3.125em;
    text-align: center;

}
.datos_cont a{color:#666;}
.datos_cont a:hover{color:#000;}
.icono i {

    font-size:3.125em;
    color: #ddd;
    text-shadow: -1px 0 #666, 1px 0 #666, 0 1px #666, 0 -1px #666;
   

}
.titulo_dato {

    text-transform: uppercase;
    color: #000;
    font-size: 1.6em;
    margin-bottom:  1.25em;
    font-weight: 700;

}
.formulario h2{ color:#000; text-transform: uppercase; text-align: center; padding-bottom: 20px;}
.formulario .politica{font-size:0.75em; color:#666; }
.zona_boton{text-align: center;}
.btn-primary {    font-size: 1.1em; padding-left: 20px; padding-right: 20px;}

.marker {
    background-image: url('/assets/img/mapbox-icon.png');
    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) { 
    .datos_cont {    margin-bottom: 0.5em;}
    .titulo_dato {    font-size: 1.2em;    margin-bottom: 0.2em;}
    .datos_cont {      margin-top: 1.2em;}
}

/* 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) { 
   
}

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

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

}
