/********************* NORMALIZE ************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
     display: block;
}

ol,
ul {
     list-style: none;
}

blockquote,
q {
     quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
     content: '';
     content: none;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

.clear {
     clear: both;
}

iframe {
     display: block;
}

/********************* GERAL ************************/

body {
	font-family: 'Open Sans', sans-serif !important;
     font-weight: 400;
}

strong {
     font-weight: 700;
}

.error::-webkit-input-placeholder {
     color: #FF0025;
}

p {
     padding-bottom: 0 !important;
}

#page-container {
     padding: 0 !important;
}

iframe {
     display: block;
}

:root {
    --marinho: #152232;
    --marinho-escuro: #090f18;
    --dourado: #00a984;
    --branco: #fff;
}

#main-header,
.multichannel{
	display: none!important;
}

/********************* GERAL TEMA ************************/

.et_pb_section {
     padding: 50px 0;
}

.et_pb_row {
     padding: 20px 0;
     max-width: 100%;
     width: 70%;
}

.et_pb_fullwidth_section {
     padding: 0px !important;
}

.et_pb_column {
     margin-right: 0px !important;
}

/********************* FONTES ************************/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/********************* BANNER ************************/

#banner {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, var(--marinho-escuro), var(--marinho));
}

#banner .et_pb_row {
    padding: 100px 0!important;
}

#banner .et_pb_row .et_pb_code_inner{
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#banner .et_parallax_bg {
    opacity: .7;
}

#banner h1 {
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase ;
    line-height: 44px;
    color: var(--branco);
    margin-bottom: 30px;
    text-align: center;
    background: var(--dourado);
    padding: 10px 40px !important;
	letter-spacing: 1px;
}

#banner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
}
#banner strong {
    font-size: 22px;
    line-height: 26px;
    color: var(--dourado);
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
}

#banner .logo{
	max-width: 300px;
    margin-bottom: 50px;
}

/********************* CONTEUDO ************************/

.et_pb_section h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    color: var(--branco);
    text-align: center;
    margin-bottom: 10px;
    background: var(--dourado);
    padding: 20px;
}

.et_pb_section h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.et_pb_section h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    color: var(--dourado);
    text-align: center;
	margin-bottom: 10px;
}
	
.et_pb_section p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px;
}

.et_pb_section hr {
    width: 70%;
    height: 1px;
    border: none;
    background: var(--dourado);
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
}

/******************** DOWNLOAD *****************/

.download {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download .btn {
    text-align: center;
    max-width: 23%;
    min-width: 23%;
	margin: 0 1%;
    box-sizing: border-box;
    background: var(--dourado);
    border-radius: 45px;
    padding: 10px;
    font-weight: bold;
	color: var(--branco)!important;
	transition: .2s ease all;
}

.download .btn:hover{
	filter: brightness(1.1);
	transition: .2s ease all;
}

/******************** GALERIA *****************/

.et_pb_gallery .et_pb_grid_item {
    width: 24%!important;
    margin: 0 1% 1% 0!important;
    clear: none!important;
    box-sizing: border-box!important;
	overflow: hidden;
}
.et_pb_gallery .et_pb_grid_item:nth-child(4n) {
	margin-right: 0!important;
}
.et_pb_gallery .et_pb_grid_item:hover img {
	transform: scale(1.15)!important;
	opacity: 1!important;
	transition: .5s ease!important;
}
.et_pb_gallery .et_pb_gallery_item img {
	transform: scale(1.05)!important;
	transition: transform 0.5s, opacity 0.5s!important;
}
.et_pb_gallery.et_pb_gallery_item .et_pb_gallery_caption {
	display: none!important;
}
.et_pb_gallery .et_pb_gallery_item:hover>.et_pb_gallery_caption {
	display: none!important;
}
.et_pb_gallery .et_overlay {
	display: none!important;
}
.et_pb_gallery .et_pb_gallery_grid .et_pb_gallery_image {
	overflow: hidden!important;
	position: relative!important;
}

/******************** Footer *****************/


#main-footer {
    background-color: var(--marinho-escuro)
}
#footer-bottom {
    background-color: transparent;
    padding: 15px 0 5px;
}
#footer-bottom .container {
    width: 95%;
    max-width: 100% !important;
}

#footer-info {
    color: var(--branco) !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    width: 90%;
	text-align: left;
    padding-bottom: 10px;
    float: left;
}

.assin img {
    margin-top: -10px!important;
}

@media only screen and (max-width: 1900px) {
	.mfp-image-holder .mfp-content {
		max-width: 95%;
	}
	
	.mfp-arrow-left .mfp-a, .mfp-arrow-left:after,
	.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
		background: var(--marinho-escuro);
		font-size: 48px;
	}
}

@media only screen and (max-width: 1800px) {

}


@media only screen and (max-width: 1600px) {

	
}

@media only screen and (max-width: 1599px) {

}

@media only screen and (max-width: 1440px) {
	
	.et-pb-arrow-next,
	.et-pb-arrow-prev {
		font-size: 24px;
	}	
	
}


@media only screen and (max-height: 769px) {
	

}

@media only screen and (max-width: 1366px) {
	
	
}
			 
@media only screen and (max-width: 1280px) {
	
	#banner h1 {
		font-size: 24px;
		line-height: 24px;
	}
	
	#banner p {
		font-size: 14px;
		line-height: 18px;
	}
	
	#banner strong {
		font-size: 18px;
		line-height: 24px;
	}
	
	.et_pb_section h4 {
		font-size: 18px;
		line-height: 22px;
	}
	
}
			 
@media only screen and (max-width: 1200px) {	


}

@media only screen and (max-width: 1080px) {
	
}

@media only screen and (max-width: 996px) {	
	
	
/********************* GERAL**********************/
	ul.et_pb_side_nav{
		display: none;
	}		
	.et_pb_column {
		margin-bottom: 0;
	}
	
	.et_pb_gallery .et_overlay{
		display: none;
	}
	
	.mfp-arrow-left .mfp-a, .mfp-arrow-left:after,
	.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
		font-size: 42px;
	}
	
	.mfp-image-holder .mfp-content {
		max-width: 100%;
	}
	
	.download{
		flex-direction: column;
	}
	
	#banner p {
		margin-bottom: 20px;
	}
	
	.et_pb_section h4 {
		font-size: 14px;
		line-height: 18px;
	}
	
	.download .btn {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 10px!important;
		font-size: 12px;
	}
	
	.et_pb_gallery .et_pb_grid_item {
		width: 49%!important;
		margin: 0px 2% 2% 0!important;
	}
	
	.et_pb_gallery .et_pb_grid_item:nth-child(2n) {
		margin-right: 0!important;
	}
	
	/********************* ASSINATURA ************************/	

	#footer-info {
		padding-bottom: 0;
		color: #fff;
		font-size: 12px;
		line-height: 28px;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.assin {
		width: 100%!important;
		height: 33px!important;
		margin-top: 0;
		text-align: center;
		position: relative!important;
		display: block;
	}
	
	.assin img {
		width: 110px!important;
		height: auto!important;
	}
	
}
	

	@media only screen and (max-width: 768px) {	
		
		
	}
	
	@media only screen and (max-width: 600px) {	
		
	
		
	}
	
	@media only screen and (max-width: 500px) {	
		
	}
	

	@media only screen and (max-width: 450px) {	
	
		
	}
	
	@media only screen and (max-width: 400px) {	
	
		
	}
	
	@media only screen and (max-width: 350px) {	
	
		footer {
			/*margin-bottom: 90px;*/
		}

		#footer-info {
			padding-bottom: 0;
			color: #fff;
			font-size: 12px;
			line-height: 28px;
		}

		.assin {
			width: 100%!important;
			height: 33px!important;
			margin-top: 10px;
			text-align: center;
			position: relative!important;
			display: block;
			bottom: 0;
		}

		.assin img {
			width: 110px!important;
			height: auto!important;
		}	

	}

	@media only screen and (max-width: 450px) {

		.et_pb_row {
			width: 90%;
		}

	}

	@media only screen and (max-width: 400px) {


	}

	@media only screen and (max-width: 379px) {

	}


	@media only screen and (max-width: 349px) {


	}