/*******************************************

****************  FONTES  ******************

*******************************************/

@font-face {
	font-family: 'Sanchez';
	src: url('../fonts/Sanchez.eot');
	src: url('../fonts/Sanchez.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Sanchez.woff') format('woff'),
		url('../fonts/Sanchez.ttf') format('truetype'),
		url('../fonts/Sanchez.svg#Sanchez') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sanchez';
	src: url('../fonts/SanchezBold.eot');
	src: url('../fonts/SanchezBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SanchezBold.woff') format('woff'),
		url('../fonts/SanchezBold.ttf') format('truetype'),
		url('../fonts/SanchezBold.svg#SanchezBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Futura Std';
	src: url('../fonts/FuturaStd-Bold.eot');
	src: url('../fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaStd-Bold.woff') format('woff'),
		url('../fonts/FuturaStd-Bold.ttf') format('truetype'),
		url('../fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
	font-weight: bold;
	font-style: normal;

}

@font-face {
	font-family: 'Futura Std';
	src: url('../fonts/FuturaStd-Condensed.eot');
	src: url('../fonts/FuturaStd-Condensed.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaStd-Condensed.woff') format('woff'),
		url('../fonts/FuturaStd-Condensed.ttf') format('truetype'),
		url('../fonts/FuturaStd-Condensed.svg#FuturaStd-Condensed') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Futura Std';
	src: url('../fonts/FuturaStd-Medium.eot');
	src: url('../fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaStd-Medium.woff') format('woff'),
		url('../fonts/FuturaStd-Medium.ttf') format('truetype'),
		url('../fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Futura Std';
	src: url('../fonts/FuturaStd-Light.eot');
	src: url('../fonts/FuturaStd-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaStd-Light.woff') format('woff'),
		url('../fonts/FuturaStd-Light.ttf') format('truetype'),
		url('../fonts/FuturaStd-Light.svg#FuturaStd-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Jost Variable';
	src: url('../fonts/novo/Jost-VariableFont_wght.ttf');
	/* font-weight: 300;
	font-style: normal; */
}

@font-face {
	font-family: 'KoHo ExtraLight';
	src: url('../fonts/novo/KoHo-ExtraLight.ttf');
	/* font-weight: 300;
	font-style: normal; */
}

@font-face {
	font-family: 'KoHo SemiBold';
	src: url('../fonts/novo/KoHo-SemiBold.ttf');
	/* font-weight: 300;
	font-style: normal; */
}

@font-face {
	font-family: 'Maquire';
	src: url('../fonts/novo/Maquire.otf');
	/* font-weight: 300;
	font-style: normal; */
}

@font-face {
	font-family: 'Tondu Beta';
	src: url('../fonts/novo/Tondu_Beta.ttf');
	/* font-weight: 300;
	font-style: normal; */
}


/*******************************************

****************  TITULOS  *****************

*******************************************/

.titulo-destaque {
	font-family: 'Futura Std', 'Times New Roman', Times, serif;
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
}

.titulo-destaque-grande {
	font-family: 'Sanchez', 'Times New Roman', Times, serif;
	font-size: 4em;
	font-weight: bold;
	color: #FFF;
	line-height: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Futura Std', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}




/*******************************************

****************  TEXTOS  ******************

*******************************************/

p {
	font-family: 'Futura Std', Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #FFF;
	font-size: 1em;
}

.sublinhado {text-decoration: underline;}


/*******************************************

****************  CORES  *******************

*******************************************/

.roxo {color: #2e294d;}
.roxo-claro {color: #342f58;}
.rosa {color: #a44373;}
.rosa-claro {color: #E1A6C1;}
.rodape-titulos {color: rgba(255, 255, 255, 0.4);}
.branco {color: #FFF;}
.azul {color: #2CABE1;}
.pink {color: #EC008C !important;}
.amarelo {color: #FCE600;}

:root {
	--amarelo:    #ffd80c;
	--pink:       #dc1f78;
	--azul:       #009fe3;
	--roxo:       #ae1ebe;
	--lilasClaro: #a742f4;
	--lilas:      #9c29c3;
	--branco:     #fff;
}


/*******************************************

************  CORES FUNDO ******************

*******************************************/

.fundo-roxo {background-color: #2e294d;}
.fundo-roxo-claro {background-color: #342f58;}
.fundo-rosa {background-color: #a44373;}
.fundo-rosa-claro {background-color: #E1A6C1;}
.fundo-roxo-escuro {background-color: #1d1a36;}
.fundo-rosa-mais-claro {background-color: #f8eaf0;}
.fundo-branco {background-color: #FFF;}
.fundo-rosa-pink {background-color: #EC008C;}
.fundo-amarelo {background-color: #FCE600;}
.fundo-azul {background-color: #31AAE1;}


/*******************************************

****************  BOTOES *******************

*******************************************/

.btn {padding: 10px 12px;}

.btn-xl {
	padding-left: 30px;
	padding-right: 30px;
}

.btn-primary {
	color: #fff;
	background-color: #a34372;
	border-color: #a34372;
	border-radius: 0 !important;
	font-family: 'Futura Std', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}

.btn-primary:hover {
	color: #fff;
	background-color: #bc5387;
	border-color: #bc5387;
	border-radius: 0 !important;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #bc5387;
	border-color: #bc5387;
}

.btn-primary:focus,
.btn-primary:active.btn-primary.active {
	color: #fff;
	background-color: #bc5387;
	border-color: #bc5387;
	border-radius: 0 !important;
}

.btn-primary:active:focus {
	color: #ffffff;
	background-color: #bc5387;
	border-color: #bc5387;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;

	background-color: #bc5387;
	border-color: #bc5387;
}

.btn-default {
	color: #FFF;
	background-color: transparent !important;
	border: 3px solid #FFF;
	border-radius: 0 !important;
	padding: 20px 12px !important;
}

.btn-border-azul {
	transition: all 1s linear 0.5s;
	background-color: transparent;
	/* border: solid 4px #2CABE1 !important; */
	/* color: #000; */
	border: solid 2px #2cabe1 !important;
	color: var(--branco);
	font-family: "Futura Std";
	font-weight: bold;
}

.btn-border-azul:hover {
	transition: all 1s linear;
	background-color: #2CABE1;
	/*border: dashed 4px #2CABE1 !important; */
	/* color: #000; */
	border: dashed 2px #2CABE1 !important;
	color: var(--branco);
	font-family: "Futura Std";
	font-weight: bold;
	outline: none !important;
}


/*******************************************

*************** LINKS MENU *****************

*******************************************/

.link-menu {
	font-weight: 300;
	color: #EC008C;
	font-size: 50px;
	margin-top: 60px;
	transition: all linear 0.3s;
	font-family: "Futura Std";
	font-weight: bold;
}

.link-a:hover,
.link-a:hover {
	color: #f74db2;
	font-family: "Futura Std";
	font-weight: bold;
	text-decoration: none;
	font-size: 52px;
	margin-top: 60px;
	text-shadow: 1px 1px 25px #EC008C, -1px -1px 25px #EC008C;
	transition: all ease 0.5s;
}

.link-menu-h1 {padding: 0 37px;}

/*******************************************

**************  ESPAÇAMENTOS ***************

*******************************************/

.espaco-top {padding-top: 30px;}
.espaco-bottom {padding-bottom: 30px;}
.espaco-bottom-sm {padding-bottom: 15px;}
.espaco-top-sm {padding-top: 15px;}


/*******************************************

***************  ESTRUTURA *****************

*******************************************/

.topo {
	position: absolute;
	top: 30px;
	width: 100%;
}

.logo {width: 100%;}
.logo2 {width: 100px;}
.ul-menu {list-style: none;}

.li-menu {
	display: inline-block;
	padding-left: 15px;
}

.li-menu-rodape {
	display: inline-block;
	padding-left: 3px;
}

.li-menu-rodape-mobile {
	display: inline-block;
	padding-left: 20px;
}

.box {
	text-align: center;
	min-height: 180px;
	padding: 30px 60px;
}

.sombra-esq {box-shadow: -1px 0 20px #000;}
.sombra-dir {box-shadow: 1px 0 20px #000;}
.sombra {box-shadow: -1px 0 20px #000, 1px 0 20px #000;}

.box-home {
	position: relative;
	top: -4px;
	width: 100%;
}

.carousel-indicators .active {background-color: #EC008C;}
.carousel-indicators li {border: 1px solid #2CABE1;}

.titulos-redes {
	height: 130px;
	padding: 20px 50px;
}

.like-button {padding-top: 45px;}

.info-rodape {
	/* padding-top: 35px;
	padding-bottom: 110px; */
	padding-top: 70px;
    padding-bottom: 70px;
}

.redes-rodape,
.info-rodape h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 !important;
}

.rodape-social {padding: 20px;}

.menu-site {
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 998;
}

#bt-fechar-menu {
	position: fixed;
	top: 38px;
}

.no-padding-lados {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.titulo-paginas {
	padding-top: 20px;
	padding-bottom: 20px;
}

.container-agenda {
	padding: 25px;
	position: relative;
	box-shadow: 3px 0 20px -10px #000, -3px 0 20px -10px #000;
}

input.input-erro {border: 1px dashed #CE4844 !important;}
textarea.input-erro {border: 1px dashed #CE4844 !important;}
.divImg {background-color: rgba(0, 0, 0, 1);}


/**********************************************

******************* INPUT *********************

**********************************************/

.form-control {
	border-radius: 0 !important;
	background-color: transparent !important;
	color: #000 !important;
	border: 2px solid #2cabe1 !important;
	margin-bottom: 15px;
}

::-webkit-input-placeholder {
	color: #000 !important;
	font-family: 'Futura Std' !important;
	font-weight: bold !important;
}

input:-moz-placeholder {
	color: #000 !important;
	font-family: 'Futura Std' !important;
	font-weight: bold !important;
}

#newsletter {
	margin-bottom: 10px;
}

.form-control:focus {
	border: 3px solid #2cabe1 !important;
	box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent !important;
}


/**********************************************

*************** NAV RESPONSIVE ****************

**********************************************/

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0 !important;
	border: none !important;
}

.navbar-default .navbar-brand {color: #FFF;}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #FCE600;
	background-color: #EC008C;
}

.navbar-default .navbar-nav>li>a {color: #FFF;}
.navbar-default .navbar-toggle {border-color: transparent !important;}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent !important;
}

.icon-bar {background-color: #FFF !important;}

/**********************************************

*************** ALERTAS MSG *******************

**********************************************/

.alert {
	border-radius: 0;
	border: 0;
	box-shadow: 1px 1px 10px #222;
}

.alert-success {
	color: green;
	background-color: #FFF;
	border-left: 7px solid green;
}

.alert-danger {
	color: #a94442;
	background-color: #FFF;
	border-left: 7px solid red;
}

/**********************************************

****************** ACCORDEON ******************

**********************************************/

.panel-default {border-color: transparent !important;}

.panel {
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
}

.panel-default>.panel-heading {
	color: rgba(255, 255, 255, 0.4);
	background-color: transparent !important;
	border-color: transparent !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {border-top-color: #EC008C;}

a:focus,
a:hover {
	text-decoration: none !important;
}

/**********************************************

************** INDEX TOPO MOBILE **************

**********************************************/

.topo-mobile {
	background-image: url('../img/img-banner4.jpeg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 420px;
}

.box-titulo-mobile {
	position: relative;
	padding-left: 20px;
}

.titulo-mobile {
	position: relative;
	top: 30px;
}

.box-prox-evento {
	background-color: rgba(29, 26, 54, 0.7);
	height: 200px;
	position: relative;
	top: 49px;
	padding: 20px;
}

.prox-evento {margin-top: 20px;}

/**********************************************

************** MODAL PROPAGANDO INDEX **************

**********************************************/
.modal {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 78 !important;
	background: rgba(0, 0, 0, 0.7);
	justify-content: center !important;
	align-items: center !important;
}

.modal .modal_content {
	/*width: 420px;
	height: 320px;*/
	min-width: 850px;
	min-height: 485px;
	background-color: #fff;
	background-image: url('../img/banner-propaganda.jpeg');
	background-position: center center;
	background-size: cover;
}

.modal .modal_content .close {
	font-weight: bolder;
	/* text-align:right;
	margin: 0  5px 0 0;
	color: #333 !important; */
	cursor: pointer;
}

.modal>p {
	position: absolute !important;
	top: 20% !important;
	right: 25% !important;
}

.modal>p>.close_a {
	color: #fff !important;
	font-size: 25px !important;
}

.modal .modal_content p {
	color: #555;
	text-align: center
}

/**********************************************

************** NOVO LAYOUT **************

**********************************************/
.row-st {padding: 0 14px !important;}

#body-home {
	background-color: #ed259f;
	background-image: url("../img/novo/fundo-home.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
}

.logo-favorita {
	display: flex;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 60px;
}

.video-thumbnail-home {
	display: block;
	width: 90%;
	margin: auto;
	margin-bottom: 90px;
	cursor: pointer;
}

.img-thumbnail-home {width: 100%;}
.video-home {display: none;}
.img-video-home {display: block}
.video-galeria {display: none;}
#player {width: 100%;}


.player-agenda {
	position: relative;
	/* padding-bottom: 55%;
	padding-top: 30px; */
	height: 0;
	overflow: hidden;
}

.player-agenda iframe,
.player-agenda object,
.player-agenda embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*#################################################################/
/******************* PRÓXIMOS EVENTOS - HOME **********************/
/*###############################################################*/
.container-agenda-col {box-shadow: none;}

.fundo-rosa-pink {
	background-color: var(--pink);
	transform: skewY(-1deg);
	margin-bottom: 80px;
}

.pxEventos-title {
	position: relative;
	bottom: 95px;
}

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

.text-pxEventos .span-pxEventosFirst {margin-right: 95px;}
.text-pxEventos .span-pxEventosThird {margin-left: 95px;}

.text-pxEventos .span-pxEventosFirst>img,
.text-pxEventos .span-pxEventosThird>img {
	width: max(100px, 12vw);
}

.text-pxEventos .span-pxEventosSecond {
	font-family: 'Maquire';
	font-size: max(40px, 6.5vw);
	font-weight: 300;
	color: var(--amarelo);
}

.pxEventos {
	position: relative;
	bottom: 75px;
	transform: skewY(1deg);

	display: flex; 
	justify-content: center;
	flex-wrap: wrap;
}

.containe-agenda-fundo {
	background-image: url("../img/novo/marca-dgua-data.png");
	background-position: top;
	background-size: cover;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	margin: auto;
}

.agenda {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.agenda-column>img {width: max(140px, 10vw);}

.agenda-column>.agenda-data {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	font-size: max(30px, 2.7vw);
	line-height: 1;
	font-family: 'Jost Variable';
	text-transform: uppercase;
	font-weight: bold;
}

.agenda-column>.agenda-data>span {
	display: block;
	text-align: center;
	color: var(--branco);
}

.containe-agenda-fundo>h2 {
	font-family: 'Jost Variable';
	text-transform: uppercase;
	font-weight: 600;
	color: var(--amarelo);
	font-size: max(33px, 2.4vw);
}

.padding-espacamento {padding: max(18px, 1.3vw);}

.containe-agenda-fundo>p {
	font-family: 'Jost Variable';
	font-weight: 300;
	font-size: max(28px, 2.1vw);
}

.agenda-btn {
	position: relative;
	margin: auto;
	outline: none;
}

.agenda-btn>img {width: max(170px, 13vw);}

.ct-btn-agenda {
	position: absolute;
	top: 9px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.ct-btn-agenda>a {
	font-family: 'Maquire';
	font-size: max(20px, 1.5vw);
	font-weight: 100;
	color: var(--amarelo);
	line-height: 1;
	text-align: center;
	display: grid;
}

.ct-btn-agenda-visibility {
	visibility: hidden;
	padding: 10px;
}

.pd01 {
	padding: 10px 0;
	margin-bottom: 7%;
}

/* div:nth-child(2) > div > div.pd01 {margin-bottom: -21px;} */

/*################################################################/
/******************* NOSSA HISTÓRIA - HOME **********************/
/*##############################################################*/
.fundo-blue {
	background-color: var(--azul);
	transform: skewY(1deg);
	margin-bottom: 80px;
}

.nsEventos-title {
	position: relative;
	bottom: 95px;
}

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

.text-nsEventos .span-nsEventosFirst {margin-right: 95px;}
.text-nsEventos .span-nsEventosThird {margin-left: 95px;}

.text-nsEventos .span-nsEventosFirst>img,
.text-nsEventos .span-nsEventosThird>img {
	width: max(100px, 12vw);
}

.text-nsEventos .span-nsEventosSecond {
	font-family: 'Maquire';
	font-size: max(40px, 6.5vw);
	font-weight: 300;
	color: var(--amarelo);
}

.nsEventos {
	position: relative;
	bottom: 50px;
	transform: skewY(-1deg);
}

.containe-nossaHistoria-img>img {width: 100%;}

.container-nossaHistoria-col-text .containe-nossaHistoria-text>p {
	font-family: 'Jost Variable';
	font-size: 30px;
	font-weight: 400;
	font-size: max(18px, 1.6vw);
	margin-bottom: 32px;
	text-align: justify;
}


/*################################################################/
/*************************** AGENDA *****************************/
/*##############################################################*/
#body-agenda {
	background-color: #f4cc0f;
	background-image: url("../img/novo/fundo-agenda.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
}

.container-Pgagenda {margin-bottom: 80px;}
.schedule-col {padding-bottom: 20px;}
.schedule-title>img {width: 100%;}

.info-schedule {
	display: flex;
	align-items: center;
	justify-content: center;
	/* flex-wrap: wrap; */
}

.info-schedule .data-schedule {
	position: relative;
	margin: 30px;
	flex-basis: calc(14% - 30px);
}

.info-schedule .data-schedule>img {width: max(220px, 10vw);}

.info-schedule .data-schedule .data-schedule-span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: max(45px, 2.7vw);
	line-height: 1;
	font-family: 'Jost Variable';
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	color: var(--branco);
}

.info-event {
	margin: 30px;
	line-height: 1;
	flex-basis: calc(41% - 30px);
}

.info-event p:nth-child(1) {
	font-size: max(35px, 2.3vw);
	color: var(--roxo);
	font-family: 'Jost Variable';
	font-weight: 400;
}

.info-event p:nth-child(2) {
	font-size: max(35px, 2.3vw);
	text-transform: uppercase;
	color: var(--pink);
	font-family: 'Jost Variable';
	font-weight: 700;
}

.info-event .ct-btn-schedule {
	position: relative;
	float: right;
}

.info-event .ct-btn-schedule>img {width: 220px;}

.info-event .btn-schedule {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.info-event .btn-schedule>a {
	font-family: 'Maquire';
	font-size: 29px;
	font-weight: 100;
	color: var(--branco);
	line-height: 1;
	text-align: center;
}

.column-fotosAgenda {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}

.agenda-fotos,
.agenda-fotos>img {
	width: 100%;
}

/*################################################################/
/*************************** GALERIA *****************************/
/*##############################################################*/
#body-galeria {
	background-color: #b120d0;
	background-image: url("../img/novo/fundo-galeria.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
}

.video-thumbnail-galeria {
	display: block;
	width: 90%;
	margin: auto;
	margin-bottom: 90px;
	cursor: pointer;
	position: relative;
}

.video-thumbnail-galeria>#player {
	width: 1229px;
	height: 691px;
}

.img-video-galeria {display: block;}
.img-thumbnail-galeria {width: 100%;}
.fundo-azul-galeria {padding-bottom: 90px;}

.container-galeria-title {
	position: relative;
	top: -78px;
}

.ga-Eventos {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	transform: skewY(-1deg);
}

.container-nossagaleria figure {position: relative;}
.container-nossagaleria figure .gallery>a>img {width: 100%;}

.container-nossagaleria figure figcaption {
	position: absolute;
	bottom: -58px;
	left: -52px;
	display: flex;
}

.container-nossagaleria-col {margin-bottom: 130px;}

.agenda-col {
	display: flex;
	align-content: center;
	align-items: first baseline;
	position: relative;
	min-height: 200px;
	top: 80px;
	left: -4px;
}

.agenda-col>.agenda>.agenda-column {padding: 12px}
.agenda-col>.agenda>.agenda-column>img {width: max(95px, 6vw);}

.agenda-col>.agenda>.agenda-column>.agenda-data {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	line-height: 1;
	font-family: 'Jost Variable';
	text-transform: uppercase;
	font-weight: bold;
	font-size: max(26px, 1.5vw);
}

.ag-text {
	position: relative;
	top: 34px;
}

.ag-text>p {
	font-size: max(20px, 1.2vw);
	font-family: 'Jost Variable';
	font-weight: 400;
	margin-bottom: 0;
}

.ag-text>h4 {
	padding-bottom: 19px;
	font-size: max(24px, 1.8vw);
	color: var(--amarelo);
	font-family: 'Jost Variable';
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 19px;
}

.container-nossagaleria figure .container-papel-fotos {
	position: absolute;
	top: -12px;
	right: -12px
}

.container-nossagaleria figure .container-papel-fotos>img {width: max(85px, 6vw);}

/*######################################################################/
/*************************** NOSSA HISTÓIA *****************************/
/*#####################################################################*/
#body-nossaHistoria {
	background-image: url("../img/novo/fundo-nossaHistoria.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
}

.fundo-rosa-nossaHistoria {padding: 0;}

.nsHistoria {
	background: var(--pink);
	min-height: 800px;
	padding: 0 50px;
}

#skew-deg {
	transform: skewY(-1.3deg);
    background: var(--pink);
    min-height: 200px;
    width: 100%;
    position: relative;
	top: 100px;
}

.container-nsHistoria {
	position: relative;
	bottom: 192px;
}

.nsHistoria-title > img {width: 100%;}

.nsHistoria-col {
	position: relative;
	bottom: 132px;
}

.nsHistoria-col > p {
	font-family: 'Jost Variable';
	font-weight: 400;
	font-size: max(18px, 1.6vw);
	margin-bottom: 32px;
	text-align: justify;
	padding: 0 18px;
}

.nossaHistoria-fotos {margin-top: 80px;}

.fundo-rosa-nossaHistoria .faixa-cidades {
	display: flex;
	justify-content: end;
	padding: 15px 0 80px 0;
	position: relative;
    bottom: 65px;
	float: right;
}

.fundo-rosa-nossaHistoria .faixa-cidades > img {width: 100%;}

.cidades-column {
	padding-left: 15px;
    padding-right: 15px;
}

.tabela-cidades-column {padding-left: 30px;}

.controller {
	background-color: #a742f4;
	border-radius: 35px;
	height: 950px;
	overflow: hidden;
}

.cidade-list {
	background-color: #a742f4;
	display: grid;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-family: 'Jost Variable';
	font-weight: 400;
	font-size: max(18px, 1.6vw);
	text-transform: uppercase;
	border: none;
	height: 890px;
	overflow: auto;
	width: 90%;
	margin: 40px 5%;
	position: relative;
	bottom: 15px;
}

.cidade-list .cidade-columns {
 	flex-basis: 100%;
	padding: 15px 25px 15px 25px;
}

.cidade-list .cidade-columns:nth-child(2n) {background-color: var(--lilas);}

/* Scrool da cidade */
.cidade-list::-webkit-scrollbar {
    width: 15px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: transparent;
}

.cidade-list::-webkit-scrollbar-track {
    background-color: transparent;
} 

.cidade-list::-webkit-scrollbar-thumb {
    background: #dad7d7;
	border-radius: 35px;
	border-bottom-right-radius: 35px;
} 

.container-suaCidade,
.suaCidade {
	padding-left: 0;
	padding-right: 0;
}

.suaCidade {
	position: relative;
	left: -10px;
	top: 0;
	margin-bottom: 50px;
}


/*######################################################################/
/****************************** CONTATO *******************************/
/*#####################################################################*/
#body-contato {
	background-color: #0499d4;
	background-image: url("../img/novo/fundo-nossaHistoria.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
}

.container-contato {padding: 0;}

.contato {
	background-color: #9c29c3;
	transform: skewY(-1.3deg);
	min-height: 805px;
	padding: 0 50px;
	margin-top: 200px;
	margin-bottom: 80px;
}

.contato-title > img {width: 100%;}

.container-contato-title,
.contato-col {
	transform: skewY(1deg);
}

.container-contato-title {
	position: relative;
	bottom: 170px;
}

.contato-col {
	position: relative;
	bottom: 55px;
}

.contato-col .contato-col-text {
	position: relative;
    bottom: 90px;
    font-size: max(18px, 1.2vw);
    font-family: 'Jost Variable';
    font-weight: 300;
}

.form-contato .form-control {
	border-radius: 50px !important;
	color: var(--branco) !important;
	border: 2px solid var(--branco) !important;
	height: 45px !important;
}

.form-contato .form-control::placeholder {
	color: var(--branco) !important;
	font-family: 'Jost Variable';
    font-weight: 300;
}

.form-contato #mensagem {
	height: 80px !important;
	line-height: 4;
}

.container-fotos-contato {
	transform: skewY(1deg);
	background-color: var(--amarelo);
	margin-bottom: 80px;
	min-height: 87vw;
}

.row-fotos-contato {
	position: relative;
    top: 50px;
}

.fotos-contato {transform: skewY(-1deg);}

.col-fotos {
	padding-left: 0;
    padding-right: 0;
}

.col-fotos .col-fotos-column .image > img {width: 100%;}
.col-fotos .col-fotos-column .video > img {width: 100%;}

.col-fotos:nth-child(5) {top: -10px;}
.fotos-contato > div:nth-child(2) {bottom: 15px;}

.btn-enviar {
	padding-top: 15px;
	width: 100%;
}

.enviar {
	float: right;
    border-radius: 50px;
    padding: 8px 20px;
	height: 45px !important;
	font-family: 'Jost Variable';
}

/* input {caret-color: red;} */

/**************************************************************

*************************** FOOTER ****************************

***************************************************************/

.instagram-footer img {width: 100%;}

/**************************************************************

************** MEDIA QUERIES DA MODAL PROPAGANDA **************

***************************************************************/
/* 1680px */
@media (max-width: 105em) {

	.menu-st {padding: 0 82px !important;}
	.ul-meu-col {padding: 0px 74px !important;}
	.link-menu-h1 {padding: 0 25px;}
	.nsHistoria {min-height: 730px;}
	.controller {height: 932px;}
	.cidade-list {font-size: max(18px, 1.4vw);}
	.container-fotos-contato {min-height: 88vw;}
}

/* 1600px */
@media (max-width: 100em) {

	.nsHistoria {min-height: 700px;}
	.fundo-rosa-nossaHistoria .faixa-cidades {bottom: 95px;}

	.cidades {
		position: relative;
    	bottom: 50px;
	}

	.container-fotos-contato {min-height: 89vw;}
}

/* 1500px */
@media (max-width: 94em) {

	.nsHistoria {min-height: 663px;}
	.controller {height: 805px;}
	.cidade-list {height: 765px;}
}

/* 1440px */
@media (max-width: 90em) {

	.pd01 {margin-bottom: 6%;}
	.nsHistoria {min-height: 612px;}
	.nsHistoria-col {bottom: 160px;}
	.fundo-rosa-nossaHistoria .faixa-cidades {bottom: 130px;}

	.cidades {bottom: 70px;}
	.controller {height: 805px;}
	.cidade-list {height: 705px;}

	/* .suaCidade {
		margin-bottom: 0;
		position: relative;
    	top: 35px;
	} */
}

/* 1280px */
@media (max-width: 80em) {

	.menu-st {padding: 0 55px !important;}
	.ul-meu-col {padding: 0px 47px !important;}
	.link-menu-h1 {padding: 0;}
	.nsHistoria {min-height: 565px;}
	.controller {height: 641px;}
	.cidade-list {height: 593px;}
	.cidade-list .cidade-columns {padding: 10px 20px 10px 20px;}
	.container-fotos-contato {min-height: 90vw;}
	.mfp-content {margin: 0 45px;}
}

/* 1200px */
@media (max-width: 75em) {

	.pd01 {margin-bottom: 4% !important;}
	div:nth-child(2) > div > div.pd01 {padding: 0 !important;}
	.nsHistoria {min-height: 530px;}
	.nsHistoria-col {bottom: 160px;}
	.tabela-cidades-column {padding-left: 0;}
	.fundo-rosa-nossaHistoria .faixa-cidades {bottom: 135px;}
	.cidades {bottom: 100px;}
	.container-contato-title {bottom: 148px;}
	.contato {min-height: 765px;}
	.instagram-footer img {width: 58%;}
	.sublinhado {margin-bottom: 40px;}
}

/* 1168px */
@media (max-width: 73em) {

	#skew-deg {top: 80px;}
	.nsHistoria {min-height: 490px;}
	.container-nsHistoria {bottom: 200px;}
	.nsHistoria-col {bottom: 190px;}
	.fundo-rosa-nossaHistoria .faixa-cidades {bottom: 165px;}
	.cidades {bottom: 135px;}
	/* .suaCidade {top: 65px} */
}

/* 1140px */
@media (max-width: 72em) {

	.nsHistoria {min-height: 480px;}
	.contato {padding: 0;}
}

/* 1024px */
@media (max-width: 64em) {

	.pxEventos-title {bottom: 76px;}
	.nsEventos-title {bottom: 75px;}
	.controller {height: 523px;}
	.cidade-list {height: 462px;}
	.nsHistoria {min-height: 510px;}
	.container-fotos-contato {min-height: 91vw;}
}

/* 992px */
@media (max-width: 62em) {

	.container-menu {padding: 0 77px !important;}
	.menu-st {padding: 0 40px !important;}
	.header-st {padding: 0 60px !important;}

	.modal>p {
		position: absolute !important;
		top: 15% !important;
		right: 4% !important;
	}

	.pxEventos-title {bottom: 80px;}
	.text-pxEventos .span-pxEventosFirst {margin-right: 50px;}
	.text-pxEventos .span-pxEventosThird {margin-left: 50px;}
	.text-pxEventos .span-pxEventosSecond {font-size: max(40px, 9vw);}
	.nsEventos-title {bottom: 84px;}
	.nsEventos {bottom: 70px;}
	.text-nsEventos .span-nsEventosFirst {margin-right: 50px;}
	.text-nsEventos .span-nsEventosThird {margin-left: 50px;}
	.text-nsEventos .span-nsEventosSecond {font-size: max(40px, 9vw);}

	.containe-nossaHistoria-text {
		overflow: auto;
		height: 605px;
		padding: 0 10px 0 0;
	}

	.logo-favorita-agenda {padding-bottom: 30px;}

	.pd01 {
		padding: 0 !important;
		margin-bottom: 0% !important;
	}

	.agenda-col {
		left: 29px;
		top: 75px;
	}

	.fundo-azul-galeria {padding-bottom: 5px;}
	.container-galeria-title {top: -58px;}
	.ga-Eventos {bottom: 30px;}
	.container-nossagaleria figure {padding: 20px;}
	.agenda-col>.agenda>.agenda-column>img {width: max(82px, 6vw);}
	.agenda-col>.agenda>.agenda-column>.agenda-data {font-size: max(20px, 1.5vw);}
	.agenda-col>.agenda>.agenda-column {padding: 5px;}

	.container-nossagaleria figure .container-papel-fotos {
		top: 12px;
		right: 3px;
	}

	.nsHistoria {
		min-height: 492px;
		height: 492px;
	}

	.container-nsHistoria {bottom: 187px;}
	.fundo-rosa-nossaHistoria .faixa-cidades {bottom: 145px;}
	.controller {height: 515px;}
	.cidade-list {height: 455px;}
	.container-contato-title {bottom: 118px;}
	.contato-col .contato-col-text {bottom: 90px;}
	.contato-col {bottom: 12px;}
	.container-form {width: 100%;}
	.container-fotos-contato {min-height: 92vw;}
	.instagram-footer img {width: 76%;}
}

/* 950px */
@media(max-width: 60em) {

	.nsHistoria {height: 530px;}
	.nsHistoria-col {bottom: 163px;}
	.fundo-rosa-nossaHistoria .faixa-cidades {bottom: 125px;}
	.cidades {bottom: 105px;}
	.nsHistoria {padding: 0 15px;}
}


/*832px*/
@media(max-width: 52em) {

	.modal .modal_content {
		min-width: 700px;
		min-height: 396px;
	}

	.modal>p {top: 20% !important;}
	.nsEventos-title {bottom: 78px;}
	.containe-nossaHistoria-text {height: 492px;}

	.pd01 {
		padding: 10px 0 !important;
		margin-bottom: 5% !important;
	};

	.nsHistoria {padding: 0 15px;}
	.row-fotos-contato {top: 43px;}
}

/* 800px */
@media (max-width: 50em) {

	#skew-deg {top: 80px;}
	.nsHistoria {height: 540px;}
	.nsHistoria-col {bottom: 180px;}
}


/* 767px */
@media (max-width: 48em) {

	.container-menu {padding: 0 68px !important;}
	.link-menu-h1 {margin-top: 50px;}
	.menu-st {padding: 0 30px !important;}
	.header-st {padding: 0 52px !important;}
	.link-menu {font-size: 45px;}

	.modal .modal_content {
		min-width: 600px;
		min-height: 340px;
	}

	.modal>p {
		top: 23% !important;
		right: 7% !important;
	}

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}

	.container-agenda-col {width: 50%;}
	.pxEventos-title {bottom: 72px;}
	.nsEventos-title {bottom: 78px;}

	.container-nossaHistoria-col-img {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 30px;
	}

	.containe-nossaHistoria-text {
		overflow: initial;
		padding: 0;
	}

	.container-nossaHistoria-col-text .containe-nossaHistoria-text>p {font-size: max(18px, 2.6vw);}

	.info-schedule .data-schedule {
		margin: 10px;
		flex-basis: calc(15% - 10px);
	}

	.logo-favorita-agenda {padding-bottom: 5px;}
	.info-schedule .data-schedule>img {width: max(158px, 10vw);}
	.info-schedule .data-schedule .data-schedule-span {font-size: max(35px, 2.7vw);}

	.info-event {
		margin: 10px;
		flex-basis: calc(65% - 10px);
	}

	.info-event p:nth-child(1),
	.info-event p:nth-child(2) {
		font-size: max(30px, 2.3vw);
	}

	.info-event .ct-btn-schedule>img {width: 195px;}
	.info-event .btn-schedule>a {font-size: 25px;}

	.container-nossagaleria-col {
		width: 100%;
		margin-bottom: 115px;
	}

	.container-nossagaleria figure .container-papel-fotos {top: 5px;}
	.container-nossagaleria figure .container-papel-fotos>img {width: 14vw;}
	.agenda-col>.agenda>.agenda-column>img {width: max(100px, 6vw);}
	.agenda-col>.agenda>.agenda-column>.agenda-data {font-size: max(26px, 1.5vw);}
	.ag-text>p {font-size: max(25px, 1.2vw);}
	.ag-text>h4 {font-size: max(32px, 1.8vw);}
	.agenda-col {top: 65px;}

	.nsHistoria {
		height: 850px;
		margin-bottom: 40px;
	}

	.nossaHistoria-fotos-column {
		width: 100%;
		margin-bottom: 30px;
	}

	.nsHistoria-col > p {font-size: max(18px, 3vw);}
	.mapa {margin-bottom: 50px;}
	.tabela-cidades {width: 100%;}
	.suaCidade {width: 100%;}
	.contato {margin-top: 110px;}
	.container-contato-title {bottom: 105px;}

	.contato-title {
		padding-left: 0;
    	padding-right: 0;
	}

	.contato-title > img {padding: 0 15px;}

	.container-form {
		position: relative;
    	bottom: 35px;
	}

	.form-contato-col {width: 100%;}
	.row-fotos-contato {top: 40px;}
	.ft-cl-4 {width: 33%;}
	.ft-cl-8 {width: 67%;}

	.footer-column {
		width: 100%;
		text-align: center;
	}

	.footer-column > iframe {
		display: block;
		margin: auto;
	}

	.instagram-footer {margin-top: 20px;}

	.instagram-footer img {
		width: 340px;
		display: block;
		margin: auto;
	}

}

/* 672px */
@media (max-width: 42em) {

	.modal>p {right: 3% !important;}
	.text-pxEventos .span-pxEventosFirst {margin-right: 20px;}
	.text-pxEventos .span-pxEventosThird {margin-left: 20px;}
	.text-nsEventos .span-nsEventosFirst {margin-right: 20px;}
	.text-nsEventos .span-nsEventosThird {margin-left: 20px;}
	.nsHistoria {height: 785px;}
	.row-fotos-contato {top: 36px;}
}

/* 600px */
@media (max-width: 38em) {

	.text-pxEventos .span-pxEventosFirst>img,
	.text-pxEventos .span-pxEventosThird>img {
		width: max(40px, 12vw);
	}

	.text-pxEventos .span-pxEventosSecond {font-size: max(40px, 10vw);}
	.nsEventos-title {bottom: 72px;}
	.text-nsEventos .span-nsEventosSecond {font-size: max(40px, 10vw);}

	.text-nsEventos .span-nsEventosFirst>img,
	.text-nsEventos .span-nsEventosThird>img {
		width: max(40px, 12vw);
	}

	.img-logo-favorita {width: 175px;}
	.agenda-column>img {width: max(60px, 20vw);}
	.agenda-column>.agenda-data {font-size: max(16px, 5vw);}
	.containe-agenda-fundo>h2 {font-size: max(14px, 4.2vw);}
	.padding-espacamento {padding: 0;}
	.containe-agenda-fundo>p {font-size: max(13px, 4vw);}

	.agenda-btn {
		width: max(85px, 27vw);
		min-height: 7px;
	}

	.ct-btn-agenda {top: 3px;}

	.agenda-btn>a {
		font-size: max(14px, 3.4vw);
		padding: max(6px, 0.4vw);
	}

	.agenda-btn>img {
		width: max(170px, 13vw);
		width: max(148px, 13vw);
	}

	.pd01 {margin-bottom: 3% !important;}

	.info-event .ct-btn-schedule {
		float: none;
		text-align: center;
		margin: 40px 0px;
	}

	.containe-nossaHistoria-text {
		overflow: auto;
		padding: 0 15px;
	}

	.container-Pgagenda {margin-bottom: 20px;}
	.container-galeria-title {top: -52px;}
	.container-nsHistoria {bottom: 178px;}
	.nsHistoria {height: 700px;}

	.contato {
		margin-top: 85px;
		margin-bottom: 60px;
	}

	.container-contato-title {bottom: 90px;}
	.contato-col .contato-col-text {padding: 0px 12px;}
	.container-fotos-contato {margin-bottom: 60px;}
}

/* 550px */
@media(max-width: 35em) {
	.modal .modal_content {
		min-width: 450px;
		min-height: 257px;
	}

	.modal>p {
		top: 30% !important;
		right: 4% !important;
	}

	.modal>p>.close_a {font-size: 20px !important;}
	.schedule-col {padding-top: 20px;}
	.container-nossagaleria figure figcaption {bottom: -72px;}
	.agenda-col {left: 10px;}
	.agenda-col>.agenda>.agenda-column {padding: 7px;}
	.agenda-col>.agenda>.agenda-column>img {width: max(78px, 6vw);}
	.agenda-col>.agenda>.agenda-column>.agenda-data {font-size: max(19px, 1.5vw);}
	.ag-text>p {font-size: max(20px, 1.2vw);}
	.ag-text>h4 {font-size: max(28px, 1.8vw);}

	.agenda-col {
		min-height: 190px;
		left: 30px;
		top: 64px;
	}

	.nsHistoria {height: 775px;}

	.container-contato-title {
		bottom: 80px;
		padding: 0;
	}
	
	.row-fotos-contato {top: 30px;}
}

/* 500px */
@media(max-width: 32em) {
	#bt-fechar-menu > img {width: 45px;}
	.info-schedule .data-schedule {flex-basis: calc(10% - 10px);}
	.info-schedule .data-schedule>img {width: max(145px, 10vw);}
	.info-schedule .data-schedule .data-schedule-span {font-size: max(31px, 2.7vw);}

	.info-event p:nth-child(1),
	.info-event p:nth-child(2) {
		font-size: max(24px, 2.3vw);
	}

	.info-event .ct-btn-schedule {margin: 25px 0px;}
	.info-event .ct-btn-schedule>img {width: 175px;}
	.info-event .btn-schedule>a {font-size: 20px;}

	.container-nossagaleria-col {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 122px;
	}

	.agenda-col {
		top: 48px;
		left: 20px;
		min-height: 170px;
	}

	.container-galeria-title {top: -46px;}
	.container-nossagaleria figure {padding: 0;}

	.container-nossagaleria figure .container-papel-fotos {
		top: -10px;
		right: -12px;
	}

	.container-nossagaleria figure .container-papel-fotos>img {width: 17vw;}

	.container-nsHistoria {
		padding-right: 0;
		padding-left: 0;
	}

	.nsHistoria-col {
		padding-right: 0;
		padding-left: 0;
	}

	.mapa {margin-bottom: 60px;}

	.mapa, .tabela-cidades {
		padding-right: 0;
		padding-left: 0;
	}

	.suaCidade {
		padding-right: 0;
		padding-left: 0;
	}

	.suaCidade > img {width: 220px;}

	.contato {
		margin-top: 70px;
		margin-bottom: 50px;
	}

	.container-contato-title {bottom: 77px;}

	.contato-col {
		padding-right: 0;
		padding-left: 0;
	}

	.contato-col .contato-col-text {
		bottom: 75px;
		padding: 0px 15px;
	}

	.container-form {padding: 0 20px;}
	.container-fotos-contato {margin-bottom: 48px;}

	.enviar {
		width: 100%;
		background: #2CABE1;
		border: 2px solid #2CABE1 !important;
	}

	.enviar:hover {
		background: #ffd80c;
		border: 2px solid #ffd80c !important;
	}
}

/* 480px */
@media(max-width: 30em) {

	.topo {top: 20px}
	.menu-st {padding: 0 20px !important;}
	.row-st {padding: 0 20px !important;}
	.header-st {padding: 0 30px !important;}
	.link-menu {font-size: 40px;}
	.container-menu {padding: 0 50px !important;}
	#bt-fechar-menu {top: 33px;}
	#bt-fechar-menu > img {width: 43px;}

	.modal .modal_content {
		min-width: 430px;
		min-height: 246px;
	}

	.container-agenda {padding: 0;}

	.agenda-btn>img {
		width: max(132px, 13vw);
		height: 50px;
	}

	.pd01 {
		margin-bottom: 0 !important;
		padding: 0 !important;
	}

	.ct-btn-agenda>a {display: block;}

	.schedule-col {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.nsHistoria {height: 800px;}
	.container-nsHistoria {bottom: 175px;}

	.nossaHistoria-fotos-column {
		padding-right: 0;
		padding-left: 0;
	}

	.cidades-column {
		padding-right: 0;
		padding-left: 0;
	}

	.column-fotosAgenda {margin-bottom: 65px;}
}

/* 420px */
@media(max-width: 27em) {

	.menu-st {padding: 0 20px !important;}

	.menu-facebook,
	.menu-instagram {
		display: none;
	}

	.modal .modal_content {
		min-width: 372px;
		min-height: 210px;
	}

	.modal>p {
		top: 33% !important;
		right: 3% !important;
	}

	.video-thumbnail-home {margin-bottom: 80px;}

	.fundo-rosa-pink {
		/* height: 540px; */
		margin-bottom: 60px;
	}

	.img-logo-favorita {width: 145px;}
	.pxEventos-title {bottom: 65px;}
	.pxEventos {bottom: 60px;}
	.text-pxEventos .span-pxEventosSecond {font-size: max(30px, 10vw);}
	.text-pxEventos .span-pxEventosFirst {margin-right: 7px;}
	.text-pxEventos .span-pxEventosThird {margin-left: 7px;}
	.agenda-btn>img {width: max(119px, 13vw);}
	.fundo-blue {margin-bottom: 60px;}
	.nsEventos-title {bottom: 67px;}
	.text-nsEventos .span-nsEventosSecond {font-size: max(30px, 10vw);}
	.text-nsEventos .span-nsEventosFirst {margin-right: 7px;}
	.text-nsEventos .span-nsEventosThird {margin-left: 7px;}
	.logo-favorita-agenda {padding-bottom: 15px;}
	.info-schedule .data-schedule>img {width: max(130px, 10vw);}
	.info-schedule .data-schedule .data-schedule-span {font-size: max(26px, 2.7vw);}
	.info-event {margin: 10px;}
	.info-event p:nth-child(1) {font-size: max(22px, 2.3vw);}
	.info-event p:nth-child(2) {font-size: max(22px, 2.3vw);}
	.info-event .ct-btn-schedule {margin: 15px 0px;}
	.info-event .ct-btn-schedule>img {width: 140px;}

	.info-event .btn-schedule>a {
		font-size: 17px;
		line-height: 0;
	}

	.container-Pgagenda {margin-bottom: 20px;}
	.column-fotosAgenda {margin-bottom: 40px;}
	.container-galeria-title {top: -43px;}
	.ga-Eventos {bottom: 42px;}

	.nsHistoria {height: 880px;}
	.container-nsHistoria {bottom: 170px;}

	.contato {
		margin-top: 35px;
		margin-bottom: 40px;
	}

	.contato-col {padding-bottom: 0;}
	.container-contato-title {bottom: 65px;}
	.contato-col .contato-col-text {font-size: max(16px, 1.2vw);}
	.container-fotos-contato {margin-bottom: 37px;}
	.row-fotos-contato {top: 25px;}
}

/* 395px */
@media (max-width: 25em) {

	.link-menu {font-size: 35px;}
	.modal>p {top: 32% !important;}
	.agenda-column>img {width: max(60px, 17vw);}
	.agenda-column>.agenda-data {font-size: max(16px, 4vw);}
	.pd01 {margin-bottom: 28px !important;}
	div:nth-child(2) > div > div.pd01 {margin-bottom: 0 !important;}
	.info-schedule .data-schedule>img {width: max(105px, 10vw);}
	.info-schedule .data-schedule .data-schedule-span {font-size: max(22px, 2.7vw);}

	.schedule-col {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.container-Pgagenda {margin-bottom: 0;}
	.ga-Eventos {bottom: 20px;}
	.ag-text>p {font-size: max(18px, 1.2vw);}
	.ag-text>h4 {font-size: max(22px, 1.8vw);}
	.nsHistoria {height: 940px;}
}

/* 360px */
@media (max-width: 23em) {

	.modal .modal_content {
		min-width: 325px;
		min-height: 183px;
	}

	.modal>p {
		top: 35% !important;
		right: 3% !important;
	}

	.modal>p>.close_a {
		color: #fff !important;
		font-size: 17px !important;
	}

	.img-logo-favorita {width: 135px;}
	.agenda-btn>img {width: max(100px, 13vw);}
	.ct-btn-agenda>a {font-size: max(17px, 1.5vw);}
	.nsHistoria {height: 1010px;}
	.contato {margin-top: 20px;}
	.container-contato-title {bottom: 60px;}
	.contato-col .contato-col-text {font-size: max(13px, 1.2vw);}
	.contato-col .contato-col-text {bottom: 65px;}

	.footer-column > iframe {width: 228px;}
	.instagram-footer img {width: 230px;}
}

/* 340px */
@media (max-width: 22em) {

	.nsHistoria {height: 1090px;}
	.row-fotos-contato {top: 22px;}
}

/* 320px */
@media (max-width: 20em) {

	.info-schedule .data-schedule {margin: 18px;}
	.info-schedule .data-schedule>img {width: max(145px, 10vw);}
	.info-schedule .data-schedule .data-schedule-span {font-size: max(32px, 2.7vw);}
	.info-event p:nth-child(1) {font-size: max(24px, 2.3vw);}
	.info-event p:nth-child(2) {font-size: max(27px, 2.3vw);}
	.info-event .ct-btn-schedule>img {width: 200px;}
	.info-event .btn-schedule>a {font-size: 22px;}
	.info-schedule .data-schedule>img {width: max(85px, 10vw);}
	.info-schedule .data-schedule .data-schedule-span {font-size: max(16px, 2.7vw);}
	.info-event p:nth-child(1) {font-size: max(14px, 2.3vw);}
	.info-event p:nth-child(2) {font-size: max(16px, 2.3vw);}
	.info-event .ct-btn-schedule {margin: 10px 0px;}
	.info-event .ct-btn-schedule>img {width: 135px;}

	.info-event .btn-schedule>a {
		font-size: 15px;
		position: relative;
		bottom: 3px;
	}

	.container-galeria-title {top: -39px;}
	.container-nossagaleria-col {margin-bottom: 85px;}

	.agenda-col {
		top: 9px;
		left: 19px;
		min-height: 115px;
	}

	.ag-text {top: 17px;}
	.agenda-col>.agenda>.agenda-column {padding: 4px;}
	.agenda-col>.agenda>.agenda-column>img {width: max(64px, 6vw);}
	.agenda-col>.agenda>.agenda-column>.agenda-data {font-size: max(15px, 1.5vw);}
	.ag-text>p {font-size: max(14px, 1.2vw);}
	.ag-text>h4 {font-size: max(17px, 1.8vw);}
	.nsHistoria {height: 1120px;}
	.controller {height: 420px;}
	.cidade-list {height: 363px;}
	.suaCidade > img {width: 200px;}
}

/* 310px */
@media (max-width: 20em) {
	.nsHistoria {height: 1200px;}
}

/* 282px */
@media (max-width: 18em) {

	.info-schedule {
		flex-wrap: wrap;
		text-align: center;
	}

	.info-schedule .data-schedule {flex-basis: calc(100% - 10px);}
	.info-schedule .data-schedule>img {width: max(85px, 10vw);}
	.info-event {flex-basis: calc(100% - 10px);}
	.container-Pgagenda {margin-bottom: 15px;}
	.nsHistoria {height: 1300px;}
	.controller {height: 386px;}
	.cidade-list {height: 343px;}
}