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

:root {
    --primary_color: #071F2B;
    --secondary_color: #708c69;
    --third_color: #7B6823;
    --light_color: #ccc;
    --grey_white: #eee;
    --dark_color: #333;
    --grey_color: #777;
    --white: #fcf2e5;
    --dark: #111;
    --primary_font: "Archivo", sans-serif;
    --secondary_font: "Cormorant", serif;
}

html::-webkit-scrollbar {
    width: 22px;
    
}

html::-webkit-scrollbar-track {
    background: var(--primary_color); 
}

html::-webkit-scrollbar-thumb {
    background-color: var(--secondary_color);
    border: 6px solid var(--primary_color);
    border-radius: 10px; 
}

body {
    font-family: var(--primary_font);

}

.white {
    color: var(--white);
}

.h1 {
    font-weight: 200!important;
}

.global_bg_main {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../assets/images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.global_bg_white {
    background: var(--white)!important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.global_bg_green {
    background: var(--secondary_color)!important;
}

footer {
    position: relative;
    z-index: 100;
}

a {
    text-decoration: none;
}

p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#menu_icon {
    color: #fcf2e5;
    font-size: 1.7em;
}

.global_hidden {
    overflow: hidden;
}

.global_color_primary {
    color: var(--primary_color) !important;
}

.global_color_dark {
    color: var(--dark_color) !important;
}

.global_color_grey {
    color: var(--grey_color) !important;
}


.global_witout_underline {
    text-decoration: none !important;
}

.global_section {
    color: var(--grey_white);
}

.global_color_stock {
    color: var(--dark_color);
}

.global_height_100 {
    min-height: 100%
}

.global_height_80 {
    min-height: 80%
}

.global_height_20 {
    min-height: 20%
}

.global_height_title_articulo {
    min-height: 70px
}

.global_height_subtitle_articulo {
    height: 50px
}

.global_without_border_right {
    border-right: 0 !important;
}

.global_without_border_left {
    border-left: 0 !important;
}

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

.global_scroll {
    overflow: scroll;
}

.global_search_form,
.global_search_form input {
    border-radius: 0;
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--primary_color) !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: var(--white);
    box-shadow: none;
}

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

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

.global_copy_link {
    color: var(--grey_color) !important;
}

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

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

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

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

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

.global_navbar_toggler {
    position: absolute;
    right: 25px;
    top: 30px;
}
.global_navbar_toggler,
.global_navbar_toggler:focus,
.global_navbar_toggler:active {
    border: 0 !important;
    box-shadow: none !important;
}

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

.global_font_08 {
    font-size: 0.8em !important;
}

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

.global_font_1 {
    font-size: 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_6 {
    font-size: 3em !important;
}

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

.global_weight_1 {
    font-weight: 200 !important;
}

.global_title_destacados {
    font-size: 1.5em;
    color: var(--primary_color) !important;
    font-weight: 200;
}

.global_title_descripcion {
    font-size: 0.6em;
    color: var(--primary_color) !important;
    font-weight: 200;
}

.global_border_bottom {
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 30px !important;
    background: var(--primary_color);
}

.global_border_bottom::placeholder {
    color: #697077;
    opacity: 1;
}

.global_border_bottom:focus,
.global_border_bottom:active {
    background: #01293d;
}

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

.global_with_radius_1 {
    border-radius: 13px !important;
}

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

.global_with_radius_3 {
    border-radius: 30px !important;
}

.global_with_radius_4 {
    border-radius: 40px !important;
}

.global_with_radius_5 {
    border-radius: 9px !important;
}

.global_with_radius_left_1 {
    border-radius: 13px 0 0 13px !important;
}

.global_with_radius_right_1 {
    border-radius: 0 13px 13px 0 !important;
}

.global_with_radius_top_1 {
    border-radius: 18px 18px 0 0 !important;
}

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

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

.modal-backdrop.show {
    opacity: initial!important;
    background-color: rgba(0,0,0,0.55);
    backdrop-filter: blur(10px);
}

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

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

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

.global_with_radius_left_5 {
    border-radius: 9px 0 0 9px !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;
    border-radius: 20px !important;
}

.global_bg_cart {
    background: #eee;
}

.global_fixed {
    position: fixed;
}

.card,
.card img {
    border: none;
    border-radius: 20px;
    background: var(--white);
}

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

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:after,
.swiper-button-prev:after {

    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 1.4em !important;
}

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

.button {
    border-radius: 0;
    outline: none;
}

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

.form-select:focus,
.form-select:active,
.form-control:focus,
.form-control:active {
    outline: none !important;
    box-shadow: none !important;
}

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

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

.dropdown-menu {
    border: none !important;
}

.dropdown-item {
    color: var(--primary_color) !important;
    font-size: 0.9em;
}

.form-check-input:checked {
    background-color: var(--secondary_color)!important;
    border: 1px solid var(--secondary_color)!important;;
}


.form-check-label {
    color: var(--white) !important;
    font-weight: 300 !important;
    cursor: pointer !important;
    font-size: 1.2em;
    text-decoration: none !important;
    font-family: var(--secondary_font);
}

.swal2-show,
.swal2-styled {
    border-radius: 20px !important;
}

.grecaptcha-badge {
    position: fixed !important;
    z-index: 1100 !important;
}

.global_fieldset {
    display: none;
}

.global_disabled {
    opacity: 0.5;
}

.global_disabled:hover {
    background: var(--primary_color) !important;
}

#first {
    display: block;
}

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;
}

#msj_type {
    color: #777;
}

.dropdown-menu {
    border-radius: 0;
}

#content {
    visibility: hidden;
}

#loader {
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -76px 0 0 -76px;
    border: 13px solid #ffffff3d;
    border-radius: 50%;
    border-top: 13px solid var(--primary_color);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.carousel-caption {
    display: absolute;
    top: 50%;
}


.text-icon {
    transition: .3s ease-in-out;
    color: #25a249;
    position: fixed;
    z-index: 1020;
    bottom: 3%;
    right: 20px;
    font-size: 1.4em;
}

.text-icon:hover {
    transition: .3s ease-in-out;
    color: var(--secondary_color) !important;
}



@keyframes vibrate {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-4px);
    }

    40% {
        transform: translateX(4px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.whatsapp-button {
    display: inline-block;
    animation: none;
    /* Start with no animation */
}

.vibrate {
    animation: vibrate 0.5s;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (max-width:700px) {
    .global_font_3 {
        font-size: 1em;
    }

    .global_height_title_articulo {
        min-height: 35px
    }

    .global_height_subtitle_articulo {
        height: 35px
    }
    #loader {
        position: absolute;
        z-index: 1000;
        left: 60%;
        top: 60%;
    }
    .carousel-caption {
        display: absolute;
        bottom: 1.25rem;
    }
    .global_with_radius_services {
        border-radius: 20px 20px 0 0 !important;
    }
}


.btn-offcanvas-add {
    background: #708C69;
    border: 0 !important;
    color: #fff !important;
    font-size: 1em;
}

.btn-offcanvas-add:hover {
    background: #54684f;
    border: 0 !important;
    color: #fff !important;
    font-size: 1em;
}

.radius-30 {
    border-radius: 30px !important;
}


.form-control {
    background: #fcf2e5;
    border: 1px solid #ccc!important;
    color: #999;
    font-size: 1em !important;
}

.custom_form_login::placeholder {
    background: #fcf2e5;
    color: #999;
    font-size: 1em !important;
    border: 1px solid #ccc!important;
}

.form-control:focus {
    border: 1px solid #071F2B !important;
    background-color: #fcf2e5;
    box-shadow: none;
    color: #999
}

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

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

.title-login {
    color: #708C69;
    font-family: "Cormorant", serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.btn-form {
    background: #071F2B;
    color: #fff;
    border: none !important;
    cursor: pointer;
}

.btn-form:hover {
    background: #1f1f1f;
    color: #708C69;
}