/* Para activar precios  */
/* .offers{
    display: none;
}
.software_background{
    margin-bottom: 0em !important;
} */
/* Fin activar */



/* COVER */
@media (min-width: 576px) {

    .software_background{
        position: absolute;
        top: -90px;
        left: 0;
        right: 0;
        background: linear-gradient(0deg,  black 0%,  #00989d 100%);
        /* background: #00989d; */
        bottom: 10px;
        -webkit-transform: skew(0,8deg);
        height: 620px;
        padding-top: 8em;
    }
    .texto-cover{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 4% !important;
        padding-left: 5%;
    }
    .text-primary-cover{
        color:  #fff !important;
        font-size: 3em;
        font-weight: bold;
        text-align: left !important;
    }
    .titulo-color-dos{
        color: #97ddf1;
    }
}


@media (max-width: 576px) {
    .site-navbar{
        /* background: #00989d !important; */
    }

    #cover{
        /* background: #00989d; */
        background: linear-gradient(-90deg, #00989d,  black );
        /* background: rgb(255,255,255); */
        /* background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%); */
        /* padding-top: 8em; */
    }
    .text-primary-cover{
        color:  #fff !important;
        /* font-size: 4em; */
        font-weight: bold;
        text-align: left !important;
    }
    .software_background{
        position: absolute;
        top: -90px;
        left: 0;
        right: 0;
        background: linear-gradient(-90deg, #00989d,  black ) !important;
        /* background: #00989d; */
        bottom: 10px;
        -webkit-transform: skew(0,8deg);
        height: 620px;
        padding-top: 8em;
    }

}

.software_background2{
    /* background: rgb(255,255,255); */
    /* background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%); */
    padding-top: 8em;
}


.separador{
    position: relative;
    left: -41%;
    border: 4px solid #97ddf1;
    border-radius: 5px;
    width: 15%;
}

.block-services-1-cover{
    color: rgba(255, 255, 255, 0.7);
}
.fuerte{
    color: color: #fff;;
}


/* #products{
    padding-top: 7%;
} */
.image_software{
    /* position: relative; */
    /* height: 100%; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.imagen-texto{
    /* background-color: white !important; */
    /* color: black !important; */
}
.container-image-product{
    height: 20em;
}
.container-image-full{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-0{

    max-width: 130% !important;
}


/* SECCIÓN PRECIOS */
.offers{
    /* padding-bottom: 3em; */
    margin-top: 3em;
}

.card{
    border-radius: 5px !important;
    margin-bottom: 3em;
}

#products{
    padding-top: 0% !important;
}

.card-header{
    color: white;
}
.container-image-product{
    height: 20em;
}

.img-1{
    width: 100%;
}

.img-2{
    width: 100%;
}
/* .img-2{
    position: absolute;
    width: 70%;
    left: -18%;
    top: 19%;
} */
.characteristics{
    margin-top: 3em;
}

