.quienes-somos {
    padding-top: 160px;
    padding-bottom: 40px;
}

.quienes-somos h1{
    font-size: 54px;
    font-weight: 300;
    padding-bottom: 60px;
}
.quienes-somos h1 span{
    font-size: 54px;
    font-weight: 600;
}

.quienes-somos h2{
    font-size: 54px;
    font-weight: 300;
    padding-bottom: 0px;
    line-height: 60px;
}
.quienes-somos h2 span{
    font-size: 54px;
    font-weight: 600;
}

.quienes-somos h3{
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 0px;
    line-height: 50px;
}
.quienes-somos h3 span{
    font-size: 28px;
    font-weight: 400;
    color: #222222;
}

.quienes-somos img{
    width: 100%;
    border-radius: 20px;
}

.quienes-somos p {
    font-size: 19px;
    padding: 20px 24px 10px 24px;
    color: #777777;
    line-height: 36px;
}

.quienes-somos .section-title{
    padding: 40px 120px;
    margin-bottom: 0px;
}
.quienes-somos.section-2{
    padding: 100px 40px;
}
.quienes-somos.fondo{
    background-color: #f6f5f5;
}

.section-title h2:before{
    background: none;
}

.quienes-somos .section-title-mas{
 padding-top: 40px;
}

.quienes-somos .section-title-mas h3{
    font-size: 42px;
    line-height: 55px;
    font-weight: 600;
}


.imagen-cazador{
    height: 750px;
    padding-top: 0px;
    background-image: url('../images/cazador-bosque.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bloque-gris-transparent{
    margin-top: 80px;
    background-color: #eaeaea;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.7);
}
.bloque-gris-transparent p{
    font-size: 22px;
    line-height: 36px;
    color: #555555;
}

.texto-grande{
    line-height: 26px;
}
.texto-grande h2{
    font-size: 34px;
    padding-bottom: 20px;
}
.texto-grande h4{
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 5px;
}
.texto-grande p{
    font-size: 16px;
    color: #555555;
}

ul.lista-somos{
    padding-top: 30px;
}
ul.lista-somos li{
    background-image: url("../images/ico-banderita.jpg");
    background-repeat: no-repeat;
    font-size: 20px;
    padding: 0px 30px 50px 50px;
}

/***************************************************/

@media only screen and (max-width: 1200px){
    .quienes-somos h1{
        font-size: 32px;
    }
    .quienes-somos h1 span{
        font-size: 39px;
    }

    .imagen-ciervo{
        height: 700px;
    }
    .quienes-somos .section-title {
        padding: 40px 100px;
    }
    .quienes-somos .section-title h2 {
        font-size: 38px;
        line-height: 45px;
    }
    ul.lista-somos li {
        background-image: url(../images/ico-banderita.jpg);
        background-repeat: no-repeat;
        font-size: 16px;
        padding: 0px 30px 26px 50px;
    }
}

@media only screen and (max-width: 990px){
    .quienes-somos {
        padding-top: 120px;
    }
    .div_imagen1 {
        height: 400px;
    }
    .bloque-quienes-somos {
        padding: 0px;
    }
    .bloque-quienes-somos h4{
        font-size: 20px;
        padding: 20px 10px 0px 10px;
    }

    .bloque-quienes-somos p{
        font-size: 16px;
        padding: 10px 24px;
        color: #555555;
    }

    .quienes-somos .section-title {
        padding: 40px 20px;
    }
    .quienes-somos .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

}

@media only screen and (max-width: 767px){
    .imagen-ciervo{
        height: 500px;
    }
    .quienes-somos .section-title {
        padding: 40px 0px;
    }

    .bloque-quienes-somos{
        margin-bottom: 40px;
    }
    .bloque-quienes-somos h4{
        font-size: 27px;
        padding: 40px 10px 0px 10px;
    }

    .bloque-quienes-somos p{
        font-size: 20px;
        padding: 10px 24px;
        color: #555555;
    }

    .texto-grande h2{
        font-size: 30px;
        padding-bottom: 20px;
    }
    .texto-grande h4{
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .texto-grande p{
        font-size: 16px;
        color: #555555;
    }
    .quienes-somos .section-title-mas h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .imagen-cazador {
        height: 580px;
        background-size: cover;
        background-position: -283px;
    }
    .bloque-gris-transparent {
        margin-top: 0px;
        padding: 40px;
    }
    .bloque-gris-transparent p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 480px){
    .quienes-somos h1{
        font-size: 38px;
        font-weight: 300;
        padding-bottom: 60px;
        line-height: 42px;
    }
    .quienes-somos h1 span{
        font-size: 38px;
        font-weight: 600;
    }

    .quienes-somos h2{
        font-size: 38px;
        font-weight: 300;
        padding-bottom: 0px;
        line-height: 60px;
    }
    .quienes-somos h2 span{
        font-size: 38px;
        font-weight: 600;
    }

    .quienes-somos h3{
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 0px;
        line-height: 40px;
    }
    .quienes-somos h3 span{
        font-size: 20px;
        font-weight: 400;
        color: #222222;
        line-height: 26px;
    }
    .imagen-ciervo{
        height: 400px;
    }
    .quienes-somos .section-title-mas h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .quienes-somos .section-title {
        padding: 30px 10px;
    }

    .bloque-gris-transparent {
        margin-top: 20px;
        padding: 30px;
    }
    .bloque-gris-transparent p {
        font-size: 16px;
        line-height: 28px;
    }

    ul.lista-somos li {
        background-image: url(../images/ico-banderita.jpg);
        background-size: 25px;
        background-repeat: no-repeat;
        font-size: 16px;
        padding: 0px 0px 26px 45px;
    }
    ul.lista-somos{
        padding-top: 0px;
    }

    .quienes-somos.section-2 {
        padding: 60px 20px;
    }
}


/* estilos del arbol numerico */

.arbol-numerico{
    margin-top: 50px;
}
.arbol-numerico img{
    width: auto;
}

.arbol-numerico p{
    padding: 0 40px 0 0;
}
.process-item {
    position: relative;
    display: inline-block;
}


.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}



.process-item .process-item-number {
    position: absolute;
    color: #e1e1e1;
    left: 0;
    top: 0;
    -webkit-transform: translate(-127%, -21%);
    -ms-transform: translate(-127%, -21%);
    transform: translate(-127%, -21%);
    font-family: "Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 900;
    background-color: #f6f5f5;
    font-size: 3.157rem;
}


@media (min-width: 992px){

    .pb-lg-8 {
        padding-bottom: 5.5rem !important;
    }
    .py-lg-8 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .my-lg-8 {
        margin-top: 6.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .py2-lg-8 {
        padding-top: 5.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .ms-lg-6 {
        margin-left: 4rem !important;
    }
    .border-lg-start {
        border-left: 1px solid #cccccc !important;
    }
    .border-lg-bottom {
        border-bottom: 1px solid #cccccc !important;
    }
    .border-lg-end {
        border-right: 1px solid #cccccc !important;
    }

}

@media (min-width: 576px){
    .process-item .process-item-number {
        font-size: 5.584rem;
    }
}

@media only screen and (max-width: 480px){
    .arbol-numerico p {
        padding: 0 0px 0 0;
    }
    .process-item p {
        font-size: 16px;
        padding: 10px;
        line-height: 30px;
    }
    .process-item .process-item-number{
        display: none;
    }
}
