.main{
    min-height: 100vh;
    background-image: url('../img/background.jpeg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main::before{
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
    background-color: rgba(52, 44, 206, 0.382);
} 

.content{
    color: #ffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: auto;
}

.content h1{
    font-size: 3.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.content p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-align: center;
}

.btn-sabermas{
    border: none;
    background-color: white;
    color: #030339;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
}

.btn-sabermas:hover{
    background-color: #030339;
    color: white;
}

.nosotros{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 72px 0px;
}

.nosotros h2{
    color: #030339;
    font-size: 2.25rem;
    font-weight: 500;
}

.separador{
    width: 33%;
    height: 5px;
    background-color: #5a8abb;
    margin: auto;
}

.desc-nosotros{
    font-size: 1.12rem;
    text-align: center;
}

.counter p{
    font-size: 2.8rem;
    font-weight: 700;
}

.counter span{
    font-size: 3rem;
    font-weight: 900;
}

.soluciones{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 60px;
}

.soluciones h2{
    color: #030339;
    font-size: 2.25rem;
    font-weight: 500;
}

.titulo-soluciones{
    text-align: center;
    margin-bottom: 4rem;
}

.clientes h2{
    color: #030339;
    font-size: 2.25rem;
    font-weight: 500;
}

.descripcion{
    font-size: 1.12rem;
    font-weight: 500;
}

.solucion{
    padding:  15px 40px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solucion h4{
    font-weight: 700;
}

.solucion p{
    text-align: left;
    bottom: 0;
    position: relative;
}

.btn-solucion{
    border: none;
    padding: 8px 15px;
    border-radius: 0.25rem;
    font-weight: 500;
}

.btn-solucion:hover{
    background-color: #030339;
    color: white;
}

.clientes{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 0px;
}

.titulo-clientes{
    margin: auto;
}

.desc-clientes{
    text-align: center;
    font-size: 1.12rem;
    /* font-weight: 500; */
}

.cliente-slide{
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: scroll;
}

.customer-logos img{
    -webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
}

.customer-logos-resp img{
    -webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 30px;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.customer-logos-resp{
    display: none;
}

@media only screen and (max-width: 576px){
    .customer-logos{
        display: none;
    
    
    }
    .customer-logos-resp{
        display: block;
    }

    .olivos{
        margin-top: -13px;
        margin-left: -16px;
        /* width: 147px !important; */
    }

    .prosalco{
        margin-top: -8px;
        /* width: 153px !important; */
    }

    .praxisalud{
        margin-top: -30px;
    }

    .comedal{
        height: 39px;
        margin-top: -17px;
    }

    .creafam{
        margin-top: -34px;
        /* height: 64px; */
    }

    .cfa{
        margin-top: -19px;
    }

    .coogranada{
        margin-top: -21px;
        height: 41px;
    }

    .coosanluis{
        margin-top: -18px;
        height: 62px;
    }

    .confiar{
        margin-top: -14px;
    }

    .cooservunal{
        margin-top: -22px;
        height: 41px;
    }

    .bolivariana{
        margin-top: -25px;
    }

    .coomunion{
        margin-top: -25px;
    }

    .cis{
        margin-top: -6px;
    }

    .confecoop{
        margin-top: -30px;
        height: 116px;
    }

    .feisa{
        margin-top: -33px;
        height: 113px;
    }

    .coomunion{
        margin-top: -29px;
    }

    .cis{
        margin-top: -14px;
    }

    .localiza{
        margin-top: -23px;
    }

    .cooprudea{
        margin-top: -26px;
        height: 39px;
    }

    .cootramed{
        margin-top: -20px;
        width: 47px;
    }

    .gomez-plata{
        margin-top: -30px;
    }

    .coeda{
        margin-top: -36px;
    }

    .cotrafa{
        margin-top: -18px;
    }

    .avancop{
        margin-top: -30px;
    }

    .firplak{
        margin-top: -22px;
    }
}