
/* [+] header:Header */

.scroll-none{
	overflow:hidden;
}

header{
	margin: 0 auto;
	/* background-color: var(--color-branding-0); */
}
#header .menu-container{
	gap: unset;
}

#header .menu-container .item-r{
	margin-left: auto;
}

#header .nav-itens ul{
	margin-left: auto;
	margin-right: 0px;
}

.hamburger-bar{
	background: rgb(19 47 85);
	border-bottom:2px rgba(73, 227, 22, 0.8);
	color:var(--color-base-white);
	display: grid;
	grid-template-columns: auto auto;
	width: 100%;
	height: 60px;
	margin:initial;
	padding:initial;
	align-items: center;
	justify-content: space-between;
	justify-items: center;
	font-size: 26px;
	display: none;
	visibility: hidden;
	padding: 0 var(--html-default-padding) 0 var(--html-default-padding);
}
.hamburger-btn {
	cursor:pointer;
}

.hamburger-btn button{
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.hamburger-bar a, .hamburger-bar i{
	color: var(--color-base-white);
}

.nav-itens {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	/* background: purple; */
	}

header,
footer{
	padding: 0 var(--html-default-padding) 0 var(--html-default-padding);
	max-height: 115px;
}

/*
.section-container{
	 padding: 0 var(--html-default-padding) 0 var(--html-default-padding); 
}
*/
.flex-columns{
	display: flex;
	flex-direction: row;
}
/* [-] header:Header */

/* [+] nav: Main Menu */

.menu{
	width: 99.5%;
	/* max-height: 140px; */
}

.menu-container{
	
margin: 0 auto;
	
display:grid;
	
grid-template-rows: repeat(1, 1fr);
	
padding: calc(var(--html-default-padding)*2) 0;
	
gap:20px;
	
max-width: var(--html-defautl-viewport-max-width);
}

.menu-grid-row{
	background-color: transparent;
	/* display: flex; */
	/* justify-content: space-around; */
	width: 100%;
}

.menu-grid-row nav{
	/* margin: var(--html-default-margin) 0 0 0; */
	/* width: 100%; */
	background: transparent;
}
.menu-grid-row nav ul{
		margin: 0 auto;
		padding: initial;
		display:flex;
		justify-content: space-between;
		align-content: center;
		width: 98%;
}
.menu-grid-row nav ul>li{
	list-style:none;
	text-align:center;
	font-weight: 700;
	/* border-bottom: 1px solid gray; */
}
.pine-divider{
	font-size: calc(var(--html-default-fontsize)/1.3);
	width:2px;
	font-weight: 100;
	background:rgb(19 47 85 / 18%);
	border-radius:12px;
	/*color: var(--color-base-white);*/
	color: var(--color-branding-0);
	max-height: calc(var(--html-default-fontsize)/1.1);
}

.menu-grid-row nav .menu-languages li button{
	width: 100%;
}

.menu-grid-row nav>ul>li>a{
	text-transform: uppercase;
	list-style:none;
	/* border-left: 2px solid rgb(211 234 253); */
	text-align:center;
	/* background:rgb(80, 204, 9); */
	font-size: calc(var(--html-default-fontsize)/1.3);
	display: block;
	margin: initial;
	padding: initial;
	/* color: var(--color-base-white);*/
	color: var(--color-branding-0);
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	transition: var(--transition-default-delay);
}

.menu-grid-row nav>ul>li>a:hover,
.menu-grid-row nav>ul>li>a:focus-within{
	color: rgb(138 185 210);
	border-bottom: 2px solid rgb(138 185 210);
	padding-bottom: 5px;
}

.li-languages{
	height: 15px;
}

.menu-container .logo-container-grid{
	display: grid;
	grid-template-columns: auto 1fr auto;
	/* background-color: #2196F3; */
	padding: 10px 0px 10px 0px;
	padding: initial;
	width: 100%;
	height: -webkit-fill-available;
}

.logo-container-grid .item-l,
.logo-container-grid .item-c,
.logo-container-grid .item-r {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	height: -webkit-fill-available;
}

.logo-container-grid .item-c{
	/* background:red; */
	width: 100%;
	margin: initial;
	padding: initial;
}
	.menu-social-icons{
	
	  display: flex;
	  width: 100%;
	  height: 100%;
	  flex-direction: row;
	  align-items: center;
	  gap: 10px;
	  margin: initial;
	  padding: initial;
	 
	 
	  }

  .menu-social-icons>li{
	list-style: none;
	/* padding: 10px; */
	}

.menu-social-icons>li>a>i{
	color: var(--color-base-white);
	color: var(--color-branding-0);
}

.menu-languages{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin: 0px !important;
	padding: 0px !important;
}

.menu-languages .lang button{
	padding: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: var(--color-blue1);
	background-color: var(--color-blue3);
	transition: 0.2s all ease-in;
}

.menu-languages .lang button:hover{
	background-color: var(--color-blue1);
	color: white;
}

.menu-languages .lang button.active{
	background-color: var(--color-blue1);
	color: white;
}

.menu-languages .lang img{
	width: 20px;
	height: 20px;
}


#home{
	background-color: var(--color-blue8);
	display: flex;
	width:100%!important;
	justify-content: flex-end;
}

#home .section-container{
	display: block;
	max-width: none;
	margin: 0 auto;
	width:100%;
	padding: initial;
}

#home #main-banner{
	margin: auto;
	text-align: center;
	width: 100%;
}

#home .flex{
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em;
}

#home .flex h1{
	color: var(--color-white);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 40px;
}

.home-store{
	/* height: 93px; */
	/* margin-top: 50px; */
	display: flex;
	gap: 20px;
	flex-direction: row;
	/* align-items: center; */
}

#home .home-store .col{
	width: 172px;
}

.home-store a{
	background-color: var(--color-blue5);
	color: var(--color-white);
	border-radius: 8px;
	font-size: 13px;
	display:flex;
	align-items: center;
	justify-content:center;
	height: 50px;
	transition: all 0.2s ease-in;
	border: 1px solid transparent;
}

.home-store a:hover{
	background-color: var(--color-blue9);
	border-color: var(--color-blue3);
}

#home .home-store .col:last-child a{
	gap: 15px;
}

#home .home-store img{
	width: 60px;
	height: 60px;
	opacity: 0.85;
	transition: var(--transition-default-delay) opacity;
}

#home .home-store span{
	padding-right: 10px;
}

#home .home-store strong{
	font-size: 20px;
	font-family: sans-serif;
}


.home-store img:hover{
	opacity: 1;
}


/* [+] main: hero */

/* [+] section: o que ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©? */


/* Section: O que é moviereading */

#about.que{
	border: none;
	padding-bottom: 0px;
	width:100%;
	padding: 1em;
	border-bottom: 1px rgba(30,30,30,0.3) solid;
}

#about p{
	font-size: var(--fs-content);
	padding: 0px;
	font-weight: normal;
}

#about .col:last-child p{
	font-size: var(--fs-content);
	text-align: center;
	color: white;
	font-weight: normal;
	padding: 0px;
	margin: 12px;
}

#about .flex-columns{
	padding: 0px;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 auto;
	gap: 20px;
}

.que .section-container{
	
	margin:0 auto;
}

.que .col-text{
	width: 50%;
}
.que .col-text p{
	margin-bottom: 90px;
	text-align: left;
	padding: var(--html-default-padding);
	margin: initial;
	padding-top: initial;
	font-size: calc(var(--html-default-fontsize)*1.3);
}

.que .col-elements{
	width: 45%;
}

.que .col-elements video{
	border-radius: 8px;
	width: 100%;
}

.que .col:nth-child(3){
	width: 100%;
	background-color: var(--color-blue8);
	padding: 0px;
	border-radius: 8px;
	color: white;
}

.que h2{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.que strong{
	font-weight: 700;
}

/* Section: Como funciona */

.como-funciona{
	width:100%;
	padding: 1em;
	border-bottom: 1px rgba(30,30,30,0.3) solid;
	background-color: var(--color-blue8);
}

.como-funciona .section-container{
	margin: 0 auto;
}
.como-funciona h2{
	color: var(--color-white);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.strong{
	font-weight: 700;
	color:inherit;
}

.como-funciona .section-container .flex-col:last-child{
	text-align: center;
	gap: 10px;
}

.como-funciona .flex-col:last-child .text{
	background-color: var(--color-blue9);
	padding: 10px;
	border-radius: 5px;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}


#how-it-works .flex-between .flex-col:first-child{
	text-align: left;
	width: 51%;
}

#how-it-works .flex-between .flex-col:first-child h2{
	text-align: left;
	font-size: 40px;
}

#how-it-works .flex-between .flex-col:first-child p{
	margin: 0px;
	margin-right: 13px;
	margin-bottom: 30px;
	color: var(--color-white);
	font-size: var(--fs-content);
	font-weight: normal;
}

#how-it-works .flex-between .flex-col:last-child{
	text-align: center;
	width: 43%;
}

#how-it-works .flex-between .flex-col:last-child .mplayer{
	width: 100%;
	height: auto;
	background-color: rgba(152, 177, 212, 0.171);
	border-radius: 8px;
}

#how-it-works .flex-between .flex-col:last-child #btnVideoTips{
	cursor: pointer;
	background-color: var(--color-blue5);
	color: #FFF;
	padding: 8px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	border: 1px solid var(--color-blue5);
	transition: 0.2s all ease-in;
}

#how-it-works .flex-between .flex-col:last-child #btnVideoTips:hover{
	color: var(--color-blue1);
	background-color: #FFF;
}

/* Section-end: Como funciona */

.faq{
	display: inline-block;
	width: 100%;
	padding: var(--section-padding) 0 var(--section-padding)  0;
	border-bottom: 1px rgba(30,30,30,0.3) solid;
	background: var(--color-base-white);
	box-shadow: 0 -1px 1px -1px #333;
}

.faq h2{
	text-align: center;
	text-transform: uppercase;
}

.faq .section-container{
	margin: 0 auto;
}

.faq ul, .faq li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq li {
    padding: 1.25em;
}

.faq li.q {
	display: flex;
	justify-content: space-between;
	align-items: center;
    border-bottom: 1px #000000 solid;
    cursor: pointer;
    font-size: calc(var(--html-default-fontsize)*1.1);
    font-weight: 400;
}

.faq li.q:hover{
	background-color: var(--color-blue2);
}

.faq li.q:focus{
	background-color: var(--color-blue2);

}

.rotate_bottom_to_left{
	rotate: 90deg;
}

li.q:nth-child(odd){
    background: var(--color-blue3);
}

.faq li.a {
    color: #34495e;
    background: var(--color-base-white);
    display: none;
	font-size: calc(var(--html-default-fontsize)*1.1);
	line-height:150%;
    font-weight: 100;
}

.faq li.a .flex{
	display: flex;
	gap: 15px;
}

/*
* [+] Section: Filmes
*/

.filmes{
	width:100%;
	padding: var(--section-padding) 0 var(--section-padding)  0;
	background-color: var(--color-white);
}

.filmes .section-container{
	margin: 0  auto;
	max-width: none;
	padding: 0px 28px;
}

.filmes .section-container .filmes-grid{
	width: 100%;
	display: grid;
	/*grid-template-columns: repeat(3, 1fr); */
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	justify-content: center;
	justify-items: center;
	gap: 10px;
}

.filmes .pagination-container{
	width: 100%;
	/* background-color: red; */
	padding: 20px;
	/* margin: 0 auto!important; */
	display: flex;
	justify-content: center;
}

.filmes .section-container h2{
	width: auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--color-blue5);
}

#filmes .justify-borders{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

#filmes .justify-borders .border{
	background-color: var(--color-blue1);
	height: 5px;
	width: 130px;
}

.filmes .section-container>p{
	width: 100%;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 100;
	text-align: center;
	color: var(--color-base-white);
}

.filmes-btn-cta{
	width: 100%;
	display: flex;
	justify-content: center;
}
.filmes-btn-cta a{
	margin-top:20px;
}

.card-movies{
	background-color: transparent;
}

.card-movies-icon{
	max-width: 50px;
}

.filmes-capa{
	width: 360px;
	height: 250px;
	margin: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	/* border-radius: 8px; */
}

.movie-card-container{
	display:flex;
	width:100%;
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	background: transparent;
}

.movie-card-img{
   
    max-width: 170px;

}
.movie-card-img img{
	object-fit: cover;
	height:100%;
}


.movie-card-container img{

	border-radius: 12px 0px 0px 12px;
}

.filmes-desc{
	width: 100%;
	text-transform: uppercase;
	/* float: right; */
	border-radius: 0px 12px 12px 0px;
	background: var(--color-base-white);
	background: transparent;
	/* padding: 20px; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-content: center;
	align-items: stretch;
}

.filmes-capa h3{
	/* width: 155px; */
	/* border-radius: 0 10px 0 0; */
	margin: 0;
	/* padding: 10px 10px 0 10px; */
	font-size: calc(var(--html-default-fontsize)/1.3);
	/* background: #f00; */
	padding: 6px;
	background-color: var(--color-base-white);
	border-radius: 0 12px 0 0;
	font-size: 20px;
	font-weight: 800;
}

.filmes-capa p{
	margin: 0;
	background: var(--color-base-white);
	padding-left: 10px;
	flex-grow: 1;
	font-size: calc(var(--html-default-fontsize)/1.3);
	font-weight: normal;
	font-size: 16px;
}

.filmes-desc .filmes-cat{
	flex-grow: unset;
	font-size: 16px !important;
	font-weight: normal;
}

.filmes-cat{
	/* height: 50px !important; */
	background: rgb(214 216 215) !important;
	/* min-height: 50px; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	font-size: 13px!important;
	/* margin-top: auto!important; */
}

.filmes-icons{/* min-height: 80px; */border-radius: 0px 0px 12px 0px;/* display: flex; */flex-direction: column;align-items: stretch;justify-content: space-around;flex-wrap: nowrap; background-color: var(--color-base-white);}

.filmes-icons i{
	/* position: absolute; */
	width: 30px;
	height: 30px;
	margin-top: 2px !important;
	border: 5px #000 solid;
	background: var(--color-base-white);
	text-align: center;
	line-height: 1.9;
	border-radius: 100%;
	margin: 0;
	padding: 0;
	margin: 0 4px 0 4px;
}

.movie-icons-group{
	/* background-color: rgb(128 135 204 / 70%); */
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: space-between;
	flex-direction: row;
	margin: 5px 0 5px;
	gap:5px;
}

.filmes-icons svg{
	margin-top: 2.5px;
	width: 25px;
	height: 25px;
}

#press{
	padding: 60px 0px 50px 0px;
	background-color: var(--color-blue6);
}

#press #filmescarrossellista{
	padding: 0px 130px;
}

slide{
	width:100%;
	padding: var(--section-padding) 0 var(--section-padding)  0;
	/* border-bottom: 1px rgba(30,30,30,0.3) solid; */
}

.slide .section-container{
	margin: 0px auto 20px auto;
	display:flex;
	align-items: center;
}

.owl-carousel .owl-stage .item{
	display: flex;
	align-items: center;
	justify-items: center;
}

.owl-carousel .h4{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	padding: 10px 30px 0px 30px;
	height: 320px;
	text-align: center;
	margin: 0 auto;
	/* line-height: 2; */
	background-color: var(--color-blue7);
	border-radius: 8px;
}

.owl-carousel .h4 p{
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin-top: 10px;
}

.owl-carousel .h4 a{
	color: #000;
	font-weight: normal;
}

.owl-carousel .h4 .image{
	border-radius: 100%;
	background-color: #BEBEBE;
	margin: auto;
	text-align: center;
	width: 100px;
	height: 100px;
}

.owl-carousel .h4 .title{
	font-weight: 500;
}

.owl-carousel .h4 .ref{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

.owl-carousel .owl-item .d-img{
	width: 114px;
	height: 114px;
	border-radius: 50%;
	margin: 12px auto 10px auto;
	background-color: white;
}

.owl-carousel .owl-item img{
	width: 100%;
	height: 114px;
	border-radius: 50%;
	padding: 5px;
}

.owl-prev{
	position: absolute;
	width: 80px;
	top: 110px;
	left: 0;
	height: 60px;
	width: 40px;
	color: rgb(41 128 185); 
}

.owl-next{
	position: absolute;

	width: 80px;
	top: 110px;
	right: 0;
	height: 80px;
	color: rgb(41 128 185);
}

.owl-prev{
	height: 80px;
}

.owl-prev span,.owl-next span{
	font-size: 80px;
	font-weight: 800;
	line-height: 0;
	color: white;
}

.owl-carousel a{
	text-align: center;
	font-size: var(--html-default-fontsize);
	line-height: var(--html-default-font-line-height);
	text-decoration: none;
	color: rgb(41 128 185);
}

.owl-carousel q{
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background-color: var(--color-blue7);
}

#btn-contact-form{
	width: 95%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}

#btn-contact-form #opModalMr{
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: 4.4em;
	background-color: var(--color-blue1);
	border-radius: 100%;
	padding: 5px;
	width: 85px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
	transition: 0.3s all ease-in;
}

#btn-contact-form #opModalMr:hover{
	scale: 0.9;
	background-color: var(--color-blue5);
}

#btn-contact-form #opModalMr img{
	width: 52px;
	height: 48px;
}

#btn-contact-form #opModalMr .btn-close-mr{
	display: none;
}

/*
* [-] Section: Contato
*/


/*
* [+] footer: footer
*/

/*--FOOTER--*/
footer{
	color: var(--color-white);
	padding-top: 2em;
	padding-bottom: 2em;
	max-height: none;
	width:100%;
	background-color: var(--color-blue9);
}

footer .section-container{
	margin: 0 auto;
	margin-bottom: 2px rgba(30,30,30,0.5);

}

footer h2{
	width: 100%;
	font-size: 38px;

	text-align: center;
}

/*
* [-] footer:footer
*/


/*
* [+] components
*/
.component-default-button {
	border-radius: 8px;
	background-color: var(--color-blue1);
	font-size: 32px;
	color: var(--color-base-white);
	padding: 10px 30px;
	border: 1px solid var(--color-blue1);
	cursor: pointer;
	margin: 20px!important;
	transition: var(--transition-default-delay);
	text-decoration: none;
	font-weight: 700;
	transition: 0.3s all ease-in;
}

.component-default-button:hover {
	background-color: var(--color-base-white);
	color: var(--color-blue1);
}

a.link.component-default-button{
	text-transform: uppercase;
	font-size: 27px;
}


.video {
	height: 315px;
	border-radius: 8px;
	background-color: transparent;
}

.video-container {
	text-align: center;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
  
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.acessibility-certifications-list{
	min-height: initial!important;
}

/*---ACESSIBILIDADE---*/
.acessibilidade{
	width: 100%;
	padding: 120px 0;
}

.acessibilidade>div{
	margin: 0 auto;

	text-align: left;
}
.acessibilidade-img{
	width: 100%;
}
.acessibilidade-img img{
	margin: 0 10px;
}

.acessibilidade ul{
	text-align: left;

	width: 90%;
	margin: 0 auto;
}
.acessibilidade li{
	margin-top: 10px;
}
.left-text{
	text-align: left;
	width: 89%;
	margin: 20px auto;
}
.acessivel_navbar{
	font-size:16px!important;
}
/* Slider carrousel*/
/*Colar na linha 1427 do arquivo assets/css/style.css*/
/*1427*/

.owl-dots{
	/*display: none !important;*/
	display: flex;
	justify-content: center;
	width: 100%;
	height: 20px;
	margin-top:35px;
}

.owl-dot{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 20px;
	margin: 0 5px;
	background: #fff !important;
	transition: background var(--transition-default-delay);
}

.owl-dot.active{
	background: rgb(19 47 85) !important;
	transition: background var(--transition-default-delay);
}

.endless{
	margin: 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height:40px;
	
}
.endless p{
	margin:0 auto;
	font-size: 24px;
}
.endless a{
	text-decoration:none;
	color:rgb(60, 50, 84);
	font-weight:400;
}

div[vw-access-button] {
	top:340px;
	right:-10px!important;
	
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgb(0 0 0 / 80%); /* Black w/ opacity */
  }
  
.modal-content {
  margin: 15% auto;
  max-width: 768px;
  display: flex; /* Usa flexbox para centralizar a imagem */
   /* Centraliza horizontalmente */
  align-items: flex-end; /* Centraliza verticalmente */
  overflow: auto; /* Permite rolagem se a imagem for maior que o modal */
  flex-direction: column;
  flex-wrap: nowrap;
  
  /* max-height: 60%; */
}

.modal-content img {
  max-width: 100%; /* Faz a imagem nÃƒÂ£o exceder a largura do modal */
  max-height: 100%; /* Faz a imagem nÃƒÂ£o exceder a altura do modal */
  height: auto; /* MantÃƒÂ©m as proporÃƒÂ§ÃƒÂµes da imagem */
  width: auto; /* MantÃƒÂ©m as proporÃƒÂ§ÃƒÂµes da imagem */
  border-radius: 12px;
  border: 4px solid var(--color-base-black);
  box-shadow: var(--html-default-elements-shadow);
  margin: 0 auto;
}

.modal-content a:focus-visible{
	outline:none;
}

  .close {
	color: rgb(19 47 85);
	float: right;
	font-size: 30px;
	font-weight: bold;
	background:rgb(255 255 255 / 85%);
	padding:10px;
	width:30px;
	height:30px;
	display:flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin-bottom:10px;
	border-radius:4px;
	/* margin: 0 auto; */
	}
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }
  

  #icom-btn .inscribe{
	color:red!important;
 }

/*
* [-] components
*/

/*
Novos estilos
*/

.flex-between{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: auto;
}

.flex-around{
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	margin: auto;
}

.flex-evenly{
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	margin: auto;
}

.flex-center{
	display: flex;
	justify-content: center;
	flex-direction: row;
	margin: auto;
}

.flex-items-center{
	align-items: center;
}

.flex-wrap{
	flex-wrap: wrap;
}



/* Section:Recursos */

#recursos{
	margin-bottom: 1em;
	border: none;
}

#recursos .section-container{
	margin: auto;
}

/* Section-end: Recursos */

/* Section: Segurança */

.box-icons{
	padding: 1em 0px;
	padding-bottom: 0px;
	flex-wrap: wrap;
	gap: 10px;
	border-top: 1px rgba(30,30,30,0.3) solid;
}

.box-icon{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 414px;
	height: 103px;
	background-color: var(--color-blue8);
	padding: 0.4em;
	border-radius: 8px;
	margin: 1em 0px;
}

.box-icon img{
	margin-left: 14px;
	filter: invert(1);
	filter: invert(100%) sepia(30%) saturate(0%) hue-rotate(294deg) brightness(120%) contrast(89%);
}

.box-icon p{
	margin-left: 1em;
	font-weight: normal;
	color: var(--color-base-white);
}

#security .flex-center.flex-1 h2{
	width: auto;
	padding: 0px 1.4em;
	margin: auto;
	font-weight: bold;
}

#security .flex-center.flex-1 .border{
	background-color: var(--color-blue1);
	height: 5px;
	width: 100%;
}


#security .flex-2 .flex-center{
	flex-wrap: wrap;
	align-items: start;
	padding: 1em;
	gap: 10px;
	padding-top: 0px;
}

#security .flex-2 .flex-col{
	width: 32%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#security .flex-2 .flex-col .col-img{
	width: 230px;
	height: 130px;
	border-radius: 100%;
	display: flex;
}

#security .flex-2 .flex-col .col-img img{
	width: 100%;
	margin: auto;
}

#security .flex-2 .flex-col p{
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
}

/* Section-end: Segurança */


/* Section: Experimente o moviereading */

#experimente-o-moviereading{
	margin: 25px auto;
}

#experimente-o-moviereading .section-container{
	margin: 0 auto;
}

#experimente-o-moviereading .section-container .desc{
	margin-bottom: 40px;
}

#experimente-o-moviereading p{
	text-align: left;
	font-size: var(--fs-content);
	padding: 0px;
	font-weight: normal;
	margin: 10px 0px;
}

#experimente-o-moviereading h2{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
}

#experimente-o-moviereading .flex-col:first-child{
	width: 50%;
}

#experimente-o-moviereading .flex-col:first-child p{
	margin-top: 0px;
	margin-bottom: 20px;
}

#experimente-o-moviereading .flex-col .video-description{
	margin: 1em 0px;
	font-size:14px;
}

#experimente-o-moviereading .flex-col .col-tutorials p{
	text-align: center;
}

#experimente-o-moviereading .flex-col .btns-modal{
	display: flex;
	justify-content: center;
	gap: 15px;
}

#experimente-o-moviereading .flex-col .btns-modal button{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: var(--color-blue1);
	border-radius: 8px;
	width: 265px;
	height: 60px;
	color: var(--color-white);
	font-size: var(--fs-btn);
	font-weight: bold;
	outline: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: 0.3s background-color, border-color ease-in;
}

#experimente-o-moviereading .flex-col .btns-modal button:hover{
	background-color: var(--color-base-white);
	border-color: var(--color-blue1);
	color: var(--color-blue5);
}

#experimente-o-moviereading .flex-col:last-child .col-tutorials p{
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 15px 0px;
}

/* Section-end: Experimente o moviereading */

/* Section: Faq */

#faq{
	background-image: url('/assets/img/faq-bg.png');
	background-color: var(--color-blue1);
	margin: 115px 0px 2em 0px;
}

#faq .section-container{
	margin: 0px auto;
}

#faq .flex-between{
	display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 260px;
    align-items: center;
	justify-items: center;
    gap: 10px;
    width: 100%;
    overflow: visible;
}

#faq .d-img{
	grid-column: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#faq .d-img img{
	height: 100%;
    display: block;
}

#faq .flex-between .flex-col:last-child{
	width:100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 10px;
}

#faq .btn{
	grid-column: span 1;
	background-color: var(--color-white);
	color: var(--color-blue1);
	width: 300px;
	height: 88px;
	font-weight: bold;
	outline: none;
	font-size: 40px;
	text-transform: uppercase;
	border-radius: 8px;
	border: 2px solid transparent;
	transition: 0.3s all ease-in;
}

#faq .btn:hover{
	background-color: var(--color-blue3);
	border-color: var(--color-white);
	cursor: pointer;
}


/* Section-end: Faq */

/* Section: Negocios */

.negocios{
	width:100%;
	color: var(--color-base-white);
}

.negocios h2{
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin-top: 40px;
}

.negocios .section-container{
	margin: 0 auto;
}

#negocios .flex-evenly{
	margin: 2em auto;
}

#negocios .flex-evenly .flex-column{
	display: flex;
	flex-direction: column;
}

#negocios .flex-evenly .flex-col{
	width: 38%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#negocios .flex-evenly .flex-col{
	color: black;
}

#negocios .flex-evenly .flex-span{
	width: 100%;
	text-align: center;
	margin: 2em auto;
	font-weight: normal;
}

#negocios .flex-evenly .col-img{
	text-align: center;
}

#negocios .flex-evenly .col-img img{
	height: 98px;
	width: auto;
}

#negocios .flex-evenly p{
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

#negocios .flex-evenly .col-link{
	text-align: center;
	margin-top: 15px;
}

#negocios .flex-evenly .flex-col:first-child .col-link{
	margin-top: 50px;
}

#negocios .flex-evenly a{
	text-transform: uppercase;
	font-size: var(--fs-btn);
	font-weight: 800;
	color: var(--color-white);
	background-color: var(--color-blue1);
	border-radius: 8px;
	padding: 10px;
	border: 1px solid var(--color-blue1);
	transition: 0.3s all ease-in;
}

#negocios .flex-evenly a:hover{
	background-color: var(--color-base-white);
	color: var(--color-blue1);
}

/* Section-end: Negocios */

/* Section: Modal de tutoriais */

#modalTutorials{
	position: relative;
	margin: auto;
	display: none;
}

#modalTutorials .m-body{
	margin: auto;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	background-color: rgba(3, 3, 3, 0.178);
}

#modalTutorials .m-body .m-section{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: auto;
	width: 600px;
	height: 500px;
	background-color: var(--color-white);
	border-radius: 8px;	
	border: 1px solid var(--color-blue2);
}

#modalTutorials .m-header{
	padding: 0px 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#modalTutorials .m-header .d-logo img{
	margin: auto;
	width: 52px;
	height: 48px;
}

#modalTutorials .m-header .close{
	border: none;
	outline: none;
	justify-self: flex-end;
	background-color: var(--color-branding-red-80);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	padding: 10px;
	transition: 0.3s background-color ease-in;
}

#modalTutorials .m-header .close:hover{
	background-color: rgb(209, 7, 7);
}

#modalTutorials .m-header .d-titles{
	margin-left:1em;
}

#modalTutorials .m-header .d-titles p{
	font-weight: bold;
	font-size: 1.4em;
	color: var(--color-blue5);
	padding: 6px;
}

#modalTutorials .m-content .d-description{
	padding: 15px;
	overflow-y: scroll;
	max-height: 230px;
}

#modalTutorials .m-content .d-video{
	text-align: center;
}

#modalTutorials .m-content .d-video video{
	border-radius: 8px;
}

#modalTutorials .m-body .d-btn{
	margin: 1em;
	text-align: center;
}

#modalTutorials .m-body .d-btn .close-modal{
	background-color: var(--color-blue5);
	color: var(--color-base-white);
	padding: 7px;
	border: none;
	outline: none;
	border-radius: 7px;
	font-weight: bold;
	font-size: var(--fs-btn);
	margin: auto;
	width: 160px;
	cursor: pointer;
	transition: 0.3s all ease-in;
}

#modalTutorials .m-body .d-btn .close-modal:hover{
	color: var(--color-blue5);
	background-color: var(--color-blue3);
}

/* Section-end: Modal de tutoriais */

/* Section: Modal Mr Desk */

#s-mrModal{
	max-width: 1000px;
	margin: auto;
}

#mrModal{
	display: none;
	width: 70%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
}

#mrModal .m-body{
	margin-bottom: 3em;
	width: 300px;
	border-radius: 8px;
	position: absolute;
	z-index: 9999;
	bottom: 0;
	right: 0;
	background-color: var(--color-blue1);
	padding: 20px;
	padding-top: 5px;
}

#mrModal .d-btns{
	display: grid;
    grid-template-columns: 1fr;
    align-items: start;
	justify-items: end;
    gap: 10px;
    overflow: visible;
	margin: -1.5em;
}

#mrModal .m-header .d-logo{
	width: 82px;
	height: 82px;
	background-color: var(--color-blue);
	border-radius: 100%;
	justify-self: start;
	display: flex;
	align-items: center;
}

#mrModal .m-header .d-logo img{
	margin: auto;
	width: 52px;
	height: 48px;
}

#mrModal .m-header .close-mr{
	cursor: pointer;
	border: none;
	outline: none;
	float:right;
	display: flex;
	align-items: center;
	justify-self: flex-end;
	background-color: #D9D9D9;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: -0.5em;
	transition: 0.3s background-color ease-in;
}

#mrModal .m-header .close-mr:hover{
	background-color: rgb(209, 7, 7);
}

#mrModal .m-header .d-titles{
	display: flex;
}

#mrModal .m-header .d-titles .d-logo{
	margin-left: -4.1em;
	margin-top: -0.9em;
	background-color: var(--color-blue1);
	border-radius: 100%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--color-white);
}

#mrModal .m-header .d-titles .d-logo img{
	width: 47px;
	height: 40px;
	object-fit: scale-down;
}

#mrModal .m-header p{
	width: 100%;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	margin-left: 0.5em;
}

#mrModal .d-form input{
	margin-bottom: 1em;
	border-radius: 4px;
	padding: 10px;
	outline: none;
	border: none;
	width:100%;
}

#mrModal .d-form textarea{
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	resize: none;
	min-height: 120px;
}

#mrModal .d-form #submitDeskMr{
	outline: none;
	width: 100%;
	background-color: var(--color-white);
	padding: 14px;
	font-weight: 800;
	font-size: 20px;
	border: 1px solid var(--color-blue4);
	border-radius: 8px;
	cursor: pointer;
	color: black;
	transition: 0.3s all ease-in;
}

#mrModal .d-form #submitDeskMr:hover{
	background-color: var(--color-blue5);
	color: var(--color-base-white);
}

#mrModal .flash-message{
	display: none;
	margin-bottom: 0.3em;
	color: var(--color-neutral-50);
	font-size: 0.8em;
	font-weight: bold;
	border-radius: 7px;
	padding: 10px;
}

/* Section-end: Modal Mr Desk */

/* Aba - Faq */

#main-section{
	background-color: var(--color-blue1);
}

#main-section .section-container{
	margin: auto;
	max-width: none;
}

#main-section img{
	width: 100%;
	object-fit: cover;
}

#main-section .d-titles{
	display: none;
	padding: 1em;
}

#main-section .d-titles h1{
text-transform: uppercase;
color: var(--color-white);
}

#main-section .d-titles p{
	color: var(--color-neutral-100);
}

#perguntas-frequentes .section-container{
	max-width: none;
}

.faq-link{
	margin:20px auto;
	text-align: center;
}

@media(max-width:1360px){

	#s-mrModal{
		max-width: 700px;
	}

	#recursos .flex-between{
		justify-content: space-evenly;
	}

	#recursos .flex-between .box-icon{
		width: 30%;
		height: 170px;
	}
}

@media(max-width:1200px){
	#experimente-o-moviereading .flex-col{
		width: 100% !important;
	}

	#recursos .flex-between .box-icon p{
		font-size: 16px;
	}

	.video-container{
		padding-bottom: 0px;
	}

	.video-container iframe{
		position: unset;
	}
}

@media(max-width:1080px){
	#recursos .flex-between .box-icon{
		height: 180px;
	}
	
	#s-mrModal{
		max-width:none;
	}

	#mrModal{
		width: 60%;
	}

	#home .flex-between{
		flex-wrap: wrap;
		justify-content: center;
	}

	#home .flex-between .flex-col:first-child{
		width: 100%;
		order: 1;
	}
	
	#home .flex-between .flex-col:last-child{
		order: 0;
	}

	#home .flex-between .flex-col:last-child img{
		width: 100%;
	}

	#faq{
		margin: 2em 0px;
	}

	#faq .d-img img{
		width: 70%;
	}

	.filmes .section-container h2{
		font-size: 1.3em;
	}

	.como-funciona .section-container .flex-col:last-child{
		flex-wrap: wrap;
	}

	#videoTips{
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 1023px){     
	
	#header .nav-itens{
		display: inline-flex !important;
	}
}