﻿.funcionalidadesSec{
    background-color: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 80px 0px;
}

.contentidoTitulo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.funcionClientes{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cruzSec{
    width: 70px;
    margin-top: 30px;
}

.funcionalidadesTitulo{
    margin-right: 30px;
}

.funcionalidadesTitulo h1{
    font-size: 42px !important;
    color: #012169 !important;
    font-family: VAGRoundedLTProLight !important;
}

.funcionalidadesTitulo h2{
    font-size: 42px !important;
    color: #012169 !important;
    margin-left: 40px !important;
    width: 100%;
}

.conversionContenido{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 50px;
}

.letraNaranja{
    color: rgb(232, 151, 0) !important;
}

.conversionContenido h1{
    text-align: center;
    color: #012169 !important;
}

.textoBold{
    font-family: VAGRoundedLTProBold !important;
}

.conversionContenido img{
    width: 460px
}

.conversionContenido p{
    width: 55%;
    text-align: justify;
    color: #012169 !important;
}

.cuotasContenido{
    width: 30%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cuotasContenido h1{
    text-align: center;
    color: #012169 !important;
}

.cuotasContenido img{
    width: 460px
}

.cuotasContenido p{
    width: 50%;
    text-align: justify;
    color: #012169 !important;
}

@media (min-width: 1367px) {
    .contentidoTitulo{
        display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    }
}

@media (max-width: 1366px) and (min-width: 768px){
    .funcionalidadesSec{
        background-color: white;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 80px 0px;
    }

    .conversionContenido {
        width: 50%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0px;
    }

    .cuotasContenido {
        width: 50%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .contentidoTitulo{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    
    .cruzSec {
        width: 48px;
        margin-top: 30px;
    }

    .funcionalidadesTitulo h1 {
        font-size: 28px !important;
        color: #012169 !important;
        font-family: VAGRoundedLTProLight !important;
    }

    .funcionalidadesTitulo h2 {
        font-size: 28px !important;
        color: #012169 !important;
        margin-left: 40px !important;
    }
}

@media (max-width: 767px) {
    .funcionalidadesSec{
        background-color: white;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 80px 0px;
    }
    
    .funcionClientes{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    
.contentidoTitulo {
    display: flex
;
    justify-content: center;
    margin-bottom: 40px;
}

.conversionContenido {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 0px;
    margin-bottom: 70px;
}

.cuotasContenido {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.funcionalidadesTitulo h2 {
    font-size: 30px !important;
    color: #012169 !important;
    margin-left: 40px !important;
    width: 100%;
}

.funcionalidadesTitulo h1 {
    font-size: 30px !important;
    color: #012169 !important;
    font-family: VAGRoundedLTProLight !important;
}

.cruzSec {
    width: 50px;
    margin-top: 30px;
}

}

@media (max-width: 480px) {
    .cuotasContenido img {
        width: 350px;
    }

    .conversionContenido img{
        width: 350px;
    }
}