/*OPEN SANS*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
a {color: #000;text-decoration: none}
a:hover, a:visited, a:link, a:active{text-decoration: none;}

/*##Device = Desktops Screen = 1281px to higher resolution desktops*/
@media (min-width: 1281px) {
    /*body {display:none}*/
}

/*##Device = Laptops, Desktops Screen = B/w 1025px to 1280px*/
@media (min-width: 1025px) and (max-width: 1280px) {
    /*body {display:none}*/
}

@media (max-width: 370px) {
    .footer { font-size: 14px; }
}

body {font-family: 'Open Sans', sans-serif!important;position:absolute!important;width: 100%!important;}

/*HEADER*/
.header {
    text-align: center;
    font-family: 'Open Sans',Arial;
    margin-top: 15px;
}
.important {
    background: #c62828;
    padding: 5px;
    color: #FFF;
    width: 90%;
    border-radius: 50px;
    margin: 10px auto;
}
.header hr {
    width: 90%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 180px;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
    position: relative;
    top: -100px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #FFF;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    text-transform:uppercase
}
/*.accordion:nth-child(n+1) {background-color: #f2f2f2;}
.accordion:nth-child(2n) {background-color: #FFF;}*/

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #f2f2f2;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

span.sub {
    margin: 0px;
    font-family: 'Open Sans', Arial;
    text-transform:uppercase;
    font-size: 16px;
    font-weight: bold;
}
span.sub2 {
    font-weight: bold;
    /*margin-right: 20px;
    margin-top: 10px;*/
}
.desc {
    font-size: 10px;
    width: 70%;
    text-align: left;
    font-style: italic;
    display: inline-table;
    margin-bottom: 7px;
    /*margin-left: 20px;*/
    /*text-overflow: ellipsis;
    overflow: hidden;
    max-height: 30px;*/
}

.divider:nth-child(n+1) {
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.modal-body {
    text-align: center;
}

.container {
    text-align: center;
    font-family: 'Open Sans', Arial;
}

.back {
    text-align: left;
    font-size: 22px;
    margin: 20px;
    font-weight: bold;
    position: relative;
    /*left: -150px;*/
    background: #29b6f6;
    padding: 10px 20px;
    color: #FFF;
    border-radius: 100px;
}
.container img {
    width: 80%;
    margin: 20px;
}
span.title {
    font-weight: bold;
    font-size: 30px;
    margin: 20px;
}
span.desc3 {
    margin: 20px;
    font-size: 16px;
}


.spacer {
    margin-bottom: 100px;
}
.footer {
    background: #FFFFFF;
    width: 100%;
    height: 150px;
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 30px 0px;
}
.footer span {
    background: #1976d2;
    padding: 15px 5%;
    color: #FFF;
    width: 90%;
    border-radius: 50px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #FFF;
    display: block;
    transition: 0.3s;
    text-align: left;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.dark-mode,.dark-mode .accordion,.dark-mode .footer,.dark-mode .modal-content {
    background-color: #121212;
    color: white;
}
.dark-mode .panel,.dark-mode .divider  {
    background: #212121;
    color: #FFF;
}

li.sideli{    width: 90%;height: 38px;}
li.sideli:nth-child(1) {border-bottom: 2px solid #1e88e5;}
li.sideli:nth-child(2) {border-bottom: 2px solid #8e24aa;}
li.sideli:nth-child(3) {border-bottom: 2px solid #388e3c;}
li.sideli:nth-child(4) {border-bottom: 2px solid #ffa000;}
.goog-te-gadget {display:none}

.tab_art {
    background: #FFF;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    width: 100%;
}
.price {
    margin: 0 20px;
    text-align: right;
}
/*.w-100 {
    width: 100% !important;
    position: relative;
    top: -50px;
}*/

/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    background-color: transparent;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* Style the links inside the navigation bar */
.navbar a {
    float: left;
    display: fixed;
    color: #c6c8d4;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    background: transparent;
}

/* Change the color of links on hover */
.navbar a:hover {
    background-color: transparent;
    color: #1234fd;
    font-weight:bold;
}
.dark-mode .navbar a:hover {
    background-color: transparent;
    color: #1976d2;
    font-weight:bold;
}

/* Add a color to the active/current link */
.navbar a.enabled {
    background-color: transparent;
    color: #1234fd;
    font-weight:bold;
}
.dark-mode .navbar a.enabled {
    background-color: transparent;
    color: #1976d2;
    font-weight:bold;
}

@keyframes scale-in-center{0%{transform:scale(0);opacity:1}100%{transform:scale(1);opacity:1}}
.scale-in-center{animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both}

.box {
    margin: 20px;
    text-align: center;
    padding: 15px 0;
    border-radius: 3px;
    color: #FFF;

}

.boxs0 {
    background: #FFF;
}
.boxs1 {
    background: #000a12;
}
.boxs2 {
    background: #00701a;
}
.boxs3 {
    background: #d81b60;
}
.boxs4 {
    background: #7cb342;
}
.boxs5 {
    background: #546e7a;
}
.boxs6 {
    background: #1e88e5;
}

/*SLIDE*/
.slider {
    position: relative;
}

.slider-wrapper {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.slide {
    float: left;
    position: absolute;
    width: 100%;
    height: 190px;
    opacity: 0;
    transition: opacity 2s linear;
    object-fit: cover;
}

.slider-wrapper > .slide:first-child {
    opacity: 1;
}