/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
* {
    z-index: unset !important;
}

html,
body,
.view {
  height: 100%; }

/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }

/* CUSTOM THEME */

/********************
******HEADER********
 ********************/

.navbar-dark .navbar-brand {
  background-color: #fff;
  padding: 1%;
}
.nav-item .nav-link {
  font-size: 0.8em;
  font-weight: 400;
}
.navbar.navbar-dark .navbar-nav .nav-item.active:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -29px;
}
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: transparent;
  color: #2bbbad !important;
}
.aqua-gradient-theme {
  background: linear-gradient(90deg, rgba(21,97,165,1) 0%, rgba(16,144,164,1) 89%, rgba(12,182,164,1) 95%, rgba(5,255,163,1) 100%);
}
.divider-nav::after {
  width: 1px;
  height: auto;
  display: block;
  background-color: #fff0f05c;
  content: '';
  margin-left: 25px;
}
.cttTop {
  display: block;
  font-size: 70%;
  font-weight: 200;
  text-align: right;
}
.redes-sociais .fab {
  font-size: 1.4em;
  padding: 0 2px !important;
}

.divider-secundary {
    padding-right: 1rem;
    border-right: 1px SOLID #fff0f05c;
}

/********************
******HEADER********
 ********************/


 /********************
******BANNER********
 ********************/

 .blue-gradient-rgba {
  background: linear-gradient(40deg,rgba(44, 173, 221, 0.68),rgba(5, 18, 100, 0.7)) !important;
}
.btn-rounded {
  border-radius: 10em;
}
.catalogoBtn {
  font-size: 1.5em !important;
  color: #146aa5;
}
.catalogoBtn:hover {
  color: #FFF;
  background-color: #146aa5 !important;
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

/********************
******BANNER********
 ********************/


/********************
******INFOS********
 ********************/

 .see-more {
  font-size: 0.7rem;
  color: #3598be !important;
  
}

.see-more-product {
  font-size: 0.9rem;
  color: #000 !important;
  z-index: 999;
}

.see-more-product-descricao {
  font-size: 0.9rem;
  color: #000 !important;
  font-weight: 700;
}


.aqua-gradient-card {
  background: linear-gradient(140deg,#3598be, 80%,#05ffa3) !important;
}


/********************
******INFOS********
 ********************/
 

/********************
******MARCAS********
 ********************/

#marcas .list-group .list-group-item {
  border: 0px !important;
}

/********************
******MARCAS********
 ********************/


/********************
******SOBRE NOS********
 ********************/

.descriptionDefault p {
  font-size: 0.8rem !important;
  text-align: justify;
}
.descriptionDefault {
  font-size: 1rem !important;
}
.subTitle {
  color: #4edfb3;
}
.iconLocation i {
  font-size: 2rem;
  color: #4edfb3;
  margin-right: 11px;
}
.infoLocation h5 {
  font-size: 1rem;
}
.btn-ver-mais .btn-rounded {
  padding-right: 4% !important;
  margin: 0;
  line-height: 0;
  padding: 1%;
}
.fa-plus-circle, .eve-registrar {
  font-size: 25px;
}
.see-more-text {
  font-size: 1.5em;
  vertical-align: super;
}
.btn-primary {
  background-color: #166dae !important;
}

/********************
******SOBRE NOS********
 ********************/


/********************
******PRODUTOS EM LINHA********
 ********************/

 #produtosEmLinha {
  background-color: #f1f8fc;
}

/********************
******PRODUTOS EM LINHA********
 ********************/


/********************
******PROGRESS BAR********
 ********************/

 .progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}
.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}
.titleProgressBar {
  color: #1372a5;
  font-size: 1.1rem !important;
}
.border-primary {
  border-color: #1378a5 !important;
}


/********************
******PROGRESS BAR********
********************/


/******************************
******COMERCIO DE MATERIAIS********
******************************/

.streak {
  display:block;
  position:relative;
  overflow:hidden;
  height:250px
 }
 .streak.streak-md {
  height:400px
 }
 @media (max-width:736px) {
  .streak.streak-md {
   height:300px
  }
 }
 .streak.streak-lg {
  height:650px
 }
 @media (max-width:450px) {
  .streak.streak-lg {
   height:900px
  }
 }
 .streak.streak-long {
  height:200px
 }
 @media (max-width:450px) {
  .streak.streak-long {
   height:620px
  }
 }
 .streak.streak-long-2 {
  height:400px
 }
 @media (max-width:450px) {
  .streak.streak-long-2 {
   height:700px
  }
 }
 .streak.streak-photo {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center
 }
 @media (max-width:991px) {
     .divider-secundary {
        padding-top: 1rem;
        padding-right: 0;
        border-top: 1px SOLID #fff0f05c
    }
    .cttTop {
        text-align: center;
    }
    .btn-table-pedido {
        text-align: center !important;
    }
 }
 @media (min-width:1366px) {
  .streak.streak-photo {
   background-attachment:fixed
  }
 }
 .streak.no-flex {
  padding-top:3.125rem;
  padding-bottom:3.125rem;
  height:auto
 }
 .titleMax {
  font-size: 4rem !important;
  font-weight: 400 !important;
}
.subtitileMax {
  font-weight: 200;
}

.lineMax {
  border-top: 1px solid rgb(255, 255, 255);
  width: 70%;
}


/******************************
******COMERCIO DE MATERIAIS********
******************************/


/******************************
******FOOTER********
******************************/

.descriptionDefaultFooter {
  font-size: 1.5rem !important;
}
.infoLocationFooter.white-text {
  display: grid;
}
.btn-rounded-footer {
  border-radius: 20px !important;
  margin-left: 25px;
  background-color: #4edfb3 !important;
  border-color: #4edfb3 !important;
}
footer .form-control.form-control-sm {
  border-radius: 20px !important;
}
.redes-footer i {
  font-size: 25px;
  margin-right: 8px;
}
footer .list {
  padding-left: 6%;
  font-size: 12px;
}
footer.page-footer .footer-copyright {
  background-color: #132b7c;
}

/******************************
******FOOTER********
******************************/


/* notícias */

.center{
  width: 1050px;
  margin: auto;
}

.listaNoticia {
  width:500px;
  float:left;
  height: auto;
  padding: 10px;
  margin: 10px;
}

.listaNoticiaMaior {
  width:900px;
  height: auto;
  padding: 10px;
  margin: auto;
}

.img-n {
  padding: 10px;
}

.tex a{
  color: #ffffff;
}

.btn-search {
    padding: 0.74rem 2.14rem;
}

/******************************
******MODAL POLITICA DE PRIVACIDADE********
******************************/
#politicaDePrivacidade {
  width: 50%;
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  position: fixed;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,0.25),0 12px 40px 5px rgba(0,0,0,0.2) !important;
  box-shadow: 0 6px 20px 0 rgba(0,0,0,0.25),0 12px 40px 5px rgba(0,0,0,0.2) !important;

}

.show-btn-group-politica {
  width: 60%;
}

#politicaDePrivacidade .btn-default {
  cursor: pointer;
  width: 50%;
}

#politicaDePrivacidade ul {
  margin: 25px;
}

 .modal {
   top: 15%;
 }

.modal-open {
  overflow: hidden !important;
}

.modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #1a77b6;
}

.modal-title {
  color: #fff;
  text-transform: uppercase;
}

#politicaModal .modal-body {
  height: 40rem !important;
  overflow: auto;
}

.close {
  line-height: 30px;
}

button.close {
  background-color: #d7d7d7;
}

@media (max-width: 991px) {
  #politicaDePrivacidade {
    bottom: 20%;
    display: block;
  }
  .show-btn-group-politica {
    width: 100%;
    margin-top: 0.9rem;
  }
}

@media (max-width: 767px) {
  #politicaDePrivacidade {
    width: 100%;
    bottom: 5%;
  }
  .modal-body {
    height: 30rem;
  }
}

#marcas .slick-slide img {
    display: initial !important;
}

#produtosServicos a.waves-effect,
#produtosServicos a.waves-light {
    width: 100%;
}

#logo-footer {
  background-color: transparent;
  border-radius: 0.4rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#logo-footer:hover {
  background-color: transparent;
}

.titleColor {
  color: #1565a7;
}

.mvv-content {
  position: relative;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0rem 2.05rem;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.21);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.21);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.mvv-content:hover {
  border-radius: 2.05rem;
}
.mvv-title {
  margin-bottom: .75rem;
}
.mvv-icon {
  position: absolute;
  right: 2%;
  top: 3%;
  background-color: #fff;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.9rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.mvv-icon i {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.mvv-icon:hover i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mvv-body ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.mvv-body ul li {
  padding: 0.4rem;
  margin: 0.2rem 0;
  background: #292c7a;
  opacity: 0.8;
  text-transform: capitalize;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.21);
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.21);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 0.2rem;
}
.mvv-body ul li:hover {
  opacity: 1;
}
