
/*myOwnscss*/
/*para nosotroa*/
#headerSection_nosotros {
    width: 100%;
    height: 90vh;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../img/fondo.jpg);
    background-attachment: fixed;
}


.hero-text .tipeo1 {
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    margin-top: 40px;
    color: white;
    margin-bottom: 40px;
}

.hero-text .tipeo2{
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    margin-top: 40px;
    color:#FFF;
    margin-bottom: 80px;
}





.nosotros_container .nosotros_card .nosotros_imbBx::before {
    content: attr(data-text);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    text-align: center;
    font-size: 4em;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 500;
}





.swiper-wrapper {
    position: relative;
    width: 100%;
    height:100%;
    z-index: 1;}


.container_cards h4{
    height: 40px
}

.container_cards p{
    height: 50px
}


.main h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    height: 40px
}

@media only screen and (max-width: 600px) {
    .hero-text h4 {
    color: white;
    margin-top: 20px;
    }
      .hero-text .tipeo1 {
        font-size: 25px;
        font-family: 'Oswald', sans-serif;
        margin-top: 40px;
        color: white;
        margin-bottom: 40px;
    }
    .hero-text .tipeo2 {
        font-size: 30px;
        font-family: 'Oswald', sans-serif;
        margin-top: 40px;
        color: #FF8525;
        margin-bottom: 80px;
    }
}


.card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
    height: 50px
}