/*estilos del banner*/
/*
.bannerNosotros{
   background: url("../img/otras/abev.jpg") no-repeat;
    background-size: cover;
    background-size: cover;
    width: 100%;
    padding: 0rem 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
}*/
.bannerNosotros{
    background: url("../img/otras/entrega.JPG") no-repeat center;
    background-size: cover;
    padding: 5rem 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1; 
    display: flex;
    justify-content: space-between;
    height: 80vh;
}
.bannerServicios{
    background: url("../img/otras/servi.JPG") no-repeat center;
    background-size: cover;
    padding: 5rem 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1; 
    display: flex;
    justify-content: space-between;
    height: 70vh;
}

.bannerFlash{
    background: url("../img/otras/abevFlash.jpg") no-repeat center;
    background-size: cover;
    padding: 5rem 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1; 
    display: flex;
    justify-content: space-between;
    height: 80vh;
}
.bannerTravel{
    background: url("../img/otras/abevFlash.jpg") no-repeat center;
    background-size: cover;
    padding: 5rem 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1; 
    display: flex;
    justify-content: space-between;
    height: 80vh;
}
.bannerBmori{
    background: url("../img/otras/bmori.png") no-repeat center;
    background-size: cover;
    padding: 5rem 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1; 
    display: flex;
    justify-content: space-between;
    height: 40vh;
}
.bannerBmori{
    background: url("../img/otras/bmori.png") no-repeat center;
    background-size: cover;
    padding: 5rem 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1; 
    display: flex;
    justify-content: space-between;
    height: 40vh;
}
.bannerNosotros img{
    width: 100%;
    height: 100%;
    background-size: contain;
}

.bannerNosotros .nosotros{
    position: absolute;
    top: 30%;
    left: 40%;
    background-color: rgb(225, 225, 225, .5);
    border-left: 5px solid #00807A;
    padding: 50px;

}
.nosotros div{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 3px 2px #242c42;
}
.nosotros p a{
    text-shadow: 1px 2px 2px #242c42;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.nosotros p span{
    text-shadow: 1px 2px 2px #242c42;
    color: #FF8000;
    font-weight: bold;
}

@media screen and (max-width: 1024px){
    .bannerNosotros .nosotros{
        position: absolute;
        top: 35%;
        left: 25%;
        padding: 5px;    
    }
    .nosotros div{
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
        color: #fff;
        text-shadow: 1px 3px 2px #242c42;
    }
    
}