
/* Changes */
#content-wrapper .page-title {
    font-weight: 700;
    z-index: -1 !important;
}
.products-grid .product-miniature-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;.fiv5 .banner-content
    -ms-flex-flow: column;
    flex-flow: column;
    border: solid 1px #c6c6c6 !important;
}
#left-column {
    padding-right: 0;
    border-right: solid 1px #c6c6c6 !important;
    margin-top: 55px !important;
}
#wrapper .block-title {banner-content
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    border-bottom: solid 2px #c6c6c6 !important;
    width: 93% !important;
}
.block-links ul>li a {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    line-height: 1.8 !important;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
    background-color: #31a4da !important;
}
/* Custom */
.fiv5-content3 {
    margin-top: -40px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.fiv5-content2 {
    margin-top: -59px;
    margin-bottom: 40px !important;
}

.fiv5-content div {
    padding: 1%;
}
.fiv5-content .calign {
    padding: 1%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.fiv5-content .clear{
    clear: both
}
.fiv5-content .w25{
    width: 25%;
}
.fiv5-content .w50{
    width: 50%;
}
.fiv5-content .left {
    float: left
}
.fiv5-content .center {
    text-align: center
}

.fiv5-content .img-h{
    max-height: 60px;
    width: auto;
    max-width: 80%;
    
}
.fiv5-content .img1 {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 230px;
    justify-content: space-around !important;
}
.fiv5-content .img2 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 230px;
    justify-content: space-around !important;
}
.fiv5-content .img3 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 230px;
    justify-content: space-around !important;
}
.fiv5-content .img4{
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
}
.fiv5-content .img-h2{
    max-height: 90px;
    width: auto;
    
}
.fiv5-content h1,h2,h3 {
    font-family: 'Lato', sans-serif;
}   

.fiv5-content h2 {
    text-align: center;
    color: #29ABE2;
    padding-top: 50px;
    font-size: 30px !important;
}

.fiv5-content h3 {
    font-weight: 600;
    font-size: 25px !important;
    margin-bottom: 16px;
}


.fiv5-content p{
    text-align: justify
}


.colorTitle {
    color: #6FC3EF !important;
}

@media only screen and (max-width: 990px) {
    .fiv5-content .w25{
        width: 47%;
        border: none;
    }
}
@media only screen and (max-width: 768px) {
    .fiv5-content .w25{
        width: 98%;
    }
    .fiv5-content .w50{
        width: 98%;
    }
}

/* New */
.fiv5 .banner-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.fiv5 .banner-background img {
    width: 100%;
    height: auto;
    display: block;
}

.fiv5 .banner-content {
    position: absolute;
    top: 20%;
    left: 10%;
    color: white;
    font-family: 'Arial', sans-serif;
}

.fiv5 .banner-content h1 {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1 !important;
    letter-spacing: -2px;
}

.fiv5 .banner-content h2 {
    font-size: 3.5rem;
    font-weight: 100;
    letter-spacing: 1px;
}

.fiv5 .banner-content h3 {
    font-size: 1.3rem;
    font-weight: 300;
}

.fiv5 .banner-content p {
    font-size: 1.2rem;
    font-weight: lighter;
}

/* Media Query para dispositivos móviles */
@media only screen and (max-width: 768px) {
    .fiv5 .banner-content {
        height: 400px;
        width: 400px;
        top: 10%;
        left: 5%;
    }
    .fiv5 .banner-background img {
        width: 100%;
        height: 200px;
        display: block;
    }

    .fiv5 .banner-content h1 {
        font-size: 2rem; /* Reduce el tamaño del texto */
        text-align: left;
    }

    .fiv5 .banner-content h2 {
        font-size: 1rem; /* Reduce el tamaño del texto */
    }

    .fiv5 .banner-content h3 {
        font-size: 1rem; /* Reduce el tamaño del texto */
        text-align: left;
    }

    .fiv5 .banner-content p {
        font-size: .8rem; /* Reduce el tamaño del texto */
        margin-top: 0.5rem;
        text-align: left;
    }

    .fiv5-content {
        flex-direction: column; /* Coloca los elementos en columna */
    }

    .fiv5-content .w50 {
        width: 100%; /* Haz que los elementos ocupen todo el ancho */
        margin-bottom: 20px; /* Añade un margen inferior para separación */
    }
}

/* Media Query para tablets (769px a 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .fiv5 .banner-content {
        top: 15%;
        left: 7%;
        padding: 0 20px;
        text-align: center;
    }

    .fiv5 .banner-background img {
        width: 100%;
        height: auto;
        display: block;
    }

    .fiv5 .banner-content h1 {
        font-size: 3.4rem; /* Ajuste de tamaño para tablets */
    }

    .fiv5 .banner-content h2 {
        font-size: 2.5rem; /* Ajuste de tamaño para tablets */
    }

    .fiv5 .banner-content h3 {
        font-size: 1.2rem; /* Ajuste de tamaño para tablets */
    }

    .fiv5 .banner-content p {
        font-size: 1rem; /* Ajuste de tamaño para tablets */
        margin-top: 0.8rem;
    }

    .fiv5-content {
        flex-direction: row; /* Mantén la disposición en fila para tablets */
    }

    .fiv5-content .w50 {
        width: 48%; /* Ajuste para mantener un buen espacio entre columnas */
        margin-bottom: 0; /* Elimina el margen inferior */
    }
}
