﻿.pluginsSec{
    background-color: white;
    display: flex
;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 80px 0px;
}

.fondoContenido{
    background-color: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 30px 0px;
}

.contenidoPlugin{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
}

.tituloPlugin{
    width: 33%;
    display: flex
;
    align-items: center;
    justify-content: end;
    margin-bottom: 25px;
}

.tituloPlugin h1{
    color: #012169 !important;
    font-size: 42px !important;
}

.contenidoPlugin p{
    color: #012169 !important;
    font-size: 24px !important;
}

.contenidoPlugin img{
    width: 130px;
    margin-right: 30px;
}

.marcasFirma{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marcasFirma img{
    width: 40%;
    margin-top: 60px;
}

@media (max-width: 1366px) and (min-width: 768px){
    .marcasFirma img{
        width: 60%;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .marcasFirma img{
        width: 80%;
        margin-top: 60px;
    }

    .tituloPlugin{
        width: 100%;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    
    .tituloPlugin h1{
        color: #012169 !important;
        font-size: 32px !important;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .contenidoPlugin{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        flex-direction: column;
    }

    .contenidoPlugin p{
        color: #012169 !important;
        font-size: 24px !important;
        text-align: center;
    }

    .contenidoPlugin img{
        width: 130px;
        margin-right: 0px;
        margin-bottom: 30px;
    }
}
