/*-- Custom Fonts Colors --*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li a,
span {
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
}

h1,
h2 {
    font-weight: 100;
}

h3 {
    font-weight: 200;
}

h4,
h5,
h6 {
    font-weight: 300;
}

p,
.page-content p,
.comment-body p {
    font-size: 1rem;
    font-weight: 200;
}

b,
strong,
em strong {
    font-weight: 600 !important;
}

body a,
a {
    color: #b0b4b8;
}

body a:hover,
a:hover {
    color: #FFFFFF;
}

ul {
    padding-inline-start: 0px;
}

*::-moz-selection {
    color: #1a1a1a;
    background: #ffffff;
}

*::selection {
    color: #1a1a1a;
    background: #ffffff;
}

body {
    background-color: #1a1a1a;
    color: rgb(255, 255, 255);
}

/*-- Menu Components --*/
.logo-area img {
    height: 80px;
    width: auto;
}

/*-- Custom Components --*/
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.link-underline {
    text-decoration-color: #FFFFFF !important;
}

.sombras {
    box-shadow: 0 15px 45px rgb(16 30 54 / 20%);
    -webkit-box-shadow: 0 15px 45px rgb(16 30 54 / 20%);
}

.sin_sombra {
    box-shadow: 0 0px 0px rgb(16 30 54 / 00%) !important;
    -webkit-box-shadow: 0 0px 0px rgb(16 30 54 / 00%) !important;
}

.alert-header {
    background-color: #1a2531;
    border: 1px solid #17222e;
    ;
}

.principal-menu-area {
    background-color: transparent;
}

.principal-menu-area .area-menu ul li>a {
    font-weight: 500;
    text-transform: uppercase;
}

.principal-menu-area .area-menu ul li ul li>a {
    font-weight: 500;
    text-transform: capitalize;
}

.principal-menu-area .area-menu li a:after {
    content: "";
    display: block;
}

.principal-menu-area .area-menu li a:after {
    position: relative;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #212121;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.principal-menu-area .area-menu li a:hover:after {
    width: 100%;
}

/*-- Footer --*/
.footer-area {
    background-color: #c1d100;
    color: #212121;
    box-shadow: 0px -25px 20px 0px rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: relative;
    overflow: visible;
}

.footer-area::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url('../img/border-footer.svg');
    background-repeat: repeat-x;
    background-size: auto 100%;
    pointer-events: none;
    filter: brightness(0) saturate(100%) invert(84%) sepia(28%) saturate(4500%) hue-rotate(20deg) brightness(95%) contrast(100%);

}

.footer-first-column p,
.footer-second-column p {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.4rem;
}

.footer-third-column p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4rem;
}

.footer-area h3,
.footer-area h3 span {
    font-family: 'Druk Cyr', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1px;
    color: #212121;
    margin-bottom: 2rem;
}

.footer-principal-area,
.footer-secondary-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-principal-area h3 {
    font-weight: 100 !important;
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
}

.footer-secondary-area {
    margin-top: 10rem;
}

.contenido-footer ul li a {
    text-decoration: none;
    width: 100%;
}

.contenido-footer ul li a:hover {
    text-decoration: underline;
}

.footer-area .footer-fourth-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-area .footer-fourth-column p {
    font-family: 'Druk Cyr', Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.footer-area .footer-fourth-column p span {
    font-family: 'Druk Cyr', Helvetica, Arial, sans-serif;
    color: #212121;
}

/*--- Composer Components ---*/
.vc_btn3.vc_btn3-color-orange,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
    color: #fff !important;
    background-color: #ff6600 !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    padding: 1rem 3rem !important;
    border-radius: 4px !important;
    border: 1px solid #b24a04 !important;
}

.vc_btn3.vc_btn3-color-orange:hover,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover {
    background-color: #b24a04 !important;
    border: 1px solid #b24a04 !important;
}

.wpb_wrapper ul li,
.product-container-info ul li,
.woocommerce-tabs .entry-content ul li {
    list-style-type: none;
    background: url('../img/white-check-full.svg') no-repeat left top;
    background-position: left 2px;
    background-size: 22px;
    padding: 0px 0 10px 30px;
    margin-left: 1rem;
}

/*--
PERSONAL STYLES - POST CAROUSEL
--*/
.rpc-thumbnail {
    border-radius: 20px !important;
    border: 3px solid #f7be68;
}

.rpc-thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
            rgba(51, 81, 26, 0.7),
            /* Verde en la parte inferior con 70% de opacidad */
            rgba(0, 128, 0, 0) 80%);
    /* Transparente en la parte superior */
    pointer-events: none;
    /* Permite que los clics pasen a través del gradiente */
    z-index: 1;
    /* Asegura que el gradiente esté sobre la imagen */
}

.rpc-post-title {
    font-size: 20px !important;
    text-align: left !important;
    padding-left: 2rem;
    padding-bottom: 2rem;
    position: absolute !important;
    bottom: 20px !important;
    z-index: 99;
}

/*-- 
MENU FOOTER
--*/
.menu-menu-footer-container ul li a {
    text-transform: capitalize;
    color: #212121;
    font-size: 16px !important;
}

.menu-menu-footer-container ul li:active::before {
    content: " - ";
    margin: 0 8px;
    /* Espaciado entre el guion y los elementos */
    color: #212121;
    /* Color del guion */
    font-weight: bold;
}

/*
.menu-menu-footer-container ul li:not(:last-child)::after {
    content: " - ";
    margin: 0 8px; 
    color: #212121;
    font-weight: bold;
}
*/

/*-- 
RESPONSIVE CUSTOM
--*/
@media (max-width: 970.98px) {

    .footer-principal-area form {
        flex-direction: column;
    }

    .nube-carousel button {
        display: none !important;
    }

    .hombrei,
    .hombred {
        position: relative;
    }

    .vertical-tr1 .wpb_wrapper .vc_empty_space,
    .vertical-tr2 .wpb_wrapper .vc_empty_space {
        display: none !important;
    }

    .gray-mid .vc_column-inner {
        border-right: 0px solid gray;
        border-left: 0px solid gray;
    }

    .offer-table .row .t-left {
        border-right: 0px solid #5e5c5c;
        padding-right: 0px;
        padding-left: 0px;
    }

    .offer-table .row .t-rigth {
        border-left: 0px solid #5e5c5c;
        padding-right: 0px;
        padding-left: 0px;
        padding: 0 !important;
    }

    .package-section .pack2 {
        border-left: 0px solid #4b4b4b;
        border-right: 0px solid #4b4b4b;
    }

    .package-section .pack3 {
        border-right: 0px solid #4b4b4b;
    }

    .package-section .pack1,
    .package-section .pack4 {
        padding-bottom: 10px;
    }

    .package-section .pack2,
    .package-section .pack3 {
        padding-top: 10px;
    }

    .recent-post-shortcode {
        margin-bottom: 2rem;
    }

    .footer-sections .a1,
    .footer-sections .b1,
    .footer-sections .c1,
    .footer-sections .d1 {
        margin-bottom: 1rem;
    }

    .post-contenido .post-meta {
        gap: 8px;
    }

    .post-contenido h1 {
        text-align: center;
        padding: 0rem 1rem;
    }

    .post-contenido .image-post {
        height: auto;
    }

    .area-lista-post .post-list a:first-child .post-list-image {
        height: 200px;
    }

    .area-lista-post .post-list a:first-child .post-content h2 {
        position: relative;
        left: 0px;
        display: block;
        width: auto;
    }

    .package-card {
        padding: 1em 1rem;
    }

    .badge-ribon .vc_column-inner>.wpb_wrapper {
        padding: 3rem 1rem;
    }

    .eco-test-head {
        display: none;
    }

}