@import "track.css";
/*Style of Scroll*/
@import "res/colors.css";
/*Style of Scroll*/

/*!***/
/**   BUSINESS SECTION*/
/* *!*/

/*@import "business_section.css";*/

/*!***/
/**   HEADER SECTION*/
/* *!*/

/*@import "main-header.css";*/

/*!***/
/**   PRODUCT HEADER SECTION*/
/* *!*/

/*@import "product-header.css";*/


/*!***/
/**   SWIPERS SECTION*/
/* *!*/

/*@import "swipers.css";*/

/*!***/
/**   PRODUCT MODAL UPDATE PREV DEFAULT SECTION*/
/* *!*/

/*@import "product_modal.css";*/

/*!***/
/**   PRODUCTS SECTION*/
/* *!*/

/*@import "products_section.css";*/

/*!***/
/**   CATEGORIES SECTION*/
/* *!*/

/*@import "categories_section.css";*/

/*!***/
/**   ABOUT US SECTION*/
/* *!*/

/*@import "about_section.css";*/

/*!***/
/**   CONTACT SECTION*/
/* *!*/

/*@import "contact_section.css";*/

/*!***/
/**   SUPPORT SECTION*/
/* *!*/

/*@import "support_section.css";*/

/*!***/
/**   CARGAR ESTILOS DE SECCION GENERAL DE BANNERS*/
/* *!*/

/*@import "general_banner.css";*/
/*!***/
/**   FOOTER SECTION*/
/* *!*/

/*@import "footer.css";*/

/*!***/
/**   AHORA SI VIENE LO BUENO, STYLES OF PRODUCTS VIEWS*/
/* *!*/

/*@import "product_view.css";*/

/*!***/
/**   STYLES OF CATEGORIE PAGE PRODUCTS*/
/* *!*/

/*@import "categories_page.css";*/

body {
    background-color: var(--primary-background) !important;
    font-family: 'Montserrat-Italic';
}

@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: URL('/public_assets/font-family/Montserrat-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-BlackItalic';
    src: URL('/public_assets/font-family/Montserrat-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Italic';
    src: URL('/public_assets/font-family/Montserrat-Italic.ttf') format('truetype');
}

a {
    text-decoration: none !important;
}

.icon {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 25px !important;
    vertical-align: middle;
    margin-right: 10px;
}

.title,
.subtitle {
    font-family: 'Montserrat-BlackItalic';
    font-size: 35px;
    color: var(--primary-color);
    position: relative;
    width: fit-content;
}

.title {
    text-transform: uppercase !important;

}

.title::after {
    content: '';
    position: absolute;
    top: -1rem;
    left: 1em;
    width: 100px;
    height: 7px;
    background-color: var(--primary-color-contrast);
    border-radius: 20px;
}

.subtitle-description {
    font-size: 24px;
    font-family: 'Montserrat-Italic';
    color: var(--secundary-color);
}

#main-content-section .primary-row,
.primary-row {
    margin-top: 3% !important;
}

/**
*   force forms to modify aparience
 */

.invalid-feedback,
.valid-feedback {
    position: absolute !important;
    bottom: -1.5rem !important;
}

form.needs-validation .col {
    position: relative !important;
}

.form-label {
    margin-bottom: 0.1rem !important;
    margin-top: 0.4rem !important;
}

.opacity {
    opacity: 0.7;
}

.sty-1 {
    font-family: 'Montserrat-BoldItalic';
    font-size: 18px;
    font-weight: normal;
    fill: #499BBC;
    color: var(--primary-background);
    background-color: var(--primary-color);
    opacity: 0.8;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 50px;
    text-decoration: none;
    padding: 15px;
    text-transform: uppercase;
    position: relative;
}

.sty-1 span {
    position: relative;
}

.h-30 {
    height: 30% !important;
}

.h-70 {
    height: 70% !important;
}

/***
*   BREADCRUMS
 */

.breadcrumbLocal {
    font-family: 'Montserrat-BoldItalic';
    letter-spacing: 2px;
    font-size: 1.8rem;
    z-index: 1;
    position: relative;
}

.breadcrumbLocal .breadcrumb-item {
    text-transform: capitalize;
}

.breadcrumbLocal .breadcrumb-item a {
    color: var(--primary-color);
}

.form-floating>label {
    padding: 0.75rem 1rem !important;
}

.bg-contact {
    background-image: url('/public_assets/images/bg/bg_oscuro-4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color75);
    border-color: var(--primary-color75);
}

.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:focus {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

.btn-newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
}


.red-tooltip+.tooltip.top>.tooltip-arrow {
    background-color: black;
    color: white;
}

/* seccion css para los ads */

.adContainer,
.adContainerMovil {
    display: flex;
    justify-content: center;
    align-items: center;
}

.adContainer img,
.adContainerMovil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper.adBanner-top,
.swiper.adBanner-square,
.swiper.adBanner-side {
    margin-left: auto !important;
}

.adBanner-top {
    width: 970px;
    height: 90px;
}

.adBanner-side {
    width: 160px;
    height: 600px;
}

.adBanner-header {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 300px;
    height: 100px;
}

.adBanner-square {
    width: 160px;
    height: 160px;
}

.adBanner-square2 {
    width: 250px;
    height: 250px;
}


.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    bottom: 1%;
    right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-whatsapp img {
    object-fit: contain;
    width: 32px;
}

.row,
.row>* {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.show-gallery {
    float: right;
    margin-top: -3%;
    cursor: pointer;
    color: var(--primary-color) !important;
}

.show-gallery a {
    color: var(--primary-color50);
    font-family: 'Montserrat-BoldItalic';
    text-transform: uppercase;
}

/* Inicia responsividad product Section  ------------------------------------------------------------------------------------------------------- */

@media (max-width:1400px) {
    .adBanner-header {
        right: 2%;
    }

    .btn-whatsapp {
        bottom: 2%;
        right: 2%;
    }
}

@media (max-width:1200px) {

    .sty-1 {
        font-size: 12px;
    }

}

@media (max-width:991px) {

    .imageBackgroundBottom {
        width: 90vw;
        height: 60vh;
    }

    .title,
    .subtitle {
        margin-top: 5%;
    }

    .adBanner-top {
        width: 720px;
        height: 90px;
    }

    .adBanner-side {
        display: none;
    }

    .show-gallery {
        font-size: 1.2rem;
    }
}

@media (max-width:600px) {

    .title,
    .subtitle {
        font-size: 1.5rem;
    }

    .title::after {
        width: 60px;
    }

    .form-floating>label {
        font-size: 0.8rem;
    }

    .contact-main .contact-message p.disclaimer {
        font-size: 12px !important;
    }

    .adBanner-top {
        width: 300px;
        height: 50px;
    }

    .adBanner-square2 {
        width: 160px;
        height: 160px;
    }

    .btn-whatsapp {
        bottom: 3%;
        right: 3%;
        width: 50px;
        height: 50px;
    }

    .btn-whatsapp img {
        width: 24px;
        height: 24px;
    }

    .show-gallery {
        font-size: 0.8rem;
    }
}

@media (max-width:450px) {

    .breadcrumbLocal {
        font-size: 0.8rem;
    }

    .title,
    .subtitle {
        font-size: 1.3rem;
    }

    .title::after {
        width: 40px;
    }
}

@media (max-width:350px) {

    .form-floating>label {
        padding: 0.75rem 0.75rem !important;
    }

    .title,
    .subtitle {
        font-size: 15px;
    }

    .btn-whatsapp {
        bottom: 3%;
        right: 3%;
        width: 40px;
        height: 40px;
    }

    .btn-whatsapp img {
        width: 18px;
        height: 18px;
    }
}