﻿/*NEGOCIO*/

.banners-negocio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.item-negocio {
    width: 26%;
    text-align: center;
}

.dato-negocio h2 {
    justify-content: flex-start;
}

.info-negocio h2,
.container h2{
    text-transform: none;
}


.item-negocio img {
    width: auto;
}

h3 {
    color: #EB0A1E;
}

.dato-negocio p,
p.txt-negocio{
    font-size: 18px;
}

.list-negocio {
    text-align: center;
    padding: 35px 0;
    font-size: 18px;
    line-height: 50px;
}

.list-negocio li {
    list-style-position: inside;
}

.list-negocio li::marker{
    color: #EB0A1E;
}

.info-negocio {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    justify-content: space-evenly;
}

.img-negocio{
    width: 45%;
}

.dato-negocio {
    width: 45%;
    padding: 25px;
}

.dato-negocio ul {
    padding: 0;
    list-style: none;
    line-height: 40px;
}

.owl-theme.slider-nt .owl-nav [class*=owl-] {
    position: absolute;
    top: 35%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: rgba(255, 255, 255, .85);
}

.owl-theme.slider-nt .owl-nav [class*=owl-]:hover{
    background-color: rgba(255, 255, 255, .85);
    color: #000;
}

.owl-theme.slider-nt .owl-nav [class*=owl-] i {
    font-size: 18px;
}

.owl-theme.slider-nt .owl-nav .owl-prev {
    left: 15px;
}

.owl-theme.slider-nt .owl-nav .owl-next {
    right: 15px;
}

.owl-theme.slider-nt .owl-dots .owl-dot span {
    width: 32px;
    height: 5px;
    background-color: #D6D6D6;
}

.owl-theme.slider-nt .owl-dots .owl-dot.active span,
.owl-theme.slider-nt .owl-dots .owl-dot:hover span {
    background-color: #EB0A1E;
}

.imgCot {
    width: 100% !important;
}

.cotRapida2 {
    width: 100% !important;
}


.coFin {
    margin-top: 0 !important;
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
    
}

@media (max-width: 768px) {

    .img-negocio {
        width: 100%;
        margin-bottom: 25px;
    }

    .item-negocio {
        width: 45%;
    }

    .item-negocio img {
        width: 85%;
    }

    .dato-negocio {
        width: 100%;
        padding: 0 25px;
    }
}

@media (max-width: 567px) {

    .item-negocio {
        width: 100%;
    }

        .item-negocio img {
            width: auto;
        }

    .list-negocio {
        line-height: 35px;
    }

}





    