body, h2, h3 {
  font-family: raleway,sans-serif !important;
}

.clear {
  clear: both;
}

.margin-top {
  margin-top: 80px;
}

header {
  background-color: #000;
  border-bottom: solid 1px #444;
  box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0px;
}
  .menu-principal {
    max-width: 1170px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .logo {
    width: 80px;
    height: 80px;
  }
  .menu {
    width: 632px;
  }
    .menu ul, .red-social ul {
      display: flex;
      flex-wrap: nowrap;
      justify-content: first baseline;
      margin-bottom: 0px !important;
    }
    .menu ul li, .red-social ul li {
      list-style-type: none;
    }
    .menu ul li a {
      line-height: 30px;
      color: #fff;
      font-size: 16px;
      margin: 25px 0px;
      padding: 0px 20px;
      display: block;
    }
    .menu ul li:not(:last-child) a {
      border-right: solid 0.5px #fff;
    }
    .menu ul li a:hover {
      color: #999;
    }
    .red-social ul li a {
      padding: 0 5px;
      transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
    }
    .red-social ul li a:hover {
      opacity: 0.5;
    }

.banner-principal {
  width: 100%;
  margin-top: 80px;
  height: 450px;
  background: url("../imagenes/banner/silde-principal.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-principal2 {
  width: 100%;
  height: 450px;
  background: url("../imagenes/banner/fondo-banner-prin.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
  .banner-principal h2, .banner-principal2 h2 {
    color: #fff;
    max-width: 970px;
    padding: 0px 30px;
    font-weight: 400;
    text-align: center;
    font-size: 55px;
    line-height: 60px;
  }
  .banner-principal h2 span, .banner-principal2 h2 span {
    font-weight: 700;
    color: #fff !important;
  }
  .banner-principal2 h3 {
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #fff;
  }

.logos-aliados {
  background:rgb(22, 22, 22);
  height: 250px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
  .logos-aliados .contenido {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .logos-aliados .contenido img {
    height: 113px;
    width: auto;
  }

.tres-columnas {
  width: 100%;
}
  .tres-columnas > div {
    float: left;
    width: 33.33%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  .tres-columnas > div h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    font-weight: 400;
  }
  .tres-columnas div a {
    padding: 0px 20px;
    height: 45px;
    width: 160px;
    line-height: 43px;
    border: solid 2px #fff;
    border-radius: 22.5px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .tres-columnas div a:hover {
    background: #fff;
    color: #222;
  }

.informacion {
  width: 100%;
  background-color: rgb(22,22,25);
  padding: 50px 0px;
}
  .informacion h2 {
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: auto;
    margin-bottom: 60px;
    max-width: 1170px;
  }
  .informacion .contenido {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 60px;
  }
  .informacion .contenido div {
    width: 45%;
    margin: 0px 2.5%;
  }
  .informacion .contenido div img {
    width: 100%;
    height: auto;
  }
  .informacion .contenido div p {
    font-size: 20px;
    color: #fff;
    text-align: justify;
  }

.frase {
  background: url("../imagenes/banner/fondo-frase.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
  .frase div {
    max-width: 970px;
    text-align: center;
  }
  .frase h2 {
    color: #fff;
    max-width: 970px;
    padding: 0px 30px;
    font-weight: 400;
    text-align: center;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .frase h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #fff;
  }
  .frase a {
    padding: 0px 20px;
    height: 60px;
    width: 220px;
    line-height: 58px;
    border: solid 2px #fff;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .frase a:hover {
    background: #fff;
    color: #222;
  }

.servicios {
  background-color: rgb(232, 230, 230);
  width: 100%;
  padding: 50px 0px;
}
  .servicios h2 {
    max-width: 970px;
    padding: 0px 30px;
    font-weight: 400;
    text-align: center;
    font-size: 55px;
    line-height: 60px;
    margin: auto;
    margin-bottom: 30px;
  }
  .cuadro-servicio {
    width: 22%;
    margin: 25px 1.5%;
    float: left;
    position: relative;
  }
  .cuadro-titulo1 {
    line-height: 100px;
    background-color: #fff;
    text-align: center;
    font-size: 30px;
    height: 100px;
  }
  .cuadro-titulo2 {
    line-height: 35px;
    background-color: #fff;
    text-align: center;
    font-size: 26px;
    height: 100px;
    padding-top: 15px;
  }
  .cuadro-texto {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(22,22,25,0.9);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 20px;
    opacity: 0;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .cuadro-texto:hover {
    opacity: 1;
  }

.frase2 {
  background: url("../imagenes/banner/banner-asesoria.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
  .frase2 .contenido {
    max-width: 970px;
    text-align: center;
  }
  .frase2 .contenido .parte1 {
    width: 65%;
    float: left;
  }
  .frase2 .contenido .parte2 {
    width: 35%;
    float: left;
  }
  .frase2 h2 {
    color: #fff;
    max-width: 970px;
    padding: 0px;
    font-weight: 400;
    text-align: left;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .frase2 h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
  }
  .frase2 a {
    margin-top: 80px;
    padding: 0px 20px;
    height: 60px;
    width: 220px;
    line-height: 58px;
    border: solid 2px #fff;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .frase2 a:hover {
    background: #fff;
    color: #222;
  }

.info2 .ico-info {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
}
  .info2 .ico-info img {
    width: 70px !important;
    height: auto;
    margin-bottom: 30px;
  }
  .info2 {
    width: 100%;
    background-color: rgb(22,22,25);
    padding: 50px 0px;
  }
  .info2 .contenido {
    max-width: 1170px;
    width: 100%;
    margin: auto;
  }
  .info2 .contenido div p {
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .info2 h2 {
    color: #fff;
    padding: 0px;
    font-weight: 400;
    text-align: center;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 60px;
  }
  .info2 .foto-info {
    width: 50%;
    float: left;
    position: relative;
  }
  .info2 .foto-info p {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 60px !important;
    font-weight: 400;
    font-family: oswald-extralight,oswald,sans-serif;
  }
  .info2 .texto {
    color: #fff;
    font-size: 18px;
    text-align: justify;
  }
  .info2 .imagen-about {
    margin-bottom: 60px;
  }
  .info2 h3 {
    font-size: 55px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    padding: 20px 100px;
  }
  .info2 .aliado {
    margin: 30px auto;
    text-align: center;
  }

.nuestros-artistas {
  background: url("../imagenes/banner/banner-area-corporativa.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
}
  .nuestros-artistas .contenido {
    max-width: 900px;
    margin: auto;
  }
  .nuestros-artistas h2 {
    color: #fff;
    max-width: 970px;
    padding: 0px;
    font-weight: 400;
    text-align: center;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 60px;
  }
  .nuestros-artistas .contenido .cliente {
    width: 33.33%;
    float: left;
    text-align: center;
  }
  .nuestros-artistas .contenido .cliente img {
    width: 200px;
    height: auto;
    border-radius: 50%;
  }
  .nuestros-artistas .contenido .cliente p {
    color: #fff;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }

.datos-contacto {
  float: left;
  width: 33.33%;
  text-align: center;
}
  .datos-contacto h4 {
    color: #fff;
    max-width: 970px;
    padding: 0px;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .datos-contacto a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    display: block;
  }

footer {
  background-color: #000;
  padding: 25px 0px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.estadisticas {
  background: url("../imagenes/quienes-somos-info/banner-area-corporativa.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0px;
}
  .estadisticas .contenido {
    max-width: 1170px;
    margin: auto;
  }
  .estadisticas .contenido > div {
    float: left;
    width: 20%;
    margin: 0px 2.5%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(255,255,255,0.2);
    border-radius: 60px;
  }
  .estadisticas .contenido div h3 {
    font-size: 65px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .estadisticas .contenido div p {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
  }

.informacion-about-us {
  padding-top: 100px;
  padding-bottom: 50px;
}
  .informacion-about-us .dos-columnas {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
  }
  .informacion-about-us .contenido {
    max-width: 1170px;
    margin: auto;
  }
  .informacion-about-us .dos-columnas > div {
    width: 48%;
    margin: 0px 1%;
  }
  .informacion-about-us .dos-columnas > div img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .informacion-about-us .dos-columnas h3 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: rgb(65,65,65);
    line-height: 55px;
    margin-bottom: 30px;
  }
  .informacion-about-us .dos-columnas p {
    text-align: justify;
    font-size: 16px;
  }

.menu-desplegable {
  position: relative;
}
  .menu-desplegable:hover .sub-menu {
    opacity: 1;
  }
  .sub-menu {
    position: absolute;
    top: 80px;
    background-color: #000;
    display: block !important;
    opacity: 0;
  }
  .sub-menu li a {
    line-height: 20px;
    margin: 0px !important;
    padding: 0px 20px;
    width: 178px;
    text-align: center;
    border-right: none !important;
  }

.banner {
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
  .banner.monetizacion {
    background: url("../imagenes/banner-servicios/monetizacion-banner.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner.promocion {
    background: url("../imagenes/banner-servicios/promocion-banner.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner.produccion {
    background: url("../imagenes/banner-servicios/produccion-banner.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner h2 {
    color: #fff;
    max-width: 970px;
    padding: 0px;
    font-weight: 400;
    text-align: center;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 0px;
  }
  .info-peque {
    max-width: 768px;
    padding: 20px;
    color: #fff;
    text-align: justify;
    font-size: 18px;
    margin: auto;
    margin-bottom: 50px;
  }
  .informacion h3 {
    color: #fff;
    max-width: 970px;
    padding: 0px;
    font-weight: 400;
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .formulario-principal {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
    .informacion-contacto {
      width: 30%;
      height: 100vh;
      background-color: rgb(232, 230, 230);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
    }
    .informacion-contacto h3 {
      margin-bottom: 0px;
      line-height: 20px;
    }
    .informacion-contacto p {
      font-size: 20px;
      font-weight: 400;
    }
    .formulario-contacto {
      width: 70%;
      height: 100vh;
      background-color: #999;
      display: block;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
    }
    .formulario-contacto > div {
      width: 70%;
      margin: auto;
      display: block;
    }
    .mitad {
      float: left;
      width: 48%;
      margin: 0px 1%;
    }
    .full {
      width: 98%;
      margin: 20px 1%;
    }
    .formulario-contacto div h2 {
      color: #000;
      padding: 0px;
      font-weight: 400;
      text-align: center;
      font-size: 65px;
      line-height: 60px;
      margin-bottom: 30px;
    }
    .formulario-contacto div p {
      text-align: justify;
      font-size: 20px;
      color: #000;
    }
    .formulario-contacto label, .formulario-contacto input, .formulario-contacto select {
      display: block;
      width: 100%;
    }
    .formulario-contacto label {
      color: #000;
      font-size: 18px;
    }
    .formulario-contacto input {
      height: 50px;
      background: none !important;
      border: solid 1px #000;
      color: #000;
      padding: 0px 20px;
    }
    .formulario-contacto select {
      background: none !important;
      border: solid 1px #000;
      height: 50px;
      padding: 0px 20px;
    }
    .formulario-contacto input[type=file] {
      line-height: 50px;
      padding: 0px !important;
      border: none !important;
    }
    .formulario-contacto input[type=submit] {
      width: 150px;
      background-color: #000 !important;
      color: #f2f2f2;
      cursor: pointer;
      border: none;
      transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
    }
    .formulario-contacto input[type=submit]:hover {
      background-color: #f2f2f2 !important;
      color: #000;
    }

.boton-menu {
  margin-left: 20px;
  margin-right: 10px;
}
.boton-menu img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.celular {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
  .cerrar {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 50px;
    Font-size: 40px;
    color: #222;
    cursor: pointer;
  }
  .cerrar:hover {
    color: #666;
  }
  .menu-cel {
    width: 100%;
    height: auto;
  }
  .menu-cel li {
    list-style-type: none;
  }
  .menu-cel li a {
    text-align: center;
    width: 100%;
    height: 50px;
    color: #222;
    line-height: 50px;
    display: block;
    font-size: 25px;
    transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .menu-cel li a:hover {
    color: #666;
  }

@media (max-width: 1630px) {
  .cuadro-servicio {
    width: 30.33%;
  }
  .cuadro-texto {
    line-height: 25px;
  }
}

@media (max-width: 1200px) {
  .logos-aliados .contenido {
    width: 100%;
    padding: 0 30px;
  }
  .logos-aliados .contenido img {
    height: 100px;
    width: auto;
  }
}

@media (max-width: 1100px) {
  .cuadro-servicio {
    width: 47%;
  }
  .info2 .texto {
    padding: 0px 3%;
  }
}

@media (max-width: 1000px) {
  .tres-columnas > div {
    float: none;
    width: 100%;
    height: 300px;
  }
  .banner-principal h2 {
    font-size: 44px;
    line-height: 50px;
    width: 800px;
    margin-bottom: 0px;
  }
  .logos-aliados .contenido img {
    height: 100px;
    width: auto;
  }
  .frase2 .contenido {
    width: 90%;
    margin: 0px 5%;
  }
  .frase2 .contenido .parte1 {
    float: none;
    width: 100%;
  }
  .frase2 .contenido .parte2 {
    float: none;
    width: 100%;
  }
  .frase2 h2 {
    text-align: center;
  }
  .frase2 h3 {
    text-align: center;
  }
  .frase2 a {
    margin-top: 40px;
  }
  .estadisticas .contenido > div {
    width: 45%;
    margin-bottom: 20px;
  }
  .informacion .contenido {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .informacion .contenido div {
    width: 90%;
    margin: 0px 5%;
  }
  .informacion .contenido div img {
    margin-bottom: 50px;
  }
  .order2 {
    order: 2;
  }
  .order1 {
    order: 1;
  }
  .informacion h3 {
    margin-top: 0px;
  }
  .formulario-principal {
    flex-wrap: wrap;
    margin-top: 100px;
  }
  .formulario-contacto, .informacion-contacto {
    width: 100%;
    padding: 25px 0px;
  }
  .informacion-contacto {
    height: auto;
    padding: 50px 0px;
    justify-content: left;
  }
  .informacion-contacto > div {
    margin: 0px 5%;
    width: 90%;
  }
  .informacion-contacto > div .redes-sociales {
    text-align: center;
  }
  .formulario-contacto > div {
    width: 90%;
  }
}

@media (max-width: 950px) {
  .menu {
    display: none;
  }
  .logos-aliados {
    height: auto;
    padding: 40px 0px;
  }
  .logos-aliados .contenido {
    width: 100%;
    display: inline-block;
  }
  .logos-aliados .contenido a {
    width: 32.5%;
    display: inline-block;
    text-align: center;
  }
  .info2 .ico-info {
    width: 50%;
    height: 350px;
  }
  .nuestros-artistas .contenido .cliente {
    width: 49%;
  }
  .info2 .foto-info p {
    font-size: 45px !important;
    bottom: 5px;
    line-height: 45px;
  }
  .informacion-about-us {
    padding: 50px 0px;
  }
  .informacion-about-us .dos-columnas {
    flex-wrap: wrap;
  }
  .informacion-about-us .dos-columnas > div {
    width: 94%;
    margin: 0px 3%;
    margin-top: 30px;
  }
}

@media (max-width: 850px) {
  .banner-principal h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .info2 h3 {
    font-size: 45px;
    padding: 20px 50px;
  }
}

@media (max-width: 768px) {
  .banner-principal h2 {
    font-size: 28px;
    line-height: 31px;
    padding: 0px;
    width: 450px;
  }
  .banner-principal {
    height: 300px;
  }
  .banner-principal h2 span {
    font-size: 35px;
    line-height: 36px;
  }
  .cuadro-servicio {
    margin: auto;
    width: 100%;
  }
  .logos-aliados .contenido a {
    width: 49%;
    display: inline-block;
    text-align: center;
  }
  .banner-principal2 {
    height: 300px;
  }
  .banner-principal2 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-principal2 h3 {
    margin-bottom: 0px;
  }
  .informacion h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .frase h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .frase h3 {
    font-size: 24px;
    line-height: 24px;
    padding: 0px 20px;
  }
  .frase2 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .frase2 h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .servicios {
    padding-bottom: 0px;
  }
  .servicios h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .info2 .ico-info {
    width: 100%;
    height: auto;
  }
  .nuestros-artistas .contenido .cliente {
    float: none;
    width: 100%;
  }
  .nuestros-artistas h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .info2 .foto-info {
    float: none;
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
  .info2 .foto-info img {
    margin-top: -50px;
  }
  .info2 .foto-info p {
    font-size: 45px !important;
    bottom: 5px;
    line-height: 45px;
  }
  .info2 h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .datos-contacto {
    float: none;
    width: 100%;
  }
  .estadisticas .contenido > div {
    float: none;
    width: 400px;
    margin: auto;
    margin-bottom: 50px;
  }
  .info2 h3 {
    font-size: 35px;
    line-height: 40px;
    padding: 20px 50px;
  }
}

@media (min-width: 950px) {
  .celular {
    display: none !important;
  }
  .boton-menu {
    display: none !important;
  }
}