@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary_color: #015231;
    --secondary_color: #3d9773;
    --light_color: #ccc;
    --dark_color: #333;
    --dark_grey: #666;
    --light_grey: #999;
    --white: #eee;
    --dark: #111;
    --font: "Poppins", sans-serif;
}

body {
    font-family: var(--font) !important;
}

a {
    text-decoration: none !important;
}

.custom_with_radius_1 {
    border-radius: 6px;
}

.custom_height_100 {
    min-height: 100%
}

.custom_height_80 {
    min-height: 80%
}

.custom_height_20 {
    min-height: 20%
}

.custom_scroll {
    overflow: scroll;
}

.custom_search_form,
.custom_search_form input {
    background: #eee;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

input[placeholder],
[placeholder],
*[placeholder] {
    color: var(--light_grey) !important;
}

.form-control {
    border-radius: 0 !important;
}

.custom_search_form:focus,
.custom_search_form:active,
.custom_search_form input:focus,
.custom_search_form input:active,
.custom_search_form .btn:focus,
.custom_search_form .btn:active {
    box-shadow: none;
    border-radius: 8px;
}

.custom_search_form input {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    color: var(--light_grey) !important;
}

.custom_search_form .btn .fa-solid {
    color: var(--light_grey) !important;
}

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

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

.custom_font_1 {
    font-size: 1em;
}

.custom_font_2 {
    font-size: 1.25em;
}

.custom_font_3 {
    font-size: 1.5em;
}

.custom_font_4 {
    font-size: 1.75em;
}

.custom_font_5 {
    font-size: 2em;
}

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

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

.text-icon {
    background: linear-gradient(var(--primary_color), var(--secondary_color));
    -webkit-background-clip: text;
    color: transparent;
}

.custom_img_marcas {
    transition: .4s ease-in-out;
}

.custom_img_marcas:hover {
    transform: scale(1.05)!important;
    transition: .4s ease-in-out;
}

.whatsapp-icon {
    color: #46ce73 !important;
    position: fixed;
    z-index: 1020;
    bottom: 3%;
    right: 20px;
}

.custom_weight_1 {
    font-weight: 200;
}


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

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

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

.custom_letter_spacing {
    letter-spacing: 2px;
    color: #fff;
}

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

.custom_color_dark {
    color: var(--dark);
}

.custom_color_white {
    color: #fff;
}

.custom_color_light_color {
    color: var(--light_color);
}

.custom_color_light_grey {
    color: var(--light_grey);
}

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

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

.custom_bg_items {
    background-color: #0f0f0f;
}

.custom_items:hover {
    transition: .4s ease-in-out;
    transform: scale(1.05);
}


.custom_bg_count {
    background: #eee;
}

.custom_bg_cart {
    background: #eee;
}

.custom_fixed {
    position: fixed;
}

.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: 5px;
    outline: none;
}



@media (max-width:700px) {
    .custom_font_3 {
        font-size: 1em;
    }
    .navbar-collapse {
    background-color: var(--dark);
    }
}


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


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

.custom_bg_2 {
    background: var(--secondary_color);
}

.custom_link,
.custom_link a {
    color: var(--secondary_color);
    text-decoration: none;
}

.custom_link a:hover {
    color: var(--white);
}

.custom_header_icon {
    color: var(--white) !important;
    font-size: 1.2em;
    text-decoration: none;
}

.custom_header_link {
    background: var(--secondary_color) !important;
    color: var(--dark) !important;
    font-size: 1em;
    text-decoration: none;
    letter-spacing: 1px;
}

.custom_header_text {
    color: var(--secondary_color) !important;
    font-size: 0.95em;
    font-weight: 600;
}

.custom_bg_menu {
    background: transparent;
    transition: .4s ease-in-out;
}

.custom_bg_menu_scroll {
    background: var(--dark) !important;
    transition: .4s ease-in-out;
}

.custom_nav {
    padding: 0 1em;
    display: flex;
    align-items: center;
}



.custom_nav_link {
    color: var(--white) !important;
}

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

.custom_nav_link_contacto {
    background: var(--primary_color) !important;
    border: 1px solid var(--primary_color) !important;
    color: var(--white) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    border-radius: 5px;
}

.custom_img_brand {
    width: 6em;
}

.custom_img_brand_header {
    width: 5em;
    position: relative;
    top: 1.3em;
    z-index: 800;
}

.custom_img_brand_footer {
    width: 8em;
}

.custom_dropdown_menu {
    background: var(--dark_color) !important;
    color: var(--white) !important;
    border-radius: 0;
    border: 0;
}

.custom_dropdown_menu .dropdown-item {
    background: var(--dark_color) !important;
    color: var(--white) !important;
    letter-spacing: 1px;
    font-size: 0.9em;
}

.custom_dropdown_menu .dropdown-item:hover {
    background: rgba(0, 0, 0, .2) !important;
}

.custom_btn_1 {
    background: var(--secondary_color) !important;
    color: var(--white) !important;
    border-radius: 5px;
}

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

.custom_btn_2 {
    background: var(--white) !important;
    color: var(--secondary_color) !important;
    border-radius: 5px;
}

.custom_btn_2:hover {
    background: var(--secondary_color) !important;
    color: var(--white) !important;
}

.custom_carousel_height {
    height: 80vh;
}

.custom_caption_height {
    height: 60%;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
}

.custom_border_text {
    border-bottom: 3px solid var(--primary_color)
}

.custom_border_bottom_footer {
    border-bottom: 1px solid #CCCCCC
}

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

.custom_title_footer {
    color: var(--white) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
}

.custom_bg_footer {
    background: var(--dark);
}

.custom_bg_footer_bottom {
    background: #222;
}

.custom_item_bottom {
    color: var(--white) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
}

.custom_item_bottom:hover {
    color: var(--light_color) !important;
}

.custom_footer_icon {
    color: var(--secondary_color) !important;
    font-size: 1.4em;
    text-decoration: none;
}

.custom_footer_icon:hover {
    color: var(--light_color) !important;
}

.custom_footer_contact_title {
    color: var(--white) !important;
}

.custom_footer_contact {
    color: var(--light_color) !important;
}

.custom_developed_by {
    color: var(--white) !important;
    font-family: var(--font_) !important;
    font-size: 0.9em;
}

.custom_footer_info {
    color: var(--white) !important;
    font-size: 0.9em;
}


.custom_inner {
    overflow: hidden;
    height: 300px;
    display: flex;
    align-items: center;
}

.custom_inner img {
    width: 100%;
    transition: all 1.5s ease;
}

.custom_inner:hover img {
    transform: scale(1.1);
}

.custom_card_title {
    height: 40px;
    color: var(--white) !important;
    font-weight: 700 !important;
    font-size: 1em;
}

@media (max-width:1400px) {
    .custom_card_title {
        height: 70px;
    }
}

@media (max-width:1200px) {
    .custom_card_title {
        height: 80px;
    }
}

.custom_card_title_focus {
    color: var(--light_grey) !important;
    font-weight: 300;
    font-size: 1em;
}

.custom_card_text {
    font-size: 1.15em;
    color: var(--primary_color) !important;
    font-weight: 600;
}

.custom_card_text_1 {
    font-size: 1.25em;
    color: var(--dark_color) !important;
    font-weight: 600;
}

.custom_card_category {
    font-size: 1.15em;
    color: var(--white) !important;
    text-shadow: 1px 2px 5px #333;
    font-weight: 200;
}

.custom_card_items:hover {
    background: var(--white);
    transition: all ease-in-out 0.5s;
    cursor: default;
}

.custom_card {
    width: 350px;
    border: none;
    height: 350px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.custom_p_info {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1100;
    color: #888;
    font-size: 0.9em;
}

.custom_p_info h4 {
    color: var(--primary_color) !important
}

.custom_p_price {
    position: absolute;
    right: 5px;
    top: 20px;
    z-index: 1200;
}

.custom_span_category {
    color: var(--secondary_color);
    text-transform: uppercase;
}

.custom_p_image img {
    width: 240px;
    transform: rotate(15deg);
    transition: all 0.5s;
}

.custom_p_about {
    position: absolute;
    width: 170px;
    font-size: 5px;
    top: 140px;
    left: -125px;
    opacity: 0
}

.custom_card:hover .custom_p_about {
    animation: content 300ms ease-in forwards
}

@keyframes content {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        left: 25px
    }
}

.custom_card:hover .custom_p_image img {
    animation: onimage 300ms ease-in forwards
}

.custom_card:hover .custom_p_price {
    animation: onprice 500ms ease-in forwards
}

@keyframes onprice {
    0% {
        right: 5px;
        top: 20px
    }

    50% {
        right: 60px;
        top: 5px
    }

    100% {
        right: 70%;
        top: 90px
    }
}

@keyframes onimage {
    0% {
        width: 250px
    }

    50% {
        width: 200px;
        transform: translateY(-5px);
        transform: translateX(100px)
    }

    100% {
        width: 180px;
        top: 100px;
        transform: translateY(100px);
        transform: translateX(15px)
    }
}

.custom_buttons {
    position: absolute;
    bottom: -150px
}

.custom_card:hover .custom_buttons {
    animation: buttons 500ms ease-in forwards
}

@keyframes buttons {
    0% {
        bottom: -100px
    }

    100% {
        bottom: 20px
    }
}

.custom_btn {
    height: 50px;
    font-size: 16px;
    width: 140px !important;
    font-weight: 600;
    background: var(--secondary_color) !important;
}

.custom_inner_main_image {
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: center;
}

.custom_inner_main_image img {
    width: 100%;
}

.custom_thumbnail {
    height: 60px;
    cursor: pointer;
}

.custom_brand {
    font-size: 1em
}

.custom_act_price {
    color: red;
    font-weight: 400 !important;
    font-size: 2em;
}

.custom_dis_price {
    text-decoration: line-through;
    font-size: 2em
}

.custom_about {
    font-size: 1em;
}


.custom_btn_vista {
    width: 100%;
}

.custom_articulo_shadow {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom_bg_white {
    background: #fff;
}

.order .card {
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    content: '';
    display: block;
    border: 5px solid red
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: red;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 14px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center
}

.ribbon-top-right {
    top: -12px;
    right: -12px
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent
}

.ribbon-top-right::before {
    top: 0;
    left: 0
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0
}

.ribbon-top-right span {
    left: -25px;
    top: 5px;
    transform: rotate(45deg)
}

small {
    font-size: 12px
}

.cart {
    line-height: 1
}

.icon {
    background-color: #eee;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.pic {
    width: 70px;
    height: 90px;
    border-radius: 5px
}

td {
    vertical-align: middle
}

.red {
    color: #fd1c1c;
    font-weight: 600
}

.b-bottom {
    border-bottom: 2px dotted black;
    padding-bottom: 20px
}

p {
    margin: 0px
}

table input {
    width: 40px;
    border: 1px solid #eee
}

input:focus {
    border: 1px solid #eee;
    outline: none
}

.round {
    background-color: #eee;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.payment-summary .unregistered {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    text-transform: uppercase;
    font-size: 14px
}

.payment-summary input {
    width: 100%;
    margin-right: 20px
}

.payment-summary .sale {
    width: 100%;
    background-color: #e9b3b3;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5PX 0
}

.red {
    color: #fd1c1c
}

.del {
    width: 35px;
    height: 35px;
    object-fit: cover
}

.delivery .card {
    padding: 5px 5px
}

.option {
    position: relative;
    top: 50%;
    display: block;
    cursor: pointer;
    color: #888
}

.option input {
    display: none
}

.checkmark {
    position: absolute;
    top: 40%;
    left: -25px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%
}

.option input:checked~.checkmark:after {
    display: block
}

.option .checkmark:after {
    content: "\2713";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out 0s
}

.option:hover input[type="radio"]~.checkmark {
    background-color: #f4f4f4
}

.option input[type="radio"]:checked~.checkmark {
    background: #ac1f32;
    color: #fff;
    transition: 300ms ease-in-out 0s
}



.option input[type="radio"]:checked~.checkmark:after {
    transform: translate(-50%, -50%) scale(1);
    color: #fff
}

.btn-danger {
    background: var(--secondary_color) !important;
    border: 1px solid var(--secondary_color) !important;
    color: var(--white)!important;
}

.btn-outline-danger {
    background: transparent !important;
    border: 1px solid var(--secondary_color) !important;
    color: var(--secondary_color) !important;
}

.btn-outline-success  {
    background: transparent !important;
    border: 1px solid var(--white) !important;
    color: var(--white) !important;
}

@media (max-width:800px) {
    .custom_caption_height {
        height: 70%;
    }

    .custom_header_text {
        font-size: 0.75em;
    }

    .custom_inner {
        height: 180px;
    }

    .custom_inner_main_image {
        height: 280px;
    }

    .custom_thumbnail {
        height: 50px;
    }
}

.custom_radius_10 {
    border-radius: 5px;
}

.custom_bg_servicio_card {
    border-radius: 5px;
    min-height: 400px
}

@media (max-width:1300px) {
    .custom_bg_servicio_card {
        min-height: 300px
    }
}

.custom_dis_price_promo {
    text-decoration: line-through;
    color: #999 !important;
    font-size: 1em;
    font-weight: 300 !important;
}

.card:hover .custom_card_title_promo {
    display: block;
}

.custom_card_title_promo {
    background: rgba(240, 240, 240, 1) !important;
    font-size: 0.85em;
    font-weight: 300;
    position: absolute;
    margin: 20px;
    z-index: 1000;
    border-radius: 5px;
    display: none;
}

.custom_card_title_promo_hotsale {
    background: #cc5161 !important;
    font-size: 1em;
    font-weight: 300;
    position: absolute;
    margin: 20px;
    z-index: 1000;
}

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

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

.btn-close {
    filter: invert(100);
}


@media (max-width:1400px) {
    .custom_h_items {
        min-height:70px
    }
}