/* mo0delos  
https://www.allink.com.br 
http://www.newflag.com.br/index.php/pt.html
https://www.totvs.com/logistica/
*/

* {
  /*font-family: 'Righteous', cursive;*/
  font-family: sans-serif;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  
}

.red {
  border: solid 1px red;
}

.none {
  display: none
}
.w50{
  width: 50%;
}
.vh50{
  height: 50vh;
}

.m10 {
  margin: 10px
}

.divisor {
  margin: 20px 0px;
  
}



@keyframes bgBlur {
  0% {
    background: Rgba(0, 0, 0, 1)
  }
  50% {
    background: Rgba(0, 0, 0, 0.5)
  }
  100% {
    background: Rgba(0, 0, 0, 1)
  }
}

@keyframes bgChange {
  0% {
    background-image: url('../img/xangai2.jpg')
  }
  49% {
    background-image: url('../img/xangai2.jpg')
  }
  50% {
    background-image: url('../img/aviao.jpg')
  }
  100% {
    background-image: url('../img/aviao.jpg')
  }
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 300vh;
  width: 100vw;
  animation: bgChange 20s linear infinite;
  background-image: url('../img/xangai2.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.page_section {
  width: 100vw;
  min-height: 100vh;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.logo img {
  height: 40px;
}

.logo h1 {
  color: #273566;
}

.logo span {
  margin-top: 10px;
  letter-spacing: 0.3em;
  transform: translateY(-10px);
  color: #EA9B3E;
  font-size: 0.7em;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
}

.luedd{
  font-style: italic;
  color: #273566;
  font-weight: bolder;
}
.logo h1 {
  font-family: 'Fugaz One', cursive;
  font-style: italic;
  color: #022455;
}

.camping img{
  height: 50px;
}

.menu_mobile {
  display: none;
  transform: skew(-15deg);
  cursor: pointer;
}

.mobile_btn>div {
  height: 10px;
  width: 50px;
  margin: 5px;
  background: #ea9b3e;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.mobile_btn:hover>div {
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
}

.mobile_btn:active>div {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.menu {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: space-around;
  background: #ffffff;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
  min-height: 80px;
  width: 100vw;
  align-items: center;
  flex-wrap: wrap;
}

.menu_item {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  color: #022455;
  transition: background 1s;
  border-radius: 0px;
  transform: skew(-15deg);
}

.menu_item:hover {
  background: #ea9b3e;
}

.menu_links {
  display: flex;
  height: 90%;
}

.links {
  display: flex;
}

.menu_link a {
  color: #022455;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_links div {
  display: flex;
  align-self: flex-end;
}

.menu i {
  color: #022455;
  font-size: 1.6em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.translations {
  display: flex
}

.translations img {
  height: 30px;
  cursor: pointer;
  margin: 6px;
}

.translations img:hover {
  transform: translate(-1px, -1px);
}

.translations img:active {
  transform: translate(1px, 1px);
}

.social {
  display: flex;
}

.social a {
  margin: 5px;
  display: flex;
  transform: translate(0px, 0px);
}

.social a:hover {
  transform: translate(-1px, -1px);
}

.social a:active {
  transform: translate(1px, 1px);
}

#unlock {
  display: none;
}

.restrict i {
  margin: 8px 0px;
}

.restrict {
  display: flex;
}

.restrict:hover>#lock {
  display: none;
}

.restrict:hover>#unlock {
  display: block;
}

.restrict:active {
  transform: translate(1px, 1px);
}

#s1 {
  animation: bgBlur 10s linear infinite;
  background-image: linear-gradient(60deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.80));
  background-size: 3px 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.s1_message {
  text-shadow: 1px 1px 1px #000000;
  color: #ffffff;
  font-size: 3em;
  font-weight: bolder;
  margin: 50px 0px;
}

.try_it {
  background-image: linear-gradient(60deg, rgba(234, 155, 62, 0.70), rgba(234, 155, 62, 1));
  /*background: #ea9b3e; */
  border-radius: 50px;
  color: #ffffff;
  padding: 25px 35px;
  font-size: 1.5em;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#s2 {
  
  background: url('https://upload.wikimedia.org/wikipedia/commons/6/63/Mapa_Mundi_Detalle_Max_2008.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100vw;
  min-height: 100vh;
}

.mask_s2 {
  background: rgba(245,244,240, 0.8);
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: justify;  
  padding-top: 50px;
  
  
}

.sobre_banner{  
  width: 100%;
  max-width: 1000px;
  display: flex;
    
}

.sobre_banner p{  
  margin-bottom: 5px;
  
}

#img_sobre_nos{
  justify-content: center;
  /*background: #000000;*/
}

#img_sobre_nos img{  
height: 400px;
}

#a_luedd{
  margin-top: 50px;
  flex-direction: column;
}



.mission{
  background: #333333;
  color: #ffffff;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 80px 10px;
  
}

.mission>div{
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.mission_item{
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-image: linear-gradient(60deg, rgba(234, 155, 62, 0.5), rgba(234, 155, 62, 0.8));
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000000;
  
}


/************************************************************** Animação S3 *********************************************************/

#s3{
  display: flex;
  padding-top: 80px;
  flex-direction: column;
  background: #f7f6f3;
}

@keyframes plane { 
  0% { right:0; transform: rotateY(180deg); }
  49% {right:100%; transform: rotateY(180deg); }
  50% { right:100%; transform: rotateY(0deg); }
  99% { right:0; transform: rotateY(0deg); }
  100% { right:0; transform: rotateY(180deg); }
}

.sea {
  margin-top: 10px;
  background: linear-gradient(#f7f6f3,#f7f6f3,#eae7df,#eae7df);
  display: flex;
  flex-direction: column;
}

.plane_container{
  height: 100px;
  width: 100vw;  
  display: flex;
  justify-content: flex-end; 
}
.plane_container img{
  height: 70px;
  position: relative;
  right: 0;
  transform:translateX(0);
  
  animation: plane 40s linear infinite;
  
  
}

.sea>div {
  width: 100vw;
}



@keyframes wave {
  0% {
    transform: translateY(0px)
  }
  30% {
    transform: translateY(-3px)
  }
  60% {
    transform: translateY(3px)
  }
  100% {
    transform: translateY(0px)
  }
}

#sea_1 {
  transform: translateY(-12px);
}

#sea_2 {
  transform: translateY(-24px);
}

#sea_3 {
  transform: translateY(-36px);
}

#wave_1,
#wave_3 {
  background: url("../img/onda2.svg");
  height: 40px;
}
#wave_2 {
  height: 40px;
  display: flex;
  justify-content: center;
  background: url("../img/onda1.svg");
}


#wave_1 {
  animation: wave 15s ease-in-out infinite;
}

#wave_2 {
  animation: wave 13s ease-in-out infinite;
}

#wave_3 {
  animation: wave 17s ease-in-out infinite;
}

.navio_container {
  transform: translate(0px, -40px);
  width: 100vw; 
}




@keyframes navio{
  
  0% { left:0; transform: rotateY(180deg); }
  49% {left:100%; transform: rotateY(180deg); }
  50% { left:100%; transform: rotateY(0deg); }
  99% { left:0; transform: rotateY(0deg); }
  100% { left:0; transform: rotateY(180deg); }
}

#navio {
  position: absolute;
  left:0;
  transform:translateX(0);  
  height: 80px;
  animation: navio 60s linear infinite;
}

.serv_txt{
  display: flex;
  justify-content: center;
  text-align: center;

}

.serv_txt h3{
  color: #333333;
  font-weight: bolder;
  font-size: 1.7em;
  line-height: 1.em;
  border-bottom: solid 4px #ea9b3e;
  padding-bottom: 10px;
}

/***********************  S4 - Serviços  ****************************/


#s4{
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #eae7df;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  margin-bottom: 4x;
  z-index: -1;
  
}

.aereo{
  display: flex;
  width: 100vw;
  min-height: 40vh;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  
  
  
}
.maritimo{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;  
  justify-content: space-around;
  width: 100vw;
  min-height: 40vh;
  flex-wrap: wrap;
  
}

.maritimo img{
  transform: rotatey(180deg);
}

.serv_img{  
  height: 250px; 
  margin: 10px 10px;
  background-size: 50%;
  background-repeat: no-repeat;
  
  
}


.serv_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.serv_txt h1{
  color: #ffffff;
  font-size: 3em;
  font-weight: bolder;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

.serv_txt spam{
    background-image: linear-gradient(60deg,#273466, #727b9b);
 
  border-radius: 50px;
  border: solid 1px #273466;
  color: #ffffff;
  margin: 15px;
  padding: 20px 30px;
  font-size: 1.5em;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  
  
}



/***********************  S5 - Contatos & email-PHP  ****************************/
#s5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: -2;
}

.contact_map {
  margin: 15px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.contact_map iframe {
  background: #F5F4F0;
  border: solid 1px #d7d7d7;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  height: 250px;
}

.contacts_container {
  margin-top: 10px;
}

.contacts_container a {
  color: #333333;
}

.icons {
  margin-right: 10px;
}

.form_title {
  color: #022455;
}

.short_message {
  color: #ea9b3e;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.form_contact {
  background: #F5F4F0;
  border: solid 1px #d7d7d7;
  padding: 15px;
  margin: 10px;
  margin-top: 100px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}

.contact_form {}

.input_group {
  display: flex;
  flex-direction: column-reverse;
  margin: 10px 0px;
}

.input_group input,
.input_group textarea {
  padding: 10px;
  border: solid 1px #d7d7d7;
  font-size: 1.1em;
  font-weight: 100;
}

.input_group input:focus,
.input_group textarea:focus {
  outline-color: #ea9b3e;
}

.input_group label {
  color: #444444;
}

.form_contact {
  display: flex;
  flex-direction: column;
}

.form_submit {
  width: 100%;
  background: #ea9b3e;
  font-size: 1.3em;
  padding: 10px;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  align-self: flex-end;
}

.form_submit:hover {
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}

.form_submit:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}


.mail_page{
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-around;
}

/*
<div id="mail_page" class="vh100 w100 bg1 col center acenter">
    <div class="s1mask col center acenter w100 vh100 m10">
        <img src="http://luedd.com.br/img/lued3d.svg" style="height: 80px">
        <span id="s1_txt" class="m10" style="font-size: 1.6em; font-weight: bolder">
            <?php
            if ($enviado) {
                echo "E-mail enviado com sucesso!";
            } else {
                echo "Não foi possível enviar o e-mail.<hr>";
                echo "Informações do erro: " . $mail->ErrorInfo;
                                
            }

            ?>

        </span>
    </div>
</div>
*/