
body{
    line-height: initial !important;
}

.content-portada{
    width: 81%;
    max-width: 1200px;
    margin: 65px auto 0;
    padding: 45px 0;
}

.content-portada h2{
    font-size: 29px;
    color: var(--azul);
    line-height: 25px;
    font-weight: 800;
    margin: 0 0 19px !important;
    font-family: var(--funnel);
}

.content-portada p{
    font-size: 16px;
    color: #707070;
    line-height: initial !important;
}

/* BG */

.img-soluciones{
    width: 81%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 95px;
}

.img-cua{
    display: block;
    position: relative;
    width: 100%;
    height: 293px;
    cursor: pointer;
    margin-bottom: 19px;
    background-size: cover;
    background-position: center;
}

.img-rec{
    position: relative;
    width: 100%;
    height: 293px;
    cursor: pointer;
    margin-bottom: 19px;
    background-size: cover;
    background-position: center;
}

.img-soluciones h2{
    position: absolute;
    bottom: 21px;
    left: 21px;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700 !important;
    margin: 0 !important;
    color: var(--dorado);
    font-family: var(--funnel);
}

.img-1{
    background-image: url(../images/SOL-1.jpg);
}
.img-2{
    background-image: url(../images/SOL-2.jpg);
}
.img-3{
    background-image: url(../images/SOL-3.jpg);
}
.img-4{
    background-image: url(../images/SOL-4.jpg);
}
.img-5{
    background-image: url(../images/SOL-5.jpg);
}
.img-6{
    background-image: url(../images/SOL-6.jpg);
}

/* ROTATION */

.card {
    display: block;
    width: 100%;
    height: 293px;
    perspective: 1000px;
    cursor: pointer;
    margin-bottom: 19px;
  }
  
  .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .card:hover .card-inner {
    transform: rotateY(180deg);
  }
  
  .card-front,
  .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
  }
  
  
  .card-back {
    transform: rotateY(180deg);
  }
    

/* ROTATION */

/* MODALs */

.w3-modal {
    z-index: 9999999;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-modal{
    position: relative;
    width: 90% !important;
    max-width: 1000px;
    margin: 0 auto !important;
}

.close__modal{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    cursor: pointer;
}

.close__modal i{
    font-size: 23px;
    color: #FFFFFF;
}

.item-left__modal{
    width: 100%;
    height: 265px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/PT-LIMITS-MODAL.jpg);
}

.pt-orbita__modal{
    background-image: url(../images/PT-TECNOLOGIA.jpg);
}

.pt-ecologia__modal{
    background-image: url(../images/PT-ECOLOGIA.jpg);
}

.pt-inversiones__modal{
    background-image: url(../images/PT-INVERSIONES.jpg);
}

.item-right__modal{
    padding: 25px 29px;
}

.item-right__modal h2{
    font-size: 35px;
    font-weight: 700;
    line-height: 31px;
    margin: 0 0 29px;
    color: var(--azul);
    font-family: var(--funnel);
}

.item-right__modal p{
    color: #707070;
    font-size: 16px;
    margin-bottom: 37px;
}

.marca__modal{
    position: relative;
    width: 100%;
    margin-top: 129px;
}

.marca__modal a{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--azul);
}

.marca__modal img{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 95px;
}

.marca-orbita__modal a{
    display: block;
    position: initial;
    margin-bottom: 21px;
}

.marca-orbita__modal img{
    position: initial;
    width: 131px;
}

/* MODALs */


@media screen and (min-width: 768px){

    .content-portada h2 {
        font-size: 39px;
        line-height: 35px;
    }

    .img-soluciones h2 {
        font-size: 19px;
        line-height: 19px;
    }

    /* MODALs */

    .item-left__modal {
        height: 325px;
    }

    .item-right__modal {
        padding: 49px 79px;
    }

    .marca__modal {
        margin-top: 145px;
    }

    .marca-orbita__modal a{
        position: absolute;
        margin-bottom: 0;
    }
    
    .marca-orbita__modal img{
        position: absolute;
    }

    /* MODALs */

}

@media screen and (min-width: 1024px){

    .content-portada {
        padding: 95px 0 55px;
    }

    .content-portada h2 {
        font-size: 59px;
        line-height: 47px;
    }

    .content-portada p {
        max-width: 600px;
    }

    /* ROTATION */

    .card {
        width: 26%;
        height: 211px;
    }
    
    /* ROTATION */

    .img-soluciones{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .img-cua{
        width: 26%;
        height: 211px;
        margin-bottom: 13px;
    }
    
    .img-rec{
        width: 45%;
        height: 211px;
        margin-bottom: 13px;
    }    

    /* MODALs */

    .close__modal i {
        color: var(--azul);
    }

    .content__modal{
        display: flex;
        justify-content: space-between;
    }

    .item-left__modal {
        width: 53%;
        height: 75vh;
    }

    .item-right__modal {
        position: relative;
        width: 57%;
        padding: 53px 53px;
    }

    .item-right__modal h2 {
        max-width: 287px;
        font-size: 41px;
        line-height: 39px;
    }

    .item-right__modal p {
        font-size: 18px;
    }

    .marca__modal{
        width: 75%;
        position: absolute;
        bottom: 44px;
        right: 0;        
        left: 0;
        margin: 0 auto;
    }    

    /* MODALs */

}

@media screen and (min-width: 1150px) {

    /* MODALs */

    .item-left__modal {
        height: 85vh;
        max-height: 550px;
    }

    /* MODALs */

}


@media screen and (min-width: 1200px) {

    .content-portada h2 {
        font-size: 85px;
        line-height: 69px;
    }

    .content-portada p {
        max-width: 690px;
    }

}