@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

/*
font-family: 'Merriweather', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Potta One', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

@-ms-viewport {
    width: device-width;
}

:root {
    --rotating-caret: rotate(90deg) scaleY(-1);
    --combo-color-1: #ffd100;
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /* [disabled]box-sizing: border-box; */
}

body {
    margin: 0;
    /* background: none; */
    /* font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif; */
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    /*font-style: italic;*/
    /*overscroll-behavior-y: none;*/
}

.hidden-h1 {
    position: absolute;
    /*position: relative;*/
    top: 0;
    margin-left: -10000px;
}

.vertical-center {
    display: flex;
    align-items: center;
}

/* navbar */

.submenu {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    border-top: .5px solid #c6c6c6;
    border-bottom: .25px solid #ccc;
    padding: 20px 100px;
    background-color: whitesmoke;
    z-index: 1999;
    left: 0;
}

.submenu-2 {
    width: auto;
    height: auto;
    position: absolute;
    margin-left: 650px;
    top: 0;
    border: .5px solid #c6c6c6;
    /*border-bottom: .25px solid #ccc;*/
    /*padding: 20px 30px;*/
    background-color: whitesmoke;
    z-index: 2000;
    left: 0;
}

#mobile-close-submenu-2 {
    display: none;        
}

.nav-black {
    background-color: black;
    color: snow;
    font-size: .7em;
    text-transform: uppercase;
    padding-left: 100px;
    padding-right: 100px;
}

.nav-list, .nav-list-2, .submenu-list, .submenu-list-2 {
    list-style-type: none;
}

.nav-list li a, .nav-list-2 li a {
    text-decoration: none;
    color: snow;
}

.submenu-list li a {
    text-decoration: none;
    /*color: rgb(31, 94, 84);*/
    color: rgba(40, 28, 102, 1);
    margin-right: 40px;
}

.submenu-list li a:hover {
    color: black;
}

.submenu-list-2 {
    padding-top: 10px;
}

.submenu-list-2 li:hover {
    cursor: pointer;
}

.submenu-list-2 li a {
    text-decoration: none;
    /*color: rgb(31, 94, 84);*/
    color: rgba(40, 28, 102, 1);
    margin-right: 40px;
}

.submenu-list-2 li a:hover {
    color: black;
}

.submenu-list-2 > li {
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    margin-bottom: 10px;
    /*padding: 20px 5px;*/
}

.submenu-list-2 > li:hover {
    background-color: black;
    color: snow;
}

.submenu-list-2 > li > span {
    padding-left: 20px;
    padding-right: 20px;
}

/*
.submenu-list-2 > li > span:first-child {
    padding-top: 10px;
}
*/

.submenu-list-2 > li > ul {
    list-style-type: none;
    font-weight: normal;
    font-size: .85em;
    line-height: 1;
    display: none;
    width: 300px;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    left: 309px;
    top: 0;
    background-color: black;
}

.submenu-list-2 > li > ul > li {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin-left: 0;*/
    margin-left: -20px;
    /*margin-bottom: 15px;*/
}

.submenu-list-2 > li > ul > li:hover {
    background-color: rgb(25, 25, 25);
    /*color: black;*/
}

.submenu-list-2 > li > ul > li a {
    /*color: var(--combo-color-1);*/
    color: #fcefb3;
}

.submenu-list-2 > li > ul > li a:hover {
    color: snow;
}

.arrow-right {
    font-size: .7em;
    float: right;
    margin-top: 5px;
    margin-right: 20px;
    /*position: relative;*/
}

/*
#ht-instruments-list {
    padding-left: 20px;
}
*/

#show-brands, #show-services {
    display: none;
}

#show-products {
    /*position: relative;*/
    display: none;
}

.nav-list li a:hover, .nav-list-2 li a:hover {
    color: var(--combo-color-1);
}

.nav-list li {
    float: left;
    margin-top: 2.5px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid gray;
}

.nav-list li:first-child {
    padding-left: 0;
}

.nav-list li:last-child {
    border-right: none;
}

.nav-list-2 li {
    font-size: 1.1em;
    float: right;
    padding-left: 30px;
    padding-right: 30px;
}

.nav-list-2 i {
    color: var(--combo-color-1);
    font-size: 14px;
    top: -1px;
    left: 0;
    margin-right: 5px;
}

.submenu-list li {
    float: left;
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
}

.submenu-list-2 li {
    float: unset;
}

.navbar-light {
    width: 100%;
    /*position: fixed;*/
    z-index: 100;
    background: white;
    /*border-bottom: 1px solid rgba(56, 224, 154, 1);*/
    /*border-bottom: 1px solid #c6c6c6;*/
    /* display: none; */
    /*#ebe8e8*/
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.navbar-light .navbar-toggler {
    /*color: rgba(46, 54, 46,.6);*/
    /*border-color: rgba(11, 191, 14,1);*/
    color: rgba(0, 0, 0, 1);
    border: 2px solid rgba(0, 0, 0, 1);
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: .95em;
    /*color: #65067a;*/
    /*color: rgba(22, 33, 148, 1);*/
    color: black;
}

.navbar-light .navbar-nav .nav-link:hover {
    /*color: rgba(22, 33, 148, .7);*/
    color: #898576;
}

.nav-link i.fas.fa-angle-down {
    transform: var(--rotating-caret);
}

/*
.navbar-light .navbar-nav .nav-link:visited {
    color: black;
}
*/

.navbar-brand img {
    width: 150px;
    height: auto;
}

#search-form {
    /*margin-top: 15px;*/
    display: inline-flex;
    align-items: center;
}

#search-products {
    width: 200px;
    height: auto;
    padding: 10px 10px 10px 40px;
    border: .5px solid #c6c6c6;
    font-size: .9em;
    color: gray;
    position: relative;
    background: url('../images/magnifying-glass.png') no-repeat scroll 10px 6px;
}

#search-products:focus {
    outline: none;
    border: .5px solid orangered;
}

#search-button {
    width: auto;
    height: auto;
    padding: 10px;
    border: .5px solid #ccc;
    font-size: 1em;
    color: white;
    background-color: orange;
    text-align: center;
    line-height: .95;
    display: none;
}

.navbar-nav .nav-item:last-child:hover {
    border-bottom: 3px solid transparent;
}

.dropdown-toggle::after {
    display: none;
}

#brands a.dropdown-item {
    font-size: 1.2em;
    color: gray;
    font-weight: bold;
}

#brands a.dropdown-item:hover {
    color: rgba(156, 14, 71, 1);
}

.cust-btn {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    /*color: #65067a;*/
    color: rgba(22, 33, 148, 1);
    border: none;
    background: none;
    padding: 0;
    margin-top: 27px;
}

.cust-btn:hover {
    color: rgba(22, 33, 148, .7);
}

.cust-btn:focus {
    outline: none;
}


/*Seção Quem Somos*/
.company-description {
    width: 100%;
    /*height: 260px;*/
    height: 100%;
    background-color: rgba(255, 255, 255, .85);
    /*border: 1px solid black;*/
    /*opacity: .85;*/
    padding: 30px 40px;
    position: relative;
}

.company-description hr, .content-box hr {
    /*color: orange;*/
    /* border: 5px solid orange; */
    border: 3px solid orangered;
    width: 20%;
}

.company-description h2 {
    font-size: 2em;
    font-weight: 800;
}

.company-description p {
    font-size: 1em;
    color: rgb(56, 59, 58);
    font-weight: 600;
}

.learn-more a {
    font-size: 1.2em;
    /*color:  rgb(35, 11, 66);*/
    /*color:  rgb(67, 116, 250);*/
    color: rgba(40, 28, 102, 1);
    font-style: italic;
    font-weight: bolder;
    /*text-decoration: none;*/
}

.learn-more a:hover {
    color: rgb(17, 7, 31);
}

.ellipsis-decoration {
    font-size: 4em;
    position: absolute;
    top: -50px;
    right: 10px;
    color: orangered;
}

.albuns {
    padding: 10px 0;
}

#detalhes {
    /*background: white;*/
    padding-top: 80px;
    /*padding-bottom: 80px;*/
}

#detalhes h2 {
    /*color: #7c25f8;*/
    color: rgba(22, 33, 148, 1);
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}


/*
#detalhes h3 {
    color: rgba(22, 33, 148, 1);
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.03em;
}
*/

#detalhes hr {
    /*color: orange;*/
    /* border: 5px solid orange; */
    border: 5px solid rgba(56,224,154,255);
    width: 20%;
}

.button-special {
    background-color: rgba(40, 28, 102, 1);
    color: white;
    font-weight: bold;
    font-size: 1em;
    padding: 10px 20px;
    border: none;
    float: right;
}

.button-special:hover {
    background-color: rgba(40, 28, 102, .8);
    text-decoration: none;
    color: white;
}

.button-special-2 {
    background-color: rgba(201, 36, 10, 1);
    color: white;
    font-weight: bold;
    font-size: 1em;
    padding: 10px 20px;
    border: none;
    float: right;
    margin-right: 10px;
}

.button-special-2:hover {
    background-color: rgba(201, 36, 10, .8);
    text-decoration: none;
    color: white;
}

.button-special-3 {
    color: gray;
    font-weight: bold;
    font-size: 1.1em;
    font-style: italic;
    /*float: right;*/
    /*margin-right: 10px;*/
    /*margin-top: -40px;*/
}

.button-special-3:hover {
    /*text-decoration: none;*/
    color: black;
}

.button-special:focus,
.button-special-2:focus,
.button-special-3:focus {
    outline: none;
}

.new-product, .edit-product {
    float: unset;
}

.go-website {
    color: orangered;
    font-weight: bold;
    font-size: 1.2em;
    /*text-decoration: underline;*/
    /*font-style: italic;*/
}

.go-website:hover {
    color: blueviolet;
    text-decoration: none;
}

/*Seção Cases*/

#cases-title {
    padding-top: 80px;
}

#cases-title h2 {
    /*color: #7c25f8;*/
    color: rgba(22, 33, 148, 1);
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.show-more-cases {
    display: none;
    margin-top: 50px;
}

.see-more {
    font-size: 1.2em;
}

/*
#cases-title h3 {
    color: rgba(22, 33, 148, 1);
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.03em;
}
*/

#cases-title hr {
    /*color: orange;*/
    /* border: 5px solid orange; */
    border: 5px solid rgba(56,224,154,255);
    width: 20%;
    margin-right: auto;
    margin-left: auto;
}

#more-cases {
    padding-top: 20px;
}

.more-link {
    font-weight: bolder;
    color: black;
    font-size: 1.2em;
    /* Se for button */
    border: none;
    background: none;
}

.more-link:hover {
    text-decoration: none;
    color: gray;
}

.more-link:focus {
    outline: none;
}


/* Seção do Conteúdo Principal */
.section-content {
    padding: 20px 77px 20px 77px;
}

/*
.flex-sections {
    display: flex;
}

.flex-subsection {
    flex: all;
    alignment-baseline: all;
}
*/

.first-section {
    /*border: 1px solid blue;*/
    width: 60%;
    margin-right: 5%;
}

.aside-section {
    /*border: 1px solid blue;*/
    width: 35%;
}

/*
.aside-section img {
    width: 100%;
    height: auto;   
}
*/

.subsection-1 {
    width: 47.5%;
    margin-right: 5%;
    /*border: 1px solid red;*/
    float: left;
}

.subsection-2 {
    width: 47.5%;
    /*border: 1px solid red;*/
    float: left;
}

.first-section hr, .aside-section hr {
    border: 2px solid orangered;
    width: 20%;
    margin-top: -10px;
}

.first-section h2, .aside-section h2 {
    font-size: 1.5em;
    font-weight: 800;
}

.first-section h4 {
    font-size: 1.2em;
    font-weight: 900;
}

.first-section ul, .aside-section ul {
    list-style-type: square;
    margin-left: 30px;
}

.first-section p, .first-section ul, .aside-section p, .aside-section ul {
    font-size: .9em;
    color: rgb(50, 66, 94);
}

.first-section img, .aside-section img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.solutions-2 {
    padding-top: 5px;
}

/* Seção Lateral */
#newsletter {
    /*margin-bottom: 40px;*/
    width: 100%;
    height: 286px;
    background: url('../images/cara-da-lampada-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#newsletter div {
    background: rgba(0, 0, 0, .75);
    height: inherit;
    width: 60%;
    padding: 20px;
}

#newsletter h2 {
    font-size: 1.5em;
    color: white;
}

#newsletter h3 {
    font-size: 1.2em;
    color: white;
}

#newsletter input[type=email] {
    border: .5px solid transparent;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: .9em;
}

#newsletter input[type=email]:focus {
    outline: none;
}

#newsletter input[type=submit] {
    border: none;
    padding: 10px 20px;
    height: auto;
    width: 100%;
    background: orangered;
    color: white;
    font-weight: 700;
    text-align: center;
}

#newsletter input[type=submit]:focus {
    outline: none;
}

#newsletter input[type=checkbox] {
    margin-right: 5px;
}

#newsletter input[type=checkbox]:focus {
    outline: none;
}

#newsletter p {
    margin-top: 10px;
    font-size: .7em;
    color: white;
}

.tips-news {
    padding-top: 20px;
}

.tips-news img {
    margin-bottom: 0;
}

.article-wrapper {
    border-bottom: .25px solid rgb(252, 221, 149);
    overflow: hidden;
    padding-bottom: 6px;
}

.article-wrapper:last-child {
    border-bottom: none;
}

.article-pic {
    float: left;
    width: 30%;
    /*border: 1px solid gray;*/
}

.article-title {
    float: left;
    width: 70%;
    padding-left: 10px;
}

.article-title p {
    /*border: 1px solid gray;*/
    font-weight: 700;
    font-size: .92em;
    line-height: 18px;
}

.article-title p a {
    color: black;
}

.article-title p a span {
    /*color: rgb(63, 161, 99);*/
    color: #048701;
    font-weight: normal;
    font-size: .75em;
    font-style: italic;
    margin-bottom: 0;
}

/*
.article-title span a {
    font-size: .9em;
    font-weight: 800;
    color: orangered;
    margin-top: 0;
}

.article-title span a:hover {
    color: darkred;
}
*/

/* Seção Produtos */
#main-products {
    width: 100%;
    height: auto;
    overflow: auto;
    position: relative;
    padding-top: 10px;
}

#main-products img{
    margin-bottom: 0;
}

.product-wrapper {
    overflow: hidden;
    border-bottom: .5px solid #ccc;
    position: relative;
    padding-bottom: 10px;
}

.product-img {
    float: left;
    width: 15%;
    height: auto;
    /*border: 1px solid gray;*/
}

.product-desc {
    float: left;
    padding-left: 10px;
    width: 85%;
    height: auto;
    font-size: 1em;
    color: rgb(50, 66, 94);
    /*border: 1px solid gray;*/
}

.product-desc h3 {
    font-size: 1.4em;
    margin-bottom: 0;
    color: orangered;
    font-weight: 700;
}

.product-desc span a {
    /*color: rgb(67, 116, 250);*/
    color: rgba(40, 28, 102, 1);
    font-weight: 700;
    font-style: italic;
    font-size: .85rem;
}

.product-desc span a:hover {
    color: rgb(17, 7, 31);
}

.see-all-products {
    width: 100%;
    height: auto;
    padding: 5px;
    font-size: .9em;
    font-weight: bolder;
}

.see-all-products a {
    text-decoration: underline;
    color: gray;
}

.see-all-products a:hover {
    color: orangered;
}

/*Seção Marcas*/


/*
#marcas .container .row h1 {
    margin-top: 80px;
    margin-left: 20px;
    font-size: 1.5em;
    letter-spacing: 0.7em;
    text-transform: uppercase;
}
*/

#marcas .container .row div {
    padding-top: 20px;
}

#marcas .container .row div img {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 40px;
}

.box {
    /*padding-top: 100px;*/
    padding-bottom: 10px;
}

.notfound-background {
    background: rgba(242,242,242,255);
}

.not-found {
    color: #ccc;
    font-size: 1.5em;
    /*text-align: center;*/
    display: block;
    /*margin: auto;*/
}

#newProductModal {
    /*display: none;*/
}

/* Para o modal de cadastro de novo produto */
.modal-2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 60px; /* Location of the box */
  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-2 {
  background-color: #fefefe;
  margin: auto;
  padding: 0 20px;
  border: 1px solid #888;
  width: 80%;
  max-height: 90%;
  overflow: auto;
  position: relative;
}

.close-modal, .close-modal2 {
  /*color: #aaaaaa;*/
  color: #403340;
  /*float: right;*/
  font-size: 28px;
  font-weight: bold;
  top: 70px;
  right: 170px;
  border: none;
  background: transparent;
  position: fixed;
}

.close-modal:hover,
.close-modal2:hover,
.close-modal:focus,
.close-modal2:focus {
  color: orangered;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.modal-header, .modal-footer {
    border: none !important;
}

#show-them-here {
    padding: 20px 20px;
    /*border: 1px solid orange;*/
}

.custom-file-upload {
    /*border: 1px solid #ccc;*/
    border: none;
    display: inline-block;
    width: 40%;
    color: black;
    font-weight: bold;
    /*background-color: var(--combo-color-1);*/
    background-color: #ccc;
    /*text-align: center;*/
    height: auto;
    padding: 12px;
    cursor: pointer;
}

.radio-margin {
    margin-left: 20px;
}

/* Google Analytics metrics page */
/*
.loading-spinner {
    width: 45px;
    height: auto;
}
*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  left:  40px;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  /*background: #fff;*/
  background: #403340;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.metric-box {
    width: 80%;
    height: auto;
    border: 1px solid #ccc;
    background-color: #e6e6e8;
}

.metric-box h3 {
    font-size: 1.7em;
    color: rebeccapurple;
    font-weight: bold;
    padding: 30px 40px;
}

.metric-box h1 {
    font-size: 3em;
    color: orangered;
    font-weight: bolder;
    margin-left: 40px;
}

.metric-box span {
    font-size: .9em;
    color: black;
}

#pages, #region {
    font-size: 1.4em;
    color: black;
}

.thumbnail-product {
    width: 60px;
    height: auto;
}

/*
.actions {
    margin-top: 10px !important;
    padding: 0 !important;
    padding-top: 30% !important;
    margin: 0 !important;
    width: 50%;
    border: none !important;
}
*/

tr .td-actions {
    display: flex;
    border: none;
    /*border-bottom: .5px #ccc solid;*/
}

.action-btn {
    color: var(--combo-color-2);
    /*float: left;*/
    font-size: 100%;
    cursor: pointer;
}

.action-btn:hover {
    color: grey;
}

.action-btn-delete {
    color: var(--combo-color-2);
    border: none;
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
    /*float: right;*/
    top: -20px;
    position: relative;
    margin-top: 21px;
    margin-left: 10px;
}

.action-btn-delete:hover {
    color: grey;
}

/*
.custom-file-upload::after {
    content: 'Escolher Foto do PC';
}
*/

/*
#recursos {
    color: white;
}

#recursos h3 {
    color: #9bf0e1;
}

#recursos h2 {
    color: white;
}
*/


/*
#sandwich-toggler {
    color: rgba(46, 54, 46,.75);
}
*/


/*
.bg-color {
    background-color: white;
    border-bottom: 1px solid #ccc;
}
*/


/*
#journey {
    display: block;
}

#page-content {
    flex: 1 0 auto;
}

#sticky-footer {
    flex-shrink: none;
}
*/


/*
.webinar-background {
    background: rgb(161, 90, 174);
    background-image: linear-gradient(150deg, rgba(161, 90, 174, 0.57) 0%, rgba(161, 90, 174, 0.57) 100%), url(../images/photo-for-webinar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.notfound-background {
    background: rgb(161, 90, 174);
    background-image: linear-gradient(150deg, rgba(161, 90, 174, 0.57) 0%, rgba(161, 90, 174, 0.57) 100%), url(../images/notfound.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
*/


/*
.login-background {
    background: rgb(161, 90, 174);
    background-image: linear-gradient(150deg, rgba(161, 90, 174, 0.57) 0%, rgba(161, 90, 174, 0.57) 100%), url(../images/login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
*/


/*
video:focus {
    outline: none;
}
*/


/*
.login-area {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 200px;
    margin-top: 100px;
    padding: 5%;
    width: 30%;
    border-radius: 10px;
    border: 2px solid white;
}
*/


/*
#wrapbox8{
    margin-left:auto;
    margin-right:auto;
    overflow:auto;
    position:relative;
    width:100%;
    height:auto;
    border: 0px solid #978D8D;
    background: white;
}

#wrapboxtext8{
    width: 80%;
    height: auto;
    position: relative;
    padding: 5%;
    margin: auto;
    text-align:center;
}
*/


/*Rodapé*/

footer {
    /*background: rgb(59, 58, 50);*/
    background: rgb(25, 25, 25);
    color: snow;
    font-family: 'Open Sans', sans-serif;
}

footer h2 {
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: var(--combo-color-1);
}

footer ul {
    list-style-type: none;
    margin-left: 0;
    font-size: 1em;
}

footer ul li {
    line-height: 30px;
}

footer ul li a {
    text-decoration: none;
    color: ghostwhite;
}

footer ul li a:hover {
    color: #ccc;
}

footer hr {
    width: 20%;
    background: gray;
}

.all-rights-reserved {
    /*border-top: .5px solid #ccc;*/
    font-size: .85em;
}

.all-rights-reserved {
    border-top: .5px solid gray;
}

.all-rights-reserved a {
    color: snow;
    text-decoration: none;
}

.all-rights-reserved a:hover {
    color: lightgray;
}

/*
footer ul li .social-icon {
    width: 30px;
    height: auto;
}
*/

.social-div {
    padding-right: 10%;
    /*line-height: 4.6;*/
    color: white;
    font-size: 2.5em;
}

.social-div li {
    float: right;
    margin-top: 0;
    margin-left: 15px;
}

/*
footer {
    border-top: 1px solid #ccc;
    background: white;
    padding: 50px 0px 40px 0px;
    position: relative;
}

footer .nav-footer a {
    color: gray;
    font-size: .8em;
    text-transform: uppercase;
}

footer .nav-footer a:hover {
    color: #9bf0e1;
    text-decoration: none;
}

footer h4 {
    color: #919496;
    font-size: .8em;
    text-transform: uppercase;
}

footer ul {
    list-style: none;
}

footer .nav-footer li {
    float: left;
    margin: 0 20px 0 0;
}

footer ul li .social-icon {
    width: 30px;
    height: auto;
}

.social-div {
    padding-right: 90px;
    line-height: 4.6;
}

.social-div li {
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}

label[for=news] {
    font-style: italic;
    color: #ccc;
}


.form-custom {
    border: 3px solid #ccc;
}

input#news.form-control.form-custom:focus {
    outline: none;
    background: black;
}

.button-custom {
    margin-top: 24px;
}

#address {
    font-size: .9em;
    color: gray;
}
*/


/* Whatsapp button */

.chat-button {
    position: absolute;
    bottom: 30px;
    right: 20px;
    position: fixed;
    z-index: 2100;
    /*border: 1px solid #ccc;*/
    height: auto;
    width: auto;
}

.chat-button span {
    font-size: .4;
    font-weight: bolder;
    display: none;
}


/* Contato */

.box-contact {
    padding: 40px 0 0 0;
}


/*
#contact .jumbotron .row .custom-margin .form-group h1 {
    margin-top: 90px;
    margin-left: 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(40, 28, 102, 1)
}
*/

#contact h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(40, 28, 102, 1)
}

#contact h2 span {
    font-size: .7em;
}

#contact h4 {
    margin-bottom: 20px;
    font-size: 1.2em;
    color: rgba(40, 28, 102, 1);
    font-family: 'Merriweather', serif; 
}

.custom-jumbotron div {
    margin: 0;
}

/* Home */
.background-banner {
    background: url('../images/main-banner.webp') no-repeat 0px -80px;
    height: 350px;
    padding: 20px;
    /*background-attachment: fixed;*/
    /*border: 1px solid black;*/
}

/* Quem Somos */
.background-banner-2 {
    background: url('../images/wiring.jpeg') no-repeat;
}

/* Marcas */
.background-banner-3 {
    background: url('../images/ht-devices.jpg') no-repeat;
}

.background-banner-4 {
    background: url('../images/customer-support.jpg');
    background-position: -100px -120px;
}

.background-banner-2, .background-banner-3, .background-banner-4 {
    background-size: cover;
    height: 150px;
    padding: 20px;
    border-radius: 0;
    background-attachment: fixed;
}

.slide-div {
    width: 100%;
    /*height: 350px;*/
    height: auto;
    /*background-color: white;*/
    /*border: 1px solid black;*/
}

.paddings-custom {
    padding-left: 3rem !important;
    padding-right: 2rem !important;
}

.paddings-custom-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

/*
#contact .jumbotron {
    border-top: 4px solid #00d6d6;
    background: white;
}
*/


/*
#contact .custom-jumbotron, #contact .custom-jumbotron div {
    width: 100%;    
    margin: 0;
}
*/


/*
#contact .custom-jumbotron .row .custom-margin {
    height: 650px;
}
*/


/*
.custom-margin {
    padding: 0px 50px 50px 9%;
}

.custom-margin .form-group {
    padding-bottom: 20px;
}

.custom-margin .form-group .form-control {
    border: 1px solid #81868f;
    border-radius: 0;
    font-size: 1em;
}
*/

#contact .form-group .form-control,
#login2 .form-control,
#edit .form-control,
.section1 .form-control,
.section2 .form-control {
    /*border: 1px solid #81868f;*/
    border: .5px solid #c6c6c6;
    border-radius: 0;
    font-size: 1em;
}

textarea {
    resize: none;
}


/* Resultados Pesquisa */
.filter {
    width: 20%;
    height: auto;
    float: left;
    /*border: 1px solid black;*/
}

.show-search-results {
    width: 80%;
    height: auto;
    float: left;
    /*border: 1px solid black;*/
    padding-left: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.search-results {
    font-size: 1.2em;
    font-weight: bold;
    color: grey;
    display: block;
    margin-top: 10px;
    margin-left: 5px;
    text-align: center;
}

#search-a-product {
    width: 90%;
    /*margin: auto;*/
    border: 5px solid #ccc;
    padding: 5px 20px;
    border-radius: 10px 0 0 10px;
    font-size: 1.5em;
    margin-right: 0;
}

#search-a-product:focus {
    outline: none;
}

#search-go {
    width: auto;
    height: auto;
    padding: 11px 30px;
    background-color: rgb(25, 25, 25);
    /*color: snow;*/
    color: var(--combo-color-1);
    border-radius: 0 6px 6px 0;
    border: none;
    font-size: 1.3em;
    position: relative;
    top: -2px;
    margin-right: 0;
    /*margin-left: 9px;*/
}

#search-go:hover {
    background-color: black;
    color: snow;
}

ul.product-categories {
    list-style-type: none;
    margin-left: 0;
    font-weight: bold;
}

ul.product-categories li {
    margin-top: 20px;
    list-style-position: outside;
    list-style-type: none;
}

ul.product-categories li ul {
    margin-left: 0;
}

ul.product-categories li ul li {
    margin-top: 0;
    margin-bottom: 4px;
    list-style-type: none;
    /*list-style: square;*/
    list-style-position: inside;
}

ul.product-categories li ul li a {
    position: relative;
    /*left: -5px;*/
}

ul.product-categories li ul li a:hover {
    color: black;
}

/* Inbox */
.bold-message {
    font-weight: bolder;
}

.msg-row a {
    text-decoration: none;
    color: black;
}

.msg-row a:hover {
    color: black;
}

.msg-larger {
    font-size: 1.5em;
    font-weight: bolder;
    color: blueviolet;
}

.msg-smaller {
    font-size: 1.2em;
}

.no-product-found {
    width: 100%;
    /*border: 1px solid black;*/
    height: 200px;
    font-size: 10em;
    color: #ccc;
    padding: 20px;
    text-align: center;
}

.product-card {
    border: 1px solid lightgray;
    width: 48%;
    height: auto;
    position: relative;
    border-radius: 9px;
    background-color: #ede4d3;
}

.product-card h4 {
    font-size: 1.5em;
    font-weight: 800;
}

.product-card hr {
    border: 2px solid orangered;
    width: 20%;
    margin-top: -10px;
}

.product-pic {
    /*border: 1px solid black;*/
    padding: 10px;
    width: 30%;
    height: auto;
    float: left;
}

.product-pic img {
    width: 100%;
    height: auto;
}

.product-description {
    /*border: 1px solid black;*/
    padding: 10px;
    width: 70%;
    height: auto;
    float: left;
}

.result {
    display: block;
    width: 100%;
    position: relative;
}

.about-product {
    /*padding: 5px;*/
    float: unset !important;
}

.about-product:hover {
    /*background: black;*/
}

/* Página Quem Somos */
/*
.page-title {
    margin: auto;
    background: black;
    opacity: .7;
    text-align: center;
    width: 300px;
    height: auto;
}
*/

.page-title {
    margin: auto;
    background: rgba(0, 0, 0, .5);
    /*opacity: .85;*/
    text-align: center;
    width: 300px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding: 5px 30px;*/

    font-size: 2em;
    font-weight: 700;
    color: var(--combo-color-1);
    text-transform: uppercase;
}

.page-title-2 {
    font-size: 1.5rem;
}

.services .page-title {
    width: 25rem;
}

.content-box {
    width: 100%;
    height: auto;
    padding: 80px 40px 30px 40px;
    background-color: rgba(255, 209, 0, .2);
    position: relative;
}

.content-box .capitular::first-letter {
    font-size: 2.6rem;
    font-weight: bold;
    color: black;
    float: left;
    margin: -12px -2px;
    margin-right: 10px;
}

.content-box .img {
    display: flex;
}

.content-box .img div:first-child {
    flex: 58%;
    padding: 2.5px;
}

.content-box .img div:nth-child(2) {
    flex: 38.5%;
    padding: 2.5px;
}

#logo-img {
    width:15%;
    height: auto; 
    margin-top: 2%;
    margin-bottom: 20px; 
    margin-left: auto;
    margin-right: auto;
}

/* Página de cases, inbox, admin, de marcas e de edições */

/*
#case h1,
#brand h1,
#admin h1,
#inbox h1,
#edit h1,
.privacy h1,
.section2 h1,
.section1 h2,
.section2 h2 {
    font-size: 2em;
    font-weight: bold;
    color: rgba(40, 28, 102, 1)
}
*/

/*
#case img,
#brand img {
    width: 40%;
}
*/

#case .content-box img,
#brand .content-box img {
    width: 30%;
}

#case .button-special,
#brand .button-special {
    margin-top: 50px;
}

.services .content-box img {
    width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    position: relative;
}

.services .content-box p {
    font-size: 1.2rem;
    font-weight: bold;
}

.partners-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

.services .content-box .partners-img > img {
    width: 30% !important;
}

.services .content-box .img-group {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-around; */
    align-items: center;
}

.services .content-box .img-group > img {
    width: 55% !important;
}

.lists {
    margin-left: 30px;
}

/* #case .button-catalogo, */
.button-catalogo {
    background-color: rgba(255, 87, 51, 1);
    color: white;
    font-weight: bold;
    font-size: 2em;
    padding: 10px 30px;
    border: none;
    margin-top: 35px;
    /*float: right;*/
}

.button-catalogo:focus {
    outline: none;
}

#edit label {
    font-weight: bold;
}


/* Área administrativa */
.dashboard-boxes div div {
    border: 1px solid #ccc;
    /* background: #9bf0e1; */
    background: rgba(238,237,234,255);
    color: #1a1e21;
    font-weight: bold;
    /* max-width: 20%; */
    padding: 30px;
    text-align: center;
}

.dashboard-boxes div div:hover {
    background: lightgray;
}

.dashboard-boxes span {
    font-size: 1.3em;
    font-family: 'Open Sans', sans-serif;
}

.dashboard-boxes img {
    width: 40%;
    height: auto;
    /* margin: auto; */
    /* float: left; */
}

.dashboard-boxes a {
    text-decoration: none;
    color: #1a1e21;
}

/*Página de Login*/

.section2 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: auto;
    padding-left: 35%;
    padding-right: 35%;
    padding-top: 150px;
    padding-bottom: 50px;
    /*background: rgb(110,106,102);*/
    /*background-image: url("../images/66e2a70180404b47a66ebed738b09417.jpg");*/
    /*background-image: linear-gradient(150deg, rgba(110, 106, 102, .5) 0%, rgba(110, 106, 102, .75) 100%), url("../images/66e2a70180404b47a66ebed738b09417.jpg");*/
    /*background-position:  0 20%*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-notes {
    color:black;
    font-family:Times New Roman;
    font-size:80%;
}

.name-validation,
.phone-validation,
.state-validation,
.city-validation,
.reason-validation,
.subject-validation,
.message-validation,
.email-validation,
.recover-email-validation,
.password-validation,
.password-2-validation,
.old-password-validation,
.check-validation,
.about-validation,
.text-about-validation,
.button-1-validation,
.button-2-validation,
.slide-general,
.brand-text-validation,
.brand-title-validation,
.case-title-validation,
.case-text-validation,
.case-name-validation,
.case-position-validation,
.tel1-validation,
.tel2-validation,
.tel3-validation,
.address-validation,
.baner-title-validation,
.baner-text-validation,
.baner-img-validation,
.product-img-validation,
.username-validation,
.product-description-validation,
.product-title-validation,
.product-category-validation,
.main-product-validation
{
    color: #FA0E20;
    font-size: .7em;
    font-weight: 700;
    display: block;
}


/*Página Recuperar Senha*/
/*
.p-recover-pw {
    font-size: 1.1em;
    font-weight: bold;
    color: rgba(22, 33, 148, 1);
}
*/
.p-recover-pw {
    font-size: 1em;
    color: gray;
    /*font-weight: bold;*/
    /*color: rgba(22, 33, 148, 1);*/
}

.success-validation {
    color: green;
    font-size: .7em;
    /* font-weight: 700; */
    display: block;
}


/* Página de Login e Recuperação Melhorada */
.back-to-login {
    color: gray;
    text-decoration: underline;
    text-align: center;
}

.back-to-login:hover {
    color: black;
}

.initial-decoration-bar {
    height: 15px;
}

.login-container {
    /*border: 1px solid black;*/
    padding-left: 100px;
    padding-right: 100px;
}

.login-bg-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.login-bg {
    width: 90%;
    height: 100%;
    float: left;
    /*border: 1px solid blue;*/
    background: url('../images/img3-old.jpg');
    background-repeat: no-repeat;
    background-position: -80px 0px;
}

.login-info {
    height: 635px;
    padding-top: 150px;
    /*border: 1px solid black;*/
}

#login-h1 {
    margin-left: 5%;
}

.login-logo {
    display: none;
}

.improved h1,
.section2 h2 {
    font-weight: 600;
    color: #3f4547;
}

#login2 {
    border: 0px solid #ccc;
    border-radius: 5px;
    padding: 10px 30px;
}

#login2 input[type=text], 
#login2 input[type=password],
#recover-form input[type=text]
#recover-form input[type=password], {
    border: .5px solid #ccc;
    padding: 20px 10px;
    color: #212529;
    font-size: 1.1em;
}

#login2 input[type=text]:focus, 
#login2 input[type=password]:focus,
#recover-form input[type=text]:focus
#recover-form input[type=password]:focus, {
    outline: none;
    border: .5px solid #212529;
}

#login2 ::placeholder,
#recover-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c6c6c6;
  opacity: 1; /* Firefox */
}

#login2 :-ms-input-placeholder,
#recover-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c6c6c6;
}

#login2 ::-ms-input-placeholder,
#recover-form ::ms-input-placeholder { /* Microsoft Edge */
  color: #c6c6c6;
}

#send {
    margin-bottom: 20px;
}

#signin, #send {
    width: 100%;
    background-color: #212529;
    color: var(--combo-color-1);
}

#signin:hover,
#send:hover {
    background-color: black;
    color: snow;    
}

.login-footer {
    position: relative;
    margin-left: 52%;
    margin-top: -5%;
    /*bottom: 10px;*/
    /*left: 51%;*/
}

.login-footer ul {
    list-style-type: none;
}

.login-footer ul li {
    margin-right: 15px;
    float: left;
}

.login-footer ul li a {
    color: #3f4547;
    font-weight: 700;
    font-size: 1em;
}

.login-footer ul li a:hover {
    color: black;
}

.login-footer ul li:last-child {
    font-size: .9em;
    color: #c6c6c6;
    margin-left: 20px;
}

.login-footer ul li:last-child a:hover {
    text-decoration: none;
    cursor: unset;
    color: #3f4547;
}

/* Spinner */
@keyframes spinner {
    0% {
      transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.div-over {
    display: none;
}

.div-over {
    width: 100%;
    height: 100%;
    background-color: rgba(204, 204, 204, .5);
    /*position: absolute;*/
    position: fixed;
    /*border: 1px solid red;*/
    z-index: 9999;
    top: 0;
}

.spin-wrapper {
    position: fixed;
    display: block;
    /*top: 45%;*/
    /*top: 325px;*/
    top: 45vh;
    left: 50%;
    width: 5%;
    /*border: 1px solid red;*/
}

.spin::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 80px;
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate3d(-50%, -50%, 0);
    width: 80px;
    will-change: transform;
}

/*Cookies*/
#cookies {
    /*background: rgba(245, 238, 237, .9);*/
    background: rgba(255, 209, 0, .95);
    position: fixed;
    bottom: 0;
    z-index: 500;
    font-size: .9em;
    font-weight: 700;
    width: 100%;
}

#cookies .col-md-10 {
    color: black;
    font-weight: bold;
}

.align-cookie {
    height: 100%;
    width: 24px;
    padding-top: 2px;
    /*position: relative;*/
    /*margin-right: 3px;*/
    /*border: 1px solid #ccc;*/
    float: left;
}

.align-text-cookie {
    float: left;
    max-width: 90%;
    /*border: 1px solid #ccc;*/
    /*position: relative;    */
}

.button-cookies-allow {
    padding: 10px 15px;
    background: rgba(51, 79, 125, 1);
    color: white;
    border: none;
    font-size: .9em;
    font-weight: bold;
    width: 59%;
}

.button-cookies-allow:hover {
    background: rgba(51, 79, 125, .8);
}

.button-cookies-allow:focus {
    outline: none;
}

.button-cookies-deny {
    padding: 10px 15px;
    background: rgba(255, 10, 63, 1);
    color: white;
    border: none;
    font-size: .9em;
    font-weight: bold;
    width: 40%;
}

.button-cookies-deny:hover {
    background: rgba(255, 10, 63, .8);
}

.button-cookies-deny:focus {
    outline: none;
}

/* Página de edição do baner */
#add-photo {
    width: 100px;
    height: auto;
}

#uploadButton {
    border: 0;
}

#uploadButton:focus {
    outline: none;
}

.uploadButtonDiv {
    position: relative;
}

/* Toast de formulário (sucesso ou falha) */
.custom-toast, .custom-toast-success {
    position: fixed;
    width: 205px;
    height: auto;
    right: 20px;
    /*top: 100px;*/
    top: 50px;
    /* background: rgba(250, 14, 32, 1); */
    /* background: rgba(252, 177, 183, 1); */
    color: white;
    font-weight: bold;
    border-radius: 2px;
    z-index: 1000;
    display: none;
}

.custom-toast,
.custom-toast .toast-header {
    /* background: rgba(250, 14, 32, 1); */
    /*background: rgba(252, 177, 183, 1);*/
    background: rgba(235, 64, 52, 1);
}

.custom-toast-success, 
.custom-toast-success .toast-header {
    background: rgba(59, 236, 175, 1);
}

.custom-toast .toast-body {
    font-size: .9em;
    font-style: normal;
}

.custom-toast-success .toast-body {
    font-size: 1.2em;
    font-style: normal;
}

.close {
    color: #A29C9C;
}

.close:hover {
    color: white;
}

.close:focus {
    outline: none;
}

.loading-div {
    height: 100%;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1200;
    /* Flex proposal */
    display: none;
    /*flex*/
    justify-content: center;
    align-items: center;
}


/* Media Queries */


/* Based on Bootstrap Grid System:

/* SM */

@media (max-width: 575.98px) {
    #logo-img {
        width: 60%;
        height: auto; 
    }
    .news {
        margin-top: 20px;
    }
    .social-div li {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }
    .navbar-light {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .nav-list {
        display: none;
    }
    .nav-list-2 li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-black {
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav-mobile-padding {
        padding-top: .5rem !important;
        padding-bottom:.51rem !important;
    }
    .navbar-nav {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }
    .fas.fa-angle-down {
        display: none;
    }
    #search-form {
        margin-bottom: 20px;
    }
    #search-products {
        width: 155%;
        margin-top: 20px;
    }
    .submenu {
        padding: 20px 20px;
    }
    .submenu-2 {
        width: 100%;
        /*height: auto;*/
        position: relative;
        margin-left: 0;
        top: 0;
        left: 0;
        /*border: .5px solid #c6c6c6;*/
        /*border-bottom: .25px solid #ccc;*/
        /*padding: 20px 30px;*/
        /*background-color: whitesmoke;*/
        /*z-index: 2000;*/
        /*left: 0;*/
    }
    #mobile-submenu-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #mobile-close-submenu-2 {
        display: none;
        top: 5px;
        right: 20px;
        font-size: 2em;
        font-weight: bold;
        border: none;
        background-color: transparent;
        position: absolute;
    }
    .login-bg-wrapper {
        display: none;
    }
    .login-container {
        /*border: 1px solid black;*/
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    #login-h1 {
        margin-left: 1.5rem;
    }
    .login-logo {
        display: block;
        width: 30%;
        height: auto;
        margin-left: 1.5rem;
        margin-bottom: 10px;
        /*margin-right: unset;*/
    }
    .login-info {
        height: auto;
        padding-top: 100px;
        /*border: 1px solid black;*/
    }
    .login-footer {
        display: none;
        position: relative;
        margin-left: 1.5rem;
        margin-top: 20vh;
        /*bottom: 10px;*/
        /*left: 51%;*/
    }
    /*
    .login-footer ul {
        margin-left: 1.5rem;
        list-style-position: inside;
    }
    .login-footer ul li {
        margin-right: 15px;
        float: left;
    }
    */
    .section2 {
        /*width: 100%;*/
        /*height: auto;*/
        /*position: relative;*/
        /*overflow: auto;*/
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 100px;
        /*padding-bottom: 50px;*/
    }


    .submenu-list-2 > li > ul {
        /*list-style-type: none;*/
        /*font-weight: normal;*/
        /*font-size: .85em;*/
        /*line-height: 1;*/
        display: block;
        /*width: 300px;*/
        position: relative;
        /*padding-top: 10px;*/
        /*padding-bottom: 10px;*/
        /*padding-left: 20px;*/
        left: 0;
        margin-left: 5%;
        margin-left: 5%;
        width: 90%;
        /*top: 0;*/
        /*background-color: black;*/
    }

    .arrow-right {
        display: none;
    }

    .paddings-custom, .paddings-custom-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .slide-inner-box {
        /*background-color: black;*/
        /*opacity: .75;*/
        padding: 20px 30px 20px 30px !important;
        width: 100% !important;
        /*height: 38vh !important;*/
        height: 250px !important;
        /*height: auto;*/
        /*text-align: left;*/
    }

    .mobile-section-content {
        margin-top: 250px !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .section-top {
        margin-top: 0px !important;
    }

    .page-title {
        width: 100%;
    }

    .services .page-title {
        margin-top: -40px;
        width: 100%;
    }
    
    .company-description {
        width: 100%;
        /*height: 260px;*/
        /*height: 100%;*/
        height: auto;
        /*background-color: rgba(255, 255, 255, .85);*/
        /*border: 1px solid black;*/
        /*opacity: .85;*/
        padding: 0px 0px;
        /*position: relative;*/
    }

    .first-section {
        /*border: 1px solid blue;*/
        width: 100%;
        margin-right: 0;
        position: relative;
        padding-bottom: 2rem !important;
    }

    .aside-section {
        /*border: 1px solid blue;*/
        width: 100%;
        position: relative;
    }

    .subsection-1 {
        width: 100%;
        /*margin-right: 5%;*/
        /*border: 1px solid red;*/
        float: unset;
        position:  relative;
        padding-bottom: .5rem !important;
    }

    .subsection-2 {
        width: 100%;
        /*border: 1px solid red;*/
        float: unset;
        position: relative;
    }

    #newsletter div {
        /*background: rgb(0 0 0 / 75%);*/
        /*height: inherit;*/
        width: 100%;
        /*padding: 20px;*/
    }

    #case .content-box img, #brand .content-box img {
        width: 100%;
    }

    .mobile-footer, .all-rights-reserved {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #mobile-map {
        width: 100%;
    }

    .button-cookies-allow {
        /*padding: 10px 15px;*/
        /*background: rgba(51, 79, 125, 1);*/
        /*color: white;*/
        /*border: none;*/
        /*font-size: .9em;*/
        /*font-weight: bold;*/
        width: 50%;
        margin-left: 20px;
    }

    .button-cookies-deny {
        /*padding: 10px 15px;*/
        /*background: rgba(255, 10, 63, 1);*/
        /*color: white;*/
        /*border: none;*/
        /*font-size: .9em;*/
        /*font-weight: bold;*/
        width: 50%;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 20px;
    }

}


/* MD */

@media (min-width: 576px) and (max-width: 767.98px) {
    .news {
        margin-top: 20px;
    }
    .social-div li {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }
    footer ul li {
        float: left;
        margin: 0 5px;
    }
    footer ul {
        margin-bottom: 120px;
    }
    .nav-list {
        display: none;
    }
    .nav-list-2 li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-black {
        padding-left: 30px;
        padding-right: 30px;
    }
    .nav-mobile-padding {
        padding-top: .5rem !important;
        padding-bottom:.51rem !important;
    }
    .navbar-nav {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }
    .navbar-light {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    #search-form {
        display: none;
    }
    .login-bg-wrapper {
        display: none;
    }
    #login-h1 {
        margin-left: 1.5rem;
    }
    .login-logo {
        display: block;
        width: 40%;
        height: auto;
        margin-left: 1.5rem;
        margin-bottom: 10px;
        /*margin-right: unset;*/
    }
    .login-info {
        height: auto;
        padding-top: 100px;
        /*border: 1px solid black;*/
    }
    .login-footer {
        display: none;
        position: relative;
        margin-left: 1.5rem;
        margin-top: 20vh;
        /*bottom: 10px;*/
        /*left: 51%;*/
    }

    .fas.fa-angle-down {
        display: none;
    }
    #search-products {
        width: 155%;
        margin-top: 20px;
    }
    .submenu {
        padding: 20px 20px;
    }
    .submenu-2 {
        width: 100%;
        /*height: auto;*/
        position: relative;
        margin-left: 0;
        top: 0;
        left: 0;
        /*border: .5px solid #c6c6c6;*/
        /*border-bottom: .25px solid #ccc;*/
        /*padding: 20px 30px;*/
        /*background-color: whitesmoke;*/
        /*z-index: 2000;*/
        /*left: 0;*/
    }
    #mobile-submenu-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #mobile-close-submenu-2 {
        display: none;
        top: 5px;
        right: 20px;
        font-size: 2em;
        font-weight: bold;
        border: none;
        background-color: transparent;
        position: absolute;
    }

    .submenu-list-2 > li > ul {
        /*list-style-type: none;*/
        /*font-weight: normal;*/
        /*font-size: .85em;*/
        /*line-height: 1;*/
        display: block;
        /*width: 300px;*/
        position: relative;
        /*padding-top: 10px;*/
        /*padding-bottom: 10px;*/
        /*padding-left: 20px;*/
        left: 0;
        margin-left: 5%;
        margin-left: 5%;
        width: 90%;
        /*top: 0;*/
        /*background-color: black;*/
    }

    .arrow-right {
        display: none;
    }

    .paddings-custom, .paddings-custom-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile-section-content {
        margin-top: 250px !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .section-top {
        margin-top: 0px !important;
    }

    .company-description {
        width: 100%;
        height: auto;
        padding: 0px 0px;
    }

    .first-section {
        width: 100%;
        margin-right: 0;
        position: relative;
        padding-bottom: 2rem !important;
    }

    .aside-section {
        width: 100%;
        position: relative;
    }

    #newsletter div {
        /*background: rgb(0 0 0 / 75%);*/
        /*height: inherit;*/
        width: 60%;
        /*padding: 20px;*/
    }

    .mobile-footer, .all-rights-reserved {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #mobile-map {
        width: 100%;
    }

    .product-desc {
        font-size: 1em;
    }

}


/* MD - Customized */


/*
@media only screen and (max-width: 767.98px) {
    .news {
        margin-top: 20px;
    }

    .social-div li {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }
}
*/


/* MD */

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .news {
        margin-top: 20px;
    }
    .social-div li {
        display: none;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }
    .navbar-nav {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }
    .navbar-nav .nav-item:nth-child(2) .nav-link span {
        display: none;
    }
    .navbar-nav .nav-item:nth-child(2) .nav-link:before {
        content: 'Marcas';
    }
    .navbar-nav .nav-item:nth-child(4) .nav-link span {
        display: none;
    }
    .navbar-nav .nav-item:nth-child(4) .nav-link:before {
        content: 'Contato';
    }
    .nav-list {
        display: none;
    }
    .nav-list-2 li {
        font-size: 1em;
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav-black {
        padding-left: 50px;
        padding-right: 50px;
    }
    .nav-mobile-padding {
        padding-top: .5rem !important;
        padding-bottom:.51rem !important;
    }
    .navbar-light {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    #search-form {
        display: none;
    }
    .login-footer {
        display: none;
        position: relative;
        margin-left: 1.5rem;
        margin-top: 20vh;
        /*bottom: 10px;*/
        /*left: 51%;*/
    }
    .cust-btn {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        margin-left: 5px;
    }

    .slide-inner-box {
        /*background-color: black;*/
        /*opacity: .75;*/
        padding: 20px 30px 20px 30px !important;
        width: 100% !important;
        /*height: 38vh !important;*/
        height: 250px !important;
        /*height: auto;*/
        /*text-align: left;*/
    }

    .company-description {
        height: 320px;
        padding: 20px 30px;
    }

    .company-description p {
        font-size: 1em;
    }

    .first-section {
        width: 100%;
        margin-right: 0;
        position: relative;
        padding-bottom: 2rem !important;
    }

    .aside-section {
        width: 100%;
        position: relative;
    }

    #newsletter div {
        /*background: rgb(0 0 0 / 75%);*/
        /*height: inherit;*/
        width: 50%;
        /*padding: 20px;*/
    }

    .product-desc {
        font-size: 1em;
    }

    .article-title {
        font-size: 1.4em;
    }

    .mobile-footer, .all-rights-reserved {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #mobile-map {
        width: 100%;
        height: 200px;
    }

    .button-cookies-allow {
        /*padding: 10px 15px;*/
        /*background: rgba(51, 79, 125, 1);*/
        /*color: white;*/
        /*border: none;*/
        /*font-size: .9em;*/
        /*font-weight: bold;*/
        width: 60%;
    }

    .button-cookies-deny {
        /*padding: 10px 15px;*/
        /*background: rgba(255, 10, 63, 1);*/
        /*color: white;*/
        /*border: none;*/
        /*font-size: .9em;*/
        /*font-weight: bold;*/
        width: 60%;
        margin-bottom: 10px;
    }

}


/* LG */

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .nav-item {
        margin-left: 20px;
        border-bottom: 3px solid transparent;
    }
    .nav-item:hover {
        /*border-bottom: 3px solid rgba(56, 224, 154, 1);*/
        border-bottom: 3px solid rgba(0, 0, 0, 1);
    }
    .home li#homepage.nav-item,
    .brands li#brands.nav-item,
    .services li#services.nav-item,
    .contact li#contact-2.nav-item {
        /*border-bottom: 3px solid rgba(56, 224, 154, 1);*/
        border-bottom: 3px solid rgba(0, 0, 0, 1);
    }
    .nav-list li:last-child {
        display: none;
    }
    .nav-list li:nth-child(3) {
        border-right: none;
    }
    .nav-list-2 li {
        padding-left: 25px;
        padding-right: 25px;
    }
    .nav-black {
        padding-left: 50px;
        padding-right: 50px;
    }
    .navbar-nav .nav-item:first-child .nav-link span {
        display: none;
    }
    .navbar-nav .nav-item:first-child .nav-link::before {
        content: 'Início';
    }
    .navbar-nav .nav-item:nth-child(2) .nav-link span {
        display: none;
    }
    .navbar-nav .nav-item:nth-child(2) .nav-link::before {
        content: 'Marcas';
    }
    #search-form {
        display: none;
    }
    .cust-btn {
        margin: 0;
        padding: 0;
        margin-top: 27px;
    }

    .slide-inner-box {
        /*background-color: black;*/
        /*opacity: .75;*/
        padding: 20px 30px 20px 30px !important;
        width: 100% !important;
        /*height: 38vh !important;*/
        height: 250px !important;
        /*height: auto;*/
        /*text-align: left;*/
    }

    #newsletter div {
        /*background: rgb(0 0 0 / 75%);*/
        /*height: inherit;*/
        width: 100%;
        /*padding: 20px;*/
    }

    .mobile-footer, .all-rights-reserved {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    #mobile-map {
        width: 100%;
        /*height: 200px;*/
    }

    .button-cookies-allow {
        /*padding: 10px 15px;*/
        /*background: rgba(51, 79, 125, 1);*/
        /*color: white;*/
        /*border: none;*/
        /*font-size: .9em;*/
        /*font-weight: bold;*/
        width: 60%;
    }

    .button-cookies-deny {
        /*padding: 10px 15px;*/
        /*background: rgba(255, 10, 63, 1);*/
        /*color: white;*/
        /*border: none;*/
        /*font-size: .9em;*/
        /*font-weight: bold;*/
        width: 60%;
        margin-bottom: 10px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1244px) {
    .nav-black {
        padding-left: 60px;
        padding-right: 60px;
    }    

    #newsletter div {
        /*background: rgb(0 0 0 / 75%);*/
        /*height: inherit;*/
        width: 70%;
        /*padding: 20px;*/
    }

    #mobile-map {
        width: 100%;
        /*height: 200px;*/
    }
}

/* XL */

@media only screen and (min-width: 1200px) {
    .nav-item {
        margin-left: 30px;
        border-bottom: 3px solid transparent;
    }
    .nav-item:hover {
        /*border-bottom: 3px solid rgba(56, 224, 154, 1);*/
        border-bottom: 3px solid rgba(0, 0, 0, 1);
    }
    .home li#homepage.nav-item,
    .brands li#brands.nav-item,
    .services li#services.nav-item,
    .contact li#contact-2.nav-item {
        /*border-bottom: 3px solid rgba(56, 224, 154, 1);*/
        border-bottom: 3px solid rgba(0, 0, 0, 1);
    }
    .container.cases{
        max-width: 1150px;
        margin: auto;
        padding: 0;
    }

    #newsletter div {
        /*background: rgb(0 0 0 / 75%);*/
        /*height: inherit;*/
        width: 70%;
        /*padding: 20px;*/
    }

    #mobile-map {
        width: 100%;
        /*height: 200px;*/
    }
}
