@import 'form.css';

.container{
    max-inline-size: 1140px !important
}

.banner-slides{
    overflow-x: hidden;
}

.banner-slides .slides-img{
    display: flex;
    justify-content: center;
}

.content-expecialidad-imagen{
    inline-size: 6.125rem;
    block-size: 3.75rem;
}

.fortalezas{
    background-image: url('../images/bg1.svg');
    background-repeat: no-repeat;
}

.content-left{
    max-inline-size: 350px;
}

.caja-imagen{
    inline-size: 7.375rem;
    block-size: 7.375rem;
}

.caja-top,.caja-right,.caja-left{
    position: relative;
}

.caja-top::before{
    content:'';
    position: absolute;
    inline-size: 85px;
    block-size: 6px;
    bottom: -30%;
    right: 70%;
    background-image: url('../images/union.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-55deg);
}

.caja-right::before{
    content:'';
    position: absolute;
    inline-size: 85px;
    block-size: 6px;
    top: -45%;
    left: -20%;
    background-image: url('../images/union.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(55deg);
}

.caja-left::before{
    content:'';
    position: absolute;
    inline-size: 85px;
    block-size: 6px;
    bottom: 50%;
    left: 106%;
    background-image: url('../images/union.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.caja-top-content{
    left: 125%;
}

.costos{
    background-color: #5c418d;
}

.clientes{
    background-image: url('../images/bg2.svg');
    background-repeat: no-repeat;
    background-position: bottom;
}

.marcas-slides{
    overflow-x: hidden;
}

.marcas-slides .slides-img{
    block-size: 5.25rem;
    display: flex;
    justify-content: center;
}

.contacto{
    background-color: #5c418d;
    background-image: url('../images/form-image.svg');
    background-repeat: no-repeat;
    background-position: -50px bottom;
}

.footer{
    background-color: #1a0d2e;
}