* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif; }

.placeholder {
  height: 80px; }

.header {
  background-color: #0a146e;
  position: fixed;
  width: 100%;
  z-index: 99; }
  .header .header_pc {
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center; }
    @media (max-width: 990px) {
      .header .header_pc {
        display: none; } }
    .header .header_pc a {
      text-decoration: none;
      color: white;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 18px;
      transition: all 500ms ease;
      font-weight: 500; }
    .header .header_pc a:hover {
      transform: scale(1.1); }
    .header .header_pc img {
      width: 110px; }

.headerBoots {
  background-color: #0a146e;
  display: none; }
  @media (max-width: 990px) {
    .headerBoots {
      display: flex; } }
  .headerBoots img {
    width: 100px;
    padding: 10px; }

.nav-link {
  color: white;
  margin-top: 10px;
  padding: 0;
  width: 150px;
  transition: all 500ms ease; }

.nav-link:hover {
  transform: scale(1.1);
  color: white; }

.fa-bars {
  color: white; }

.footer {
  background-color: #0a146e;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }
  .footer .logo_footer {
    position: absolute;
    right: 50px; }
    .footer .logo_footer img {
      width: 100px; }
    @media (max-width: 600px) {
      .footer .logo_footer {
        position: static; } }
  @media (max-width: 600px) {
    .footer .footer_content {
      width: 100%; } }
  .footer a {
    text-decoration: none;
    color: white;
    margin: auto;
    padding: 10px;
    transition: all 500ms ease;
    font-size: 2em; }
    .footer a i {
      transition: all 500ms ease; }
    .footer a i:hover {
      transform: scale(1.1); }
  .footer .rr {
    text-align: center;
    width: 100%;
    color: white;
    padding-top: 10px;
    font-size: 1em; }

.banner {
  position: relative; }
  .banner .mob {
    display: none; }
    @media (max-width: 720px) {
      .banner .mob {
        display: block; } }
  @media (max-width: 720px) {
    .banner .pc {
      display: none; } }
  .banner div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%; }
    .banner div h1 {
      color: white;
      font-size: 3em;
      font-weight: 600; }
      @media (max-width: 1050px) {
        .banner div h1 {
          font-size: 2.5em; } }
      @media (max-width: 500px) {
        .banner div h1 {
          font-size: 2em; } }
    .banner div h2 {
      color: white;
      font-size: 1.7em;
      font-weight: 300; }
      @media (max-width: 1050px) {
        .banner div h2 {
          font-size: 1.5em; } }
      @media (max-width: 500px) {
        .banner div h2 {
          font-size: 1.1em; } }

.video {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  .video iframe {
    width: 560px;
    height: 315px; }
    @media (max-width: 1100px) {
      .video iframe {
        width: 400px;
        height: 225px; } }
    @media (max-width: 800px) {
      .video iframe {
        width: 560px;
        height: 315px;
        padding-bottom: 30px; } }
    @media (max-width: 650px) {
      .video iframe {
        width: 400px;
        height: 225px; } }
    @media (max-width: 450px) {
      .video iframe {
        width: 300px;
        height: 200px; } }
  .video .texto {
    width: 40%;
    padding-left: 40px;
    font-size: 1.2em;
    color: black; }
    @media (max-width: 1100px) {
      .video .texto {
        width: 45%;
        font-size: 1em; } }
    @media (max-width: 800px) {
      .video .texto {
        width: 70%;
        padding-left: 0;
        font-size: 1.1em; } }
    @media (max-width: 650px) {
      .video .texto {
        width: 80%; } }
    .video .texto .span {
      text-align: center;
      width: 100%; }
      .video .texto .span span {
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        text-align: center;
        font-size: 1.2em;
        color: black; }

.servicios {
  text-align: center;
  background-color: #edf0f0; }
  @media (max-width: 850px) {
    .servicios {
      display: none; } }
  .servicios h2 {
    color: black;
    margin: auto;
    font-size: 3em;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 300; }
    @media (max-width: 1000px) {
      .servicios h2 {
        font-size: 2.5em;
        padding-top: 30px;
        padding-bottom: 30px; } }
  .servicios .servicios_contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .servicios .servicios_contenedor .primer_div {
      width: 50%;
      text-align: center; }
      .servicios .servicios_contenedor .primer_div div {
        margin: auto;
        width: 60%; }
        .servicios .servicios_contenedor .primer_div div p {
          text-align: left;
          color: black;
          font-weight: 400;
          font-size: 1em; }
          @media (max-width: 1000px) {
            .servicios .servicios_contenedor .primer_div div p {
              font-size: 0.9em; } }
        .servicios .servicios_contenedor .primer_div div h3 {
          color: #0a146e;
          padding-bottom: 20px;
          font-size: 2em;
          text-align: left; }
          @media (max-width: 1000px) {
            .servicios .servicios_contenedor .primer_div div h3 {
              font-size: 1.5em; } }
        .servicios .servicios_contenedor .primer_div div ul {
          text-align: left;
          color: black;
          font-weight: 400;
          font-size: 1em; }
          @media (max-width: 1000px) {
            .servicios .servicios_contenedor .primer_div div ul {
              font-size: 0.8em; } }
    .servicios .servicios_contenedor img {
      width: 50%; }

.servicios-mb {
  display: none;
  text-align: center;
  background-color: #edf0f0; }
  @media (max-width: 850px) {
    .servicios-mb {
      display: block; } }
  .servicios-mb h2 {
    color: black;
    font-weight: 300;
    font-size: 2.5em;
    padding-top: 30px;
    padding-bottom: 30px; }
  .servicios-mb .servicios_contenedor .primer_div {
    width: 100%;
    text-align: center; }
    .servicios-mb .servicios_contenedor .primer_div div {
      width: 70%;
      margin: auto; }
      .servicios-mb .servicios_contenedor .primer_div div p {
        text-align: left;
        color: black;
        font-weight: 400;
        font-size: 1em;
        padding-bottom: 50px;
        margin-bottom: 0; }
        @media (max-width: 650px) {
          .servicios-mb .servicios_contenedor .primer_div div p {
            font-size: 0.9em; } }
      .servicios-mb .servicios_contenedor .primer_div div h3 {
        color: #0a146e;
        padding-bottom: 20px;
        font-size: 2em;
        text-align: center; }
        @media (max-width: 650px) {
          .servicios-mb .servicios_contenedor .primer_div div h3 {
            font-size: 1.5em; } }
      .servicios-mb .servicios_contenedor .primer_div div ul {
        text-align: left;
        color: black;
        font-weight: 400;
        font-size: 1em;
        margin-bottom: 40px; }
        @media (max-width: 650px) {
          .servicios-mb .servicios_contenedor .primer_div div ul {
            font-size: 0.9em; } }
  .servicios-mb .servicios_contenedor img {
    width: 100%;
    margin-bottom: 40px; }

.donde {
  width: 100%;
  text-align: center;
  background-color: #4856d1; }
  .donde p {
    color: white;
    margin-bottom: 0;
    padding: 20px;
    font-size: 1.5em;
    font-weight: 400; }
    @media (max-width: 650px) {
      .donde p {
        font-size: 1em; } }
  .donde a {
    text-decoration: none;
    color: white; }
  .donde a:hover {
    color: #8b8b8b; }


    .quienesomos{
      
        color: black;
        margin: auto;
        font-size: 3em;
        padding-top: 50px;
        padding-bottom: 50px;
        font-weight: 300; 
      text-align: center;}
    
.nosotros {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
   }
  .nosotros .div-img img {
    width: 400px; }
    @media (max-width: 800px) {
      .nosotros .div-img img {
        margin-bottom: 30px; } }
    @media (max-width: 500px) {
      .nosotros .div-img img {
        width: 300px; } }
    @media (max-width: 350px) {
      .nosotros .div-img img {
        width: 250px; } }
  .nosotros .div-text {
    padding-left: 40px;
    width: 40%; }
    @media (max-width: 1000px) {
      .nosotros .div-text {
        width: 50%; } }
    @media (max-width: 800px) {
      .nosotros .div-text {
        width: 80%;
        padding-left: 0; } }
    @media (max-width: 500px) {
      .nosotros .div-text {
        width: 90%; } }
    .nosotros .div-text p, .nosotros .div-text h2, .nosotros .div-text h3 {
      color: black;
      margin: auto; }
    .nosotros .div-text p {
      font-weight: 400;
      font-size: 1.2em;
      padding-bottom: 30px; }
      @media (max-width: 500px) {
        .nosotros .div-text p {
          font-size: 1.1em; } }
    .nosotros .div-text h2 {
      font-size: 1.3em;
      font-weight: 500; }
      @media (max-width: 500px) {
        .nosotros .div-text h2 {
          font-size: 1.2em; } }
    .nosotros .div-text h3 {
      font-size: 1.2em;
      font-weight: 400; }
      @media (max-width: 500px) {
        .nosotros .div-text h3 {
          font-size: 1.1em; } }

.valores {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%; }
  .valores div {
    background-color: #202b90;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.397); }
    @media (max-width: 660px) {
      .valores div {
        margin-bottom: 20px;
        width: 200px;
        height: 200px; } }
    .valores div h2 {
      color: white;
      font-size: 2em;
      font-weight: 500; }
      @media (max-width: 660px) {
        .valores div h2 {
          font-size: 1.5em; } }
    .valores div p {
      color: white;
      width: 90%;
      font-size: 1em;
      font-weight: 400; }
      @media (max-width: 660px) {
        .valores div p {
          font-size: 0.9em; } }

.prensa {
  text-align: center;
  margin-bottom: 50px; }
  .prensa h2 {
    color: white; }
  .prensa .diarios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    width: 70%;
    margin: auto;
    margin-bottom: 40px; }
    .prensa .diarios img {
      width: 50%; }
      @media (max-width: 800px) {
        .prensa .diarios img {
          width: 70%; } }
      @media (max-width: 600px) {
        .prensa .diarios img {
          width: 90%; } }

.clientes {
  background-color: white;
  width: 65%;
  margin: auto;
  text-align: center; 
padding-bottom: 30px;}
  @media (max-width: 700px) {
    .clientes {
      width: 90%; } }
  .clientes h2 {
    color: black;
    font-size: 2em;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 400; }
    @media (max-width: 700px) {
      .clientes h2 {
        font-size: 1.5em; } }
  .clientes .marcas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-row-gap: 100px;
    grid-column-gap: 30px;
    justify-items: center;
    padding-bottom: 50px; }
    @media (max-width: 1000px) {
      .clientes .marcas {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 700px) {
      .clientes .marcas {
        grid-row-gap: 50px;
        grid-column-gap: 20px; } }
    .clientes .marcas img {
      width: 100%; }

.servicio {
  width: 60%;
  margin: auto; }
  @media (max-width: 1660px) {
    .servicio {
      width: 80%; } }
  @media (max-width: 1160px) {
    .servicio {
      width: 100%; } }
  .servicio h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 2em;
    color: black;
    font-weight: 400; }
    @media (max-width: 970px) {
      .servicio h1 {
        margin-bottom: 50px; } }
    @media (max-width: 660px) {
      .servicio h1 {
        font-size: 1.7em; } }
  .servicio .servicios_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 70px; }
    @media (max-width: 970px) {
      .servicio .servicios_flex {
        padding-bottom: 50px;
        padding-top: 0; } }
    .servicio .servicios_flex .cont_img {
      width: 50%;
      text-align: center; }
      @media (max-width: 970px) {
        .servicio .servicios_flex .cont_img {
          width: 100%; } }
      .servicio .servicios_flex .cont_img img {
        width: 100%; }
    .servicio .servicios_flex .cont_txt {
      margin: auto;
      width: 50%;
      padding-left: 50px; }
      @media (max-width: 970px) {
        .servicio .servicios_flex .cont_txt {
          margin-top: 50px;
          width: 80%;
          padding-left: 0; } }
      .servicio .servicios_flex .cont_txt h3 {
        font-size: 1.6em;
        color: #0a146e;
        padding-bottom: 20px; }
        @media (max-width: 970px) {
          .servicio .servicios_flex .cont_txt h3 {
            text-align: left; } }
        @media (max-width: 600px) {
          .servicio .servicios_flex .cont_txt h3 {
            font-size: 1.3em; } }
      .servicio .servicios_flex .cont_txt ul {
        font-size: 1.3em;
        color: black;
        padding-left: 20px; }
        @media (max-width: 970px) {
          .servicio .servicios_flex .cont_txt ul {
            text-align: left; } }
        @media (max-width: 600px) {
          .servicio .servicios_flex .cont_txt ul {
            font-size: 1em; } }
      .servicio .servicios_flex .cont_txt p {
        font-size: 1.3em;
        color: black; }
        @media (max-width: 970px) {
          .servicio .servicios_flex .cont_txt p {
            text-align: left; } }
        @media (max-width: 600px) {
          .servicio .servicios_flex .cont_txt p {
            font-size: 1em; } }

.contacto {
  background-color: #edf0f0;
  padding-top: 50px; }
  .contacto .contacto__h1 {
    text-align: center;
    font-size: 2em;
    color: black;
    font-weight: 400; }
    @media (max-width: 770px) {
      .contacto .contacto__h1 {
        font-size: 1.7em;
        margin: auto;
        width: 90%; } }
  .contacto h2 {
    text-align: center;
    font-size: 1.5em;
    color: black;
    font-weight: 300; }
    @media (max-width: 770px) {
      .contacto h2 {
        font-size: 1.3em;
        width: 90%;
        margin: auto; } }
  .contacto .contacto__form {
    margin: auto;
    margin-top: 50px;
    width: 40%;
    font-size: 1em;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 1200px) {
      .contacto .contacto__form {
        width: 60%; } }
    @media (max-width: 770px) {
      .contacto .contacto__form {
        width: 80%; } }
    .contacto .contacto__form input[type="text"], .contacto .contacto__form input[type="email"], .contacto .contacto__form textarea, .contacto .contacto__form input[type="tel"]{
      width: 100%;
      padding: 10px;
      border-radius: 10px;
      border: 1px solid #0000008e;
      margin-bottom: 30px;
      resize: none; }
    .contacto .contacto__form textarea {
      height: 100px; }
    .contacto .contacto__form input[type="text"]:focus, .contacto .contacto__form input[type="email"]:focus, .contacto .contacto__form textarea:focus, .contacto .contacto__form input[type="email"]:focus{
      border: 1px solid #000000;
      border-radius: 10px;
      outline: none; }
    .contacto .contacto__form button {
      background: #0a146e;
      color: white;
      padding: 10px 40px;
      border: none;
      border-radius: 10px;
      font-size: 1.2em;
      cursor: pointer;
      transition: all 500ms ease;
      font-weight: 400; }
    .contacto .contacto__form button:hover {
      transform: scale(1.1); }
    .contacto .contacto__form button:focus {
      box-shadow: none; }
  .contacto .contacto-i {
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .contacto .contacto-i div {
      width: 100%; }
      .contacto .contacto-i div a {
        font-size: 1.5em;
        text-decoration: none; }
        @media (max-width: 770px) {
          .contacto .contacto-i div a {
            font-size: 1.3em; } }
      .contacto .contacto-i div i {
        font-size: 30px;
        color: #0a146e;
        padding-right: 10px; }
        @media (max-width: 770px) {
          .contacto .contacto-i div i {
            font-size: 25px; } }

.graciasct {
  width: 100%;
  margin: auto;
  text-align: center; }
  .graciasct .gracias {
    margin-top: 200px;
    font-size: 3em;
    color: black; }
  .graciasct a {
    font-size: 2em;
    color: #0a146e;
    text-decoration: none; }
  .graciasct a:hover {
    color: grey; }
    .btn-whatsapp{
      display:block;
      position: fixed;
      right:20px;
      bottom:20px;
      border-radius:50%;
      line-height:80px;
      text-align:center;
      z-index:999;
  }
  .btn-whatsapp img{
      width: 90px;
      height: 90px;
  }
  