section .numeroUno .banner-image{
    position: relative;
    background-size: cover;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}


section .numeroUno .banner-image-text{
    position: relative;
    top: 15%;
    left: 30px;
    /* max-width: 500px; */
    text-align: center;
    padding: 60px 60px 35px;
}


section .numeroUno .banner-image-text h2{
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    text-shadow: 2px 2px 2px #969696;
    padding: 25px;

}

section .numeroUno .banner-image-text .col-md-6 h4{
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    text-shadow: 2px 2px 2px #969696;
    padding: 25px;

}


section .numeroUno{
    margin-top: 7%;

}


section .icons-description{


display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

section .icons-description .item{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    /* max-width: 150px; */
    margin: 15px 30px;
}

section .icons-description .img-cont{
    display: block;
    width: 100%;
    /* max-width: 55px; */
    margin: 10px auto;
    text-align: center;
}

section .icons-description .img-cont img{
    width: 55px;
}

section .icons-description .descripcion{

font-size: 14px;
    color: #4b4b4a;
    text-align: center;
}


section .numeroUno .btn-primary{
    background-color: #b02e34 ;
    transition: 0.4s;
    border-color:#b02e34 ;
    width: 50%;
}

.sauferNav{
    top: 0;
    left: 0;
    width: 100%;
    position: fixed!important;
    z-index: 9000;
} 

footer .static{
    position: relative;
    width: 100%;
    color: #ffff;
    background-color: #000;
}