/* Inicio estilos genéricos */
    @font-face {
        font-family: fuente_regular;
        src: url("fuentes/Poppins/Poppins-Regular.ttf");
    }
    @font-face {
        font-family: fuente_bold;
        src: url("fuentes/Poppins/Poppins-Bold.ttf");
    }
    @font-face {
        font-family: fuente_light;
        src: url("fuentes/Poppins/Poppins-Light.ttf");
    }
    body {
        background: #F2ECD6;
        font-family: fuente_regular, sans-serif !important;
        font-display: fallback;
        font-size: 16px;
        line-height: 20px !important;
    }
    .no-margin {
        margin: 0 !important;
    }
    .no-margin-bottom {
        margin-bottom: 0 !important;
    }
    .no-margin-top {
        margin-top: 0 !important;
    }
    .no-shadow {
        box-shadow: none !important;
    }
    .progress {
        background: rgba(0, 27, 139, .3) !important;
    }
        .determinate {
            background: rgba(0, 27, 139) !important;
        }
    .bold {
        font-family: fuente_bold, sans-serif !important;
        /* font-weight: bold; */
    }
    .light {
        font-family: fuente_light, sans-serif !important;
        /* font-weight: bold; */
    }
    .relative {
        position: relative;
    }
    .absolute {
        position: absolute;
    }
    img {
        max-width: 100%;
    }
    .no-opacity {
        opacity: 0;
    }
    .auto-width {
        width: auto !important;
    }
    .full-width {
        width: 100% !important;
    }
    .all-transitions {
        transition: all .5s;
    }
    @media (max-width: 600px) {
        .center-movil {
            text-align: center !important;
        }
    }
    .uppercase {
        text-transform: uppercase;
    }
    strong {
        font-weight: bold !important;
    }
    .margin-auto {
        margin: auto;
    }
    .google-tag-manager {
        display:none;
        visibility:hidden;
    }
    .table-wrapper {
        overflow-x: auto;
    }
    .fuente-36 {
        font-size: 36px !important;
    }
    .fuente-30 {
        font-size: 30px !important;
    }
    .fuente-28 {
        font-size: 28px !important;
    }
    .fuente-24 {
        font-size: 24px !important;
    }
    .fuente-20 {
        font-size: 20px !important;
    }
    .fuente-14 {
        font-size: 14px !important;
    }
    .fuente-12 {
        font-size: 12px !important;
    }
    .normal-size {
        font-size: 16px;
    }
    #captcha_wrapper_inicio, #captcha_wrapper_olvidar, #captcha_wrapper_comentario {
        display: inline-block !important;   
    }
    .fixed {
        position: fixed;
    }
    .line-height-30 {
        line-height: 30px !important;
    }
    .height-auto {
        height: auto !important;
    }
    .radius-10 {
        border-radius: 10px !important;
    }
    .margin-bottom-80 {
        margin-bottom: 80px !important;
    }
    .margin-top-80 {
        margin-top: 80px !important;
    }
    .margin-bottom-20 {
        margin-bottom: 20px !important;
    }
    .margin-top-20 {
        margin-top: 20px !important;
    }
    .margin-bottom-40 {
        margin-bottom: 40px !important;
    }
    .margin-top-40 {
        margin-top: 40px !important;
    }
    .no-border {
        border: none !important;
    }
    .padding-30 {
        padding: 30px !important;
    }
    .word-break {
        word-break: break-all !important;
    }
    @media (max-width: 380px) {
        #captcha_wrapper_inicio, #captcha_wrapper_olvidar, #captcha_wrapper_comentario {
            transform: scale(.8) translateX(-40px);
        }
    }
    .fp-watermark {
        display: none !important;
    }
/* Fin estilos genéricos */
/* Inicio colores */
    .beige {
        background: #F8F5E8 !important;
    }
    .beige-text {
        color: #F8F5E8 !important;
    }
    .beige-alt {
        background: #F2ECD6 !important;
    }
    .beige-alt-text {
        color: #F2ECD6 !important;
    }
    .verde {
        background: #787951 !important;
    }
    .verde-text {
        color: #787951 !important;
    }
    .verde-alt {
        background: #6D735D !important;
    }
    .verde-alt-text {
        color: #6D735D !important;
    }
    .cafe {
        background: #BA9666 !important;
    }
    .cafe-text {color: #BA9666 !important;
    }
    .negro {
        background: #3C3C3B !important;
    }
    .negro-text {
        color: #3C3C3B !important;
    }
/* Fin colores */
/* Inicio estructura */
    #btn_whatsapp {
        background: #27ca40;
        border-radius: 15px;
        padding: 20px !important;
        position: fixed;
        right: 0;
        top: 120px;
        z-index: 1;
    }
        #btn_whatsapp i {
            font-size: 46px;
        }
            #btn_whatsapp:hover i {
                float: left;
                margin-right: 20px;
            }
        #btn_whatsapp i + span {
            display: none;
            font-size: 12px;
            transform: translateY(13px);
        }
            #btn_whatsapp:hover i + span {
                display: inline-block;
            }
    #section0 {
        background: url('../img/el-magnolio-v4.webp');
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
        #section0 #texto_wompi {
            background: rgba(242, 236, 214, .7);
            border-radius: 10px;
            color: #1C1B1F;
            padding: 20px !important;
        }
        #section0 #btn_wompi {
            background: #B68042;
            height: 45px;
            padding-bottom: 51px;
        }
            #section0 #btn_wompi img {
                transform: translateY(10px);
            }
        .section .logo {
            width: 360px !important;
            /* max-width: 320px; */
        }
    #video_manifiesto {
        height: 480px;
        width: 100%;
    }
        @media (max-width: 600px) {
            .section .logo {
                max-width: 240px;
            }
            #video_manifiesto {
                height: 222px;
                /* margin-bottom: -104px; */
            }
        }
        @media (min-width: 601px) and (max-width: 993px) {
            #video_manifiesto {
                height: 380px;
            }
        }
    #section2 {
        background: url('../img/el-magnolio-v4-2.webp');
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
        #section2 input {
            padding-left: 10px !important;
            padding-right: 10px !important;
            width: calc(100% - 20px);
        }
            #section2 input::placeholder {
                color: #BAA789;
                font-weight: bold;
                text-transform: uppercase;
            }
        #section2 input.select-dropdown.dropdown-trigger {
            background: white;
            border-radius: 10px;
            color: rgba(186, 167, 137, .6);
            font-weight: bold;
            text-transform: uppercase;
        }
    #section3 #footer {
        padding-bottom: 60px !important;
        padding-top: 80px !important;
    }
        @media (min-width: 601px) and (max-width: 1189px) {
            #section3 .btn-flat {
                font-size: 8px !important;
            }
        }
        @media (min-width: 601px) and (max-width: 710px) {
            #section3 .tarjeta {
                min-height: 822px;
            }
        }
        @media (min-width: 711px) and (max-width: 795px) {
            #section3 .tarjeta {
                min-height: 720px;
            }
        }
        @media (min-width: 796px) and (max-width: 992px) {
            #section3 .tarjeta {
                min-height: 662px;
            }
        }
        @media (min-width: 993px) and (max-width: 1179px) {
            #section3 .tarjeta {
                min-height: 658px;
            }
        }
        @media (min-width: 1180px) and (max-width: 1299px) {
            #section3 .tarjeta {
                min-height: 578px;
            }
        }
        @media (min-width: 1300px) and (max-width: 1714px) {
            #section3 .tarjeta {
                min-height: 556px;
            }
        }
        @media (min-width: 1715px) {
            #section3 .tarjeta {
                min-height: 501px;
            }
        }
    #section4 {
        background: url('../img/fondo-gracias.webp');
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
/* Fin estructura */