/*////////////////////////////*/
/*////////////////////////////*/
/*////////////////////////////*/
/*////////////////////////////*/
/*///BLOQUE TEXTO /IMAGEN ///*/
/*////////////////////////////*/
/*////////////////////////////*/
/*////////////////////////////*/
/*////////////////////////////*/

.block-texto-imagen .container{
    padding: 40px auto;
}
.col-ord-txt{
    order: 1;
    min-height: 400px;
    display: flex;
}
.col-ord-txt .parrafo-1{
    max-width: 600px;
}
.block-texto-imagen h2{
    border-left: none;
    line-height: 110%;
    text-rendering: optimizeSpeed;
    display: block;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 600;
}
.align-der .col-ord-img{
    order: 2;
}

.align-der .col-ord-txt{
    order: 1;
}




    
.block-texto-imagen .foto-wrap{
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    /*border-radius: 8px;*/
}
.align-izq .col-ord-txt .col{
    padding-left: 10%;
   
}

.align-der .col-ord-txt .col{
     padding-right: 10%;
}

@media screen and (max-width: 990px) {
    .block-texto-imagen{
        padding: 0 4%;  
        padding: 0;
    }
   .block-texto-imagen .foto-wrap {
        height: 420px;
    }
    .align-izq .col-ord-txt .col {
        padding-left: 0;
    }
    .col-ord-txt {
        min-height: auto;
    }
    .block-texto-imagen h2{
        font-size: 30px;
    }
    .col-ord-img{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 568px) {
    .block-texto-imagen .foto-wrap {
        height: 280px;
    }
    h4{
        width: 100%;
        text-align: center;
    }
}


ol li{
    font-size: 15px;
    line-height: 120%;
}
.block-txtcols-col a{
   font-weight: bold;
}
.block-txtcols-col a:hover{
   text-decoration: underline !Important;
}


