.propuesta-cabecera {
    background-image: url(/public/imgs/propuesta/emiliano.jpg);
    /* background-position: center right; */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 900px; */
    height: 500px;
    display: block;
    margin-top: 74px;
}

.row-propuesta-fotos {
    color: #979990;
    font-size: 1.16em;
}
.row-propuesta-fotos strong {
    color: #09082C;
}
.row-propuesta-fotos .phone {
    color: #979990 !important;
}
.row-propuesta-fotos .phone:hover,
.row-propuesta-fotos .phone:focus {
    color: #333 !important;
}
@media ( max-width: 990px) {      
    .row-propuesta-fotos .img-responsive {
        margin: 1em auto 0.5em auto !important;
    }
}

.box-firma {
    height: 180px;
    background-image: url(/public/imgs/propuesta/box-firma.jpg);
    background-position: center bottom; 
    background-repeat: no-repeat; 
}
.box-firma .firma {
    height: 180px;
    background-image: url(/public/imgs/propuesta/firma.jpg);
    background-position: center right; 
    background-repeat: no-repeat; 
}

.box-aranceles, .box-instituciones, .box-asociaciones {
    height: 112px;
    background-position: center bottom; 
    background-repeat: no-repeat; 
}    
.box-aranceles h3, .box-instituciones h3, .box-asociaciones a {

}
.col-modal-propuesta a {
    font-size: 2em;
    display: block;
    color: #A9A790;
    cursor: pointer;
}
.col-modal-propuesta a:hover, 
.col-modal-propuesta a:focus {
    color: #5b574a;
    cursor: pointer;
    text-decoration: none;
}

.text {
    color: #5B574A;
    font-weight: bold;
    font-size: 1.3em;
}

@media ( max-width: 750px) {                
    .imagen-responsive {
        margin: 2em 0em;
        width: 100%;
    }
}
.divImg{
    display: block;
    width: 100%;
    overflow: hidden;
    height: 600px;
}
@media ( max-width: 750px) {               
    .divImg{
        overflow: visible;
        height: auto;
    }
}
.imagen-responsive{display: block;  margin-top: 74px; width: 100%;}

@media ( max-width: 750px) {                  
    .titleSeccion, .titleSeccion1  {            
        font-size: 1.6em !important;
    }                     
    .textoSeccion1 {
        font-weight:normal !important;                     
        font-size: 1.2em !important;
    }
}