#modulo-ventajas {
    margin: 16px 16px 32px;
}

#modulo-ventajas .row .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*#region Header*/

#modulo-ventajas .header .titulo {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #2C2C2C;
}

#modulo-ventajas>div>div>div>div.owl-stage-outer>div>div:nth-child(1)>div>div>h3.subtitulo {
    font-family: IberPangeaText-Regular !important;
}

#modulo-ventajas .subtitulo {
    font-family: IberPangea-Regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 8px;
    padding-bottom: 0;
}

/*#endregion Header*/

#modulo-ventajas .owl-carousel.off {
    display: flex !important;
    justify-content: center;
}

/*#region ItemCarrusel*/

#modulo-ventajas .item-container .item>img {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 8px;
}

#modulo-ventajas .item-container .item>.titulo {
    font-family: IberPangea-Bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

#modulo-ventajas .item-container .item>.desc {
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: IberPangeaText-Regular;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #2c2c2c;
}

/*#endregion ItemCarrusel*/

/*#region DotsCarrusel*/

#modulo-ventajas .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #689f38;
    width: 8px;
    height: 8px;
}

#modulo-ventajas .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #d0e5af;
}

.items-ventajas {
    display: flex;
    flex-direction: column;
}

.items-ventajas .item-container .item {
    padding: 0px 16px;
}

/*#endregion DotsCarrusel*/

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    #modulo-ventajas {
        margin: 16px 40px 32px;
    }
    #modulo-ventajas>div>div>div>div.owl-stage-outer>div>div.owl-item.active>div>div>img {
        margin-top: 100px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #modulo-ventajas>div>div>div>div.owl-stage-outer>div>div.owl-item.active>div>div>img {
        margin-top: 165px;
    }
    #modulo-ventajas>div>div>div>div.owl-stage-outer>div>div.owl-item>div>div>img {
        margin-top: 165px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #modulo-ventajas {
        margin: 32px 83px 64px;
    }
    .items-ventajas {
        flex-direction: row;
        justify-content: center;
    }
    #modulo-ventajas .item-container .item>.desc {
        width: 243px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #modulo-ventajas {
        margin: 32px 100px 64px;
    }
    #modulo-ventajas .item-container .item>.desc {
        width: 301px;
    }
}


/* top large */

@media screen and (min-width: 1920px) {
    #modulo-ventajas {
        margin: 32px 320px 64px;
    }
    #modulo-ventajas .item-container .item>.desc {
        width: 394px;
    }
}