@charset "UTF-8";
/*
Theme Name: Minalba
Theme URI: http://www.minalba.com.br
Author: Gasoline Digital - @GasolineDigital
Author URI: http://www.gasoline-digital.com
Version: 1.0
Text Domain: gd.minalba.institutional.theme
*/

/* CSS Document */

/*
 *	Commons Styles
 */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,html{font-size: 15px;}

a{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}

.h5, h5 {
    font-size: 1.069rem;
}

*:focus { outline: none; }

/*Small Screen*/
@media (max-width: 767px){
    body,html{font-size: 14px;}
    h1{font-size: 2.575rem;}
}

@media (min-width: 667px) and (max-width: 767px) {
	.container { max-width: 631px;}
}

@media (min-width: 600px) and (max-width: 768px) {
	.wp-block-column{
		margin-left: 0px !important;
    	margin-right: 0px !important;
    	padding-left: 15px !important;
    	padding-right: 15px !important;		
	}
}


.break{width: 100%; height: 1px; display: block; clear: both;}

.mt-10, .my-10 {
    margin-top: 6rem!important;
}

.container-clean{ padding-left: 0px !important; padding-right: 0px  !important;  }


@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}  
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}


@-webkit-keyframes bgRight {
    from { background-position-x: 200%;  }
      to { background-position-x: 100%; }
}  
@keyframes bgRight {
    from { background-position-x: 200%;  }
      to { background-position-x: 100%; }
}

@-webkit-keyframes svg-animation {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes svg-animation {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes svg-animation {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes svg-animation {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}


h1{line-height: 1.1;}
h3{font-weight: 600; margin-bottom: 0.7rem; }
h6{ font-size: 0.733rem; line-height: 1.3; }
p{line-height: 1.5;}

select.chosen-map {margin-bottom: 30px;}

select.chosen-select, select.chosen-map, select.chosen-selectX {
    width: 100%;
    font-size: 0.85rem;
    border-radius: 0px;
    font-weight: 600;
    color: var(--blue);
    background: transparent;
    border: 0px;
    border-bottom: 2px solid var(--blue);
    padding-bottom: 15px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 15px;
}


form.submit_form .form-error{
	border: 1px solid red;
}

form.submit_form .form-loading-icon{position: relative; width: 30px; height: 30px; margin: auto; text-align: center;  background-color: var(--blue);  -webkit-mask: url(imgs/icon_m_animated.svg); mask-image: url(imgs/icon_m_animated.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }
form.submit_form .form-return{display: none;}
form.submit_form .form-return .form-loading{display: none;}
form.submit_form .form-return .form-alert{display: none;}

/*
 *	// Commons Styles
 */

/*
 *	Structure
 */

/* Header */
header{position: relative; z-index: 31; clear: both;}
header .fixed-navbar{position: relative; font-size: 10px; color:var(--blue); text-transform: uppercase; font-weight: bolder; height: 30px; line-height: 30px; font-family: 'Ubuntu'; display: none; background-color: var(--white);}
header .fixed-navbar ul, header .fixed-navbar ul li{margin: 0px; padding: 0px; list-style: none;}
header .fixed-navbar ul{display: inline-block;}
header .fixed-navbar ul li{ display: inline; }
header .fixed-navbar ul.navigation{float: left; padding-right: .5rem; padding-left: .5rem; }
header .fixed-navbar ul.navigation li{line-height: 30px;}
header .fixed-navbar ul.navigation a{margin-right: 30px; line-height: 30px; display: inline-block; font-size: 0.600rem;}
header .fixed-navbar ul.navigation a.btn-arrow:before{ height: 8px; width: 9px; top:49%;}

header .fixed-navbar ul.language{float: right; position: relative; overflow: hidden;  height: 30px;  padding-left: .5rem; }
header .fixed-navbar ul.language li {padding-right: 3px; padding-left: 3px;}
header .fixed-navbar ul.language li button{color: var(--blue); text-decoration: none; font-weight: normal; opacity: 0.9;}
header .fixed-navbar ul.language li.active button{font-weight: bolder; opacity: 1;}
header .fixed-navbar ul.language li.active button:before{content: "\00a0"; margin-right: 5px; text-rendering: auto; -webkit-font-smoothing: antialiased; width: 12px; height: 12px; -webkit-mask: url(imgs/icon_language.svg); mask-image: url(imgs/icon_language.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; display: inline-block; position: relative; background: var(--blue); top: 9px; }
header .fixed-navbar ul.language li button:hover{color: var(--cyan-light);}
header .fixed-navbar ul.language li:last-child{ padding-right: 0px; border-right: 0px; }

header .fixed-navbar ul.user-logged{float: right; position: relative;  height: 30px;  padding-left: .5rem; margin-left: 30px; }
header .fixed-navbar ul.user-logged li {padding-right: 3px; padding-left: 3px; font-weight: normal; line-height: 30px;}
header .fixed-navbar ul.user-logged li, header .fixed-navbar ul.user-logged li a{color: var(--blue); text-decoration: none; opacity: 0.9;}
header .fixed-navbar ul.user-logged li a.btn-arrow{ margin-left:3px; line-height: 30px; display: inline-block; font-size: 0.600rem;} 
header .fixed-navbar ul.user-logged li.active a{font-weight: bolder; opacity: 1;}
header .fixed-navbar ul.user-logged li.active a:before{content: "\00a0"; margin-right: 5px; text-rendering: auto; -webkit-font-smoothing: antialiased; width: 12px; height: 12px; -webkit-mask: url(imgs/icon_language.svg); mask-image: url(imgs/icon_language.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; display: inline-block; position: relative; background: var(--blue); top: 9px; }
header .fixed-navbar ul.user-logged li a:hover{color: var(--cyan-light);}
header .fixed-navbar ul.user-logged li:last-child{ padding-right: 0px; border-right: 0px; }
header .fixed-navbar ul.user-logged a.btn-arrow:before{ height: 8px; width: 9px; top:49%;}
header .fixed-navbar ul.user-logged li.sep{border-right: 1px #b1ded3 solid; padding-right: 8px; }

@media (min-width: 992px){
    header .fixed-navbar{display: block;}
}
    
body.menu-solid header .navbar-minalba{background-color: var(--blue);}
body.menu-blue header .navbar-minalba a{color:var(--blue);}  
body.menu-blue header .navbar-minalba .nav-item:hover:after, body.menu-blue header .navbar-minalba .nav-item.active:hover:after{  background-color: rgba(41, 56, 150,0.4) !important; } 
body.menu-blue header .navbar-minalba .nav-item.active:after{ background-color: rgba(41, 56, 150,0.8) !important; }
body.menu-blue header .navbar-minalba .navbar-toggler-icon{background-color: var(--blue);}
body.menu-blue header .navbar-minalba .dropdown-toggle:after{background-color: var(--blue) !important;}
body.menu-blue header .navbar-minalba a.open-pop-search{background-color: var(--blue);}
body.menu-blue header .navbar-minalba .navbar-brand a.navbar-brand-item{background-color: var(--blue);}

header .navbar-minalba{-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: absolute; left: 0px; width: 100%;}
header .navbar-minalba.nav-fixed{position: fixed; width: 100%; top: 0px; background-color: var(--blue);}
header .navbar-minalba.nav-fixed  .navbar-nav > a{color:var(--white) !important;}
body header .navbar-minalba.nav-fixed .navbar-toggler-icon{background-color: var(--white) !important;}
body header .navbar-minalba.nav-fixed .navbar-nav a.dropdown-toggle:after{background-color: var(--white) !important;}
header .navbar-minalba.nav-fixed .navbar-nav a.open-pop-search{background-color: var(--white) !important;}
header .navbar-minalba.nav-fixed .navbar-nav.navbar-brand a.navbar-brand-item{background-color: var(--white) !important;}
header .navbar-minalba.nav-fixed .navbar-nav .nav-item > a{color: var(--white) !important;}


header .navbar-minalba, header .navbar-minalba a{color:var(--white); font-family: 'Ubuntu'; font-weight: bolder; font-size: 0.933rem;}
header .navbar-minalba .navbar-brand img{ max-width: 190px; width: 100%; }
header .navbar-minalba .navbar-brand{ width: 45%; margin: 0; text-align: center; padding-top: 1px; }
header .navbar-minalba .navbar-brand a.navbar-brand-item{display: block; margin:auto; max-width: 151px; min-width: 151px; margin-top:1px; width: 100%; height: 60px; background-color: var(--white); -webkit-mask-size: contain !important; mask-size: contain !important; -webkit-mask-repeat: no-repeat !important; mask-repeat: no-repeat !important; -webkit-mask-position:center; mask-position:center;  }
header .navbar-minalba .navbar-brand li{width: 100%; height: 100%; display: block;}

header .navbar-minalba.navbar-minalba-version .navbar-toggler-icon{margin-top: 0px;}
header .navbar-minalba.navbar-minalba-version .navbar-brand-version{ height: 36px; }
header .navbar-minalba.navbar-minalba-version .navbar-brand-version img{width: 37px; height: 24px;}
header .navbar-minalba.navbar-minalba-version .navbar-brand-business{height: 36px; width: calc(100% - 150px); text-align: left; }
header .navbar-minalba.navbar-minalba-version .navbar-brand-business img{ max-height: 36px; width: auto; padding-left: 15px; padding-right: 15px;} 

header .navbar-minalba .dropdown-toggle{display: block;}
header .navbar-minalba .dropdown-toggle:after{content: ""; margin-left: 10px; text-rendering: auto; -webkit-font-smoothing: antialiased; width: 12px; height: 7px; -webkit-mask: url(imgs/bt_seta_dropdown_azul.svg); mask-image: url(imgs/bt_seta_dropdown_azul.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; display: inline-block; position: relative; background: var(--white); top: 3px; border:0px; background: var(--white) !important; }
header .navbar-minalba .dropdown-menu{-webkit-box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.51);-moz-box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.51);box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.51); border:0px; border-radius: 0px; top:calc(100% - 4px); left: -15px;}
header .navbar-minalba .dropdown-menu a{font-size: .875rem; font-weight: normal; color: var(--blue);}
header .navbar-minalba .dropdown-menu a:hover{color:var(--cyan-light); background-color: initial;}
header .navbar-minalba .nav-item{position: relative;}
header .navbar-minalba .navbar-toggler{padding: 0px; font-size: 1.5rem;}
header .navbar-minalba .navbar-toggler-icon{
	mask-image: url("imgs/icon_menu.svg");
	-webkit-mask-image:url("imgs/icon_menu.svg");
	background-color: var(--white);
	-webkit-mask-repeat:no-repeat;
	mask-repeat:no-repeat;
	-webkit-mask-position:center;
	mask-position:center;
	margin-top: -12px;

}
header .navbar-minalba .navbar-search i{font-size: 1.7rem; margin-right: 2px;}
header .navbar-minalba .collapse-nav-itens{display: none; overflow: auto; width: 96%; height: 100vh; top:0px; left: -100%; position: fixed; background: var(--white); z-index: 90; -webkit-box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.51); -moz-box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.51); box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.51);  }
header .navbar-minalba .collapse-nav-itens ul.nav-bar, header .navbar-minalba .collapse-nav-itens ul.nav-bar li, header .navbar-minalba .collapse-nav-itens ul.nav-bar li a{margin: 0px; padding: 0px; list-style: none;}
header .navbar-minalba .collapse-nav-itens ul.nav-bar a{font-size: 1.125rem; font-weight: 500; color: var(--blue);}
header .navbar-minalba .collapse-nav-itens ul.nav-bar a:hover{color:var(--cyan-light);}
header .navbar-minalba .collapse-nav-itens ul.nav-bar{width: calc(100% - 40px); margin: auto; margin-top: 20px;}
header .navbar-minalba .collapse-nav-itens ul.nav-bar li{line-height: 45px; border-bottom: 1px solid #d5d5d5;}
/* header .navbar-minalba .collapse-nav-itens ul.nav-bar li.active a{color: var(--orange);} */
header .navbar-minalba .collapse-nav-itens ul.nav-bar li.sub a{font-weight: 300;}
header .navbar-minalba .collapse-nav-itens .nav-services{ width: 28px; height: 28px; color: var(--blue); margin-top: 20px; margin-left: 20px; float: left;  -webkit-mask: url(imgs/bt_fechar.svg); mask-image: url(imgs/bt_fechar.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;	 background-color: var(--blue); cursor: pointer;}



header .navbar-minalba .collapse-nav-itens ul.language{position: relative;  height: 30px; margin: 0px; padding: 0px; margin-left: 15px; margin-top: 30px; }
header .navbar-minalba .collapse-nav-itens ul.language li {padding-right: 10px; padding-left: 10px; border-right: 1px solid var(--blue); display: inline-block;}
header .navbar-minalba .collapse-nav-itens ul.language li a{color: var(--blue); text-decoration: none; font-weight: normal; opacity: 0.9;}
header .navbar-minalba .collapse-nav-itens ul.language li.active a{font-weight: bolder; opacity: 1;}
header .navbar-minalba .collapse-nav-itens ul.language li.active a:before{content: "\00a0"; margin-right: 10px; text-rendering: auto; -webkit-font-smoothing: antialiased; width: 12px; height: 12px; -webkit-mask: url(imgs/icon_language.svg); mask-image: url(imgs/icon_language.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; display: inline-block; position: relative; background: var(--blue); top: 4px; }
header .navbar-minalba .collapse-nav-itens ul.language li a:hover{color: var(--cyan-light);}
header .navbar-minalba .collapse-nav-itens ul.language li:last-child{ padding-right: 0px; border-right: 0px; }
header .navbar-minalba .collapse-nav-itens ul.language li:first-child{padding-left: 0px;}
header .navbar-minalba a.open-pop-search{ margin-top: -12px; width: 25px; height: 25px; position: relative; background-color: var(--white);  -webkit-mask: url(imgs/icon_buscar_azul.svg); mask-image: url(imgs/icon_buscar_azul.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }

@media (min-width: 667px) and (max-width:  1024px) and (orientation:landscape){
    .navbar-minalba-version > .container{ max-width: initial; }
}


@media(max-width: 991px){
    header .navbar-minalba.navbar-minalba-version{     
        background: rgb(41,56,150)  !important; /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(41,56,150,1) 0%, rgba(41,56,150,1) 120px, rgba(255,255,255,1) 120px, rgba(255,255,255,1) 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(41,56,150,1) 0%,rgba(41,56,150,1) 120px,rgba(255,255,255,1) 120px,rgba(255,255,255,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(41,56,150,1) 0%,rgba(41,56,150,1) 120px,rgba(255,255,255,1) 120px,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293896', endColorstr='#ffffff',GradientType=1 ) !important; /* IE6-9 */
    }   
    header .navbar-minalba.navbar-minalba-version a.open-pop-search{
        margin-top: 0px;
        background-color: var(--blue);        
    } 
    
    header .navbar-minalba.nav-fixed.navbar-minalba-version .navbar-nav a.open-pop-search{
      background-color: var(--blue) !important;          
    }    
}

@media (min-width: 992px){	
    header .navbar-minalba{padding: .3rem 1rem; min-height: 80px; width: 100%; position: fixed; left: 0px; top: 30px;}
    header .navbar-minalba .nav-item{margin-left: 15px;}
    header .navbar-minalba .nav-item:first-child{ margin-left: 0px; }
    header .navbar-minalba .nav-item:last-child{ margin-right: 0px; }
    header .navbar-minalba .navbar-search{display: none;}
    header .navbar-minalba .navbar-brand img{max-height: 55px; width: auto;}	


	header .navbar-minalba .nav-item:after{content: " ";  position: absolute; display: block;width: calc(100% - 10px); margin:auto; left: 5px;  height: 0px; background-color: rgba(255, 255, 255,0.3) !important; bottom: 0.275rem; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; z-index: -1; }
	header .navbar-minalba .nav-item.dropdown:after{width:calc(100% - 31px);}

	header .navbar-minalba .nav-item:hover:after, header .navbar-minalba .nav-item.active:hover:after{ height: 0.875rem; z-index: -1; background-color: rgba(255, 255, 255,0.3) !important;}
	header .navbar-minalba .nav-item.active:after{ height: 0.09rem; background-color:rgba(255,255,255,0.8) !important; }


	header .navbar-minalba .nav-item.no-hover:after{display: none !important; }	

	header .navbar-minalba a.open-pop-search{margin-top: initial; width: 20px; height: 20px;}

    header .navbar-minalba.navbar-minalba-version .navbar-brand-version{ display: none; }
    header .navbar-minalba.navbar-minalba-version .navbar-brand-business{ display: none; }    
    header .navbar-minalba.navbar-minalba-version .navbar-toggler-icon{margin-top: -12px;}
    /*header .navbar-minalba.navbar-minalba-version a.open-pop-search{margin-top: -12px;}*/
}

@media (max-width: 1024px){	
    header .navbar-minalba .navbar-brand{ width: 40%; min-width: 190px; margin: 0; }
	header .navbar-minalba  .navbar-nav-left .nav-item{margin-left: 0px;}
    header .navbar-minalba .nav-item:first-child{ margin-left: 0px; }
    header .navbar-minalba .nav-item:last-child{ margin-right: 0px; }
}

.pop-search{ background: var(--blue); position: fixed; width: 100%; height: 100%; top: 0px; right: -100%; display: none; z-index:99; }
.pop-search .container{ position: relative; width: 100%; height: 100%; }
.pop-search .container .col-12{ position: relative; width: 100%; height: 100%; }
.pop-search form{
	position: absolute;
    display: block;
    width: 70%;
    text-align: center;
    min-height: 100px;
    align-items: center;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-55%);
}
.pop-search input[type="text"]{
	width: 100%;
	margin: auto;
	line-height: 50px;
	height: 50px;
	margin:0px;
	padding: 0px;
	padding-left: 20px; 
	padding-right: 20px;
	background: transparent;
	border-radius: 5px;
	border: 2px solid var(--white);
	font-size: 1.125rem;
	color: rgba(255,255,255,0.6);
}

.pop-search input[type="text"]::placeholder{
	color: rgba(255,255,255,0.6);	
}


.pop-search input[type="text"]:focus{
	color: rgba(255,255,255,1);	
}



.pop-search button[type="submit"]{
	margin-top: 15px;
}


.pop-search #close-pop-search{
	color: var(--white);
	font-size: 2.5rem;
	font-weight: 500;
	position: absolute;
	right: 15px;
	top : 25px;
	width: 28px;
	height: 28px;
	display: block;
    -webkit-mask: url(imgs/bt_fechar.svg);
    mask-image: url(imgs/bt_fechar.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;	
    background-color: var(--white);
    z-index: 10;
}

@media (min-width: 992px){
	.pop-search #close-pop-search{
		top : 55px;
	}	

	header.header-fixed ~ .pop-search #close-pop-search{
		top : 25px;
	}
}

/* Footer */
section.contato{position: relative; color: var(--white); text-align: center; background-color: var(--blue); }
section.contato h3{margin-top: 20px; margin-bottom: 20px;}
section.contato h5{font-size: 1.25rem; margin-bottom: 0px; margin-top: 10px; line-height: 1.75rem;}
main section.contato{ margin-bottom: 0px;  }
@media (max-width: 992px){
	section.contato{padding-bottom: 30px; padding-top: 30px; width: 92%; margin-bottom: 20px;}
}

@media (min-width: 992px){
	section.contato{padding-top: 60px; padding-bottom: 60px; }
    section.contato.push{top: -104px !important; margin-bottom: -104px; z-index:10; }
}



/*
body.interna footer{margin-top: 60px;}
@media (min-width: 992px){	
	body.interna footer{margin-top: 104px;}
}*/

footer{margin-top: 75px; position: relative; z-index: 9;}

footer ul.language{ margin:0px; padding:0px; position: relative; overflow: hidden;  list-style: none; display: inline; }
footer ul.language li {padding-right: 3px; padding-left: 3px; display: inline;}
footer ul.language li button{color: var(--blue); text-decoration: none; font-weight: normal; opacity: 0.9; font-size: 10px;}
footer ul.language li.active button{font-weight: bolder; opacity: 1;}
footer ul.language li.active button:before{content: "\00a0"; margin-right: 5px; bottom: 0px; text-rendering: auto; -webkit-font-smoothing: antialiased; width: 12px; height: 12px; -webkit-mask: url(imgs/icon_language.svg); mask-image: url(imgs/icon_language.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; display: inline-block; position: relative; background: var(--blue); }
footer ul.language li button:hover{color: var(--cyan-light);}
footer ul.language li:last-child{ padding-right: 0px; border-right: 0px; }



footer .navbar-left .nav-item, footer .navbar-left .nav-item a{font-size: 0.800rem; color: var(--blue); font-weight: 600;}
footer .nav-item a:hover{ color: var(--cyan-light); text-decoration: none;}

footer .nav-item, footer .nav-item{ margin-right: 15px;	}
footer .nav-item{display: block; margin-top: 20px; margin-bottom: 20px;}

@media (max-width: 992px){
	footer .nav-item:first-child{margin-top: 0px;}
	footer .nav-bar{
		-moz-column-count: 2;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 20px;
	    column-count: 2;
	    column-gap: 20px;		
	}
	footer .navbar-left{ border-bottom: 1px solid var(--gray-light); padding-bottom: 25px; margin-bottom: 20px;}
}



@media (min-width: 992px){
	footer .navbar-left{ width: 100%; text-align: center; }	
	footer .navbar-right{width: 100%; text-align: center;}
	footer .navbar-right .nav-item:last-child{margin-right: -15px; margin-left: 0px;}
	footer .nav-item{display: inline-block; margin-top: 0px; margin-bottom: 0px;}
	footer .nav-item:first-child{margin-left: -15px;}
	footer .nav-item:last-child{margin-right: 0px;}
    footer.space-bottom{padding-bottom: 61px;}
}


@media (min-width: 1200px){
	footer .navbar-left{float: left; width: auto; text-align: left;}	
	footer .navbar-right{float: right;  width: auto; text-align: left; }
}



footer .footer-bar{position: relative; width: 100%; clear: both; font-size: 10px; color: var(--white);  background:var(--blue); margin-top: 10px;  font-weight: 100;   }
footer .footer-bar b{font-weight: bold;}
footer a.btn-arrow{text-transform: uppercase; font-size: 0.619rem; font-weight: 700; font-family: 'Ubuntu'; }
footer .footer-bar img{margin-top: -3px;}

@media (max-width: 992px){
	footer .footer-bar{padding-top: 50px; padding-bottom: 10px; clear: both;}
	footer .footer-bar .text-left{ text-align: center !important; margin-bottom: 7px; }	
	footer .footer-bar .text-right { text-align: center !important; }	
	footer .footer-bar .text-center{ position: absolute; top: 18px; width: 100%; left: 0px; }	
}
@media (min-width: 992px){
	
	footer .footer-bar{margin-top: 60px; height: 52px; line-height: 52px; overflow: hidden;}
	footer .footer-bar .row{margin-right: -30px; margin-left: -30px;}
}

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


/* Main */

.sub-nav-solo{ height: 53px; margin-top: 49px; position: absolute; width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a5a5a5+0,dbdbdb+2,efefef+10,ffffff+76 */
background: rgb(165,165,165); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(165,165,165,1) 0%, rgba(219,219,219,1) 2%, rgba(239,239,239,1) 10%, rgba(255,255,255,1) 76%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(165,165,165,1) 0%,rgba(219,219,219,1) 2%,rgba(239,239,239,1) 10%,rgba(255,255,255,1) 76%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(165,165,165,1) 0%,rgba(219,219,219,1) 2%,rgba(239,239,239,1) 10%,rgba(255,255,255,1) 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
     top: 0px;
     z-index:20; 
}
.sub-nav-solo.fixed{ position: fixed; top: 0px; width: 100%; margin-top: 0px; }

.sub-nav-solo select.chosen-selectX{ padding-left: 10px; }
.sub-nav-solo select.chosen-selectX option{ font-size: 0.875rem; }


.sub-nav-solo .chosen-container{ position: absolute; bottom: 0px; left: 15px; top: 0px; }
.sub-nav-solo .chosen-single{ color: var(--blue); border: 0px; border-bottom: 2px solid var(--blue); border-radius: 0px;   min-width: 200px; width: 100%; background:var(--gray-light); font-size: 1.250rem; line-height: 1.5rem; height: 1.5rem; padding-bottom: 35px;  -webkit-box-shadow: none; box-shadow: none;}
.sub-nav-solo .chosen-drop { background:var(--blue); font-size: 1.125rem; line-height: 1.250rem; border:0px; }
.sub-nav-solo .chosen-results{color: var(--blue);  padding: 0px; margin: 0px;}
.sub-nav-solo .chosen-results li{padding-top: 15px; padding-bottom: 15px; color: #fff;}
.sub-nav-solo .chosen-results li.highlighted{ padding-left: 30px; padding-right: 30px; color: var(--blue);  color: var(--blue); background: var(--white); }


@media(max-width: 992px){
    .sub-nav-solo:before{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10.0px 5px 0 5px;
        border-color: #c4c4c4 transparent transparent transparent;
        line-height: 0px;
        _border-color: #c4c4c4 #000000 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        content: ' ';
        position: absolute;
        right: 15px;
        top: calc(50% - 5px) ;

    }    
}

@media (min-width: 667px){
    .sub-nav-solo select.chosen-selectX{ height: 38px; }
} 

@media (min-width: 768px){
    .sub-nav-solo .chosen-container {
        position: absolute;
        bottom: 0px;
        left: 0px;
        top: 0px;
    }

    .sub-nav-solo .chosen-single{
        height: 3.5rem;
        line-height: 3.5rem;
    }

    .chosen-container-single .chosen-single div {
        top: 1rem;
    }    
}

main{position: relative; width: 100%; display: block;}
main > p{display: none;}
body.without-banner main{padding-top: 110px;}
main.interna{padding-top: 77vh;}
main.interna.reduced{padding-top: calc(512px - 20vh);}

@media (min-width:420px) and (min-height: 326px) and  (max-width:768px) and (orientation: landscape){
	main.interna{padding-top: calc(512px - 25vh);}
}

@media (min-height: 489px){
	main.interna{padding-top: 72vh;}
	body.object-marcas main.interna{padding-top: 78vh;}
	body.object-seja-um-parceiro main.interna{padding-top: 78vh;}
	main.interna.reduced{padding-top: 72vh;}
}
@media (min-width: 992px){
	main.interna{padding-top: 70vh;}
	main.interna.reduced{padding-top: 60vh;}
}

main .page-wrapper{width: 100%; position: relative; display: block; padding-top: 65px; padding-bottom: 65px; z-index:3; }

main .page-wrappe + p{display: none;}
main .page-wrapper.space-flat{padding-top: 32px; padding-bottom: 32px;}
main .page-wrapper.space-none{padding-top: 10px; padding-bottom: 25px;}

main .page-wrapper .page-title{  margin-bottom: 45px;}
main .page-wrapper .page-title h2{margin: 0px; padding:0px;}
main .page-wrapper .page-content{ font-size:  0.875rem; }
main .page-wrapper .page-content h4{margin-bottom: 50px;}
main.interna-form .page-wrapper .page-content h4{margin-bottom: 15px;}
main .page-wrapper .page-content img{ max-width: 100%; width: auto; height: auto; }
main .page-wrapper .page-content p.large, main .page-wrapper .page-content p.has-large-font-size{font-size: 1rem;}
main .page-wrapper .page-content p.huge, main .page-wrapper .page-content p.has-huge-font-size{font-size: 1.5rem;}


main .page-wrapper:last-child{ padding-bottom: 42px; }


main.interna > .page-wrapper-with-menu{ padding-top: 120px;}
main .page-wrapper-with-menu{width: 100%; position: relative; display: block; padding-bottom: 150px; overflow-x: hidden;   }
main .page-wrapper-with-menu.space-wrapper-fluid{padding-bottom: 0px !important;}
main .page-wrapper-with-menu .with-menu{z-index: 4;}
main .page-wrapper-with-menu .with-menu .sticky{-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: fixed; top: 140px; }
main .page-wrapper-with-menu .with-menu .combo{ padding-top: 30px; }

main .page-wrapper-with-menu .with-menu .combo .chosen-container{ position: absolute; bottom: 0px; left: 15px; top: 0px; }
main .page-wrapper-with-menu .with-menu .combo .chosen-single{ color: var(--blue); border: 0px; border-bottom: 2px solid var(--blue); border-radius: 0px;	min-width: 200px; width: 100%; background:var(--gray-light); font-size: 1.250rem; line-height: 1.5rem; height: 1.5rem; padding-bottom: 35px;  -webkit-box-shadow: none; box-shadow: none;}
main .page-wrapper-with-menu .with-menu .combo .chosen-drop { background:var(--blue); font-size: 1.125rem; line-height: 1.250rem; border:0px; }
main .page-wrapper-with-menu .with-menu .combo .chosen-results{color: var(--blue);  padding: 0px; margin: 0px;}
main .page-wrapper-with-menu .with-menu .combo .chosen-results li{padding-top: 15px; padding-bottom: 15px; color: #fff;}
main .page-wrapper-with-menu .with-menu .combo .chosen-results li.highlighted{ padding-left: 30px; padding-right: 30px; color: var(--blue);  color: var(--blue); background: var(--white); }


main .page-wrapper-with-menu .with-menu .stamp{ width: 100%;  max-width: 200px; max-height: 200px; position: relative;  z-index: 3; background:var(--white); text-align: center; display: flex; align-items: flex-start; justify-content: center; border-width: 5px; border-style: solid;}	    
main .page-wrapper-with-menu .with-menu .stamp:before{ content: ""; display: block; margin-top: 100%;}
main .page-wrapper-with-menu .with-menu .stamp img{max-width: 80%; height: auto; max-height: 130px; width: auto; align-self: center;}
main .page-wrapper-with-menu .with-menu .nav{position: relative; margin-top: 40px;}
main .page-wrapper-with-menu .with-menu .nav li{display: block; width: 100%; margin-top: 13px; margin-bottom: 13px; position: relative;}
/*main .page-wrapper-with-menu .with-menu .nav li.active:after{content:" "; width: 20px; height: 24px; background: var(--orange); display: block; position: absolute; top: -2px; margin: .125rem 0 0; left:-10px; border-top-right-radius: 100%; border-bottom-right-radius: 100%;  overflow: hidden; clip: rect(0px,20px,100px,10px); -webkit-animation: fadeIn 0.5s; -webkit-animation-fill-mode: forwards;  animation: fadeIn 0.5s; animation-fill-mode: forwards;}
main .page-wrapper-with-menu .with-menu .nav li.active:after{content:" "; width: 7px; height: 24px; background: var(--orange); display: block; position: absolute; top: -2px; margin: .125rem 0 0; left:0px;  overflow: hidden;  -webkit-animation: fadeIn 0.5s; -webkit-animation-fill-mode: forwards;  animation: fadeIn 0.5s; animation-fill-mode: forwards;}*/
main .page-wrapper-with-menu .with-menu .nav li.active a:after{content: " "; width: calc(100% + 12px ); height: 2px; opacity: 1; background: var(--orange); display: block; position: absolute; bottom: -.500rem; overflow: hidden; }
main .page-wrapper-with-menu .with-menu .nav li a:after{ content: " "; width: calc(100% + 12px ); height: 0px; opacity: 0.3; background: var(--orange); display: block; position: absolute; bottom: -.500rem; overflow: hidden; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; z-index: -1; }
main .page-wrapper-with-menu .with-menu .nav li a:hover:after{
    content: " ";
    width: calc(100% + 12px );
    height: 15px;
    opacity: 0.3;
    background: var(--orange);
    display: block;
    position: absolute;
    bottom: -0.500rem;
    overflow: hidden;
}
main .page-wrapper-with-menu .with-menu .nav a{font-size: 0.875rem; position: relative; font-family: 'Ubuntu'; font-weight: bold; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
main .page-wrapper-with-menu .with-menu .nav a:hover{text-decoration: none;}
main .page-wrapper-with-menu .with-menu .sub-nav-collapsed{ margin-bottom: 50px; position: relative; display: block; height: 180px;}
main .page-wrapper-with-menu .with-menu .sub-nav-collapsed .sub-stamp{ width: calc(100% - 30px); left: 15px; clear: both; position: absolute; top: 0px;  padding-top: 15px; padding-bottom: 15px;  z-index: 3; background:var(--white); text-align: center; display: flex; align-items: flex-start; justify-content: center; border-width: 2px; border-style: solid;}	    
main .page-wrapper-with-menu .with-menu .sub-nav-collapsed .sub-stamp img{max-width: 80%; height: auto; max-height: 90px; width: auto; align-self: center;}
main .page-wrapper-with-menu .with-menu .sub-nav-collapsed .sub-nav{ position: absolute; bottom: -10px; width: calc(100% - 30px); left: 15px; }
main .page-wrapper-with-menu .with-menu .sub-nav-collapsed .sub-nav select{width: 100%; font-size: 0.85rem; border-radius: 0px; font-weight: 900; color: #000; background: transparent; border: 0px; border-bottom: 2px solid #000; padding-bottom: 15px; text-transform: uppercase; cursor: pointer; margin-top: 15px;}

main .page-wrapper-with-menu .with-content{position: relative;  z-index: 3;  font-size:  0.875rem; } /* TODO: propriedade width estava com erro e foi removida. Caso isso cause problemas, retornar para o estado anterior*/
main .page-wrapper-with-menu .with-content .block-content{ width: 100%; position: relative; margin: auto;}
main .page-wrapper-with-menu .with-content .banner{ width: 100%; position: relative; min-height: 0px; height: auto;  margin-bottom: 67px; }
main .page-wrapper-with-menu .with-content .banner img{ clip-path: none; position: relative; width: 100%; height: auto;} 
main .page-wrapper-with-menu .with-content .banner-space{width: 100%; height: 0px; display: block;}

main .page-wrapper-with-menu .with-content h1{margin-bottom: 45px;}
main .page-wrapper-with-menu .with-content p{margin-top: 0px; margin-bottom: 35px;}
main .page-wrapper-with-menu .with-content p:last-child{margin-bottom: 0px;}
main .page-wrapper-with-menu .with-content p.large, main .page-wrapper-with-menu .with-content p.has-large-font-size{font-size: 1rem;}
main .page-wrapper-with-menu .with-content h4{margin-bottom: 2rem;}
main .page-wrapper-with-menu .with-content table{min-width: 55%;}
main .page-wrapper-with-menu .with-content .container > img{max-width: 100%; max-height: 100%; width: 100%; height: auto;}
main .page-wrapper-with-menu .with-content .container .wp-block-image img{height: auto;}
main .page-wrapper-with-menu .with-content .container div img:not(.page-header-img):only-child{}
main .page-wrapper-with-menu .with-content .container .row>div{ justify-content: center; align-self: center;}

@media (min-width: 768px){
	main .page-wrapper-with-menu .with-menu .sub-nav-collapsed{ margin-bottom: 50px; position: relative; display: block; height: auto;}
	main .page-wrapper-with-menu .with-menu .sub-nav-collapsed .sub-nav{float: left; position: absolute; bottom: 50%; left: 0px; width: calc(100% - 150px);}
	main .page-wrapper-with-menu .with-menu .sub-nav-collapsed .sub-stamp{float: right; width: 150px;  position: relative; left: 0px; }
}



@media (min-width: 768px){
	main.interna > .page-wrapper-with-menu{ padding-top: 80px; }
	main .page-wrapper{width: 100%; position: relative; display: block; padding-top: 85px; padding-bottom: 85px; }
	main .page-wrapper.space-flat{padding-top: 42px; padding-bottom: 42px;}
	main .page-wrapper.space-none{padding-top: 15px; padding-bottom: 15px;}	
}

@media (min-width: 992px){
	main.interna > .page-wrapper-with-menu{ padding-top: 80px; margin-top: 30px;}
	

	main .page-wrapper-with-menu .shares{position: fixed;  top: 140px;  z-index: 10; text-align: center; width: 30px; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}
	main .page-wrapper-with-menu .shares a{ display: block; margin: auto; text-align: center; font-size: 1.125rem; margin-bottom: 30px;  }	

	main .page-wrapper.space-top{margin-top: calc(-85px * 2); padding-top: 170px;}
	main .page-wrapper-with-menu .with-content .block-content{ width: calc(100% - 50px); margin: 0px;}	
	main .page-wrapper-with-menu .with-content .block-share{ float: right; width: 45px; }

	main .page-wrapper-with-menu .nav-space{width: 100%; height: 35px; margin-bottom: 29px; max-width: 130px; border-bottom: 1px solid var(--cyan-light);}
	main .page-wrapper-with-menu .with-menu .tag{
    font-size: 0.600rem;
    text-transform: uppercase;
    position: absolute;
    margin-top: 30px;
    text-indent: 5px;		
	}

	main .page-wrapper-with-menu .with-menu .stamp{ max-width: 130px;}
	main .page-wrapper-with-menu .with-menu .nav{max-width: 130px;}

	main .page-wrapper-with-menu .nav-space ~ .tag{margin-top: -10px;} 
	main .page-wrapper-with-menu .nav-space ~ .nav{margin-top: 10px;} 


}

@media (min-width: 1200px){
	main.interna > .page-wrapper-with-menu{ padding-top: 80px; }
	main .page-wrapper-with-menu .nav-space ~ .tag{margin-top: -10px;} 
	main .page-wrapper-with-menu .nav-space ~ .nav{margin-top: 10px;} 

	main .page-wrapper-with-menu .nav-space{ max-width: 160px; }
	main .page-wrapper-with-menu .with-menu .stamp{ max-width: 160px;}
	main .page-wrapper-with-menu .with-menu .nav{max-width: 160px;}

}



/*
 *	// Structure
 */


/*
 *	Elements
margin-top: calc(-74 * 0.30vw);
 */


.content-block-4 .image-size{  }
main .page-wrapper{width: 100%; position: relative; display: block; padding-top: 65px; padding-bottom: 65px; z-index:3; }



.destaque-home{ width: 100%; height: 100vh; position: relative;  z-index: 0;  overflow: hidden; max-height:750px; }	
.destaque-home .lSSlideOuter{width: 100%;}
.destaque-home ul{list-style: none; position: relative; margin: 0px; padding: 0px;}
.destaque-home li{list-style: none; position: relative; overflow: hidden;}
.destaque-home li{height: 100vh; background-position: right bottom; background-repeat: no-repeat; background-size: 50%; min-height: 600px;}
.destaque-home .sliderContent{
	position: relative;
	height: auto;
}
.destaque-home .image img{ width: 100%; }

.destaque-home .image{position: absolute; bottom: -100vh; width: calc(100% - 30px);}


.destaque-home .texted{width: calc(100% - 30px); text-align: center; margin: auto; position: absolute; top: calc(85 * 0.20vh); -webkit-animation: fadeIn 1s; -webkit-animation-fill-mode: forwards;  animation: fadeIn 1s; animation-fill-mode: forwards; -webkit-animation-delay: 1s; animation-delay: 1s; opacity: 0; z-index:8;}
.destaque-home .texted p{font-weight: 300;}

.destaque-home h1{line-height: 1.1; margin-bottom: 0.800rem;}

@media (min-width: 321px){
	.destaque-home{ min-height: 600px;}
}

/* iPhone 5 & 5S in landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
	.destaque-home{ min-height: initial;}
	.destaque-home .image img{ display:none;}
	.destaque-home .texted{
	  top: initial;
	  bottom: -90vh;
	}  
	
	.destaques-box h4 {
		line-height: 6vh !important;
	}  
	
	.box-produtos .sliderProdutosHome {
		height: 95vh !important;
	}
	
	.box-produtos .sliderProdutosHome .texted{
		height: 95vh !important;
	}	
	
	.banner02, .banner02 .row, .banner02 .row .col-lg-6 {
		height: 120vh !important;
	}	
	
	.banner02 .container:after{
		background-color: rgba(0,0,0,0.3) !important;
	}
}

@media (min-height: 750px){
	.destaque-home .image{ bottom: -755px; }
}


@media (min-width: 576px) and (max-width: 767px){	
	.destaque-home{ height: 200vh; }
	.destaque-home li{height: 200vh;}
	.destaque-home .image{position: absolute; bottom: -200vh; width: calc(100% - 30px);}
	.destaque-home .image img{ width: 80%;}
	.destaque-home .texted{ top: calc(85 * 0.40vh); }
    
}

@media (min-width: 992px){
	.destaque-home .image{position: absolute; bottom: -100vh; width: calc(50% - 30px); left:50%; margin-left: calc(calc(-50% - 30px)/2);}
	.destaque-home li{background-position: 200% bottom; background-repeat: no-repeat; background-size: 30%; -webkit-animation: bgRight 0.5s; -webkit-animation-fill-mode: forwards;  animation: bgRight 0.5s; animation-fill-mode: forwards; -webkit-animation-delay: 1s; animation-delay: 1s;}	
}	


/* ----------- iPad Pro ----------- */
/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.destaque-home .image{position: absolute; bottom: -90vh; width: calc(50% - 30px); left:50%; margin-left: calc(calc(-50% - 30px)/2);}
}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.destaque-home .image{position: absolute; bottom: -50vh; width: calc(50% - 30px); left:50%; margin-left: calc(calc(-50% - 30px)/2);}
}
/* // ----------- iPad Pro ----------- */



@media (min-width: 1024px) and (orientation:portrait){
	.destaque-home{height: 50vh;}
	.destaque-home li{height: 50vh;  background-size: initial;}
	.destaque-home .texted{ top: calc(85 * 0.10vh); }
}	


@media (min-width: 1200px){	
	.destaque-home{height: 90vh;}
	.destaque-home li{height: 90vh;  background-size: 21%;}
	.destaque-home .sliderContent{
		position: relative;
		display: flex;
	    justify-content: center;
	    flex-direction: row;
	    align-items: flex-start;
	    width: 100%;
	    margin: 7% auto;
	    min-height: 30%;  
	    height: auto;  
	}
	.destaque-home .texted{ width: 33%; flex-direction: row; justify-content: left;  text-align: left; margin: initial; top: initial; position: relative; margin-top: 10%;}	
	.destaque-home .image{ width: 67%; flex-direction: row; justify-content: center; position: relative; bottom: initial; left: initial; margin-left: initial;}	
	.destaque-home .image img{margin-left: -18%; max-width: 86%;}
}

@media (min-height: 1024px){
	/*.destaque-home {max-height: 700px;}
	.destaque-home li{max-height: 700px;}*/
}	


.destaques-box{ margin-bottom: 0px; margin-top: 15px; background-color: var(--white); position: relative; color: var(--blue); text-align: left; font-weight: bolder; }
.destaques-box h4{display: inline-block; margin-left: 8vh; margin-bottom: 0px; line-height: 4vh; font-weight: 600;}
.destaques-box .img{ position: absolute; min-height: 5vh; top: 50%; transform: translateY(-50%); width: 6vh; display: inline-block; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background-color:var(--blue);     -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.destaques-box .item{padding:15px; min-height: 7vh; border-top: 1px solid var(--cyan-light);}
.destaques-box .item:first-child{border:0px;}
.destaques-box a{ color:var(--blue); text-decoration: none; }
.destaques-box a:hover .img{background-color:var(--cyan-light);}
.destaques-box a:hover{ color:var(--cyan-light);}

@media (min-width: 576px) and (max-width: 767px){	 
	.destaques-box{ margin-top: 15px; }
	.destaques-box .img{ min-height: 10vh; width: 12vh; }
	.destaques-box .item{min-height: 14vh;}
	.destaques-box h4{margin-left: 16vh; line-height: 8vh;}    
}

@media (min-width: 992px){
	.destaques-box{ margin-top: 0px; }
	.destaques-box .img{ max-width: 20%; height: 80%; float: left;  } 
	.destaques-box h4{float: right; width: 70%; margin-left: 5%; margin-top: 5px; margin-bottom: 0px; line-height: initial;}
	.destaques-box{margin-bottom: 150px; margin-top: -8%; -webkit-box-shadow: 2px 5px 10px -2px rgba(0,0,0,0.30);-moz-box-shadow: 2px 5px 10px -2px rgba(0,0,0,0.30);box-shadow: 2px 5px 10px -2px rgba(0,0,0,0.30); }
	.destaques-box .item{ min-height: 170px; border-top: 0px; border-left: 1px solid var(--cyan-light); padding: 28px; height: auto;}
	.destaques-box .img{ transform: initial; top: initial; max-height: 50px; height: 50%; display: block; margin-bottom: 15px; width: auto; float: initial; max-width: initial; position: relative;}
	.destaques-box h4{float: none; width: 100%; margin-left: 0%; margin-top: 0px; }
}

.banner01{position: relative; }
.banner01 .col-image{position: relative;}
.banner01 .col-lg-6 .aligment{padding-top: 50px; padding-bottom: 50px;}
@media (min-width: 992px){
	.banner01{ min-height: 600px;}
	.banner01 .row,.banner01 .col-lg-6{height: 100%; min-height: 600px;}
	.banner01 .col-image img, .banner01 .col-image object{position: absolute; height: 121%; width: auto; left: 0px; top:-10%; }
	.banner01 .col-lg-6 .aligment{
		top: 50%;
	    position: absolute;
    	transform: translateY(-50%);
    	width: calc(100% - 130px);
    	padding: 0px;
	}
}

.box-produtos{ position: relative; margin-top: 30px; margin-bottom: 30px;}
.box-produtos .sliderProdutosHome{position: relative;  }

.box-produtos .sliderProdutosHome li.lslide{position: relative;}
.box-produtos .sliderProdutosHome .texted{position: relative; color: var(--white); width: 100%; }
.box-produtos .sliderProdutosHome .texted p{font-weight: 100;}

.box-produtos .sliderProdutosHome .lSAction>a{background:none; color: var(--blue); font-size: 2.250rem;}
.box-produtos .sliderProdutosHome .lSAction>.lSPrev{left: 15px; -webkit-mask: url(imgs/bt_seta_esquerda_azul.svg); mask-image: url(imgs/bt_seta_esquerda_azul.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background: var(--blue);}
.box-produtos .sliderProdutosHome .lSAction>.lSNext{right: 15px;  -webkit-mask: url(imgs/bt_seta_direita_azul.svg); mask-image: url(imgs/bt_seta_direita_azul.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background: var(--blue);}





.box-produtos .sliderProdutosHome .lSSlideOuter .lSPager.lSpg{margin-top: -5px; position: relative; top: -7vh;}
.box-produtos .sliderProdutosHome .lSSlideOuter .lSPager.lSpg>li a{background: transparent; border:1px solid var(--white); border-radius: 0px; width:24px; height: 6px;}
.box-produtos .sliderProdutosHome .lSSlideOuter .lSPager.lSpg>li.active a,.box-produtos .sliderProdutosHome .lSSlideOuter .lSPager.lSpg>li:hover a{background: var(--white);}

.box-produtos .sliderMenuMarcas img{width: auto; height: 100%;}
.box-produtos .sliderMenuMarcas>div{ text-align: center; border-bottom: 1px solid var(--cyan-light); padding-bottom: 15px;}
.box-produtos .sliderMenuMarcas>div:not(.col-lg-1):hover:before, .box-produtos .sliderMenuMarcas>div:not(.col-lg-1).check:before{
	content: " ";
    width: 54px;
    height: 18px;
    background: var(--cyan);
    display: block;
    position: absolute;
    top: calc(100% - 9px);
    margin: .125rem 0 0;
    left: calc(50% - 30px);
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    overflow: hidden;
    clip: rect(0px,100px,7px,0px);
    -webkit-animation: fadeIn 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation: fadeIn 0.5s;
    animation-fill-mode: forwards;	
}

@media (max-width: 992px){
	.box-produtos .sliderProdutosHome{height: 80vh;}
	.box-produtos .sliderProdutosHome .texted{height: 80vh;}
	.box-produtos .sliderProdutosHome .texted .vertical-align{top:initial; bottom: 7vh; top:30vh; position:absolute; transform: translateX(-50%); width: 72%; left: 50%; margin: auto; text-align: center;}
	.box-produtos .sliderProdutosHome .product{position: absolute; width: 100%; top: 4vh;  }
	.box-produtos .sliderProdutosHome .product img{height: 22vh; }	
}


@media (min-width: 768px) and (max-width: 992px){
	.box-produtos .sliderProdutosHome{height: 70vh;}
	.box-produtos .sliderProdutosHome .texted{height: 70vh;}
	.box-produtos .sliderProdutosHome .product{position: absolute; width: 100%; top: 3vh;  }
	.box-produtos .sliderProdutosHome .texted .vertical-align{bottom:11vh; width: 90%;}
	.box-produtos .sliderProdutosHome .product img{height: 25vh;}
}


@media (min-width: 992px){
	.box-produtos .sliderProdutosHome .lSSlideOuter .lSPager.lSpg{margin-top: -5px; position: relative; top: -10vh;}

	.box-produtos .sliderProdutosHome .lSAction>.lSPrev{left: 0px;}
	.box-produtos .sliderProdutosHome .lSAction>.lSNext{right: 0px;}


	.box-produtos{ position: relative; margin-top: 180px; margin-bottom: 95px;}
	.box-produtos .sliderProdutosHome{margin-bottom: 68px;  left: -15px; width: calc(100% + 15px); height: 53vh;}
	.box-produtos .sliderProdutosHome .lSSlideWrapper{ padding-left: 7%; width: 107%; }
	.box-produtos .sliderProdutosHome .texted{height: 53vh; padding-left: 60px; width: 62%; float: left; padding-right: 25%;  position: relative; color: var(--white); }
	.box-produtos .sliderProdutosHome .vertical-align{width: 55%; text-align: left; padding: 0px; left: initial;}
	.box-produtos .sliderProdutosHome .product{position: relative; width: 38%; float: right; height: 100%; height: 53vh; margin-top: 1vh;  }
	.box-produtos .sliderProdutosHome .product img{left: -18%; position: absolute; top: 50%; transform: translateY(-50%); height: 95%;  }

	.box-produtos .sliderMenuMarcas>div{text-align: center; position: relative;display: flex; justify-content: center; /* align horizontal */ align-items: center; /* align vertical */}
	.box-produtos .sliderMenuMarcas img{width: 70%; height: auto; margin: auto; max-height: 100px;}
	.box-produtos .sliderMenuMarcas a{display: block; vertical-align: middle;}

	.box-produtos .sliderMenuMarcas>div:not(.col-lg-1):hover:before, .box-produtos .sliderMenuMarcas>div:not(.col-lg-1).check:before{ width: 70%; left: 50%; transform: translateX(-50%); height: 4px; clip: initial; top: calc(100% - 6px); }

}

    


.banner02{ width: 100%; position: relative; color: var(--white); background-position: center center; background-repeat: no-repeat; margin-bottom: 85px;}
.banner02.crop{margin-bottom: 0px;}
.banner02.crop ~ section.contato{top: -60px !important; margin-bottom:-60px; }
.banner02.half-size{z-index: 10;}
.banner02.half-size .container{top:100%; transform: translateY(-50%); position: relative; margin-top: -10%;}
.banner02.half-size.crop ~ section.contato{top: 0px;}

.banner02 p{margin-top: 30px; font-weight: 100; margin-bottom: 30px;}	
.banner02 h6{font-weight: 400;}
.banner02.content-center .vertical-align{text-align: center;}
.banner02.dark{color: #000;}

@media (max-width: 992px){
	.banner02, .banner02 .row, .banner02 .row .col-lg-6{height: 70vh;}	
	.banner02.half-size, .banner02.half-size .row, .banner02.half-size .row .col-lg-6{height: 55vh;}	
	.banner02.half-size ~ .page-wrapper{padding-top: 30vh; padding-bottom: 100px;}


	.banner02{background-position: 22% center; background-size: cover;}
	.banner02 .vertical-align{ z-index: 2; width: calc(100% - 20%); margin: auto; left: calc(50%); transform: translate(-50%, -50%); top:45%;}
	.banner02 .container:after{
		content:" ";
		width: 100%;
		position: absolute;
		background-color: rgba(0,0,0,0);
		height: 100%;
		left: 0px;
		top: 0px;
		z-index:1;
	}



}

@media (max-width: 992px) and (min-width: 768px){
	.banner02, .banner02 .row, .banner02 .row .col-lg-6{height: 65vh;}		
}



@media (min-width: 992px){	
	.banner02{background-size: cover;}
	.banner02, .banner02 .row, .banner02 .row .col-lg-6{height: 86vh;}	
	.banner02.half-size, .banner02.half-size .row, .banner02.half-size .row .col-lg-6{height: 65vh;}	
	.banner02.half-size ~ .page-wrapper{padding-top: 35vh; padding-bottom: 100px;}

	.banner02 .vertical-align{margin-left: 15%; width: calc(100% - 20%); top: calc(50% - 53px);}
	.banner02.crop ~ section.contato{top: -104px !important; margin-bottom: -104px; }
}	

@media (min-width: 992px) and (orientation:portrait){
	.banner02, .banner02 .row, .banner02 .row .col-lg-6{height: 48vh;}	
	.banner02.half-size, .banner02.half-size .row, .banner02.half-size .row .col-lg-6{height: 25vh;}	
	.banner02.half-size ~ .page-wrapper{padding-top: 18vh; padding-bottom: 100px;}


}	

@media (min-width: 992px) and (min-height:  1024px) and (orientation:landscape){
	.banner02, .banner02 .row, .banner02 .row .col-lg-6{height: 64vh;}	
	.banner02.half-size, .banner02.half-size .row, .banner02.half-size .row .col-lg-6{height: 45vh;}	
	.banner02.half-size ~ .page-wrapper{padding-top: 30vh; padding-bottom: 100px;}	

}	


@media (min-width: 1400px){
	.banner02, .banner02 .row, .banner02 .row .col-lg-6{height: 78vh;}	
	.banner02.half-size, .banner02.half-size .row, .banner02.half-size .row .col-lg-6{height: 55vh;}		
	.banner02.half-size ~ .page-wrapper{padding-top: 35vh; padding-bottom: 100px;}

}


.banner03{ width: 100%; position: relative; color: var(--white);  margin-bottom: 85px;}
.banner03 .container{background-position: center center; background-repeat: no-repeat;}
.banner03.crop{margin-bottom: 0px;}
.banner03.crop ~ section.contato{top: -60px; margin-bottom:-60px;}
.banner03.half-size{z-index: 10;}
.banner03.half-size.crop ~ section.contato{top: 0px;}

.banner03 p{margin-top: 30px; font-weight: 100; margin-bottom: 30px;}	
.banner03 h6{font-weight: 400;}
.banner03.content-center .vertical-align{text-align: center;}
.banner03.dark{color: #000;}





@media (max-width: 992px){
	.banner03, .banner03 .row, .banner03 .row .col-lg-6{height: 78vh;}	
	.banner03.half-size, .banner03.half-size .row, .banner03.half-size .row .col-lg-6{height: 45vh;}	

	.banner03 .container{background-position: 22% center; background-size: cover; max-width: initial;}
	.banner03 .container:after{
		content:" ";
		width: 100%;
		position: absolute;
		background-color: rgba(0,0,0,0.25);
		height: 100%;
		left: 0px;
		top: 0px;
		z-index:1;
	}
	.banner03 .vertical-align{ z-index: 2; width: calc(100% - 10%); margin: auto;}


}


@media (min-width: 992px){	
	.banner03 .container{background-size: cover;}
	.banner03, .banner03 .row, .banner03 .row .col-lg-6{height: 86vh;}	
	.banner03.half-size, .banner03.half-size .row, .banner03.half-size .row .col-lg-6{height: 65vh;}	
	.banner03.half-size ~ .page-wrapper{padding-top: 35vh; padding-bottom: 130px;}
	/*.banner03.half-size .container{top:100%; transform: translateY(-50%); position: relative; margin-top: -10%;}*/
	
	.banner03.half-size .container{top:0%; transform: none; position: relative; margin-top: 0%;}
	.banner03 .vertical-align{margin-left: 15%; width: calc(100% - 20%);}
	.banner03.crop ~ section.contato{top: -104px; margin-bottom: -104px;}
	.banner03.crop{margin-bottom: -15%;}
}	

@media (min-width: 992px) and (orientation:portrait){
	.banner03, .banner03 .row, .banner03 .row .col-lg-6{height: 48vh;}	
	.banner03.half-size, .banner03.half-size .row, .banner03.half-size .row .col-lg-6{height: 25vh;}	
	.banner03.half-size ~ .page-wrapper{padding-top: 18vh; padding-bottom: 130px;}


}	

@media (min-width: 992px) and (min-height:  1024px) and (orientation:landscape){
	.banner03, .banner03 .row, .banner03 .row .col-lg-6{height: 64vh;}	
	.banner03.half-size, .banner03.half-size .row, .banner03.half-size .row .col-lg-6{height: 45vh;}	
	.banner03.half-size ~ .page-wrapper{padding-top: 30vh; padding-bottom: 130px;}	

}	


@media (min-width: 1400px){
	.banner03, .banner03 .row, .banner03 .row .col-lg-6{height: 78vh;}	
	.banner03.half-size, .banner03.half-size .row, .banner03.half-size .row .col-lg-6{height: 55vh;}		
	.banner03.half-size ~ .page-wrapper{padding-top: 35vh; padding-bottom: 130px;}

}

.object-marcas .banner-area .image-default img{ display: block; }
.object-seja-um-parceiro .banner-area .image-default img{ display: block; }
body.menu-solid .banner-area{ top: 0px !important; }
.banner-area{position: absolute; top: -20vh; left: 0px;   height: 95vh; min-height: 512px; width: 100%; background:#000; background-repeat: no-repeat; background-position: bottom right; background-size: 0px; z-index: 4;}
.banner-area.full-size{height: 95vh;}
.banner-area.bg-area{background-position: 85% 115%;}


.banner-area p{font-weight: 100;}
.banner-area .container{position: relative; width: 100%; height: 100%; background-repeat: no-repeat; background-position: bottom right; background-size: 100%;}
.banner-area .container .vertical-align{  color: var(--white); text-align: center; width: calc(95% - 30px); left:calc(15px + 2%); top:calc(50% + 15vh);}
.banner-area.with-image .container .vertical-align{  color: var(--white); text-align: center; width: calc(95% - 30px); left:calc(15px + 2%); top:calc(50% + 1vh);}

.banner-area .container a{color: var(--white);}
body.menu-blue .banner-area .container a{color: var(--blue); background-color: var(--blue);}

.banner-area .image-default{ width: calc(100% - 30px); height: auto; position: absolute; bottom: 0%; z-index: 4; left: 15px; }
.banner-area .image-default img{height: auto; max-width: 100%; max-height: 30vh; position: relative; left: 50%; transform: translateX(-50%); min-height: 180px;}
  
.banner-area.non-regular .image-default{ width: 90%; height: auto; position: absolute; bottom: -2%; left: 5%; z-index: 4; }
.banner-area.non-regular .image-default img{height: auto; width: auto; position: relative;}

body main.interna.reduced .banner-area{overflow: hidden;}

@media (min-width:420px) and (min-height: 320px) and  (max-width:768px) and (orientation: landscape){
	.banner-area{ background-size: 0px; }
	.banner-area .container a.btn-arrow-down{ top: 100vh; left: 0px; }

	.banner-area.non-regular .image-default{ width: 70%;  bottom: -5%; left: 15%;}	
	.banner-area .container .vertical-align{  top:50%; }
	.banner-area .image-default img{display: none;}
}

@media (min-width: 768px){	
	.banner-area{background-size: contain; }
	.banner-area .container .vertical-align{ margin-top: -4vh; top:50%; }
	.banner-area.bg-full{background-size: auto 48%;}
	.banner-area .image-default {left: 0;  right: 0;  width: calc(100% - 30px); left: 15px;}
	.banner-area .image-default img{ max-height: 35vh; width: auto; margin-left: 0%;     left: 50%; transform: translateX(-50%);}
	.banner-area.non-regular .image-default img{height: auto; width: 100%; position: relative;}
}


@media (min-width: 768px) and  (max-width: 992px){		
	body.object-marcas .banner-area.non-regular .image-default img{height: auto; width: auto; position: relative;}
	body.object-seja-um-parceiro .banner-area.non-regular .image-default img{height: auto; width: auto; position: relative;}
}

@media (min-width: 992px){	
	.banner-area{height: 80vh; background-size: auto 60%;}
	.banner-area.full-size{height: 95vh;}
	.banner-area.bg-full{background-size: auto 65%;}
	.banner-area .container{ background-repeat: no-repeat; background-position: bottom right; background-size: 50%; }
	.banner-area .container .vertical-align{  width: 33%; margin-top: 7vh; margin-left: -15px; text-align: left; top:55%;}
	.banner-area.with-image .container .vertical-align{  width: 33%; margin-top: 7vh; margin-left: -15px; text-align: left; top: calc(53% + 1vh);}
	.banner-area.without-image .container .vertical-align{margin-top: 5vh;}	
	.banner-area.text-size-full  .container .vertical-align{  width: 60%; margin-top: 5vh; margin-left: -15px; text-align: left;}
	.banner-area .image-default{ width: 60%; height: auto; position: absolute; bottom: 0%; left: 38%;  max-height: 100%; text-align: left; padding: 0px; }
	.banner-area .image-default img{ max-height: 50vh; width: auto; margin-left: 0%;     left: 50%; transform: translateX(-30%);}
	.banner-area .image-default img.horizontally{  max-width: 100%; transform: translateX(-50%); }

	.banner-area.non-regular .image-default{ width: 60%; height: auto; position: absolute; bottom: -12%; left: 38%; }
	.banner-area.non-regular .image-default img{height: auto; width: 80%; position: relative; max-height: initial; }
}	

@media (min-width: 1200px){	
	.banner-area.without-image .container .vertical-align{margin-top: 10vh;}	
	.banner-area .container .vertical-align{ width: 33%; margin-top: 5vh; margin-left: -15px; text-align: left; top:50%;} 
	.banner-area.text-size-full  .container .vertical-align{  margin-top: 10vh; margin-left: -15px;}	
}

/* INTERNET EXPLORER */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
	#sao-lourenco-banner{
		height: 100vh !important;
		font-size: 10vw;
		position:relative;
	}
}

#sao-lourenco-banner{
	font-size: 10vw;
	position:relative;
}


body.menu-solid .banner-area-split{ top: 80px !important; }
.banner-area-split{top: -20vh; left: 0px;  height: 100%; min-height: 100vh; width: 100%; background:var(--white); z-index: 3;}
.banner-area-split~div{margin-top: 37vh;}
.banner-area-split h2{margin-top: 10px; margin-bottom: 10px;}
.banner-area-split .container-fluid{position: relative; width: 100%; height: 100%; }
.banner-area-split .container-fluid>.row, .banner-area-split .container-fluid>.row>div{ height: 100%; position: relative; }
.banner-area-split .container-fluid>.row>div{ height: 50%; position: relative; }
.banner-area-split .container-fluid .vertical-align{  color: var(--white); text-align: center; width: calc(95% - 30px); }
.banner-area-split .container-fluid .vertical-align.new-stamp{padding-top: 30%;}

.banner-area-split .container-fluid a{color: var(--white);}
.banner-area-split .container-fluid .col-left,
	.banner-area-split .container-fluid .col-right{ background-position: center center; background-repeat: no-repeat; background-size: contain; }

.banner-area-split .stamp{ width: 100px; height: 100px; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);  z-index: 3; background:var(--white); text-align: center; display: flex; align-items: flex-start; justify-content: center; border-width: 5px; border-style: solid;}	    
.banner-area-split .stamp img{max-width: 80%; height: auto; max-height: 80%; width: auto; align-self: center;}
.banner-area-split .stamp-business{width: 100px; height: 100px; position: absolute; top: 15%; left: 50%; transform: translateX(-50%) translateY(-50%);  z-index: 3; background:var(--white); text-align: center; display: flex; align-items: flex-start; justify-content: center; border-width: 5px; border-style: solid;}
.banner-area-split .stamp-business img{max-width: 80%; height: auto; max-height: 80%; width: auto; align-self: center;}

@media (max-width: 768px){
	.banner-area-split .container-fluid>.row>div{ background-size: cover !important; }
}		


@media (min-width: 768px){		
	body.menu-solid .banner-area-split{ top: 0px !important; }
	.banner-area-split{height: 90vh;}
	.banner-area-split .container-fluid>.row, .banner-area-split .container-fluid>.row>div{ height: 100%; position: relative; }
	.banner-area-split .container-fluid .vertical-align{  width: 55%;  text-align: center; left: 50%; transform: translateX(-50%) translateY(-50%); margin-top: -8vh; }
	.banner-area-split h2{margin-top: 25px; margin-bottom: 25px;}
	.banner-area-split~div{margin-top: 22vh;}
	.banner-area-split .stamp{ width: 150px; height: 150px; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);  z-index: 3; background:var(--white); text-align: center; display: flex; align-items: flex-start; justify-content: center; border-width: 5px; border-style: solid;}	    
	.banner-area-split .stamp img{max-width: 80%; height: auto; max-height: 80%; width: auto; align-self: center;}
}

@media (min-width: 992px){	
	.banner-area-split{height: 100%;}
	.banner-area-split~div{margin-top: 18vh;}
	.banner-area-split .container-fluid .vertical-align{  width: 50%; }
	body.menu-solid .banner-area-split~div{margin-top: 38vh;}
	.banner-area-split .stamp{ width: 200px; height: 200px;}
	
	.banner-area-split .container-fluid .vertical-align.new-stamp{padding-top: 30%;}
	.banner-area-split .stamp-business{width: 160px; height: 160px; position: absolute; top: 25%; left: 50%; transform: translateX(-50%) translateY(-50%);  z-index: 3; background:var(--white); text-align: center; display: flex; align-items: flex-start; justify-content: center; border-width: 5px; border-style: solid;}
	.banner-area-split .stamp-business img{max-width: 80%; height: auto; max-height: 80%; width: auto; align-self: center;}
}	

@media (min-width: 1024px){	
	.banner-area-split .container-fluid .vertical-align.new-stamp{padding-top: 30%;}
	.banner-area-split .stamp-business{width: 160px; height: 160px; position: absolute; top: 15%; left: 50%; transform: translateX(-50%) translateY(-50%);  z-index: 3; background:var(--white); text-align: center; display: flex; align-items: flex-start; justify-content: center; border-width: 5px; border-style: solid;}
	.banner-area-split .stamp-business img{max-width: 80%; height: auto; max-height: 80%; width: auto; align-self: center;}
}

@media (min-width: 1224px){	
	.banner-area-split .container-fluid .vertical-align.new-stamp{padding-top: 30%;}
	.banner-area-split .stamp-business{width: 160px; height: 160px; position: absolute; top: 25%; left: 50%; transform: translateX(-50%) translateY(-50%);  z-index: 3; background:var(--white); text-align: center; display: flex; align-items: flex-start; justify-content: center; border-width: 5px; border-style: solid;}
	.banner-area-split .stamp-business img{max-width: 80%; height: auto; max-height: 80%; width: auto; align-self: center;}
}

.box-icons{ position: relative; text-align: center; margin-top: 60px; }
.box-icons img{ max-width: 80%; width: auto; height: auto; margin: auto; margin-bottom: 10px;}
.box-icons h2{font-family: "Pluto"; font-size: 1.850rem; margin-top: 15px;}
.box-icons p{font-family: "Ubuntu"; font-size: 0.725rem; font-weight: bold;}
@media (min-width: 992px){	
	.box-icons{ margin-top: 0px; }
}


.box-split-prev{padding-bottom: calc(17.5vh + 50px) !important;}
.box-split-next{padding-top: calc(17.5vh + 50px) !important;}	    
.box-split{ position: relative;  margin-top: -17.5vh;  margin-bottom: -12.5vh; z-index: 4; }
.box-split.without-strech{ margin: auto; }
.box-split .container{  height: 100%;  background-repeat: no-repeat; background-position: left bottom;  padding-top: 60px; padding-bottom: 55px; }
.box-split h1,
	.box-split h2,
	.box-split h3,
	.box-split h4,
	.box-split h5,			
	.box-split h6,
	.box-split p{color:var(--white);}

@media (min-width: 768px){	
	.box-split .container{ 
	    padding-left: 90px;
	    padding-right: 90px;
	    background-image:url('imgs/icon_m_branco_caixas_p.svg');
	}
}


@media (min-width: 992px){	
	.box-split .container{ 
	    padding-left: 90px;
	    padding-right: 90px;
	}
}


.grid-marcas{position: relative; margin-top: 15px;}
.grid-marcas div{position: relative; text-align: center; margin-top: 15px; margin-bottom: 15px;}
/*.grid-marcas div>a{position: relative; width: 100%; height: 100%; display: block; min-height: 30vh; display: flex; text-align: center; flex-direction: column;}*/
.grid-marcas div>a{position: relative; width: 100%; height: 0; padding-top: calc(50% - 30px); padding-bottom: 15px;  display: flex; text-align: center;     align-items: flex-end;    justify-content: center; border:7px solid var(--white); color: rgba(41, 56, 150, 0);}
.grid-marcas div>a.btn-arrow:before{content:""; display:none;}
.grid-marcas div>a>img{ max-width: 65%; max-height: 65%; margin: auto; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
.grid-marcas div>a:hover{text-decoration: none; border:7px solid var(--blue); color: rgba(41, 56, 150, 1); }
/*.grid-marcas div span{position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); }*/
@media (min-width: 768px){	
	.grid-marcas div>a{ padding-top: calc(100% - 30px); }
}

.grid-produtos-item img{
	width:auto !important;
	max-width: 100% !important;
	height:auto !important;
	max-height: 100% !important;
}

.grid-produtos{position: relative; margin-top: calc(-10vh);  margin-bottom: calc(-10vh);}
.grid-produtos .grid-produtos-item{position: relative; text-align: center; min-height: 110px; height: 20vh; /*background:var(--white);  margin-top: calc(10vh + 15px); */ margin-bottom: calc(15vh + 15px); }
body main .grid-produtos .grid-produtos-item img,
	main .page-wrapper-with-menu .with-content .container .grid-produtos .grid-produtos-item img{ max-width: 40%;  width: 100%; height: auto;max-height: 40vh; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; /*bottom: -5vh;*/  }

.grid-produtos .grid-produtos-item p{position: absolute; /*top: calc(100% + 5vh);*/ top:100%; width: calc(100% - 30px); margin-top:15px !important; text-align: center; left:15px;}

@media (min-width: 321px){	
	body main .grid-produtos .grid-produtos-item img,
		main .page-wrapper-with-menu .with-content .container .grid-produtos .grid-produtos-item img{ max-width: 50%; }
}

@media (min-width: 768px){	
	.grid-produtos{position: relative; margin-top: calc(-6vh);  margin-bottom: calc(-6vh);}
	body main .grid-produtos .grid-produtos-item img,
		main .page-wrapper-with-menu .with-content .container .grid-produtos .grid-produtos-item img{ max-width: 18%;  width: 100%; height: auto; max-height: auto; bottom: 0px; /*bottom: -4vh; */ }

	body main .grid-produtos .grid-produtos-item img.portfolio-size-1,
		main .page-wrapper-with-menu .with-content .container .grid-produtos .grid-produtos-item img.portfolio-size-1{ max-width: 22%;  }

	body main .grid-produtos .grid-produtos-item img.portfolio-size-2,
		main .page-wrapper-with-menu .with-content .container .grid-produtos .grid-produtos-item img.portfolio-size-2{ max-width: 40%;  }


	body main .grid-produtos .grid-produtos-item img.portfolio-size-4,
		main .page-wrapper-with-menu .with-content .container .grid-produtos .grid-produtos-item img.portfolio-size-4{ max-width: 15%;  }


	.grid-produtos .grid-produtos-item{position: relative; text-align: center; height: 13vh; /*margin-top: calc(6vh + 15px);*/ margin-bottom: calc(10vh + 15px);}		
	.grid-produtos .grid-produtos-item p{ /*top: calc(100% + 5vh); */ top: calc(100%);}
}

@media (min-width: 992px){	
	.grid-marcas div>a{min-height: 30vh; }

}

@media (min-width: 1200px){
	body main .grid-produtos .grid-produtos-item img.portfolio-size-2,
		main .page-wrapper-with-menu .with-content .container .grid-produtos .grid-produtos-item img.portfolio-size-2{ max-width: 25%;  }	
}	

main .signature{position: relative; padding-bottom: 95px; margin-bottom: 170px; z-index: -1;}
main .signature .signature-wrapper{text-align: center; position: absolute; left: 50%; top: 100%; transform: translate(-50%, -50%);}
main .signature a{font-size: 1.125rem; font-weight: bold; text-align: center; display: block; position: relative; margin:auto; font-family: 'Ubuntu';}
main .signature a:hover{text-decoration: none;}
main .signature img{ max-width: 110px; width: 100%; height: auto; margin-top: 10%;}
main .signature + div,main .signature + section{padding-top: 0px; margin-top: 0px;}

.box-border .page-content{border:4px solid var(--blue); border-radius: 7px; padding: 50px; padding-top: 25px;}
.box-border .page-content img.icon{position: absolute; top: -25px; left: 50%; transform: translateX(-50%) translateY(-50%); background: var(--white); padding: 5px; }
.box-border .page-content h3{text-align: center; margin-bottom: 50px; margin-top: 15px;}
@media (max-width: 768px){	
	.box-border .page-content .block-columns{padding-bottom: 50px;}
	.box-border .page-content .block-columns:last-child{padding-bottom: 0px;}
}


.grid-downloads,.grid-downloads .grid-menu{position: relative; }
.grid-downloads .grid-menu{text-align: left; margin-bottom: 65px;}
.grid-downloads .grid-menu a{position: relative; display: inline-block; padding: 0px 25px; font-size: 0.933rem; font-weight: bolder; margin-bottom: 20px;font-family: "Ubuntu"; }
.grid-downloads .grid-menu a:after{content: ''; width: calc(100% - 50px); height: 3px; background: var(--blue); position: relative; position: absolute; bottom:-14.4px; left: 50%; transform: translateX(-50%); display: block; opacity: 0;}
.grid-downloads .grid-menu a:hover{text-decoration: none;}
.grid-downloads .grid-menu a:hover:after{-webkit-animation: fadeIn 0.7s; -webkit-animation-fill-mode: forwards;  animation: fadeIn 0.7s; animation-fill-mode: forwards;}
.grid-downloads .grid-menu a.checked:after{-webkit-animation: fadeIn 0.7s; -webkit-animation-fill-mode: forwards;  animation: fadeIn 0.7s; animation-fill-mode: forwards;}
.grid-downloads .grid-menu:after{content: ''; width: 100%; height: 1px; background: var(--cyan-light); position: relative; display: block; margin-top: 14px; }
.grid-downloads .grid-item{ position: relative; }
.grid-downloads .grid-item .thumb:before{content:' '; width: 100%; height: 100%; background-color: rgba(39,51,125,0.8); position: absolute; top: 0px; left: 0px; z-index: 0; background-image: url(imgs/icon_download.svg); background-repeat: no-repeat; background-size: 15%; background-position: center; opacity: 0;}
.grid-downloads .grid-item .thumb{position: relative; width: 100%; margin-bottom: 25px;}
.grid-downloads .grid-item .thumb img{width: 100%; height: auto;}
.grid-downloads .grid-item .thumb .label{width: 100%; text-align: center; position: absolute; z-index: 5; left: 0px; top: 50%; text-transform: uppercase; color: var(--white); font-size: 0.725rem; transform: translateY(40px); opacity: 0; font-family: "Ubuntu"; }
.grid-downloads .grid-item .thumb:hover:before{-webkit-animation: fadeIn 1s; -webkit-animation-fill-mode: forwards;  animation: fadeIn 1s; animation-fill-mode: forwards;}
.grid-downloads .grid-item .thumb:hover .label{-webkit-animation: fadeIn 1s; -webkit-animation-fill-mode: forwards;  animation: fadeIn 1s; animation-fill-mode: forwards;}
.grid-downloads .grid-item .tags{font-size: 0.625rem; font-weight: bolder; text-transform: uppercase; width: 60%; float: left; font-family: "Ubuntu";}
.grid-downloads .grid-item .tags ul{margin: 0px; padding: 0px;}
.grid-downloads .grid-item .tags li{display: inline-block;margin-right: 10px; }
.grid-downloads .grid-item .tags li:last-child{margin-right: 0px;}
.grid-downloads .grid-item .date{font-size: 0.625rem; float: right;  font-family: "Ubuntu";}
.grid-downloads .grid-item h4{display: block; width: 100%; clear: both; font-size: 1.125rem; font-weight: bold;  padding-top: 15px; margin-bottom: 20px !important;}
.grid-downloads .grid-item p{font-size: 0.725rem; text-align: left;}
.grid-downloads .grid-item .grid-item-wrapper{border-bottom: 1px solid var(--blue);}
.grid-downloads .grid-item:last-child .grid-item-wrapper{border-bottom: 0;}

@media (min-width: 768px){	
	.grid-downloads .grid-menu{text-align: center;}
	.grid-downloads .grid-menu a{margin-bottom: 0px;}
	.grid-downloads .grid-item .grid-item-wrapper{border-bottom: 0px;}

}

.form-page{ width: 100%; position: relative; z-index: 20; background: var(--white); margin-top: 45px;}
.form-page h3{ color: var(--blue); margin-bottom: 25px; }
.form-page p{margin-bottom: 30px;}
.form-page input,.form-page textarea, .form-page select{border-color: #b1ded3; min-height: 50px; height: 50px; }
.form-page textarea{min-height: 150px;}
.form-page select{-webkit-appearance: menulist-button;}
.form-page input::placeholder, .form-page textarea::placeholder, .form-page select::placeholder, .form-page select option:first-child, .form-page select:invalid{
	color: #afafaf;
}

.form-page input:focus, .form-page textarea:focus, .form-page select:focus{
	border-color: var(--cyan);
	box-shadow: none;	
}

@media (min-width: 992px){
	.form-page-wrapper{ clear: both; display: block; width: 100%;  }
	.form-page{ position: relative;  margin-top: -135px;  padding: 30px; border-radius: 10px;    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);}	
}


@media (min-width: 1024px){
	.form-page{ margin-top: -115px; }	
}


@media (min-height: 1024px) and (min-width: 992px){
	.form-page-wrapper{  min-height: calc(715px - 9vh); }
	.form-page{ position: absolute; top: -7px; left: -15px; }	
}


.release-box{width: 100%; margin-bottom: 30px; padding-bottom: 7px; border-bottom: 1px #b1ded3 solid; clear: both; display: block; min-height: 50px;}
.release-box:after{ content:' '; width: 100%; height: 1px; display: block; clear: both; }
.release-box a{cursor:pointer;}
.release-box a:hover h4{text-decoration: underline;}
.release-box .more-btn{width: auto; padding-right: 20px; padding-left: 3px; min-height: 65px; vertical-align: middle; display: flex; float: left; height: 100%; font-size: 1rem; font-weight: bolder; color: #b2b2b2; align-items: center;}
.release-box .data{float: left; display: block; width: auto;}
.release-box h4{margin-bottom: 0px !important;}
@media (min-width: 768px){
	.release-box .more-btn{width: 75px; padding-left: 25px;   padding-right: 25px;}	
}

.faq-box{width: 100%; margin-bottom: 30px; padding-bottom: 17px; border-bottom: 1px #b1ded3 solid; clear: both; display: block; min-height: 35px;}
.faq-box:after{ content:' '; width: 100%; height: 1px; display: block; clear: both; }
.faq-box a{cursor:pointer;}
.faq-box a:hover h4{text-decoration: underline;}
.faq-box a>br{display: none;}
.faq-box .more-btn{width: 30px; padding-left: 5px; padding-top: 3px; vertical-align: middle; display: flex; float: left; height: 100%; font-size: 1rem; font-weight: bolder; color: #b2b2b2; align-items: center;}
.faq-box .data{float: left; display: block; width: auto;  max-width: calc(100% - 30px);}
.faq-box .question{ padding-left: 30px; width: calc(100% - 50px); clear:both;  }
.faq-box h5{margin-bottom: 0px;}
.faq-box .tags{width: auto; clear: both; display: block; margin-bottom: 10px; margin-top: 5px;}
.faq-box .tags ul{margin-bottom: 0px;}
.faq-box .tags li{display: inline-block; padding-left: 7px; padding-right: 7px; font-size: 0.875rem; font-weight: lighter; color: var(--cyan-light);}
.faq-box .tags li:first-child{padding-left: 0px; }

@media (min-width: 768px){
	.faq-box .more-btn{padding-left: 25px; width: 50px; }
	.faq-box .question{ padding-left: 50px;}
	.faq-box .data{ max-width: calc(100% - 50px);}
}



.box-bg-destaque{position: relative; min-height: 480px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.box-bg-destaque.bg-parceiro{background-image: url('imgs/banner_parceiros_p.jpg');}
.box-bg-destaque.bg-trabalhe{background-image: url('imgs/banner_trabalhe_p.jpg');}

.contato-maps{min-height: 480px;}
.contato-maps iframe{padding: 0px; margin: 0px; margin-left: -15px; border:0px; width: calc(100% + 30px); height: 100%;}
@media (min-width: 768px){
	.contato-maps{min-height: 620px; margin-bottom: -110px;}
    .content-map-full-wrapper  .contato-maps{min-height: 750px; margin-bottom: -110px;}
}

.box-trabalhe-form .box-content{color: var(--white); }
.box-trabalhe-form .form-page{ padding: 30px; margin-top: 100px; border-radius: 10px;  }
@media (min-width: 992px){
	.box-trabalhe-form .form-page{
	    position: absolute; margin-top: -110px;
	    z-index: 99999;
	}
}	


.timeline{margin: auto; max-width:820px;  width: 100%; margin-top: 30px; margin-bottom: 30px;}
.timeline ul, .timeline ul li{list-style: none; margin: 0px; padding: 0px; }
.timeline .timeline-box{ width: calc(100% - 15%); border-width: 10px; border-style: solid; border-color: var(--blue); padding: 50px; padding-right: 0px;}
.timeline .timeline-box ul{}
.timeline .timeline-box li{ padding-bottom: 0px; position: relative; }
.timeline .timeline-box .lSSlideOuter{}
.timeline .timeline-box .ano{ font-size: 0.750rem; text-transform: uppercase; font-family: 'Ubuntu'; font-weight: bold; display: block; width: calc(55%); margin-top: 30px;}
.timeline .timeline-box .titulo{ margin: 12px 0px 27px 0px; display: block; font-weight: bold;}
.timeline .timeline-box .titulo h3{font-weight: bolder;}
.timeline .timeline-box .description{ font-size: 0.875rem; display: block; }
.timeline .timeline-box .description p{ margin-bottom: 18px; }
.timeline .timeline-box .description p:last-child{ margin-bottom: 0px; }


.timeline .timeline-box .logo{ background-color: #fff; }
.timeline .timeline-box .logo > img{ width: 200px; height: 100%; object-fit: contain; }
.bg-gray-light .timeline .timeline-box .logo{background-color: var(--gray-light);}

.timeline .timeline-box .logo img{ }
.timeline .timeline-box .links{display: block; z-index: 10; position: absolute}
.timeline .links a{ display: inline-block; width: 25px; height: 20px; background-color: var(--blue);  }
.timeline .links a.seta-esquerda{-webkit-mask: url(imgs/bt_seta_esquerda_azul.svg); mask-image: url(imgs/bt_seta_esquerda_azul.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; margin-right: 7px;}
.timeline .links a.seta-direita{-webkit-mask: url(imgs/bt_seta_direita_azul.svg); mask-image: url(imgs/bt_seta_direita_azul.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; margin-left: 7px;}
.timeline .decada{ width: 100%;  border-bottom: solid 4px var(--cyan-light); margin-bottom: 68px; position: relative; display: flex; justify-content: space-between;}
.timeline .decada > li{min-width: 50px; width: 100%; text-align: center; position: relative; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer;}
.timeline .decada li.checked > .pontos{ border-bottom: 4px solid var(--blue); }
.timeline .decada > li:hover > .pontos{ border-bottom: 4px solid var(--blue);  }
.timeline .decada > li span{font-family: 'Ubuntu'; font-size: 1.125rem; font-weight: bold; color: var(--cyan-light); display: block; margin-bottom: 5px;  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;	}
/*.timeline .decada > li span:after{content: " "; position: absolute; width: 10px; height: 10px; background-color: var(--cyan-light); bottom: 0px; left: 50%; margin-left: -5px;  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;	}*/
.timeline .decada > li.checked span{color: var(--blue);  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.timeline .decada > li.checked span:after{display: none;  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.timeline .decada > li:hover span{ color: var(--blue);}
.timeline .decada > li:hover span:after{ background-color: var(--blue);}
/*.timeline .decada > li:first-child{ text-align: left; }*/
.timeline .decada > li:first-child span:after{left: 15px; margin-left: 0px;}
/*.timeline .decada > li:last-child{ text-align: right; }*/
.timeline .decada > li:last-child span:after{right: 15px;  left:auto; margin-left: 0px;}    
.timeline .pontos{ position: relative; display: flex; justify-content: space-evenly; margin-bottom:-4px;}
.timeline .pontos > li{min-width: 5px; width: 100%;  height: 10px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer;	}
/*.timeline .pontos > li:first-child, .timeline .pontos > li:last-child{margin: 0px;}*/
.timeline .pontos > li:after {
    content: ' ';
    width: 5px;
    position: relative;
    height: 10px;
    display: block;
    background:#B1DDD3;
    margin: auto;
}
.timeline .pontos > li.checked:after{ background:var(--blue);}
.timeline .pontos > li.checked{ height: 10px; background:var(--blue);}
.timeline .lSAction{display: none;}

@media (max-width: 992px){
	.timeline .links{ width: calc(100% - 30px); position: absolute; z-index: 30;}
	.timeline .links a{cursor: pointer}
	.timeline .links a{ margin-left: 0px !important; margin-right: 0px !important; z-index: 10; cursor: pointer; }
	.timeline .links a.seta-direita{ float: right; }
	.timeline .timeline-box{width: 100%; padding: 25px;}
	.timeline .timeline-box .logo {
	    width: 70%;
	    height: auto;
	    min-height: 100px;
	    position: relative;
	    background-color: transparent;
	    right: initial;
	    top: initial;
	    transform: initial;
	    bottom: initial;
	    left: initial;
	    min-height: 0px;
	    text-align: center;
	    display: block;
	    margin: auto;
	    margin-top: 30px;
	}	
	.timeline .timeline-box .logo img{
		width: auto;
	    max-width: 100%;
	    height: auto;
	    position: relative;
	    left: initial;
	    top: initial;
	    transform: none;
	    max-height: 250px;
	}
    
	.timeline .timeline-box .ano{ margin-top: 0px; width: 100%; }
	.timeline .timeline-box .titulo{  width: 100%; }
	.timeline .timeline-box .description{ width: 100%; }
	.timeline .timeline-box .links {
	    display: block;
	    position: absolute;
	    bottom: 25px;
	    left: 50%;
	    transform: translateX(-50%);
	}	

	.timeline .timeline-box ul{overflow: initial;}	
	.timeline .decada > li{ width: 100%; display: none; }
	.timeline .decada > li.checked{display: block;}
	
	.timeline .decada > li span{
    	margin-bottom: 10px;		
    	text-align: center !important;
	}

	.timeline .decada > li span:after {
	    bottom: 5px  !important;
	    left: -27%  !important;
	    margin-left: -5px !important;
	    transform: rotate(90deg);
	}	
}	

@media (min-width: 992px){
	.timeline .timeline-box .timeline-wrapper{ width: calc(100% + 15%); background: #fff;}
	.bg-gray-light .timeline-box .timeline-wrapper{background-color: var(--gray-light);}

}


.search-wrapper{min-height: 45vh; margin-top: 180px;}
.search-wrapper a{text-decoration: none;}
.search-wrapper a:hover{text-decoration: none;}
.search-wrapper .search-box{padding-top: 30px; padding-bottom: 45px; border-bottom: solid 1px rgba(0,0,0, 0.2);}


.map-block{ min-height: 550px; margin-top: 85px; margin-bottom: 85px;}
.map-block .mapaWrapper{position: absolute; max-width: 560px; width: calc(100% - 30px); margin-top: 30px;}
.map-block .container, .map-block .container .row{height: 100%; min-height: 550px; position: relative;}
.map-block #MapaDiv{width: 100%; position: relative; }
.map-block #MapaDiv #MapaIntoWrapper{position: relative;}
.map-block .chosen-container{margin-top: 15px; margin-bottom: 15px;}


.map-block #MapaDiv #MapaIntoWrapper svg > g{cursor: pointer; fill: #FE642C;  -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.map-block #MapaDiv #MapaIntoWrapper svg > g:hover{  fill: #293896; }
.map-block #MapaDiv #MapaIntoWrapper svg > g.active{ fill: #293896; }
.map-block #MapaDiv #MapaIntoWrapper svg > g.active .pin-hide{display: block;}

.map-block #MapaDiv #MapaIntoWrapper svg{ width:100%; height:auto;}
.map-block #MapaDiv #MapaIntoWrapper #mapa-minalba .state{cursor: default; fill: #FE642C;}
.map-block #MapaDiv #MapaIntoWrapper #mapa-minalba .state.active{fill: #293896; cursor:pointer;}
.map-block #MapaDiv #MapaIntoWrapper #mapa-minalba .state.active:hover, 
	.map-block #MapaDiv #MapaIntoWrapper #mapa-minalba .state.active.selected{fill: #30AFCC;transition: 0.1s linear;}


.map-block .mapaDados{padding-top: 30px; padding-bottom: 30px;}
.map-block .mapaDados .wrapperMapText{left: 30px;}
.map-block .listAdress{max-width: 350px; width: 100%; margin-top: 50px; margin-left: 15px; position: relative;}
.map-block .listAdress .active h5{color: var(--blue); position: relative;}
.map-block .listAdress .active h5:before{content:"\025CF"; position: absolute; left: -20px; top: 4px; font-size: 10px;}
.map-block .listAdress .active h5, .map-block .listAdress .active p{z-index: 2;}
.map-block .listAdress .active:before{content:" "; width: 120px; height: 150px; position: absolute; -webkit-mask-image: url(imgs/icon_pin_grande.svg); mask-image: url(imgs/icon_pin_grande.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background-color: rgba(255,255,255,0.18);  z-index: -1; top: -39px; left: -74px;}
.map-block .listAdress .listFull{display: none;}    
.map-block .listAdress .listFull li, .map-block .listAdress .active .listFull ul{list-style: none; margin:0px; padding: 0px;}
.map-block .pin-hide{ display: none; }

@media (min-width: 769px){
	.map-block{padding: 0px !important;}
		.map-block .mapaDados .wrapperMapText{ margin-top: 30%; }
}
@media (max-width: 768px){
	.map-block{ min-height: initial; padding-bottom:30px; padding-top:30px;}	
	.map-block .container, .map-block .container .row{height: 100%; min-height: initial; position: relative;}
	
	.map-block .mapaDados .wrapperMapText{left: 0px; position: relative;}
	.map-block .listAdress .listFull{ display: block; }
	.map-block .listAdress .listFull > ul > li{display: none;}
	.map-block .listAdress .active{ display: none; } 
	.map-block .mapaDados{padding-top: 60px; padding-bottom: 60px;}
	.map-block .listAdress {
	    max-width: initial;
	    width: 100%;
	    margin-top: 0px;
	    margin-left: 0px;
	    position: relative;
	}	
}

.headerCustomizedWrapper{ width: 100%; height: calc(75vh); position: relative;  z-index: 0;  overflow: hidden; max-height:750px; margin-top: 78px;} 
.headerCustomizedWrapper ul.SliderHeaderBrand{list-style: none; position: relative; margin: 0px; padding: 0px;}
.headerCustomizedWrapper ul.SliderHeaderBrand a{display: block; text-decoration: none;}
.headerCustomizedWrapper ul.SliderHeaderBrand a:hover{ text-decoration: none;}
.headerCustomizedWrapper ul.SliderHeaderBrand li{list-style: none; position: relative; overflow: hidden; height: 75vh; background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 450px;  }

@media (min-width: 568px) and (max-width: 992px) and (orientation: landscape){
    .headerCustomizedWrapper{ height: calc(75vh * 2); } 
    .headerCustomizedWrapper ul.SliderHeaderBrand li{height: calc(75vh * 2);}
}

.headerCustomizedWrapper ul.SliderHeaderBrand li .container{background-position: center top; display: flex; align-items: flex-start; justify-content: center; height: 100%;}
.headerCustomizedWrapper ul.SliderHeaderBrand li .container .sliderContent{position: relative;width: 80%; margin:auto; }
.headerCustomizedWrapper ul.SliderHeaderBrand li .container .sliderContent.txt-left{margin-left: 0px;}
.headerCustomizedWrapper ul.SliderHeaderBrand li .container .sliderContent.txt-right{margin-right: 0px;}

@media (max-width: 991px){
    .headerCustomizedWrapper ul.SliderHeaderBrand li .container .sliderContent{text-align: center !important; margin:auto !important;}

}

@media (min-width: 992px){
    .headerCustomizedWrapper{ height: calc(100vh - 170px); }
    .headerCustomizedWrapper ul.SliderHeaderBrand li{height: calc(100vh - 170px);}
    .headerCustomizedWrapper ul.SliderHeaderBrand li .container .sliderContent{position: relative;width: 40%; margin:auto; }
}

.headerCustomizedWrapper .lSSlideOuter{width: 100%;}
.headerCustomizedWrapper .lSPager.lSpg{margin:auto; width: 100%; position: absolute; bottom: 25px;}
.headerCustomizedWrapper .lSSlideOuter .lSPager.lSpg>li a {
    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    height: 3px;
    overflow: hidden;
    text-indent: -999em;
    width: 23px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;    
    cursor:pointer;

}
.headerCustomizedWrapper .lSSlideOuter .lSPager.lSpg>li.active a{background-color: rgba(255,255,255,1);}

.headerCustomizedWrapper .lSPrev{
    background:#fff;
    -webkit-mask: url(imgs/bt_seta_esquerda_azul.svg); 
    mask-image: url(imgs/bt_seta_esquerda_azul.svg); 
    -webkit-mask-size: contain; 
    mask-size: contain; 
    -webkit-mask-repeat: no-repeat; 
    mask-repeat: no-repeat;
    width: 30px;
    height: 20px;
    left: 15px;
}
.headerCustomizedWrapper .lSNext{
    background:#fff;
    -webkit-mask: url(imgs/bt_seta_direita_azul.svg); 
    mask-image: url(imgs/bt_seta_direita_azul.svg); 
    -webkit-mask-size: contain; 
    mask-size: contain; 
    -webkit-mask-repeat: no-repeat; 
    mask-repeat: no-repeat;
    width: 30px;
    height: 20px;
    right: 15px;    
}    

.subnav-h{ width: 100%; position: fixed; bottom: 0px; left: 0px;   background:#fff; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display: none;  z-index: 10; 
-webkit-box-shadow: 0px -25px 50px -15px rgba(0,0,0,0.29);
-moz-box-shadow: 0px -25px 50px -15px rgba(0,0,0,0.29);
box-shadow: 0px -25px 50px -15px rgba(0,0,0,0.29);
}
.subnav-h.fixed{    position: fixed; top: 80px; left: 0; z-index: 10;}
.subnav-h.without-header{ margin-top: 78px;}
.subnav-h .container{ height: 60px; }
.subnav-h .brand{height: 60px; text-align: left;}
.subnav-h .brand > img{ max-height: 50px; display: block; margin-top: 5px;}
.subnav-h ul.sub-itens{ list-style: none; position: relative; margin: 0px; padding: 0px; height: 50px; display: block;}
.subnav-h ul.sub-itens li{ display: inline-block; font-size: 1rem; font-family: "Ubuntu"; font-weight: bold;  margin-left: 15px; margin-right: 15px; margin-top: 15px; line-height: 30px; height: 30px ; -webkit-transition: border-color 0.3s ease-in-out; transition: border-color 0.3s ease-in-out; }
.subnav-h ul.sub-itens li.active, .subnav-h ul.sub-itens li:hover{ border-bottom: 2px solid; text-decoration: none; }
.subnav-h ul.sub-itens li a{text-decoration: none;}
.subnav-h ul.sub-itens li a:hover{text-decoration: none;}

.subnav-h ul.sub-itens-negocios{ list-style: none; position: relative; margin: 0px; padding: 0px; height: 50px; display: block;}
.subnav-h ul.sub-itens-negocios li{ display: inline-block; margin-left: 15px; margin-right: 15px; height: 50px;}
.subnav-h ul.sub-itens-negocios li a{ display: block; height: 30px; font-size: 1rem; border: 1px solid; line-height: 30px; padding-left: 12px; padding-right: 12px; text-decoration: none; margin-top: 15px; }
.subnav-h ul.sub-itens-negocios li a:hover{ text-decoration: none; background-color: #000; color: #fff; }


.subnav-h ul.sub-itens-custom{ list-style: none; position: relative; margin: 0px; padding: 0px; height: 50px; display: block;}
.subnav-h ul.sub-itens-custom li{ display: inline-block; margin-left: 15px; margin-right: 15px; height: 50px; position: relative;}
.subnav-h ul.sub-itens-custom li a{ display: block; height: 30px; font-size: 1rem; border: 1px solid; line-height: 30px; padding-left: 12px; padding-right: 12px; text-decoration: none; margin-top: 15px; }
.subnav-h ul.sub-itens-custom li a:hover{ text-decoration: none; background-color: #000; color: #fff; }
.subnav-h ul.sub-itens-custom li a + span{display: none;}
.subnav-h ul.sub-itens-custom li a.waiting + span{display: block; position: absolute; font-size: 0.6rem; opacity: 0.7; text-align: right; right: 0px;}
.subnav-h ul.sub-itens-custom li a.waiting{opacity: 0.5; cursor:wait;}
.subnav-h ul.sub-itens-custom li a.waiting:hover + span{opacity: 1;}

.subnav-h + main.interna > .page-wrapper-with-menu{ padding-top: 0px; }

@media (min-width: 992px){
    .subnav-h{ display: block; }
    .subnav-h + main.interna > .page-wrapper-with-menu{ padding-top: 0px; margin-top: 0px; }
}



.content-slider-full-expanded{ position: relative;  }
.content-slider-full-expanded .content-slider-full-wrapper{margin-top: 0px;}
.content-slider-full-wrapper{ width: 100%; height: calc(75vh); position: relative;  z-index: 0;  overflow: hidden; max-height:750px; margin-top: 78px;} 
.content-slider-full-wrapper ul.content-slider-full{list-style: none; position: relative; margin: 0px; padding: 0px;}
.content-slider-full-wrapper ul.content-slider-full a{display: block; text-decoration: none;}
.content-slider-full-wrapper ul.content-slider-full a:hover{ text-decoration: none;}
.content-slider-full-wrapper ul.content-slider-full li{list-style: none; position: relative; overflow: hidden; height: 75vh; background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 450px;  }
.content-slider-full-wrapper ul.content-slider-full li .container{background-position: center top; display: flex; align-items: flex-start; justify-content: center; height: 100%;}
.content-slider-full-wrapper ul.content-slider-full li .container > a{position: relative; width: 40%; margin:auto;}
.content-slider-full-wrapper ul.content-slider-full li .container .sliderContent{position: relative;width: 100%; margin:auto; }
.content-slider-full-wrapper ul.content-slider-full li .container .sliderContent.txt-left{margin-left: 0px;}
.content-slider-full-wrapper ul.content-slider-full li .container .sliderContent.txt-right{margin-right: 0px;}
.content-slider-full-wrapper ul.content-slider-full li .container > a.txt-left{margin-left: 0px;}
.content-slider-full-wrapper ul.content-slider-full li .container > a.txt-right{margin-right: 0px;}


.content-slider-full-wrapper .lSSlideOuter{width: 100%;}
.content-slider-full-wrapper .lSPager.lSpg{margin:auto; width: 100%; position: absolute; bottom: 25px;}
.content-slider-full-wrapper .lSSlideOuter .lSPager.lSpg>li a {
    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    height: 3px;
    overflow: hidden;
    text-indent: -999em;
    width: 23px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;    
    cursor:pointer;

}
.content-slider-full-wrapper .lSSlideOuter .lSPager.lSpg>li.active a{background-color: rgba(255,255,255,1);}

.content-slider-full-wrapper .lSPrev{
    background:#fff;
    -webkit-mask: url(imgs/bt_seta_esquerda_azul.svg); 
    mask-image: url(imgs/bt_seta_esquerda_azul.svg); 
    -webkit-mask-size: contain; 
    mask-size: contain; 
    -webkit-mask-repeat: no-repeat; 
    mask-repeat: no-repeat;
    width: 30px;
    height: 20px;
    left: 15px;
}
.content-slider-full-wrapper .lSNext{
    background:#fff;
    -webkit-mask: url(imgs/bt_seta_direita_azul.svg); 
    mask-image: url(imgs/bt_seta_direita_azul.svg); 
    -webkit-mask-size: contain; 
    mask-size: contain; 
    -webkit-mask-repeat: no-repeat; 
    mask-repeat: no-repeat;
    width: 30px;
    height: 20px;
    right: 15px;    
}    




.content-calendar-full-expanded{ position: relative; /*margin-top: -80px; margin-bottom: 60px;*/ }
.content-calendar-full-expanded .content-calendar-full-wrapper{padding-top: 50px; padding-bottom: 50px;}
.content-calendar-full-wrapper{ width: 100%; min-height: calc(30vh); position: relative;  z-index: 0;  overflow: hidden; text-align: center; } 
.content-calendar-full-wrapper p.no-margin{margin-bottom: 15px;}
.content-calendar-full-wrapper > .container{ position: relative; }
.content-calendar-full-wrapper .widget{
    width: 130px;
    height: 180px;
    position: absolute;
    top: 0px;
    right: 0px;
}   
.content-calendar-full-wrapper .cal-table{ width:100%; margin: auto;}
.content-calendar-full-wrapper .cal-title{ display: flex; }
.content-calendar-full-wrapper .cal-title .cal-col{min-height: initial; font-weight: bolder; border:0px; font-size: 1rem; font-family: 'Ubuntu';}
.content-calendar-full-wrapper .cal-data{ display: flex; }
.content-calendar-full-wrapper .cal-col{ width: calc(calc(100% / 7) - 3px); margin-left:3px; margin-right: 3px; min-height: 4.175rem; border:1px solid #000; display: inline-block; margin-bottom: 3px; margin-top: 3px; position: relative;}
.content-calendar-full-wrapper .cal-col:first-child{margin-left: 0px;}
.content-calendar-full-wrapper .cal-col:last-child{margin-right: 0px;}
.content-calendar-full-wrapper .cal-col span{ position: absolute; display: block; width: 100%; height: 10px; right: 0;  top: 0px; border: 1px solid #000; }
.content-calendar-full-wrapper .cal-data .cal-col{font-size: 1.5rem; font-family: 'Pluto'; text-align: center; line-height: 4.175rem; }
.content-calendar-full-wrapper .cal-table-label{ min-width: 250px; width: 100%; max-width:85%; margin: auto; margin-top: 30px; height: 3.5rem;  position: relative; padding-left: 1rem; padding-right: 1rem; border-width: 2px; border-style:solid; }
.content-calendar-full-wrapper .cal-table-label > div{position: relative; float: left; text-align: center; width: 33%; display: block; line-height: 1.5rem; height: 3.5rem; padding-top: 1rem; }
.content-calendar-full-wrapper .cal-table-label span{ position: relative; display: inline-block; width: 10px; height: 10px;  border: 1px solid #000; margin-left:25px;  }
.content-calendar-full-wrapper .cal-table-events{ width: 100%; clear: both; display: block; margin-top: 25px;margin-bottom: 15px;  display: none;}
.content-calendar-full-wrapper .cal-table-events > p{font-size: 1rem; color: var(--blue) !important; font-family: 'Ubuntu' !important; margin-bottom: 15px !important;}
.content-calendar-full-wrapper .cal-table-events .cal-table-events-details .cted-item.current{display: block;}
.content-calendar-full-wrapper .cal-table-events .cal-table-events-details .cted-item{
    display: none;
    clear: both;
    width: 100%;
    max-width: 580px;
    font-family: 'Pluto';
    font-size: 0.925rem;
    color: #fff;
    margin: auto;
}

.content-calendar-full-wrapper .cal-table-events .cal-table-events-details .cted-item p{
    font-family: 'Pluto';
    font-size: 1rem;
    line-height: 1.2rem;
}

.content-calendar-full-wrapper .cal-table-events .cal-table-events-details .cted-item h1,
    .content-calendar-full-wrapper .cal-table-events .cal-table-events-details .cted-item h2,
        .content-calendar-full-wrapper .cal-table-events .cal-table-events-details .cted-item h3,
            .content-calendar-full-wrapper .cal-table-events .cal-table-events-details .cted-item h4,
                .content-calendar-full-wrapper .cal-table-events .cal-table-events-details .cted-item h5,
                    .content-calendar-full-wrapper .cal-table-events .cal-table-events-details .cted-item h6{
                        font-size: 1.3rem;
                        margin-bottom: 7px;
}

.content-calendar-full-wrapper h2{font-weight: bolder;}
.content-calendar-full-wrapper h3{ font-size: 1.875rem; }
.content-calendar-full-wrapper h4{font-size: 1.725rem; font-weight: bolder;}
.content-calendar-full-wrapper p{ font-size: 1.2rem; margin-top: 20px; }
.content-calendar-full-wrapper hr{ border-color:#fff; margin: 0px; padding: 0px; margin-top: 30px; margin-bottom: 30px; }
.content-calendar-full-wrapper .drop{
    -webkit-mask: url(imgs/bt_seta_dropdown_azul.svg);
    mask-image: url(imgs/bt_seta_dropdown_azul.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block;
    position: relative;
    background: var(--white);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.content-calendar-full-wrapper .drop-left{
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    margin-right: 25px;
    cursor: pointer;
}
.content-calendar-full-wrapper .drop-right{
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    margin-left: 25px;
    cursor: pointer;
}

@media (min-width: 992px){
    .content-calendar-full-wrapper .cal-table{ width:85%;}
    .content-calendar-full-wrapper .cal-col{ width: calc(calc(100% / 7) - 7px); margin-left:7px; margin-right: 7px; min-height: 4.175rem; border:1px solid #000; display: inline-block; margin-bottom: 7px; margin-top: 7px; position: relative;}
    .content-calendar-full-wrapper .cal-col span{ position: absolute; display: block; width: 10px; height: 10px; right: 10px; top: 10px; border: 1px solid #000; }
}



.content-tabs-full-wrapper ul{margin-top: 30px; margin-bottom: 60px;}
.content-tabs-full-wrapper ul li{ display: block; margin-bottom: 30px;}
.content-tabs-full-wrapper ul li a{padding-bottom: 5px; border-bottom: 3px solid transparent;}
.content-tabs-full-wrapper ul li a:hover{ text-decoration: none; border-bottom: 3px solid; }
.content-tabs-full-wrapper ul li a.active{ text-decoration: none; border-bottom: 3px solid; }
.content-tabs-full-wrapper img{ max-height: 72px; width: 100%; }
.content-tabs-full-wrapper p{ font-size: 0.875rem; font-weight: normal; }
.content-tabs-full-wrapper .tab_content{ display: none;  }
.content-tabs-full-wrapper .tab_content.active{ display: flex; }
.content-tabs-full-wrapper .col-content{text-align: center;     align-self: flex-start !important;  padding-bottom: 30px; padding-top: 15px;}
.content-tabs-full-wrapper .col-content h5{margin-top: 12px; margin-bottom: 12px;}

@media (min-width: 992px){
    .content-tabs-full-wrapper .col-content{text-align: center;     align-self: flex-start !important;  padding-bottom: 15px; padding-top: 15px;}
    .content-tabs-full-wrapper .col-content p{ width: 80%; margin: auto; }
    .content-tabs-full-wrapper ul li{ display: block; margin-bottom: 10px;}
    .content-tabs-full-wrapper ul{margin-top: 30px; margin-bottom: 30px;}
    .content-tabs-full-wrapper ul li{ display: inline-block; margin-left: 25px; margin-right: 25px; }
}




 
/*
 *	// Elements
 */

/*
 *	Pages
 */


/*
 *	// Pages
 */

/*
 *	 Components
 */

.z20{z-index:20 !important;}
.z30{z-index:30 !important;}
.clear{width: 100%; height: 1px; clear: both; display: block;}

.font-size-lg{font-size: 1.250rem;}
.font-size-sm{font-size: 0.750rem;}

.bg-blue{background-color:var(--blue);}
.txt-blue{color:var(--blue);}
.bg-indigo{background-color:var(--indigo);}
.txt-indigo{color:var(--indigo);}
.bg-cyan{background-color:var(--cyan);}
.txt-cyan{color:var(--cyan);}
.bg-orange{background-color:var(--orange);}
.txt-orange{color:var(--orange);}
.bg-gray-light{background-color:var(--gray-light);}
.txt-gray-light{color:var(--gray-light);}
.bg-white{background-color:var(--white);}
.txt-white{color:var(--white);}


.vertical-align{
	top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: calc(100% - 30px);
    left: 15px;
}

.btn-content-search:after{
	content: "buscar" !important;
}

.btn-content-readmore:after{
	content: "Saiba mais" !important;
}

.btn-content-download:after{
	content: "Baixar Arquivo" !important;
}

.btn-content-register:after{
	content: "Enviar Cadastro" !important;
}

.btn-content-message:after{
	content: "Enviar Mensagem" !important;
}




.btn-action-white{
	background: transparent;;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: var(--white);
	font-size: 0.725rem;
	align-self: flex-end;
	position: relative;
	padding-left: 50px;
	line-height: 34px;
	cursor: pointer;
	padding-right: 15px;   
	border-top-right-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
    overflow: hidden;
}

.btn-action-white:before{
	content:"\02192"; 
	margin-right: 15px;	
	display: inline-block;
	width: 32px;
	height: 34px;
	background: var(--white);
	color: var(--blue);
	border-bottom-left-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 7px;
	font-size: 1.125rem;
	font-weight: 200;
	line-height: 36px;
	text-align: center;
	text-indent: 1px;
	position: absolute;
	left: 0px;
}

.btn-action-white:after{
	content:" ";	
	width: 0px;
	height: 34px;
	background: var(--white);
	position: absolute;
	left: 25px;
	border-top-right-radius: 7px;	
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 0;
    color: transparent;	
    text-align: center;
    overflow: hidden;

}

.btn-action-white:hover{
	color: var(--blue);
	text-decoration: none;
}

.btn-action-white:hover:after{
	width: calc(100% - 25px);
	color: var(--blue);
	font-weight: 600;
}

.btn-action-blue{
	background: transparent;;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: var(--blue);
	font-size: 0.725rem;
	align-self: flex-end;
	position: relative;
	padding-left: 50px;
	line-height: 34px;
	cursor: pointer;
	padding-right: 15px;   
	border-top-right-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
    overflow: hidden;
}

.btn-action-blue:before{
	content:"\02192"; 
	margin-right: 15px;	
	display: inline-block;
	width: 32px;
	height: 34px;
	background: var(--blue);
	color: var(--white);
	border-bottom-left-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 7px;
	font-size: 1.125rem;
	font-weight: 200;
	line-height: 36px;
	text-align: center;
	text-indent: 1px;
	position: absolute;
	left: 0px;
}

.btn-action-blue:after{
	content:" ";	
	width: 0px;
	height: 34px;
	background: var(--blue);
	position: absolute;
	left: 25px;
	border-top-right-radius: 7px;	
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 0;
    color: transparent;	
    text-align: center;
    overflow: hidden;

}

.btn-action-blue:hover{
	color: var(--white);
	text-decoration: none;
}

.btn-action-blue:hover:after{
	width: calc(100% - 25px);
	color: var(--white);
	font-weight: 600;
}



.btn-action-orange{
	background: transparent;;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: var(--orange);
	font-size: 0.725rem;
	align-self: flex-end;
	position: relative;
	padding-left: 50px;
	line-height: 34px;
	cursor: pointer;
	padding-right: 15px;   
	border-top-right-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
    overflow: hidden;
}

.btn-action-orange:before{
	content:"\02192"; 
	margin-right: 15px;	
	display: inline-block;
	width: 32px;
	height: 34px;
	background: var(--orange);
	color: var(--white);
	border-bottom-left-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 7px;
	font-size: 1.125rem;
	font-weight: 200;
	line-height: 36px;
	text-align: center;
	text-indent: 1px;
	position: absolute;
	left: 0px;
}

.btn-action-orange:after{
	content:" ";	
	width: 0px;
	height: 34px;
	background: var(--orange);
	position: absolute;
	left: 25px;
	border-top-right-radius: 7px;	
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 0;
    color: transparent;	
    text-align: center;
    overflow: hidden;

}

.btn-action-orange:hover{
	color: var(--white);
	text-decoration: none;
}

.btn-action-orange:hover:after{
	width: calc(100% - 25px);
	color: var(--white);
	font-weight: 600;
}


.btn-arrow{color:var(--blue); text-decoration: none; font-size: 0.790rem; z-index: 0; padding-left: 15px; padding-right: 5px; position: relative; display: inline-block; font-family: "Ubuntu"; cursor:pointer; text-transform: uppercase; font-weight: 700;}
.btn-arrow:hover{color:var(--cyan-light);  text-decoration: none; }
.btn-arrow:before{ content:" "; position: absolute; z-index: -1; left: 0px; top: 52%; transform: translateY(-50%);  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-mask: url(imgs/bt_seta_direita_azul.svg); mask-image: url(imgs/bt_seta_direita_azul.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background-color:var(--blue); width: 10px; height: 8px;}
.btn-arrow:hover:before{ left:100%; }    

/*.btn-arrow:after{content:"\02192"; margin-left: 5px; display: none;}*/
/*.btn-arrow:hover:after{display: inline-block;}
.btn-arrow:hover:before{display: none;}*/

.btn-arrow.btn-arrow-white{color: var(--white);}
.btn-arrow.btn-arrow-white:before{background: var(--white);}
.btn-arrow.btn-arrow-white:hover{color: var(--cyan-light);}

.btn-arrow-down{ color: var(--white); background-color:var(--white); font-size: 3rem; position: absolute; bottom: 8%; cursor: pointer; text-decoration: none; font-weight: 100; left: -10px; width: 25px; height: 50px; -webkit-mask: url(imgs/bt_seta_abaixo.svg); mask-image: url(imgs/bt_seta_abaixo.svg); -webkit-mask-size: 50%; mask-size: 50%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: top center; mask-position:top center; padding-left: 25px; padding-right: 25px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.btn-arrow-down:hover{color: var(--white); text-decoration: none; -webkit-mask-position: bottom center; mask-position:bottom center; }
@media (min-width: 992px){	
	.btn-arrow-down{left: 15px; margin-left: 0px;}
}
 
/* Blue and Cyan Default*/
button.btn-fluid{border-top:0px; border-left:0px; border-right:0px; background: none; cursor:pointer; }
.btn-fluid{font-size: 0.933rem; font-weight: bolder; font-family: 'Ubuntu'; text-decoration: none; padding-bottom: 0.125rem; padding-left: 0.3rem; padding-right: 0.3rem; border-bottom-style: solid; border-bottom-width: 0.05rem; border-bottom-color: rgba(48, 175, 204,0.7); color:var(--blue); position: relative; -webkit-transition: none; transition: none; z-index: 0;}
.btn-fluid:before{content: " "; position: absolute; display: block; width: calc(100% + 0.2rem); left: -0.1rem; height: 0px; background-color: rgba(48, 175, 204,0.4); bottom: -0.120rem; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; z-index: -1;}
.btn-fluid:hover{text-decoration: none; color: inherit; border-bottom-color: rgba(48, 175, 204,0);  color:var(--blue);}
.btn-fluid:hover:before{height: 0.725rem}

/* Blue And White */
.btn-fluid.white{border-bottom-color: rgba(255, 255, 255,1); color:var(--blue); background:initial; }
.btn-fluid.white:before{background-color: rgba(255, 255, 255,0.8);}
.btn-fluid.white:hover{ border-bottom-color: rgba(255, 255, 255,0);  color:var(--blue);  }

/* Blue And Blue */
.btn-fluid.blue2{border-bottom-color: rgba(41, 56, 150,0.8); color:var(--blue); background:initial; }
.btn-fluid.blue2:before{background-color: rgba(41, 56, 150,0.3);}
.btn-fluid.blue2:hover{ border-bottom-color: rgba(41, 56, 150,0);  color:var(--blue);  }

/* White And Blue */
.btn-fluid.blue{border-bottom-color: rgba(41, 56, 150,0.7); color:var(--white);   background:initial;}
.btn-fluid.blue:before{background-color: rgba(41, 56, 150,0.5);}
.btn-fluid.blue:hover{ border-bottom-color: rgba(41, 56, 150,0);  color:var(--white);  }

/* White And Indigo */
.btn-fluid.cyan{ border-bottom-color: rgba(48, 175, 204,0.7); color:var(--white);  background:initial;}
.btn-fluid.cyan:before{background-color: rgba(48, 175, 204,0.5); }
.btn-fluid.cyan:hover{border-bottom-color: rgba(48, 175, 204,0);  color:var(--white);  }

/* White And Orange */
.btn-fluid.orange{ border-bottom-color: rgba(251, 101, 55,0.7); color:var(--white);  background:initial;}
.btn-fluid.orange:before{background-color: rgba(251, 101, 55,0.5); }
.btn-fluid.orange:hover{border-bottom-color: rgba(251, 101, 55,0);  color:var(--white);  }

.btn-fluid.orange2{ border-bottom-color: rgba(251, 101, 55,0.8); color:var(--orange);  background:initial;}
.btn-fluid.orange2:before{background-color: rgba(251, 101, 55,0.3); }
.btn-fluid.orange2:hover{border-bottom-color: rgba(251, 101, 55,0);  color:var(--orange);  }

/* White And Yellow */
.btn-fluid.yellow{ border-bottom-color: rgba(255, 222, 64,0.7); color:var(--white);  background:initial;}
.btn-fluid.yellow:before{background-color: rgba(255, 222, 64,0.5); }
.btn-fluid.yellow:hover{border-bottom-color: rgba(255, 222, 64,0);  color:var(--white);  }

/* White And Gray */
.btn-fluid.gray{ border-bottom-color: rgba(242, 242, 242,0.7); color:var(--white);  background:initial;}
.btn-fluid.gray:before{background-color: rgba(242, 242, 242,0.4); }
.btn-fluid.gray:hover{border-bottom-color: rgba(242, 242, 242,0);  color:var(--white);  }

/* Orange And White */
.btn-fluid.white-orange{border-bottom-color: rgba(255, 255, 255,1); color:var(--orange);  background:initial;}
.btn-fluid.white-orange:before{background-color: rgba(255, 255, 255,0.8);}
.btn-fluid.white-orange:hover{ border-bottom-color: rgba(255, 255, 255,0);  color:var(--orange);  }

/* Yellow And White */
.btn-fluid.white-yellow{border-bottom-color: rgba(255, 255, 255,0.1); color:var(--yellow);  background:initial;}
.btn-fluid.white-yellow:before{background-color: rgba(255, 255, 255,0.8);}
.btn-fluid.white-yellow:hover{ border-bottom-color: rgba(255, 255, 255,0);  color:var(--yellow);  }
    

@media (min-width: 576px){
	.modalLoginPartners .modal-dialog { max-width: 450px;}
	.form-login{ max-width: 450px; }
}

.form-login{ margin:auto;}
.form-login .form-header{display: block; border-bottom: 0px; padding: 35px 40px 0 40px;}
.form-login .form-body{padding: 0px 40px 0 40px;}
.form-login .form-footer{justify-content: space-between; border-top: 0px; padding: 0 40px 35px 40px; margin-top: 0px;}
.form-login h5{margin-top: 20px; margin-bottom: 30px;}

.modalLoginPartners .modal-header{display: block; border-bottom: 0px; padding: 35px 40px 0 40px;}
.modalLoginPartners .modal-body{padding: 0px 40px 0 40px;}
.modalLoginPartners .modal-footer{justify-content: space-between; border-top: 0px; padding: 0 40px 35px 40px; margin-top: 30px;}
.modalLoginPartners h5{margin-top: 20px; margin-bottom: 30px;}
.modalLoginPartners #close-modal{
	color: var(--white);
	font-size: 2.5rem;
	font-weight: 500;
	position: absolute;
	right: -30px;
	top : -30px;
	width: 28px;
	height: 28px;
	display: block;
    -webkit-mask: url(imgs/bt_fechar.svg);
    mask-image: url(imgs/bt_fechar.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;	
    background-color: var(--white);
    z-index: 10;
}

.form-login form select,
	.form-login form input[type="text"],
		.form-login form input[type="password"]{
		line-height: 50px;
		border: 1px solid var(--cyan-light);
		height: 50px;
	}



.modalLoginPartners form input[type="text"],
	.modalLoginPartners form input[type="password"]{
		line-height: 50px;
		border: 1px solid var(--cyan-light);
		height: 50px;
	}

.modal-backdrop.show{ opacity: 0.7 !important; }


.loading-posts-more{ min-height: 50px; position: relative; display: none;}
.loading-posts-more .loading-icon{  position: absolute; left: 50%; transform: translateX(-50%); height: 50px; width: 50px; background-color: var(--blue);  -webkit-mask: url(imgs/icon_m_animated.svg); mask-image: url(imgs/icon_m_animated.svg); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;  }



/*
 *	 // Components
 */


/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px !important; }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px !important; }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px !important; }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px !important; }
}


.gglcptch_recaptcha > div {width: 100% !important;}
.gglcptch_recaptcha iframe{min-width: 302px !important;}

.text-comments{font-size:11px; font-family: 'Ubuntu'; font-weight:regular;}


/* Fix Iphone =< 5*/
@media only screen 
and (max-device-width : 320px) 
and (orientation : portrait) {
    .box-produtos .sliderProdutosHome { height: 100vh; }
    .box-produtos .sliderProdutosHome .texted{height: 100vh; }
    .banner-area.with-image .container .vertical-align{top: calc(50% + 12vh);}
    .banner02, .banner02 .row, .banner02 .row .col-lg-6 {height: 100vh;}    
    .banner-area .image-default{ display: none; }
    .timeline .timeline-box { width: 100%; padding: 10px; }
}

/* Botão da linguagem */
.languageBtn {
  background-color: transparent;
  border: none;
  color: #293896;
  font-size: 10px;
  cursor: pointer;
}


