* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px; }

.ir-arriba {
  display: none;
  padding: 20px;
  background: #e52832;;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

header {
  background: url("../img/fondooscurov2.jpeg"), #a7aaa9;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat; }
  header .contenedor_logo_menu {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    header .contenedor_logo_menu .logo a {
      display: block; }
      header .contenedor_logo_menu .logo a img {
        vertical-align: top;
        width: 50px;
        border-radius: 100px; }
    header .contenedor_logo_menu .menu {
      text-align: right;
      line-height: 50px; }
      header .contenedor_logo_menu .menu a {
        color: #fff;
        margin-left: 60px;
        font-size: 18px; }
  header .textos {
    color: #fff;
    text-align: center;
    margin: 110px 0 0 0; }
    header .textos .img {
      width: auto;
    }
    header .textos .primera_linea,
    header .textos .segunda_linea {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 600; }
    header .textos .primera_linea {
      font-size: 35px;
      line-height: 35px;
      margin-bottom: 30px;
      margin-top: 20px; }
    header .textos .segunda_linea {
      font-size: 25px;
      line-height: 25px;
      margin-bottom: 60px; }
    header .textos .contenedor-btn a {
      border-radius: 4px;
      border: 2px solid #fff;
      color: #fff;
      padding: 12px;
      font-weight: 700;
      width: 235px;
      display: inline-block;
      text-align: center;
      margin: 0 10px; }
      header .textos .contenedor-btn a:hover {
        text-decoration: none;
        background: #fff;
        color: #4f4f4f; }
        header .cita {
          text-align: right;
          color: rgba(255, 255, 255, 0.6);
          font-size: 15px;
          line-height: 15px;
          margin-bottom: 30px;
          font-style: italic;
          margin-right: -90px;
        }    

.main .caracteristicas {
  padding: 70px 0; }
  .main .caracteristicas .titulo {
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #000;
    margin-bottom: 70px; }
  .main .caracteristicas .caracteristica {
    text-align: center;
    height: 450px;
    border: #000;
    /*background: #4f4f4f;*/
    padding: 50px;
  margin: auto; }
    .main .caracteristicas .caracteristica .icono {
      vertical-align: top;
      margin-bottom: 30px; }
    .main .caracteristicas .caracteristica .primera_linea {
      font-weight: 700;
      margin-bottom: 30px;
      font-size: 20px; }
    .main .caracteristicas .caracteristica .parrafo {
      margin-bottom: 30px;
      line-height: 25px; }

.main .fotos {
  /*margin-bottom: 70px;*/
  background: #d1d1d1; }
  .main .fotos .foto {
    margin-bottom: 20px; }
    .main .fotos .foto .thumb img {
      border-radius: 3px;
      width: 100%;
      vertical-align: top;
     }
    .main .fotos .foto .titulo {
      margin-top: 70px;
      margin-bottom: 40px;
      font-size: 32px;
      line-height: 32px;
      font-weight: 300; }
      .main .fotos .foto .titulo.azul {
        color: #e52832; }
      .main .fotos .foto .titulo.naranja {
        color: #e52832; }
    .main .fotos .foto .parrafo {
      line-height: 30px; }
    .main .fotos .foto .derecha {
      text-align: right; }

.main .clientes {
  background: #2d353e;
  padding: 40px 0; }
  .main .clientes .titulo {
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px; }
  .main .clientes .cliente {
    text-align: center; }
    .main .clientes .cliente a {
      display: inline-flex; }
      .main .clientes .cliente a img {
        width: 200px;
        border-radius: 100px; }

.transmision {
  background: url("../img/precios-bg.jpg"), #727171;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 70px 0; }
  .transmision .titulo {
    text-align: center;
    font-family: _ "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 70px; }
  .transmision .plan {
    background: #fff;
    height: 250px;
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 50px 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35); }
    .transmision .plan .nombre {
      font-size: 32px;
      line-height: 32px;
      font-weight: 300;
      margin-bottom: 30px; }
    .transmision .plan img {
      width: 50px; }


footer .contacto {
  background: #000;
  padding: 30px 0;
  color: #fff;
  text-align: left; }
  footer .contacto .titulo {
    text-align: center;
    font-size: 40px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 30px; }
  footer .contacto .subtitulo,
  footer .contacto .subtitulo-form {
    margin-bottom: 10px;
  text-align: left;
  font-size: 22px;
  }

  footer .contacto .subtitulo-form {
    text-align: center;
  }
  footer .contacto .telefono,
  footer .contacto .correo {
    margin-bottom: 10px;
  text-align: left;
  font-size: 18px; }

  footer .contacto img {
    width: 300px;
  }

  footer .contacto .formulario {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer .contacto .formulario input[type="text"],
    footer .contacto .formulario input[type="email"],
    footer .contacto .formulario textarea {
      border: 2px solid #cecece;
      border-radius: 5px;
      padding: 15px 20px;
      font-size: 20px;
      color: #a4a4a4; }
    footer .contacto .formulario input[type="text"],
    footer .contacto .formulario input[type="email"] {
      width: 49%;
      margin-bottom: 15px; }
    footer .contacto .formulario textarea {
      width: 100%;
      height: 100px;
      min-width: 100%;
      margin-bottom: 15px;
      min-height: 100px;
      max-height: 200px; }
    footer .contacto .formulario .asunto{
      width: 100%;
      min-width: 100%;
      }
    footer .contacto .formulario .boton {
      margin: auto;
      background: #e52832;
      color: #fff;
      border: none;
      border-radius: 3px;
      padding: 15px 40px; }
      footer .contacto .formulario .boton:hover {
      background: #971a20 }

footer .social {
  text-align: center;
  padding: 20px 0; }
  footer .social a {
    padding: 10px;
    display: inline-block;
    margin: 0 20px;
    width: 50px;
    font-size: 22px;
    color: #fff;
    background: #000;
    border-radius: 100px; }
    footer .social a:hover {
      text-decoration: none; }
    footer .social a.facebook {
      background: #e52832; }
    footer .social a.instagram {
      background: #e1306c; }

      @media screen and (max-width: 992px) {
        .ir-arriba {
          position: fixed;
          bottom: 30px;
          right: 30px;
        }
        header .contenedor_logo_menu .logo {
          margin-bottom: 20px;
          text-align: center; }
        header .contenedor_logo_menu .menu {
          text-align: center; }
          header .contenedor_logo_menu .menu a {
            margin: 0 20px; }
        header .textos {
          margin: 50px 0;
          font-size: 16px; }
          header .textos .img {
            width: 600px;
          }
          header .textos .primera_linea {
            font-size: 1.5em; }
          header .textos .segunda_linea {
            font-size: 1.3em; }
          header .textos .contenedor-btns a {
            margin-bottom: 10px; }
            .main .fotos .foto .titulo {
              margin-top: 0; }
            .main .clientes .cliente {
              margin-bottom: 40px; }
              .main .caracteristicas .titulo {
                margin-bottom: 20px;
              }
              .main .caracteristicas .caracteristica {
                margin-bottom: 50px;
               } 
          }

          @media screen and (max-width: 768px) {
            .ir-arriba {
              display: flex;
              padding: 20px;
              background: #e52832;;
              font-size: 20px;
              color: #fff;
              cursor: pointer;
              position: fixed;
              bottom: 40px;
              right: 40px;
            }

            footer .contacto,
            footer .contacto .subtitulo,
            footer .contacto .subtitulo-form,
            footer .contacto .telefono {
              text-align: center;
            }

            footer .contacto .correo {
              margin-bottom: 40px;}
            
            header .cita{
              margin-right: 0;
            }
            header .textos .img {
              width: 300px;
            }
            .main .caracteristicas .caracteristica {
              margin-bottom: 20px; }
            .main .fotos .foto {
              text-align: center; }
              .main .fotos .foto .texto * {
                text-align: left; }
              .main .fotos .foto .texto p {
                margin-bottom: 10px; }
            .main .precios .precio {
              margin-bottom: 20px; }}