::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f2f2f2; 
}
 
::-webkit-scrollbar-thumb {
  background: #5cb9b1; 
}

#g-top{
    position: fixed;
    top: -1000px;
}

#g-page-surround{
	background-image: none;
}

#g-copyright .g-content {
    opacity: 1;
    text-align: center;
}

#g-copyright .nopaddingtop .g-content {
    padding-top: 20px !important;
	padding-bottom: 20px;
}

#g-copyrightmain .size-15{
	display: none;
}

#g-copyright {
    background: #000;
}

#g-copyright .g-content {
    margin: 0.625rem;
    padding: 0;
    color: #fff;
}

.section-horizontal-paddings {
	padding-left: 0;
    padding-right: 0;
}

body .g-side-column {
    min-width: 0 !important;
}

.g-block.g-side-column.size-15{
	display: none;
}

.g-middle-column{
	width: 100%;
	margin: 0 auto;
}


#g-navigation{
	width: 100%;
	box-shadow: none;
	background-image: none;
	position: fixed;
    top: 0;
    z-index: 9999999;
	height: 80px;
}

#g-header #g-navigationleft .g-content, #g-header #g-navigationright .g-content, #g-navigation .g-content {
    padding-top: 0;
    padding-bottom: 0;
}

#barratopo{
    border-bottom: 0px;
	z-index: 9999;
	color: #333;
	background: white;
	height: 80px;
}

#barraTopoSuperior .g-content, #barratopo .g-content{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

#barraTopoSuperior{
	background: #fff;
    height: 26px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

#barraTopoSuperior .botao {
    height: 25px;
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-family: 'COCOGOOSELETTERPRESS',sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    color: #333;
    padding: 0 20px;
    border-left: 1px solid rgba(51, 51, 51, 0.2);
    background-color: white;
}

#barraTopoSuperior .botao:hover, #barraTopoSuperior a:hover .botao{
    color: #333;
    background-color: rgb(249, 248, 248);
    border-left: 1px solid rgba(51, 51, 51, 0.1);
}

#barraTopoSuperior a:nth-child(1) .botao{
	color: #fff;
    background-color: rgb(51, 51, 51);
}

#barraTopoSuperior a:nth-child(1):hover .botao{
	background-color: #7dcef1;
	color: #fff;
}

#barraTopoSuperior .botao.btsd{
	border-right: 1px solid rgba(51, 51, 51, 0.2);
}

#barraTopoSuperior svg{
	width: 25px;
    height: 16px;
}

#barraTopoSuperior svg path{
	fill:#333;
}

#barraTopoSuperior .modulo{
    float: right;
    width: auto;
    color: #333;
    font-family: 'COCOGOOSELETTERPRESS',sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    border-right: 1px solid rgba(51, 51, 51, 0.2);
    padding: 0 10px;
    cursor:pointer;
}

#barraTopoSuperior .modulo.idioma{
	border-left: 1px solid rgba(51, 51, 51, 0.2);	
}

#barraTopoSuperior .modulo .mod-languages{
	width: 46px;
    display: inline-block;
    vertical-align: middle;
}

#barraTopoSuperior .modulo .mod-languages form {
    margin: 0;
}

#barraTopoSuperior .modulo .mod-languages form select{
	margin-bottom: 0;
	border: 0px !important;
	outline: none !important;
    box-shadow: none !important;
    padding: 0;
    font-size: 18px;
    height: 25px;
}

#barraTopoSuperior .modulo .mod-languages form select option{
    font-size: 12px;
}


#barraTopoSuperior .modulo.areaPessoal span{
    padding-right: 10px;
}

body{
    margin: 0px auto;
}

#barratopo .g-content{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#barratopo .w30{
    width: 30%;
    display: inline-flex;
    vertical-align: middle;
    justify-content: left;
    align-items: center;
    height: 80px;
}

#barratopo .w30 svg{
    margin-top: 10px;
}

#barratopo .w30 img{
	height: 60px;
}

#barratopo .w70{
    width: 69%;
    display: inline-block;
    vertical-align: middle;
}

#barratopo .w70 .switch:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    border-top: 1px solid #333;
    font-size:0;
}

#barratopo .w70 .switch .copy.blog:after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: -2px;
    left: 12px;
    margin: -12px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #333;
}

#barratopo .w70 .switch .copy.site:after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: -2px;
    left: 15px;
    margin: -12px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #b0b0b0;
}

#barratopo .w70 .switch__drag:after {
    content: "";
    height: 17px;
    width: 17px;
    position: absolute;
    left: 13px;
    margin: -11px -15px;
    vertical-align: middle;
    border-radius: 24px;
    transition: all 0.3s linear;
    background: #7dcef1;
    background: linear-gradient(to bottom, #7dcef1 0%, #7dcef1 100%);
}

#barratopo .w70 .switch{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #333;
    border-radius: 48px;
    float: right;
    position: relative;
    width: 98px;
    color: #333;
    overflow: hidden;
}

#barratopo .w70 .switch__track {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 20px;
}

#barratopo .w70 .switch__drag {
    position: absolute;
    left: 0;
    transition: none;
}

#barratopo .w70 .switch .copy.blog {
    left: 18px;
    color: #febd28;
}

#barratopo .w70 .switch.website .copy.blog {
    color: #333;
    font-size: 10px;
    text-transform: capitalize;
}

#barratopo .w70 .switch.website .copy.site {
    color: #333;
    font-size: 10px;
    text-transform: capitalize;
}

#barratopo .w70 .switch .copy.site {
    left: 55px;
    color: #adadad;
    margin-left: 9px;
}

#barratopo .w70 .switch .copy {
    font-size: 0.5em;
    text-transform: uppercase;
    position: absolute;
    bottom: 4px;
    line-height: 1em;
    transition: all 0.3s linear;
}

#barratopo .conteudo{
	width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#barratopo .leftSide, #barratopo .rightSide{
	width: 30%;
    display: inline-flex;
    vertical-align: middle;
    float: left;
    align-items: center;
    height: 80px;	
}

#barratopo .leftSide .botao{
    width: 55px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#barratopo .leftSide .botao svg{
    width: 25px;
    height: 25px;
}

#barratopo .leftSide .botao svg path{
    fill: #333;
}

#barratopo .w40{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

#barratopo .w40 img{
	margin: 18px auto;
    height: 25px;
}

#barratopo button{
	outline: none;
	background: transparent;
	text-align: center;
}

#barratopo .rightSide .botao{
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 5px;
    color: #333;
    margin-right: 10px;
}

#barratopo .rightSide .botao.anunciar{
    border: 1px solid #5cb9b1;
}

#barratopo .rightSide .botao:hover{
	background: #5cb9b1;
	color: #ffffff;
}

.mod-languages .btn {
    background: #ffffff;
    box-shadow: none;
    padding: 6px 5px 5px 5px;
    margin-top: -9px;
    border-radius: 0px !important;
    color: #333 !important;
}

.mod-languages .btn .caret{
	display:none;
}

.mod-languages .btn-group.open .btn.dropdown-toggle {
    background-color: #ffffff;
    outline: none;
    box-shadow: none;
}

.mod-languages .btn-group.open .dropdown-menu{
    margin-left: -42px;
    margin-top: 10px;
    border-radius: 0px;
}

.mod-languages .btn-group.open .dropdown-menu > li > a{
	color:#333 !important;
	border-bottom: 1px solid #333333 !important;
    width: 90%;
    margin: 0 auto;
    padding: 3px 5px;
}

.mod-languages .dropdown-menu > li > a:hover, .mod-languages .dropdown-menu > li > a:focus, .mod-languages .dropdown-submenu:hover > a, .mod-languages .dropdown-submenu:focus > a {
    background: #ffffff;
    color: #333 !important;
    border: 0px !important;
}

#barratopo .rightSide .content{
    width: 100%;
    text-align: right;
    padding: 0;
}

#barratopo .rightSide .mod-languages{
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
	padding: 0;
}

#altura{
	height: 80px;
}

.itemid-320 .item-page{
    display:none;
}


#slide .g-content, #fotoMobile .g-content {
	margin: 0;
    padding: 0;
}
#slide {
	margin-top: 105px;
}
#fotoMobile {
	display: none;
	margin-top: 105px;
}
#g-expanded {
	padding: 0;
}
#g-mainbar {
	margin-top: -98px;
	padding: 0;
}

#newsletter .g-content {
	background: rgb(0 0 0 / 15%);
    width: 100%;
    margin: 0;
	padding-bottom: 67px;
}
#newsletter .acym_module  {
	margin-top: 30px;
}
#newsletter .acym_module_form .onefield {
	width: 50%;
    text-align: left;
    margin: 10px auto;
    padding: 10px;
}
#newsletter .acysubbuttons {
	width: 50%;
    margin: 20px auto;
}
#newsletter .acym_lists {
	text-align: center;
    margin: auto;
    width: 100%;
}
#newsletter .acym_lists .onelist {
	display: inline-block;
    text-align: center;
    padding: 10px;
	margin: 10px;
}

#g-mainbar .g-content {
	background: rgb(0 0 0 / 15%);
    width: 100%;
    margin: 0;
	padding-bottom: 67px;
}
#g-mainbar .page-header {
	margin-top: 220px;
}
#g-mainbar .page-header h2 {
	font-size: 50px;
    font-family: 'Merriwea',sans-serif;
	text-align: center;
}
#g-mainbar .texto {
	width: 85%;
    text-align: justify;
    margin: 20px auto;
	font-family: 'Barlow-Regular', sans-serif;
    font-size: 20px;
}

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"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	box-shadow: 4px 4px rgb(0 0 0 / 30%);
}
#newsletter .onefield #customField3 {
	box-shadow: 4px 4px rgb(0 0 0 / 30%);
}


@media (max-width: 361px){
	
	#barratopo .w30 {
		width: 40%;
	}
	#barratopo .w30 img {
		height: auto; 
	}
	#slide {
		display: none;
	}
	#fotoMobile {
		display: block;
	}
	#newsletter .g-content {
		padding: 5px;
	}
	#newsletter .acym_module_form .onefield {
		width: 100%;
		margin: 20px 5px;
	}
	#newsletter .acym_lists {
		text-align: left;
	}
	#newsletter .acym_lists .onelist {
		display: block;
		text-align: left;
		padding: 10px;
		margin: 10px;
	}	
	#newsletter .acysubbuttons {
		width: 100%;
		margin: 20px;
	}
	
	#g-mainbar .page-header h2 {
		font-size: 30px;
	}
	#g-mainbar .texto {
		font-size: 15px;
	}
	
}

@media (min-width: 362px) and (max-width: 469px){
	
	#barratopo .w30 {
		width: 40%;
	}
	#barratopo .w30 img {
		height: auto; 
	}
	#slide {
		display: none;
	}
	#fotoMobile {
		display: block;
	}
	#newsletter .g-content {
		padding: 5px;
	}
	#newsletter .acym_module_form .onefield {
		width: 100%;
		margin: 20px 5px;
	}
	#newsletter .acym_lists {
		text-align: left;
	}
	#newsletter .acym_lists .onelist {
		display: block;
		text-align: left;
		padding: 10px;
		margin: 10px;
	}	
	#newsletter .acysubbuttons {
		width: 100%;
		margin: 20px;
	}
	
	#g-mainbar .page-header h2 {
		font-size: 30px;
	}
	#g-mainbar .texto {
		font-size: 15px;
	}
	
}

@media (min-width: 470px) and (max-width: 591px){
	
	#barratopo .w30 {
		width: 40%;
	}
	#barratopo .w30 img {
		height: auto; 
	}
	#slide {
		display: none;
	}
	#fotoMobile {
		display: block;
	}
	#newsletter .g-content {
		padding: 5px;
	}
	#newsletter .acym_module_form .onefield {
		width: 100%;
		margin: 20px 10px;
	}
	#newsletter .acym_lists {
		text-align: left;
	}
	#newsletter .acym_lists .onelist {
		display: block;
		text-align: left;
	}	
	#newsletter .acysubbuttons {
		width: 100%;
		margin: 20px;
	}
	
	#g-mainbar .page-header h2 {
		font-size: 35px;
	}
	#g-mainbar .texto {
		font-size: 15px;
	}
	
}

@media (min-width: 592px) and (max-width: 767px){
	#barratopo .w30 {
		width: 40%;
	}
	#barratopo .w30 img {
		height: auto; 
	}
	#slide {
		display: none;
	}
	#fotoMobile {
		display: block;
	}
	#newsletter .g-content {
		padding: 5px;
	}
	#newsletter .acym_module_form .onefield {
		width: 100%;
		margin: 20px 10px;
	}
	#newsletter .acym_lists {
		text-align: left;
	}
	#newsletter .acym_lists .onelist {
		display: block;
		text-align: left;
	}	
	#newsletter .acysubbuttons {
		width: 100%;
		margin: 20px;
	}
	
	#g-mainbar .page-header h2 {
		font-size: 35px;
	}
	#g-mainbar .texto {
		font-size: 17px;
	}
	
}

@media (min-width: 768px) and (max-width: 958px){
	#barratopo .w30 img {
		height: auto; 
	}
	#slide {
		display: none;
	}
	#fotoMobile {
		display: block;
	}
	#newsletter .acym_module_form .onefield {
		width: 100%;
		margin: 20px 10px;
	}
	#newsletter .acym_lists {
		width: 74%;
	}
	#newsletter .acysubbuttons {
		width: 100%;
		margin: 20px;
	}
	
}

@media (min-width: 959px) and (max-width: 1199px){
	
	#newsletter .acym_module_form .onefield {
		width: 70%;
	}
	
	#newsletter .acym_lists {
		text-align: center;
		margin: auto;
		width: 60%;
	}
	
}

@media (min-width: 1200px) and (max-width: 1439px) {
	#newsletter .acym_lists {
		text-align: center;
		margin: auto;
		width: 50%;
	}
}

@media (min-width: 1440px) and (max-width: 1599px) {
	#newsletter .acym_lists {
		text-align: center;
		margin: auto;
		width: 45%;
	}
}

@media (min-width: 1600px) and (max-width: 1799px){
	#newsletter .acym_lists {
		text-align: center;
		margin: auto;
		width: 40%;
	}
}


