/* Estilos padr脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮 */


/* -------------------------------------------------------- */

html,
body {
 height: 100%;
 margin: 0;
 padding: 0;
}

body {
 font-family: 'Roboto', 'Arial';
 color: #dee9ef;
}

div.wrapper {
 min-height: 100%;
}

img {
 max-width: 100%;
 height: auto;
}

header.home {
 background-color: rgba(225, 225, 225, 0);
}

header.others {
 background-color: #dee9ef;
}

footer {
 background-color: #dadada;
}

ul {
 padding-left: 20px;
}

.btn-primary {
 background-color: #008a92;
 border-color: #016d73;
}

.btn-primary:hover {
 background-color: #016d73;
}

a {
 color: #008a92;
}

a:hover {
 text-decoration: none;
}

.destaque {
 font-weight: bold;
 color: #008a92;
}

.error {
    color: red;
    font-weight: normal;
}

#PayPalMsg .modal-body {
 text-align: center; 
 color: #5c6c74;
 max-width: 35%;
}

#PayPalMsg .modal-body .PayPalButton {
 margin-top: 20px;
 margin-bottom: 20px; 
}

#modal-mensagem .modal-body {
 text-align: left; 
 color: #5c6c74;
 
}

#modal-mensagem .modal-body .PayPalButton {
 margin-top: 20px;
 margin-bottom: 20px; 
}
#modal-mensagem-image{
 max-width: 8%;
}

.modal-content {
 margin-top: 15%;
    color: #FFFFFF;
    background-color: #0C1323;
}

.clearfix:after {
 content: ".";
 visibility: hidden;
 display: block;
 height: 0;
 clear: both;
}


/* Layout mobile (xs) */


/* -------------------------------------------------------- */

@media (max-width: 767px) {
 body.others {
  padding-top: 90px;
 }
 div.wrapper:after {
  content: "";
  display: block;

 }
 /* Cabe脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮lho */
 /* -------------------------------------------------------- */
 header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  z-index: 9999;
 }
 
 header.scroll {
  min-height: 70px;
  animation: shrinkheader-mobile-header 0.5s;
  -webkit-animation: shrinkheader-mobile-header 0.5s;
 }
 header.scroll .navbar .navbar-header .navbar-brand img {
  height: 30px;
  animation: shrinkheader-mobile-img 0.5s;
  -webkit-animation: shrinkheader-mobile-img 0.5s;
 }
 header.scroll .navbar .navbar-header .navbar-toggle {
  top: 10px;
  animation: shrinkheader-mobile-toggle 0.5s;
  -webkit-animation: shrinkheader-mobile-toggle 0.5s;
 }
 header .navbar {
  margin-bottom: 0px;
 }
 header .navbar .navbar-header .navbar-brand {
  display: block;
  float: none;
  height: auto;
  text-align: center;
 }
 header .navbar .navbar-header .navbar-brand img {
  display: inline;
  width: auto;
  height: 30px;
 }
 header .navbar .navbar-header button {
  position: absolute;
  top: 15px;
  right: 0px;
  margin-right: 0px;
 }
 header .navbar .navbar-header button .icon-bar {
  /*background-color: #dee9ef; */
 }
 header .navbar #menu {
  margin: 10px 0px;
  box-shadow: none;
 }
 header .navbar #menu .navbar-nav {
  margin-top: 0px;
  margin-bottom: 0px;
 }
 header .navbar #menu .navbar-nav a {
  color: #100690;
 }
 header .navbar #menu .navbar-nav > li {
  width: 145px;
  margin: 0px auto;
  padding: 10px 0px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #56a9a4;
 }
 header .navbar #menu .navbar-nav li a:focus,
 header .navbar #menu .navbar-nav li a:hover {
  background-color: inherit;
 }
 header .navbar #menu .navbar-nav li a img {
  display: inline-block;

 }
 header .navbar #menu .navbar-right li:last-child {
  border: none;
 }
 #botaoRegistro{
  max-width: 150%;
  margin-left: -20%;
 }


 header .navbar #menu li a:focus, 
header .navbar #menu li a:hover {
 background-color: #FFFFFF; 
 color: #74223C; 
  transition: 0.3s ease;
  color: #59595B;
  border-bottom: 4px solid #59595B;


}


#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #15bf86; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}



 
 /* Rodap脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮� */
 /* -------------------------------------------------------- */
 footer {
  position: relative;
  height: 200px;
  width: 100%;
  padding-top: 50px;
  background-color: #100690;
 }
 
 footer div.logossociais {
    text-align: center;
    margin-top: -5%;
 }
 footer div.logossociais a {
  display: inline-block;
  margin-right: 4px;
 }
 footer div.copyright {
  margin-top: 12%;
  text-align: center;
 }
 footer div.logocommercial {
  margin-top: -25%;
  text-align: center;
 }

 footer .EmailUs{
  max-width: 25%;
 }

 footer .footerembraer{
  max-width: 14%;
  margin-top: -30px;
 }

 footer .facebookEmbraer{
  max-width: 5%;
  margin-top: -5%;
 }

 footer .TwitterEmbraer{
  max-width: 5%;
  margin-top: -5%;
 }

 footer .YoutubeEmbraer{
  max-width: 5%;
  margin-top: -5%;
 }
 /* Estilos gerais */
 /* -------------------------------------------------------- */
 /*"Gambiarra"*/
 #RegisterNow{
  margin-top: -15%;
 }

 #EpicSanaLisboa{
  margin-top: -16%;
 }

 #GeImg{
  margin-left: 5%;
 }

 #CollinsImg{
  margin-left: 5%;
 }

 #FlightSImg{
  margin-left: 0%;
  margin-right: 0%;
 }

#PrattImg{
 margin-left: 0%;
}

 #LiebherrImg{
  margin-left:40%;
 }
#HoneywellImg{
 margin-left: 16%
}

 #StandardImg{
  margin-left:0%;
 }

 #TacorImg{
  margin-left:20%;
 }

 #FirstNameDiv{
  padding: 0;
  
 }

 #LasttNameDiv{
  padding: 0;
  margin-top: 2.5%;
 }

 #confirmation-bg{

    background-image: url(https://image.comms.embraer.com.br/lib/fe3b11737164047f751171/m/1/95df04a7-ea59-40ea-9e3f-56d1214e3108.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
  max-width: 100%;
  background-color:#dee9ef; 
  
 }

 main.index .container div.patrocinadores img.ge {
  max-height: 50px;
  max-width: 260px;
  margin-bottom:4%
 }
 
 main.index .container div.patrocinadores img.flight {
  max-height: 40px;
  max-width: 260px;
  margin-bottom:4%
 }
 
 main.index .container div.patrocinadores img.akka {
    /* max-height: 25%; */
    max-width: 50%;
    margin-top: 10%;
    /* margin-bottom: 4%;*/
 }


 #imgakka {
    /* max-height: 25%; */
    max-width: 50%;
    margin-top: 23%;
    /* margin-bottom: 4%;*/
 }
 
 main.index .container div.patrocinadores img.rr {
 max-height: 30px;
  max-width: 260px;
  margin-bottom:4%
 }
 
 #imgrr {
    /* max-height: 25%; */
    max-width: 50%;
    margin-top: 34%;
    /* margin-bottom: 4%;*/
  }

 main.index .container div.patrocinadores img.mtu {
  max-height: 40px;
  max-width: 260px;
  margin-bottom:4%
 }

 #imgmtu {
 /*max-height: 82px; */
    max-width: 41%;
    margin-bottom: 4%;
 }
 
 main.index .container div.patrocinadores img.honey {
  max-height: 40px;
  max-width: 260px;
  margin-bottom:4%
 }
 
 main.index .container div.patrocinadores img.lieb {
  max-height: 60px;
  max-width: 260px;
  margin-bottom:4%
 }
 
 main.index .container div.patrocinadores img.avdec {
  max-height: 40px;
  max-width: 260px;
  margin-bottom:4%
 }
 
 main.index .container div.patrocinadores img.meggitt {
  max-height: 40px;
  max-width: 260px;
  margin-bottom:4%
 }
 
 main.index .container div.patrocinadores img.aerospace {
  max-height: 40px;
  max-width: 260px;
 }


 /* Home */
 /* -------------------------------------------------------- */

 main.index .container-fluid-warsaw-content{
  background-image: url(https://image.s7.sfmc-content.com/lib/fe9a13727465057d7c/m/2/c740acc9-6d35-4a5e-9f2d-0ae56fd21aec.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
  max-width: 100%;
  background-color:#dee9ef; 
  }

 main.index {
  margin: 0px;
  padding: 0px;
  background: transparent;
 }
 
 #E2Content{
  max-width: 100%;
  margin-top: 25%;
  /* margin-bottom: -50%; */
 }


 
 #E-jetsContent{
  max-width: 100%;
  padding-top: 10%;
  margin-bottom: 85%;
 }
 


#Clouds {
 max-width: 100%;
    margin-top: -75%;
}

#setapbaixo{
    max-width: 10%;
    margin-top: -30%;
}


 .container-fluid-warsaw {
  background-color: #0C1323;
  position: relative;
  text-align: center;
  margin-top: -2%;
 }

 #RegisterNow{
  top:-15%;

 }

 .container-fluid-warsaw_Registro {
  background-color: #0C1323;
  position: relative;
  text-align: center;
 }

 .ContainerRegister{
  margin-bottom: 1%;
 }


 main.index .container h1 {
text-align: center
 }

 main.index .FlowerImage {
  max-width: 20%;
 }

 main.index .RegisterButton {
  max-width: 40%;
  text-align: center;
 }

 #AgendaButton {
  max-width: 50%;
  padding-top: 2%;
  /* text-align: center; */
  margin-left: 25%;
 }

 #InstructionsButton{
  max-width: 40%;
  padding-top: 2%;
  /* text-align: center; */
  margin-left: 30%;
 }

 

 main.index .ImgStairs {
  padding-top: 10%;
 }


 main.index .container-fluid-warsaw-techCare{
  background-color: #F7FAFD;
 }

 main.index .container-fluid-warsaw-eventApp{
  background-color: #061090;
  text-align: center;
 }

 #techcare-text{
  padding-top: 3%;
  max-width: 20%;
  padding-bottom: 1%;
 }

 main.index .container p.registernow {
  margin-top: 25px;
 }
 main.index .container-fluid-warsaw-sponsor{
  background-image: url(https://image.s7.sfmc-content.com/lib/fe9a13727465057d7c/m/2/f04ec001-62eb-40ea-951a-7a3d9aafba9c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  max-width: 100%;
  background-color:#dee9ef; 
 }

 main.index .container-fluid-Registro{
  background-color: #0C1323;
  position: relative;
  text-align: center;
 }

 main.index .GoldSponsor{
  padding-top: 5%;
  max-width: 50%;
  padding-bottom: 2%;
 }

 main.index .SilverSponsor{
  padding-top: 5%;
  max-width: 50%;
  padding-bottom: 2%;
 }

 main.index .BronzeSponsor{
  padding-top: 5%;
  max-width: 50%;
  padding-bottom: 2%;
 }

 main.index .becomeSponsor{
     max-width: 50%;
    margin-top: 8%;
 }

 main.index div.sponsors .container {
  margin-bottom: 0px;
 }
 main.index div.sponsors .container div.row {
  line-height: 50px;
  margin-bottom: 25px;
 }
 main.index div.sponsors .container div.row img {
  max-width: 80%;
  max-height: 40px;
  vertical-align: middle;
 }
 
 
 /* Estilos comuns a todas as outras se脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮礶s */
 /* -------------------------------------------------------- */
 main .secao .toposecao {
  margin-top: 5px;
  padding-top: 10px;
  margin-bottom: 20px;
 }
 main .secao .toposecao h1 {
  margin-top: 0px;
  font-size: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
 }
 main .secao .toposecao h1.segundoestilo {
  margin-top: 0px;
  font-size: 48px;
  color: #FFFFFF;
 }
 main .secao .toposecao h2 {
  margin-top: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #008a92;
 }
 main .secao p {
  margin-bottom: 20px;
 }
 main .secao p.destaque {
  font-weight: bold;
  margin-bottom: 5px;
 }
 main .secao ul {
  text-align: left;
  margin-bottom: 20px;
 }
 main .secao div.infobox {
  padding: 20px 10px;
  margin-bottom: 25px;
  background-color: #ededed;
 }
 /* EOC */
 /* -------------------------------------------------------- */
 main.eoc .secao p.downloadagenda {
  margin: 25px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #008a92;
 }
 main.eoc .secao p.support strong {
  display: block;
 }
 /* Hotel */
 /* -------------------------------------------------------- */
 main.hotel .container-fluid-warsaw-hotel{
  background-color: #dee9ef;
  text-align: center;
  padding-bottom: 3%;
 }

 main.hotel .informationImg{
  padding-top: 2%;
  max-width: 10%;
 }
 
 main.hotel h1{
  color:#009898;
 }

 main.hotel h3{
  color:#100690;
 }

 main.hotel p{
  color:#5c6c74;
 }

 main.hotel .HotelImg{
     max-width: 35%;
 }

 main.hotel .HotelInformation{
  color:#009898;
 }

 main.hotel .ContainerConference{
  background-color: #100690;
 }
 main.hotel .HotelConferenceInformation{
  padding-top: 1%;
  color:#009898;
  font-size: 15px;
 }

 main.hotel .ConferenceInformation{
  color: #dee9ef;
  font-size: 14px;

 }

 .line {
  width: 60%;
  background: #5c6c74;
  border: none;
  height: 1px;
  text-align: center;
  margin-top: 16px;
  
 }

 main.hotel .FlowerHotel{
  max-width: 10%;
  padding-top: 1%;
  padding-bottom: 3%;
 }


 main.hotel .container-fluid-warsaw-keynote{
  background-color: #e6edf3;
  padding-bottom: 3%;
  text-align: center;
 }

 main.hotel .KeynoteSpeaker{
  max-width: 10%;
  padding-bottom: 1%;
 }

 main.hotel .KeynoteSpeakerInformation{
  color:#009898;
  font-size: 15px;
 }

 main.hotel .KeynoteInformation{
  color: #5c6c74;
  font-size: 15px;
 }


 main.hotel .container-fluid-warsaw-eventApp{
  background-color: #061090;
  text-align: center;
 }


 main.hotel .EventApp{
  color: #dee9ef;
 }

 main.hotel .EventAppInformation{
  color: #dee9ef;
  font-size: 15px;
 }

 main.hotel .EventAppImg{
  max-width: 45%;
 }
 /* Register here */
 /* -------------------------------------------------------- */

 main.index .container-fluid-E2-Registro{

  background-color: #0C1323;
  text-align: center;
 }

 #E2Content_Register{
  max-width: 50%;
  padding-top: 15%;
 }

 main.register .ContainerCenterRegister p{
  padding-top: 2%;
 }

 main.register h1{
  color: #009898;
  padding-top: 2%;
 }

 main.register .Container-fluid-Warsaw-Center-Registro{
  background-color: #061090;
  text-align: center;
 }

 #titulo-Registro-cima {
  font-size: 20px;
  padding-top: 10%;
 }
 
 main.register .FlowerRegister{
  max-width: 15%;
  padding-top: 2%;
 }

 main.register .E2ContentRegister{
  max-width: 40%;
 
 }

 #paralelogramo1 {
  width: 270px;
  height: 110px;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  border: 1px solid #2CB5AE;
  padding-top:  3.6%;
  text-align: center;
 
 
 } 

 #paralelogramo2 {
  width: 270px;
  height: 110px;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  border: 1px solid #2CB5AE;
  padding-top:  3%;
  margin-top: 2%;
  text-align: center;
 
 } 

 #paralelogramo3 {
  width: 270px;
  height: 110px;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  border: 1px solid #2CB5AE;
  padding-top:  3%;
  margin-top: 2%;
  text-align: center;
 
 } 

 #paralelogramo4 {
  width: 270px;
  height: 110px;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  border: 1px solid #2CB5AE;
  padding-top:  3.6%;
  margin-top: 2%;
  text-align: center;

 } 

 #teste_texto{
  -webkit-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -o-transform: skew(14deg);

 }

 main.register .container-fluid-Warsaw-Registro{
  background-color: #061090;
  padding-bottom: 2%;
  text-align: center;
 }

 
 #white-form-search{
  background-color: #FFFFFF;
 }

 #white-form{
  background-color: #FFFFFF;
 }


 #titulo-Registro{
  font-size: 40px;

 }

 #titulo-Registro-cima{
  font-size: 40px;
  padding-top: 2%;
 }
 main.register div.days {
  background-color: #100690;
  color: white;
  padding-bottom: 4%;
  padding-top: 4%;
  margin-bottom: 5%;
  /* padding-left: 63px; */
  font-weight: bold;
  text-align: center;
 }

 main.register div.events {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #100690;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  text-align: center;
 }


 main.register .form-group.events {
     /* float: right; */
    /* width: 300px; */
    margin-left: 45%;
    text-align: justify;
    color: #5c6c74;
 }
 /* Processing */
 /* -------------------------------------------------------- */
 main.processing {
  padding-top: 50px;
  text-align: center;
 }
 /* Confirmation */
 /* -------------------------------------------------------- */
 main.confirmation .secao .conteudo h3 {
  margin-bottom: 20px;
 }
 main.confirmation .secao .conteudo img {
  display: inline-block;
  margin-left: 5px;
  width: 36px;
 }

 main.index .container-fluid-warsaw-content-confirmation{
  background-color: #100690;
 }
 /* Contact us */
 /* -------------------------------------------------------- */
 main.contactus p {
  margin-bottom: 10px;
 }

 #confirmation-bg{

    background-image: url(https://image.comms.embraer.com.br/lib/fe3b11737164047f751171/m/1/95df04a7-ea59-40ea-9e3f-56d1214e3108.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
  max-width: 100%;
  background-color:#dee9ef; 
  
 }
}





/* Layout tablet, desktop normal e wide (sm, md, lg) */


/* -------------------------------------------------------- */

@media (min-width: 768px) {
 body.others {
  padding-top: 112px;
 }

 /* Cabe脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮lho */
 /* -------------------------------------------------------- */
 header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  z-index: 9999;
 }
 header .navbar .navbar-header .navbar-brand {
  width: 140px;
  height: auto;
  margin-top: 20px;
  padding: 0px;
 }
 header .navbar .navbar-nav {
  margin-top: 30px;
 }
 header .navbar .navbar-nav li a {
  padding: 0px;
  padding-left: 20px;
  font-size: 16px;
  color: #dee9ef;
 }
 header .navbar #menu li a:focus,
 header .navbar #menu li a:hover {
  background-color: inherit;
  color: #dee9ef;
 }
 header.scroll {
  height: 70px;
  animation: shrinkheader-desktop-header 0.5s;
  -webkit-animation: shrinkheader-desktop-header 0.5s;
 }
 header.scroll .navbar .navbar-header .navbar-brand {
  width: 100px;
  margin-top: 10px;
  animation: shrinkheader-desktop-brand 0.5s;
  -webkit-animation: shrinkheader-desktop-brand 0.5s;
 }
 header.scroll .navbar .navbar-nav {
  margin-top: 25px;
  animation: shrinkheader-desktop-navbar 0.5s;
  -webkit-animation: shrinkheader-desktop-navbar 0.5s;
 }
 header.scroll .navbar .navbar-nav li a {
  font-size: 14px;
  animation: shrinkheader-desktop-lia 0.5s;
  -webkit-animation: shrinkheader-desktop-lia 0.5s;
 }
 #botaoRegistro{
     margin-top: -7%;
 }

 #welcome{
  margin-top: -1%;
  max-width: 120%;
 
 }


 /* Rodap脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮� */
 /* -------------------------------------------------------- */
 footer {
  position: relative;
  height: 200px;
  width: 100%;
  padding-top: 50px;
  background-color: #0E1754;
 }
 
 footer div.logossociais {
  margin-top: 1%;
 }
 footer div.logossociais a {
  display: inline-block;
  margin-right: 4px;
 }
 footer div.copyright {
  margin-top: 2%;
  text-align: center;
 }
 footer div.logocommercial {
  margin-top: 2%;
  text-align: right;
 }

 footer .EmailUs{
  max-width: 50%;
 }

 footer .footerembraer{
  max-width: 30%;
  margin-top: -15%;
 }

 footer .facebookEmbraer{
  max-width: 15%;
 }

 footer .TwitterEmbraer{
  max-width: 15%;
 }

 footer .YoutubeEmbraer{
  max-width: 15%;
 }


 
 /* Estilos gerais */
 /* -------------------------------------------------------- */
 main {
  font-size: 16px;
  text-align: center;
 }
 /* Home */
 /* -------------------------------------------------------- */



 main.index .container-fluid-warsaw-content{
  background-image: url(https://image.s7.sfmc-content.com/lib/fe9a13727465057d7c/m/2/797da1c7-cd2b-4d76-ae3f-4b680bd12af8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
  max-width: 100%;
  background-color:#dee9ef; 

  }

  #confirmation-bg{

    background-image: url(https://image.comms.embraer.com.br/lib/fe3b11737164047f751171/m/1/95df04a7-ea59-40ea-9e3f-56d1214e3108.png);
  background-repeat: no-repeat;
  ;;background-size: cover;;;
  background-position: center;
  text-align: right;
  max-width: 100%;
  background-color:#dee9ef;}

  #E-jetsContent{
   padding-top: 0%;
   max-width: 50%;
  }

 #E2Content{
  max-width: 90%;
  /* margin-top: -18%; */
 }


  #Clouds{
   max-width: 100%;
   margin-top: -60%;
 
 }

 main.index p.setabaixo {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0px auto;
 }


 .container-fluid-warsaw {
  background-color: #0C1323;
  position: relative;
  text-align: center;
 }


 .container-fluid-warsaw_Registro {
  background-color: #0C1323;
  position: relative;
  text-align: center;
 }




 main.index .container h1 {
  color: #dee9ef;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 35px;
 }

 main.index .FlowerImage {
  max-width: 10%;
 }

 main.index .RegisterButton {
  max-width: 100%;
 }

 #AgendaButton {
  max-width: 115%;
  margin-left: -15%;
 }

 #InstructionsButton{
  margin-left: -20%;
  max-width: 95%;
  margin-top: 8%;
 }

 main.index .travel_Information {
  max-width: 30%;
  margin-bottom: -5%;
  margin-top: -5%;
 }

 main.index .ImgStairs {
  margin-top: 10%;
 }

 main.index .ImgLogoConference {
  margin-top: -20%;
  max-width: 50%;
 }

 main.index .container-fluid-warsaw-techCare{
  background-color: #F7FAFD;
 }

 #techcare-text{
  padding-top: 3%;
  max-width: 20%;
  padding-bottom: 1%;
 }

 main.index .container p.registernow {
  margin-top: 25px;
 }
 main.index .container-fluid-warsaw-sponsor{
  background-image: url(https://image.comms.embraer.com.br/lib/fe3b11737164047f751171/m/1/95df04a7-ea59-40ea-9e3f-56d1214e3108.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  max-width: 100%;
  background-color:#dee9ef; 
 }

 main.index .container-fluid-Registro{
  background-color: #0C1323;
  position: relative;
  text-align: center;
 }



 main.index .container-fluid-E2-Registro{
  background-color: #0C1323;
 }


 #ConteudoSponsor{
  background-image: url(https://image.s7.sfmc-content.com/lib/fe9a13727465057d7c/m/2/786d7e24-0c99-498e-b07a-861d9f8028a4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
  max-width: 100%;
  background-color:#dee9ef; 
 }

 main.index .GoldSponsor{
  padding-top: 5%;
  max-width: 25%;
  padding-bottom: 6%;
 }

 main.index .SilverSponsor{
  padding-top: 5%;
  max-width: 25%;
  padding-bottom: 2%;
 }

 main.index .BronzeSponsor{
  padding-top: 5%;
  max-width: 25%;
  padding-bottom: 2%;
 }

 main.index .becomeSponsor{
  max-width: 15%;
  margin-top: 5%;
 }

 main.index div.sponsors .container {
  margin-bottom: 0px;
 }
 main.index div.sponsors .container div.row {
  line-height: 50px;
  margin-bottom: 25px;
 }
 main.index div.sponsors .container div.row img {
  max-width: 80%;
  max-height: 40px;
  vertical-align: middle;
 }




 /* Estilos comuns a todas as se脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮礶s */
 /* -------------------------------------------------------- */
 main .secao .toposecao {
  margin-top: 5px;
  padding-top: 10px;
  margin-bottom: 30px;
 }
 main .secao .toposecao h1 {
  font-size: 42px;
  color: #FFFFFF;
  text-transform: uppercase;
 }
 main .secao .toposecao h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0px;
  color: #008a92;
 }
 main .secao p {
  margin-bottom: 20px;
 }
 main .secao p.destaque {
  font-weight: bold;
  margin-bottom: 5px;
 }
 main .secao ul {
  margin-bottom: 30px;
 }
 main .secao div.infobox {
  padding: 30px;
  margin-bottom: 25px;
  background-color: #ededed;
 }

 /* Hotel */
 /* -------------------------------------------------------- */
  main.hotel .container-fluid-warsaw-hotel{
   background-color: #b5cedd;
   text-align: center;
   padding-bottom: 3%;
   /* margin-top: 10%; */
  }

  main.hotel .informationImg{
   padding-top: 10%;
   max-width: 35%;
  
  }
  
  main.hotel h1{
   color:#009898;
  }

  main.hotel h3{
   color:#100690;
  }

  main.hotel p{
   color:#5c6c74;
  }

  main.hotel .HotelImg{
   max-width: 20%;
  }

  main.hotel .HotelInformation{
   color:#009898;
  }

  main.hotel .ContainerConference{
   background-color: #100690;
  }

  .line {
   width: 60%;
   background: #5c6c74;
   border: none;
   height: 1px;
   text-align: center;
   margin-top: 16px;
   
  }



  main.hotel .ConferenceInformation{
   color: #dee9ef;
   font-size: 14px;

  }



  main.hotel .FlowerHotel{
   max-width: 5%;
   padding-top: 1%;
   padding-bottom: 1%;
  }



  #Sombra {
   /* background-color: #ddd; */
   /* width: 300px; */
   padding: 10px;
   box-shadow: 5px 5px 0 #5C6C74;
   -webkit-box-shadow: 5px 5px 0 #5C6C74;
   -moz-box-shadow: 5px 5px 0 #5C6C74;
  }

  main.hotel .HotelConferenceInformation{
   padding-top: 1%;
   color:#009898;
   font-size: 20px;
  }
  main.hotel .container-fluid-warsaw-keynote{
   background-color: #e6edf3;
   padding-bottom: 3%;
  }

  main.hotel .KeynoteSpeaker{
   max-width: 10%;
   padding-bottom: 1%;
  }

  main.hotel .KeynoteSpeakerInformation{
   color:#009898;
   font-size: 15px;
  }

  main.hotel .KeynoteInformation{
   color: #5c6c74;
   font-size: 15px;
  }


  main.index .container-fluid-warsaw-eventApp{
   background-color: #061090;
  }
 

  main.index .EventApp{
   color: #dee9ef;
   padding-top: 25%;
  }

  main.index .EventAppInformation{
   color: #dee9ef;
   font-size: 15px;
  
  }

  main.index .EventAppImg{
   max-width: 100%;
  }



 /* Register here */
 /* -------------------------------------------------------- */
 main.register .container-fluid-warsaw-content-registro{

  background-image: url(https://image.s7.sfmc-content.com/lib/fe9a13727465057d7c/m/2/c35b8991-5231-470e-a1be-0170ad54f17d.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
  max-width: 100%;
  background-color:#b5cedd; 
 }


 #E2Content_Register{
  max-width: 65%;
  padding-top: 20%;
 
 }

 main.register .ContainerCenterRegister p{
  padding-top: 2%;
 }

 main.register h1{
  color: #061090;
  padding-top: 2%;
 }

 main.register .Container-fluid-Warsaw-Center-Registro{
  background-color: #061090;
 }
 
 main.register .FlowerRegister{
  max-width: 75%;
  padding-top: 2%
 }

 main.register .E2ContentRegister{
  max-width: 15%; 
 
 }

 #paralelogramo1 {
  width: 270px;
  height: 110px;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  border: 1px solid #2CB5AE;
  padding-top: 1.6%;
  text-align: center;
 
 
 } 

 #paralelogramo2 {
  width: 270px;
  height: 110px;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  border: 1px solid #2CB5AE;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 1%;
  text-align: center;
 
 } 

 #paralelogramo3 {
  width: 270px;
  height: 110px;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  border: 1px solid #2CB5AE;
  margin-right: 1%;
  padding-top: 1%;
  text-align: center;
 
 } 

 #paralelogramo4 {
  width: 270px;
  height: 110px;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  border: 1px solid #2CB5AE;
  padding-top: 1.6%;
  text-align: center;

 } 

 #teste_texto{
  -webkit-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -o-transform: skew(14deg);

 }

 main.register .container-fluid-Warsaw-Registro{
  background-color: #061090;
  padding-bottom: 2%;
 }

 #white-form-search{
  background-color: #FFFFFF;
 }

 #white-form{
  background-color: #FFFFFF;
 }


 #titulo-Registro{
  font-size: 40px;
  margin-top: -10%;
 }

 #titulo-Registro-cima{
  font-size: 40px;
  padding-top: 2%;
 }





 main.register div.days {
  background-color: #100690;
  color: white;
  padding-bottom: 4%;
  padding-top: 4%;
  margin-bottom: 5%;
  padding-left: 45px;
  font-weight: bold;
  text-align: justify;
 }

 main.register div.events {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #100690;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
 }


 main.register .form-group.events {
  float: right;
  width: 230px;
  padding: 5px;
  text-align: justify;
  color: #5c6c74;
 }

 /* Processing */
 /* -------------------------------------------------------- */
 main.processing {
  padding-top: 50px;
  text-align: center;
 }
 /* Confirmation */
 /* -------------------------------------------------------- */
 main.confirmation .secao .conteudo h3 {
  margin-bottom: 30px;
 }
 main.confirmation .secao .conteudo img {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
 }
 main.confirmation .secao .conteudo p {
  width: 400px;
 }

 #ConfirmationText{
  margin-top: 10%;
 }

 main.index .container-fluid-warsaw-content-confirmation{
  background-color: #0C1323;
 }

 /* Contact us */
 /* -------------------------------------------------------- */
 main.contactus p {
  margin-bottom: 10px;
 }
}


/* Corre脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮礶s do layout tablet (sm) */


/* -------------------------------------------------------- */

@media (min-width: 768px) {



 
 .second-row {
  margin-top: 32px;
 }
 
 .rollsroyce {
  width: 60%;
 }




 
}



/* Corre脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮礶s do layout desktop normal (md) */


/* -------------------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {}


/* Corre脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮礶s do layout desktop wide (lg) */


/* -------------------------------------------------------- */

@media (min-width: 1200px) {
 /* Register here */
 /* -------------------------------------------------------- */
 main.registerhere form h2 {
  font-size: 32px;
 }
 main.registerhere form#registro h3 {
  font-size: 32px;
 }
}


/* Corre脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮礶s de todos os layouts desktop (md+) */


/* -------------------------------------------------------- */

/* Layout Desktop (sm, md, lg) */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    
}

@media (min-width: 768px) {
}


@media (min-width: 992px) {
}

main.index .container div.patrocinadores{
 /* background-color: #FFFFFF; */
}

main.index .container div.patrocinadores img.ge {
 max-height: 60px;
 max-width: 260px;
 margin-right:50px;
}

main.index .container div.patrocinadores img.flight {
    max-height: 60px;
    max-width: 100%;
    /* margin-right: 150px; */
    /* margin-left: 50px; */
    margin-top: -3%;
}

main.index .container div.patrocinadores img.akka {
 max-height: 60px;
    max-width: 100%;
    margin-top: 20%;
}

main.index .container div.patrocinadores img.rr {
    max-height: 60px;
    max-width: 160px;
    margin-top: 7%;
}

main.index .container div.patrocinadores img.mtu {
    max-height: 160px;
    max-width: 77%;
    margin-top: 9%;
}


main.index .container div.patrocinadores img.honey {
    max-height: 45px;
    max-width: 170px;

}

main.index .container div.patrocinadores img.lieb {
    max-height: 60px;
    max-width: 100%;
    /* margin-right: 150px; */
    /* margin-left: 50px; */
    margin-top: 0%;
}

main.index .container div.patrocinadores img.avdec {
 max-height: 100px;
    max-width: 260px;
    margin-top: -25px;
}

main.index .container div.patrocinadores img.meggitt {
 max-height: 50px;
    max-width: 160px;
    padding-top: 10%;
    margin-left: 25%;
}

main.index .container div.patrocinadores img.aerospace {
 max-height: 45px;
    max-width: 260px;
    margin-right: 100px;
}

main.index .container div.patrocinadores img.StandartAero {
 max-height: 60px;
 max-width: 260px;
 margin-top:-10px;

}

.btn-success {
 color: #fff;
 background-color: #100690;
 border-color: #100690;
}

.btn-success:hover {
 color: #fff;
 background-color: #100690;
 border-color: ##100690;
}


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: transparent;
 font-weight: bold;
}

main.confirmation{
 background-color: #b5cedd
}

/* Mobile - Reduz o tamanho do topo ao rolar a pÃƒÂ¡gina */
/* -------------------------------------------------------- */

@-webkit-keyframes shrinkheader-mobile-header {
 from { min-height: 90px; }
 to { min-height: 70px; }
}

@keyframes shrinkheader-mobile-header {
 from { min-height: 90px; }
 to { min-height: 70px; }
}

@-webkit-keyframes shrinkheader-mobile-img {
 from { height: 55px; }
 to { height: 40px; }
}

@keyframes shrinkheader-mobile-img {
 from { height: 55px; }
 to { height: 40px; }
}

@-webkit-keyframes shrinkheader-mobile-toggle {
 from { top: 15px; }
 to { top: 10px; }
}

@keyframes shrinkheader-mobile-toggle {
 from { top: 15px; }
 to { top: 10px; }
}


/* Desktop - Reduz o tamanho do topo ao rolar a pÃƒÂ¡gina */
/* -------------------------------------------------------- */

@-webkit-keyframes shrinkheader-desktop-header {
 from { height: 112px; }
 to { height: 70px; }
}

@keyframes shrinkheader-desktop-header {
 from { height: 112px; }
 to { height: 70px; }
}

@-webkit-keyframes shrinkheader-desktop-brand {
 from { width: 140px; margin-top: 20px; }
 to { width: 100px; margin-top: 10px; }
}

@keyframes shrinkheader-desktop-brand {
 from { width: 140px; margin-top: 20px; }
 to { width: 100px; margin-top: 10px; }
}

@-webkit-keyframes shrinkheader-desktop-navbar {
 from { margin-top: 44px; }
 to { margin-top: 25px; }
}

@keyframes shrinkheader-desktop-navbar {
 from { margin-top: 44px; }
 to { margin-top: 25px; }
}

@-webkit-keyframes shrinkheader-desktop-lia {
 from { font-size: 16px; }
 to { font-size: 14px; }
}

@keyframes shrinkheader-desktop-lia {
 from { font-size: 16px; }
 to { font-size: 14px; }
}


/*---------------------------- ANIMATIONS CSS ------------------------------*/

/*Left diagonal */
main.index .slide-tr {
 -webkit-animation: slide-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
   animation: slide-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
* Generated by Animista on 2019-12-11 15:46:16
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-tr
* ----------------------------------------
*/
@-webkit-keyframes slide-tr {
0% {
  -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
100% {
  -webkit-transform: translateY(-100px) translateX(100px);
    transform: translateY(-100px) translateX(100px);
}
}
@keyframes slide-tr {
0% {
  -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
100% {
  -webkit-transform: translateY(-200px) translateX(200px);
    transform: translateY(-200px) translateX(200px);
}
}



/* Slide Left*/
main.index .slideInLeft {
 -webkit-animation-name: slideInLeft;
 animation-name: slideInLeft;
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
@-webkit-keyframes slideInLeft {
 0% {
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 visibility: visible;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
 }
 @keyframes slideInLeft {
 0% {
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 visibility: visible;
 }
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
/* Efeito do tipo 'pulse' */
/* -------------------------------------------------------- */

@-webkit-keyframes pulse {
 0% {
  -webkit-transform: scale(1, 1);
 }
 50% {
  -webkit-transform: scale(1.2, 1.2);
 }
 100% {
  -webkit-transform: scale(1, 1);
 };
}

@keyframes pulse {
 0% {
  transform: scale(1, 1);
 }
 50% {
  transform: scale(1.2, 1.2);
 }
 100% {
  transform: scale(1, 1);
 };
}

main.index  p.setabaixo {
 -webkit-animation: pulse 1s linear infinite;
 animation: pulse 1s linear infinite;
}

/* Mobile - Reduz o tamanho do topo ao rolar a pÃƒÂ¡gina */
/* -------------------------------------------------------- */

@-webkit-keyframes shrinkheader-mobile-header {
 from { min-height: 90px; }
 to { min-height: 70px; }
}

@keyframes shrinkheader-mobile-header {
 from { min-height: 90px; }
 to { min-height: 70px; }
}

@-webkit-keyframes shrinkheader-mobile-img {
 from { height: 55px; }
 to { height: 40px; }
}

@keyframes shrinkheader-mobile-img {
 from { height: 55px; }
 to { height: 40px; }
}

@-webkit-keyframes shrinkheader-mobile-toggle {
 from { top: 15px; }
 to { top: 10px; }
}

@keyframes shrinkheader-mobile-toggle {
 from { top: 15px; }
 to { top: 10px; }
}


/* Desktop - Reduz o tamanho do topo ao rolar a pÃƒÂ¡gina */
/* -------------------------------------------------------- */

@-webkit-keyframes shrinkheader-desktop-header {
 from { height: 112px; }
 to { height: 70px; }
}

@keyframes shrinkheader-desktop-header {
 from { height: 112px; }
 to { height: 70px; }
}

@-webkit-keyframes shrinkheader-desktop-brand {
 from { width: 140px; margin-top: 20px; }
 to { width: 100px; margin-top: 10px; }
}

@keyframes shrinkheader-desktop-brand {
 from { width: 140px; margin-top: 20px; }
 to { width: 100px; margin-top: 10px; }
}

@-webkit-keyframes shrinkheader-desktop-navbar {
 from { margin-top: 44px; }
 to { margin-top: 25px; }
}

@keyframes shrinkheader-desktop-navbar {
 from { margin-top: 44px; }
 to { margin-top: 25px; }
}

@-webkit-keyframes shrinkheader-desktop-lia {
 from { font-size: 16px; }
 to { font-size: 14px; }
}

@keyframes shrinkheader-desktop-lia {
 from { font-size: 16px; }
 to { font-size: 14px; }
}


/*---------------------------- ANIMATIONS CSS ------------------------------*/

/*Left diagonal */
main.index .slide-tr {
 -webkit-animation: slide-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
   animation: slide-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
* Generated by Animista on 2019-12-11 15:46:16
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-tr
* ----------------------------------------
*/
@-webkit-keyframes slide-tr {
0% {
  -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
100% {
  -webkit-transform: translateY(-100px) translateX(100px);
    transform: translateY(-100px) translateX(100px);
}
}
@keyframes slide-tr {
0% {
  -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
100% {
  -webkit-transform: translateY(-200px) translateX(200px);
    transform: translateY(-200px) translateX(200px);
}
}



/* Slide Left*/
main.index .slideInLeft {
 -webkit-animation-name: slideInLeft;
 animation-name: slideInLeft;
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 }
 @-webkit-keyframes slideInLeft {
 0% {
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 visibility: visible;
 }
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
 }
 @keyframes slideInLeft {
 0% {
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 visibility: visible;
 }
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }


 
/* Efeito do tipo 'pulse' */
/* -------------------------------------------------------- */

@-webkit-keyframes pulse {
 0% {
  -webkit-transform: scale(1, 1);
 }
 50% {
  -webkit-transform: scale(1.2, 1.2);
 }
 100% {
  -webkit-transform: scale(1, 1);
 };
}

@keyframes pulse {
 0% {
  transform: scale(1, 1);
 }
 50% {
  transform: scale(1.2, 1.2);
 }
 100% {
  transform: scale(1, 1);
 };
}

main.index  p.setabaixo {
 -webkit-animation: pulse 1s linear infinite;
 animation: pulse 1s linear infinite;
}