/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@-webkit-keyframes anima-seta-menu {
	0%   { margin-right: 20px; }
	100% { margin-right: 0px; }
}
@-moz-keyframes anima-seta-menu {
	0%   { margin-right: 20px;}
	100% { margin-right: 0px;}
}
@-o-keyframes anima-seta-menu {
	0%   { margin-right: 20px;}
	100% { margin-right: 0px;}
}
@keyframes anima-seta-menu {
	0%   { margin-right: 20px;}
	100% { margin-right: 0px;}
}

.seta_menu
{
	-webkit-animation: anima-seta-menu 0.6s infinite; /* Safari 4+ */
	-webkit-animation-direction: alternate;

	-moz-animation: anima-seta-menu 0.6s infinite; /* Fx 5+ */
	
	-o-animation: anima-seta-menu 0.6s infinite; /* Opera 12+ */

	animation: anima-seta-menu 0.6s infinite; /* IE 10+, Fx 29+ */
	animation-direction: alternate;
}

.seta_menu a
{
	font-size: 16px !important;
	color: #008584 !important;
	pointer-events: none !important;
	text-transform: uppercase;
	font-weight: normal;
}

.fa-bars
{
	color: #006867;
	font-size: 24px;
}

.menu-item a:hover:after{
	content: none !important;
}

.fa-arrow-right
{
	color: #006867;
	font-size: 20px;
	margin-left: 10px;
}

.overlay_menu
{
	height: 100vh;
    width: 100vw;
    color: #fff;
    position: fixed;
    z-index: 10000000000000000000000;
    padding: 2% 30%;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    margin: 0;
}

.overlay_menu ul
{
	list-style: none;
	display: block !important;
	position: relative !important;
	background: none !important;
    width: auto !important;
}

.overlay_menu .fa-times-circle
{
	position: absolute;
    right: 30%;
    font-size: 30px;
    cursor: pointer;
}

.overlay_menu li
{
	margin-top: 10px;
}

.overlay_menu a
{
	font-size: 30px;
	font-weight: bold;
	color: #fff !important;
	background: none !important;
}
.overlay_menu a:hover{
	color: #61CE70 !important;
}

.overlay_menu .sub-menu .menu-item a
{
    font-size: 25px;
    padding-left: 15px;
}

.overlay_menu .sub-menu .menu-item a:before
{
	content: " - ";
	margin-right: 10px;
}

.overlay_menu .line
{
	height: 2px;
	width: 50px;
	background: #ec521c;
	margin-top: 10px;
	display: block;
}

.overlay_menu.open
{
	pointer-events: all;
	opacity: 1;
}

.overlay_menu.closed
{
	opacity: 0;
	pointer-events: none;
}

.btn_fechar_overlay {
	cursor: pointer;
}

/* < ANIMACAO */

#container_animacao {
	overflow: hidden;
}

#animacao
{
	position: absolute !important;
	top: 0;
	pointer-events: none;
	overflow: hidden;
}

#animacao .atores
{
	height: 100vh;
} 

#animacao .itens
{
	height: 100vh;
}

#animacao .farol
{
	position: absolute;
	bottom: 0;
	width: 562px;
	height: 651px;
	right: 100px;
	background: url(/wp-content/themes/hello-theme-child/images/farol.png);
	z-index: 6;
}

@keyframes anima-numem1 {
	0%   { left: -10%; }
	100% { left: 100%; }
}

@keyframes anima-numem2 {
	0%   { right: -30%; }
	100% { right: 100%; }
}

@keyframes anima-numem3 {
	0%   { left: -20%; }
	100% { left: 100%; }
}

@keyframes anima-numem4 {
	0%   { right: -50%; }
	100% { right: 100%; }
}

@keyframes anima-numem5 {
	0%   { right: -45%; }
	100% { right: 100%; }
}

@keyframes anima-numem6 {
	0%   { right: -5%; }
	100% { right: 100%; }
}

#animacao .nuvem1
{
	background: url(./images/nuvem1.png) repeat-x;
	position: absolute;
	top: 40%;
	right: 90%;
	width: 70px;
	height: 30px;
	animation: anima-numem1 60s linear infinite;
}

#animacao .nuvem2
{
	background: url(./images/nuvem2.png) repeat-x;
	position: absolute;
	top: 55%;
	right: 30%;
	width: 70px;
	height: 24px;
	animation: anima-numem2 80s linear infinite;
}

#animacao .nuvem3
{
	background: url(./images/nuvem1.png) repeat-x;
	position: absolute;
	top: 62%;
	right: 80%;
	width: 70px;
	height: 30px;
	z-index: 10;
	animation: anima-numem3 40s linear infinite;
}

#animacao .nuvem4
{
	background: url(./images/nuvem2.png) repeat-x;
	position: absolute;
	top: 45%;
	right: 50%;
	width: 70px;
	height: 24px;
	animation: anima-numem4 60s linear infinite;
}

#animacao .nuvem5
{
	background: url(./images/nuvem1.png) repeat-x;
	position: absolute;
	top: 75%;
	right: 45%;
	width: 70px;
	height: 30px;
	z-index: 10;
	animation: anima-numem5 80s linear infinite;
}

#animacao .nuvem6
{
	background: url(./images/nuvem2.png) repeat-x;
	position: absolute;
	top: 30%;
	right: 5%;
	width: 70px;
	height: 24px;
	animation: anima-numem6 40s linear infinite;
}

@-webkit-keyframes anima-mar0 {
	0%   { background-position-x: 0%; }
	100% { background-position-x: 100%; }
}
@-moz-keyframes anima-mar0 {
	0%   { background-position-x: 0%; }
	100% { background-position-x: 100%; }
}
@-o-keyframes anima-mar0 {
	0%   { background-position-x: 0%; }
	100% { background-position-x: 100%; }
}
@keyframes anima-mar0 {
	0%   { background-position-x: 0%; }
	100% { background-position-x: 100%; }
}

#animacao .mar0
{
	background: url(./images/mar0.png) repeat-x;
	position: absolute;
	bottom: -8px;
	left: 0px;
	background-position-x: 0px;
	/*left: 0px;*/
	height: 55px;
	width: 100%;
	z-index: 5;

	-webkit-animation: anima-mar0 15s infinite; /* Safari 4+ */
	-webkit-animation-direction: alternate;
	-moz-animation: anima-mar0 15s infinite; /* Fx 5+ */
	-o-animation: anima-mar0 15s infinite; /* Opera 12+ */
	animation: anima-mar0 15s infinite; /* IE 10+, Fx 29+ */
	animation-direction: alternate;
}

@-webkit-keyframes anima-mar1 {
	0%   { background-position-x: 100%; }
	100% { background-position-x: 0%; }
}
@-moz-keyframes anima-mar1 {
	0%   { background-position-x: 100%; }
	100% { background-position-x: 0%; }
}
@-o-keyframes anima-mar1 {
	0%   { background-position-x: 100%; }
	100% { background-position-x: 0%; }
}
@keyframes anima-mar1 {
	0%   { background-position-x: 100%; }
	100% { background-position-x: 0%; }
}

#animacao .mar1
{
	background: url(./images/mar1.png) repeat-x;
	position: absolute;
	bottom: -18px;
	left: 0;
	background-position-x: 20px;
	/*left: 20px;*/
	height: 55px;
	width: 100%;
	z-index: 6;

	-webkit-animation: anima-mar1 20s infinite; /* Safari 4+ */
	-webkit-animation-direction: alternate;
	-moz-animation: anima-mar1 20s infinite; /* Fx 5+ */
	-o-animation: anima-mar1 20s infinite; /* Opera 12+ */
	animation: anima-mar1 20s infinite; /* IE 10+, Fx 29+ */
	animation-direction: alternate;
}

@-webkit-keyframes anima-mar2 {
	0%   { background-position-x: 0%; }
	100% { background-position-x: 100%; }
}
@-moz-keyframes anima-mar2 {
	0%   { background-position-x: 0%; }
	100% { background-position-x: 100%; }
}
@-o-keyframes anima-mar2 {
	0%   { background-position-x: 0%; }
	100% { background-position-x: 100%; }
}
@keyframes anima-mar2 {
	0%   { background-position-x: 0%; }
	100% { background-position-x: 100%; }
}

#animacao .mar2
{
	background: url(./images/mar2.png) repeat-x;
	position: absolute;
	bottom: -28px;
	left: 0px;
	background-position-x: 40px;
	/*left: 40px;*/
	height: 55px;
	width: 100%;
	z-index: 7;

	-webkit-animation: anima-mar2 25s infinite; /* Safari 4+ */
	-webkit-animation-direction: alternate;
	-moz-animation: anima-mar2 25s infinite; /* Fx 5+ */
	-o-animation: anima-mar2 25s infinite; /* Opera 12+ */
	animation: anima-mar2 25s infinite; /* IE 10+, Fx 29+ */
	animation-direction: alternate;
}

@-webkit-keyframes anima-barco {
	0%   { left: -150px; }
	100% { left: 100%; }
}
@-moz-keyframes anima-barco {
	0%   { left: -150px; }
	100% { left: 100%; }
}
@-o-keyframes anima-barco {
	0%   { left: -150px; }
	100% { left: 100%; }
}
@keyframes anima-barco {
	0%   { left: -150px; }
	100% { left: 100%; }
}

@keyframes anima-barco1 {
	from { transform: rotateZ(-2deg); }
	to { transform: rotateZ(8deg); }
}

#animacao .barco
{
	background: url(./images/barco.png) no-repeat;
	position: absolute;
	bottom: 10px;
	left: -150px;
	width: 146px;
	height: 148px;
	z-index: 7;
	transform-origin: center center;
	animation:
		anima-barco 40s linear infinite,
		anima-barco1 1s infinite alternate;
}
/* /> ANIMACAO */

@media screen and (max-width: 767px){
	.cabecalho {
		margin-top: 0;
    	/*padding: 10px; */
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	}

	.cabecalho.header_menor{
		/* margin-top: 5px; */
	}

	.seta_menu {
		display: none !important;
	}

	.overlay_menu {
		padding: 10px !important;
	}

	.overlay_menu > div {
		flex-flow: column !important;
	}

	.overlay_menu a {
		font-size: 20px !important;
		line-height: 10px !important;
	}

	#container_animacao h2 {
		font-size: 35px !important;
	}

	#animacao .farol{
		transform: scale(.5);
		transform-origin: right bottom;
		right: -80px;
		z-index: 0;
	}
}