@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
header {
  position: absolute;
  z-index: 20;
  width: 100%;
  text-align: right;
  padding-top: 2em;
}
header a {
  font-size: 1.2em;
  color: #fff;
}
header a:hover {
  color: #F4E800;
}
header .logo img {
  width: 100%;
}
header nav.menu {
  text-align: center;
  padding-top: 2.5em;
}
header nav.menu ul li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 1em;
}
header nav.menu ul li a {
  font-size: 1em;
  cursor: pointer;
}
header .redes {
  font-size: 1.5em;
  padding-top: 1.3em;
}
header .redes a img {
  width: 1.2em;
}
@media only screen and (max-width: 40em) {
  header {
    text-align: center;
    position: relative;
    background: #081763;
  }
  header .logo {
    text-align: center;
  }
  header .logo img {
    width: 90%;
  }
  header nav.menu {
    display: none;
  }
  header nav.menu ul li {
    display: block;
  }
}

.portada {
  background: url("img/bg.jpg") #081763 no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 10em;
  position: relative;
  min-height: 80vh;
}
.portada h1 {
  color: #F4E800;
  font-size: 1.2em;
  line-height: 1;
  text-align: right;
  font-style: italic;
  padding-right: 1em;
}
.portada h1 strong {
  font-weight: 900;
  display: block;
  font-size: 155%;
}
@media only screen and (max-width: 40em) {
  .portada {
    padding-top: 3em;
    background: #081763;
  }
  .portada h1 {
    text-align: center;
  }
}

.slogan_clientes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 5em 70%;
  grid-template-columns: 30% 70%;
  grid-gap: 5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slogan_clientes h1 {
  color: #081763;
  font-size: 1.2em;
  line-height: 1;
  text-align: right;
  font-style: italic;
  padding-right: 1em;
}
.slogan_clientes h1 strong {
  font-weight: 900;
  display: block;
  font-size: 155%;
}
@media only screen and (max-width: 40em) {
  .slogan_clientes {
    display: block;
    margin-top: 1em;
  }
  .slogan_clientes h1 {
    text-align: center;
    font-size: 1em;
  }
}

.clientes .cliente {
  width: 5em;
  opacity: 0.3;
}

.audioBanner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  padding-top: 1em;
}
.audioBanner aside {
  color: #F4E800;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  left: 0em;
  right: 0;
  top: -1em;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 0.7em;
}
.audioBanner .demo {
  background: rgba(0, 0, 0, 0.2);
  color: #F4E800;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 1em;
}
.audioBanner .demo h2 {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #F4E800;
}
.audioBanner .demo audio {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .audioBanner {
    margin-top: 0;
    padding-right: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .audioBanner aside {
    display: none;
  }
}

.demoVideo {
  position: relative;
  margin-top: 0em;
}
.demoVideo aside {
  color: #F4E800;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  right: -3.5em;
  bottom: 2em;
  text-transform: uppercase;
  font-size: 0.7em;
  background: url("img/simbolog.svg") right center no-repeat;
  padding-right: 1.5em;
}
.demoVideo video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 40em) {
  .demoVideo {
    margin-top: 0;
    padding-left: 0;
  }
  .demoVideo aside {
    display: none;
  }
}

html, body {
  font-family: "Lato", sans-serif !important;
  background: #fff;
}
html h1, html h2, html h3, html h4, html h5, body h1, body h2, body h3, body h4, body h5 {
  font-family: "Lato", sans-serif !important;
}

button.next {
  background: url("img/graficoGDLB.png") no-repeat center center;
  background-size: contain;
  padding: 0.5em 1em 1em 1em;
  line-height: 1;
  position: absolute;
  top: -1.3em;
  left: 0%;
  right: 0%;
  width: 4em;
  margin: auto;
  z-index: 50;
  font-size: 2em;
  cursor: pointer;
  font-weight: bold;
  display: block;
}

.bio {
  background: #081763;
  position: relative;
  z-index: 20;
  color: #fff;
  width: 100%;
  padding: 5em 0;
}
.bio .contenidoBio {
  position: relative;
  z-index: 50;
}
.bio .contenidoBio h2 {
  color: #F4E800;
  font-size: 1em;
  text-align: right;
}
.bio .contenidoBio h2 span {
  font-weight: bold;
  display: block;
}
.bio .contenidoBio h3 {
  font-size: 5em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 2em;
}
.bio .contenidoBio h3 span {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
}
.bio .contenidoBio h4 {
  color: #F4E800;
  font-weight: 900;
}
.bio .ondas {
  position: absolute;
  max-width: 110%;
  bottom: 0em;
  right: 0;
  margin: auto;
  z-index: 10;
}

.boletin {
  background: #f2f2f2;
  padding: 8em 0;
}

.boletinForma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.boletinForma form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
}
.boletinForma form input {
  border: none;
}
.boletinForma form input[type=submit] {
  background: #F4E800;
  color: #081763;
  border: none;
  display: block;
  height: 2em;
  width: 20%;
  margin-left: 1em;
}
.boletinForma form input[type=email] {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #081763;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.boletinForma p {
  font-size: 0.9em;
}
.boletinForma h5 {
  font-size: 1.4em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #081763;
  text-transform: uppercase;
  display: inline-block;
  width: 30%;
  text-align: right;
}
.boletinForma h5 span {
  font-weight: 400;
}
.boletinForma .correo {
  display: inline-block;
  width: 60%;
}
@media only screen and (max-width: 40em) {
  .boletinForma {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .boletinForma h5 {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .boletinForma form {
    width: 100%;
    display: block;
  }
  .boletinForma form input[type=submit] {
    width: 100%;
    margin-left: 0;
  }
  .boletinForma .correo {
    width: 100%;
  }
}

.contacto {
  padding: 15em 0 3em 0;
  background: url("img/fondoContacto.png") no-repeat center center;
  color: #fff;
}
.contacto h2.tituloGrafico {
  color: #081763;
}
@media only screen and (max-width: 40em) {
  .contacto h2.tituloGrafico {
    font-size: 2em;
  }
}
.contacto form {
  background: #fff;
}
.contacto form input, .contacto form textarea {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contacto form input[type=text], .contacto form input[type=email] {
  border: 1px solid #081763;
  border-radius: 5px;
}
.contacto form label {
  color: #081763;
  text-transform: uppercase;
}
.contacto form textarea {
  border: 1px solid #081763;
  resize: none;
  height: 10em;
}
.contacto form input[type=submit] {
  background: #081763;
  color: #fff;
  font-weight: 900;
  padding: 1em 1.3em;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.contacto form input[type=submit]:hover {
  background: #081763;
  color: #F4E800;
}
.contacto .clientes {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 2em;
  border-radius: 8px;
}

.clientes {
  width: 100%;
}
.clientes .cliente {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1em 0;
}
.clientes .cliente img {
  margin: 0 auto;
}
@media only screen and (max-width: 40em) {
  .clientes .cliente {
    padding: 0.2em;
  }
}

footer {
  background: #081763;
  color: #fff;
  padding: 5em 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #F4E800;
}
footer span {
  display: block;
  font-size: 1.2em;
  padding-top: 0.5em;
}
footer nav {
  padding-top: 2em;
  padding-bottom: 0.5em;
}
footer nav svg {
  margin-right: 0.5em;
  display: inline-block;
}
footer .slogan {
  color: #F4E800;
  text-transform: uppercase;
  font-weight: 900;
  text-align: right;
  font-size: 1.5em;
}
footer .redes {
  font-size: 2em;
  padding: 0;
}

.contenidoGracias {
  text-align: center;
}
.contenidoGracias h2 {
  line-height: 1;
  font-weight: 800;
  margin-top: 0.5em;
}

.agradecimiento p {
  font-size: 0.7em;
  opacity: 0.5;
}

.servicios {
  padding-top: 5em;
  padding-bottom: 5em;
  text-align: center;
  background: #081763;
}
.servicios p {
  font-style: italic;
  color: #000;
  line-height: 1.2;
  opacity: 0.2;
}

.testimonio {
  margin-top: 5em;
  text-align: center;
  font-size: 1.1em;
  padding: 1em;
}

.proyectosAudio {
  padding-top: 5em;
  padding-bottom: 5em;
  background: #fff;
}
.proyectosAudio h2 {
  font-size: 4em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
  color: #081763;
}
.proyectosAudio h2 span {
  font-weight: 400;
  font-size: 0.2em;
  display: block;
}

.tituloGrafico {
  position: relative;
  font-size: 4em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
  color: #081763;
}
.tituloGrafico span {
  font-weight: 400;
  font-size: 0.3em;
  display: block;
}
.tituloGrafico:after {
  content: "";
  height: 0.2em;
  bottom: 0.1em;
  left: -160%;
  width: 200%;
  position: absolute;
  background: #F4E800;
}
@media only screen and (max-width: 40em) {
  .tituloGrafico {
    text-align: center !important;
  }
  .tituloGrafico:after {
    display: none;
  }
}

.proyectoAudio {
  background: #f2f2f2;
  margin-bottom: 1em;
  padding: 2em 2em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.proyectoAudio a.descargar {
  font-size: 0.6em;
  text-transform: uppercase;
  color: #cccccc;
  position: absolute;
  right: 2%;
  top: 5%;
}
.proyectoAudio h3 {
  margin-bottom: 0.4em;
  text-transform: uppercase;
  font-weight: bold;
  color: #081763;
  line-height: 1;
  font-size: 1.2em;
}
.proyectoAudio span {
  text-transform: uppercase;
  font-size: 0.8em;
  opacity: 0.5;
  display: block;
}
.proyectoAudio button, .proyectoAudio button.pausaAudio {
  display: block;
  background: #F4E800;
  padding: 0.8em 0.8em 0.9em 1em;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 10px solid #fff;
  font-size: 0.7em;
}
.proyectoAudio button:hover, .proyectoAudio button.pausaAudio:hover {
  font-size: 0.9em;
  border: 6px solid #F4E800;
  background: #081763;
  color: #F4E800;
}
.proyectoAudio:after {
  content: "";
  background: #F4E800;
  height: 0.5em;
  width: 0;
  bottom: 0.8em;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.proyectoAudio:hover {
  background: url("img/audioFondo.png") no-repeat center center;
  background-size: cover;
  color: #fff;
}
.proyectoAudio:hover h3 {
  color: #fff;
}
.proyectoAudio:hover span {
  opacity: 1;
  color: #F4E800;
}
.proyectoAudio:hover audio {
  opacity: 1;
}
.proyectoAudio:hover a.descargar {
  color: #F4E800;
}
.proyectoAudio:hover:after {
  width: 70%;
}
.proyectoAudio button.pausaAudio {
  display: none;
}
.proyectoAudio button.pausaAudio {
  opacity: 0.5;
}
.proyectoAudio audio {
  width: 100%;
  opacity: 0.2;
}

.tocando {
  background: url("img/audioFondo.png") no-repeat center center;
  background-size: cover;
  color: #fff;
}
.tocando h3 {
  color: #fff;
}
.tocando span {
  opacity: 1;
  color: #F4E800;
}
.tocando audio {
  opacity: 1;
}

.proyectosVideo {
  background: #fafafa;
  padding: 5em 0;
  line-height: 0.8;
}
.proyectosVideo h2 span {
  font-weight: 400;
  font-size: 0.2em;
  display: block;
}
.proyectosVideo .proyectosVideo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}
@media only screen and (max-width: 40em) {
  .proyectosVideo .proyectosVideo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.proyectosVideo .proyectoVideo .playerVideo {
  width: 100%;
  position: relative;
  height: 15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.proyectosVideo .proyectoVideo .infoVideo {
  width: 100%;
  display: inline-block;
}
.proyectosVideo .proyectoVideo .infoVideo h2 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 1.4em;
  color: #081763;
  margin-top: 0.5em;
}
.proyectosVideo .proyectoVideo video {
  width: 100%;
  margin-bottom: 0;
}
.proyectosVideo .proyectoVideo:hover video {
  opacity: 0.7;
}
.proyectosVideo .proyectoVideo .playVideo, .proyectosVideo .proyectoVideo .pauseVideo {
  position: absolute;
  background: #F4E800;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
  margin: auto;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  cursor: pointer;
}
.proyectosVideo .proyectoVideo .playVideo {
  display: block;
}
.proyectosVideo .proyectoVideo .pauseVideo {
  display: none;
}
@media only screen and (max-width: 40em) {
  .proyectosVideo .proyectoVideo {
    width: 100%;
    margin-bottom: 1em;
  }
}

.compartir {
  text-align: right;
  font-size: 1.5em;
  position: relative;
}
.compartir span {
  text-transform: uppercase;
  opacity: 0.6;
  display: block;
  font-size: 60%;
  line-height: 1;
}
.compartir a {
  color: #081763;
  font-size: 130%;
}
@media only screen and (max-width: 40em) {
  .compartir {
    text-align: center;
  }
}

.slick-prev:before, .slick-next:before {
  color: gray !important;
}