@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --primary_color: #EA7824;
    --dark_grey_color: #666;
    --light_grey_color: #999;
    --light_color: #ccc;
    --dark_color: #333;
    --white: #fff;
    --light: #eee;
    --dark: #111;
    --font: "Rubik", sans-serif;
}

body {
    padding: 0 !important;
    background-color: none !important;
}

.global_height_text_1 {
    height: 80px
}

.global_height_text_2 {
    height: 120px
}

.global_height_80 {
    min-height: 80%
}

.global_height_20 {
    min-height: 20%
}

.global_scroll {
    overflow: scroll;
}

.global_search_form,
.global_search_form input {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid var(--white);
    color: var(--white) !important;
}

.global_search_form:focus,
.global_search_form:active,
.global_search_form input:focus,
.global_search_form input:active,
.global_search_form .btn:focus,
.global_search_form .btn:active {
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.global_search_form input {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    color: var(--white);
}

.global_img_confian {
    width: 100%;
    opacity: 0.4;
    transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    position: relative;
    z-index: 1020;
}

.global_img_confian:hover {
    opacity: 1;
    transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
}

.global_img_creadas {
    height: 80px;
}


.global_search_form .btn .fa-solid {
    color: var(--white) !important;
}

.global_navbar_toggler,
.global_navbar_toggler:focus,
.global_navbar_toggler:active {
    border: 0 !important;
    box-shadow: none !important;
}

.global_margin_right_2 {
    margin-right: 0.7em;
}

.global_margin_5 {
    margin: 5em;
}

.global_padding_5 {
    padding-top: 12em;
    padding-bottom: 12em;
}

.global_font_05 {
    font-size: 0.5em !important;
}

.global_font_social_wp {
    font-size: 1.5em !important;
}

.global_font_social {
    font-size: 1.25em !important;
}

.global_font_06 {
    font-size: 0.6em !important;
}

.global_font_065 {
    font-size: 0.7em !important;
}

.global_font_07 {
    font-size: 0.75em !important;
}

.global_font_09 {
    font-size: 0.9em !important;
}

.global_font_1 {
    font-size: 1em !important;
}

.global_font_1_1 {
    font-size: 1.1em !important;
}

.global_font_2 {
    font-size: 1.25em !important;
}

.global_font_3 {
    font-size: 1.5em !important;
}

.global_font_4 {
    font-size: 1.75em !important;
}

.global_font_5 {
    font-size: 2em !important;
}

.global_font_5_5 {
    font-size: 2.5em !important;
}

.global_font_6 {
    font-size: 3em !important;
}

.global_font_7 {
    font-size: 3.5em !important;
}

.global_font_8 {
    font-size: 4em !important;
}

.custom_title_terms {
    color: var(--primary_color) !important;
    font-size: 0.7em !important;
}

.global_animation_icon i {
    position: relative;
    animation: icon 2s linear infinite;
}

@keyframes icon {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 0.4em;
    }

    100% {
        bottom: 0;
    }
}

.global_weight_1 {
    font-weight: 200;
}

.global_height_70 {
    height: 70vh
}

.global_height_90 {
    height: 90vh
}

.global_height_100 {
    min-height: 80vh
}

.global_height_130 {
    min-height: 130vh
}

.global_with_radius_4 {
    border-radius: .25rem !important;
}

.global_with_radius_7 {
    border-radius: 7px !important;
}

.global_with_radius_10 {
    border-radius: 10px !important;
}

.global_with_top_radius_10 {
    border-radius: 10px 10px 0 0 !important;
}

.global_with_bottom_radius_10 {
    border-radius: 0 0 10px 10px !important;
}

.global_with_left_radius_10 {
    border-radius: 10px 0 0 10px !important;
}

.global_with_right_radius_10 {
    border-radius: 0 10px 10px 0 !important;
}

.global_with_radius_15 {
    border-radius: 15px !important;
}

.global_with_left_radius_15 {
    border-radius: 15px 0 0 15px !important;
}

.global_with_left_top_radius_15 {
    border-radius: 15px 0 0 15px !important;
}

.global_with_radius_20 {
    border-radius: 20px !important;
}

.global_witout_radius {
    border-radius: 0 !important;
}

.global_trash {
    position: relative;
    z-index: 1000;
}

.global_witout_border,
.global_witout_border:focus,
.global_witout_border:active {
    border: 0 !important;
    outline: none !important;
}

.global_letter_spacing {
    letter-spacing: 2px;
}

.global_col {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.global_bg_count {
    background: #eee;
}

.global_bg_cart {
    background: #eee;
}

.global_fixed {
    position: fixed;
}

.global_text_icon:nth-child(1) {
    color: var(--primary_color) !important;
    position: fixed;
    z-index: 1020;
    bottom: 3%;
    right: 85px;
}

.global_text_icon:nth-child(2) {
    color: var(--primary_color) !important;
    position: fixed;
    z-index: 1020;
    bottom: 3%;
    right: 140px;
}

.global_text_icon:nth-child(3) {
    color: var(--primary_color) !important;
    position: fixed;
    z-index: 1020;
    bottom: 3%;
    right: 180px;
}

.global_text_icon:hover {
    color: var(--secondary_color) !important;
}

.global_wp {
    background: #7ed956 !important;
    border-radius: 5px;
    text-decoration: none;
}


.global_text_icon_wp {
    color: #7ed956 !important;
    position: fixed;
    z-index: 1020;
    bottom: 3%;
    right: 20px;
    text-decoration: none;
}

.global_text_icon_wp:hover {
    color: #5fa142 !important;
}

.global_background_video {
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    filter: brightness(0.5);
}

.global_fieldset {
    transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    display: none;
}

.global_marquee {
    width: 100%;
    height: 70px;
    overflow: hidden;
    background: #00343F;
}

.global_marquee li {
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.global_marquee_content {
    display: flex;
    list-style: none;
    animation: scrolling 18s linear infinite;
}

.global_overlay_banner {
    background-image: linear-gradient(127deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.global_radius_control_right {
    border-radius: 0 5px 5px 0 !important;
}

.global_radius_control_left {
    border-radius: 5px 0 0 5px !important;
}

@keyframes scrolling {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.global_marquee_item {
    flex-shrink: 0;
}

.white {
    color: #fff !important;
}

.gold {
    color: #FEB716 !important;
}

.yellow {
    color: rgb(231, 231, 29);
}

.violet {
    color: violet;
}


.tomato {
    color: tomato;
}

.orange {
    color: orange;
}

.green {
    color: rgb(68, 136, 83);
}

.light_blue {
    color: rgb(47, 144, 189);
}

.btn-primary,
.btn-success {
    background: #7ed956;
    border: 1px solid #7ed956;
    color: #000;
}

.btn-primary:hover,
.btn-success:hover {
    background: #a2b321;
    border: 1px solid #a2b321;
}

.btn-secondary {
    background: #000;
    border: 1px solid #000;
}

#search::placeholder {
    color: var(--white);
    letter-spacing: 1px;
    font-size: 0.95em;
}

#search::-webkit-input-placeholder {
    color: var(--white);
    letter-spacing: 1px;
    font-size: 0.95em;
}

#search::-moz-placeholder {
    color: var(--white);
    letter-spacing: 1px;
    font-size: 0.95em;
}

#search:-ms-input-placeholder {
    color: var(--white);
    letter-spacing: 1px;
    font-size: 0.95em;
}

#search:-moz-placeholder {
    color: var(--white);
    letter-spacing: 1px;
    font-size: 0.95em;
}

.card,
.card img {
    border: none !important;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:after,
.swiper-button-prev:after {
    color: rgba(245, 245, 245, 0.7) !important;
    font-size: 1.4em !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: rgba(245, 245, 245, 1) !important;
}

.button {
    border-radius: 10px;
    outline: none;
}

button:focus,
button:active:focus,
button.active:focus {
    outline: none;
    box-shadow: none;
}

.accordion-item {
    background: 0 !important;
    border: 0 !important;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    filter: invert(10) !important;
}

.accordion-button:not(.collapsed) {
    color: var(--white) !important;
    background-color: 0 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed):active,
.accordion-button:not(.collapsed):focus {
    border: none !important;
    outline: none !important;
    box-shadow: 0 !important;
}

.accordion-body {
    padding: 1rem 0.8rem !important;
}

.button:active,
button:active,
.button:focus,
button:focus,
.button:hover,
button:hover {
    border: none !important;
    outline: none !important;
    box-shadow: 0 !important;
}

.select2-container {
    width: 100% !important;
}

.select2-search__field {
    padding: .375rem .75rem !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--white) !important;
    border: 0 !important;
    padding: 4px 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary_color) !important;
    border: 0 !important;
    color: var(--white) !important;
    padding: 4px 26px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: var(--font) !important;
    font-size: 1em !important;
    height: 30px !important
}

.form-control,
.form-select,
.select2-container--default .select2-selection--multiple {
    background-color: #eee !important;
    border: 1px solid #eee!important;

}

.form-control:focus,
.form-select:focus,
.select2-container--default .select2-selection--multiple:focus {
    border: 1px solid #ccc!important;
    box-shadow: none;
    color: #666
}

.global_control {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.input-group-text {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 0.5rem .75rem
}

.form-check-input:checked {
    background-color: var(--primary_color) !important;
    border-color: var(--primary_color) !important;
    box-shadow: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #eee;
    border: 1px solid var(--secondary_color) !important;
    box-shadow: none;
    color: #666;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0 ease-in-out;
}

.modal-header {
    border-bottom: 0 !important;
}

.modal-content {
    border: none !important;
    background: 0
}

.modal-body {
    background-color: #fff;
    border-radius: 14px !important;
}


.btn:focus {
    box-shadow: none !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.grecaptcha-badge {
    bottom: 90px !important;
}


.calendar,
.calendar_weekdays,
.calendar_content {
    max-width: 450px;
}

.calendar {
    margin: auto;
    font-weight: 400;
}

.calendar_content {
    background: var(--primary_color);
}

.calendar_weekdays {
    background: var(--primary_color);
}

.calendar_header {
    padding: 10px 0;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
    position: relative;
    overflow: hidden;
    text-transform: uppercase !important;
}

.calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
}

.calendar_weekdays div,
.calendar_content div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #000;
    font-size: 1.3em;
    padding: 15px 0;
}

.calendar_content div {
    border: 1px solid transparent;
    float: left;
    position: relative;
    z-index: 0;
}

.calendar_content div:hover {
    border: 1px solid #dcdcdc;
    cursor: default;
}

.calendar_content div.blank:hover {
    cursor: default;
    border: 1px solid transparent;
}

.calendar_content div.past-date {
    color: rgba(0, 0, 0, 0);
}

.calendar_content div.today {
    font-weight: bolder;
    font-size: 1.3em;
    color: var(--dark) !important;
}

.calendar_content div.today:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    background: var(--white);
    z-index: -1;
    -webkit-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
}

.calendar_content div.selected {
    background-color: rgba(0, 0, 0, 0);
}

.calendar_header {
    width: 100%;
    text-align: center;
}

.calendar_header h2 {
    padding: 0 10px;
    font-weight: 900;
    font-size: 2em;
    color: var(--dark);
    float: left;
    width: 70%;
    margin: 0 0 10px;
}

.fc .fc-button-primary {
    background-color: 0 !important;
    border: 0 !important;
    color: var(--primary_color) !important;
}

.fc .fc-toolbar-title {
    font-size: 1.3em !important;
    text-transform: uppercase !important;
}

.fc-view-harness {
    height: 400px !important
}

@media (max-height:900px) {
    .global_height_70 {
        height: 80vh
    }
    .global_height_130 {
        min-height: 150vh
    }
}


@media (max-height:750px) {
    .global_height_130 {
        min-height: 160vh
    }
}

@media (max-height:700px) {
    .global_height_70 {
        height: 90vh
    }
}

@media (max-width:1300px) {
    body {
        font-size: 90%
    }
    .global_height_130 {
        min-height: 140vh
    }
}

@media (max-width:1100px) {
    body {
        font-size: 85%
    }
    .global_height_130 {
        min-height: 150vh
    }
}

@media (max-width:900px) {
    .grecaptcha-badge {
        bottom: 70px !important;
    }

    .global_font_social {
        font-size: 1.7em !important;
    }

    .global_text_icon:nth-child(1) {
        color: var(--primary_color) !important;
        position: fixed;
        z-index: 1020;
        bottom: 110px;
        right: 8px;
    }

    .global_text_icon:nth-child(2) {
        color: var(--primary_color) !important;
        position: fixed;
        z-index: 1020;
        bottom: 170px;
        right: 8px;
    }

    .global_text_icon:nth-child(3) {
        color: var(--primary_color) !important;
        position: fixed;
        z-index: 1020;
        bottom: 270px;
        right: 8px;
    }


    .global_font_social_wp {
        font-size: 2.1em !important;
    }

    .global_text_icon_wp {
        color: #7ed956 !important;
        position: fixed;
        z-index: 1020;
        bottom: 3%;
        right: 8px;
        text-decoration: none;
    }

    .global_text_icon_wp:hover {
        color: #5fa142 !important;
    }

    .global_height_text_1 {
        height: auto
    }
    
    .global_height_text_2 {
        height: auto
    }


    .fc-view-harness {
        height: 380px !important
    }
    .global_font_6 {
        font-size: 1.75em !important;
    }
}