#cabecero_in{
    background-image: url(../img/cabecero_contacto.jpg);
    background-repeat:no-repeat;
    background-position: center top;
    padding-top: 72px;
    padding-bottom: 50px;
    height: 350px; /* quitar al programar*/
}

#mapa{
    width: 100%;
    height: 400px;
}
.tel_cab{   font-family: 'pt_sansbold'; letter-spacing: -1px!important;}

.fondo_contacto {
    background-color: #eee;
}
.caja_text .form-control {
    background-color: #E9E9E9;
    border: medium none;
    font-family: 'ralewaysemibold';
    font-size: 14px !important;
    height: 40px;
    margin-top: 10px;
    text-transform: uppercase;
}
.caja_text_h .form-control {
    background-color: #E9E9E9;
    border: medium none;
    font-family: 'ralewaysemibold';
    font-size: 14px !important;
    height: 40px;
    text-transform: uppercase;
}

.bajotexto {
    color: #999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    font-style: italic;
    line-height: 32px;
}
.form_contacto {
    padding: 10px 20px 30px;
}
.texto_raya {    
    font-size: 15px;
    padding-bottom: 20px;
}
.separador {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100px;
}
.zona_consulta textarea {
    background-color: #E9E9E9;
    border: medium none;
    font-family: 'ralewaysemibold';
    font-size: 14px !important;
    height: 200px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}
.titular_datos {
    color: #3994C8;
    font-family: 'ralewaysemibold';
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.titular_form {
    color: #333;
    font-family: 'ralewaysemibold';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}
.icono_cont {
    color: #ccc;
    font-size: 40px;
    text-align: center;
    margin-top: 5px;
}
.icono_cont, .caja_form {
    padding-bottom: 25px;
    padding-top: 25px;

}

.politica a {
    color: #777777;
    font-size: 13px;
}
.politica a:hover {
    color: #000;
    font-size: 13px;
}
.bot_color_g {
    background-color: #3994C8;
    color: #ffffff;
    font-family: 'ralewaysemibold';
    font-size: 14px !important;
    padding: 8px 20px;
    width: 100%;
    letter-spacing: 1px;
}
.bot_color_g:hover {
    background-color: #ccc;
    color: #ffffff;
}
.datos_contacto address {
    color: #000000;
    padding-top: 30px;
}
.caja_form .especial{ font-size: 14px;}

.especial a  {
    color: #000000;
}
.especial a:hover {
    color: #9b0004;
}
.datos_contacto address p {
    padding: 5px;
}
*::-moz-placeholder {
    color: #aaaaaa !important;
}
.fondo_contacto2 {
    background-color: #eee;
    /* margin-bottom: 40px;
     margin-top: 40px;*/
    margin: 40px 5px ;
    padding: 20px;
}
@media only screen and (max-width: 959px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    #cabecero_in{        
        background-size: cover;
        padding-top: 30px;  
        padding-bottom: 50px;  
        height: auto;        
    }

    .texto_destacado {   font-size: 30px; text-align: right; margin-right: 20px;}    
    .logo{font-size: 20px; text-align: right; margin-right: 20px;}       
    
    .titular_form {
        font-size: 20px;
    }
    .titular_datos, .especial, .especial p {
        text-align: center!important;
    }
    .caja_text_h input {
        margin-bottom: 10px;
    }
    .bajotexto {
        font-size: 18px;
    }
    
    .zona_boton{
        margin-top: 20px;
    }
    
    .icono_cont{
        padding: 0px;
    }
}
@media only screen and (max-width: 479px) {
    
    #cabecero_in{        
        background-size: cover;
        padding-top: 30px;  
        padding-bottom: 50px;  
        height: auto;        
    }

    .texto_destacado {   font-size: 30px; text-align: right; margin-right: 20px;}    
    .logo{font-size: 20px; text-align: right; margin-right: 20px;}       
    
    .titular_form {
        font-size: 20px;
    }
    .titular_datos, .especial, .especial p {
        text-align: center!important;
    }
    .caja_text_h input {
        margin-bottom: 10px;
    }
    .bajotexto {
        font-size: 18px;
    }
    .fondo_contacto2 { margin: 40px 0px 40px 0px;}
    
    .zona_boton{
        margin-top: 20px;
    }
    
    .icono_cont{
        padding: 0px;
    }
}









