
body{
    overflow-x: hidden;
    max-width: 100%;
    background-color: transparent;
    height: 100vh;
}

html{
    scroll-behavior: smooth;
}

.contenedorFondoPrins {
    margin-top: 5rem;
    height: 50vh;
    background: black;
    color: var(--white);
    position: relative;
    bottom: 0;
}
.imagenFondoInicial {
    position: absolute;
    background-color: white;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(/static/images/SOLUCIONES.jpg);
    z-index: 1;
    }

div .container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40%;
    background-color: transparent;
    text-align: center;
    color: white;
    opacity: 1;
    z-index: 2;
}

.solucionesTitulo{
    font-family: var(--normalFont), sans-serif;
    font-size: var(--titleSize);
    font-weight: bold;
    text-decoration: none;
    cursor: default;
    line-height: 30px;
}

.solucionesFrase{
    font-family: var(--normalFont), sans-serif;
    font-weight: var(--light);
    font-size: var(--titleSmallSize);
    cursor: default;
    padding: 0;
}


/*CONTENEDER DEL LA PATA*/
.franja{
    display: flex;
    justify-content: center;
    position: relative;
}

.franja a{
    text-decoration: none;
    color: var(--accentColor);
    margin: 0 20px;
    font-family: var(--normalFont);
    font-weight: bold;
    font-size: var(--titleSize);
}

/*FONDO DE TEXTO FRANJA*/
.lineaDoble{
    background-color: var(--white);
}
/*BARRA DETRÁS DE LA PATA*/
.lineaDoble:after {
    border-bottom: 4px solid var(--accentColor);
    -webkit-box-shadow: 0 1px 0 0 var(--accentColor);
    -moz-box-shadow: 0 1px 0 0 var(--accentColor);
    box-shadow: 0 1px 0 0 var(--accentColor);
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 48%; left: 0; right: 0;
    width: 90%;
    z-index: -1;
}

.botonesSoluciones{
    margin: 50px;
}

.contenedorBotones{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    margin: 3vw 10vw 0 10vw;
}

.elemento{
    background-color: var(--accentColor);
    margin: 15px 4vw;
    padding: 30px;
    border-radius: 300px;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}

.elemento:hover{
    background-color: var(--mainColor);
    transform: scale(1.05);
}

.conjuntoElemento{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tituloBoton{
    font-family: var(--normalFont);
    color: var(--accentColor);
    font-size: var(--titleSmallSize);
    font-weight: bold;
}

.INVISIBLE{
    background-color: white;
    height: 150px;
    width: 100%;
}

.SOL{
    width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
}

.leftContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 40vw;
}

.leftContent .tituloSol{
    background-color: var(--mainColor);
    padding: 40px 150px;
    margin: 0 auto 100px auto;
    color: white;
    font-family: var(--normalFont);
    text-align: center;
}

.tituloSol h1{
    font-size: var(--titleSize);
}

.rightContent{
    display: flex;
    align-content: center;
    justify-content: center;
    padding-left:100px;
    width: 40vw;
    margin-top: 40px;
}

.rightContent p{
    font-family: var(--textFont);
    font-size: var(--titleSmallSize);
}

.imagenSol img{
    width: 520px;
    height: auto;
    border-radius: 10px;
}

.compuestosFinal{
    margin: 50px auto;
    width: 80vw;
}

.compuestosExtra{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    align-content: center;
    align-items: flex-start;
}

.columna{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-content: center;
    width: 45%;
    padding: 20px;
}

.fila{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-content: center;
    width: 100%;
    padding: 20px;
    align-items: center;
}

.columna img{
    height: 20vw;
    width: auto;
    margin: 0 auto;
    border-radius: 10px;
}

.títuloImagenColumna{
    font-family: var(--normalFont);
    font-weight: bold;
    font-size: var(--titleInterSize);
    color: var(--accentColor);
    margin: 20px auto;
}

.textoColumna{
    font-family: var(--textFont);
    font-size: var(--titleSmallSize);
    margin: 0 50px 50px 50px;
}

/*PANTALLAS 4K*/
@media (min-width: 2000px) {

    div .container{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 45%;
        background-color: transparent;
        text-align: center;
        color: white;
        opacity: 1;
        z-index: 2;
    }

    .solucionesTitulo{
        font-family: var(--normalFont), sans-serif;
        font-size: var(--titleMegaSize);
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        line-height: 55px;
        margin: 0;
    }

    .solucionesFrase{
        font-family: var(--normalFont), sans-serif;
        font-weight: var(--light);
        font-size: var(--titleMediumSize);
        cursor: default;
        padding: 0;
    }

    .franja a{
        text-decoration: none;
        color: var(--accentColor);
        margin: 0 10px;
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleSize);
    }

    .lineaDoble:after {
        width: 90%;
    }

    .botonesSoluciones{
        margin: 50px 30px 0 30px;
    }

    .contenedorBotones{
        margin: 3vw 10vw 0 10vw;
    }

    .elemento{
        margin: 25px 4vw;
        padding: 40px;
    }

    .elemento img{
        width: 5vw;
        height: auto;
    }

    .tituloBoton{
        font-family: var(--normalFont);
        color: var(--accentColor);
        font-size: var(--titleMediumSize);
        font-weight: bold;
    }

    .INVISIBLE{
        background-color: white;
        height: 200px;
        width: 100%;
    }

    .SOL{
        width: 90vw;
        flex-direction: row;
    }

    .leftContent{
        width: 50vw;
        align-content: flex-start;
    }

    .leftContent .tituloSol{
        width: 100%;
        padding: 30px 50px;
        margin: 0 auto 80px auto;

    }

    .tituloSol h1{
        font-size: var(--titleSize);
        margin: 0;
    }

    .imagenSol img{
        width: 700px;
        height: auto;
    }

    .rightContent{
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 0 40px;
        width: 50vw;
    }

    .rightContent p{
        font-family: var(--textFont);
        font-size: var(--titleMediumSize);
    }

    .compuestosFinal{
        margin: 80px auto 50px auto;
        width: 90vw;
    }

    .compuestosExtra{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .columna{
        width: 100%;
        padding: 20px;
    }

    .columna img{
        height: 15vw;
        width: auto;
        margin: 0 auto;
    }

    .títuloImagenColumna{
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleMediumSize);
        color: var(--accentColor);
        margin: 20px auto;
    }

    .textoColumna{
        font-family: var(--textFont);
        font-size: var(--titleMediumSize);
        margin: 0 auto;
        padding: 0 70px;
    }

}

/*PANTALLAS GRANDES*/
@media (max-width: 1999px) {

    div .container{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 40%;
        background-color: transparent;
        text-align: center;
        color: white;
        opacity: 1;
        z-index: 2;
    }

    .solucionesTitulo{
        font-family: var(--normalFont), sans-serif;
        font-size: var(--titleSize);
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        line-height: 55px;
        margin: 0;
    }

    .solucionesFrase{
        font-family: var(--normalFont), sans-serif;
        font-weight: var(--light);
        font-size: var(--titleSmallSize);
        cursor: default;
        padding: 0;
    }

    .franja a{
        text-decoration: none;
        color: var(--accentColor);
        margin: 0 10px;
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleInterSize);
    }

    .lineaDoble:after {
        width: 90%;
    }

    .botonesSoluciones{
        margin: 50px 30px 0 30px;
    }

    .contenedorBotones{
        margin: 3vw 10vw 0 10vw;
    }

    .elemento{
        margin: 15px 4vw;
        padding: 30px;
    }

    .elemento img{
        width: 6vw;
        height: auto;
    }

    .tituloBoton{
        font-family: var(--normalFont);
        color: var(--accentColor);
        font-size: var(--titleMiniSize);
        font-weight: bold;
    }

    .INVISIBLE{
        background-color: white;
        height: 130px;
        width: 100%;
    }

    .SOL{
        width: 90vw;
        flex-direction: row;
    }

    .leftContent{
        width: 50vw;
        align-content: flex-start;
    }

    .leftContent .tituloSol{
        width: 100%;
        padding: 30px 50px;
        margin: 0 auto 80px auto;

    }

    .tituloSol h1{
        font-size: var(--titleInterSize);
        margin: 0;
    }

    .imagenSol img{
        width: 500px;
        height: auto;
    }

    .rightContent{
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 0 40px;
        width: 50vw;
    }

    .rightContent p{
        font-family: var(--textFont);
        font-size: var(--titleMiniSize);
    }

    .compuestosFinal{
        margin: 80px auto 50px auto;
        width: 90vw;
    }

    .compuestosExtra{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .columna{
        width: 100%;
        padding: 20px;
    }

    .columna img{
        height: 15vw;
        width: auto;
        margin: 0 auto;
    }

    .títuloImagenColumna{
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleMediumSize);
        color: var(--accentColor);
        margin: 20px auto;
    }

    .textoColumna{
        font-family: var(--textFont);
        font-size: var(--titleMiniSize);
        margin: 0 auto;
        padding: 0 20px;
    }

}

/*PANTALLAS LAPTOP GRANDES*/
@media (max-width: 1440px) {

    div .container{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 40%;
        background-color: transparent;
        text-align: center;
        color: white;
        opacity: 1;
        z-index: 2;
    }

    .solucionesTitulo{
        font-family: var(--normalFont), sans-serif;
        font-size: var(--titleSize);
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        line-height: 55px;
        margin: 0;
    }

    .solucionesFrase{
        font-family: var(--normalFont), sans-serif;
        font-weight: var(--light);
        font-size: var(--titleSmallSize);
        cursor: default;
        padding: 0;
    }

    .franja a{
        text-decoration: none;
        color: var(--accentColor);
        margin: 0 10px;
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleInterSize);
    }

    .lineaDoble:after {
        width: 90%;
    }

    .botonesSoluciones{
        margin: 50px 30px 0 30px;
    }

    .contenedorBotones{
        margin: 3vw 10vw 0 10vw;
    }

    .elemento{
        margin: 15px 4vw;
        padding: 30px;
    }

    .elemento img{
        width: 6vw;
        height: auto;
    }

    .tituloBoton{
        font-family: var(--normalFont);
        color: var(--accentColor);
        font-size: var(--titleMiniSize);
        font-weight: bold;
    }

    .INVISIBLE{
        background-color: white;
        height: 130px;
        width: 100%;
    }

    .SOL{
        width: 90vw;
        flex-direction: row;
    }

    .leftContent{
        width: 50vw;
        align-content: flex-start;
    }

    .leftContent .tituloSol{
        width: 100%;
        padding: 30px 50px;
        margin: 0 auto 80px auto;

    }

    .tituloSol h1{
        font-size: var(--titleInterSize);
        margin: 0;
    }

    .imagenSol img{
        width: 500px;
        height: auto;
    }

    .rightContent{
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 0 40px;
        width: 50vw;
    }

    .rightContent p{
        font-family: var(--textFont);
        font-size: var(--titleSmallSize);
    }

    .compuestosFinal{
        margin: 50px auto 50px auto;
        width: 90vw;
    }

    .compuestosExtra{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .columna{
        width: 100%;
        padding: 20px;
    }

    .columna img{
        height: 20vw;
        width: auto;
        margin: 0 auto;
    }

    .títuloImagenColumna{
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleMediumSize);
        color: var(--accentColor);
        margin: 20px auto;
    }

    .textoColumna{
        font-family: var(--textFont);
        font-size: var(--titleSmallSize);
        margin: 0 auto;
        padding: 0 20px;
    }

}

/*IPAD AIR HORIZONTAL*/
@media (max-width: 1200px) {

    div .container{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 40%;
        background-color: transparent;
        text-align: center;
        color: white;
        opacity: 1;
        z-index: 2;
    }

    .solucionesTitulo{
        font-family: var(--normalFont), sans-serif;
        font-size: var(--titleSize);
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        line-height: 55px;
        margin: 0;
    }

    .solucionesFrase{
        font-family: var(--normalFont), sans-serif;
        font-weight: var(--light);
        font-size: var(--titleSmallSize);
        cursor: default;
        padding: 0;
    }

    .franja a{
        text-decoration: none;
        color: var(--accentColor);
        margin: 0 10px;
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleInterSize);
    }

    .lineaDoble:after {
        width: 90%;
    }

    .botonesSoluciones{
        margin: 50px 30px 0 30px;
    }

    .contenedorBotones{
        margin: 3vw 2vw 0 2vw;
    }

    .elemento{
        margin: 15px 4vw;
        padding: 30px;
    }

    .elemento img{
        width: 6vw;
        height: auto;
    }

    .tituloBoton{
        font-family: var(--normalFont);
        color: var(--accentColor);
        font-size: var(--titleMiniSize);
        font-weight: bold;
    }

    .INVISIBLE{
        background-color: white;
        height: 130px;
        width: 100%;
    }

    .SOL{
        width: 100vw;
        flex-direction: row;
    }

    .leftContent{
        width: 40vw;
        align-content: flex-start;
    }

    .leftContent .tituloSol{
        width: 100%;
        padding: 30px 50px;
        margin: 0 auto 80px auto;

    }

    .tituloSol h1{
        font-size: var(--titleInterSize);
        margin: 0;
    }

    .imagenSol img{
        width: 350px;
        height: auto;
    }

    .rightContent{
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 0 40px;
        width: 60vw;
    }

    .rightContent p{
        font-family: var(--textFont);
        font-size: var(--textSize);
    }

    .compuestosFinal{
        margin: 50px auto;
        width: 90vw;
    }

    .compuestosExtra{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .columna{
        width: 100%;
        padding: 20px;
    }

    .columna img{
        height: 18vw;
        width: auto;
        margin: 0 auto;
    }

    .títuloImagenColumna{
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleMediumSize);
        color: var(--accentColor);
        margin: 20px auto;
    }

    .textoColumna{
        font-family: var(--textFont);
        font-size: var(--textSize);
        margin: 0 auto;
        padding: 0 20px;
    }

}

/*PANTALLAS NORMALES Y IPAD MINI HORIZONTAL*/
@media (max-width: 1024px) {

    div .container{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 40%;
        background-color: transparent;
        text-align: center;
        color: white;
        opacity: 1;
        z-index: 2;
    }

    .solucionesTitulo{
        font-family: var(--normalFont), sans-serif;
        font-size: var(--titleSize);
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        line-height: 55px;
        margin: 0;
    }

    .solucionesFrase{
        font-family: var(--normalFont), sans-serif;
        font-weight: var(--light);
        font-size: var(--titleSmallSize);
        cursor: default;
        padding: 0;
    }

    .franja a{
        text-decoration: none;
        color: var(--accentColor);
        margin: 0 10px;
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleInterSize);
    }

    .lineaDoble:after {
        width: 90%;
    }

    .botonesSoluciones{
        margin: 50px 30px 0 30px;
    }

    .contenedorBotones{
        margin: 3vw 2vw 0 2vw;
    }

    .elemento{
        margin: 15px 4vw;
        padding: 30px;
    }

    .elemento img{
        width: 6vw;
        height: auto;
    }

    .tituloBoton{
        font-family: var(--normalFont);
        color: var(--accentColor);
        font-size: var(--titleMiniSize);
        font-weight: bold;
    }

    .INVISIBLE{
        background-color: white;
        height: 100px;
        width: 100%;
    }

    .SOL{
        width: 100vw;
        flex-direction: row;
    }

    .leftContent{
        width: 40vw;
        align-content: flex-start;
    }

    .leftContent .tituloSol{
        width: 100%;
        padding: 15px 20px;
        margin: 0 auto 80px auto;

    }

    .tituloSol h1{
        font-size: var(--titleInterSize);
        margin: 0;
    }

    .imagenSol img{
        width: 350px;
        height: auto;
    }

    .rightContent{
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 40px;
        width: 60vw;
    }

    .rightContent p{
        font-family: var(--textFont);
        font-size: var(--titleMiniSize);
    }

    .compuestosFinal{
        margin: 0 auto 50px auto;
        width: 90vw;
    }

    .compuestosExtra{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .columna{
        width: 100%;
        padding: 20px;
    }

    .columna img{
        height: 25vw;
        width: auto;
        margin: 0 auto;
    }

    .títuloImagenColumna{
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleMediumSize);
        color: var(--accentColor);
        margin: 20px auto;
    }

    .textoColumna{
        font-family: var(--textFont);
        font-size: var(--titleMiniSize);
        margin: 0 auto;
        padding: 0 20px;
    }

}

/*TABLETS GRANDES VERTICAL*/
@media (max-width: 991px) {

    div .container{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 40%;
        background-color: transparent;
        text-align: center;
        color: white;
        opacity: 1;
        z-index: 2;
    }

    .solucionesTitulo{
        font-family: var(--normalFont), sans-serif;
        font-size: var(--titleSize);
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        line-height: 55px;
        margin: 0;
    }

    .solucionesFrase{
        font-family: var(--normalFont), sans-serif;
        font-weight: var(--light);
        font-size: var(--titleSmallSize);
        cursor: default;
        padding: 0;
    }

    .franja a{
        text-decoration: none;
        color: var(--accentColor);
        margin: 0 10px;
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleInterSize);
    }

    .lineaDoble:after {
        width: 90%;
    }

    .botonesSoluciones{
        margin: 50px 30px 0 30px;
    }

    .contenedorBotones{
        margin: 3vw 2vw 0 2vw;
    }

    .elemento{
        margin: 15px 4vw;
        padding: 20px;
    }

    .elemento img{
        width: 8vw;
        height: auto;
    }

    .tituloBoton{
        font-family: var(--normalFont);
        color: var(--accentColor);
        font-size: var(--titleMiniSize);
        font-weight: bold;
    }

    .INVISIBLE{
        background-color: white;
        height: 150px;
        width: 100%;
    }

    .SOL{
        width: 100vw;
        flex-direction: column;
    }

    .leftContent{
        width: 100vw;
    }

    .leftContent .tituloSol{
        width: 100%;
        padding: 15px 20px;
        margin: 0 auto 35px auto;

    }

    .tituloSol h1{
        font-size: var(--titleInterSize);
        margin: 0;
    }

    .imagenSol img{
        width: 300px;
        height: auto;
    }

    .rightContent{
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 40px;
        width: 100vw;
    }

    .rightContent p{
        font-family: var(--textFont);
        font-size: var(--titleMiniSize);
    }

    .compuestosFinal{
        margin: 0 auto 50px auto;
        width: 90vw;
    }

    .compuestosExtra{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .columna{
        width: 100%;
        padding: 20px;
    }

    .columna img{
        height: 25vw;
        width: auto;
        margin: 0 auto;
    }

    .títuloImagenColumna{
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleMediumSize);
        color: var(--accentColor);
        margin: 20px auto;
    }

    .textoColumna{
        font-family: var(--textFont);
        font-size: var(--titleMiniSize);
        margin: 0 auto;
        padding: 0 20px;
    }

}

/*TABLETS NORMALES*/
@media (max-width: 768px) {

    div .container{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 40%;
        background-color: transparent;
        text-align: center;
        color: white;
        opacity: 1;
        z-index: 2;
    }

    .solucionesTitulo{
        font-family: var(--normalFont), sans-serif;
        font-size: var(--titleSize);
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        line-height: 55px;
        margin: 0;
    }

    .solucionesFrase{
        font-family: var(--normalFont), sans-serif;
        font-weight: var(--light);
        font-size: var(--titleSmallSize);
        cursor: default;
        padding: 0;
    }

    .franja a{
        text-decoration: none;
        color: var(--accentColor);
        margin: 0 10px;
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleInterSize);
    }

    .lineaDoble:after {
        width: 90%;
    }

    .botonesSoluciones{
        margin: 50px 30px 0 30px;
    }

    .contenedorBotones{
        margin: 3vw 2vw 0 2vw;
    }

    .elemento{
        margin: 15px 4vw;
        padding: 20px;
    }

    .elemento img{
        width: 8vw;
        height: auto;
    }

    .tituloBoton{
        font-family: var(--normalFont);
        color: var(--accentColor);
        font-size: var(--titleMiniSize);
        font-weight: bold;
    }

    .INVISIBLE{
        background-color: white;
        height: 100px;
        width: 100%;
    }

    .SOL{
        width: 100vw;
        flex-direction: column;
    }

    .leftContent{
        width: 100vw;
    }

    .leftContent .tituloSol{
        width: 100%;
        padding: 15px 20px;
        margin: 0 auto 35px auto;

    }

    .tituloSol h1{
        font-size: var(--titleMediumSize);
        margin: 0;
    }

    .imagenSol img{
        width: 300px;
        height: auto;
    }

    .rightContent{
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 40px;
        width: 100vw;
    }

    .rightContent p{
        font-family: var(--textFont);
        font-size: var(--titleMiniSize);
    }

    .compuestosFinal{
        margin: 0 auto 50px auto;
        width: 90vw;
    }

    .compuestosExtra{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .columna{
        width: 100%;
        padding: 20px;
    }

    .columna img{
        height: 20vw;
        width: auto;
        margin: 0 auto;
    }

    .títuloImagenColumna{
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleSmallSize);
        color: var(--accentColor);
        margin: 20px auto;
    }

    .textoColumna{
        font-family: var(--textFont);
        font-size: var(--titleMiniSize);
        margin: 0 auto;
        padding: 0 20px;
    }

}

/*CELULARES*/
@media (max-width: 480px) {

    div .container{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 30%;
        background-color: transparent;
        text-align: center;
        color: white;
        opacity: 1;
        z-index: 2;
    }

    .solucionesTitulo{
        font-family: var(--normalFont), sans-serif;
        font-size: var(--titleInterSize);
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        line-height: 45px;
        margin: 0;
    }

    .solucionesFrase{
        font-family: var(--normalFont), sans-serif;
        font-weight: var(--light);
        font-size: var(--titleMiniSize);
        cursor: default;
        padding: 0;
    }

    .franja a{
        text-decoration: none;
        color: var(--accentColor);
        margin: 0 10px;
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleInterSize);
    }

    .lineaDoble:after {
        width: 100%;
    }

    .botonesSoluciones{
        margin: 50px 20px 0 20px;
    }

    .contenedorBotones{
        margin: 3vw 2vw 0 2vw;
    }

    .elemento{
        margin: 15px 4vw;
        padding: 20px;
    }

    .elemento img{
        width: 15vw;
        height: auto;
    }

    .tituloBoton{
        font-family: var(--normalFont);
        color: var(--accentColor);
        font-size: var(--titleMiniSize);
        font-weight: bold;
    }

    .INVISIBLE{
        background-color: white;
        height: 100px;
        width: 100%;
    }

    .SOL{
        width: 100vw;
        flex-direction: column;
    }

    .leftContent{
        width: 100vw;
    }

    .leftContent .tituloSol{
        width: 100%;
        padding: 15px 20px;
        margin: 0 auto 35px auto;

    }

    .tituloSol h1{
        font-size: var(--titleMediumSize);
        margin: 0;
    }

    .imagenSol img{
        width: 300px;
        height: auto;
    }

    .rightContent{
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 40px;
        width: 100vw;
    }

    .rightContent p{
        font-family: var(--textFont);
        font-size: var(--titleTinySize);
    }

    .compuestosFinal{
        margin: 0 auto 50px auto;
        width: 100vw;
    }

    .compuestosExtra{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .columna{
        width: 100%;
        padding: 20px;
    }

    .fila{
        flex-direction: column-reverse;
    }


    .columna img{
        height: 50vw;
        width: auto;
        margin: 0 auto;
    }

    .títuloImagenColumna{
        font-family: var(--normalFont);
        font-weight: bold;
        font-size: var(--titleMediumSize);
        color: var(--accentColor);
        margin: 20px auto;
    }

    .textoColumna{
        font-family: var(--textFont);
        font-size: var(--titleTinySize);
        margin: 0 auto;
        padding: 0 20px;
    }

}