@charset "utf-8";
/* CSS Document */

/*
Theme Name: Cajueiro Convenções 2020
Theme URI: http://cajueiroconvencoes.com.br/
Description: Theme Cajueiro Convenções 2020
Author: Perfil Virtual
Author URI: http://perfilvirtual.com.br/
Copyright 2020
*/

*{
	padding:0px;
	margin:0px;
	text-decoration:none;
	outline:none;

	webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;

	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, p{
	webkit-transition-timing-function:none;
	transition-timing-function:none;
	
	-webkit-transition:none;
	transition:none;
}

img{max-width:100% !important;}

a{cursor:pointer;}

@font-face {
    font-family: 'poppins-regular';
    src: url('fonte/poppins-regular_0-webfont.woff2') format('woff2'),
         url('fonte/poppins-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-light';
    src: url('fonte/poppins-light_0-webfont.woff2') format('woff2'),
         url('fonte/poppins-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-extralight';
    src: url('fonte/poppins-extralight_0-webfont.woff2') format('woff2'),
         url('fonte/poppins-extralight_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-bold';
    src: url('fonte/poppins-bold_0-webfont.woff2') format('woff2'),
         url('fonte/poppins-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'soak';
    src: url('fonte/soak_up_the_sun_script-webfont.woff2') format('woff2'),
         url('fonte/soak_up_the_sun_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'poppins-light';
	margin:0px;
	padding:0px;
	color:#7a7a79;
	background-color:#FFF;
	display:block;
	font-size: 62.5%; /*altera o valor da fonte padrão de 16px para 10px*/
	webkit-transition-timing-function:none;
	transition-timing-function:none;
	
	-webkit-transition:none;
	transition:none;
}

h1{
	width:50%;
	float:left;
	font-family: 'soak';
	font-weight: lighter !important;
	font-size:50em;
	line-height:1em;
}
h2{
	font-size:3em;
	font-weight:100;
	margin-bottom: 15px;
}
p{
	font-size:1.5em;
	line-height:1.6em;
}

.chamada{
	width:50%;
	float:left;
	padding-left:5%;
	margin-top: 120px;
}

.content{
	width:100%;
	max-width:1200px;
	margin:auto;
}



/* HEADER*/

.header{
	width:100%;
	height:auto;
	float:left;
	background: #FFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	z-index:999;
	position:relative;
	padding: 10px 0;
}

#logo {
    float: left;
    width: 250px;
    text-align: center;
}

#menu{
	float:right;
	margin-top: 5px;
}
#menu li{
	list-style:none;
	float:left;
}
#menu li a {
    float: left;
    color: #55231c;
    padding: 30px;
    font-size: 2em;
}
#menu li a:hover{
	background:#55231c;
	color:#FFF;
}

#header_superior{
	width:70%;
	float:right;
	padding:20px 0;
	border-bottom:1px solid #dcd4ad;
}
#bot_agendar, #bot_agendar1{
	float:right;
	border:1px solid #dcd4ad;
	padding:20px 30px;
	color:#202c3a;
	font-size: 1.5em;
}
#bot_agendar:hover, #bot_agendar1:hover{
	background:#202c3a;
	color:#FFF;
}
#bot_agendar1{
	width: 100%;
    text-align: center;
    background: #807857;
    border: none;
    color: #FFF;
	display:none;
}
#horario{
	float:left;
	padding-top:15px;
}
#horario h4{
	color:#202c3a;
	font-size: 1.2em;
	margin-bottom:5px;
}
#horario p{
	color:#7c765b;
	font-size: 1.2em;
}

#box_slide{
	position:relative;
	float:left;
	width: 100%;
}

#slide, .slide{
	width:100%;
	height: 100vh;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    background-attachment: fixed;
	float:left;
	/*
	clip-path: polygon(0 0, 0 100%, 100% 85%, 100% 0);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 85%, 100% 0);
    -moz-clip-path: polygon(0 0, 0 100%, 100% 85%, 100% 0);
	*/
}


#slide li, .slide li{
	width:100%;
	height: 100vh;
	background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    background-attachment: fixed;
	float:left;
	display:block;
}

#slide img, .slide img{
	width:100% !important;
	max-width:auto !important;
}

#efeito_slide{
	width:100%;
	height:140px;
	float: left;
	margin-top: -70px;
    z-index: 999;
    position: relative;
	background-image:url(img/efeito_slide.png);
	background-position:top center;
}

#header-interno .slide{
	display:none;
}
#header-interno #conteudo {
    width: 100%;
    float: left;
    position: relative;
    z-index: 999;
    padding: 20px 0;
    margin-top: 0px;
    margin-bottom: 60px;
}
#header-interno #menu {
    margin-top: 20px;
}
/* Menu Mobile */
.menu1{
	display:none;
	float: right;
	cursor:pointer;
	width: 40px;
	height: 37px;
	background: url('img/icone_menu.png') no-repeat center center;
	text-indent: 9999px;
	overflow: hidden;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #d8c895;
	margin-top:18px;
	margin-left:50px;
}
#menu1_conteudo{
	width: 100%;
	height:800px;
	float: right;
	position:fixed;
	background: #d8c895;
	z-index: 999999999;
	right:-105%;
}
#menu1_conteudo li{
	list-style:none;
}

.menu1_int{
	margin-top:0;
}
.menu1_conteudo_int{
	margin-top:-40px;
}
.menu_sec li a, #fecha{
	width:100%;
	float:left;
	font-size: 1.7em;
    padding:10px;
	color: #55231c;
	text-align: center;
}
.menu_sec li a:hover, .menu_sec li a #ativo{
	background: #55231c;
	color:#FFF;
}
.menu_sec li:hover .sub-menu{
	margin-left:-250px;
	margin-top:auto;
}

#fecha{
	padding:0;
	margin-bottom:20px;
}

#fecha a{
	float:right;
	width:auto;
	background:#55231c;
	color:#FFF;
	font-size:1em;
	padding:10px 12px;
}


/* SOBRE */

#sobre{
	width:100%;
	float:left;
	background:#55231c;
	padding: 90px 0 100px 0;
	margin-top: -110px;
	color:#FFF;
    background-attachment: fixed;
	z-index: 9;
    position: relative;
	clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0);
    -moz-clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0);
}
#video{
	width: 100%;
    float: left;
	position:relative;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}
#video img{
	width: 100% !important;
}

#video div{
    position: absolute;
    background: #FFF;
    padding: 20px 40px;
    font-size: 2em;
    font-weight: bolder;
    text-align: center;
    color: #55231c;
    border-radius: 100px;
    margin: auto;
    width: 25%;
    left: 50%;
    margin-left: -12.5%;
    top: 50%;
    margin-top: -30px;
}
#video div:hover{
	background: #55231c;
	color: #FFF;
}

#diferenciais{
	width:100%;
	float:left;
	margin-top:50px;
	margin-bottom: 100px;
}
#diferenciais li{
	width:20%;
	float:left;
	list-style:none;
	text-align:center;
	padding:0 20px;
	opacity:0;
}
#diferenciais li h4{
	font-size: 1.8em;
    color: #cec497;
    text-transform: uppercase;
    font-weight: lighter;
	margin-top:10px;
}

#t1, #t2, #t3, #t4, #c1, #c2, #c3, #c4{
	opacity:0;
}

/* AMBIENTES */

#ambientes, #contato{
	width:100%;
	float:left;
	padding:100px 0;
	margin-top: -100px;
	background-color:#d8c895;
	background-image:url(img/dark-dotted-2.png);
    background-attachment: fixed;
	z-index: 10;
    position: relative;
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100px);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100px);
    -moz-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100px);
	color:#55231c !important;
}
#ambientes h1{
	font-size:30em;
}
#opcoes{
	width:100%;
	float:left;
	text-align:center;
	margin: 50px 0;
	opacity:0;
}
.opcoes{
	width:20%;
	margin:0 1%;
	padding:15px;
	text-align:center;
	display:inline-block;
	border:1px solid #FFF;
	color:#4c2721;
	cursor:pointer;
	font-size:2em;
}
.opcoes:hover, .opcoes.checked{
	background:#a31419;
	border:1px solid #a31419;
	color:#FFF;
	opacity:1;
}

#espacos{
	width:100%;
	float:left;
	margin-bottom:150px;
	background:#a31419;
}
#espacos .foto, #espacos .info{
	width:50%;
	float:left;
	position:relative;
}
#espacos .foto li{
	list-style:none;
	width:100% !important;
	float:left !important;
	display:block !important;
}
#espacos .info{
	padding:50px;
	color:#FFF;
	float:right;
	font-family: 'poppins-extralight';
}
#espacos .info ul{
	margin: 25px 0 0 15px;
}
#espacos .info ul li{
	font-size: 1.5em;
    margin-bottom: 15px;
}

#auditorio, #boate{
	display:none;
}

/* EVENTOS */

#eventos{
	width:100%;
	float:left;
	padding: 150px 0;
	margin-top: -100px;
	background-color:#55231c;
	background-image:url(img/concrete-wall.png);
	z-index: 12;
    position: relative;
	clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0);
    -moz-clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0);
}

#eventos h1{
	font-size: 35em;
	color:#FFF;
}

#eventos .chamada{
	margin-top: -80px;
}

#fotos_eventos{
	width:100%;
	float:left;
	margin:50px 0;
}
#fotos_eventos li{
	width:25%;
	float:left;
	padding:5px;
	list-style:none;
	display:none;
}
#f1,#f2,#f3,#f4{
	display:block !important;
}
#fotos_eventos li a{
	width:100%;
	float:left;
	background-color:#000;
	background-image:url(img/lupa.png);
	background-position:center;
	background-repeat:no-repeat;
}
#fotos_eventos li a:hover img{
	opacity:0.5;
}

#controle {
    width: 150px;
    float: left;
    margin-top: -70px;
	z-index: 9999;
    position: relative;
}
#controle div.active {
    opacity: 0.5;
}
#controle div:hover {
    background: #c79e6a;
    color: #FFF;
}
#controle div {
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
    border: 3px solid #c79e6a;
	color:#c79e6a;
    border-radius: 200px;
    margin: 10px;
    font-size: 4em;
    font-family: 'poppins-regular';
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}

/* CONTATO */
#contato{
	z-index: 13;
    position: relative;
}
#contato h1{
	width:100%;
	text-align:center;
	font-size:35em;
}

#contato .chamada{
	width:100%;
	text-align:center;
	margin-top:0;
	padding:0;
	margin-bottom: 50px;
}

#form_contato{
	width:90%;
	margin:50px auto;
	opacity:0;
	text-align: center;
}

::-webkit-input-placeholder { /* Edge */
  color:#55231c;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#55231c;
}
::placeholder {
  color:#55231c;
}

#form_contato .campo{
	width:100%;
	float:left;
	margin-bottom:15px;
	padding:20px;
	background: none;
    border: 1px solid #a19170;
	color:#55231c !important;
	font-size: 1.6em;
}

#form_contato .campo.meio{
	width:49%;
}
#form_contato textarea{
	height:150px;
	font-family: 'poppins-regular';
}

#form_contato .botao{
	padding: 25px 40px;
    text-align: center;
    background: #55231c;
    color: #cfc1a3;
    cursor: pointer;
    font-family: 'poppins-regular';
    font-size: 1.8em;
	border:none;
	margin-top:10px;
}
#form_contato .botao:hover{
	background:#a31419;
	color:#FFF;
}


/* FOOTER */
.footer, .footer1{
	width:100%;
	float:left;
	background:#FFF;
	padding:100px 0;
	
}
.footer{
	padding-top: 150px;
	padding-bottom: 0px;
    margin-top: -100px;
	z-index: 14;
    position: relative;
    clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0);
    -moz-clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0);
}
.footer1{
	padding: 80px 0 30px 0;
    background: #55231c;
	z-index: 15;
    position: relative;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100px);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 50px);
    -moz-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100px);
}
.footer1 p{
    font-size: 1.2em;
    float: left;
	color:#fff;
}
#logo_footer{
	float:left;
	width:25%;
}
#meio_footer{
	float:left;
	width:25%;
	margin:0 10%;
}
#contato_footer{
	float:right;
	width:35%;
}
.footer .info{
	float:left;
	width:100%;
}
.footer .info hr{
	width:50px;
	height:2px;
	background:#202c3a;
	border:none;
}
.footer .info h3{
	color:#202c3a;
	margin: 15px 0;
    font-size: 2em;
	font-weight: lighter;
}
.footer .info p, .footer .info a{
	color: #807857;
    margin-bottom: 10px;
    font-size: 1.4em;
    float: left;
    width: 100%;
}
#info_footer{
	float:right;
}
#end, #tel, #social{
	width:200px;
	float:left;
	margin-top: 20px !important;
	color: #55231c !important;
}
#tel{
	margin: 50px;
    width: 348px;
}
#tel a{
	color: #55231c !important;
}
#end h3, #tel h3, #social h3{
	font-size: 2.5em;
    color: #55231c !important;
    font-weight: lighter;
	margin-bottom: 10px;
}
#social{
	width:130px;
}
#social a {
    background: #55231c;
    float: left;
    width: 40%;
    border-radius: 100%;
    padding: 10px;
    margin-right: 5px;
}
#social a:hover {
	opacity:0.5;
}

#assinatura{
	width:130px;
	float:right;
}



/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* RESPONSIVE
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1230px){
	.content{
		padding:0 20px;
	}
	#espacos .info {
		padding: 30px 50px;
	}
}

@media screen and (max-width: 1180px){
	#ambientes h1 {
		font-size: 25em;
	}
	#ambientes .chamada{
		margin-top:80px;
	}
	#espacos .info {
		padding: 30px 30px 0 30px;
	}
	#logo_footer {
		float: left;
		width: 20%;
		margin-top: 10px;
	}
}
@media screen and (max-width: 1100px){
	#eventos .chamada {
		width: 40%;
		float: right;
	}
	#controle {
		margin-top:0;
	}
	#espacos .info ul li {
		font-size: 1.4em;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1050px){
	#tel {
		margin: 30px;
	}
	.footer {
		padding-top: 120px;
	}
}

@media screen and (max-width: 1024px){
	#menu li a {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 1023px){
	h1 {
		width: 100%;
		text-align: center;
		font-size: 30em !important;
	}
	.chamada {
		width: 100%;
		text-align: center;
		margin-top: 20px !important;
		margin-bottom:50px !important;
		padding:0;
	}
	.opcoes {
		width: 25%;
	}
	#eventos .chamada{
		display:none;
	}
	#controle{
		display: table;
		margin: auto;
		float: none;
	}
	#info_footer {
		width: 100%;
		float: right;
		text-align: center;
	}
	#tel {
		margin: 30px;
		display: inline-block;
		float: none;
	}
	#social{
		float:right;
	}
	#social a{
		float:none;
		display: inline-block;
	}
	#logo_footer{
		display: none;
	}
}

@media screen and (max-width: 980px){
	#diferenciais li{
		padding: 0 10px;
	}
	#diferenciais li h4{
		font-size: 1.5em;
	}
	#espacos {
		background:none;
	}
	#espacos .info {
		padding: 0px 30px;
		color: #55231c !important;
	}
	#espacos .info ul li {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 950px){
	#menu{
		display:none;
	}
	.menu1{
		display: block;
	}
	#logo{
		width: 200px;
	}
	#fotos_eventos li{
		width:33.333333%;
	}
	#f4{
		display:none !important;
	}
}

@media screen and (max-width: 900px){
	#opcoes {
		margin-top:0;
	}
	.opcoes {
		width: 30%;
	}
	#espacos{
		margin-bottom: 50px;
	}
	#espacos .foto, #espacos .info {
		width: 100%;
		text-align: center;
		padding:0;
	}
	#espacos .info{
		margin-top:50px;
	}
	#espacos .info ul li{
		list-style:none;
	}
}

@media screen and (max-width: 800px){
	#fotos_eventos li{
		width:50%;
	}
	#f3{
		display:none !important;
	}
	#eventos{
		padding: 80px 0 120px 0;
	}
	#contato{
		padding-top: 50px;
	}
}

@media screen and (max-width: 798px){
	#end, #tel, #social{
		width: 100%;
		padding: 0;
		margin: 0 0 50px 0 !important;
	}
	#social a {
		width: 50px;
	}
	.footer1 p {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#assinatura{
		display: table;
		margin: auto;
		float: none;
	}
	#form_contato .campo.meio {
		width: 100%;
	}
	#diferenciais li {
		width: 33%;
		margin-bottom: 30px;
	}
	#video div {
		width: 40%;
		margin-left: -20%;
	}
}

@media screen and (max-width: 685px){
	.opcoes {
		width: 100%;
		margin:0 0 10px 0;
	}
	h1{
		font-size: 25em !important;
	}
}

@media screen and (max-width: 600px){
	#diferenciais li {
		width: 50%;
	}
	h1{
		font-size: 20em !important;
	}
}

@media screen and (max-width: 500px){
	#diferenciais li, #form_contato{
		width: 100%;
	}
	h2 {
		font-size: 2.2em;
	}
	#fotos_eventos li{
		width:100%;
	}
	#f2{
		display:none !important;
	}
	#video div {
		padding:20px;
		width: 40%;
		margin-left: -20%;
	}
}

@media screen and (max-width: 452px){
	h1{
		font-size: 15em !important;
	}
	#video div {
		padding: 20px;
		width: 100%;
		margin: 0 !important;
		left: 0;
		position: relative;
		border-radius: 10px 10px 0px 0;
	}
}

@media screen and (max-width: 350px){
	h1{
		font-size: 12em !important;
	}
	#logo {
		width: 150px;
	}
	.menu1{
		margin-top: 10px;
	}
}