body, html {    
    font-family: "Lato",Arial,sans-serif;
}

.fondoGris {
    background-color: #e9f7fb;
}
.fondoverde {
    background: #8cc43e;
    height:10px;
}
.fondoMoradoNav {
    background-color: #2b398f !important;
}

.footer_fc {
    background: #3D3F46;
    color: #fff;
}
.border-top {
    border-top: 1px solid #8cc43e !important;
}

.page-main-title {
    color: #2b3990;
    font-size: 40px;
    margin: 10px 0 20px;
    position: relative;
    line-height: 40px;
    font-weight: 700;
}
.page-title-secondary {
    color: #2b3990;
    position: relative;
    line-height: 37px;
    margin: 30px 0;
    font-weight: 600;
    letter-spacing: .1px;
    line-height: 20px;
}
.secondaryh2 {
    font-weight: 600;
    font-size: 35px;
    letter-spacing: .1px;
}
.page-title-secondary:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: -19px;
    top: 4px;
    bottom: 0;
    background: #8dc63f;
    line-height: 20px;
}

/*clase param degradado azul*/

.bannerazul::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0, rgba(0,0,0,0.01) 1%, rgba(43,57,144,0.85));
    z-index: 3; 
}

.bannerazul img {
    position: relative; 
    z-index: 1; 
}

.bannerazul .overlay-text {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    text-align: start;
    width: 80%;
    color: #fff; /* Color del texto, ajusta según necesites */
    z-index: 4;
}

.bannerazul .overlay-text {
    margin: 0;
}

/*bannerazul*/

.banneraverde::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0, rgb(135 194 76 / 76%) 0%, #8BC34A);
    z-index: 3;
}

.banneraverde img {
    position: relative;
    z-index: 1;
}

.banneraverde .overlay-text {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    text-align: start;
    width: 80%;
    color: #fff; /* Color del texto, ajusta según necesites */
    z-index: 4;
}

.banneraverde .overlay-text {
    margin: 0;
}

/*fin bannerazul*/


.altofijo1 {
    height: 150px;
}

/*vinetas*/

.list-fc {
    list-style: none !important;
}
    .list-fc li {
        position: relative;
        margin-bottom: 15px;
        color: #2b3990;
    }

.list-fc li:before {
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDQgNDQiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+DQogIDxwYXRoIGQ9Im0yMiwwYy0xMi4yLDAtMjIsOS44LTIyLDIyczkuOCwyMiAyMiwyMiAyMi05LjggMjItMjItOS44LTIyLTIyLTIyem0xMi43LDE1LjFsMCwwLTE2LDE2LjZjLTAuMiwwLjItMC40LDAuMy0wLjcsMC4zLTAuMywwLTAuNi0wLjEtMC43LTAuM2wtNy44LTguNC0uMi0uMmMtMC4yLTAuMi0wLjMtMC41LTAuMy0wLjdzMC4xLTAuNSAwLjMtMC43bDEuNC0xLjRjMC40LTAuNCAxLTAuNCAxLjQsMGwuMSwuMSA1LjUsNS45YzAuMiwwLjIgMC41LDAuMiAwLjcsMGwxMy40LTEzLjloMC4xYzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC4zIDAuNCwwLjkgMCwxLjN6IiBmaWxsPSIjMkIzOTkwIi8+DQo8L3N2Zz4NCg==);
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -22px;
    top: 4px;
}

.decorationnone {
    text-decoration: none;
}
@media only screen and (max-width: 320px) {
    .web {
        display: none !important;
    }

    .movil {
        display: block !important;
    }

    html {
        font-size: 16px;
    }

    .padinCero {
        padding: 0px !important;
    }
    .profitCard {
        position: absolute;
        bottom: -72px;
        right: 0;
        text-align: end;
        z-index: 5;
    }

    .altofijo {
        height: 100px;
    }

}

@media only screen and (max-width: 348px) {
    .movil {
        display: block !important;
    }

    .web {
        display: none !important;
    }

    html {
        font-size: 16px;
    }

    .padinCero {
        padding: 0px !important;
    }
    .profitCard {
        position: absolute;
        bottom: -72px;
        right: 0;
        text-align: end;
        z-index: 5;
    }

    .altofijo {
        height: 100px;
    }

}

@media only screen and (max-width: 480px) {
    .web {
        display: none !important;
    }

    .movil {
        display: block !important;
    }

    html {
        font-size: 16px;
    }

    .padinCero {
        padding: 0px !important;
    }
    .profitCard {
        position: absolute;
        bottom: -72px;
        right: 0;
        text-align: end;
        z-index: 5;
    }

    .altofijo {
        height: 100px;
    }

}

/*media css param PC*/
@media only screen and (min-width: 992px) {
    .movil {
        display: none !important;
    }

    .web {
        display: block !important;
    }

    html {
        font-size: 16px;
    }

    .contenidoprincipal {
        position: relative;
        top: -67px !important;
    }
    .profitCard {
        position: absolute;
        bottom: -130px;
        right: 0;
        text-align: end;
        z-index: 5;
    }
    .profitCard2 {
        position: absolute;
        bottom: -130px;       
        z-index: 5;
        left: 50%;
        transform: translateX(-50%);
    }

    .altofijo {
        height: 200px;
    }

}

/*Sobreescribiendo nav movil*/
.navbar-light .navbar-toggler {
    background-color: white;
}

.navbar-light .navbar-toggler-icon {
    background-color: white;
}

.card-container {
    display: flex;
    justify-content: space-around;
    margin-top: 4rem;
}

.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    width: 300px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: center;
}

/*Rombo defs menu*/
.diamond {
    width: 150px;
    height: 50px;
    background-color: #ffffff;
    transform: rotate(45deg);
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}

.imgemail {
    transform: rotate(-45deg);
}
