@font-face {
  font-family: "Letra";
  src: url("fonts/Montserrat-Regular.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Letra-negrita";
  src: url("fonts/Montserrat-Bold.ttf");
}
body {
  font-family: "Letra";
}
.texto-innovacion p,
.texto-trazabilidad p,
.texto-aplicaciones p {
  color: #1F355E;
  font-weight: 500;
  line-height: 25px;
  font-size: 18px;
  margin-top: 40px;
}
.texto-innovacion p span,
.texto-trazabilidad p span,
.texto-aplicaciones p span {
  color: #6600FF;
}
.titulo-innovacion,
.titulo-trazabilidad,
.titulo-aplicaciones {
  font-size: 9vh;
  font-weight: bold;
}
.subtitulo-innovacion {
  font-size: 4vh;
  font-weight: bold;
}
.primera-pantalla {
  background-image: url("../../img/header_B.png");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.primera-pantalla-mobile {
  display: none;
}
.titulo-primera {
  color: #fff;
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  margin-top: 20%;
  margin-bottom: 25%;
  font-family: "Letra-negrita";
}
.menu-header {
  float: right;
  display: flex;
  color: #ffffff !important;
  height: 100%;
  padding: 7px 35px;
  font-size: 0.95em;
}
.fa-bars {
  color: #fff;
}
.open > .dropdown-toggle.btn-default:hover {
  background-color: #1F355E;
}
.nav {
  background-color: #1F355E;
  padding: 50px 100px 50px 10px;
}
.nav li {
  padding-top: 20px;
}
.nav span {
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  padding: 30px;
}
.nav span:hover {
  color: #5ADCC3;
}
.nav > li > a:hover {
  background-color: transparent;
}
.boton-desplegable {
  background-color: #1F355E;
  padding: 10px;
  float: right;
  border: solid 1px #fff;
  cursor: pointer;
  position: static;
}
.segunda-pantalla {
  background-color: #6600FF;
}
.texto-info {
  margin-top: 40px;
  margin-bottom: 40px;
}
.texto-info p {
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  margin-top: 40px;
}
.texto-info p span {
  color: #FFDB00;
}
.segunda-imagen img {
  margin-top: 300px;
}
.container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.logo_mobile {
  display: none;
}
.tercera-pantalla {
  background-color: #ADC9E8;
  background-image: url("../../img/fondo-tercera.png");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  widht: 100%;
}
.tercera-mobile {
  display: none;
}
.cuarta-pantalla {
  background-color: #5ADCC3;
}
.semicirculo {
  width: 35%;
}
.imagen-trazabilidad {
  margin-top: -40px;
}
.quinta-pantalla {
  background-color: #FFDB00;
}
.subtitulo-aplicaciones {
  font-weight: bold;
  font-size: 3vh;
}
.titulo-aplicaciones {
  color: #6600FF;
}
.quinta-mobile {
  display: none;
}
.boton-brochure {
  background-color: #2DB6DF;
  color: whitesmoke;
  height: 44px;
  border-radius: 13px;
  font-weight: bold;
  margin-top: 30px;
}
.boton-brochure a {
  color: #fff;
}
a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}
.sexta-pantalla {
  background-color: #2DB6DF;
}
.sexta-pantalla .container {
  margin-top: 0px;
  margin-bottom: 0px;
}
.casos-exito {
  margin-top: 5%;
}
.titulo-casos-exito {
  color: #FFDB00;
  font-size: 60px;
  line-height: 1;
}
.subtitulo-casos-exito {
  color: #fff;
}
.texto-casos-exito p {
  color: #fff;
  font-weight: 500;
  line-height: 25px;
  font-size: 18px;
  margin-top: 40px;
}
.btn-exito {
  background-color: #6600FF;
  color: #fff;
  font-weight: bold;
  padding: 10px 0 10px 0;
  margin-bottom: 30px;
  border-radius: 10px;
}
.septima-pantalla {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1F355E;
}
.titulo-contacto {
  color: #FFDB00;
  margin-bottom: 40px;
  font-size: 8vh;
  font-weight: bold;
}
.subtitulo-contacto {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
.mail-contacto a {
  color: #5ADCC3;
  font-size: 25px;
  margin-top: 20px;
}
.footer {
  margin-top: 50px;
}
.footer p {
  color: #fff;
}
@media (max-width: 970px) {
  .texto-innovacion p,
  .texto-trazabilidad p,
  .texto-aplicaciones p {
    margin-top: 20px;
  }
  .pull-right {
    margin-right: 20px;
  }
  .nav {
    padding: 0px 50px 50px 10px;
  }
  .logo_mobile {
    display: block;
    padding-left: 0px;
  }
  .logo_normal {
    display: none;
  }
  .gif_pantalla_segunda {
    display: none;
  }
  .texto-info {
    display: grid;
    margin-top: 0px;
  }
  .aprendemos,
  .desarrollamos,
  .crecemos {
    margin-top: 20px;
  }
  .boton-brochure {
    margin-left: 5%;
    margin-bottom: 20px;
  }
  .titulo-casos-exito {
    font-size: 50px;
  }
  .texto-casos-exito p {
    margin-top: 0px;
  }
  .btn-exito {
    padding: 10px 20px;
  }
  .item-aplicaciones {
    height: 360px;
  }
  .mail-contacto a {
    font-size: 20px;
  }
  .subtitulo-contacto {
    font-size: 6vh;
  }
}
@media (max-width: 750px) {
  .titulo-innovacion,
  .titulo-trazabilidad,
  .titulo-aplicaciones {
    font-size: 6vh;
  }
  .titulo-contacto {
    font-size: 6vh;
  }
  .primera-pantalla {
    background-image: url("../../img/header_Bmobile.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  .nav {
    padding: 5px;
  }
  .nav li {
    padding-top: 0px;
  }
  .titulo-primera {
    font-size: 3em;
  }
  .logo_mobile {
    display: block;
    padding-left: 0px;
  }
  .logo_normal {
    display: none;
  }
  .gif_pantalla_segunda {
    display: none;
  }
  .tercera-pantalla {
    display: none;
  }
  .tercera-mobile {
    display: block;
  }
  .carousel-caption {
    position: initial;
    padding-bottom: 50px;
  }
  .tercera-mobile {
    background-color: #ADC9E8;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("../../img/fondo-tercera.png");
  }
  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
  }
  .titulo-innovacion {
    color: #1F355E;
    font-size: 6vh;
  }
  .subtitulo-innovacion {
    color: #1F355E;
    font-size: 1em;
    display: flex;
  }
  .texto-innovacion p {
    text-align: left;
    height: 235px;
  }
  .titulo-trazabilidad {
    font-size: 6vh;
  }
  .imagen-trazabilidad {
    margin-top: 0px;
  }
  .quinta-mobile {
    background-color: #FFDB00;
    display: block;
  }
  .quinta-pantalla {
    display: none;
  }
  .subtitulo-aplicaciones,
  .texto-aplicaciones {
    text-align: left;
    color: #000;
  }
  .texto-aplicaciones {
    height: 125px;
  }
  .contenido-aplicaciones {
    padding-top: 30px;
  }
  .sexta-pantalla {
    padding: 0px;
  }
  .imagen-casos-exito {
    padding: 0px;
  }
  .btn-exito {
    padding: 10px;
    margin-bottom: 20px;
    float: left;
  }
  .titulo-casos-exito {
    float: left;
  }
  .subtitulo-casos-exito {
    float: left;
    margin-top: 20px;
  }
  .texto-casos-exito p {
    margin-top: 0px;
    float: left;
  }
}
@media (max-width: 425px) {
  .titulo-innovacion,
  .titulo-trazabilidad,
  .titulo-aplicaciones,
  .titulo-contacto {
    font-size: 45px;
  }
  .titulo-casos-exito {
    font-size: 45px;
  }
  .titulo-trazabilidad {
    margin-left: -20px;
  }
  .subtitulo-contacto {
    font-size: 3vh;
  }
  .mail-contacto a {
    font-size: 16px;
  }
}
