.titleGarant{
    background: #00cf4a;
    height: 24em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.topGarantia{
    height: 6em;
}
.hojasEmp{
    position: absolute;
    bottom: 0;
    width: 19em;
    left: 0;
    transform: translateY(48.6%)rotateX(26deg);
    z-index: 2;
    animation: balanceIz 3s infinite normal  ;
}
@keyframes balanceIz{
    0%{transform: translateY(48.6%) rotateX(26deg);}
    50%{transform: translateY(48.6%) rotateX(-26deg);}
    100%{transform: translateY(48.6%) rotateX(26deg);}
}
.hojasEmpDe{
    position: absolute;
    bottom: 0;
    width: 19em;
    transform: scaleX(-1) translateY(48.6%) rotateX(26deg);
    right: 0;
    z-index: 2;
    animation: balanceDer 3s infinite normal ;
}
@keyframes balanceDer{
    0%{transform: scaleX(-1) translateY(48.6%) rotateX(-26deg);}
    50%{transform: scaleX(-1) translateY(48.6%) rotateX(26deg);}
    100%{transform: scaleX(-1) translateY(48.6%) rotateX(-26deg);}
}
.descrip{
    width: 66em;
}
.descrip p:nth-child(1){
    font-size: 25px;
    text-align: center;
    color: black;
}
.descrip p:nth-child(2){
    font-size: 38px;
    text-align: center;
    color: white;
}
.descrip p:nth-child(3){
    font-size: 21px;
    text-align: center;
    color: white;
}
.descrip p:nth-child(4){
    font-size: 21px;
    text-align: center;
    color: white;
}
.imgTopEmpr{
    width: 10em;
}
.fontP{
    width: 43em;
    font-size: 22px;
}

/*---SECCION DESCRIPCION*/
.descriptivoEmpr{
    height: 43em;
}
.posicionDesemrpesa{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.paddingcolumnTextEmpresa{padding-right: 4.5%;}
.imgDescripEmpresa{
    width: 50em;
}
.spanDesEmpresa{    
    position: relative;
    text-align: justify;
    width: 26em;
}
.spanDesEmpresa p{
    font-size: 16px;
    line-height: 1.2;
}
.spanDesEmpresa::before{
    content: '';
    position: absolute;    
    bottom: -27px;
    width: 109px;
    height: 5px;
    background: black;
}
/* AGREGADO RECIENTEMENTE**/
.contenedorGEmpre{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.contenidoText{
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenidoImg{
    width: 60%;
    height: auto;
}
.imagenesServiBosque{
    position: relative;
    overflow-x: hidden !important;
}
.descripTextNew{
    width: 21em;
    position: relative;
}
.descripTextNew p{
    font-size: 18px;
}
.descripTextNew p:nth-child(1){
    margin-bottom: 1.2em;
}
.filosofia{
    width: 100%;
    overflow: hidden;
}
.filosofiaTitle {
    text-align: center;
    margin-top: 6em;
    overflow: hidden;
}
.filosofiaTitle p:nth-child(1){
    text-transform: uppercase;
    font-size: 20px;
    color:black;
    margin-bottom: 0px;
}
.filosofiaTitle p:nth-child(2){
    text-transform: uppercase;
    font-size: 20px;
    color:#00cf4a;
    margin-bottom: 2em;
}
/**/
/*MISION VISION VALORES*/
.contenedorM-F{
    height: 72em;
    background-image: url('../img/bg_empres_mis_descip.png');
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mision-vision{
    height: 26em;
    width: 100%;

}
.centrCardMVA{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv{
    position: relative;
    height: 15em;
    width: 17em;
    border-radius: 30px;
    box-shadow: 0px 8px 32px 10px #88888863;
    background: #fff;
}
.pMV{
    background-color: #000000;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    font-size: 28px;
}
.pMV p{
    font-size: 25px;
    margin: 0;
    color: white;
}

.contenderoSpanMis{
    width: 13em;
    height: 5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(25%);
    z-index: 1;
}
.spanMis{
    text-align: justify;
    font-size: 19px;
}
.contenderoSpanVi{
    width: 13em;
    height: 5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(25%);
    z-index: 1;
}
.contenedorLista{
    width: 13em;
    height: 3em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(25%);
    z-index: 1;
}
.imgHojitaVis{
    position: absolute;
    left: 0;
    transform: translateX(-45%)rotate(1deg);
    width: 6em;
    z-index:2;
        /*ANIMATION:NAME DURATION TIMING-FUNCTION(LINEAR,EASE,EASE-IN,EASE-OUT,EASE-IN-OUT),DELAY,ITERATION-COUNT,DIRECTION(NORMAL REVERSE ALTERNATE(-REVERSE)*/
    animation: viento 0.8s linear 0s infinite normal ;
}
@keyframes viento{
    0%{transform: translateX(-45%)rotate(2deg);}
    50%{transform: translateX(-42%)rotate(-4deg);}
    100%{transform: translateX(-45%)rotate(2deg);}
}
/*SECCION FILOSOFIA EMPRESARIAL */
.filosofiaEmp{
    width: 82em;
}
.separacionnew{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.contenidodescriptivoxd{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenidodelcontenidoxd{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.descripcionproduc{
    width: 22em;
}
.descripcionproduc p{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 25px;
    text-align: left;
}

.contenidoFil{
    width: 32em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contenidoFil p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.pFilosofia{
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 0px 19px;
    width: 22em;
    background: #000000;
}
.pFilosofia p{
    font-size: 14px;
    font-weight: 100;
    margin: 0;
    color:white;
}
.contenidoFotosFil{
    position: relative;
    height: 22em;
    width: 59em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgGal1{
    width: 32em;
    margin-right: 42px;
}
.imgGal2{
    width: 32em;
    margin-right: 42px;
    animation-delay: .25s;
}
.imgGal3{
    width: 32em;
    animation-delay: .5s;
}
/*--------------------------------RESPONSIVE-----------------------------------*/
@media(max-width:1600px){
/*NADA xD*/
}
@media(max-width:1440px){
    .descrip {
        width: 51em;
    }
    .descrip p:nth-child(2) {
        font-size: 30px;
    }
    .descrip p:nth-child(3) {
        font-size: 17px;
    }
    .descrip p:nth-child(4) {
        font-size: 17px;
    }
    /*NUEVO*/
    .descripTextNew{
        width: 21em;
        position: relative;
    }
    .descripTextNew p{
        font-size: 13px;
    }
    /**/
   .spanDesEmpresa p{
    font-size: 14px;
   }
   .imgDescripEmpresa {
        width: 40em;
    }
    .imgHojitaVis {
        width: 5em;
    }
    .mv {
        height: 13em;
        width: 15em;
    }
    .pMV p {
        font-size: 22px;
    }
    .contenderoSpanMis {
        width: 11em;
        transform: translate(20%);
    }
    .spanMis {
        text-align: justify;
        font-size: 16px;
    }
    .contenderoSpanVi {
        width: 11em;
    }
    .descripcionproduc p {
        font-size: 14px;
    }
}
@media(max-width:1280px){
    .filosofiaEmp {
        width: 80em;
    }
}
@media(max-width:1199px){
    .hojasEmp {
        width: 14em;
    }
    .hojasEmpDe {
        width: 14em;
    }
    .paddingcolumnTextEmpresa {
        padding-right: 0.5%;
    }
    .spanDesEmpresa p {
        font-size: 12px;
    }
    .descripcionproduc p {
        font-size: 12px;
    }
    .spanDesEmpresa {
        width: 19em;
    }
    .imgDescripEmpresa {
        width: 29em;
    }
    .filosofiaEmp {
        width: 64em;
    }
    
}
@media(max-width:991px){
    .titleEmpr {
        height: 31em;
    }
    .descriptivoEmpr {
        height: 22em;
    }
    .mision-vision {
        height: 29em;
        width: 100%;
    }
    .filosofiaEmp {
        width: 61em;
    }
    .centrCardMVA {
        margin-bottom: 17px;
    }
    /*NUEVO*/
    .descripTextNew{
        width: 18em;
        position: relative;
    }
    .descripTextNew p{
        font-size: 14px;
        font-weight: bold;
    }
    /**/
}
@media(max-width:768px){
    .descrip {
        width: 45em;
    }
    .hojasEmp {
        display: none;
    }
    .hojasEmpDe {
        display: none;
    }
    .filosofiaEmp {
        width: 48em;
    }
    .separacionnew {
        flex-wrap: wrap-reverse;
    }
    .contenidodescriptivoxd {
        width: 100%;
    }
    .contenidodelcontenidoxd {
        width: 100%;
        height: 12em;
    }
    .contenidoFotosFil {
        width: 36em;
    }
    /*NUEVO CONTENIDO*/
    .filosofia{
        height: 44em;
    }
    .descripTextNew p {
        text-align: center;
        font-size: 13px;
    }
    /**/
    
}
@media(max-width:575px){
    .imgTopEmpr {
        width: 3em;
    }
    .descrip {
        width: 24em;
    }
    .paddingcolumnTextEmpresa {
        padding-right: 0%;
        padding: 0;
    }
    .descrip p:nth-child(1) {
        font-size: 17px;
    }
    .descrip p:nth-child(2) {
        font-size: 15px;
    }
    .descrip p:nth-child(3) {
        font-size: 13px;
    }
    .descrip p:nth-child(4) {
        font-size: 13px;
    }
    .descriptivoEmpr {
        height: 37em;
    }
    .posicionDesemrpesa {
        justify-content: center;
    }
    .spanDesEmpresa {
        width: 19em;
        margin-top: 17px;
    }
    .imgDescripEmpresa {
        width: 19em;
    }
    .contenderoSpanMis {
        top: 44%;
        width: 9em;
        transform: translate(20%);
    }
    .contenedorLista {
        width: 10em;
        top: 42%;
        transform: translate(30%);
        font-size: 14px;
    }
    .spanMis {
        text-align: justify;
        font-size: 14px;
    }
    .contenderoSpanVi {
        width: 10em;
        top: 44%;
        transform: translate(16%);
    }
    .mv {
        height: 10em;
        width: 12em;
    }
    .mision-vision {
        height: 41em;
    }
    .filosofiaEmp {
        width: 23em;
    }
    .imgHojitaVis {
        width: 3em;
    }
    .pMV {
        height: 2em;
    }
    .pMV p {
        font-size: 14px;
    }
    .contenidoFotosFil {
        width: 24em;
        height: 4em;
        margin-bottom: 4em;
    }
    /*NUEVO*/
    .contenidoText{
        width: 100%;
        margin-top: 1em;
    }
    .filosofia {
        height: 50em;
    }
    .contenidoImg{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .numberOne{
        flex-direction: column-reverse;
    }
    .descripTextNew {
        width: 17em;
        margin-top: 20px;
        margin-bottom: 27px;
    }
    .descripTextNew p {
        font-size: 12px;
        text-align: center;
    }
    .filosofiaTitle p:nth-child(1) {
        font-size: 16px;
    }
    .filosofiaTitle p:nth-child(2) {
        font-size: 18px;
    }
    /**/
}
@media(max-width:400px){
    .descrip {
        width: 16em;
    }
    #typed{
        font-size: 11px;
    }
    .descrip p:nth-child(3) {
        font-size: 11px;
    }
    .descrip p:nth-child(4) {
        font-size: 11px;
    }
    .paddingcolumnTextEmpresa {
        padding-right: 0%;
        padding: 0;
    }
    .spanDesEmpresa p {
        text-align: center;
    }
    .descriptivoEmpr {
        height: 40em;
    }
    .descriptivoEmpr {
        height: 35em;
    }
    .filosofiaEmp {
        width: 19em;
    }
    .pFilosofia {
        width: 19em;
    }
    .contenidoFotosFil {
        width: 19em;
    }
    .contenedorGlobalImg {
        width: 19em;
    }
}
@media(max-width:830px)and (max-height:420px){
    .descrip {
        width: 47em;
    }
    .hojasEmp {
        width: 6em;
    }
    .hojasEmpDe {
        width: 6em;
    }
    .imgDescripEmpresa {
        width: 24em;
    }
    .mision-vision {
        height: 31em;
    }
    .filosofiaEmp {
        width: 50em;
    }
    .contenidoFotosFil {
        width: 45em;
    }

}
@media (max-width:767px) and (min-width:640px) and (max-height:420px){
    .descrip {
        width: 16em;
    }
    .titleEmpr {
        height: 23em;
    }
    .imgTopEmpr {
        width: 3em;
    }
    .descrip {
        width: 39em;
    }
    .descrip p:nth-child(2) {
        font-size: 24px;
    }
    .descrip p:nth-child(3) {
        font-size: 15px;
    }
    .descrip p:nth-child(4) {
        font-size: 15px;
    }
    .paddingcolumnTextEmpresa {
        padding-right: 0%;
        padding: 0;
        margin-top: 19px;
    }
    .posicionDesemrpesa {
        justify-content: center;
    }
    .descriptivoEmpr {
        height: 42em;
    }
    .mision-vision {
        height: 41em;
    }
    .contenidoFotosFil {
        width: 37em;
        height: 6em;
        margin-bottom: 28px;
    }
    .filosofiaEmp {
        width: 41em;
    }
    /*NUEVO CONTENIDO*/
    .filosofia {
        height: 51em;
    }
    .descripTextNew {
        width: 13em;
    }
    .descripTextNew p {
        text-align: justify;
        font-size: 11px;
    }
    /**/
}
@media(max-width:568px) and (max-height:320px){
    .descrip {
        width: 29em;
    }
    .descrip p:nth-child(2) {
        font-size: 19px;
    }
    .descrip p:nth-child(3) {
        font-size: 12px;
    }
    .descrip p:nth-child(4) {
        font-size: 12px;
    }
    .filosofiaEmp {
        width: 33em;
    }
    .contenidoFotosFil {
        width: 22em;
        height: 6em;
        margin-bottom: 28px;
    }
    .mision-vision {
        height: 40em;
    }
}