﻿:root {
    --gmf-primary: #002E1A;
    --gmf-primary-dark: #00140C;
    --gmf-primary-light: #1C5D5A;
    --gmf-primary-lightest: #E5F6CB;
    --gmf-secondary-40: #99ECD7;
    --gmf-primary-200: #FFFAF6;
    --gmf-neutro-grey: #D9D9D9;
    --gmf-neutro-grey-secondary: #DFDFDF;
    --gmf-neutro-grey-tertiary: #787878;
    --gmf-neutro-black: #000000;
    --gmf-font-family: "Titillium Web";
    --gmf-20-px: 20px;
}

body { 
    font-family: var(--gmf-font-family) !important; 
    background-color: var(--gmf-primary-200) !important;
}
.gmf-color-primary { color: var(--gmf-primary); }
.gmf-color-primary-dark { color: var(--gmf-primary-dark); }
.gmf-color-primary-light { color: var(--gmf-primary-light); }
.gmf-color-primary-lightest { color: var(--gmf-primary-lightest); }
.gmf-color-primary-200 { color: var(--gmf-primary-200); }
.gmf-color-neutro-black { color: var(--gmf-neutro-black); }
.gmf-bg-primary { background-color: var(--gmf-primary); }
.gmf-bg-primary-200 { background-color: var(--gmf-primary-200); }
.gmf-bg-shape {
    background-image: url(../Images/bkg_shape.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:30px;
}
.gmf-bdr-radius { border-radius: var(--gmf-20-px); }
.gmf-height-100 { height: 100%; }
.gmf-width-45 { width: 45%; }
.gmf-width-100 { width: 100%; }
.gmf-height-img { height: 100px; }
.gmf-width-fit-content { width: fit-content; }
.gmf-brd-radius-10x { border-radius: 10px; }
.gmf-fs-48x { font-size: 48px; }
.gmf-fs-24x { font-size: 24px; }
.gmf-fomr-btns .cs_btn.cs_style_1.cs_color_1 {
    padding: 24px 20px !important;
    border-radius: 50px !important;
}
.gmf-wsp-btn {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 80px;
    right: 21px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 29px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.gmf-wsp-btn-icon {
    margin-top: 9px;
    margin-left: 3px;
}
button.cs_btn {
    background: none;
    border: none;
}
.cs_post.cs_style_1 button.cs_btn {
    width: 100%;
    background: var(--gmf-primary-200);
}
    .cs_post.cs_style_1 button.cs_btn:focus-visible { outline: none!important;}
/*overwritten*/
a:hover {
    color: var(--gmf-primary)
}
/*header*/
.cs_gescout_sticky { background-color: var(--gmf-primary) !important; }
/*btn*/
.cs_btn.cs_style_1 {
    color: var(--gmf-primary) !important;
    text-transform: uppercase;
    padding: 6px 30px;
    background-color: var(--gmf-primary-lightest) !important;
    border-radius: var(--gmf-20-px) !important;
    box-shadow: 6px 6px 0px 0px var(--gmf-primary) !important;
}
    .cs_btn.cs_style_1:hover {
        color: var(--gmf-primary-lightest) !important;
        background-color: var(--gmf-primary) !important;
        box-shadow: 6px 6px 0px 0px var(--gmf-primary-lightest) !important;
    }
.cs_btn.cs_style_1.cs_color_1 {
    color: var(--gmf-primary) !important;
    background-color: var(--gmf-primary-200) !important;
    border: 1px solid var(--gmf-primary) !important;
}
.cs_btn.cs_style_1:hover { box-shadow: -6px -6px 0px 0px var(--gmf-primary) !important; }
/*product_tab*/
.cs_product_tab li a { color: var(--gmf-primary-dark) !important; }
    .cs_product_tab li a::before { background-color: var(--gmf-primary) !important; }
/*pagination*/
.cs_pagination.cs_style_2 button::before { background-color: var(--gmf-primary-dark); }
.cs_slider_arrows.cs_style_1.cs_type_1 .cs_left_arrow:hover, .cs_slider_arrows.cs_style_1.cs_type_1 .cs_right_arrow:hover { color: var(--gmf-primary); }
/*scrollup*/
.cs_scrollup {
    background-color: var(--gmf-primary-lightest);
    border: 1px solid var(--gmf-primary);
}
/*cs_post*/
.cs_post.cs_style_1 .cs_post_info {
    border: #e3e2e1 1px solid;
    border-radius: 10px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none;
}
/*widget ul*/
.cs_nav_list .cs_btn.cs_style_1 { padding: 4px 10px; }
.cs_nav_widget ul {
    padding: 0px;
    color: var(--gmf-primary);
}
.cs_nav_widget a {
    padding: 11px 18px;
    border-radius: 22px;
    box-shadow: 0px 0px 10px 0px rgba(0, 46, 26, 0.25);
    background: var(--gmf-primary-200);
}
.cs_nav_widget i { top: 17px; }
.cs_nav_widget a:hover, 
.cs_nav_widget a:active,
.cs_nav_widget a:focus,
.cs_nav_widget a:focus-visible {
    background-color: var(--gmf-primary-lightest);
    color: var(--gmf-primary);
}
/*formulario*/
.form-control,
.form-control:focus {
    background: var(--gmf-primary-200);
    border: none;
    border-bottom: var(--gmf-primary-dark) 1px solid;
    border-radius: 0px;
    box-shadow: none;
}
textarea.form-control {
    border: var(--gmf-primary-dark) 1px solid !important;
    border-radius: 10px;
}
.custom-select {
    background-image: url("../Images/iconos/custom-select.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}
/*product_tab - form */
.gmf-product-tab li,
.form-button, 
.modal-btn {
    padding: 5px 30px;
    border: 1px solid var(--gmf-primary);
    border-radius: 22px;
}
    .form-button:hover,
    .modal-btn:hover {
        border: 1px solid var(--gmf-primary);
        background-color: var(--gmf-primary-lightest);
    }
.cs_btn.cs_style_1.cs_color_1.form-button:disabled {
    color: var(--gmf-neutro-grey-tertiary) !important;
    background-color: var(--gmf-neutro-grey-secondary) !important;
    border: 1px solid var(--gmf-neutro-grey-tertiary) !important;
}
.gmf-product-tab li.active {
    background-color: var(--gmf-primary-lightest);
}
    .gmf-product-tab li a:hover { color: var(--gmf-primary); }

.gmf-product-tab.cs_tab_links li {
    cursor: pointer;
}
    .gmf-product-tab.cs_tab_links li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

/*footer*/
hr { border-top: 1px solid var(--gmf-primary); }
.cs_footer_bottom_in { justify-content: flex-end; }
.cs_footer.cs_style_1 .cs_social_btns.cs_style_1 {
    font-size: 20px;
    margin-top: 0px;
}
.cs_footer.cs_style_1 .cs_social_btns.cs_style_1 a,
.cs_team_right .cs_social_btns.cs_style_1 a{
    height: 40px;
    width: 40px;
    border-color: var(--gmf-primary);
    color: var(--gmf-primary);
}
    .cs_footer.cs_style_1 .cs_social_btns.cs_style_1 a:hover,
    .cs_team_right .cs_social_btns.cs_style_1 a:hover {
        background: var(--gmf-primary-lightest);
        border-color: var(--gmf-primary);
    }
.cs_footer_widget_menu a {
    color: var(--gmf-primary-dark);
    background-image: linear-gradient(90deg, var(--gmf-primary-dark) 0, var(--gmf-primary-dark) 100%);
}
.gmf-post-container .cs_post_thumb,  
.gmf-post-container .cs_post_thumb img  {
    border-radius: 10px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.gmf-linear {
    position: relative;
    width: 100%;
    height: 2px;
}
    .gmf-linear::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: var(--gmf-primary-dark);
        opacity: 0.35;
        transition: opacity 0.25s ease;
        z-index: 1;
    }
    .gmf-linear::before {
        content: "";
        position: absolute;
        inset: 0;
        width: 0%;
        background-color: var(--gmf-primary-dark);
        transition: width 0.35s ease;
        z-index: 2;
    }
.cs_team_right:hover .gmf-linear::before {
    width: 100%;
}
.cs_team_right:hover .gmf-linear::after {
    opacity: 0;
}
@media (max-width: 576px) {
    .gmf-funfact .cs_funfact.cs_style_1 {
        justify-content: center;
    }
}
@media (min-width: 576px) {
    .modal-proyectos .modal-dialog {
        max-width: 1000px;
    }
}
@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list {
        height: unset !important;
        flex-wrap: nowrap !important;
        align-items: center;
    }
    .cs_site_header.cs_style_1 .cs_main_header_center { justify-content: flex-end; }
    .gmf-tabs { width: 45%; }
}