/*Fonts*/
@font-face {
  font-family: "Verdana";
  src: url(verdana.ttf) format("truetype");
  font-display: swap;

}
@font-face {
  font-family: "Verdana Bold";
  src: url(verdanab.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url(AvenirLTStd-Medium.ttf) format("truetype");
  font-display: swap;
  
}

@font-face {
  font-family: "AvenirLTStd-Black";
  src: url(AvenirLTStd-Black.otf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(Roboto-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(BebasNeue-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
font-family: "Montserrat";
src: url(Montserrat-Regular.ttf) format("truetype");
font-display: swap;
}

@font-face {
font-family: "Montserrat-Black";
src: url(Montserrat-Black.ttf) format("truetype");
font-display: swap;
}

@font-face {
font-family: "Montserrat-Medium";
src: url(Montserrat-Medium.ttf) format("truetype");
font-display: swap;
}

/*Header*/

html, body{
  width: 100%;

  overflow-x:hidden;
}

.container-fluid{
  width: 100%;
}

body{
  background-color: #f9f9f9;
  height:100%;
}

/* -----------NAVBAR E DROPDOWN----------- */

        .vertical-divider{  /*O QUE É ISTO*/
          margin-left:5px;
          margin-right:5px;
          width:1px;
          height:100%;
          border-left:1px solid grey;
        }  

.navbar-header{
  display: 100%;
}

.ex3 {
  background-color: rgb(255, 255, 255);
  /* width: 110px; */
  height: 110px;
  overflow: auto;
}

.img-logo {
    display: block;
    position: relative;
    bottom: 0%;
}
.menu {
    background-color: white !important;
    /*font-weight: bold;*/
    min-height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.menu-top{
  color: black;
  font-size: 1rem;
  font-family:Montserrat-Medium;
  font-weight: 900;
  white-space: nowrap;
  text-decoration-skip:none;
right: 10%;}
  
.menu-top a{
    color: black;
}

.navbar-light .navbar-nav .nav-link{
  color: #000000;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover{
  border-bottom: 3px solid #008677;
  padding-bottom: 3px;
  color: #000000;
  transition:  width .3s;
}

.catalogo-link{
  margin-right: 1rem;
}

  /*NAVBAR animation left to right - substitutes navbar-light .navbar-nav .nav-link. Caret causes a problem.
  
  background-color:#e9e9e9 ;
.nav-link::after{
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #008677;
  transition: width .3s;
}

 .nav-link:hover::after{
  width: 100%;
}
*/
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000000;
}
.catalogo-link{
  color: #CF1619 !important;

}

.catalogo-link:hover{
  border-bottom: 3px solid #CF1619!important;
  padding-bottom: 3px;
  color: #CF1619 !important;
}

.nav-link{
display: block;
}

.dropdown-menu{
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-menu.show {
  display: block;
  padding: 0;
  
}

.dropdown-left{
  margin: 0;
  height: 10%;


}

.dropdown-right{
  margin: 0;
  left: 0%;
  right: 0%;
  
}

.dropdown-item{
padding: 0.5rem 1.5rem;
font-size: 15px;
font-family: Montserrat-Medium;
font-weight: 500;
margin: 0;
border: #777777 3px;
position: relative;

}

.underline::after {
  content : "";
  position : absolute;
  width : 100%;
  height : 3px;
  background-color: black;
  bottom: 0;
  left: 0;
  transform : scaleX(0);
  transform-origin: bottom right;
  transition : transform 0.25s linear;
}
.underline:hover::after {
  transform-origin: bottom left;
    transform: scaleX(1);
}

a .dropdown-item{
  position: relative;
  }

  a .dropdown-item{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #008677;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    }
  

    
a.dropdown-item:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.dropdown .a{
height: 80%;
border-top: 1.5px black;
border-bottom: 1.5px black;
  
  }

.dropdown-item:active{
  color: black;
  background-color: white;
  }

.dropdown-item:hover{
  /*background-color:#e9e9e9 ;*/
  text-decoration: underline 2px #008677;
  background-color:#eeeeeec9;

  }

.dropdown-item:focus{
    color: black;
    background-color: #eeeeeec9;
    }

.dropdown-item a:hover{
    color: black;
    background-color: #faf9f9;
      }

.dropdown-item a:hover{
    color: black;
    background-color: #faf9f9;
     }
  
     .dropdown-item :focus:active{
      color: black;
      background-color: #faf9f9;
       }
    
  

.dropdown-menu.show {
  border-top: none;
}
 
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a{
  background-image: none;
  background-color: black !important;
}

.dropdown a {
  background-color:#fff transparent !important; }

.navbar-light{
  color: black;
}

.navbar-nav{
  color: #000000;
}


.logo-container{
  padding: 0px;
  height: 2.5rem;
  width: auto;
  float: left;
  margin-top: -8%;
}

.navbar-light .navbar-toggler {
  border: none;
}

.nav-menu-option-container{
  margin-top: 45px;
}

.dropdown-backdrop {
  position: static;
}



/* ----------- SEARCH BAR----------- */
.nav-search-container{
  width: 100%;
}

.fa-search{
right: 1%;
position: absolute;
top: 60%;
color: #464646;
padding: 3px;
}

.fa-search:hover{
border-radius: 100px;
background-color: #CF1619;
padding: 4px;
color: black;
  }

@media (max-width: 992px){
  .fa-search{
right: 15%;
top:4.5%;
position:fixed;
    }
}



.input-group{
  padding-bottom: 0.2rem;
}

.nav-search{
  background-color: #e9e5e5;
  color: #464646;
  font-size: 10px;

}
.nav-search-button{
  background-color: #777777;
  border-color: #464646;
  font-size: 10px;
  margin: 0%;
  padding: 0%;
  right: 0;

}

#search-bar:hover .input-group-addon{
display:none;
}

#search-bar:hover #clear-search{
  display:block;
  }

  #search-bar:hover #mysearch{
    display:none;
    }
    
    #search-bar:hover #clear-search{
      display:block;
      }

  .nav-search-list {
    position: relative;
    white-space: normal;
    overflow: auto;
    max-height: 400px;
    width: 100%;
    background-color: white;
    border-radius: 5px;
      }

      .nav-search-list ul {
        padding: 0%;
      }

    .nav-search-list ul li {
      list-style-type: none;
      margin: 0px 0px;
      padding: 0.5rem 0.5rem;
      font-size: 15px;
      font-family: Montserrat-Medium;
      font-weight: 500;
      border: #777777 3px;
      position: relative;
        
      }
.nav-search-list ul li a{
  height: 80%;
  width:100%;
}

#search-list li:hover{
  text-decoration: underline 2px #008677;
  background-color:#eeeeeec9;
  border-radius: 10px;
}

#search-list li a:hover{
  text-decoration: underline 2px;
  
}

#clear-search {
  z-index: 3;
  border: 0;
  outline: 0 !important;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
}

#clear-search:after {
  content: "X";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 1;
  right: 24px;
  top: -3px;
  bottom: 0;
  margin: auto;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
  color: black;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  background-color: #c21f1b;
  border-color: #c21f1b;
  border-radius: 100px;
}

.nav-thumbnail-catalogo{
  position: absolute;
  top: 0%;
  float: right;
  z-index: -1;
}
.nav-catalog{
  display:none;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  display: inline;
  outline: #000000;
  position: fixed;
  right: 0%;
}


.btn-warning {
  color: #212529;
  background-color: #c21f1b;
  border-color: #c21f1b;
}
#search-btn{
  margin: auto;
}

#search-btn:hover{
  background-color:#c21f1b;
}
#search-btn:hover {
	cursor: pointer;
	background-color: #c21f1b;
  border-color: #c21f1b;
}

#search-btn:active{
  background-color:#c21f1b;
  }

#search-btn:focus{
  background-color:#c21f1b;
 }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
  line-height: 1.5;
  border-radius: 100%;
  font-size: 16px;
}*/

 .navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;

}


.form-control .nav.search{
  min-width: 20%;
  max-width: 90%;
}
.togglesearch{
  position: absolute;
  display: none;
  right: 0%;
  top: 100%;
  background-color: #ffffff;
  padding: 1% 1% 0% 1%;
  border-top:4px solid #c21f1b; /* OR rgb(250, 164, 31)????????*/
  width: 30%;
  box-shadow: 0px 0px 13px -7px rgb(0 0 0 / 75%);
  transition: all 0.3s ease-in-out;
}

/* -----------------------------------------INICIO INDEX-------------------------------------------------- */

/*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
/*TITULOS*/
.product-type-title-container-up {
  display: block;
  position:relative;
  text-align: center;
  margin-top: 20px;
}

a.link-standard{
  color: #000;
}


.product-type-title-container{
  text-align: center;
  margin: auto;

}
.product-type-title{
  text-align: center;
  margin: auto;
  font-family: AvenirLTStd-Medium;
}

.product-title-underline{
  border-top: 2.5px solid #008677;
 padding: 0 3%;
 text-align: center;
 margin: auto;
}

.product-type-desc{
  text-align: center;
  max-width: 75%;
  font-family: AvenirLTStd-Medium;
  /*height: 135px;*/
  margin: 2.5% auto 3.5% ;
}


.product-type-button{
  background-color: #009688;
  padding: 10px 20px 10px 20px;
  border: 1px solid #000;
  margin: auto;
  color: #000;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.product-type-button:hover{
  background-color: #007063;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.product-card-container{
  height: 100%;
}
/*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
.produtos-card{
  background-color: white;
  border-radius: 14px;
  margin-bottom: 10%;
}

.produtos-card:hover, .produtos-card:focus {
  border-radius: 14px;
  z-index: 5;
}

.link-standard{
  display: block;
  position: relative;
  padding: 20px 0px 0px 0px;
  height: 100%;
  border-radius: 14px;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  
}

.link-standard:hover, .link-standard:focus{
  background-color: #ffffff9f;
  transition: 0.25s;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  transition: 0.5s;
}
.produtos-card:hover .bg-product {
  background-color: #ffffff9f;
  transition: 0.25s;
}

.produtos-card:focus-visible .bg-product{
  background-color: #ffffff9f;
}

.link-standard .product-card-container{
  display: none;
}
.link-standard:hover .product-card-container, .link-standard:focus .product-card-container {
  display: block;
  transition: 0.3s;
}


.link-standard .product-card-title{
  display: block;
  text-decoration: none;
}
.link-standard:hover .product-card-title, .link-standard:focus .product-card-title {
  display: block;
  text-decoration: underline 2.5px solid #008677;
  transition: 0.3s;
  transition-timing-function: ease;
}

.link-prs{ 
  display: block;
  position: relative;
  padding: 20px 0px 0px 0px;
  height: 100%;
  border-radius: 14px;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.link-prs:hover, .link-prs:focus{
  background-color: #ffffffab;
  transition: 0.25s;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  transition: 0.5s;

}

.link-prs .product-card-container{
  display: none;
}
.link-prs:hover .product-card-container, .link-prs:focus .product-card-container{
  display: block;
  transition: 0.3s;
}

.link-prs .product-card-title{
  display: block;
  text-decoration: none;
}

.link-prs:hover .product-card-title, .link-prs:focus .product-card-title{
  display: block;
  text-decoration: underline 2.5px solid #008677;
  transition: 0.3s;
  transition-timing-function: ease;
  
}


/* ----------- Elementos Cartão Produtos----------- */

.product-card-container{ /*subtitulo+descricao produtos todos*/
  position: absolute;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 125px;
  margin: auto;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: block;
}



.product-card-desc{
  font-size: 15px;
  color:#212529 ;
  font-weight:500;
  max-width: 100%;
  margin: auto;
  margin: 20% 5% 5% 3%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  -webkit-box-pack: end;
}

.col-produtos-standard{ /*titulo*/
  margin:auto;
margin-bottom: 30px;
}
.col-produtos-prs{ /*titulo personalizados*/
  margin-bottom: 30px;
}



@media only screen and (max-width: 375px) {
  .product-type-title{
    font-size: 1.9rem!important;
}

.text-over-banner{
  font-size: 1.7rem!important;
}
  }
  


.product-card-title{
  font-family: AvenirLTStd-Black;
  font-weight: 700;
  color:#212529;
  padding-top: 20px;
  text-align: center;
  margin: auto;
  text-decoration: none;
}

.product-card-titulo{
  font-family: AvenirLTStd-Black;
  font-weight: 700;
  color:#212529;
  max-width: 100%;
  margin-top: 50%;
  text-decoration: none;
  padding-top:20%;
  font-size: 1rem;
}

.product-card-link{
  font-weight: 700;
  display: none;
}
.product-card-img{
  position: relative;
  /*top: 60px;*/
  z-index: -100;
  /*  */width: 100%;
}

hr{
  border-color: #008677;
  border-width: 2.5px;
  margin-top: 15px;
  padding-bottom: 15px;
}

/* ----------- Newsletter----------- */
.newsletter-container{
  background-color: #007063;
    padding: 15px;
    margin-top: 30px;
}
.newsletter-container-outer{
  background-color: #007063;
    margin-bottom: 30px;
}
.newsletter-title{
  font-family: AvenirLTStd-Medium;
  /*text-shadow: 1px 1px #070707;*/
  color: #fff;
  font-size: 24px;
}
.newsletter-subtitle1{
  font-family: AvenirLTStd-Medium;
  color: #fff;
  font-size: 14px;
}
.newsletter-subtitle2{
  font-family: AvenirLTStd-Medium;
    color: #b3e0db;
}
.botao-input ::placeholder{
  color: #fff;
}
.newsletter-form-container{
  padding:0px;
}

.nl-button {
  font-family:'AvenirLTStd-Medium';
  font-size:20px;
  background-color:#FAA41F;
  -webkit-transition-duration: 500ms;
transition-duration: 500ms;
border:none;
color:white;
margin:0%;
padding: 10px 20px 10px 20px;
}

.nl-button:hover {
  -webkit-transition-duration: 500ms;
transition-duration: 500ms;
  background-color:#e18700;
  color:white!important;
  text-decoration: none;
}
  
  @media only screen and (max-width: 728px) {
		.nl-button {
			margin-top:20px;
      left:50%;

		}
	}
/* ----------- Counters----------- */
.counters-container{
  
  padding: 30px;
  padding-bottom: 10px;
  background-color: #009688;
  margin-top: 30px;
}
/*
.client-counter{
  color: #fff;
  font-size: 50px;
  font-family: Roboto Condensed;
}
.client-counter-down{
  color: #fff;
  font-size: 12px;
  font-family: Roboto Regular;
}
.client-counter-col{
}*/

.clients-counter{
  padding-bottom: 5px;
}
.refs-counter{
  padding-bottom: 5px;
}
.anos-counter{
  margin-bottom: 5px;
}

img .clients-counter {
  vertical-align: none;
}

img .refs-counter{
  vertical-align: none;
}

img .anos-counter{
  vertical-align: none;
}

/* ----------- Advantages----------- */
.container-adv{
  background-color: #e5e5e5;
  padding: 0 10%;
  max-width:100%
}
.adv-title{
  font-family: AvenirLTStd-Medium;
  font-size: 20px;
  color: #414040;
}
.adv-text{
  font-family: AvenirLTStd-Medium;
  font-size: 14px;
  color: #414040;
}
.row-adv{
  padding:40px 0px;
}

.container{
  margin-bottom: 20px;
}

.adv-col .adv-title {
  text-align: center;
}

.adv-col{
  max-width: 100%;
}

.adv-suporte{
  max-width: 80%;
  padding-right: 0%;
}

.adv-personalizacao{
margin-right: 0%;
}

/* -----------------------------------------FIM INDEX-------------------------------------------------- */

/* ----------- Cards Container----------- */
.col-md-4 .cards-container{
  padding-left: 0;
  max-width: 100%;

}

.col-md-4{
  position: relative;
  max-width: 100%;  
}

.cards-container{
  padding: 0px !important;
  margin-top: 3%;
  position: relative;
  max-width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;

}
.cards-container-overlay{
  display: none;
  top: 50% ;
  left: 50%;
  background-color: #ffffff8e;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 100%;
  width: 100%;
}

.cards-container-overlay h1{
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 2.5em;
  margin: 150px 0 0 0;
  font-family: 'Sarabun', sans-serif !important;
  text-shadow: 3px 0px 7px rgba(9, 8, 6, 0.8), 
  -3px 0px 7px rgba(33, 32, 30, 0.8), 
  0px 4px 7px rgba(38, 37, 35, 0.8);
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
 }

 .cards-container-overlay:hover h1{
text-decoration: underline 2.5px red;
text-underline-offset: 20%;
 }

  
  a:hover{
    text-decoration: none;
    }

.col-md-4:hover .cards-container-overlay{
  display: block;
}

.col-md-4:focus .cards-container-overlay{
  display: block;
}

.cards-button{
  background-color: #CF1619;
  color: #fff;
  font-weight: 700;
  padding: 1rem 3rem;
  position: absolute;
  bottom: 22%;
  border-radius:999px;
  font-size: 14px;
  text-align: center;
  left: 28%;
}



.cards-button:focus{
background-color: #A80000;
color:white ;
text-decoration: none;
/*border: 2px solid #008677;*/
}

.cards-button:hover{
background-color: #C20010;
color:white ;
transition:0.1s;
text-decoration: none;
}



/* ----------- Página de Produtos----------- */
.product-title{
  font-family: Sarabun;
  text-align: center;
  color:#212529;
  margin-top: 60px;
}

.product-subtitle{
  font-family: Open Sans;
  text-align: center;
  color:#212529;
  font-weight: 300;
}


.product-card-img-link:hover{
  border-bottom: 3px solid #009688;
  transform: scale(1.1);
  z-index: 999 !important;
  cursor: pointer;
  box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.3);
  transition: all 0.4s ease-in-out;
}
.product-card-gama{
  text-align: center;
}
.product-card-gama a:hover{
  text-decoration: none;
  color: #009688;
}
.product-title:hover{
  color: #009688;
}
.product-subtitle:hover{
  color: #009688;
}
.product-text-container i{
  color: #009688;
}
.no-color-link{
  color: #212529 !important;
}
.major h1 {
	font-family: "Open Sans", sans-serif;
	color:white;
	/*font-size:25pt;
  	font-weight:700;
	letter-spacing: -1px;
	margin-top:0px;
	padding:10px 10px 10px 0px;
	margin-bottom:0px;*/
}
.marketing-text-container{
  margin-bottom: 20px;
}

/* ----------- Carousel----------- */

#carousel .carousel-item.boat{
  background-image:url("../images/banner-home4.jpg");
}
#carousel .carousel-item.sea{
  background-image:url("../images/banner-home7.jpg");
}
#carousel .carousel-item.river{
  background-image:url("../images/banner-home3.jpg");
}
#carousel .carousel-item.bigbags{
  background-image:url("../images/banner-home5.jpg");
}
#carousel .carousel-item.fechos{
  background-image:url("../images/fecho.jpg");
}


#carousel .carousel-item{
  height:70vh;
  width:100%;
  min-height:350px;
  background:no-repeat center center scroll;
  background-size:cover;
  overflow-y: hidden;
}
#carousel .carousel-inner .carousel-item{
  transition:-webkit-transform 2s ease;
  transition:transform 2s ease;
  transition:transform 2s ease, -webkit-transform 2s ease;
}
#carousel .carousel-item .caption{
  /* background:rgba(247, 226, 187, 0.5); */
  padding:20px;
  color:rgb(0, 0, 0);
  animation-duration: 1s;
  animation-delay: 2s;
}


#carousel .caption h2{
  animation-duration: 1s;
  animation-delay: 2s;
  font-family: "AvenirLTStd-Medium";
  font-size:25pt;
  color: #000000;
  float: left;
  margin-bottom: 20px;
  margin-top: 5%;
}
#carousel .caption p{
  animation-duration: 1s;
  animation-delay: 2.2s;
  text-align: left;
  font-family: 'Sarabun', sans-serif !important;
  font-size:13pt;
  font-weight: 500;
  color: #000000;
  float: left;

}

#carousel .caption a{
  animation-duration: 1s;
  animation-delay: 2.4s;
}
.delicious-btn{
  display: inline-block;
  min-width:160px;
  height:50px;
  color:#fff;
  border:none;
  border-left:3px solid #008677;
  border-right:3px solid #008677;
  border-radius: 0;
  padding:0 23px;
  font-size:16px;
  line-height:50px;
  font-weight:600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background:#008677;
    float: left;
}
.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus{
  font-size:16px;
  font-weight: 600;
  color:#fff;
  background:#007063;
  border-color:#007063;
    float: left;
}

.carousel-indicators li{

box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #015a50;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity .6s ease;
}


.carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  background-color: #007063;
  color: #fff;
  display: inline-block;
  margin-top: -30px;
  height: 39px;
  line-height: 40px;
  width: 20px;
  text-align: center;
  border-radius: 7px;
  z-index: 3;
}

.carousel-control-next-icon {
  position: absolute;
  top: 50%;
  background-color: #007063;
  color: #fff;
  display: inline-block;
  margin-top: -30px;
  height: 39px;
  line-height: 40px;
  width: 20px;
  text-align: center;
  border-radius: 7px;
  z-index: 3;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
  /* Use to adjust size of icons */
  width: 1.8rem;
  height: 1.8rem;
}

.carousel-combo{
margin-top: 30px;
}
.product-text-bullpoints{
  margin-bottom: 5px;
}
.product-bullpoints{
  line-height: 0;
  margin-bottom: 20px;
}
.col-slider-bottom{
  padding:0px;
}
.image-slider-bottom{
  margin-top: -89px;
  z-index: -9999;
  position: relative;
  margin-bottom: -40px;
}

/* ----------- Headers H1 H2 H3 H4 H5 E H6----------- */



section.special, article.special, header.special {
		text-align: center;
	}

	header p {
		color: black;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

h4{
  text-decoration: 2px solid #009688;
}

img{
  max-width: 100%;
  height: auto;
}
.subtitulo-infopage{
text-decoration: underline 2px #008677;
margin-bottom: 3%;
text-underline-offset:20%;
}

/* ----------- Texto Produtos----------- */


.product-text{
  font-family: Roboto;
  text-align: justify;
}
.product-text-space{
  font-family: Roboto;
  margin-bottom: 0;
  text-align: justify;
}
.product-text i{
color: #009688;
}
.product-adv{
  text-decoration: underline 2.5px solid #009688;
  text-underline-offset:20%;
  font-weight: bolder;
  margin-bottom:4%;
  font-size: 1rem;

}
.product-text-bold{
  font-weight: bold;
}
.product-text-bold-invisible{
  color: #fff;
}
.product-info-container{
  margin-top: 50px;
}
.product-tech{
  color: #fff;
  background-color: #009688;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}


.product-tech:hover{
  background-color: #007063;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.product-tech a{
  color: #fff !important;
  text-decoration: none;
}

.producttech-anchor{
background-color: #bbb9b3;

}


.buttonfichatecnica{
background-color: #fff;
background-color: #009688;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
border-radius: 100px;
padding:3% 3%; ;
}


.buttonfichatecnica:hover{
  background-color: #007063;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  }
.ftecnica{
  color: #fff;
  margin:auto;
}

.ftecnica a{
  color: #fff!important;
}

.product-info-container a{
  color: #009688;
}

.product-text-breadcrumbs{
  font-size: 0.75rem;
}
.tech--arrow{
  color: #fff !important;
}

.product-adv li{
  padding: 0;
}

.left-properties{
  border-right:2.5px solid #ced4da;
}

.title-properties{
  border-bottom:2.5px solid #009688;
  margin-bottom:3%;
}

/*Carrossel*/
.arrow {
  border: solid rgb(233, 233, 233);
  border-width: 0 7px 7px 0;
  display: inline-block;
  padding: 6px;
  
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/*Product Images*/
/*
.carousel-control-prev-icon,
.carousel-control-next-icon {

}
.carousel-control-next-icon:after
{
  content: '>';
  font-size: 25px;
  font-weight: 900;
  color: #009688;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 25px;
  font-weight: 900;
  color: #009688;
}
*/

/* ----------- Headers e Banners----------- */

header.major {
  margin: auto;
  margin-bottom:20px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 55px;
  padding-right: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  height: 40%;
  position: relative;
  margin-top: 95px;
  width: 100%;
}

header.main {
  margin: auto;
  margin-bottom:20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  position: relative;
  width: 100%;
}

.major a:hover{
  text-decoration:none;
}

.text-over-banner{
  font-family: 'Sarabun', sans-serif !important;
  text-shadow: 2px 2px 4px #000000;
  line-height: 1.5em;
    letter-spacing: 0.2px;
}
.sub-text-over-banner{
  font-family: 'Sarabun', sans-serif !important;
  font-size: 18pt;
  font-weight: 200;
  letter-spacing: 0.2px;
  color: #fff !important;
}

header.major h2 {
  font-family: 'Sarabun', sans-serif;
  font-size: 18pt;
  font-weight: 200;
  /* letter-spacing: 0.2px; */
  color: white;
}


#text {
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.2px;
    font-family: 'Sarabun', sans-serif;
    margin-top: 3%;
}


/* ----------- Orçamentos ----------- */
.form-standard{
  padding: 40px;
}
.form-prs{
  padding: 40px;
}

/* ----------- Sobre Nós ----------- */
.product-row{
  margin-bottom: 20px;
  background-color: yellow;
}

.img-plastico{
  overflow: scroll;
  max-width: 350px;
}

.about-us-row{
  margin-top: 4.5%;
}

.plasticos-row{
  margin-top: 4.5%;
}

.grade-produtos{
  margin-top: 2.5%;
}

.about-us-text p{
  font-family: roboto;
  text-align: justify;
  max-width: 95%;
}


/* ----------- Tabelas Medidas ----------- */
.table-row{
  text-align: center;
}
.table-medidas{
  margin-bottom: 40px;
}

.table-compare{
  border-right: 1px solid #dee2e6;
}

.table-compare .table-bordered th{
  border: none;
}


.table-medidas img{
  max-height: 15px;
}
.thead-green{
  background-color: #009688;
  color: #fff;
}

.thead-measures{
  background-color: #e5e5e5;
  color: #fff;
}
.product-picture-slider{
  margin-bottom: 20px;
}
.table-medidas td{
  padding:1px;
}

.table-secondary>td {
  background-color:white;
}

.table-bordered td {
   border-top:0px!important ;
   border-left:0px!important ;
   border-right:0px!important ;
}


.table-bordered th{
  border: 0px!important ;
}
.table-notbordered td, .table-notbordered tr {
  border-top:0px!important ;
  border-left:0px!important ;
  border-right:0px!important ;
}

.bigbagimg img{
  max-height: 100%;
  padding:0%
}
.bigbagimg{
  max-width: 100%;
}

.bigbagimg td{
  padding:0%;
}

.table-bigbags .thead-measures{
  background-color: #969696;
  color: #fff;
}


.table-bigbag{
  background-color:white;
}
/*Products*/
.with-turntable{text-align: center;}

/* ----------- Formulários ----------- */

.form-btn{
    font-family: 'Open Sans';
    color: rgb(255, 255, 255);
    background: #bbb9b3;
    display: inline-block;
    white-space: nowrap;
    padding: 15px 15px;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    border: none;
    vertical-align: center;
    transition: 0.5s;
    width: 100%;
}
/* ----------- Form. Index----------- */

.container-fluid .register {
  margin-top: 0%;
  padding-top: 0%;
}

.select{
  color: -internal-light-dark(black, white);
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  max-width: 100%;
  padding: 7px;
  background: transparent;

}

.register{
    /*background: -webkit-linear-gradient(left, #008677, #fff)*/
    background-color: transparent;/*lo alterei aqui*/
    padding: 3% 15px;
    font-family: AvenirLTStd-Medium !important;
}

.register{
  background-color: transparent;/*lo alterei aqui*/
  padding: 3%;
  font-family: AvenirLTStd-Medium !important;
}

.register .form-style-8{
  margin-top: 0%;
  padding-top: 0%;
}
.form-input-custom, .form-input-custom select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    height: 35px;
}
.form-input-message::placeholder{
  text-align: bottom;
}

.register-left{
    text-align: center;
    color: #000;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
    color: black;
}
.register .register-form{
    padding: 10% 0% 0% 10%;
    margin-top: 10%;
}

.register1 .register-form{
  padding: 10% 0% 10% 7%;
  margin-top: 10%;
}
.btnRegister{
  float: right;
  margin-top: 10%;
  border: none;

  padding: 2%;
  background: #008677;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.btnRegister:focus{
background-color: #00675b;
color:white ;
/*border: 2px solid #008677;*/
}

.btnRegister:hover{
  background-color: #007063;
  color:white ;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  }

.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #008677;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    min-width: 20%;
    max-width: 100%;
    color: #008677;
    border: 2px solid #008677;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

/* ----------- Form. Produto Teste----------- */
.register-right-top{
    background-color:transparent;
    margin-top: 2px;
}

.nav-tabs-product {
    margin-top: 3%;
    border: none;
    background: #008677;
    border-radius: 1.5rem;
    width: 45% !important;
    float: right;
}

.register .register-form{
  background-color: transparent;
}

.catalogo-link{
  color: #CF1619 !important;
}

.nav-tabs{
  background-color: transparent;
}

/* ----------- Form Combo Big ----------- */
.form-combobig{
  margin: auto;
  padding:1% 3%;
  
}

.form-combobig .register {
  margin: auto;
  max-width: 75%;
  padding: 0%;
  padding-top: 10%;
  margin-top: 0%;
}
.register-right .form-combobig {
  background:transparent;
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
  
}

.col-md-9 .form-combobig{
  max-width: 75%;
}
/* ----------- Footer ----------- */
.footer-container{
  padding: 3% 10%;
  background-color: #007063;
  margin-top: 30px;
  width: 100%;
}

.footer-container a{
  color: #fff;
}

.footer-container a:hover{
  text-decoration: underline;
  text-decoration-color:  #99d5cf !important;
}

.horas{color: #fff;}
.about-us-txt{
  color: #fff;
  max-width: 350px;
  position: relative;
  display: block;
}

.footer-container h3{
  color: #fff;
  padding-bottom: 2%;
}
.footer-container i{
  color: #fff;
}

.recicled-link{
  color: 	#b3e0db !important;
}


.fa-recycle {
  color: 	#b3e0db !important;
}

.footer-bottom-text{
  color: #fff;
  text-align: center;
  margin: auto;
}
.footer-bottom-text-container{
  text-align: center;
  margin: auto;
  margin-top: 50px;
}
.footer-bottom-text-row{
  margin-top: 70px;
  text-align: center;
  margin: auto;
}

.newsletter-container-footer{
  max-width: 99%;
  min-width:10% ;
}
/*
.footer-info{
  max-width: 100%;
}

.footer-contactos{
  max-width: 100%;
}

.footer-sobrenos{
  max-width: 100%;
}
*/

.footer-novidades{
  color: white;
}

.footer-content{
  max-width: 100%;
  padding-left: 5%;
}

/*Footer Icons */

.fa-facebook-f{
color: #007063 !important;
background-color: #ffffff;
padding: 6px 9px;
border-radius:5px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;

}

.fa-instagram{
  background-color: #ffffff;
  padding: 6px;
  border-radius:5px;
  color: #007063 !important;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;

}

.fa-linkedin-in{
  background-color: #ffffff;
  padding: 6px;
  border-radius:5px;
  color: #007063 !important;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.fa-blogger-b{
  background-color: #ffffff;
  padding: 6px;
  border-radius:5px;
  color: #007063 !important;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;

}
.footer-title{
  border-bottom: 2px solid;
  max-width: 80%;
color: #99d5cf;
margin-bottom: 6%;
margin-top: 3%;
}


.footer-icons{
  margin-top: 5%;
  }
    
  .fa-facebook-f:hover {
    color: #80cbc3 !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
  
  }
  .fa-instagram:hover {
    color: #80cbc3 !important; 
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
  }
  
  .fa-linkedin-in:hover {
    color: #80cbc3 !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
  }
  .fa-blogger-b:hover {
    color: #80cbc3 !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
  }

    /* ----------- Bitrix Z-INDEX ----------- */
    .b24-widget-button-popup {
      z-index: 998!important;
  }
  
  .b24-widget-button-wrapper {
    z-index: 998!important;
  }
  
  .b24-widget-button-shadow {
    z-index: 997!important;
  }
  
  .fixed-top {  /* ----------- puts header behing bitrix shadow----------- */
    z-index: 996!important;
  }
  
/* --------------------------------------- Landing Page---------------------------------------  */

.descricao-landing a{
  color: #009688;
}

.icons-landing{
  max-width:25%;
}

@media only screen and (max-width: 728px) {
  .icons-landing {
max-width: 90%;
margin:0% 5%;
text-align: center;
  }
}

.carousel-gallery{
  position:absolute;
  margin-top: 5%;
}

/* --------------------------------------------- Media Queries---------------------------------------------  */

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {

        /*General*/
        .h1, h1 {
          font-size: 2.2rem;
        }

      /*NAV*/
      .dropdown-item{
        padding: 0;
      }

        /* footer */
          .footer-col{
            margin-bottom: 25px;
          }
        /* Newsletter */
          .newsletter-form-container{
            margin-top: 20px;
          }

          /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
          .product-type-container{
            padding: 25px 0px 25px 0px;
          }
          /*Advantages*/
          .adv-col{
            margin-bottom: 20px;
          }
          .img-adv{
            margin-bottom: 10px;
          }
          /* Counters */
          .counter-col{
            margin-top:20px;
          }
          .anos-icon{
            position: relative;
          }
          /*Navbar*/
          .nav-catalog{
            display:block;
          }
          .nav-thumbnail-catalogo{
            display:none;
          }
          /* Produtos Gama */
          .product-card-gama{
            margin-bottom: 25px;
          }

          /*Product page*/
          .text-over-banner{
            font-size: 1.6rem !important;
          }
          .sub-text-over-banner{
            font-size: 1rem !important;
          }
          #text{
            /* margin: 23px 0 0 0; */
            font-size:21px;
            margin-top: 5%;
        }
          
          .nav-link{
            font-size: 1rem !important;
          }
          .product-picture-slider{
            left:0px
          }
          .form-style-8 {
            width: 100% !important;
            left: 5%;
            position: relative;
          }
          .newsletter-container-footer{
            width: 200px !important;
          }
          .input-newsletter{
            width: 70% !important;
          }
          .botao-input{
            width: 70% !important;
          }
          .col-icon{
            width: 80% !important;
          }

          /*Card Containers*/
          .cards-button{
            padding: 0.3rem 0.3rem;
            bottom: 22%;
            font-size: 12px;
            left: 21%;
          }

          .cards-container-overlay h1{
            text-align: center;
            font-size: 1.6rem;
           }
                    .dropdown, .dropleft, .dropright, .dropup {
                      position: relative;
                      margin-top: 32px;
                    }
        
                    .togglesearch{
                      right: 0%;
                      top: 100%;
                      padding: 3% 2% 0% 2%;
                      border-top:3px solid #c21f1b;
                      width: 100%;
                    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {

        /*General*/
        .h1, h1 {
          font-size: 2.2rem;
      }

    /*NAV*/
    .dropdown-item{
      padding: 0;
    }

    /* footer */
      .footer-col{
        margin-bottom: 25px;
      }
    /* Newsletter */
      .newsletter-form-container{
        margin-top: 20px;
      }
      /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
      .product-type-container{
        padding: 25px 0px 25px 0px;
      }
      /*Advantages*/
      .adv-col{
        margin-bottom: 20px;
      }
      .img-adv{
        margin-bottom: 10px;
      }
      /* Counters */
      .counter-col{
        margin-top:20px;
      }
      .anos-icon{
        position: relative;
      }
      /*Navbar*/
      .nav-catalog{
        display:block;
      }
      .nav-thumbnail-catalogo{
        display:none;
      }
      /* Produtos Gama */
      .product-card-gama{
        margin-bottom: 25px;
      }

      /*Product page*/
      .text-over-banner{
        font-size: 1.6rem !important;
      }
      .sub-text-over-banner{
        font-size: 1rem !important;
      }

      #text{
        font-size:40px;
        margin: 13% 0 0 0;
        padding-left: 20px;
        padding-right: 20px;
    }
      
      .nav-link{
        font-size: 1rem !important;
      }
      .product-picture-slider{
        left:0px
      }
      .form-style-8 {
        width: 100% !important;
        left: 5%;
        position: relative;
      }
      .newsletter-container-footer{
        width: 200px !important;
      }
      .input-newsletter{
        width: 70% !important;
      }
      .botao-input{
        width: 70% !important;
      }
      .col-icon{
        width: 80% !important;
      }
      .cards-button{
        padding: 0.3rem 0.3rem;
        bottom: 22%;
        font-size: 12px;
        left:20%;
      }
      .cards-container-overlay h1{
        text-align: center;
        font-size: 1.6rem;
       }
          .dropdown, .dropleft, .dropright, .dropup {
            position: relative;
            margin-top: 32px;
          }
          .togglesearch{
            right: 0%;
            top: 100%;
            padding: 3% 2% 0% 2%;
            border-top:3px solid #c21f1b;
            width: 100%;
          }
        }

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 4) {

         /*General*/
         .h1, h1 {
          font-size: 2.2rem;
        }   

        /*NAV*/
        .dropdown-item{
          padding: 0;
        }


        /* footer */
          .footer-col{
            margin-bottom: 25px;
          }
        /* Newsletter */
          .newsletter-form-container{
            margin-top: 20px;
          }
          /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
          .product-type-container{
            padding: 25px 0px 25px 0px;
          }
          /*Advantages*/
          .adv-col{
            margin-bottom: 20px;
          }
          .img-adv{
            margin-bottom: 10px;
          }
          /* Counters */
          .counter-col{
            margin-top:20px;
          }
          .anos-icon{
            position: relative;
          }
          /*Navbar*/
          .nav-catalog{
            display:block;
          }
          .nav-thumbnail-catalogo{
            display:none;
          }
          /* Produtos Gama */
          .product-card-gama{
            margin-bottom: 25px;
          }

          /*Product page*/
          .text-over-banner{
            font-size: 1.6rem !important;
          }
          .sub-text-over-banner{
            font-size: 1rem !important;
          }
          #text{
            font-size: 18px;
            width: 181px;
      
        }
          .nav-link{
            font-size: 1rem !important;
          }
          .product-picture-slider{
            left:0px
          }
          .form-style-8 {
            width: 100% !important;
            left: 5%;
            position: relative;
          }
          .newsletter-container-footer{
            width: 200px !important;
          }
          .input-newsletter{
            width: 70% !important;
          }
          .botao-input{
            width: 70% !important;
          }
          .col-icon{
            width: 80% !important;
          }
          /*Card Containers*/
          .cards-button{
            padding: 0.3rem 0.3rem;
            bottom: 22%;
            font-size: 12px;
            left: 21%;
          }
          .cards-container-overlay h1{
            text-align: center;
            font-size: 1.6rem;
           }

          .dropdown, .dropleft, .dropright, .dropup {
            position: relative;
            margin-top: 32px;
          }
          .togglesearch{
            right: 0%;
            top: 100%;
            padding: 3% 2% 0% 2%;
            border-top:3px solid #c21f1b;
            width: 100%;
          }
}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen
  and (device-width: 320px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3) {


         /*General*/
         .h1, h1 {
          font-size: 2.2rem;
        }   

          /*NAV*/
          .dropdown-item{
            padding: 0;
          }


        /* footer */
          .footer-col{
            margin-bottom: 25px;
          }
        /* Newsletter */
          .newsletter-form-container{
            margin-top: 20px;
          }
          /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
          .product-type-container{
            padding: 25px 0px 25px 0px;
          }
          /*Advantages*/
          .adv-col{
            margin-bottom: 20px;
          }
          .img-adv{
            margin-bottom: 10px;
          }
          /* Counters */
          .counter-col{
            margin-top:20px;
          }
          .anos-icon{
            position: relative;
          }
          /*Navbar*/
          .nav-catalog{
            display:block;
          }
          .nav-thumbnail-catalogo{
            display:none;
          }
          /* Produtos Gama */
          .product-card-gama{
            margin-bottom: 25px;
          }

          /*Product page*/
          .text-over-banner{
            font-size: 1.6rem !important;
          }
          .sub-text-over-banner{
            font-size: 1rem !important;
          }

          #text{
            font-size: 18px;
            margin-top: 5%;
      
        }
          .nav-link{
            font-size: 1rem !important;
          }
          .product-picture-slider{
            left:0px
          }
          .form-style-8 {
            width: 100% !important;
            left: 5%;
            position: relative;
          }
          .newsletter-container-footer{
            width: 200px !important;
          }
          .input-newsletter{
            width: 70% !important;
          }
          .botao-input{
            width: 70% !important;
          }
          .col-icon{
            width: 80% !important;
          }
          /*Card Containers*/
          .cards-button{
            padding: 0.3rem 0.3rem;
            bottom: 22%;
            font-size: 12px;
            left: 21%;
          }
          .cards-container-overlay h1{
            text-align: center;
            font-size: 1.6rem;
           }
          
          .dropdown, .dropleft, .dropright, .dropup {
            position: relative;
            margin-top: 32px;
          }

          .togglesearch{
            right: 0%;
            top: 100%;
            padding: 3% 2% 0% 2%;
            border-top:3px solid #c21f1b;
            width: 100%;
          }
}

@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3) {

        /*General*/
        .h1, h1 {
          font-size: 2.2rem;
        }
    
    /*NAV*/
    .dropdown-item{
      padding: 0;
    }

    /* footer */
      .footer-col{
        margin-bottom: 25px;
      }
    /* Newsletter */
      .newsletter-form-container{
        margin-top: 20px;
      }
      /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
      .product-type-container{
        padding: 25px 0px 25px 0px;
      }
      /*Advantages*/
      .adv-col{
        margin-bottom: 20px;
      }
      .img-adv{
        margin-bottom: 10px;
      }
      /* Counters */
      .counter-col{
        margin-top:20px;
      }
      .anos-icon{
        position: relative;
      }
      /*Navbar*/
      .nav-catalog{
        display:block;
      }
      .nav-thumbnail-catalogo{
        display:none;
      }
      /* Produtos Gama */
      .product-card-gama{
        margin-bottom: 25px;
      }

      /*Product page*/
      .text-over-banner{
        font-size: 1.6rem !important;
      }
      .sub-text-over-banner{
        font-size: 1rem !important;
      }
      #text{
        font-size: 18px;
        margin-top: 5%;
  
    }
      .nav-link{
        font-size: 1rem !important;
      }
      .product-picture-slider{
        left:0px
      }
      .form-style-8 {
        width: 100% !important;
        left: 5%;
        position: relative;
      }
      .newsletter-container-footer{
        width: 200px !important;
      }
      .input-newsletter{
        width: 70% !important;
      }
      .botao-input{
        width: 70% !important;
      }
      .col-icon{
        width: 80% !important;
      }

      /*Card Containers*/
      .cards-button{
        padding: 0.3rem 0.3rem;
        bottom: 22%;
        font-size: 11px;
        left: 21%;
      }
      .cards-container-overlay h1{
        text-align: center;
        font-size: 1.6rem;
       }
          .dropdown, .dropleft, .dropright, .dropup {
            position: relative;
            margin-top: 32px;
          }
          .togglesearch{
            right: 0%;
            top: 100%;
            padding: 3% 2% 0% 2%;
            border-top:3px solid #c21f1b;
            width: 100%;
          }

}
@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 4) {

        /*General*/
        .h1, h1 {
          font-size: 2.2rem;
        }

    /*NAV*/
    .dropdown-item{
      padding: 0;
    }

    /* footer */
      .footer-col{
        margin-bottom: 25px;
      }
    /* Newsletter */
      .newsletter-form-container{
        margin-top: 20px;
      }
      /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
      .product-type-container{
        padding: 25px 0px 25px 0px;
      }
      /*Advantages*/
      .adv-col{
        margin-bottom: 20px;
      }
      .img-adv{
        margin-bottom: 10px;
      }
      /* Counters */
      .counter-col{
        margin-top:20px;
      }
      .anos-icon{
        position: relative;
      }
      /*Navbar*/
      .nav-catalog{
        display:block;
      }
      .nav-thumbnail-catalogo{
        display:none;
      }
      /* Produtos Gama */
      .product-card-gama{
        margin-bottom: 25px;
      }

      /*Product page*/
      .text-over-banner{
        font-size: 1.6rem !important;
      }
      .sub-text-over-banner{
        font-size: 1rem !important;
      }
      #text{
        font-size: 18px;
        width: 181px;
  
    }
      .nav-link{
        font-size: 1rem !important;
      }
      .product-picture-slider{
        left:0px
      }
      .form-style-8 {
        width: 100% !important;
        left: 5%;
        position: relative;
      }
      .newsletter-container-footer{
        width: 200px !important;
      }
      .input-newsletter{
        width: 70% !important;
      }
      .botao-input{
        width: 70% !important;
      }
      .col-icon{
        width: 80% !important;
      }
          /*Card Containers*/
          .cards-button{
            padding: 0.5rem 1rem;
            bottom: 22%;
            font-size: 12px;
          }
          .cards-container-overlay h1{
            text-align: center;
            font-size: 1.5rem;
           }
          .dropdown, .dropleft, .dropright, .dropup {
            position: relative;
            margin-top: 32px;
          }
          .togglesearch{
            right: 0%;
            top: 100%;
            padding: 3% 2% 0% 2%;
            border-top:3px solid #c21f1b;
            width: 100%;
          }
}
/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 2) {

        /*General*/
        .h1, h1 {
          font-size: 2.2rem;
        }

    /*NAV*/
    .dropdown-item{
      padding: 0;
    }

    /* footer */
      .footer-col{
        margin-bottom: 25px;
      }
    /* Newsletter */
      .newsletter-form-container{
        margin-top: 20px;
      }
      /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
      .product-type-container{
        padding: 25px 0px 25px 0px;
      }
      /*Advantages*/
      .adv-col{
        margin-bottom: 20px;
      }
      .img-adv{
        margin-bottom: 10px;
      }
      /* Counters */
      .counter-col{
        margin-top:20px;
      }
      .anos-icon{
        position: relative;
      }
      /*Navbar*/
      .nav-catalog{
        display:block;
      }
      .nav-thumbnail-catalogo{
        display:none;
      }
      /* Produtos Gama */
      .product-card-gama{
        margin-bottom: 25px;
      }

      /*Product page*/
      .text-over-banner{
        font-size: 1.6rem !important;
      }
      .sub-text-over-banner{
        font-size: 1rem !important;
      }
      #text{
        font-size: 18px;
        width: 181px;
  
    }
      .nav-link{
        font-size: 1rem !important;
      }
      .product-picture-slider{
        left:0px
      }
      .form-style-8 {
        width: 100% !important;
        left: 5%;
        position: relative;
      }
      .newsletter-container-footer{
        width: 200px !important;
      }
      .input-newsletter{
        width: 70% !important;
      }
      .botao-input{
        width: 70% !important;
      }
      .col-icon{
        width: 80% !important;
      }
                /*Card Containers*/
                .cards-button{
                  padding: 0.5rem 1rem;
                  bottom: 22%;
                  font-size: 12px;
                }
                .cards-container-overlay h1{
                  text-align: center;
                  font-size: 1.6rem;
                 }
          .dropdown, .dropleft, .dropright, .dropup {
            position: relative;
            margin-top: 32px;
          }
          .togglesearch{
            right: 0%;
            top: 100%;
            padding: 3% 2% 0% 2%;
            border-top:3px solid #c21f1b;
            width: 100%;
          }
}


/* ----------- IPhone 5/SE ----------- */

/* Portrait and Landscape */
@media screen
  and (device-width: 320px)
  and (device-height: 568px)
  and (-webkit-device-pixel-ratio: 2) {

        /*General*/
        .h1, h1 {
          font-size: 1.9rem;
        }

    /*NAV*/
    .dropdown-item{
      padding: 0;
    }

    /* footer */
      .footer-col{
        margin-bottom: 25px;
      }
    /* Newsletter */
      .newsletter-form-container{
        margin-top: 20px;
      }

      /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
      .product-type-container{
        padding: 25px 0px 25px 0px;
      }
      /*Advantages*/
      .adv-col{
        margin-bottom: 20px;
      }
      .img-adv{
        margin-bottom: 10px;
      }
      /* Counters */
      .counter-col{
        margin-top:20px;
      }
      .anos-icon{
        position: relative;
      }
      /*Navbar*/
      .nav-catalog{
        display:block;
      }
      .nav-thumbnail-catalogo{
        display:none;
      }
      /* Produtos Gama */
      .product-card-gama{
        margin-bottom: 25px;
      }

      /*Product page*/
      .text-over-banner{
        font-size: 1.6rem !important;
      }
      .sub-text-over-banner{
        font-size: 1rem !important;
      }
      #text{
        font-size: 18px;
        margin-top: 0%;
  
    }
      .nav-link{
        font-size: 1rem !important;
      }
      .product-picture-slider{
        left:0px
      }
      .form-style-8 {
        width: 100% !important;
        left: 5%;
        position: relative;
      }
      .newsletter-container-footer{
        width: 200px !important;
      }
      .input-newsletter{
        width: 70% !important;
      }
      .botao-input{
        width: 70% !important;
      }
      .col-icon{
        width: 80% !important;
      }
          .cards-button{
            padding: 0.15rem 0.15rem;
            bottom: 22%;
            font-size: 11px;
            left: 16%;
          }
          .ftecnica{
            padding:3% 2%;
            font-size:0.9em
          }
          .dropdown, .dropleft, .dropright, .dropup {
            position: relative;
            margin-top: 32px;
          }
          .togglesearch{
            right: 0%;
            top: 100%;
            padding: 3% 2% 0% 2%;
            border-top:3px solid #c21f1b;
            width: 100%;
          }

}



/* ----------- Galaxy Fold ----------- */

/* Portrait and Landscape */
@media screen
  and (device-width: 280px)
  and (device-height: 653px)
  and (-webkit-device-pixel-ratio: 3) {

        /*General*/
        .h1, h1 {
          font-size: 1.7rem;
        }
    /*NAV*/
    .dropdown-item{
      font-size: 12px;
    }

    .dropdown-left{
      padding-right: 1px;
    }

    /* Newsletter */
      .newsletter-form-container{
        margin-top: 20px;
      }
      /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
      .product-type-container{
        padding: 25px 0px 25px 0px;
      }
      /*Advantages*/
      .adv-col{
        margin-bottom: 20px;
      }
      .img-adv{
        margin-bottom: 10px;
      }
      /* Counters */
      .counter-col{
        margin-top:20px;
      }
      .anos-icon{
        position: relative;
      }
      /*Navbar*/
      .nav-catalog{
        display:block;
      }
      .nav-thumbnail-catalogo{
        display:none;
      }
      /* Produtos Gama */
      .product-card-gama{
        margin-bottom: 25px;
      }

      /*Product page*/
      .text-over-banner{
        font-size: 1.6rem !important;
      }
      .sub-text-over-banner{
        font-size: 1rem !important;
      }
      #text{
        font-size: 19px;
        width: 157px;
        
    }
      .nav-link{
        font-size: 1rem !important;
      }
      .product-picture-slider{
        left:0px
      }
      .form-style-8 {
        width: 100% !important;
        left: 5%;
        position: relative;
      }
      .newsletter-container-footer{
        width: 200px !important;
      }
      .input-newsletter{
        width: 70% !important;
      }
      .botao-input{
        width: 70% !important;
      }
      .col-icon{
        width: 80% !important;
      }

          .cards-button{
            padding: 2px 2px;
            bottom: 14%;
            font-size: 10px;
            left: 16%;
}
          .cards-container-overlay h1{
            font-size: 9px;
            margin: 16px 0 0 0;
            left: 10%;
          }
          .adv-title {
            font-family: AvenirLTStd-Medium;
            font-size: 18px;
            color: #414040;
        }
        .ftecnica{
          padding:3% 1%;
          font-size:0.8em
        }
        .dropdown, .dropleft, .dropright, .dropup {
          position: relative;
          margin-top: 32px;
        }
        .togglesearch{
          right: 0%;
          top: 100%;
          padding: 3% 2% 0% 2%;
          border-top:3px solid #c21f1b;
          width: 100%;
        }

}

/* ----------- IPad pro ----------- */

/* Portrait and Landscape */
@media screen
  and (device-width: 1024px)
  and (device-height: 1366px){

          #text{margin-top: 10%;}
      }

/* ----------- IPad ----------- */

/* Portrait and Landscape */
@media screen
  and (device-width: 768px)
  and (device-height: 1024px){

        /*General*/
        .h1, h1 {
          font-size: 1.7rem;
        }
    /*NAV*/
    .dropdown-item{
      font-size: 12px;
    }

    .dropdown-left{
      padding-right: 1px;
    }

    /* Newsletter */
      .newsletter-form-container{
        margin-top: 20px;
      }

      /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
      .product-type-container{
        padding: 25px 0px 25px 0px;
      }
      /*Advantages*/
      .adv-col{
        margin-bottom: 20px;
      }
      .img-adv{
        margin-bottom: 10px;
      }
      /* Counters */
      .counter-col{
        margin-top:20px;
      }
      .anos-icon{
        position: relative;
      }
      /*Navbar*/
      .nav-catalog{
        display:block;
      }
      .nav-thumbnail-catalogo{
        display:none;
      }
      /* Produtos Gama */
      .product-card-gama{
        margin-bottom: 25px;
      }

      /*Product page*/

      .text-over-banner{
        font-size: 2.3rem !important;
      }
      .sub-text-over-banner{
        font-size: 1rem !important;
      }
      #text{
        font-size:1.6rem;
        margin: 17% 0 0 0;
        padding-left: 20px;
        padding-right: 20px;
    }
      .nav-link{
        font-size: 1rem !important;
      }
      .product-picture-slider{
        left:0px
      }
      .form-style-8 {
        width: 100% !important;
        left: 5%;
        position: relative;
      }
      .newsletter-container-footer{
        width: 200px !important;
      }
      .input-newsletter{
        width: 70% !important;
      }
      .botao-input{
        width: 70% !important;
      }
      .col-icon{
        width: 80% !important;
      }
                /*Card Containers*/

                .cards-button{
                  padding: 1rem 1.7rem;
                  bottom: 22%;
                  font-size: 12px;
                  left: 25%;
                }

                .fa-search{
                  right: 8%;
                  top: 3%;
                      }
      /*Footer*/
      /*.footer-info{
        max-width: 20%;
        padding-left: 5%;
      }
      .footer-contactos{
        max-width: 20%;*/
      }


    /* ----------- Surface Duo----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 720px)
and (device-height: 540px)
and (-webkit-min-device-pixel-ratio: 2)
{

    
    /*General*/
    .h1, h1 {
      font-size: 2.2rem;
    }

  /*NAV*/
  .dropdown-item{
    padding: 0;
  }

    /* footer */
      .footer-col{
        margin-bottom: 25px;
      }
    /* Newsletter */
      .newsletter-form-container{
        margin-top: 20px;
      }

      /*PRODUTOS STANDARD - PRODUTOS PERSONALIZADOS*/
      .product-type-container{
        padding: 25px 0px 25px 0px;
      }
      /*Advantages*/
      .adv-col{
        margin-bottom: 20px;
      }
      .img-adv{
        margin-bottom: 10px;
      }
      /* Counters */
      .counter-col{
        margin-top:20px;
      }
      .anos-icon{
        position: relative;
      }
      /*Navbar*/
      .nav-catalog{
        display:block;
      }
      .nav-thumbnail-catalogo{
        display:none;
      }
      /* Produtos Gama */
      .product-card-gama{
        margin-bottom: 25px;
      }

      /*Product page*/
      .text-over-banner{
        font-size: 1.6rem !important;
      }
      .sub-text-over-banner{
        font-size: 1rem !important;
      }
      #text{
        /* margin: 23px 0 0 0; */
        font-size:21px;
        margin-top: 5%;
    }
      
      .nav-link{
        font-size: 1rem !important;
      }
      .product-picture-slider{
        left:0px
      }
      .form-style-8 {
        width: 100% !important;
        left: 5%;
        position: relative;
      }
      .newsletter-container-footer{
        width: 200px !important;
      }
      .input-newsletter{
        width: 70% !important;
      }
      .botao-input{
        width: 70% !important;
      }
      .col-icon{
        width: 80% !important;
      }

      /*Card Containers*/
      .cards-button{
        padding: 0.3rem 0.3rem;
        bottom: 22%;
        font-size: 12px;
        left: 21%;
      }

      .cards-container-overlay h1{
        text-align: center;
        font-size: 1.6rem;
       }
       .togglesearch{
        right: 0%;
        top: 100%;
        padding: 3% 2% 0% 2%;
        border-top:3px solid #c21f1b;
        width: 100%;
      }
                
}
    /*Footer*/
    /*.footer-info{
      max-width: 20%;
      padding-left: 5%;
    }
    .footer-contactos{
      max-width: 20%;
    }*/
    
    @media only screen and (max-width: 600px) {
      .dropdown-menu{
        box-shadow: none;
    }
                .dropdown, .dropleft, .dropright, .dropup {
              position: relative;
              margin-top: 32px;
            }
            .togglesearch{
              right: 0%;
              top: 100%;
              padding: 3% 2% 0% 2%;
              border-top:3px solid #c21f1b;
              width: 100%;
            }
      }


      @media only screen and (max-width: 800px) {
        .cards-container-overlay h1{
          font-size:25px;
          margin: 60px 0 0 0;
          padding-left: 20px;
          padding-right: 20px;
      }
      .dropdown, .dropleft, .dropright, .dropup {
        position: relative;
        margin-top: 32px;
      }
      .togglesearch{
        right: 0%;
        top: 100%;
        padding: 3% 2% 0% 2%;
        border-top:3px solid #c21f1b;
        width: 100%;
      }
        }
      
      
      
      @media only screen and (max-width: 600px) {
        .cards-container-overlay h1{
          font-size:20px;
          margin: 23px 0 0 0;
          padding-left: 20px;
          padding-right: 20px;
      }
      .dropdown, .dropleft, .dropright, .dropup {
        position: relative;
        margin-top: 32px;
      }
      .togglesearch{
        right: 0%;
        top: 100%;
        padding: 3% 2% 0% 2%;
        border-top:3px solid #c21f1b;
        width: 100%;
      }

        }
      
        @media only screen and (max-width: 500px) {
          .cards-container-overlay h1{
            font-size: 14px;
            margin: 20px 0 0 0;
      
        }
        .dropdown, .dropleft, .dropright, .dropup {
          position: relative;
          margin-top: 32px;
        }
        .togglesearch{
          right: 0%;
          top: 100%;
          padding: 3% 2% 0% 2%;
          border-top:3px solid #c21f1b;
          width: 100%;
        }

          }
      
          @media only screen and (max-width: 320px) {
            .cards-container-overlay h1{
              font-size: 10px;
              margin: 20px 0 0 0;
              
        
          }
          .dropdown, .dropleft, .dropright, .dropup {
            position: relative;
            margin-top: 32px;
          }
          .togglesearch{
            right: 0%;
            top: 100%;
            padding: 3% 2% 0% 2%;
            border-top:3px solid #c21f1b;
            width: 100%;
          }

            }

            @media only screen and (max-width: 350px) {

             .dropdown, .dropleft, .dropright, .dropup {
              position: relative;
              margin-top: 32px;
            }
            .togglesearch{
              right: 0%;
              top: 100%;
              padding: 3% 2% 0% 2%;
              border-top:3px solid #c21f1b;
              width: 100%;
            }

            }
            @media only screen and (max-width: 250px) {

             .dropdown, .dropleft, .dropright, .dropup {
              position: relative;
              margin-top: 32px;
            }
            .togglesearch{
              right: 0%;
              top: 100%;
              padding: 3% 2% 0% 2%;
              border-top:3px solid #c21f1b;
              width: 100%;
            }

}
@media only screen and (max-width: 375px) {

 
 .cards-button{
  padding: 1px 2px 2px 4px;
  bottom: 22%;
  font-size: 9px;
  left:21%;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
  margin-top: 32px;
}
.togglesearch{
  right: 0%;
  top: 100%;
  padding: 3% 2% 0% 2%;
  border-top:3px solid #c21f1b;
  width: 100%;
}
}
@media only screen and (max-width: 250px) {

  
  .cards-button{
    padding: 1px 2px 2px 4px;
    bottom: 22%;
    font-size: 9px;
    left:21%;
  }
  .dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    margin-top: 32px;
  }
  .togglesearch{
    right: 0%;
    top: 100%;
    padding: 3% 2% 0% 2%;
    border-top:3px solid #c21f1b;
    width: 100%;
  }

}
 @media only screen and (max-width: 150px) {

  .cards-button{
    padding: 0.3rem 0.3rem;
    bottom: 22%;
    font-size: 12px;
    left:21%;
  }
  .dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    margin-top: 32px;
  }
  .togglesearch{
    right: 0%;
    top: 100%;
    padding: 3% 2% 0% 2%;
    border-top:3px solid #c21f1b;
    width: 100%;
  }
}
 @media only screen and (max-width: 100px) {

 
 .cards-button{
  padding: 0.3rem 0.3rem;
  bottom: 22%;
  font-size: 12px;
  left:21%;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
  margin-top: 32px;
}
.togglesearch{
  right: 0%;
  top: 100%;
  padding: 3% 2% 0% 2%;
  border-top:3px solid #c21f1b;
  width: 100%;
}
} 
 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}