/* Import Montserrat font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Set Montserrat as the global font */
html, body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Ensure all elements inherit the font */
* {
    font-family: inherit;
}

/* ajax loader e modal box */
.modal-backdrop {
    background-color: #cdcdcd;
    z-index: 999999997;
}

#ajax_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999999;
    height: 100px;
    width: 200px;
    margin-left: -100px;
    margin-top: -50px;
    text-align: center;
}

.text-loading {
    margin-top: 20px;
    color: #3b3e42;
    font-weight: 500;
}

.modal {
    z-index: 999999998;
}

.modal-danger .modal-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.modal-danger .close {
    color: #a94442;
}

.modal-danger .modal-content {
    border-color: #ebccd1;
}

.modal-danger .modal-footer {
    border-top: 1px solid #ebccd1;
}

.modal-warning .modal-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.modal-warning .close {
    color: #8a6d3b;
}

.modal-warning .modal-content {
    border-color: #faebcc;
}

.modal-warning .modal-footer {
    border-top: 1px solid #faebcc;
}

.modal-info .modal-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.modal-info .close {
    color: #31708f;
}

.modal-info .modal-content {
    border-color: #bce8f1;
}

.modal-info .modal-footer {
    border-top: 1px solid #bce8f1;
}

.modal-success .modal-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.modal-success .close {
    color: #3c763d;
}

.modal-success .modal-content {
    border-color: #d6e9c6;
}

.modal-success .modal-footer {
    border-top: 1px solid #d6e9c6;
}

.modal-primary .modal-header {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.modal-primary .close {
    color: #fff;
}

.modal-primary .modal-content {
    border-color: #428bca;
}

.modal-primary .modal-footer {
    border-top: 1px solid #428bca;
}

/* end modal box*/

#subcontent {
    float: left; 
    width: 100%;
    overflow: hidden;
}

.main_parallax_v {
    width:100%;
}

.contents_parallax_v {
    height: 100%;
}

.main_parallax_h {
    width:100%; 
    height:300px;
    position:relative; 
    overflow:hidden;
}

.contents_parallax_h {
    height: 100%;
    position: absolute;
}

.div_parallax_v {
    height: 500px;
    border: 1px solid red;
    margin-bottom: 10px;
    float:left;
}

.div_parallax_h {
    height: 350px;
    border: 1px solid red;
    margin-bottom: 10px;
    float:left;
}

/* font face use */
/*
html,
body {
    font-family:'Conv_GOTHIC',Sans-Serif;
}

@font-face {
    font-family: 'Conv_GOTHIC';
    src: url('/media/fonts/GOTHIC.eot');
    src: local('?'), url('/media/fonts/GOTHIC.woff') format('woff'), url('/media/fonts/GOTHIC.ttf') format('truetype'), url('/media/fonts/GOTHIC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* end font face */


/* links */

a {
    /*font-family: 'Conv_GOTHIC';
    font-size: 11px;*/
}

a:link {
    /*color: white;
    text-decoration: none;*/
}

a:visited {

}

a:hover {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}
/* end links */
.div_block_ele {
    position: relative;
    padding-bottom: 30px;
}
.LV_validation_message {
    position: absolute;
    top: 32px;
    left: 0px;
}
.titulo_caracteristica_cor {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
}
.cor {
    padding-right: 20px;
    cursor: pointer;
}
.cor:hover {
    opacity: 0.5;
}
.color_selected {
    border: 2px solid #000;
}

/******************************   RESPONSIVE CONTAINER SYSTEM   ******************************/

/* Base Container Styles */
.container, #content.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*padding-bottom: 30px; /* Maintain the original #content padding-bottom */
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Responsive Container Max-Widths */
@media (min-width: 576px) {
    .container, #content.container {
        max-width: 540px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .container, #content.container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, #content.container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, #content.container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, #content.container {
        max-width: 1320px;
    }
}

/******************************   RESPONSIVE BREAKPOINTS   ******************************/

/* Extra Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    /* Your existing mobile styles */
    .div_ele {
        width: 100% !important;
    }
    
    #produtos_responsive {
        display: block;
    }

    #tabela_loja {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .div_ele {
        width: 100% !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    
}

/******************************   LEGACY BREAKPOINTS (Maintained for compatibility)   ******************************/

@media (max-width: 1100px) {
    
}
    
@media (max-width: 880px) {
    
}
        
@media (max-width: 790px) {
    .div_ele {
        width: 100% !important;
    }
}

@media (max-width: 680px) {
    #produtos_responsive {
        display: block;
    }

    #tabela_loja {
        display: none;
    }
}
                
@media (max-width: 500px) {
    
}
                    
@media (max-width: 400px) {
    
}

/******************************   END RESPONSIVE SYSTEM   ******************************/
