/* Import */
@import url(//fonts.googleapis.com/css?family=Lato:300:400);
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@font-face {
  font-family: "Nasalization";
  src: url("../fonts/nasalization-rg.ttf");
}

/* General */
body {
  font-family: "Nasalization";

}

section {
  margin: 5em 0;
}

p {
  font-family: 'Poppins', sans-serif;
}
.trans_200  {
  color: black;
}
.black:hover{
  color: #000 !important;
}



#whatsapp-button {
  color: white;
  font-size: 4rem;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #00000022;
  position: fixed;
  z-index: 9;
  bottom: 5%;
  right: 5%;
}
/* Banner */
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
.primary{
  background-color: #e59b1f;
}
.primary:hover {
  background-color: transparent;
  border: 1px solid #e59b1f;
  color:white;
}
.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}


.logo-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  animation: FadeIn 2s;
}

.banner h2 {
  color: white;
  font-size: 32px;
}

.hero {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  animation: FadeIn 2s;
}

.position-special {
  position: absolute;
  bottom: -20vh;
  width: 20% !important;
  right: 0 !important;
  left: auto !important;
}

.title {
  color: white;
  font-size: 5rem;
}

.wave {
  height: 110px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.rocket {
  animation: Flotar 3s infinite;
  width: 20%;
  position: absolute;
  left: 40%;

}

.logoletras {
  width: 80%;
}

.circle {
  width: 60%;
  margin-top: 150px;
  opacity: 0.5;
}


/*Nav*/
nav {
  background: #050535;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
}

.container-menu {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.menu-list {
  list-style: none;
}

.menu-options {
  margin: 2em 0;
}

.menu-options a {
  font-size: 2.4em;
  color: white;
}

.menu-options:hover a {
  outline: none;
  text-decoration: none;
}

#hamburger {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  top: 5%;
  left: 3%;
  z-index: 99999;
}

/* Services */

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

.img-servicios {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services {
  margin: 50px 0;

}
.cliente-c{
  height: 300px;
}
.item {
  opacity: 0.4;

  transition: .4s ease all;
  margin: 0 20px;
  transform: scale(.8);
}

@media(max-width:1000px) {
  .item {
    margin: 0;
    transform: scale(.9)
  }
}

.active .item {
  opacity: 1;
  transform: scale(1);
}

.owl-carousel {
  padding: 50px 0;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.service-description h2 {
  text-align: left;

}



.icon_boxes {

  padding: 3em;
  margin: 2em 0;
}

.owl-controls {
  position: absolute;
  margin-top: 300px;
}


/* Valores */
.phrase {
  letter-spacing: 5px;
  font-size: 28px;
  text-align: center;
}

.values {
  padding: 0 15em;
}

.title-values {
  text-align: center;
  font-size: 38px;
  letter-spacing: 2px;
}

#scene {
  position: relative;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

#ilustracion {
  margin: 8em 0;
}

#cloud1 {
  position: absolute !important;
  top: 50px;
  left: 15%;
  width: 12%;

}

#cloud2 {
  position: absolute;
  top: 300px;
  left: 10%;
  width: 13%;

}

#cloud3 {
  position: absolute;
  top: 80px;
  right: 20%;
  width: 11%;

}

#cloud4 {
  position: absolute;
  top: 400px;
  right: 20%;
  width: 5%;

}

#cloud5 {
  position: absolute;
  bottom: 0 !important;
  left: -20px;
  width: 100%;
}

#rocketillustration {
  position: absolute;
  bottom: 25%;

  width: 16%;
}

.f-column {
  flex-direction: column;
}

.phrase-container {

  background-color: white;
  padding: 2em;
  opacity: 0.9;
  height: 250px;
  margin: 20px 0;
  border-radius: 20px;
  z-index: 2;
  -webkit-box-shadow: 10px 10px 54px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 54px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 54px 0px rgba(0, 0, 0, 0.75);
}

.values {
  width: 100%;
}

/* Cards */

.column {
  width: 400px;
  height: 400px;
}

.card-service {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 12em 0;
  border-radius: 30px;

}

.left {
  padding: 3em 16em 3em 3em;
}

.right {
  padding: 3em 3em 3em 16em;
}

.title-card {

  letter-spacing: 2px;

}

.description-card {

  position: relative;
}

.img-card-container-left {
  position: absolute;
  right: -15%;
  top: -20%;
}

.img-card-container-right {
  position: absolute;
  left: -15%;
  bottom: 0px;
}
.device_image_container {
  width: calc(45vw - 45px);
  height: 100%;

}

/* Clientes */
#clientes {
  background-image: url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixid=MXwxMjA3fDB8MHxzZWFyY2h8Mnx8dGVjaHxlbnwwfHwwfA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1800&q=1800);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0;
}

#clientes::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 11, 51, 0.8);
}

#clientes .item img {
  width: 200px;
  z-index: 2;
}

#clientes h2,
#clientes p {
  text-align: center;
  color: white;
  z-index: 2;
}

/* Footer */
.footer-basic {
  padding:40px 0;
  background-color:#ffffff;
  color:#4b4c4d;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}

/*Team */
.move-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 10px;
  animation: Flotar 3s infinite;
}

.team_member_name {
  font-size: 2em;
}

.container-member {
  margin: 20px 0;

}

.icon-insigne {
  font-size: 5em;
  color: #e59b1f;
}

.img-container-member {
  display: flex;
  align-items: center;
  justify-items: center;
}

/*Testimonial */
.testimonial {
  margin: 0 20px 40px;
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image_box_col {
  margin: 20px 0;
}

.card-img-top {
  width: auto;
  height: 300px;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
  padding-top: 51px;
  padding-bottom: 49px;
  padding-left: 68px;
  padding-right: 60px;
}

.card {
  background: #f6f4f9;
  border: none;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card:hover {
  box-shadow: 0px 26px 38px rgb(0 0 0 / 50%);
}

.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
  min-height: 250px;
}

.testimonial .testimonial-content:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #050535;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}

.testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #050535;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}

.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #050535;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #050535;
}

.device_item {
  list-style: none;
}

.device_item {
  margin: 30px 0;
}

.device_item span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 61px;
  margin: 0 20px;
  background: #070d61;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 50%;
  float: left;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

.trans_200 {
  margin: 20px 0;
}

.container-buttons {
  position: fixed;
  z-index: 9;
  bottom: 5%;
  right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons-contact:hover {
  color: white;
  text-decoration: none;
}
.buttons-contact {
  color: white;
  font-size: 3rem;
  display: flex;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 15px;
  background-color: #070d61;

}
.pestana{
  display: none;
  height: 20vh;
  width: 40px;

  z-index: 9;
  background-color: #e59b1f;
  position: fixed;
  overflow-y: inherit;
  
  right: 0;
  bottom: 5%;
}
#whatsapp-button{
  display: none;
}
/* Media Query*/
@media (max-width: 600px) {
  #whatsapp-button{
    display: flex;
  }
  .column {

    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: auto;
    margin: 0 10px;
  }
  .card-img-top {
    width: 100%;
  }
  .banner h2 {
    text-align: center;
  }
  .values {
    display: block !important;
    padding: 0;
    width: 100%;
    margin: 0 10px;
    position: static !important;
  }

  .phrase-container {
    width: 100%;
    height: auto;
  }

  #scene {
    height: auto;
  }

  .menu-options a {
    font-size: 20px;
    color: white;
  }

  .container-member {
    display: flex;
    flex-direction: column;
  }
  .contact-c{
    height: 150vh;
  }
  .title {
    font-size: 3rem;
  }

  .img-container-member {
    flex-direction: column;
  }

  #rocketillustration {
    width: auto;
  }

  .phrase {
    font-size: 20px;
  }
  .container-buttons{
    right: -100%;
  }
  .pestana{
    display: block;
  }
}

@media (max-width: 600px) {
  #whatsapp-button{
    display: flex;
  }
  .container-member {
    display: flex;
    flex-direction: column;
  }
  .img-container-member {
    display: flex;
    flex-direction: column;
  } 
  .card-img-top {
    width: 100%;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) and (max-width: 768px) {
  #menu-hamburger {
    width: 100%;

  }
  #whatsapp-button{
    display: flex;
  }
  .img-container-member {
    display: flex;
    flex-direction: column;
  }
  .card-img-top {
    width: 100%;
  }

}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .values {
    padding: 0 1em;
  }
}


/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
  .values {
    padding: 0 1em;
  }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1800px) {
  .values {
    padding: 0 5em;
  }
  #scene{
    height: 120vh;
  }
}

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

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes Flotar {
  0% {
    top: 0px;

  }

  50% {
    top: -40px;

  }

  100% {
    top: 0px;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;

  }


  100% {
    opacity: 1;
  }
}