/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2025 | 19:14:59 */
    /* Introdução Header */
.linha-bottom:after {
    content: '';
    display: block;
    height: 32px;
    background-color: #aec90b57;
    width: 100%;
    position: absolute;
    top: 48px;
    z-index: -2;
}

.linha-bottom{
    position: relative;
  z-index:2;
}
    /* Owl Carousel */
.owl-prev{
  position: absolute;
   top: -92px;
  right:50px;
}

.owl-next{
  position: absolute;
   top: -92px;
  right:0px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #86979100!important;
    color: #FFF;
    text-decoration: none;
}

.owl-next span{
  font-size:40px;
}

.owl-prev span{
  font-size:40px
}

.owl-theme .owl-dots {
    top: 40px!important;
  position:relative!important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px!important;
    height: 5px!important;
    margin: 5px 7px;
    background: #D6D6D6!important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 45px!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00273d!important;
}

#owl-demo .item{
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    /* Titulo Seccção */
.titulo-seccao{
      font-size: 25px;
    font-family: 'GothamBlack';
}
.titulo-seccao-streched{
      font-size: 25px;
    font-family: 'GothamBlack';
}
.titulo-seccao:before{
   content:'';
  position:absolute;
  height:3px;
  width:30px;
  background-color:#AEC90B;
}

.titulo-seccao:before {
    content: '';
    position: absolute;
    height: 3px;
    margin-top: 19px;
    width: 30px;
    left: -39px;
    background-color: #AEC90B;

}
.titulo-seccao-streched:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    background-color: #AEC90B;
    left: 59px!important;
   margin-top: 19px;
}
    /* Homepage Produto Descrição */
.produto-home-descricao{
      width: 100%;
    position: relative;
    top: -61px;
    text-align: left;
    left: 31px;
  font-family:'GothamBold';

}

a.btn-draw-white-produto-homepage{
  color:white!important;
  font-size:11px;
}

.padding-cta-produto-homepage {
  padding-left:79px;
}


.btn-draw-white-produto-homepage {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #032F48;
  padding-bottom:5px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition:0.2s;
    font-family:'GothamBold';
  
}

.btn-draw-white-produto-homepage:hover {
  
  color: #032F48;
  border-bottom: 2px solid #aec90b;
  padding-bottom:10px;
-webkit-transition: 0.2s;
  transition:0.2s;
  
}

.produto-home-top{
  font-family:'GothamBold';
  color: #032F48;
}
.produto-home-bottom{
  font-family:'GothamBold';
  color: #AEC90B;
}


.titulo-seccao-2 {
    font-size: 25px;
    font-family: 'GothamBlack';
    margin-left: 48px;
}
.titulo-seccao:before{
   content:'';
  position:absolute;
  height:3px;
  width:30px;
  background-color:#AEC90B;
}

.titulo-seccao-2:before {
    content: '';
    position: absolute;
    height: 3px;
    margin-top: 19px;
    width: 30px;
    left: 101px;
    background-color: #AEC90B;
}

.texto-setores-atividade{
      padding-left: 48px;
}

.setores{
      width: 90%;
    line-height: 35px;
    font-size: 18px;

}

    /* Card Teste */
.product-card {
    width: 334px;
    position: relative;
    box-shadow: 0 2px 7px #032f4800;
    margin: 50px auto;
    background: #fafafa;
    border: 1px solid #80808017;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #b1cb14;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding: 50px;
    background: #f0f0f0;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 30px;
    text-align: left;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #fbb72c;
}

.setores-wrap{
  margin-top:25px;
}
.texto-setores-atividade-inner{
  font-size: 18px;
    padding-bottom: 7px;
}
.white{
  color:white:important;
}

.blue{
  color:#00273D
}
.green{
  color:#AEC90B;
}

    /* Formulário*/
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fdfdfd;
    background-clip: padding-box;
    border: 1px solid #abafb3;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-orcamento{
 margin-top:50px;
  padding-righ:200px;
  padding-lef:200px;
  padding-bottom:100px;
}

/*  input[type="submit"]  {
  position: relative;
    display: inline-block;
    color: #00273D;
    border-bottom: 2px solid #aec90b;
    padding-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: 'GothamBold';
}
 input[type="submit"]:hover {
    color: #00273D;
    border-bottom: 2px solid #aec90b;
    padding-bottom: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
 */

 .arrow:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://verpakking.pt/wp-content/uploads/2020/02/Grupo-210.png) no-repeat -30px -50px fixed;
    top: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
}

.titulo-seccao-streched-page-inner:before {
content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    background-color: #AEC90B;
    left: -48px!important;
    margin-top: 18px;
}

.titulo-seccao-streched-page-inner {
    font-size: 25px;
    font-family: 'GothamBlack';
}


.inner-banner{
width:93%!important;
}

#text-banner{
left:10%!important;
}

.text-banner{
left:10%!important;
  width:80%!important;
}

/*Formulário Contacto*/
.form-contacto {
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #afca0b;
    background-color: #fdfdfd00!important;
    background-clip: padding-box;
    border: 2px solid #aec90b!important;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.icon-mapa{
  display: flex;
    justify-content: flex-end;
}

 .white_submit {

    color: white!important;

}

article .wpr-grid-item {
    margin-bottom: 4rem;
    border: 1px solid #80808052;
    padding: 20px !important;
    border-radius: 5px !important;
    background-color: white!important;
}

.post.hentry{
 margin-bottom: 4rem;
    border: 1px solid #80808052;
/*     padding: 20px 20px 60px 20px !important; */
	padding: 20px!important;
    border-radius: 5px !important;
    background-color: white!important;	
	
}

body.single-post{
	background-color: #80808017;
}

h1.entry-title {
    color: #1a3d51;
}

#recent-posts-widget-with-thumbnails-3 {
    margin-top: 45px;
    background-color: white;
    padding: 20px;
    border: 1px solid #80808052;
    border-radius: 5px;
    position: sticky;
    top: 87px;
}

.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 1.5em;
    border-bottom: 1px solid #dcdcdc;
}

.white-text-footer-blue-1 ul li{
	list-style-type: disc!important;
}

a.link-footer {
    padding-left: 10px;
    color: #aec90b!important;
    font-size: 12px;
    margin-top: 4px!important;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 h3.widget-title{
	font-size: 1.2rem;
    margin-top: 2px;
    color: #1a3d51;
    margin-bottom: 24px;
}

.blog-layout article .entry-content.post-template ol{
	padding-left: 20px!important;
}

.blog-layout article .entry-content.post-template ul{
	padding-left: 20px!important;
}

.blog-layout article .entry-content.post-template ul li{
	list-style-type: disc;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
    width: 100%;
    background-color: white;
    color: #032f48;
    height: 67px;
    /* margin: 7px; */
    /* margin-left: 10px; */
    font-weight: 700;
    font-size: 12px;
	display:none!important;
}
.has-black-color {
    color: #1a3d51 !important;
}
.entry-content.post-template p, h1, h2, h3, h4, h5, h6, ul, ol,{
	 color: #1a3d51!important;
	 font-family: 'GothamBook'!important;
}

.post .entry-header div.entry-meta{
	    text-transform: uppercase;
    font-size: 12px;
    color: #aec90b !important;
}

.entry-meta span.meta-data{
	color: #aec90b;
}

.entry-meta span.meta-cat{
	color: #aec90b;
}


.title-banner{
  margin-top:20vh;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e600;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

/*Menu*/
#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-chapter, #sfm-sidebar .sfm-back-parent {
    padding: 14px 0;
    text-transform: uppercase;
}

.sfm-style-full #sfm-sidebar .sfm-menu {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    margin-top: 70px;
}

@media only screen and (max-width: 790px){
.sfm-style-full .sfm-sidebar-close {
    left: auto;
    right: 11px!important;
    top: 0px!important;
}
	p{
		font-size: 16px!important;
		line-height: 28px;
	}
}
@media only screen and (min-width: 790px){
.sfm-style-full .sfm-sidebar-close {
    left: auto;
    right: 56px;
    top: 3px!important;
}
}

.shadow-sm{
   transition: 0.4s;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef00;
    border-radius: .25rem;
}
.breadcrumb-item.active {
    color: #24292e;
}
.breadcrumb-item a{
  color:white;
  text-transform:capitalize;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0rem;
    color: #6c757d;
    content: ""!important;
}

.sticky-side-menu{
      position: -webkit-sticky;
    position: sticky;
    top: 90px;
}
.texto-card-blue{
  color:#032F48!important;
}
.card-title{
  font-size: 22px;
   line-height: 25px;
   color:#032F48!important;
}

.elementor-tab-title a {
    color: inherit;
    font-family: 'GothamBold'!important;
  text-transform:Capitalize;
}
 .elementor-tab-content {
    color: #00273D;
    font-family: 'GothamBook'!important;
}

.heateor_sss_horizontal_sharing .heateorSssSharing, .heateor_sss_standard_follow_icons_container .heateorSssSharing {
    color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    margin-left: 10px;
}

.heateor_sss_horizontal_sharing .heateorSssSharing, .heateor_sss_standard_follow_icons_container .heateorSssSharing {
    color: #032F48;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    margin-left: 10px;
    background-color: #aec90b!important;
}

a.link-footer{
  padding-left:8px;
    color: white;
    font-size: 12px;
}
a.link-footer:hover{
  color:#aec90b;
}



ul {
    list-style-image: none!important;
  list-style-type:none!important;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0px!important;
}

.breadcrumb{
     margin-left: 8px;
}

.dados_pessoais{
  padding-bottom: 20px;
}

.form_produtos{
   padding-bottom: 20px;
}

.wpcf7-checkbox {
  background-color: transparent!important;
 border: 0px solid #ced4da!important;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 12px;
 
}

.nav-tabs {
    border-bottom: 1px solid #dee2e600;
}

.wpcf7-checkbox {
    background-color: transparent!important;
    border: 0px solid #ced4da!important;
    display: grid;
  padding-bottom:230px;
}

table tr td{
  height:300px;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    padding: 5px;
}

table{
  background-color: #fdfdfd;
    background-clip: padding-box;
    border: 1px solid #abafb3;
}

.table-bordered td, .table-bordered th {
    border: 1px solid  #abafb3;
}

.orcamento-generalizado{
  height:300px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #00273d;
    background-color: #007bff00;
    border-color: #c0c90b00;
    border-bottom: 2px solid #aec90b;
}

a:hover{
  text-decoration:none!important;
}

.banner-sobre-verpakking{
  background-image:url(https://verpakking.pt/wp-content/uploads/2020/03/banner-porque-verpakking.png);
  background-size:cover;
  min-height:400px;
  background-position: center;
}

.inner-Banner-sobre-verpakking{
    padding: 20px;
    color: white;
    font-size: 25px;
}

.btn-draw-banner {
    position: relative;
  font-size:10px;
    display: inline-block;
    color: #032F48;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: 'GothamBold';
}

.cross-banner {

  font-size:12px!important;
   font-family: 'GothamBold';
  color:#032F48;

}

.btn-draw-banner:hover {
    color: #032F48;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
a:hover {
    text-decoration: none!important;
}

.card .product{
  border: 0px solid white!important;
}

.produto-home-top {
    font-family: 'GothamBold';
    color: #032F48;
    font-size: 24px;
}

.produto-home-bottom {
    font-family: 'GothamBold';
    font-size: 24px;
}

.elementor-widget-tabs .elementor-tab-content{
  padding:35px!important;
}

.elementor-widget-tabs .elementor-tab-content ul{
  list-style-type:circle!important;
}

.ilcc-cookie-consent-close {
    background-color: #afca0b;
    background-color: #afca0b;
    border-radius: 4px;
    border-radius: var(--ilcc-button-radius);
    padding: 1em 1.5em;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    color: #ffff;
    line-height: 1;
    font-size: .75rem;
    text-transform: uppercase;
    border: 0;
    outline: none;
}

.ilcc-cookie-consent-close:focus, .ilcc-cookie-consent-close:hover {
    background-color: #666;
    background-color: #fff;
    color: #fff;
    color: #afca0b;
    border: 2px solid #afca0b;
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #aec90b!important;
    color: white!important;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: white!important;
}

.mtsnb .mtsnb-text, .mtsnb .mtsnb-button, .mtsnb .mtsnb-text, .mtsnb input {
    margin: .2em .5em;
    color: #00273d!important;
  font-size: 13px!important;
}

.grecaptcha-badge {
    display: none;
}

.termsfeed-com---nb .cc-nb-main-container {
    padding: 3rem;
    background-color: white;
}

.termsfeed-com---palette-light .cc-nb-okagree {
    color: #fff;
    background-color: #aec90b;
}

.termsfeed-com---palette-light .cc-nb-reject {
    color: #fff;
    background-color: #fdfffd;
    color: #aec90b;
    border: 1px solid #aec90b;
}

.termsfeed-com---palette-light.termsfeed-com---nb {
    background-color: #ffffff;
    color: #111;
    margin: 2rem;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    display: none!important;
}

#CybotCookiebotDialogPoweredbyCybot {
    justify-content: flex-end;
    width: 175px;
    display: none!important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #aec90b!important;
    border-color: #aec90b!important;
    color: #ffffff!important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    background-color: transparent;
    border: 2px solid #aec90b!important;
    border-radius: 0.25em;
    color: #aec90b!important;
    display: block;
    font-weight: 600;
    padding: 1em;
    text-align: center;
    user-select: none;
    width: 100%;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #00273d!important;
    color: #00273d!important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    align-items: center;
    color: #aec90b!important;
    display: flex;
    font-weight: 600;
    text-decoration: none;
}

#CybotCookiebotDialogBodyLevelButtonCustomize{
	display:none!important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
	display:none!important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #aec90b!important;
    border-color: #aec90b!important;
    color: #FFFFFF;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    background-color: #FFFFFF;
    border-color: #aec90b!important;
    color: #aec90b!important;
    transition-delay: .3s;
}

/* Case Studies e Blog */
#comments{
display:none!important;
}

.post-main-image{
	height:490px;
	border-radius:0px!important;
}

.blog-title{
	font-size: 2.31rem!important;
	border-bottom:0px solid transparent!important;
}

.title-blog-header{
	display: flex;
    justify-content: space-between;
    margin-top: -30px;
	align-items: center;
}

.cat-badge{
	 height: 38px;
    font-size: 14px;
    text-transform: capitalize;
}

span.heateor_sss_svg svg{
 position:relative!important;
}

.heateor_sss_horizontal_sharing .heateor_sss_svg, .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    color: #cddc39;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    background-color: #1a3d51!important;
}

.social-share-btns{
	margin-top:10px;
}

.wp-block-button__link {
    color: #fff;
    background-color: #ffffff;
    border: 2px solid #cddc39;
    border-radius: 0px;
    color: #cddc39!important;
    width: 100%;
    box-shadow: none;
    display: inline-block;
    text-decoration: none;
    padding: calc(0.667em + 6px) calc(1.333em + 6px);
    font-size: 1em;
    font-weight: 700;
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.rpwwt-post-categories{
color: #8080809e;
}

.rpwwt-post-date{
 color: #aec90b;
}

.rpwwt-post-title{
	font-weight: 800;
}


#recent-posts-widget-with-thumbnails-3{
	    margin-top: 45px;
}

.blog-layout{
	padding-left: 5%;
    padding-right: 5%;
}

 .wpr-grid-item-title .inner-block a {
    color: #00273d!important;
    border-color: #e8e8e800;
    transition-duration: 0.2s;
    border-style: none;
    padding: 0px 0px 0px 0px;
    font-family: 'GothamBlack';
}

 .wpr-grid-item-date .inner-block > span {
    border-color: #cddc39;
    border-style: none;
    padding: 0px 0px 0px 0px;
    color: #b3bf3e;
}

.blog-title{
 font-family: 'GothamBlack';
 display:block!important;
}

.wpr-grid-item-add-to-cart .inner-block>a i, .wpr-grid-item-add-to-cart .inner-block>a span, .wpr-grid-item-read-more .inner-block>a i, .wpr-grid-item-read-more .inner-block>a span {
    position: relative;
    z-index: 2;
    opacity: 1;
    font-weight: 600;
    padding-top: 15px;
    display: block;
}

.wpr-grid-item-excerpt .inner-block p{
	padding-top: 5px;
}

li.white-text-footer-blue-1 {
    color: white!important;
    display: flex;
}

.case-studies-title-block:before{
    content: '';
    position: absolute;
    height: 3px;
    margin-top: 19px;
    width: 30px;
    left: 4px;
    background-color: #AEC90B;
}

.case-studies-title-block{
    font-size: 25px;
    font-family: 'GothamBlack';
    margin-left: 48px;
}

a.link-footer {
    padding-left: 10px;
    color: white;
    font-size: 12px;
    margin-top: -2px;
}

img.icon-link-footer{
	height:13px;
}

#isg-loading-image img {
    max-width: 20%;
    height: auto;
    display: inline-block!important;
    text-align: center;
}

.d-none{
	display:none;
}

.tags-links{
	display:none;
}
.single-post .blog-layout article .entry-footer{
	display:none;
}

.wpr-grid-media-wrap div.wpr-grid-image-wrap img.wpr-anim-timing-ease-default{
	 object-fit: cover;
    height: 300px;
    width: auto;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden;
    border-top: 2px solid #8080803d;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff!important;
    background-color: #00314d!important;
    border-color: #c0c90b00;
    border-bottom: 2px solid #aec90b;
    width: 100%;
}

.btn-draw {
    position: relative;
    display: inline-block;
    color: white;
   border-bottom: 2px solid #032F48;
    padding-bottom: 5px;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: 'GothamBold';
    background-color: #aec90b;
}

.btn-draw:hover {
    color: #aec90b;
    background-color: white;
    border-bottom: 2px solid #aec90b;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btn-draw:hover span.cross {
    color: #aec90b;
}

.btn-draw-banner {
    position: relative;
    font-size: 10px;
    display: inline-block;
    color: white!important;
	background-color:#032F48;
    border-bottom: 2px solid #aec90b;
     padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    overflow: hidden;
	padding-right: 17px;
    padding-left: 17px;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: 'GothamBold';
}

.wpr-grid-item-read-more .inner-block a {
    color: white!important;
	background-color:#032F48!important;
	border-bottom: 2px solid #aec90b!important;
     padding-bottom: 10px!important;
    padding-top: 10px!important;
    cursor: pointer!important;
    overflow: hidden;
	padding-right: 17px!important;
    padding-left: 17px!important;
    border-radius: 3px!important;
    -webkit-transition: 0.2s!important;
    transition: 0.2s!important;
    font-family: 'GothamBold';
	margin-top: 16px;
}

.wpr-grid-item-read-more .inner-block a:hover {
  color: #032F48 !important;
    background-color: #aec90b !important;
    border-bottom: 2px solid #032F48!important;
}

a.btn-draw-white-produto-homepage {
    color: white!important;
	background-color:#032F48!important;
	border-bottom: 2px solid #aec90b;
     padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    overflow: hidden;
	padding-right: 17px;
    padding-left: 17px;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: 'GothamBold';
}

a.btn-draw-white-produto-homepage:hover {
    color: #032F48!important;
	background-color:#aec90b!important;
	border-bottom: 2px solid #032F48;
     padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    overflow: hidden;
	padding-right: 17px;
    padding-left: 17px;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: 'GothamBold';
}

@media only screen and (max-width: 600px) {
    a.btn-draw-white-produto-homepage {
        color: #ffffff !important;
        font-size: 13px;
        position: relative;
        left: 0;
    }
}

@media only screen and (max-width: 768px) {
    a.btn-draw-white-produto-homepage {
        color: #ffffff !important;
        font-size: 13px;
        position: relative;
        left: 0;
    }
}

.wpr-grid-item-add-to-cart .inner-block>a i, .wpr-grid-item-add-to-cart .inner-block>a span, .wpr-grid-item-read-more .inner-block>a i, .wpr-grid-item-read-more .inner-block>a span {
    position: relative;
    z-index: 2;
    opacity: 1;
    font-weight: 600;
    padding-top: 0px;
    display: block;
    color: white;
    font-size: 12px;
}

input[type="submit"] {
    position: relative;
    display: inline-block;
    background-color: #00273d;
    color: #ffffff;
    border-bottom: 2px solid #aec90b;
    padding-bottom: 10px;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: 'GothamBold';
}

input[type="submit"]:hover {
    background-color: #aec90b;
    color: #00314d;
    border-bottom: 2px solid #00314d;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ffffff !important;
    width: 100%;
    background-color: red!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #00314d;
    background-color: #aec90b;
    border-color: #446679;
}

.form-orcamento {
    padding-bottom: 10px!important;
}
.blog-layout {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
}

@media (max-width: 767px) {
    .elementor-tabs .elementor-tab-content, .elementor-tabs .elementor-tab-title {
        font-family: 'GothamBook' !important;
		font-size:15px!important;
        border-top:  1px solid #8080803d!important;
    }
	
	.elementor-1407 .elementor-element.elementor-element-93718c0 .elementor-tab-content {
    color: #00273D;
    font-size: 14px !important;
}
	
	.elementor-1407 .elementor-element.elementor-element-93718c0 .elementor-tab-title.elementor-active, .elementor-1407 .elementor-element.elementor-element-93718c0 .elementor-tab-title.elementor-active a {
    color: #AEC90B;
    border-top: 1px solid #8080803d!important;
		
}
.elementor-1407 .elementor-element.elementor-element-93718c0 .elementor-tab-title, .elementor-1407 .elementor-element.elementor-element-93718c0 .elementor-tab-title a {
    color: #00273D;
    border-top: 1px solid #8080803d!important;
}
}/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2025 | 12:16:16 */
a .botao-white {
  color:white!important;
  cursor:pointer;

}

.border-botao-white{
    width: 230px;
   padding-bottom: 10px;
  border-bottom:2px solid white;
}

a {
  text-transform: uppercase;
  text-decoration: none;
}

.btn-draw {
  position: relative;
  display: inline-block;
  color: white;
  border-bottom: 2px solid #aec90b;
  padding-bottom:5px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition:0.2s;
  font-family:'GothamBold';
}
a.btn-draw-white {
  color:#032F48!important;
  cursor:pointer;

}

.btn-draw-white {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #032F48;
  padding-bottom:5px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition:0.2s;
    font-family:'GothamBold';
}

.btn-draw-white:hover {
  
  color: #032F48;
  border-bottom: 2px solid #aec90b;
  padding-bottom:10px;
-webkit-transition: 0.2s;
  transition:0.2s;
  
}

.btn-draw-white span.cross {
    color:#032F48;
    font-size: 24px;
    /* margin-top: 31px; */
    position: relative;
    top: 2px;
    left: 1px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
     transition:transform .8s ease-in-out;
}

/* .btn-draw:hover {
  
  color: white;
  border-bottom: 2px solid #aec90b;
-webkit-transition: 0.2s;
  transition:0.2s;
  
} */

span.cross {
    color: white;
    font-size: 24px;
    /* margin-top: 31px; */
    position: relative;
    top: 2px;
    left: 1px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
     transition:transform .8s ease-in-out;
}

 a span.cross:hover{
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
  color: #fff;
  text-decoration: none;
}

.custom-underline::after {
  content: "";
  position: absolute;
}

.box-d .custom-underline::after {
  top: 62.5%;
  height: 2px;
  width: 90%;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.6);
    transition: 0.3s ease all .1s;
}

.box-d:hover .custom-underline::after {
  top: 67.5%;
    transition: 0.4s ease all;
}

.bton {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #91C9FF;
  outline: none;
  transition: 1s ease-in-out;
}

svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.bton:hover {
  transition: 1s ease-in-out;
  background: #4F95DA;
}

.bton:hover svg {
  stroke-dashoffset: -480;
}

.bton span {
  color: white;
  font-size: 18px;
  font-weight: 100;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 24 2020 | 17:26:58 */
@font-face {
	font-family: 'GothamBlack';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack.eot);
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack.svg#GothamBlack) format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'GothamThin';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Thin.eot);
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Thin.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Thin.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Thin.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Thin.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Thin.svg#Gotham-Thin) format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'GothamThinitalic';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-ThinItalic.eot);
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-ThinItalic.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-ThinItalic.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-ThinItalic.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-ThinItalic.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-ThinItalic.svg#Gotham-ThinItalic) format('svg');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'GothamBold';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold.eot);
	src: url(//verpakking.pt/wp-content/uploads/custom-css-js/GothamBold.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold.svg#GothamBold) format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBookitalic';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook-Italic.eot);
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook-Italic.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook-Italic.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook-Italic.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook-Italic.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook-Italic.svg#GothamBook-Italic) format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'GothamBlack';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack_1.eot);
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack_1.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack_1.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack_1.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack_1.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack_1.svg#GothamBlack) format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBook';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook.eot);
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBook.svg#GothamBook) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBold';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Bold.eot);
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Bold.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Bold.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Bold.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Bold.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Bold.svg#Gotham-Bold) format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBlack';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack-Italic.eot);
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack-Italic.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack-Italic.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack-Italic.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack-Italic.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBlack-Italic.svg#GothamBlack-Italic) format('svg');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'GothamBook';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Book.eot);
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Book.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Book.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Book.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Book.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/Gotham-Book.svg#Gotham-Book) format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBolditalic';
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold-Italic.eot);
	src: url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold-Italic.eot?#iefix) format('embedded-opentype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold-Italic.woff2) format('woff2'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold-Italic.woff) format('woff'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold-Italic.ttf) format('truetype'),
		url(https://verpakking.hugomaiadesign.com/wp-content/uploads/2020/01/GothamBold-Italic.svg#GothamBold-Italic) format('svg');
	font-weight: bold;
	font-style: italic;
}