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

.caja_text_h6 .form-control {
    background-color: #E9E9E9;
    border: medium none;
    font-family: 'ralewaysemibold';
    font-size: 14px !important;
    height: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

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

.caja_text_h6 .form-control select{
    color: #555555!important;
}

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

.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;
}

.titular_form {
    color: #333;
    font-family: 'ralewaysemibold';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.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;
}


*::-moz-placeholder {
    color: #aaaaaa !important;
}






@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: 50px;  
        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;  }        
    .caja_text_h input {   margin-bottom: 10px;  }    
    .zona_boton{ margin-top: 20px;  }        
}
@media only screen and (max-width: 479px) {
    
    #cabecero_in{        
        background-size: cover;
        padding-top: 50px;  
        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;    }    
    .caja_text_h input { margin-bottom: 10px;    }    
    .zona_boton{ margin-top: 20px; }        
}










