
.equipos{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #eae3e3;
}

.equipos_titulo {
    color: #106ebe;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 2rem 0;
}
.repuestos{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.repuestos_titulo {
    color: #106ebe;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 2rem 0;
}

.equipos-repuestos_texto {
    line-height: normal;
    margin-bottom: 1rem;
    font-size: 1rem;
}


.equipos-repuestos_texto--destacado {
    color: #005a9e;
    font-weight: 700;
}



@media screen and (min-width: 1024px) {
    .equipos {
        display: flex;
        margin-top: 20px;
        justify-content: space-between;
    }
    .equipos_contenido {
        margin-right: 3rem;
        max-width: 50%;
    }
    .repuestos {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-around;
    }
    .repuestos_contenido {
        margin-left: 3rem;
        max-width: 50%;
    }
    .equipos-repuestos_titulo {
        text-align: left;
    }
    .equipos-repuestos__texto--division {
        border-bottom: 1px solid #eae3e3;

        padding-bottom: 1.5rem;
    }
   
}
@media screen and (max-width: 1024px) {
    .slider-frame{
        margin: 0 3rem;
        width: 300px;
        height: 300PX;
    }
}