
.img_page {
    box-shadow: 2px 2px 5px 5px #b4b4b4;
}

.sombra {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: rgb(255, 255, 255);
}

.container_borde {
    border-bottom: 5px solid #8a9597;
}

.titulo_seccion {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: rgb(0, 0, 0);
}

.txt_1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgb(73, 79, 83);
    text-align: justify;
}

.txt_2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgb(73, 79, 83);
    text-align: center;
}

.txt_3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 70px;
    color: rgb(73, 79, 83);
    text-align: right;
}

.txt_4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: rgb(73, 79, 83);
    text-decoration: none;
}

.txt_5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: rgb(73, 79, 83);
    text-decoration: none;
}

.txt_6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: rgb(73, 79, 83);
    text-decoration: none;
}

.txt_7 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: rgb(73, 79, 83);
    text-decoration: none;
}

.txt_8 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: rgb(73, 79, 83);
    text-align: justify;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}
.custom_bg_img{
    position: absolute;
    width: 100%;
    height: auto;
    opacity: .2;
}
.card_index{
    z-index: 2;
}
.card_overflow_hidden{
    overflow: hidden;
}
.container-imagen-card-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.elevated {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}
.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-active-left{
    opacity: 1;
    transform: translateX(0);
}
.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-active-right{
    opacity: 1;
    transform: translateX(0);
}
.planes{
    overflow: hidden;
}

.img_benef{
    width: 100%;
}

@media screen and (max-width: 576px) {
    .titulo_seccion {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: rgb(0, 0, 0);
    }

    .txt_1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: rgb(73, 79, 83);
        text-align: center;
    }

    .txt_2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: rgb(73, 79, 83);
        text-align: center;
    }

    .txt_3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 30px;
        color: rgb(73, 79, 83);
        text-align: center;
    }

    .txt_4 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 17px;
        color: rgb(73, 79, 83);
        text-decoration: none;
    }

    .txt_5 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: rgb(73, 79, 83);
        text-decoration: none;
    }

    .txt_6 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: rgb(73, 79, 83);
        text-decoration: none;
    }

    .txt_7 {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 18px;
        color: rgb(73, 79, 83);
        text-decoration: none;
    }

    .txt_8 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: rgb(73, 79, 83);
        text-align: center;
    }

    .sombra {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        background-color: rgb(230, 230, 230);
    }
}