:root {
    --color_1: #85A0CA;
    --color_2: #fff;
    --color_3: #1F497D;
    --color_4: #F9F8F8;
    --color_5: #2F5A87;
    --color_6: #76936D;
    --color_7: #053131;
    --color_8: #3438BE;
    --color_9: #000;
    --color_10: #C8D300;
    --color_11: #FFCC00;
    --color_12: #1e487c;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Popins/Poppins-Light.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Popins/Poppins-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Popins/Poppins-Medium.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Popins/Poppins-SemiBold.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Popins/Poppins-Bold.ttf');
    font-style: normal;
}

html,
body {
    scroll-behavior: smooth !important;
}

h1,
h2,
h3 {
    font-family: 'Poppins-SemiBold', Arial, sans-serif;
    margin-top: 0;
    line-height: 1.1em !important;
}

h4 {
    font-family: 'Poppins-Medium', Arial, sans-serif;
}

p,
a,
button,
form,
li {
    font-family: 'Poppins-Regular', Arial, sans-serif;
}

.footer_area li,
.footer_area a {
    font-family: 'Poppins-Light', Arial, sans-serif;
}

.img-carga {
    width: 100%;
}

.boxed {
    width: 100% !important;
}

.boxed.box_two {
    margin: 0 0 0 0px !important;
}

.consalt-header-area.style_two .row.style_bg {
    background-color: rgba(0, 0, 0, 0);
}

.sticky {
    background: var(--color_1) !important;
    font-weight: bold !important;
}

.sticky .header-menu ul li a {
    color: var(--color_2) !important;
}

.header-menu ul li a {
    font-weight: bold;
    color: var(--color_3) !important;
}

.header-menu ul .sub_menu {
    background: var(--color_2);
    border-top: none;
}

.header-menu ul .sub_menu li a {
    color: var(--color_3) !important;
}

.header-menu ul .sub_menu li:hover a {
    background: var(--color_2);
    color: var(--color_3) !important;
}

.breadcumb-title h4:before {
    display: none;
}

.sticky.consalt-header-area.style_three .header-menu ul.sub_menu li a:hover {
    color: var(--color_9) !important;
}

/* HOME============================================================== */
section.hero_area.style_two {
    background: url('../images/Home1.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.hero_area .hero_content img {
    margin-bottom: 3%;
    width: 150px;
}

section.hero_area .hero_content p {
    color: var(--color_3);
}

section.hero_area .hero_btn a {
    background-color: var(--color_1);
    border-radius: 14px;
}

section.hero_area .hero_content h1 {
    color: var(--color_3);
}

section.hero_area .hero_video_btn a i {
    color: var(--color_3);
}

section.hero_area .hero_video_btn img {
    width: 20px;
}

section.hero_area .hero_video_btn span {
    color: var(--color_3);
}

.whatsapp-container {
    position: relative;
}

.whatsapp {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 5%;
    right: 5%;
    cursor: pointer;
    z-index: 100;
}

.whatsapp a {
    z-index: 1;
}

.whatsapp .wa-texts {
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 40px;
    background-color: var(--color_10);
    border-radius: 14px;
}

.whatsapp img {
    width: 60px;
    margin-right: -30px;
    z-index: 1;
}

.whatsapp .wa-texts p {
    color: var(--color_2);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 0;
}

/* QUIENES SOMOS============================================= */

section.feature_area .section_title.home_style_four h4 {
    color: var(--color_1);
}

section.feature_area .section_title.home_style_four h1 {
    color: var(--color_3);
}

section.feature_area .consalt_btn {
    text-align: center;
}

section.feature_area .feature_item.style_three .feature_icon {
    border-radius: 50px 50px 50px 50px;
    background-color: var(--color_2);
    border: none !important;
}

section.feature_area .feature_icon.two {
    background-color: var(--color_2) !important;
    border: none !important;
}

section.feature_area .feature_icon.three {
    background-color: var(--color_2) !important;
    border: none !important;
}

section.feature_area .feature_item.style_three .feature_content h3 {
    color: var(--color_3);
}

section.feature_area .consalt_btn a {
    border: 1px solid var(--color_1);
    color: var(--color_3);
    border-radius: 14px;
}

section.feature_area .consalt_btn.style_two span {
    background-color: var(--color_1);
}

p {
    color: var(--color_3);
}

/* QUIENES SOMOS============================================= */


/* BLOG======================================================= */

section.blog_area.style_four {
    background-color: var(--color_4);
    padding: 85px 0 85px;
}

.blog_area .counter_upper h1 {
    color: var(--color_3);
}

.blog_area .counter_upper h4 {
    color: var(--color_1);
}

section.blog_area .meta-blog .meta-icon {
    width: 50px;
}

.blog_area .counter_upper {
    border-bottom: none;
}

section.blog_area .blog-content {
    padding: 35px 13px 20px 13px;
}

section.blog_area .tab_container {
    margin: 0;
}

section.blog_area .tab_container .accordion li p {
    background: none;
    padding: 15px 0px 0px 0px;
    color: var(--color_3);
}

section.blog_area .tab_container .accordion li a {
    background: none;
    padding: 25px 11px 0px 0px;
    color: var(--color_3) !important;
}

section.blog_area .tab_container .accordion li .contacto-btn button {
    justify-content: start;
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    color: var(--color_3) !important;
    background-color: transparent;
    width: 50%;
    border: none;
    text-align: left;
}


section.blog_area .tab_container .accordion li .contacto-btn button span {
    transition: 0.5s;
    letter-spacing: -6px;
    opacity: 0;
}

section.blog_area .single-blog-box:hover .accordion li .contacto-btn button span {
    letter-spacing: 0px;
    opacity: 1;
}

section.blog_area .tab_container .accordion li a.active {
    background: none !important;
}

section.blog_area .accordion li a.active:before {
    width: 0%;
}

section.blog_area .accordion li .contacto-btn button i {
    color: var(--color_3) !important;
    font-weight: bold;
    margin-left: 5%;
}

section.blog_area.style_four .blog-title h3 a {
    color: var(--color_3);
}

/* BLOG======================================================= */


/* CONTACTO===================================================== */

section.contact_area.style_two {
    background: url('');
    background-color: var(--color_1);
}

.contact-form-box.style_three .contact-form button {
    border-radius: 14px;
}

section.case-study-area.style_three {
    background: var(--color_4);
}

section .case-study-thumb {
    background: var(--color_6);
}

section .case-study-content {
    background: var(--color_6);
}

section .contact_main_info .call-do-action-info {
    border-bottom: none;
}

/* CONTACTO===================================================== */

/* ERES CLIENTE================================================= */

section.contact_form .row.form_bg {
    background: var(--color_8);
    padding: 50px 70px 50px;
}

section.contact_form .form_content h3 {
    color: var(--color_2);
}

section.contact_form .consalt_btn a {
    background-color: var(--color_9);
    border-radius: 14px;
}

/* ERES CLIENTE================================================= */

/* BOLSA DE TRABAJO============================================== */

section.about_area {
    padding-top: 8% !important;
}

section.about_area div.col-lg-6:nth-child(2) {
    padding-left: 5% !important;
}

.about_area .about_qute {
    border-top: none;
}

.about_area .about_thumb img {
    width: 100%;
}

.about_area .section_title h4 {
    color: var(--color_1);
}

.about_area .section_title.home_five h4:before {
    display: none;
}

.about_area .section_title h1 {
    color: var(--color_3);
}

.about_area p.about_qute {
    margin-top: 10px;
    padding-top: 0px;
}

.about_area p.two {
    font-size: 14px !important;
    font-style: italic;
}

.about_area p.about_qute::before {
    display: none;
}

.about_area .about_button {
    margin-top: 0px;
}

.about_area .about_btn a {
    background-color: var(--color_10);
    border-radius: 14px;
}

.about_btn a:before {
    display: none;
}

.about_area .mail-icon {
    width: 20px;
}

.mail-cv {
    word-break: break-word;
}


/* BOLSA DE TRABAJO============================================== */

/* FOOTER=========================================================== */

section.footer_area {
    margin-top: 8%;
    padding: 8% 0 8%;
}

section.footer_area.style_two {
    background-image: url('../images/Footer.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .footer_area .mail-icon {
    width: 50%;
}

.footer_area .subscribe_form {
    width: 50%;
} */

section.footer_area .subscribe_form p {
    color: var(--color_2);
}

section.footer_area p.footer_desc {
    color: var(--color_2);
}

section.footer_area .footer-widget-menu ul li,
section.footer_area .footer-widget-menu ul li a {
    font-size: 14px;
    color: var(--color_2);
}

section.footer_area .recent-post-text a {
    font-size: 14px;
    color: var(--color_2);
}

section.footer_area .header-menu {
    justify-content: left;
}

section.footer_area .header-menu ul li {
    padding: 9px 0 9px;
    color: var(--color_2) !important;
    font-size: 14px;
    cursor: pointer;
}

section.footer_area .fa-angle-down:before {
    color: var(--color_2);
}

section.footer_area .header-menu ul .sub_menu li {
    padding: 1px 5% 1px;
}

section.footer_area .header-menu ul .sub_menu li a {
    padding: 5px 0 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color_3) !important;
}

/* FOOTER=========================================================== */

@media (max-width: 999px) {

    .img-carga {
        width: 50%;
    }

    .mean-container .mean-bar::before {
        content: "";
        background-image: none;
        width: 0px;
        height: 0px;
    }

    .section_title h4 {
        font-size: 18px !important;
    }

    .section_title h1 {
        font-size: 18px !important;
    }

    .section_title p {
        font-size: 18px !important;
    }

    .mean-container .mean-bar {
        background: var(--color_1);
    }

    section.hero_area {
        border-radius: 0px !important;
    }

    .whatsapp {
        bottom: 5%;
        right: 5%;
    }

    .whatsapp .wa-texts {
        border-radius: 14px;
    }

    .whatsapp img {
        width: 60px;
    }

    section.feature_area .feature_item {
        display: grid;
        justify-items: center;
    }

    section.feature_area .feature_item .feature_icon {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }

    section.feature_area .feature_item.style_three .feature_content {
        margin-top: 5%;
        text-align: center;
    }


    section.feature_area .feature_item.style_three .feature_content p {
        font-size: 18px !important;
    }

    section.blog_area p {
        text-align: center;
        margin-top: 5%;
    }

    section.blog_area .meta-blog {
        text-align: center;
        margin-bottom: 0px;
    }

    section.blog_area .section_title {
        text-align: center;
    }

    section.blog_area .accordion a {
        font-size: 20px;
        line-height: 1.1em;
    }

    section.blog_area .tab_container .accordion li p {
        text-align: justify;
    }

    .contact_area .call-do-action-info {
        display: grid;
        justify-content: center;
    }

    .contact_area .section_title {
        text-align: center;
    }

    .contact_area .call-do-social_icon i {
        margin-right: 0px !important;
        margin-bottom: 5%;
    }

    .contact_area .contact_main_info.style_two {
        text-align: center;
    }

    section.contact_form .form_content h3 {
        text-align: center;
    }

    section.contact_form .consalt_btn.home_five {
        text-align: center !important;
    }

    section.about_area div.col-lg-6:nth-child(2) {
        padding-left: 10px !important;
        text-align: center;
    }

    .about_area .section_title {
        text-align: center;
        margin-top: 5%;
    }

    .about_area.style_two .section_title p {
        width: 100%;
    }

    .about_button {
        justify-content: center;
    }

    .about_area .about_btn {
        text-align: center;
        margin-right: 0px;
    }

    .about_area .align-items-center .col-md-6 p {
        text-align: center;
    }

    .about_area p.about_qute {
        text-align: center;
    }

    section.footer_area {
        text-align: center;
    }

    .footer-widget-title img {
        width: 60%;
    }

    .footer_area .subscribe_form {
        margin-bottom: 5%;
        /* width: 100%; */
    }

    section.footer_area .header-menu {
        justify-content: center;
    }

    p.footer_desc {
        width: 100%;
    }

    .footer-widget-menu ul li a {
        margin-left: 0px;
    }

    .footer-widget-menu ul li a i {
        display: none;
    }
}
