@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/OpenSans-Regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'), 
		 url('../fonts/OpenSans-Regular.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/OpenSans-ExtraBold.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), 
		 url('../fonts/OpenSans-ExtraBold.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/OpenSans-Light.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/OpenSans-Light.woff2') format('woff2'),
         url('../fonts/OpenSans-Light.ttf') format('truetype'), 
		 url('../fonts/OpenSans-Light.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/OpenSans-SemiBold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
         url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), 
         url('../fonts/OpenSans-SemiBold.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/OpenSans-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/OpenSans-Bold.woff2') format('woff2'),
         url('../fonts/OpenSans-Bold.ttf') format('truetype'), 
         url('../fonts/OpenSans-Bold.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
	margin: 0;  
	padding: 0;  
	border: 0;  
	outline: 0;  
	font-size: 100%;  
	vertical-align: baselinebaseline;  
	background: transparent;  
}

body {
	margin: 0; 
	padding: 35px;
	width: 100%;
	overflow-x:hidden;
	font-family: 'OpenSans-Regular', Verdana, Geneva, sans-serif; 
  	color: #000;
  	letter-spacing: 1px;
}

html {
    width: 100%;
    height: 100%;
}
ol, ul {  
	list-style: none;  
}  
blockquote, q {  
	quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
	content: '';  
}  
  
:focus {  
	outline: 0;  
}  

.row:before, .row:after {display: none;}
  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
}

a:hover{
    text-decoration: none;
}

#loading{
    width:100%;
    height:100%;
    position:fixed;
    background-color:#fff;
    z-index:9999999999999999999999;
    top: 0;
    left:0;
    overflow:hidden;
}

#subloading{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -48px 0 0 -48px;
  font-size: 96px;
  color: #FFF;
}

.loader-icon.spinning-cog {
  -webkit-animation: spinning-cog 1.3s infinite ease;
  -moz-animation: spinning-cog 1.3s infinite ease;
  -ms-animation: spinning-cog 1.3s infinite ease;
  -o-animation: spinning-cog 1.3s infinite ease;
  animation: spinning-cog 1.3s infinite ease;
}

@-webkit-keyframes spinning-cog {
  0% { -webkit-transform: rotate(0deg) }
  20% { -webkit-transform: rotate(-45deg) }
  100% { -webkit-transform: rotate(360deg) }
}

@-moz-keyframes spinning-cog {
  0% { -moz-transform: rotate(0deg) }
  20% { -moz-transform: rotate(-45deg) }
  100% { -moz-transform: rotate(360deg) }
}

@-o-keyframes spinning-cog {
  0% { -o-transform: rotate(0deg) }
  20% { -o-transform: rotate(-45deg) }
  100% { -o-transform: rotate(360deg) }
}

@keyframes spinning-cog {
  0% { transform: rotate(0deg) }
  20% { transform: rotate(-45deg) }
  100% { transform: rotate(360deg) }
}

@-webkit-keyframes shrinking-cog {
  0% { -webkit-transform: scale(1) }
  20% { -webkit-transform: scale(1.2) }
  100% { -webkit-transform: scale(0) }
}

@-moz-keyframes shrinking-cog {
  0% { -moz-transform: scale(1) }
  20% { -moz-transform: scale(1.2) }
  100% { -moz-transform: scale(0) }
}

@-o-keyframes shrinking-cog {
  0% { -o-transform: scale(1) }
  20% { -o-transform: scale(1.2) }
  100% { -o-transform: scale(0) }
}

@keyframes shrinking-cog {
  0% { transform: scale(1) }
  20% { transform: scale(1.2) }
  100% { transform: scale(0) }
}

.loader-icon.shrinking-cog {
  -webkit-animation: shrinking-cog .3s 1 ease forwards;
  -moz-animation: shrinking-cog .3s 1 ease forwards;
  -ms-animation: shrinking-cog .3s 1 ease forwards;
  -o-animation: shrinking-cog .3s 1 ease forwards;
  animation: shrinking-cog .3s 1 ease forwards;
}

.none{
	display: none;
}

.clear{
	clear: both;
}

.caption{
	text-indent: -5000px;
	position: absolute;
	top: 30vh;
}

.upper-case{
	text-transform: uppercase;
}

.lowercase{
    text-transform: inherit;
}

.bg-gray{
	background-color: #e3e4e6;
}

.bg-gray70{
    width: 70%;
    height: 100%;
    background-color: #e3e4e6;
    position: absolute;
    right: 15px;
    z-index: -1;
    top: 0;
}

.bg-gray-left{
    background-color: #e3e4e6;
    width: 80%;
    height: 45%;
    z-index: -1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg-gray-right{
    background-color: #e3e4e6;
    width: 80%;
    height: 45%;
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.relative{
    position: relative;
}

.align-center{
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.vertical-align{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-absolute{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.right0{
    right: 0;
}

.links-termos{
  text-align: center;
  font-size: 12px;
  margin-top: 25px;
}

.links-termos a{
  color: #000;
}

.aviso-cookies{width:100%;background:#000;padding:10px;color:#fff;font-size:12px;z-index:100;text-align:center;position: fixed;bottom: 0;left:0;}
.aviso-cookies a{color:#fff;text-decoration:underline;}
.aviso-cookies a:hover{text-decoration:underline;}
.close-barra{color:#fff;font-size:13px;cursor:pointer;margin-left:5px;text-decoration:none !important;}

h1{
    font-family: 'OpenSans-ExtraBold';
    font-size: 40px;
    color: #023256;
    text-transform: uppercase;
}

h2{
    display: inline-block;
    font-family: 'OpenSans-ExtraBold';
    font-size: 30px;
    color: #023256;

}

h3{
    font-family: 'OpenSans-ExtraBold';
    font-size: 18px;
    color: #fff;
}

h4{
    font-size: 20px;
    color: #023256;
    text-align: left;
    display: inline-block;
}

p{
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    color: #023256;
    text-align: justify;
    padding: 0 80px;
}

.margin-mobile{
    margin-top: 85px;
}

.inline-block{
    display: inline-block;
}

.slider-home{
  position: relative;
  margin-top: 90px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  padding: 16px;
  color: #fff!important;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Add a transparency effect for thumnbail images */
.demo {
  color: #fff;
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.controllers{
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.image-effect{
  -webkit-transition-delay: 0.3s;
  transition: 0.3s ease-in-out;
}

#header-home{
    background-image: url(../images/home.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: calc(100vh - 35px);
}

.barra-fixa{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 35px;
    background: #fff;
    z-index: 9999999;
}

.navbar{
    background: rgb(2, 50, 86)!important;
    border-bottom: 5px solid rgb(255, 255, 255)!important;
}

.navbar-bg{
    background-color: #00334e!important;
}

.navbar-light .navbar-nav .nav-link{
	color: rgba(255,255,255,1);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: rgba(255,255,255,0.7);
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}

#texto-home{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
}

.titulo-home{
	font-size: 48px;
	line-height: 51px;
}

.subtitulo-home{
	font-family: 'OpenSans-ExtraBold';
	font-size: 62px;
	line-height: 65px;
}

.container-arrow {
    bottom: 30%;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.nopaddingleft{
    padding-left: 0;
}

.nopaddingright{
    padding-right: 0;
}

.padding40{
    padding: 40px 0;
}

.padding80{
	padding: 80px 0;
}

.side-text{
	-webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
    font-family: 'OpenSans-Light';
    font-size: 15px;
    color: #023256;
    position: absolute;
    top: 50%;
    left: -130px;
}

.right50{
    right: 50px;
    position: relative;
}

.icones-home{
	margin-top: 30px;
}

.icon-home{
    font-family: 'OpenSans-ExtraBold';
    font-size: 20px;
    color: #023256;
    margin-top: 25px;
}

.icon-home img{
  width: 50px;
  margin-right: 25px;
  -webkit-transition-delay: 0.3s;
  transition: 0.3s ease-in-out;
}

.fa-plus{
  font-size: 15px;
  position: relative;
  left: 5px;
  bottom: 15px;
  -webkit-transition-delay: 0.3s;
  transition: 0.3s ease-in-out;
}

.width100{
    width: 100%;
}

.retangulo{
    background: #e3e4e5;
    width: 154px;
    height: 520px;
    position: absolute;
    top: 40px;
    right: 25%;
    z-index: -1;
}

.top60{
    top: 54%;
}

.top45{
    top: 45%;
    left: -135px;
}

.navigation-destaques-home{
    right: 40%;
}

.circle{
    font-size: 12px;
    color: #023256;
    cursor: pointer;
}

.circle:hover{
    opacity: 0.8;
}

.descricao_destaque_home{
    font-family: 'OpenSans-ExtraBold';
    font-size: 20px;
    color: #023256;
}

.descricao_destaque_home_icon{
    width: 100px;
}

.imagem_destaque_home{
    margin-left: 100px;
}

.left100{
    margin-left: 100px;
}

.left-169{
    left: -169px;
}

.bg-contactos-home{
    background: #023256;
    z-index: -2;
    height: 300px;
    -webkit-transform: translateY(-140px);
    -moz-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    -o-transform: translateY(-140px);
    transform: translateY(-140px);
    margin-bottom: -140px;
}

.bg-contactos{
    background: #023256;
    z-index: -2;
    height: 150px;
}

.col-contactos{
    padding: 0 50px;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    margin-bottom: -80px;
}

.titulo-col-contactos{
    padding: 15px;
    color: #fff;
}

.titulo-col-contactos h3{
    display: inline-block;
}

.box-contactos{
    background-color: #e3e4e5;
    width: 100%;
    height: 150px;
    padding-left: 15px;
    font-size: 14px;
}

.bold{
  font-family: 'OpenSans-ExtraBold';
}

.padding0{
    padding: 0;
}

#gmap{
    position: relative!important;
    width: 100%;
    height: 415px;
    top: 20px;
}

#map {
    position: relative!important;
    width: 100%;
    height: 415px;
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    -o-transform: translateY(-75px);
    transform: translateY(-75px);
    margin-bottom: -75px;
    z-index: -1;
}

.notransform-map{
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    margin-bottom: 0!important;
}

#logo_abe{
    padding-top: 35px;
    text-align: center;
}

.seta{
    margin-left: -1px;
    margin-right: 70px;
}

.seta-produto{
    margin-left: -1px;
    margin-right: 40px;
}

.retangulo_categoria_produto{
    height: 250px;
}

.categoria{
    font-family: 'OpenSans-ExtraBold';
    font-size: 18px;
    color: #023256;
    text-decoration: none;
    text-align: left;
}

.produtos_categoria{
    font-size: 14px;
    color: #023256;
    text-decoration: none;
    text-align: left;
}

.h4_next{
    margin: 0 25px;
    color: #e3e4e5;
}

.h4_next .fa-plus{
    -webkit-transition-delay: inherit!important;
    transition: inherit!important;
}

.gama_produtos{
    font-family: 'OpenSans-SemiBold';
    font-size: 14px;
    color: #023256;
}

.foto-produto{
    max-width: 100%;
    width: 100%;
    height: auto;
    border: solid 1px #f2f5f6;
}

.nome-produto{
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    color: #023256;
    text-align: center;
    margin: 25px 0;
}

.paddingleft40{
    padding-left: 40px;
}

.titulo-contactos{
    font-family: 'OpenSans-ExtraBold';
    font-size: 18px;
    color: #023256;
}

.z-index1{
    z-index: 1;
}

.bottom-100{
    top: inherit;
    bottom: -100%;
    left: -185px;
}

.image-container {
  position: relative;
}

.image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  height: 40%;
  color: #fff;
  font-size: 13px;
  width: 100%;
  font-family: 'OpenSans-ExtraBold';
  opacity: 0;
  transition: .1s ease-in-out;
  background-color: #023256;
}

.image-container:hover .image-overlay {
  opacity: 1;
}

.text{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#catalogos{
    position: absolute;
    margin-top: -100px;
}

.margintop40{
    margin-top: 40px;
}

.titulo-seta{
    position: relative;
    top: 6px;
}

.fixed-top{
    width: calc(100% - 70px);
    margin: 0 auto;
    top: 35px;
}

@media (max-width: 1720px){
    .retangulo{
        right: 15%;
    }

    .navigation-destaques-home {
        right: 30%;
    }
}

@media (max-width: 1681px){
    .seta{
        margin-right: 30px;
    }

    .seta-produto{
        margin-right: 30px;
    }
}

@media (max-width: 1600px){
    .imagem_destaque_home {
        margin-left: 60px;
    }

    .side-text{
        left: -180px;
    }

    .top45{
        left: -185px;
    }

    .bottom-100{
        left: -235px;
        bottom: -60%;
    }

    .container-arrow{
        bottom: 15%;
    }

    .col-contactos{
        padding: 0px 30px;
    }

    .box-contactos{
        font-size: 13px;
    }

    h2{
        font-size: 26px;
    }

    .paddingleft40 {
        padding-left: 0;
    }
}

@media (max-width: 1500px){
    .imagem_destaque_home {
        margin-left: 20px;
    }

    .retangulo {
        right: 11%;
    }

    .descricao_destaque_home_icon {
        width: 75px;
    }
}

@media(max-width: 1441px){
    .seta {
        margin-right: 5px;
    }

    .seta-produto{
        margin-right: 5px;
    }

    h2 {
        font-size: 24px;
    }
}

@media (max-width: 1400px){
    .descricao_destaque_home_icon {
        width: 75px;
    }

    .side-text {
        left: -230px;
    }

    .top45 {
        left: -235px;
    }

    .bottom-100 {
        left: -285px;
    }

    .imagem_destaque_home {
        margin-left: 0;
        width: 500px;
    }

    .navigation-destaques-home {
        right: 35%;
    }
}

@media (max-width: 1367px){
    .titulo-home {
        font-size: 33px;
        line-height: 36px;
    }

    .subtitulo-home{
        font-size: 47px;
        line-height: 50px;
    }

    .container-arrow {
        bottom: 5%;
    }

    h1{
        font-size: 30px;
    }

    .icon-home{
        font-size: 16px;
    }

    p{
        font-size: 12px;
    }

    .descricao_destaque_home{
        font-size: 16px;
    }

    .retangulo{
        height: 480px;
    }

    h3{
        font-size: 16px;
    }

    .box-contactos {
        font-size: 10px;
        height: 120px;
    }
}

@media (max-width: 1281px){
    .imagem_destaque_home{
        width: 450px;
    }

    .retangulo{
        display: none;
    }

    h2 {
        font-size: 20px;
    }

    .titulo-seta{
        top: 2px;
    }

    h4{
        font-size: 16px;
    }

    .texto-contactos{
        font-size: 12px;
    }
}

@media (max-width: 1025px){
    .imagem_destaque_home {
        width: 350px;
    }

    .descricao_destaque_home_icon {
        width: 50px;
        margin-left: 15px;
    }

    .bg-contactos-home{
        height: 240px;
    }

    .seta{
        width: 35px;
    }

    .seta-produto, .seta_next{
        width: 35px;
    }

    h2 {
        font-size: 17px;
    }
}

@media (max-width: 991px){
    body {
      padding: 0;
    }

    .fixed-top{
      width: 100%;
      top: 0;
    }

    .barra-fixa{
      display: none;
    }

    .container-arrow{
      display: none;
    }

    p{
        padding: 0;
    }

    .icon-home img{
        width: 40px;
        margin-right: 0px;
    }

    .icon-home {
      font-size: 14px;
    }

    .fa-plus{
      font-size: 12px;
      left: 0px;
      bottom: 8px;
    }

    .side-text{
        display: none;
    }

    .padding80 {
        padding: 40px 0;
    }

    .padding40 {
        padding: 20px 0;
    }

    h1{
        font-size: 24px;
        line-height: 27px;
    }

    .imagem_destaque_home {
        width: 285px;
    }

    .navigation-destaques-home {
        right: 40%;
    }

    .col-contactos {
        padding: 0px 15px;
    }

    .box-contactos{
        font-size: 9px;
    }

    .texto-contactos {
        font-size: 9px;
    }

    .margin-mobile{
        margin-top: 85px;
    }

    #logo_abe{
      padding-bottom: 35px;
    }
}

@media (max-width: 813px){
    #texto-home{
        top: 65%;
    }

    .descricao_destaque_home {
        font-size: 14px;
    }

    .nav-link{
        padding: 0px 1rem;
    }

    h2 {
        font-size: 14px;
    }

    .retangulo_categoria_produto {
        height: 165px;
    }
}

.only-mobile{
    display: none;
}

@media (max-width: 767px){
    .nomobile{
        display: none;
    }

    .only-mobile{
        display: block;
    }

    .padding-mobile{
        padding-top: 20px;
    }

    .navigation-destaques-home {
        right: 49%;
    }

    #clients-slider{
      text-align: center;
    }

    .nopaddingright {
        padding-right: 15px;
    }

    .nopaddingleft {
      padding-left: 15px;
  }

  .bg-gray-left, .bg-gray-right{
    display: none;
  }

  .padding0{
    padding: 15px;
  }

  .paddingmapa{
    padding: 0;
  }
}

@media (max-width: 479px){
  .imagem_destaque_home{
    width: 200px;
  }

  .navigation-destaques-home {
    right: 48%;
  }

  .none479{
    display: none;
  }

  h2 {
    font-size: 18px;
  }

  .bg-contactos{
    height: 0;
    background: transparent;
  }

  .titulo-col-contactos{
    color: #023256;
  }

  .titulo-col-contactos h3{
    color: #023256;
  }

  .col-contactos{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0;
  }

  .margintop40 {
    margin-top: 20px;
  }

  #map{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0;
    margin-top: 20px;
  }

  .bg-contactos-home{
    height: 0;
  }
}

@media (max-width: 414px){
  .imagem_destaque_home {
    width: 150px;
  }

  .descricao_destaque_home {
    font-size: 12px;
  }

  .descricao_destaque_home_icon{
    width: 40px;
  }
}

@media (max-width: 375px){
  .imagem_destaque_home {
    width: 130px;
  }

  .navigation-destaques-home {
    right: 51%;
  }
}

@media (max-width: 321px){
  h1 {
    font-size: 20px;
    line-height: 23px;
  }

  .imagem_destaque_home {
    width: 100px;
  }

  .descricao_destaque_home_icon {
    width: 30px;
    margin-left: 0;
  }
}