﻿.caracteristicasSec{
    height: auto;
    width: 100%;
    padding: 70px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8e8e8;
}

.contenidoCarac{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
}

.contenidoCarac h1{
    font-size: 32px !important;
    margin-bottom: 30px !important;
    color: #012169 !important;
    text-align: left;
    width: 90%;
    text-transform: none !important;
}

.cartasCarac{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 20px;
    width: 100%;
}


.cartaContent{
    background-color: #ecf5fe;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px;
    border-radius: 15px;
    margin-top: 30px;
}

.cartaContent h2{
    font-size: 23px !important;
    margin: 10px 0px 20px 0px !important;
    color: #012169 !important;
    width: 100%;
    text-align: center;
    text-transform: none !important;
}

.cartaContent p{
    font-size: 19px !important;
    margin: 10px 0px !important;
    color: black !important;
    width: 90%;
    text-align: center;
    text-transform: none !important;
}

.cartaContent img{
    width: 80px;
    margin-bottom: 20px;
    height: 80px;
}

.letraBold{
    font-weight: bold !important;
}

