@charset "UTF-8";
/* CSS Document */


.contenedor_estatico {

    width: 900px;
    margin: auto;
    color: #737474;
    font-family: 'Assistant', sans-serif;

}

.contenedor_estatico > img:first-of-type {

    min-width: 900px;
    display: block;
    margin: auto;
    border: 1px solid gray;
    border: 1px solid #a0bfce;
    padding: 2px;
    box-shadow: 2px 2px 4px #e4e4e4;

}

.contenedor_estatico h4 {

    color: #737474;
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    font-size: 1em;
    margin-top: 10px;
}

h1 {

    color: #013b56;
    font-family: 'Assistant', sans-serif !important;
    font-weight: 600;
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 20px;

}



@media only screen and (max-width: 767px){
   

    .hero-banner {
        padding: 30px 0 !important;
    }
}

@media (min-width: 1200px) {
.hero-banner {
    padding: 50px 0 !important;
}
}

@media (min-width: 768px) {
    .hero-banner {
        padding: 50px 0 !important;
    }
    }