:root {
    --primary_color: #f15c44;
    --secondary_color: #b01216;
    --dark_grey_color: #666;
    --light_grey_color: #999;
    --light_color: #ccc;
    --dark_color: #111;
    --white: #fff;
    --light: #eee;
    --dark: #00343F;
    --font: "Exo 2", sans-serif;
}

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



.custom_green_color_vrfd {
    color: rgb(120, 226, 88);
}

.custom_img_opacity {
    opacity: 0.5;
    transition: 0.3s;
}


.custom_img_opacity:hover {
    opacity: 1;
    transition: 0.3s;
}


.custom_orange_color_vrfd {
    color: rgb(255, 191, 52);
}

.custom_violet_color_vrfd {
    color: rgb(88, 102, 226);
}

.custom_tomato_color_vrfd {
    color: tomato;
}

.custom_color_green,
.custom_color_green:hover {
    color: var(--primary_color) !important
}

.custom_color_violet {
    text-decoration: none!important;
    color: var(--secondary_color) !important
}

.custom_color_violet_2 {
    text-decoration: none!important;
    color: var(--secondary_color) !important
}

.custom_color_violet:hover {
    text-decoration: underline!important;
    color: var(--dark_color) !important
}

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

.custom_color_black {
    color: #222 !important
}

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

.custom_border_payment_method {
    border-top: 1px solid var(--light_grey_color)
}

.custom_text_payment_method {
    position: relative;
    bottom: 15px;
    background: #E9E7E4;
    width: 55%;
    border-radius: 50px;
    color: var(--light_grey_color);
}

.custom_btn_trans {
    background: rgba(255, 255, 255, .2) !important;
    border: 1px solid #333!important;
    color: #333 !important;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 400;
    min-height: 45px!important;
}

.custom_title_trans {
    color: #333 !important;
}

.custom_btn_trans:hover,
.custom_btn_trans:active,
.custom_btn_trans:focus {
    transition: 0.3s;
    background: rgba(128, 128, 128, 0.2) !important;
    border: 1px solid rgba(128, 128, 128, 0.2)!important;
}

.custom_color_grey {
    color: var(--dark_grey_color) !important
}

.custom_light_grey {
    color: var(--light_grey_color) !important
}

.custom_font_light {
    font-weight: 300;
}

.custom_color_black {
    color: var(--dark)
}

.custom_color_light_grey {
    color: #999
}

.title_404 {
    color: var(--white) !important;
    text-shadow: 4px 4px var(--secondary_color) !important;
    font-size: 5em;
}

.custom_bg_most {
    background: var(--secondary_color);
    position: relative;
    top: -25px;
    margin-top: -45px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
    padding-left: 2em;
    padding-right: 2em;
}

.custom_bg_mkt {
    background: var(--primary_color);
    position: relative;
    top: -25px;
    margin-top: -45px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
    padding-left: 2em;
    padding-right: 2em;
}

.custom_bg_star {
    background: var(--secondary_color);
    position: relative;
    top: 0;
    margin-top: -45px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
    padding-left: 1em;
    padding-right: 2em;
    height: 40px;
    width: 40px
}

.custom_bg_star_mobile {
    background: var(--secondary_color);
    position: relative;
    top: 0;
    margin-top: -35px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
    padding-left: 1em;
    padding-right: 2em;
    height: 40px;
    width: 40px
}


.custom_bg_cards {
    background: #fff !important;
    min-height: 100%;
}

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

.custom_bg_col {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    min-height: 100%;
    transition: .8s ease-in-out;
}

.custom_bg_col:hover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    transition: .8s ease-in-out;
}

.custom_bg_plan {
    background: #fff;
    min-height: 100%;
}

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

.custom_bg_border_dark {
    background: #111111!important
}

.custom_bg_light {
    background: var(--light);
}

.custom_bg_dark {
    background: var(--dark_color);
}

.custom_bg_white {
    background: #fff;
}

.custom_bg_light_white {
    background: #E9E7E4;
}

.custom_bg_light_white_1 {
    background: rgba(255, 255, 255, .2);
}

.custom_bg_service_modal {
    background: #fff;
    border: 2px solid #fff;
}

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

.custom_line_height {
    line-height: 1.05;
}

.custom_height_form {
    min-height: 460px;
}

.custom_letter_spacing {
    letter-spacing: 1px;
}

.custom_line_though {
    text-decoration: line-through;
    color: #999;
}

.custom_steps {
    background: var(--white);
    font-size: 2.4em;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: #39B702 !important;
}

.custom_steps strong {
    position: relative;
    top: 4px
}

.custom_steps i {
    position: relative;
    top: 6px
}

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

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

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

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

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

.custom_border_x {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.custom_border_left_grey {
    border-left: 1px solid #ccc;
}

.custom_border_right_grey {
    border-right: 1px solid #ccc;
}

.custom_border_bottom_grey {
    border-bottom: 1px solid #ccc;
}

.custom_nav {
    padding: 0 1em;
}

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

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

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

.custom_bg_menu_scroll {
    background: #111111!important;
    transition: .4s ease-in-out;
}

.custom_btn_service,
.custom_btn_service:hover {
    color: var(--dark_color);
    text-decoration: none !important;
}

.custom_btn_service:hover .custom_bg_service_modal {
    border: 2px solid var(--secondary_color);
}

.custom_btn_mp {
    background: #00A7E8 !important;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 400;
    border: none !important;
}

.custom_btn_mp:hover {
    background: #7fdbff !important;

}

.custom_discount {
    border-radius: 5px;
    font-size: 0.8em!important;
}

.custom_btn_create_1 {
    background: var(--primary_color) !important;
    color: var(--white) !important;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 400;
    border: none !important;
}

.custom_btn_create_1:hover {
    background: var(--primary_color) !important;
    transition: .4s ease-in-out;
    color: var(--white);
}

.custom_btn_create_2 {
    border: 1px solid var(--white) !important;
    color: var(--white) !important;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 400;
}

.custom_btn_create_2:hover {
    border: 1px solid var(--white) !important;
    background: var(--white) !important;
    transition: .4s ease-in-out;
    color: var(--primary_color) !important;
}

.custom_btn_create_3 {
    background: var(--secondary_color) !important;
    color: var(--white) !important;
    font-weight: 400;
    font-size: 1.1em;
    color: #fff;
    border: 1px solid var(--secondary_color);
    border-radius: 5px;
    letter-spacing: 1px;
}

.custom_btn_create_3:hover {
    background: var(--dark_color) !important;
    transition: .4s ease-in-out;
    border: 1px solid var(--dark_color) !important;
}

.custom_btn_create_4 {
    background: transparent;
    color: var(--primary_color);
    font-weight: 400;
    font-size: 1.1em;
    border: 1px solid var(--primary_color);
    border-radius: 5px;
}

.custom_btn_create_4:hover {
    background: var(--secondary_color) !important;
    transition: .4s ease-in-out;
    border: 1px solid var(--secondary_color) !important;
    color: #fff;
}

.custom_btn_create_5 {
    transition: .4s ease-in-out;
    border: none;
    font-size: 1.3em;
    border-radius: 5px;
    background-color: #fff;
    color: var(--primary_color);
    padding: 10px;
    text-decoration: none;
}

.custom_btn_create_5:hover {
    background-color: var(--secondary_color) !important;
    transition: .4s ease-in-out;
    color: var(--white);
}

.custom_btn_create_6 {
    background: 0 !important;
    color: var(--white) !important;
    letter-spacing: 1px;
    font-weight: 400;
    border: none !important;
    height: 44px;
}

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

.custom_btn_create_7 {
    background: var(--secondary_color) !important;
    color: var(--white) !important;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 400;
    border: none !important;
}

.custom_btn_create_7:hover {
    background: var(--primary_color) !important;
    transition: .4s ease-in-out;
    color: var(--white);
}


.custom_notification_red {
    background: red;
    color: #fff;
    width: 25px;
    height: 25px;
    position: relative;
    top: 15px;
    left: 10px;
    z-index: 1000;
    border-radius: 30px;
    text-decoration: none!important;
}

.custom_notification_red div {
    position: relative;
    top: 2px
}

.custom_btn_mail {
    background: var(--secondary_color) !important;
    color: var(--white) !important;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 400;
    border: none !important;
}

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

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


.custom_btn_design_1,
.custom_btn_design_1:active,
.custom_btn_design_1:focus {
    background: var(--secondary_color);
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 400;
    border: 0 !important;
    border: 2px solid var(--secondary_color) !important;
}

.custom_btn_design_1:hover {
    background-color: #5b268b !important;
    color: var(--white) !important;
    border: 2px solid #5b268b !important;
}

.custom_btn_design_2,
.custom_btn_design_2:active,
.custom_btn_design_2:focus {
    background: 0;
    color: var(--secondary_color) !important;
    letter-spacing: 1px;
    font-weight: 400;
    border: 2px solid var(--secondary_color) !important;
}

.custom_btn_design_2:hover {
    background-color: #5b268b !important;
    color: var(--white) !important;
    border: 2px solid #5b268b !important;
}

.custom_relative_icon {
    position: relative;
    top: 1px;
}

.custom_relative_icon_2 {
    position: relative;
    top: 8px !important
}

.custom_relative_icon_3 {
    position: relative;
    right: 3px !important
}

.custom_relative_icon_4 {
    position: relative;
    right: 5px !important
}

.custom_relative_election {
    position: relative;
    bottom: 1em
}

.custom_btn_position_mobile {
    position: fixed;
    z-index: 1020;
    bottom: 2%;
}

.custom_btn_dark {
    background: var(--white) !important;
    color: #111111!important;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.2em;
    border-radius: 5px;
}

.custom_img_brand {
    width: 10em;
    transition: .4s ease-in-out;
}

.custom_img_brand_home {
    width: 17em;
    transition: .4s ease-in-out;
}

.custom_img_brand_header {
    width: 10em;
}

.custom_img_brand_footer {
    width: 12em;
}

.custom_img_about {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.custom_height_1 {
    height: 240px;
    box-shadow: rgba(255, 255, 255, 0.7) 0px 4px 12px;
    background: #fff;
    border-radius: 20px;
}

.custom_height_2 {
    height: 160px
}

.custom_link_img_1 {
    position: relative;
    top: 10px;
    z-index: 1020;
    transition: .4s ease-in-out;
}

.custom_link_img_1:hover {
    top: -30px;
    transform: scale(1.2);
    transition: .4s ease-in-out;
}

.custom_link_img_2 {
    position: relative;
    bottom: 20px;
    z-index: 1020;
    transition: .4s ease-in-out;
}

.custom_link_img_2:hover {
    bottom: 45px;
    transform: scale(1.25);
    transition: .4s ease-in-out;
}

.custom_link_img_3 {
    position: relative;
    bottom: 30px;
    z-index: 1020;
    transition: .4s ease-in-out;
}

.custom_link_img_3:hover {
    bottom: 45px;
    transform: scale(1.25);
    transition: .4s ease-in-out;
}

.custom_link_img_4 {
    position: relative;
    bottom: 40px;
    z-index: 1020;
    transition: .4s ease-in-out;
}

.custom_link_img_4:hover {
    bottom: 45px;
    transform: scale(1.25);
    transition: .4s ease-in-out;
}

.custom_link_1 {
    position: relative;
    color: #fff
}

.custom_dropdown_menu {
    background: rgba(255, 255, 255, .9) !important;
    color: var(--white) !important;
    border-radius: 0;
    border: 0;
}

.custom_dropdown_menu .dropdown-item {
    color: var(--dark) !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(--dark_color) !important;
    color: var(--white) !important;
    border-radius: 0;
}

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

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

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

.custom_carousel_height {
    height: 70vh;
}

.custom_caption_height {
    height: 60%;
}

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

.custom_border_price {
    border: 2px solid var(--primary_color);
    transition: 1s;
}

.custom_border_price:hover {
    border: 2px solid var(--secondary_color);
    transition: 1s;
    transform: scale(1.05);
}

.custom_title_text {
    color: var(--primary_color)
}

.custom_title_banner, .custom_subtitle_banner  {
    color: var(--white)
}

.custom_animation_price {
    transition: 1s;
}

.custom_animation_price:hover {
    transition: 1s;
    transform: scale(1.05);
}

.custom_border_star {
    border: 2px solid var(--secondary_color);
}

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

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

.custom_title_home {
    color: var(--white) !important;
    font-size: 3.5em;
    font-weight: 700;
    margin-bottom: 0;
}

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

.custom_bg_footer {
    background: #111111!important;
}

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

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

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

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

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

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

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

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

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

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

.custom_no_incluye {
    color: var(--dark) !important;
}

.custom_height_100 {
    min-height: 100%
}

.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: 50px;
    color: var(--light_grey_color) !important;
    font-weight: 300;
    font-size: 1em;
}

.custom_card_title_focus {
    color: var(--dark_grey_color) !important;
    font-weight: 600;
    font-size: 1.2em;
}

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

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

.custom_card_text {
    font-size: 1.15em;
    color: var(--dark_grey_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
}

.custom_p_price {
    position: absolute;
    right: 10px;
    top: 20px
}

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

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

.custom_height_modal {
    min-height: 690px;
}

.custom_radius_modal {
    border-radius: 15px 0 0 15px;
}

.custom_msj_modal {
    color: var(--dark_grey_color);
}

.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: 10px;
        top: 20px
    }

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

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

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

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

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

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

.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_width_reviews {
    width: 80%;
}

.custom_btn_review {
    background: var(--secondary_color) !important;
    color: var(--white) !important;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.1em;
    border-radius: 30px;
    box-shadow: 0 !important;
    outline: 0 !important;
    border: 0 !important;
}

.custom_btn_review:hover {
    background: var(--white) !important;
    color: var(--secondary_color) !important;
    transition: .4s ease-in-out;
}

@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_title_home {
        font-size: 2.8em;
    }

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

@media (max-width:700px) {
    .custom_height_1 {
        height: 300px;
        box-shadow: rgba(255, 255, 255, 0.7) 0px 4px 12px;
        background: #fff;
    }

    .custom_height_2 {
        height: 230px
    }


    .custom_link_img_1 {
        position: relative;
        z-index: 1020;
        transition: .4s ease-in-out;
    }

    .custom_link_img_1:hover {
        top: -30px;
        transform: scale(1.2);
        transition: .4s ease-in-out;
    }

    .custom_link_img_2 {
        position: relative;
        top: 0;
        z-index: 1020;
        transition: .4s ease-in-out;
    }

    .custom_link_img_2:hover {
        bottom: 45px;
        transform: scale(1.25);
        transition: .4s ease-in-out;
    }

    .custom_border_x {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .custom_bg_mkt {
        padding-left: 1em;
        padding-right: 1em;
    }

    .custom_bg_collapse {
        background: #111111!important;
    }

    .select2-container {
        position: absolute;
        top: 890px !important;
    }
}

@media (max-width:400px) {
    .custom_title_home {
        font-size: 2em;
    }
}