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

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

.custom_bg_btn_eye {
    background: #f3f3f3;
    border-left: none !important;
}

.custom_shipping {
    color: var(--primary_color);
    text-decoration: none;
}

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

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

.custom_forgot a {
    color: var(--primary_color);
    text-decoration: none;
    font-weight: 300;
}

.custom_forgot a:hover {
    text-decoration: underline;
}

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

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

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

.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: var(--white);
    transition: .4s ease-in-out;
}

.custom_border_menu {
    border-top: 1px solid #eee;
    transition: .4s ease-in-out;
}

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

.custom_border_menu_scroll {
    border-top: 1px solid var(--primary_color) !important;
    transition: .4s ease-in-out;
}

.custom_nav {
    padding: 0 1em;
}

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

.custom_nav_link:hover {
    color: var(--secondary_color) !important;
    transition: .1s ease-in-out;
}

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

.custom_nav_link_scroll:hover {
    color: var(--secondary_color) !important;
    transition: .1s ease-in-out;
}

.custom_nav_link_top.active {
    color: var(--white) !important;
    letter-spacing: 2px;
    font-size: 0.9em;
    background: var(--secondary_color);
    border-radius: 30px;
    padding: 0.75em;
}

.custom_nav_link_top {
    color: var(--white) !important;
    letter-spacing: 2px;
    font-size: 0.9em;
}

.custom_nav_link_top:hover {
    color: var(--secondary_color) !important;
    transition: .1s ease-in-out;
}

.custom_nav_link_top:hover img {
    filter: invert(53%) sepia(8%) saturate(1195%) hue-rotate(62deg) brightness(97%) contrast(87%);
}

@media (max-width: 800px) {

    .custom_nav_link_top {
        font-size: 1.2em;
    }

    .custom_nav_link_top:hover {
        color: var(--white) !important;
    }
    
    .custom_nav_link_top:hover img {
        filter:none;
    }
}

.custom_img_brand {
    width: 8em;
}

.custom_img_brand_header {
    width: 9em;
}

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

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

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

.custom_height_img {
    max-height: 35px;
}

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

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

.custom_steps {
    background: var(--primary_color);
    width: 30px;
    height: 30px;
    border-radius: 0;
    color: var(--white) !important;
}

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

.custom_btn_trans {
    background: var(--white) !important;
    border: 1px solid rgba(19, 125, 158, 0.5) !important;
    color: rgba(19, 125, 158, 0.9) !important;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 400;
    min-height: 45px !important;
}

.custom_title_trans {
    color: rgba(19, 125, 158, 0.9) !important;
}

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

.custom_obligatorio {
    color: tomato;
}

.custom_btn_1,
.custom_btn_3 {
    background: var(--primary_color);
    color: var(--white) !important;
}

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

.custom_btn_2,
.custom_btn_4 {
    background: var(--secondary_color) !important;
    color: var(--white) !important;
    border-radius: 0;
}

.custom_btn_5 {
    background: #EA4335 !important;
}

.custom_btn_2:hover,
.custom_btn_2:focus,
.custom_btn_2:active {
    background: var(--primary_color) !important;
    color: var(--white) !important;
}

.custom_btn_3:hover {
    background: #5c47a8 !important;
}

.custom_btn_4:hover {
    background: #b14cb1 !important;
}

.custom_btn_5:hover {
    background: var(--dark) !important;
}

.custom_btn_6 {
    background: #eee !important;
}

.custom_btn_trash i {
    color: var(--secondary_color) !important;
    position: relative;
    z-index: 1000;
}

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

.custom_carousel_height {
    height: 90vh;
}

.custom_carousel_height_2 {
    height: 50vh;
}

.custom_pills_size {
    background: #FFF;
    height: 30px;
    width: 30px;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 0.8em;
    color: var(--dark_color) !important;
}

.custom_title_nosotros {
    color: var(--primary_color) !important;
    font-family: var(--secondary_font);
    letter-spacing: 2px;
    font-size: 3.5em;
    font-weight: 300;
}

.custom_title_servicios {
    font-size: 4em;
    font-weight: 200;
}

.custom_subtitle_nosotros {
    color: var(--primary_color) !important;
    font-weight: 300;
}

.custom_title_carousel {
    text-shadow: 2px 2px 15px var(--dark);
    color: var(--white) !important;
    font-family: var(--secondary_font);
    letter-spacing: 2px;
}

.custom_title_carousel_xl {
    text-shadow: 2px 2px 15px var(--dark);
    color: var(--white) !important;
    font-family: var(--secondary_font);
    letter-spacing: 2px;
    font-size: 4em;
}


.custom_title_viedma {
    color: var(--white) !important;
    font-family: var(--secondary_font);
    letter-spacing: 1px;
    font-size: 3em;
}

@media (max-width:700px) {
    .custom_title_carousel_xl {
        font-size: 2.5em;
    }
    .custom_title_viedma {
        font-size: 2em;
    }
}

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

.custom_title_banner {
    text-shadow: 2px 2px 15px var(--dark);
    color: var(--white) !important;
    font-family: var(--secondary_font);
    letter-spacing: 2px;
}

.custom_title_text {
    color: var(--primary_color) !important;
    font-family: var(--secondary_font);
    letter-spacing: 1px;
    font-size: 3em;
}

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

.custom_title_text_xl {
    color: var(--primary_color) !important;
    letter-spacing: 1px;
    font-size: 1.5em;
}

.custom_subtitle_text {
    color: var(--secondary_color) !important;
    font-weight: 200;
}


.custom_title_carrito {
    line-height: 1.4em;
    color: var(--dark_color);
    font-size: 0.9em;
}

.custom_subtitle_banner {
    text-shadow: 2px 2px 15px var(--dark);
    color: var(--white) !important;
    font-weight: 300;
}

.custom_title_total_1 {
    color: var(--grey_color);
    font-weight: 200 !important;
}

.custom_title_total_2 {
    color: var(--primary_color);
}

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

.custom_text_carousel {
    font-weight: 100 !important;
}

.custom_caption_height {
    width: 40%;
}

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

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

.custom_title_footer {
    color: var(--white) !important;
    letter-spacing: 2px;
    font-size: 1.2em;
    font-weight: 600;
}

.custom_newsletter {
    position: relative;
    z-index: 101;
    background: var(--primary_color) !important
}

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

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

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

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

.custom_text_payment_method {
    position: relative;
    bottom: 15px;
    background: var(--white);
    width: 55%;
    color: var(--light_grey_color);
}

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

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

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

.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(--light_color) !important;
}

.custom_footer_contact_title {
    color: var(--white) !important;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid var(--white) ;
    padding: 0.5em 1em;
}

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

.custom_contact_title {
    color: var(--white) !important;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid var(--white) ;
}

.custom_developed_by {
    color: var(--light_color) !important;
    font-size: 1em;
    font-weight: 600;
}

.custom_icon_category img:hover {
    transition: 0.2s ease-in;
    transform: scale(1.05);
}

.custom_icon_search {
    color: var(--white);
    font-size: 1.2em;
}


.custom_icon_search:hover {
    color: var(--secondary_color);
}

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


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

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

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

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

.custom_card_title_promo {
    background: var(--primary_color) !important;
    font-size: 1em;
    font-weight: 300;
}

.custom_card_title_promo_height {
    min-height: 40px;
    position: absolute;
    top: 8%;
    left: 10%;
}

.custom_card_title {
    min-height: 50px;
    color: var(--grey_color) !important;
    font-weight: 300;
    font-size: 0.9em;
}

.custom_card_title_full_width {
    color: var(--primary_color) !important;
    font-family: var(--secondary_font);
    font-size: 1.5em;
    min-height: 62px;
}

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

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

.custom_title_galery {
    color:#071F2B;font-family:var(--secondary_font);font-size:5em
}

@media (max-width:700px) {
    .custom_title_galery {
        font-size:3em
    }
}

.custom_category_title {
    height: 20px;
    color: var(--secondary_color) !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 2px;
    text-shadow: 11px 12px 15px rgba(0, 0, 0, .1);
}

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

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

.custom_card_text_1 {
    font-size: 1.3em;
    color: var(--primary_color) !important;
    font-weight: 300;
}

.custom_card_text_promo {
    height: 58px;
}

.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: 0;
    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_title_price {
    color: var(--grey_color) !important;
}

.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_card:hover .custom_p_about {
    animation: content 300ms ease-in forwards
}

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


.custom_inner_main_image img {
    max-height: 700px;
    max-width: 100%;
}

.custom_inner_thumbnail {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
}

.custom_border_image {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
}

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

.custom_brand {
    font-size: 1em
}

.custom_act_price {
    color: var(--primary_color);
    font-weight: 400 !important;
    font-size: 2em;
}

.custom_fixed_product {
    position: fixed;
    width: 22%;
}

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

.custom_dis_price_promo {
    text-decoration: line-through;
    color: #a3cfe9 !important;
    font-size: 1.1em
}

.custom_about p {
    font-size: 1em;
    color: var(--grey_color) !important;
}


.custom_btn_vista {
    width: 100%;
}

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

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

.custom_articulos_titulo {
    font-weight: 300;
    color: var(--dark_color);
}

.custom_articulos_subtitulo {
    font-weight: 300;
    color: var(--grey_color);
}

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

.custom_text_icon_size {
    font-size: 1.4em;
}

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

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

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

.custom_text_icon:nth-child(4) {
    color: var(--primary_color) !important;
    position: fixed;
    z-index: 1020;
    bottom: 280px;
    right: 10px;
}

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

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

.custom_ribbon::before,
.custom_ribbon::after {
    position: absolute;
    content: '';
    display: block;
    border: 5px solid var(--primary_color)
}

.custom_ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: var(--primary_color);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font-family: var(--primary_font) !important;
    font-weight: 200;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center
}

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

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

.custom_ribbon_top_right::before {
    top: 0;
    left: 0
}

.custom_ribbon_top_right::after {
    bottom: 0;
    right: 0
}

.custom_ribbon_top_right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg)
}

@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_img_art_card {
    height: 300px
}

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

    .custom_header_text {
        font-size: 0.75em;
    }

    .custom_inner_thumbnail {
        height: 70px;
    }

    .custom_inner {
        height: 300px;
    }
    
    .custom_inner img {
        width: 80%;
        transition: all 1.5s ease;
    }

    .custom_inner_main_image {
        height: 400px;
    }

    .custom_inner_main_image img {
        height: 320px;
    }

    .custom_thumbnail {
        height: 50px;
    }
}

@media (max-width:1400px) {
    html {
        font-size: 80%;
    }
}

@media (max-width:900px) {
    html {
        font-size: 70%;
    }
}

@media (max-width:700px) {
    html {
        font-size: 95%;
    }
}



@media (max-width:1700px) {
    .custom_fixed_product {
        width: 25%;
    }
}

@media (max-width:1550px) {
    .custom_fixed_product {
        width: 28%;
    }
}

@media (max-width:1400px) {
    .custom_fixed_product {
        width: 25%;
    }
}

@media (max-width:1300px) {
    .custom_fixed_product {
        width: 28%;
    }
}

@media (max-width:1190px) {
    .custom_fixed_product {
        width: 32%;
    }
}

@media (max-width:1115px) {
    .custom_fixed_product {
        width: 35%;
    }

    .custom_height_img {
        max-height: 25px;
    }
}

@media (max-width:990px) {
    .custom_fixed_product {
        width: 28%;
    }

    .custom_articulos_titulo {
        font-size: 1.1em !important;
        font-weight: 600;
    }
}

@media (max-width:900px) {
    .custom_fixed_product {
        width: 32%;
    }
}

@media (max-width:767px) {

    .custom_title_text {
        font-size: 1.7em;
    }

    .custom_carousel_height {
        height: 40vh;
    }
    
    .custom_fixed_product {
        width: 100%;
        position: inherit;
    }

    .custom_articulo_description {
        background: none;
        box-shadow: none;
    }

    .custom_img_art_card {
        height: 150px
    }

    .custom_card_title_promo_height {
        position: absolute;
        top: 4%;
        left: 7%;
    }

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

    .custom_border_menu_scroll {
        border-top: 1px solid var(--white) !important;
        transition: .4s ease-in-out;
    }

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

    .custom_nav_link_scroll:hover {
        color: var(--secondary_color) !important;
        transition: .1s ease-in-out;
    }

    .custom_card_subtitle_full_width {
        
        font-size: 1em;
    }
    
    .custom_card_desc_full_width {
        
        font-size: 1em;
    }

    .custom_title_nosotros {
        font-size: 2.3em;
        line-height: 1em;
    }
    .custom_title_servicios {
        font-size: 3em;
        line-height: 1em;
    }
}

.custom_scrollable_div {
    height: 80vh;
    overflow-y: scroll;
}

.custom_show_itinerario {
    border-radius: 20px;
    background-color: rgba(255, 105, 180, 0);
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    color: transparent;
}

.custom_show_itinerario:hover {
    border-radius: 20px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1),#961447);
    opacity: 1; 
    color: var(--white);
}

.custom_show_itinerario p, .custom_show_itinerario strong, .custom_show_itinerario span {
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.custom_show_itinerario:hover p, 
.custom_show_itinerario:hover strong, 
.custom_show_itinerario:hover span {
    color: var(--white); 
}

.custom_title_itinerario {
    font-family: "Cormorant", serif;
    color: var(--white)!important;
    line-height: 1.2em;
    font-size: 1.75em;
}

.custom_faq {
    border-radius: 10px;
    border:1px solid #071F2B;
}


.custom_faq button{
    font-weight: 600;
}