html {
	overflow-x: hidden;
	min-height: 100%;
	height: 100%;
	
}


body {
	width: 100%;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}

.alignr {
	text-align: right;
}

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

button.cky-show-desc-btn:not(:hover):not(:active) {
    color: #fff !important;
    background: transparent;
    text-decoration: underline !important;
}

.cky-modal.cky-modal-open button:hover {
	color: #fff !important;
}

.cky-accordion-header .cky-always-active {
    color: #F36E40 !important;
}

@font-face {
    font-family: 'Adrianna Regular';
    src: url('Adrianna-Regular.eot');
    src: local('Adrianna Regular'), local('Adrianna-Regular'),
        url('Adrianna-Regular.eot?#iefix') format('embedded-opentype'),
        url('Adrianna-Regular.woff2') format('woff2'),
        url('Adrianna-Regular.woff') format('woff'),
        url('Adrianna-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adrianna Extended Regular';
    src: url('AdriannaExtended-Regular.eot');
    src: local('AdriannaExtended-Regular'),
        url('AdriannaExtended-Regular.eot?#iefix') format('embedded-opentype'),
        url('AdriannaExtended-Regular.woff2') format('woff2'),
        url('AdriannaExtended-Regular.woff') format('woff'),
        url('AdriannaExtended-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Adrianna Regular Bold';
    src: url('Adrianna-Bold.eot');
    src: local('Adrianna Bold'), local('Adrianna-Bold'),
        url('Adrianna-Bold.eot?#iefix') format('embedded-opentype'),
        url('Adrianna-Bold.woff2') format('woff2'),
        url('Adrianna-Bold.woff') format('woff'),
        url('Adrianna-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adrianna Extended ExtraBold';
    src: url('AdriannaExtended-ExtraBold.eot');
    src: local('AdriannaExtended-ExtraBold'),
        url('AdriannaExtended-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('AdriannaExtended-ExtraBold.woff2') format('woff2'),
        url('AdriannaExtended-ExtraBold.woff') format('woff'),
        url('AdriannaExtended-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Adrianna ExtraBold';
    src: url('Adrianna-Extrabold.eot');
    src: local('Adrianna Extrabold'), local('Adrianna-Extrabold'),
        url('Adrianna-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('Adrianna-Extrabold.woff2') format('woff2'),
        url('Adrianna-Extrabold.woff') format('woff'),
        url('Adrianna-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


.logotopo {
	max-width: 180px;
    top: 50px;
    position: absolute;
    width: 100%;
    left: 7%;
}

.menuhome {
	position: absolute;
	top: 30%;
	display: none;
	transition: all .8s ease;
	left: 50%;
    display: none;
    transition: all .8s ease;
    text-align: center;
    width: 100%;
    transform: translate(-50%);
}

.headercorte {
	    position: absolute;
    bottom: -1px;
    z-index: 9;
    width: 100%;
}

.hidehome {
	display: none;
	transition: all .8s ease;
}

.menuhomeshow {
	display: block;
}

.submenuhome {
	position: absolute;
    right: 0px;
    height: 100vh;
    width: 40%;
    background-color: rgba(255,255,255,0.21);
    z-index: 9;
	transition: all .4s ease;
	transform: translateX(100%);
	align-items: center;
    display: flex;
}

.submenuhome2 {
	position: absolute;
    right: 0px;
    height: 100vh;
    width: 40%;
    background-color: rgba(255,255,255,0.21);
    z-index: 9;
	transition: all .4s ease;
	transform: translateX(100%);
	align-items: center;
    display: flex;
}

.submenubg {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff;
    mix-blend-mode: soft-light;
}

.submenu {
	position: relative;
	left: 10%;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size: 32px;
	line-height: 1.4;
	font-weight: 400;
	z-index: 9;
	opacity: 0;
	/*
	transition-delay: .2s;
	transition-duration: .4s;
	transition-timing-function: ease;*/
}

.submenushow {
	opacity: 1 !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-menu {
    position:relative;
}
.dropdown-menu {
    top:0;
    /*left:-100%;*/
    left:-10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.boxescolunas {
	padding: 0;
	margin-bottom: 40px;
}

.boxescolunas .boxcolunas {
	display: flex;
  align-items: center;
  justify-content: center;
	min-height: 150px;
	text-align: center;
	
}

.boxtextcol {
	padding: 20px;
	font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
	
}

.boxescolunas .boxcolunas:first-child {
	background-color: #68475e !important;
}
.boxescolunas .boxcolunas:nth-child(2) {
	background-color: #f36e40 !important;
}
.boxescolunas .boxcolunas:nth-child(3) {
	background-color: #631f18 !important;
}
.boxescolunas .boxcolunas:nth-child(4) {
	background-color: #e72f10 !important;
}

.boxeservicos .boxservicos:nth-child(even), .boxeservicos .boxservicos:nth-child(even) .boxtext {
	background-color: #ff4c0e !important;
}

.boxeservicos .boxservicos:nth-child(even) .boxtitle {
	background-color: #45313F !important;
}

.boxservicos {
	padding: 0;
	background-color: #F36E40;
	margin-bottom: 40px;
}

.boxservicos .boxtext ul {
	padding-left: 15px;
	margin: 0;
}

.boxtitle {
	min-height: 70px;
	background-color: #68475E;
	font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
	color:#fff;
	padding-top: 20px;
	text-align: center;
}

.boxtext {
	background-color: #F36E40;
	padding: 20px;
	font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}


#menu-menuprincipal-1 li a {
	font-family: 'Zilla Slab', serif;
	color:#fff;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 300;
	transition: all .4s ease;
}

#menu-menuprincipal-1 li a:hover {
	font-weight: 600;
}

.subopen {
	transform: translateX(0%) !important;
}


.titlewidth {
	max-width: 600px;
	width: 100%;
}

.eventoslist {
	margin-bottom: 30px;
}

.eventosborder {
	border: 1px solid #666666;
}

.eventotitulo {
	font-family: 'Adrianna Extended ExtraBold';
	color:#000;
	font-size: 22px;
	line-height: 1.2;
}

.eventodescricao {
	font-family: 'Adrianna Regular';
	color:#000;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 10px;
}

.eventocoverbig {
	height: 350px;
	background-position: center;
	background-size: cover;
}

.eventobottom {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height: 100px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background: none !important;
	font-weight: 600 !important;
}

.slider-for .slick-prev:before {
    content: "" !important;
	background-image: url(../images/slick_arrow.svg);
	width: 90px !important;
	height: 60px !important;
	background-size: cover;
	background-size: contain;
    position: absolute;
    /* background-position: center; */
    background-repeat: no-repeat;
}
.slider-for .slick-prev {
    width: 90px !important;
	height: 60px !important;
	left: -125px !important;
}

.slider-for .slick-next:before {
    content: "" !important;
	background-image: url(../images/slick_arrow.svg);
	width: 90px !important;
	height: 60px !important;
	background-size: cover;
	background-size: contain;
    position: absolute;
    /* background-position: center; */
    background-repeat: no-repeat;
	transform: rotate(180deg);
}
.slider-for .slick-next {
    width: 90px !important;
	height: 60px !important;
	right: -15px !important;
}


/* -------------------------------- Masking -------------------------------- */
 .slide-content .innertop {
	 position: relative;
	 opacity: 0;
	 animation-fill-mode: forwards;
}

.slide-content .innerbottom {
	 position: relative;
	 opacity: 0;
	 animation-fill-mode: forwards;
}
 .slide-content.mask .mask {
	 position: relative;
	 overflow: hidden;
}
 .slide-content.mask .innertop {
	 animation-duration: 0.4s;
	 animation-delay: 0.3s;
	 animation-name: slide-up;
	 animation-fill-mode: backwards;
	 opacity: 1;
}
 .slide-content.mask .divider {
	 display: inline-block;
	 position: relative;
	 margin: 5px auto;
	 height: 1px;
	 width: 60%;
	 background-color: #f7e400 ;
	 animation: divider-mask 1s 0.3s both;
}
 .slide-content.mask .innerbottom {
	 animation-duration: 0.4s;
	 animation-delay: 0.7s;
	 animation-name: slide-down;
}
 @-webkit-keyframes slide-up {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateY(100%);
	}
	 100% {
		 opacity: 1;
		 -webkit-transform: translateY(0);
	}
}
 @-moz-keyframes slide-up {
	 0% {
		 opacity: 0;
		 -moz-transform: translateY(100%);
	}
	 100% {
		 opacity: 1;
		 -moz-transform: translateY(0);
	}
}
 @keyframes slide-up {
	 0% {
		 opacity: 0;
		 transform: translateY(100%);
	}
	 100% {
		 opacity: 1;
		 transform: translateY(0);
	}
}
 @-webkit-keyframes slide-down {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateY(100%);
	}
	 100% {
		 opacity: 1;
		 -webkit-transform: translateY(0);
	}
}
 @-moz-keyframes slide-down {
	 0% {
		 opacity: 0;
		 -moz-transform: translateY(100%);
	}
	 100% {
		 opacity: 1;
		 -moz-transform: translateY(0);
	}
}
 @keyframes slide-down {
	 0% {
		 opacity: 0;
		 transform: translateY(100%);
	}
	 100% {
		 opacity: 1;
		 transform: translateY(0);
	}
}
 @-webkit-keyframes divider-mask {
	 0%, 100% {
		 transform: scaleX(0);
	}
	 40%, 60% {
		 -webkit-transform: scaleX(1);
	}
}
 @-moz-keyframes divider-mask {
	 0%, 100% {
		 transform: scaleX(0);
	}
	 40%, 60% {
		 -moz-transform: scaleX(1);
	}
}
 @keyframes divider-mask {
	 0%, 100% {
		 transform: scaleX(0);
	}
	 40%, 60% {
		 transform: scaleX(1);
	}
}

.paddingperguntas {
	background-color: #2e2e2e; 
	padding-top: 120px; 
	padding-bottom: 120px;
}

.paddingsection {
	padding-top: 120px; 
	padding-bottom: 120px;
}


#galeria .colgal {
	margin-bottom: 10px !important;
}

.icondownload {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.lg-backdrop {
	background-color: #fff !important;	
}

.lg-actions .lg-prev:after {
    content: "" !important;
    width: 40px;
    height: 40px;
    background: url(../images/slick_arrow.svg);
    position: absolute;
    display: inline-block;
    background-size: contain;
    left: -5px;
    background-position: center;
    background-repeat: no-repeat;
}

.lg-actions .lg-next:after {
    content: "" !important;
    width: 40px;
    height: 40px;
    background: url(../images/slick_arrow.svg);
    position: absolute;
    display: inline-block;
    background-size: contain;
    left: -5px;
    background-position: center;
    background-repeat: no-repeat;
	transform: rotate(180deg);
}

.lg-sub-html, .lg-toolbar {
    background-color: rgba(0,0,0,0) !important;
}

.lg-actions .lg-next:before {
    content: "" !important;
}

.lg-toolbar .lg-download:after {
    content: "" !important;
	width: 30px;
	background: url(../images/icon_download_cinza.svg);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	    height: 40px;
    position: absolute;
    top: 4px;
    margin-left: -10px;
}

.lg-toolbar .lg-close:after {
    content: "" !important;
	width: 30px;
	background: url(../images/icon_close.jpg);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	    height: 40px;
    position: absolute;
    top: 4px;
    margin-left: -20px;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(255,255,255,1) !important;

}

.icondownload img {
	width: 30px;
}

.bgparceiros {
	
}

#accordion .card-header p {
    font-family: 'Adrianna Extended ExtraBold';
	color:#fff;
	font-size: 22px;
	line-height: 1.2;
}
#accordion .card-body p {
    font-family: 'Adrianna Regular';
	color:#fff;
	font-size: 20px;
	line-height: 1.2;
}

#accordion .card-body p a {
    font-family: 'Adrianna Regular';
	color:#fff !important;
	font-size: 20px;
	line-height: 1.2;
	text-decoration: underline !important;
}


.tituloslide {
	font-family: 'Adrianna Extended ExtraBold';
	text-align: left;
	color:#fff;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.titulosection {
	font-family: 'Adrianna Extended ExtraBold';
	text-align: left;
	color:#fff;
	font-size: 44px;
	line-height: 1.2;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.textocoluna {
	font-family: 'Adrianna Regular';
	text-align: left;
	color:#000;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.textocoluna strong {
	font-family: 'Adrianna Extended ExtraBold';
}

.textocoluna a {
	color:#000 !important;
}

.tituloservicos {
	font-family: 'Adrianna Extended ExtraBold';
	color:#000;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.textoservicos {
	font-family: 'Adrianna Regular';
	text-align: left;
	color:#000;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.textoservicos h1 {
	font-family: 'Adrianna Extended ExtraBold' !important;
	font-size: 20px !important;
	text-transform: uppercase;
}
.textoservicos strong {
	font-family: 'Adrianna ExtraBold' !important;
}

.textoservicos a {
	color:#000 !important;
}

.textoassinatura {
	font-family: 'Adrianna Regular';
	text-align: right;
	color:#000;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.textoassinatura strong{
	font-family: 'Adrianna Extended ExtraBold';
	text-align: right;
	color:#000;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.tituloequipa {
	font-family: 'Adrianna Extended ExtraBold';
	text-align: center;
	color:#000;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 5px;
	margin-top: 20px;
	text-transform: uppercase;
}

.textoequipa {
	font-family: 'Adrianna Regular';
	text-align: center;
	color:#000;
	font-size: 16px;
	line-height: 1.2;
}

.textoequipa p {
	margin-bottom: 0px !important;
}
.textoequipa strong {
	margin-top: 20px !important;
	font-family: 'Adrianna ExtraBold';
}

.colunaquem {
	margin-bottom: 40px;
}

.proximoseventos .colunaquem {
	margin-bottom: 10px;
} 
.proximoseventos .colunaquem:first-child .textoservicos {
	border-top: 1px solid #8c8c8c;
} 

.proximoseventos .colunaquem .textoservicos {
	border-bottom: 1px solid #8c8c8c;
} 

.proximoseventos .colunaquem .textoservicos {
    font-family: 'Adrianna Regular';
    text-align: left;
    color: #000;
    font-size: 22px;
    line-height: 1.2;
	text-transform: uppercase;
	padding-top: 22px;
	padding-bottom: 22px;
	margin-bottom: 0px;
	
}

.numero {
	font-family: 'Adrianna Extended ExtraBold';
	text-align: left;
	color:#e5b4b4;
	font-size: 56px;
	line-height: 1.2;
}

.titulocoluna {
	font-family: 'Adrianna Extended ExtraBold';
	text-align: left;
	color:#e5b4b4;
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
}
.numero2 {
	font-family: 'Adrianna Extended ExtraBold';
	text-align: left;
	color:#000;
	font-size: 80px;
	line-height: 1.2;
}

.titulocoluna2 {
	font-family: 'Adrianna Extended ExtraBold';
	text-align: left;
	color:#000;
	font-size: 34px;
	line-height: 1.2;
	text-transform: uppercase;
}
.textosection {
	font-family: 'Adrianna Regular';
	text-align: left;
	color:#000;
	font-size: 18px;
	line-height: 1.2;
}

.boxparceiros {
	background-position: center;
	background-size: cover;
	height: 500px;
	position: relative;
}

.logoparceiro {
	max-width: 200px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

#parceirosheader>.card>.card-header {
    min-height: 300px;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}

#parceirosheader .btn-link {
    font-family: 'Adrianna Extended ExtraBold' !important;
	text-align: left;
	color:#fff !important;
	font-size: 64px;
	line-height: 1.2;
	text-transform: uppercase;
	padding-top: 70px;
}

#parceirosheader .btn-link:before {
    height: 80px;
    right: 50px;
    width: 40px;
	transform: rotate(180deg);
}

#parceirosheader .btn-link.collapsed:before {
    height: 80px;
    right: 50px;
    width: 40px;
	transform: rotate(0deg);
}

.logoparceiro img {
	max-height: 100px;
}

.slick-slide {
	padding-right: 20px;
}

.parceirosslide .slick-dots li {
    width: 20% !important;
    height: 20px;
    margin: 0px !important;
}

.slick-dots {
    bottom: -45px !important;
	padding-right: 15px !important;
}

.parceirosslide .slick-dots li:first-child button:before {
	border-left: 1px solid #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.parceirosslide .slick-dots li:last-child button:before {
	border-right: 1px solid #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.parceirosslide .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 7px !important;
    content: '' !important;
    text-align: center;
    opacity: 1 !important;
    color: white;
	background-color: transparent;
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.parceirosslide .slick-dots li button {
	width: 20% !important;
    height: 7px !important;
}

.parceirosslide .slick-dots li.slick-active button:before {
    background-color: white;
}

#parceirosnortenav > li > .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-family: 'Adrianna Extended ExtraBold' !important;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    transition: all .4s ease;
}

.row-eq-height.slide-content.mask {
    min-height: 650px;
}




   #parceirosnortenav > li > .nav-link.active, #parceirosnortenav > li > .nav-link.show >.nav-link {
    color: #f4f0e8 !important;
    background-color: #fff !important;
}

#parceiroscentronav > li > .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-family: 'Adrianna Extended ExtraBold' !important;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    transition: all .4s ease;
}


   #parceiroscentronav > li > .nav-link.active, #parceiroscentronav > li > .nav-link.show >.nav-link {
    color: #f4f0e8 !important;
    background-color: #fff !important;
}


.titulolistaparceiros {
	font-family: 'Adrianna Extended ExtraBold' !important;
    color: #000;
    font-size: 18px;
	 line-height: 1.2;
}

#contentnortedesporto .btn-link, #norteeducacao .btn-link, #nortesaudebeleza .btn-link , #norteoutro .btn-link, #nortelazer .btn-link, #norteservicos .btn-link {
    padding-top: 15px;
    padding-bottom: 15px;
	
}

#contentnortedesporto .card-body, #norteeducacao .card-body, #nortesaudebeleza .card-body, #norteoutro .card-body , #nortelazer .card-body, #norteservicos .card-body {

	padding-bottom: 40px;
	padding-left: 5px !important;
}

#contentnortedesporto .card-header, #norteeducacao .card-header, #nortesaudebeleza .card-header, #norteoutro .card-header, #nortelazer .card-header, #norteservicos .card-header {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}



#centrodesportocontent .btn-link, #centroeducacao .btn-link, #centrosaudebeleza .btn-link , #centrooutro .btn-link, #centrolazer .btn-link, #centroservicos .btn-link {
    padding-top: 15px;
    padding-bottom: 15px;
	
}

#centrodesportocontent .card-body, #centroeducacao .card-body, #centrosaudebeleza .card-body, #centrooutro .card-body , #centrolazer .card-body, #centroservicos .card-body {
	padding-bottom: 40px;
	padding-left: 5px !important;
}

#centrodesportocontent .card-header, #centroeducacao .card-header, #centrosaudebeleza .card-header, #centrooutro .card-header, #centrolazer .card-header, #centroservicos .card-header {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}



#suldesportocontent .btn-link, #suleducacao .btn-link, #sulsaudebeleza .btn-link , #suloutro .btn-link, #sullazer .btn-link, #sulservicos .btn-link {
    padding-top: 15px;
    padding-bottom: 15px;
	
}

#suldesportocontent .card-body, #suleducacao .card-body, #sulsaudebeleza .card-body, #suloutro .card-body , #sullazer .card-body, #sulservicos .card-body {
	padding-bottom: 40px;
	padding-left: 5px !important;
}

#suldesportocontent .card-header, #suleducacao .card-header, #sulsaudebeleza .card-header, #suloutro .card-header, #sullazer .card-header, #sulservicos .card-header {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

#ilhasdesportocontent .btn-link, #ilhaseducacao .btn-link, #ilhassaudebeleza .btn-link , #ilhasoutro .btn-link, #ilhaslazer .btn-link, #ilhasservicos .btn-link {
    padding-top: 15px;
    padding-bottom: 15px;
	
}

#ilhasdesportocontent .card-body, #ilhaseducacao .card-body, #ilhassaudebeleza .card-body, #ilhasoutro .card-body , #ilhaslazer .card-body, #ilhasservicos .card-body {
	padding-bottom: 40px;
	padding-left: 5px !important;
}

#ilhasdesportocontent .card-header, #ilhaseducacao .card-header, #ilhassaudebeleza .card-header, #ilhasoutro .card-header, #ilhaslazer .card-header, #ilhasservicos .card-header {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}



#intdesportocontent .btn-link, #inteducacao .btn-link, #intsaudebeleza .btn-link , #intoutro .btn-link, #intlazer .btn-link, #intservicos .btn-link {
    padding-top: 15px;
    padding-bottom: 15px;
	
}

#intdesportocontent .card-body, #inteducacao .card-body, #intsaudebeleza .card-body, #intoutro .card-body , #intlazer .card-body, #intservicos .card-body {
	padding-bottom: 40px;
	padding-left: 5px !important;
}

#intdesportocontent .card-header, #inteducacao .card-header, #intsaudebeleza .card-header, #intoutro .card-header, #intlazer .card-header, #intservicos .card-header {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}


#suldesporto .btn-link.collapsed:before, #suldesportocontent2 .btn-link.collapsed:before, #suldesportocontent3 .btn-link.collapsed:before, #suldesportocontent4 .btn-link.collapsed:before, #suldesportocontent5 .btn-link.collapsed:before, #suldesportocontent6 .btn-link.collapsed:before {
    content: "";
    position: absolute;
    color: #fff;
    font-family: 'Adrianna Regular';
    font-size: 20px;
    height: 20px;
    right: 20px;
    float: right;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/arrow_up_grey.svg);
    transition: .4s ease all;
    transform: rotate(0deg);
    /* background: red; */
}

#suldesporto .btn-link:before, #suldesportocontent2 .btn-link:before, #suldesportocontent3 .btn-link:before, #suldesportocontent4 .btn-link:before, #suldesportocontent5 .btn-link:before, #suldesportocontent6 .btn-link:before {
    height: 20px !important;
    right: 20px !important;
    width: 20px !important;
    transform: rotate(180deg) ;
	background-image: url(../images/arrow_up_grey.svg) ; 
}

#contentnortedesporto .btn-link.collapsed:before, #contentnortedesporto2 .btn-link.collapsed:before, #contentnortedesporto3 .btn-link.collapsed:before, #contentnortedesporto4 .btn-link.collapsed:before, #contentnortedesporto5 .btn-link.collapsed:before, #contentnortedesporto6 .btn-link.collapsed:before {
    content: "";
    position: absolute;
    color: #fff;
    font-family: 'Adrianna Regular';
    font-size: 20px;
    height: 20px;
    right: 20px;
    float: right;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/arrow_up_grey.svg);
    transition: .4s ease all;
    transform: rotate(0deg);
    /* background: red; */
}

#contentnortedesporto .btn-link:before, #contentnortedesporto2 .btn-link:before, #contentnortedesporto3 .btn-link:before, #contentnortedesporto4 .btn-link:before, #contentnortedesporto5 .btn-link:before, #contentnortedesporto6 .btn-link:before {
    height: 20px !important;
    right: 20px !important;
    width: 20px !important;
    transform: rotate(180deg) ;
	background-image: url(../images/arrow_up_grey.svg) ; 
}

#intdesportocontent .btn-link.collapsed:before, #intdesportocontent2 .btn-link.collapsed:before, #intdesportocontent3 .btn-link.collapsed:before, #intdesportocontent4 .btn-link.collapsed:before, #intdesportocontent5 .btn-link.collapsed:before, #intdesportocontent6 .btn-link.collapsed:before {
    content: "";
    position: absolute;
    color: #fff;
    font-family: 'Adrianna Regular';
    font-size: 20px;
    height: 20px;
    right: 20px;
    float: right;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/arrow_up_grey.svg);
    transition: .4s ease all;
    transform: rotate(0deg);
    /* background: red; */
}

#intdesportocontent .btn-link:before, #intdesportocontent2 .btn-link:before, #intdesportocontent3 .btn-link:before, #intdesportocontent4 .btn-link:before, #intdesportocontent5 .btn-link:before, #intdesportocontent6 .btn-link:before {
    height: 20px !important;
    right: 20px !important;
    width: 20px !important;
    transform: rotate(180deg) ;
	background-image: url(../images/arrow_up_grey.svg) ; 
}


.iconslist {
	padding: 0px;
	margin: 0px;
}

.iconslist li {
	width: 50px;
	margin-right: 10px;
	float: left;
	list-style: none;
}

.tituloparceiro {
	font-family: 'Adrianna ExtraBold';
	text-align: center;
	color:#fff;
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 30px;
}

.logobottom {
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 9;
	width: 100%;
}

.overlayparceiros {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.20);
	pointer-events: none;
}

.subtituloslide {
	font-family: 'Adrianna Regular';
	text-align: left;
	color:#fff;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-left: 20px;
}

.listclassifications {
	color:#fff; padding-bottom: 20px; border-bottom: 1px solid #fff;    position: relative;
    height: 50px;
	margin-bottom: 40px;
}
.listclassifications:hover .botaoslide {
	background-position: bottom;
} 

.listclassifications:hover .textoseparador  {
	color:#dbead4 !important;
	font-weight: bold;
	
} 

.botaopdf {
	position: absolute;
    right: 60px;
	top: -4px;
}

.botaoslide {
	display: inline-block;
	font-family: 'Adrianna Extended ExtraBold';
	text-align: center;
	color:#000;
	background-color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 14px;
	float: left;
	background-image: linear-gradient(to top,#dbead4 50%,#fff 50%),linear-gradient(to top,#dbead4 50%,#fff 50%);
    text-decoration: none;
    background-size: 101% 201%;
    background-position: top;
	transition: .4s ease all;
}

.botaoslide:hover {
	background-position: bottom;
} 

.botaoinfo {
	display: inline-block;
	font-family: 'Adrianna Extended ExtraBold';
	text-align: center;
	color:#000;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #000;
	padding: 5px 20px;
	font-size: 14px;
	float: left;
	background-image: linear-gradient(to top,#000 50%,#fff 50%),linear-gradient(to top,#000 50%,#fff 50%);
    text-decoration: none;
    background-size: 101% 201%;
    background-position: top;
	transition: .4s ease all !important;
}

.botaoinfo:hover {
	background-position: bottom;
	color:#fff;
}

.slick-slide {
/*height: inherit !important;
	width: 100% !important;*/
}
.slick-track {
/*display: inline-flex !important;*/
}


.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hero-slider {
    width: 100%;
    height: calc(100vh + 20px);
    overflow: hidden;
	
}

.hero-slider .carousel-cell .slide-content {
	 position: relative;
	 top: 50%;
	 transform: translateY(-50%);
	 text-align: center;
	z-index: 9;
}

.paddingclube {
	padding-top: 20px;
}

.vcenter {
	display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-backdrop {
    position: static;
}



.iconvideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}

.colunaheader {
	text-align: center;
}


.headerdesk {
	display: block;
}

.headermobile {
	display: none;
}

.menufix {
	position: relative;
	z-index: 99999;
	width: 100%;
	height: 150px;
}

.imgheader {
	width: 100%;
    margin-left: -10%;
}

.imgheadercolleft {
	right: -5%;
}


.iconmenu {
	cursor: pointer;
    position: absolute;
    left: 10%;
    top: 250px;
    z-index: 999999;
    padding: 5px;
}



.bar1, .bar2, .bar3 {
    width: 48px;
    height: 6px;
    background-color: #F36E40;
    margin: 6px 3px;
    transition: all 0.4s ease;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,0.50);
	pointer-events: none;
}

#accordion .card {
	border-bottom: 1px solid #979797 !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
}

.btn-link {
    padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100% !important;
	text-align: left;
	border: none !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.card-header {
	padding-top: 30px !important;
	padding-bottom: 20px !important;
}

.btn-link:hover {
    text-decoration: none !important;
	
}

.btn-link:focus {
    text-decoration: none !important;
	outline: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

.btcandidatura {
	color:#EA0029;
	font-family: 'Recoleta SemiBold';
	font-size: 20px;
	text-decoration: underline;
}

.containercontactos .card-header {
    padding: 10px 10px 10px 60px !important;
	text-align: left !important;
    border-top: 3px solid #EA0029 !important;
    border-right: 3px solid #EA0029 !important;
    border-left: 3px solid #EA0029 !important;
	background-color: #fff !important;
	color:#EA0029 !important;
	font-family: 'Recoleta SemiBold' !important;
	font-size: 17px !important;
}

.containercontactos .card-body {
	 padding: 50px 60px !important;
	text-align: left !important;
    border-top: 3px solid #EA0029 !important;
	border-right: 3px solid #EA0029 !important;
    border-left: 3px solid #EA0029 !important;
	background-color: #fff !important;
	color:#0B0A0A !important;
	font-family: 'Sul Sans Regular' !important;
	font-size: 13px !important;
}

.containercontactos .card-header .btn-link {
    color:#EA0029 !important;
	padding-left: 0px !important;
}

.containercontactos .card-header .btn-link:focus {
      outline: none !important;
    border: none;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%) !important;
}

.card-header p {
	margin: 0px !important;
}

.botaotop {
    font-family: 'Adrianna Extended ExtraBold';
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 12px;
    right: 100px;
    position: absolute;
    top: 20px;
	background-image: linear-gradient(to top,#000 50%,#fff 50%),linear-gradient(to top,#000 50%,#fff 50%);
    text-decoration: none;
    background-size: 101% 201%;
    background-position: top;
	transition: .4s ease all;
	cursor: pointer;
}

.botaotop:hover {
	background-position: bottom;
	color:#fff;
}

.botaotopform {
    font-family: 'Adrianna ExtraBold';
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 12px;
	background-image: linear-gradient(to top,#000 50%,#fff 50%),linear-gradient(to top,#000 50%,#fff 50%);
    text-decoration: none;
    background-size: 101% 201%;
    background-position: top;
	transition: .4s ease all;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 15px;
	display: inline-block;
}

.botaotopform:hover {
	background-position: bottom;
	color:#fff;
}

.botaoon {
	background-position: bottom;
	color:#fff;
}

.padseparador {
	padding-top: 40px;
	padding-bottom: 40px;
}

.contentseparador {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9;
}

.paddingopen {
	padding-top: 145px;
	padding-bottom: 145px;
}

.tituloseparador {
	font-family: 'Adrianna Extended ExtraBold';
	text-align: left;
	color:#000;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 20px;

}

.diasdiv {
	margin-bottom: 40px;
}

.nopadleft {
	padding-left: 0px;
}

.nopadright {
	padding-right: 0px;
}

.contentdays {
	position: relative;
	z-index: 9;
}

.animicon {
	position: absolute;
    z-index: 1;
    bottom: 10%;
    right: 0%;
    max-width: 700px;
}

.subtituloseparador {
	font-family: 'Adrianna Extended ExtraBold';
	text-align: left;
	color:#000;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.fundolists {
	min-height: 620px;
	background-position: bottom center;
	display: flex;  
	align-items: center;
  justify-content: center; 
	background-size: cover;
	background-attachment: fixed;
}

.textoseparador {
	font-family: 'Adrianna Regular';
	color:#000;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
	transition: all .4s ease;
}


.overlayseparador {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.10);
}

.overlayslider {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.30);
}


.subtitulosliderquemsomos {
	font-family: 'Adrianna Extended ExtraBold';
	color:#000;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 120px;
}

.titulosliderquemsomos {
	font-family: 'Adrianna Extended ExtraBold';
	color:#000;
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 25px;
}
.textosliderquemsomos {
	font-family: 'Adrianna Regular';
	color:#000;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.subtituloeventos {
	font-family: 'Adrianna Regular';
	color:#000;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.paddingquemsomos {
	padding: 150px 150px 150px 28%;
	max-width: 960px;
}

.paddingsubservicos {
	padding-top: 210px;
	padding-bottom: 100px;
}

.paddingsubdesporto {
	padding-top: 120px;
	padding-bottom: 100px;
}

.sliderquemsomos {
	width: 100%;
}
.sliderquemsomos .carousel-cell {
	width: 100%;
}

.headerpage {
	position: relative; 
	padding-left: 0px; 
	padding-right: 0px; 
	height: 100vh; 
	background-position: center; 
	background-size: cover; 
}

.menutabs .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	font-family: 'Adrianna Extended ExtraBold';
	color:#000;
	font-size: 18px;
	line-height: 1.2;
	padding-left: 30px;
	padding-right: 30px;
}

.menutabs .nav-tabs {
	padding-bottom: 30px;
    border-bottom: 1px solid #86837f !important;
}
.menutabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #e1e1e1 !important;
    border:none !important;
	font-family: 'Adrianna Extended ExtraBold';
}
   

.menutabs .nav-tabs .nav-link.active {
	color:#fff !important;
	background: none !important;
}

.menutabs .dropdown-menu {
    min-width: 260px;
    padding: 40px 0px 10px 0px !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-family: 'Adrianna Regular' !important;
    text-align: left;
    list-style: none;
    color: #fff !important;
    background-color: #e1e1e1 !important;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0.25rem;
	margin-top: -1px !important;
}


.menueventos .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	font-family: 'Adrianna Extended ExtraBold';
	color:#000;
	font-size: 18px;
	line-height: 1.2;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	transition: all .4s ease;
}
.menueventos .nav-tabs .nav-link:hover {
    color:#e5b4b4 !important;
}

.menueventos .nav-tabs {
	padding-bottom: 0px;
    border-bottom: 1px solid #86837f !important;
}
.menueventos .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #e1e1e1 !important;
    border:none !important;
	font-family: 'Adrianna Extended ExtraBold';
}
   

.menueventos .nav-tabs .nav-link.active {
	color:#e5b4b4 !important;
	background: none !important;
}

.menueventos .dropdown-menu {
    min-width: 10rem;
    padding: 40px 0px 10px 0px !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-family: 'Adrianna Regular' !important;
    text-align: left;
    list-style: none;
    color: #fff !important;
    background-color: #e1e1e1 !important;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0.25rem;
	width: 100% !important;
	margin-top: -1px !important;
}

.headerpagecolor {
	position: relative; 
	padding-left: 0px; 
	padding-right: 0px; 
	height: 80vh; 
	background-position: center; 
	background-size: cover; 
	background-color: #f4f0e8;
}

.parallax {
	background-attachment: fixed;
}


.backgroundarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: animation 80s infinite;
    /* animation-iteration-count: infinite; */
	background-attachment: fixed;
}

@keyframes animation {
    0% { transform: scale(1);}
    50% { transform: scale(1.4);}
   100% { transform: scale(1);}
}


.iconsize {
    width: 260px;
    height: 260px;
}

.circular {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 20s linear;
    animation-iteration-count: infinite;
	width: 260px;
    height: 260px;
}

.circle {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
}

@keyframes rotate {
    0% {transform: translate(-50%, -50%) rotate(0deg);}
    100% {transform: translate(-50%, -50%) rotate(-360deg);}
}


.logofooter {
	max-width: 600px;
}

.hidemenu {
	display: none;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-5px, 6px);
}
.change .bar2 {
	opacity: 0;
	display: none;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-2px, -5px);
	transform: rotate(45deg) translate(-2px, -5px);
}

.blackbars .bar1, .blackbars .bar3 {
	background-color: #000 !important;
}

.change2 .bar1 {
	-webkit-transform: rotate(-45deg) translate(0px, 0px);
	transform: rotate(-45deg) translate(0px, 0px);
}
.change2 .bar2 {
	opacity: 0;
}
.change2 .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-6px, -7px);
}

.accordion.width {
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
}

.accordion.width .card {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: min-content;
}

.accordion.width .card .card-header {
  cursor: pointer;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.accordion.width .card .card-header:not(.collapsed) {
  pointer-events: none;
}

.collapsing.width {
  transition: width 0.35s ease;
  height: auto;
  width: 0;
}

.menuon {
	transform: translateX(0%) !important;
}

.bgadesao {
	background-color: #dbead5;
	position: absolute;
    height: 100%;
    min-height: 100%;
    width: 100%;
	right: 0px;
	padding-top: 20px;
	padding-bottom: 50px;
	z-index: 9999;
	overflow-y: auto;
	justify-content: center;
	align-items: center;
	transform: translate(-100%);
	top: 0px;
}

.linguas {
font-family: 'Figtree', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 20px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
	position: absolute;
	top: 50px;
	right: 10%;
	z-index: 999999;
}
.fotoequipa {
	height: 200px;
	background-size: cover;
	position: relative;
	filter: grayscale(1);
}

.tira {
	position: absolute;
    width: 100%;
    top: 166px;
    z-index: 9;
}

.tira img {
	width: 100%;
    background-blend-mode: multiply;
    opacity: .4;
	
}

.tiranews {
	position: absolute;
    width: 100%;
    bottom: -19px;
}

.tiranews img {
	width: 100%;
    background-blend-mode: multiply;
    opacity: .4;
	
}
.tiranews2 {
	position: absolute;
    width: 100%;
    bottom: -20px;
}

.tiranews2 img {
	width: 100%;
    background-blend-mode: multiply;
    opacity: .4;
	
}


.equipacont ul {
	padding: 0px;
	margin: 0px;
}

.boxequipa {
	list-style: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 280px;
	height: 280px;
	position: relative;
	overflow: hidden;
}

.boxequipa .half1 {
	width: 100%;
	position: absolute;
	height: 50%;
	top: 0;
	padding-left: 20px;
    padding-top: 20px;
}

.boxequipa:nth-child(odd) .half1 {
	background-color: #68475e;
}
.boxequipa:nth-child(even) .half1 {
	background-color: #631f18;
}

.boxequipa .half2 {
	background-color: #f36e40;
	width: 100%;
	position: absolute;
	height: 60%;
    bottom: -15px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
}


.equipabox {
	margin: 0px 0px 40px 0px;
	height: 450px; 
	background-color: #68475E; 
	padding: 0px;
}

.newsequipa {
	height: 160px;
	background-size: cover;
	position: relative;
}

.newsbox {
	margin: 0px 0px 40px 0px;
	min-height: 460px; 
	background-color: #68475E; 
	padding: 0px;
}
.contactosbox {
	margin: 0px 0px 00px 0px; 
	background-color: #68475E; 
	padding: 0px;
}

.equipacont [class*="col-"] {
      background-clip: padding-box;
    border: 10px solid transparent;
}

.newstitulo {
	font-family: 'Zilla Slab';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 1.2;

color: #FFFFFF;
}
.newstitulo strong {
	font-family: 'Zilla Slab';
font-style: normal;
    font-weight: 600;
    font-size: 14px;
line-height: 1.2;

color: #FFFFFF;
}

.newsdata {
	margin-top: 10px;
font-family: 'Figtree', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
}
	
.equipatitulo {
	font-family: 'Zilla Slab';
font-style: normal;
font-weight: 500;
font-size: 35px;
line-height: 42px;

color: #FFFFFF;
}

.equipatexto {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding-top: 40px;
    padding-left: 20px;
    color: #FFFFFF;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
}

.equipatexto strong {
	font-weight: 600;
}

.newstexto {
font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding-top: 30px;
    padding-left: 20px;
	padding-right: 20px;
    color: #FFFFFF;
}

.newstexto a {
	font-family: 'Figtree', sans-serif;
	margin-top: 25px;
	font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 24px;
	position: absolute;
	bottom: 15px;
/* or 171% */


color: #FFFFFF;
}

.newstexto a:hover {
	text-decoration: underline;
	color: #fff !important;
}



.contactotexto {
font-family: 'Figtree', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
padding: 40px 20px;


color: #FFFFFF;
}

.contactotexto strong {
	font-weight: 600;
}

.redes {
	position: absolute;
	left: 8%;
	bottom: 30px;
	z-index: 9;
	width: 100px;
}

.redes a {
	width: 36px;
}

.redes a:first-child {
	margin-right: 15px;
}
.redesfooter {
	width: 100px;
}

.redesfooter a {
	width: 30px !important;
}

.redesfooter a:first-child {
	margin-right: 15px;
}

.titulopag {
	font-family: 'Zilla Slab';
font-style: normal;
font-weight: 500;
font-size: 35px;
line-height: 42px;
/* identical to box height */
color: #68475E;
	margin-bottom: 15px;
}

.footersep {
    position: relative;
    top: -32px;
}

.menufooter {
    font-family: 'Figtree', sans-serif;
    color: #fff;
        font-size: 20px;
    line-height: 1.4;
    opacity: .4;
    padding-top: 3px;	
}
.menufooter a {
    font-family: 'Figtree', sans-serif;
    color: #fff !important;
        font-size: 20px !important;
    line-height: 1.4;
    padding-top: 3px;	
}

.menufooter span {
	margin-left: 6px;
	margin-right: 6px;
}

.textopag {
font-family: 'Figtree', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 24px;
color: #4F4F4F;
}

.textopag strong {
font-weight: 600;
color: #68475E;
}

.separador {
	width: 48px;
	height: 9px;
	background-color: #68475E;
	margin-top: 40px;
	margin-bottom: 40px;
}

.menucontainer {
	/*background-image: url("../images/fundo_homepage.jpg");
	background-size: cover;*/
    position: fixed;
    height: 100%;
    min-height: 100%;
    width: 100%;
	right: 0px;
	padding-top: 320px;
	padding-bottom: 50px;
	z-index: 9999;
	overflow-y: auto;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	transform: translateX(100%);
	padding-left: 7%;
	top: 0px;
}

#navigationbar {
	width: 100%;
}

.linkadesao {
	cursor: pointer;
}

.wpcf7-submit {
    font-family: 'Adrianna ExtraBold' !important;
    text-align: center;
    color: #000  !important;
    background-color: #fff  !important;
    border-radius: 20px !important;
    padding: 5px 20px !important;
    font-size: 14px;
	background-image: linear-gradient(to top,#000 50%,#fff 50%),linear-gradient(to top,#000 50%,#fff 50%);
    text-decoration: none;
    background-size: 101% 201%;
    background-position: top;
	transition: .4s ease all;
	cursor: pointer;
	border:none !important;
}

.wpcf7-submit:hover {
	background-position: bottom  !important;
	color:#fff  !important;
}


.formcontainer {
	border: 3px solid #6AB335;
	max-width: 1200px;
    margin: 0 auto;
}

/* Style wrapping span as button */
.file-resume {
    display: inline-block;
    position: relative;
    overflow:hidden;
}
.titleform {
	font-family: 'Recoleta SemiBold' !important;
	color: #EA0029;
    font-size: 22px;
}

.wpcf7-not-valid-tip {
  font-family: 'Sul Sans Regular' !important;
	color: #EA0029;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none !important;
	color: #EA0029 !important;
	 font-family: 'Sul Sans Regular' !important;
}
.wpcf7 form .wpcf7-response-output {
	font-family: 'Sul Sans Regular' !important;
    margin: 2em 0.5em 1em;
	color: #EA0029 !important;
    padding: 0.2em 1em;
    border: none !important;
}

.termos {
	font-family: 'Sul Sans Regular';
	color:#0B0A0A;
	font-size: 14px;
	margin-top: 40px;
	text-align: left;
}

.wpcf7-list-item-label {
	font-family: 'Adrianna Regular' !important;
	color:#000 !important;
	font-size: 16px !important;
	line-height: 1.2;
	position: relative;
    margin-top: -32px;
    display: block;
    margin-left: 40px;
}


.termos p {
	margin-bottom: 4px !important;
}



.wpcf7-acceptance {
	font-family: 'Sul Sans Regular' !important;
	color:#fff !important;
	font-size: 14px !important;
	font-weight: 400;
}
.wpcf7-acceptance a {
	font-family: 'Sul Sans Regular' !important;
	color:#6AB335 !important;
	font-size: 14px !important;
	font-weight: 400;
}

.labelcampo:first-child {
	margin-top: 0px;
}
.labelcampo {
	text-align: left;
	color:#0B0A0A;
	font-family: 'Sul Sans Regular';
	font-size: 14px;
	margin-top: 20px;
}

.labelcampo strong {
	color:#EA0029;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 30px !important;
    height: 30px !important;
	margin-right: 10px;
}

.wpcf7-text {
	font-family: 'Adrianna Regular Bold' !important;
	width: 100% !important;
    background: transparent !important;
    padding:10px 20px 10px 20px !important;
    color: #000 !important;
	border-radius: 5px !important;
	border: 1px solid #000 !important;
}

.wpcf7-file {
	width: 100% !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}


.wpcf7-textarea {
	font-family: 'Adrianna ExtraBold' !important;
	width: 100% !important;
    border: none !important;
    background: #fff !important;
    padding: 5px 20px 5px 20px !important;
    color: #0B0A0A !important;
	border-radius: 30px !important;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	outline: none !important;
}

::placeholder {
	font-family: 'Adrianna ExtraBold' !important;
    color: #000 !important;
    font-size: 16px;
}

.paddingimage {
	padding-top: 70px;
	padding-bottom: 70px;
}


.botaomais {
	border: 1.5px solid #EA0029;
	box-sizing: border-box;
	border-radius: 30px;
	font-family: 'Sul Sans Medium';
    font-size: 12px;
	 color: #EA0029;
	display: inline-block;
	 padding: 5px 15px;
}

.spaceblock {
    width: 100%;
    max-width: 26.1428571429em;
    margin-right: auto;
    margin-left: auto;
	padding-top: 20%;
    padding-bottom: 10%;
}



.titulosection p {margin-bottom: 0px !important;}




.inner {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.innertext {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.paddingslider {
	padding-top: 40px;
	padding-bottom: 40px;
}

.paddingslider {
	padding-top: 40px;
	padding-bottom: 40px;
}

.paddingtext {
	padding-top: 40px;
	padding-bottom: 40px;
}

#menu-menuprincipal>.contactos>a {
	background: #EA0029 !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 15px 13px !important;
	/*margin-left: 10px;*/
}

#menu-menuprincipal>li>a {
    text-align: left;
    transition: all .4s ease-in-out;
    letter-spacing: 1px;
    padding: 0px !important;	
	text-decoration: none !important;
	cursor: pointer;
	font-family: 'Zilla Slab', serif !important;
    color: #68475E;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 400 !important;
}

.homefull {
	height: 100vh;
	width: 100%;
	background-position: left top;
    background-size: cover;
	opacity: 0;
	z-index: 8;
	transition: all .6s ease;
	/* display: flex;
    align-items: center;
    justify-content: center;*/
}

.homeshow {
	transition: all .8s ease;
	opacity: 1 !important;
}

.textocontainer {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
}

.textohome {
	font-family: 'Zilla Slab', serif;;
font-style: normal;
font-weight: 300;
font-size: 48px;
line-height: 1.2;
	text-align: center;
color: #FFFFFF;
	transition: all 1.2s ease;
	transform: translateX(-300%);
}
.textohome2 {
	font-family: 'Zilla Slab', serif;;
font-style: normal;
font-weight: 300;
font-size: 48px;
line-height: 1.2;
	text-align: center;
color: #FFFFFF;
	transition: all 1.2s ease;
	transition-delay: 0.5s;
	transform: translateX(300%);
}

.showhome {
	transform: translateX(0);
}

.flickity-page-dots {
    bottom: 25px !important;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 50px !important;
    height: 7px !important;
    margin: 0 8px;
    background: none !important;
    border-radius: 10px !important;
    opacity: 1 !important;
    cursor: pointer;
    border: 1px solid #fff !important;
	transition: .4s ease all;
}

.flickity-page-dots .dot.is-selected {
    background-color: #fff !important;
}

.sliderquemsomos .flickity-page-dots .dot.is-selected {
    background-color: #000 !important;
}

#slider .flickity-page-dots {
    max-width: 100%;
    /*transform: translate(-50%,-50%);*/
    left: 0%;
	width: 100%;
}

#slider .flickity-page-dots .dot {
    width: 14.2% !important;
}

.sliderquemsomos .flickity-page-dots {
    max-width: 640px;
    /*transform: translate(-50%,-50%);*/
    left: 16%;
	width: 100%;
}

.sliderquemsomos .flickity-page-dots .dot {
    display: inline-block;
    width: 20% !important;
    height: 7px !important;
    margin: 0 0px !important;
    background: none !important;
    border-radius: 0px !important;
    opacity: 1 !important;
    cursor: pointer;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    border-left: transparent !important;
    border-right: transparent !important;
	transition: .4s ease all;
}

.sliderquemsomos .flickity-page-dots .dot:first-child {
	border-left: 1px solid #000 !important;
	    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.sliderquemsomos .flickity-page-dots .dot:last-child {
	border-right: 1px solid #000 !important;
	    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

#navigationbar #menu-menuprincipal > li.current_page_item > a {
	color:#F36E40  !important;
}

#navigationbar #menu-menuprincipal > li.current-page-ancestor > a {
	color:#F36E40  !important;
}

#menu-menuprincipal>li>a:hover {
  /*  color: #fff !important;
	background-color: #145629 !important;*/
	background-position: bottom;
	color:#F36E40 !important;
}

#menu-menuprincipal>li:last-child>a {
	margin-right: 0px;
}

#menu-menuprincipal>li>a:after {
    display: none !important;
}

/*#menu-menuprincipal>li>a:before {
    content: "";
    position: absolute;
    margin-left: -25px;
    margin-top: -2px;
    background-image: url(../images/menubefore.png);
    width: 20px;
    height: 29px;
}*/

.logocontainer {
	position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    display: inline-block;
    float: left;
}

#bs-main-navbar {
	float: left;
}

.navbar-nav>li {
    
}

.navbar-nav {
	display: block !important;
}

.sobre {
	padding-top: 100px;
	padding-bottom: 100px;
	/*background-color: rgba(192,132,108,0.30);*/
}

.footercontainer {
	background-color: #68475E;
	padding-top: 30px;
	padding-bottom: 30px;
font-family: 'Figtree', sans-serif;
font-size: 18px;
line-height: 24px;
/* or 133% */


color: #fff;
}

.textofooter {
	color:#fff;
	font-size: 14px;
}

@media (min-width: 769px) {

.colimg img {
    max-height: calc(100vh - (95px * 2));
}

}

.colimg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	width: 100%;
}

.colimg {
	padding-right: 0px;
}

.titulocontainer {
	position: relative;
	margin-top: -100px;
    margin-bottom: 20px;
}

.footerdiv {
	padding-top: 100px;
	padding-bottom: 40px;
	background-color: #000;
}



.copy {
	font-family: 'Figtree', sans-serif;
    color: #fff;
    font-size: 14px;
	line-height: 1.4;
	opacity: .4;
}

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

#bs-main-navbar {
	/*margin-right: 40px;*/
}

.menudesktop {
	display: none;
	
}
.icons {
    /* float: right; */
    /* display: inline-block; */
    /* padding-top: 100px; */
    transition: all .5s ease-in-out;
    right: 0px;
    position: absolute;
    top: -5px;
}

.icons a img {
	width: 50px;
}

.slick-initialized .slick-slide:focus {
    outline: none !important;
	border: none !important;
}

.iconsfooter  {
	width: 40px;
}

.icon {
	float: left;
	margin-right: 15px;
}


img {
	max-width: 100%;
}
a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: 0;
}

.colgama {
	float: right;
	position: relative;
	max-width: 250px;
    right: 10%;
}


.botaogamacenter {
	color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    transition: all .4s ease-in-out;
    letter-spacing: 1px;
    /* padding: 10px 25px; */
    text-align: center;
    /* background-color: #6AB335; */
    /* background-image: linear-gradient(to top,#145629 50%,#6AB335 50%),linear-gradient(to top,#145629 50%,#6AB335 50%); */
    background-image: linear-gradient(to top,#145629 50%,#6AB335 50%),linear-gradient(to top,#145629 50%,#6AB335 50%);
    border-radius: 50%;
    text-decoration: none;
    background-size: 101% 201%;
    background-position: top;
    border: 3px solid #fff;
    /* margin-top: 40px; */
    cursor: pointer;
    width: 130px;
    height: 130px;
    position: absolute;
    top: -70px;
    right: 0px;
	padding-top: 25px;
}

.botaogamacenter:hover {
	background-position: bottom;
}


.titulopagina {
	color: #145629;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
}

.bloconoticia {
	padding-bottom: 60px;
	padding-top: 60px;
	border-bottom: 6px solid #6AB335;
}

.bloconoticia:last-child {
	padding-bottom: 60px;
	padding-top: 60px;
	border-bottom: none;
}

.blocovida{
	padding-bottom: 35px;
	padding-top: 80px;
}

.card-header, .card {
	background: none !important;
	border-radius: 0px !important;
	border: none !important;
}

.franchisingtexto h2 {
	font-size: 30px;
    color: #EA0029;
    font-family: 'Recoleta SemiBold';
}

.boxlojas {
	margin-bottom: 120px;
	padding: 20px 60px 10px 60px;
	position: relative;
}

.boxlojas:after {
	content: "";
	position: absolute;
	bottom: -80px;
    width: 40px;
    height: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/icon_historia.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.containerhistoria .boxlojas:last-child:after {
	display: none;
}

.containerhistoria .boxlojas:last-child {
	margin-bottom: 10px;
}

.textonoticia a {
	color: inherit !important;
}


.btn-link.collapsed:before {
	content: "";
	position: absolute;
	color: #fff;
    font-family: 'Adrianna Regular';
	font-size: 20px;
    height: 20px;
	right: 0px;
	float: right;
	width: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/arrow_up.svg);
	transition: .4s ease all;
	transform: rotate(180deg);
}

.btn-link:before {
	content: "";
	position: absolute;
	color: #fff;
    font-family: 'Adrianna Regular';
	font-size: 20px;
    height: 20px;
	right: 0px;
	float: right;
	width: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/arrow_up.svg);
	
	transition: .4s ease all;
}


.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
}



.flickity-prev-next-button.next {
    background-image: url(../images/slider_seta_next.svg);
	width: 100%;
	height: 11px;
	background-repeat: no-repeat;
	right: 0 !important;
	background-color: transparent !important;
}
.flickity-prev-next-button.previous {
    background-image: url(../images/slider_seta_prev.svg);
	width: 100%;
	height: 11px;
	background-repeat: no-repeat;
	left: 0 !important;
	background-color: transparent !important;
}

.flickity-prev-next-button .flickity-button-icon {
	display: none;
}

.flickity-button:hover {
  
}

.borderright {
	border-right: 1px solid #fff;
}


.bgfooter {
	background-color: #EA0029;
	padding-top: 75px;
	padding-bottom: 75px;
}

.setatopo {
	cursor: pointer;
}

/*.flickity-prev-next-button {
    top: 45% !important;
}*/

.flickity-prev-next-button {
    top: inherit !important;
    width: 218px !important;
    height: 11px !important;
    border-radius: 0 !important;
    transform: translateY(0) !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

.noscroll {
	overflow: hidden;
}


/* Large desktop */
@media (max-width: 1700px) {
	.paddingquemsomos {
    padding: 150px 150px 150px 20%;
}
	.sliderquemsomos .flickity-page-dots {
    left: 13%;
}
}

@media (max-width: 1650px) {
.paddingquemsomos {
	padding: 120px 120px 120px 16%;
	max-width: 960px;
}

}
@media (max-width: 1350px) {
.paddingquemsomos {
	    padding: 90px 50px 100px 15px;
	
}

}

@media (max-width: 1550px) {
.paddingquemsomos {
	    padding: 90px 50px 100px 12%;
	
}
	
	.sliderquemsomos .flickity-page-dots {
    left: 7%;
}

}


/* Landscape phone to portrait tablet */
@media (max-width: 1430px) {

	.margintopvar {
		margin-top: 0px !important;
	}
	

	
	.tituloheader {
    font-size: 70px;
		line-height: 1.2;
}
	
	.tituloreceita {
    font-size: 20px;
}
}



@media (max-width: 1380px) {
.paddingquemsomos {
	    padding: 90px 50px 100px 15px;
	
}
	
	.sliderquemsomos .flickity-page-dots {
    left: 35px;
}
	
}

@media (max-width: 1320px) {
		.icons a img {
	width: 40px;
}	
	
	.icons {
	right: -20px;
}
	
}
	
@media (max-width: 1220px) {
	
	.containercontactos:before {
	display: none;
}

.containercontactos:after {
	display: none;
}
	
.colgama {
    right: 0px;
}
	
	.paddingquemsomos {
    padding: 90px 30px 30px 15px;
}
	.sliderquemsomos .flickity-page-dots {
    max-width: 540px;
    left: 14%;
    width: 100%;
}

	
	
		.tituloheader {
    font-size: 55px;
}
	

}

	
@media (max-width: 1090px) {
	

	
.titulosliderquemsomos {
    font-size: 28px;
}
	
	.textosliderquemsomos br {
		display: none;
	}
	
.sliderquemsomos .flickity-page-dots {
    max-width: 80% !important;
    left: 50%;
    width: 100%;
    bottom: 10px !important;
    transform: translateX(-50%);
}
	
		.tituloseparador {
    font-size: 42px;
}
	
	.carousel-cell {
    width: 50%;
    margin-right: 10px;
}
	
	.padart {
	padding-right: 15px;
}
	.padartleft {
		padding-left: 15px;
	}
	
	.icons {
    right: 20px;
    top: 17px;
}
	
			.tituloheader {
    font-size: 40px;
}
	
	
	
	.iconmenu {
		display: block;
	}
	
	.menudesktop {
		display: none;
	}
	

}

.imagedest {
	min-height: 350px;
	background-size: cover;
	background-position: center;
}

.pad100 {
	padding-top: 100px;
}


@media (max-width: 1600px) {
	
	.menucontainer {
   /* padding-left: 70px;*/
}
	
		#menu-menuprincipal>li>a {
		font-size: 22px !important;
	}
}

@media (max-width: 1200px) {
	.tira {
    top: 176px;
}
}
	
@media (max-width: 991px) {
		.tiranews {
    bottom: -16px;
}
		.tira {
    top: 172px;
}
	
	.footersep {
    position: relative;
    top: -37px;
}
	
	.alignr {
	text-align: center;
}
	
	.copy {
		text-align: center;
	}
	
	.menucontainer {
   /* padding-left: 70px;*/
}
	
	#menu-menuprincipal>li>a {
		font-size: 22px !important;
	}
	
	
.fundolists {
	background-attachment: inherit;
}
	
	
	.hero-slider .carousel-cell {
	background-attachment: inherit !important;
}
	
		.sliderquemsomos .flickity-page-dots {
  
			transform: translateX(-50%);
}
}

.hidecorte {
		display: block;
	}

@media (max-width: 600px) {
	
	.headercorte {
    bottom: -3px;
}
}
@media (max-width: 450px) {
	
	.headercorte {
    bottom: -6px;
}
}
	
@media (max-width: 767px) {
	
	.boxcolunas .boxtextcol p {
		margin-bottom: 0px;
	}
	
	.tiranews {
    bottom: -36px;
}
	
	.hidecorte {
		display: none;
	}
	
	.tira {
    top: 141px;
}
	
	.redesfooter {
		margin: 0 auto;
	}
	
	.footercontainer {
		text-align: center;
	}
	
	#navigationbar #menu-menuprincipal > li.current_page_item > a {
    color: #68475E !important;
}
	#menu-menuprincipal>li>a {
    font-size: 26px !important;
		color: #fff !important;
}
	
	.linguas {
		top: 70px !important;
	}
	
	#bs-main-navbar {
    width: 100%;
		text-align: center;
}
	
	.menucontainer {
    position: fixed;
    height: 100%;
    min-height: 100%;
    width: 100%;
    right: 0px;
    padding-top: 280px;
    padding-bottom: 50px;
    z-index: 9999;
    overflow-y: auto;
    transform: translateX(100%);
    padding-left: 0;
    top: 0px;
		text-align: center;
		background-color: #F36E40;
}
	
	.iconmenu {
    left: 14%;
    top: 130px;
}
	
		.nopadleft {
	padding-left: 15px;
}

.nopadright {
	padding-right: 15px;
}
	
	
	.row-eq-height.slide-content.mask {
    min-height: inherit !important;
}
	
	.parallax {
	background-attachment: inherit !important;
}
	
	.titulosection {
    font-size: 32px;
}
	
	.tituloseparador {
    font-size: 38px;
}
	
	.quemsomosimg {
		min-height: 450px;
	}
	
	.paddingquemsomos {
    padding: 80px 80px 80px 80px !important;
    max-width: 960px;
}
	
	.row-eq-height {
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
}
	
	.containercroissants:before {
    display: none;
}	
	
	.containercroissants:after {
    display: none;
}
	

	
	.inner {
    position: relative;
    top: 0%;
    transform: translateY(0%);
		margin-bottom: 60px;
}
	
	.centerlogo {
		text-align: center;
	}
	
	.textofooter {
		text-align: center;
	}
	
	.linksfooter {
		display: inline-block;
	}
	
	.iconsfooter {
		text-align: center;
		margin-top: 40px;
	}
	
	.paddingimage {
    padding-top: 0px;
    padding-bottom: 70px;
    padding-left: 0px;
    padding-right: 0px;
}
	
	.imgheader {
    width: 100%;
    margin-left: 0;
}
	
	.headerdesk {
	display: none;
}

.headermobile {
	display: block;
}
	
	.campanha {
    padding: 0px 15px;
}
	
	.wpcf7-file:before {
   display: none;
	
}


.wpcf7-file:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
	background-image: url(../images/icon_plus.jpg);
	width: 40px;
    height: 40px;
    top: 4px;
}
	
	.icons {
    right: 80px;
}
	

}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media (max-width: 600px) {
.row-eq-height {
    display: -webkit-block;
    display: -webkit-block !important;
    display: -ms-block;
    display: block !important;
}
}

.nav>li>a:focus {background:none}

@media (min-width: 768px) {




	}

.margcroissants {
	margin-top: 80px;
}

*:focus {
    outline: none;
	 border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Landscape phones and down */
@media (max-width: 420px) {
		.footersep {
    top: -40px;
}
	
}
	
@media (max-width: 420px) {
	.tira {
    top: 157px !important;
}
}	
@media (max-width: 380px) {
	
	.tiranews {
    bottom: -23px !important;
}
	
.tira {
    top: 165px !important;
}
}
	
@media (max-width: 480px) {
	
	.equipacont {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.equipacont ul {
		width: 100%;
	}
	
	.boxequipa {
		width: 100%;
	}
	
	.boxequipa .half2 {
    bottom: -10px !important;
	}
	
	.tiranews {
    bottom: -28px;
}
	
	.tira {
    top: 149px;
}
	
	.footerbot {
		margin-bottom: 20px;
	}
	
	.equipatexto {
		padding-right: 40px;
	}
	
	.menufooter {
		text-align: center;
	}
	
	.boxeservicos, .boxescolunas {
		padding-left: 0px !important;
	}
	
	.linguas {
    top: 70px !important;
		    font-size: 16px !important;
		right: 6% !important;
}
	
	#menu-menuprincipal-1 li a {
    font-family: 'Zilla Slab', serif;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300;
    transition: all .4s ease;
}
	
	.textohome, .textohome2 {
    font-size: 28px;
    line-height: 1.2;
}
	
	#menu-menuprincipal>li>a {
    font-size: 25px;
	}
	
	#bs-main-navbar {
    margin-left: -10px;
		padding-bottom: 30px;
}
	
	#slider {
    min-height: 600px !important;
}
	
	.copy {
    text-align: center !important;
}
	
	#accordion .card-header p {
    font-size: 18px;
}
	
	#accordion .card-body p {
    font-size: 16px;
}
	
		.titulosection {
    font-size: 24px;
}
	
		.tituloseparador {
    font-size: 28px;
}
	
	.paddingquemsomos {
    padding: 40px 20px 40px 20px !important;
    max-width: 960px;
}
	
.hero-slider .carousel-cell .slide-content {
    /* position: relative; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* text-align: center; */
    z-index: 9;
	position: inherit !important;
	top: auto !important;
	transform: none !important;
	text-align: left !important;
}
	
	
	.titleblock br {
    display: none;
}
	
	.innertext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
	
.circle {
    position: absolute;
    width: 140px;
    height: 140px;
    top: auto !important;
    right: 20px;
    transform: none !important;
    bottom: -50%;
}
	
	.iconsize, .circular {
	width: 140px;
    height: 140px;
	}

	
	.titulosection br {
		display: none;
	}
	
	.carousel-cell {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
	
	
	.logotopo {
    max-width: 165px;
    top: 20px;
    position: relative;
    width: 100%;
    left: 10px;
}
	
	.linguas {
    top: 30px;
}
	
	.botaotop {
    padding: 10px 15px;
    font-size: 10px;
    right: 100px;
    position: absolute;
    top: 25px;
		cursor: pointer;
	}
	
	
	.wpcf7-acceptance {
    font-size: 12px !important;
}
	
	.wpcf7-file:before {
   display: none;
	
}


.wpcf7-file:after {
    display: none;
}
	.textosliderquemsomos br {
		display: none;
	}
	
	.menufix {
    padding-top: 0px;
}
	
	.noscroll .menufix {

}


	
	.carousel-cell {
    width: 100%;
    margin-right: 0px;
}
	
	.iconmenu {
    cursor: pointer;
    position: absolute;
    left: 70px;
    top: 125px;
    z-index: 999999;
    padding: 5px;
}
	
}

@media only screen and (min-width : 1200px) {
    .container { max-width: 1300px; }
}

/* end device media queries */

/* Internet Explorer 8+ (Media Query) */
@media screen\0 {
}
