/* ///////////////////////
          RESET
////////////////////////*/

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

/*/////   RESET  /////*/

@font-face {
    font-family: FashionFetish;
    src: url(../fontes/Fashion-Fetish-Regular.ttf);
}
@font-face {
    font-family: FashionFetish;
    src: url(../fontes/Fashion-Fetish-Heavy.ttf);
		font-weight: bold;
}

.titulo-1{
	font-family: FashionFetish;
	font-size:3.0em;
	color: #055e66;
	font-weight: bold;
}

.paragrafo-1{
	font-family: 'Roboto', sans-serif;
	font-size:1.5em;
	color: #055e66;
	margin-top: 20px;
	line-height:1.5;
}

.btn-border{
	padding: 15px 50px;
	border-radius:100px;
	border:2px solid #055e66;
	color: #055e66;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	margin-top: 20px;
	text-decoration: none;
}
.titulo-1:nth-child(1) {
    text-decoration-line:line-through;
		text-decoration-color: #f08700;
		z-index:-10;
}
/*/////   RESET  /////*/

.header-topo{
	width: 100%;
	background-color:#055e66;
	position: fixed;
	z-index: 99;
}

/* ///////////////////////
         MENU
////////////////////////*/

.menu-Strikethrough{
	width: 100%
	overflow:auto;
	margin-top: 50px;
}
.menu-Strikethrough ul{
	text-align: center;
	display: flex;
	list-style: none;
}
.menu-Strikethrough ul li{
padding-left: 80px;

}
.menu-Strikethrough ul ul {
  display: none;
	text-align: center;
}

.menu-Strikethrough ul li:hover ul{
	display: block;
	position: absolute;
}

.menu-Strikethrough ul ul li {
	padding: 30px;
	background:#055e66;
	text-align: center;
}

.menu-Strikethrough span {
  position: relative;
  display: block;
  cursor: pointer;
}
.menu-Strikethrough span:before, span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  top: 50%;
  margin-top: -0.5px;
  background: #F18700;
}
.menu-Strikethrough span:before {
  left: -2.5px;
}
.menu-Strikethrough span:after {
  right: 2.5px;
  background: #F18700;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-Strikethrough span:hover:before {
  background: #F18700;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-Strikethrough span:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
.menu-Strikethrough ul li a{
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.toggle{
	width: 100%
	padding:20px 25px;
	text-align: right;
	cursor: pointer;
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	display: none;
}

@media(max-width:798px){

	.toggle{
		display: block;
	}
	.menu-Strikethrough {
		position: absolute;
    	margin-top: 50px;
		width: 100%;
		transition: all 0.3s;
	}
	.menu-Strikethrough ul {
		display: none;
	  margin-top: 20px;
		width: 100%;
		background:#055e66;
	}
	.menu-Strikethrough ul li:hover ul{
		display: none;
		position: static;
	}
	.menu-Strikethrough ul li{
		display: block;
		text-align: center;
		padding: 20px 0px;;
	}
	.active-menu{
		display: block;
	}
}


.menu-Social{
	margin-top: 47px;
}

.menu-Social ul li{
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 2px 3px;
	border-radius: 999px;
	background-color:#fff;
	text-align: center;
}

.menu-Social ul li a{
	font-size: 13px;
	color:#055e66;
}

@media(max-width:798px){
	.menu-Social{
		margin-top: 20px;
	}
	.menu-Social ul li{
		display: block;
		margin: 10px;
	}
}


.box2 {
	width: 100%;
}

#svgdiv1{
	position: absolute;
	bottom:-400px;
	width: 100%;
	height:100vh;
}

	#svgdiv1 .fil1 {fill:#055E66}
	#svgdiv1 .fil0 {fill:white}
	#svgdiv1 .fil3 {fill:#F6CC34;fill-rule:nonzero}
	#svgdiv1 .fil2 {fill:white;fill-rule:nonzero}


	.box3{
		margin-top:100px;
	}
#img-frame-solar{
	z-index: 2;
}
#img-frame-pousada{
		margin-top: -514px;
		margin-left: 125px;
	}

	.style_prevu_kit
	{
	    display:inline-block;
	    border:0;
	    position: relative;
	    -webkit-transition: all 200ms ease-in;
	    -webkit-transform: scale(1);
	    -ms-transition: all 200ms ease-in;
	    -ms-transform: scale(1);
	    -moz-transition: all 200ms ease-in;
	    -moz-transform: scale(1);
	    transition: all 200ms ease-in;
	    transform: scale(1);
	    margin-left:-10px;

	}
	.style_prevu_kit:hover
	{
	    box-shadow: 0px 0px 150px #000000;
	    z-index: 3;
	    -webkit-transition: all 200ms ease-in;
	    -webkit-transform: scale(1.5);
	    -ms-transition: all 200ms ease-in;
	    -ms-transform: scale(1.5);
	    -moz-transition: all 200ms ease-in;
	    -moz-transform: scale(1.1);
	    transition: all 200ms ease-in;
	    transform: scale(1.05);
	}


	@media(max-width:800px){
		#svgdiv1{
			bottom:-550px;
		}
	}

	@media(max-width:798px){
		#svgdiv1{
			bottom:-400px;
		}
		.box2 {
    background-position-x: -262px;
	}
		.box3{
			margin-top:0px;
		}
		#img-frame-solar{
				margin-top:50px;
		}
		#img-frame-pousada {
		    margin-top: -326px;
		    margin-left: 7px;
		    z-index: -1;
		}
	}

	.box4 {
		width: 100%;
	}

.footer-blue{
	padding: 30px 0px;
	margin-top: 50px;
	width: 100%;
	background: #055E66;
}

.footer-titulo{
	color:#ffcb2b;
	border-left: 3px solid #ffcb2b;
	padding-left: 15px;
	text-transform:uppercase;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 30px;
}

.footer-blue li{
	margin-top: 20px;
}
.footer-blue a{
	font-size: 1.0em;
	color: #fff;
	line-height: 1.5px;
	font-family: 'Roboto', sans-serif;;
	text-decoration: none;
}


.form-input{
	height:40px;
	padding: 10px;
	margin: 15px -1px;
	color:#055E66;
	background: #fff;
	border: 1px solid #055E66;
	border-radius: 15px;
}

.form-input-w100{
	width: 100%;
}
.form-input-w50{
	width: 50%;
}

.form-textarea{
	padding: 10px;
	width: 100%;
	margin: 15px 0px;
	color:#055E66;
	background: #fff;
	border: 1px solid #055E66;
	border-radius: 15px;
}

.form-submit{
	padding: 10px 40px;
	font-size: 15px;
	margin: 15px 0px;
	color:#055E66;
	background: #fff;
	border: 1px solid #055E66;
	border-radius: 15px
}
