@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700;800&display=swap");
@import url(stylesform.css);
/* Global */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  background: #2a2a2a;
}

.hidden {
  overflow: hidden;
}

.cargador {
  height: 100vh;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.noti {
  color: #ff0844;
  font-size: 1em;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

h1 {
  line-height: 1.3em;
}

.header {
  background: #2a2a2a;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 1;
}

.menu {
  background-color: #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* justify-content: space-between; */
}

.logo {
  padding: 0 20px;
  width: 20%;
  height: 50px;
}

.logito {
  width: 100%;
  height: 100%;
}

.item_menu {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  list-style: none;
}

.item_menu li {
  margin: 0 5px;
}

.item_menu li a {
  padding: 1rem 1rem;
  text-decoration: none;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-radius: 5px;
}

.item_menu li a:hover {
  background: #4a4a4a;
}

.social_top {
  background: #ff0844;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  height: 100%;
  padding-right: 20px;
}

.social-media-icon-top {
  display: inline-block;
  margin-left: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.social-media-icon-top:hover {
  background: #fff;
  color: #4a4a4a;
}

.social-media-icon-top i {
  font-size: 15px;
  line-height: 30px;
}

.main {
  padding-top: 1rem;
}

.contenedorhead {
  width: 100%;
  height: 615px;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 8, 70, 0.3)), to(rgba(36, 25, 22, 0.5))), url(../img/Portada_cero_w.jpg);
  background-image: linear-gradient(to top, rgba(255, 8, 70, 0.3) 0%, rgba(36, 25, 22, 0.5) 100%), url(../img/Portada_cero_w.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.textoshead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.titulos {
  color: #fff;
  line-height: 1.4em;
  font-size: 3em;
}

.subtitulos {
  color: #fff;
  font-size: 1.3em;
}

.textobanner {
  color: #fff;
  font-size: 1.5em;
}

.contenedor {
  padding: 40px 0;
  width: 100%;
  margin: auto;
}

.contenedor-dest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards {
  background: #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding-left: 10px;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.cards img {
  width: 100%;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}

.img1 {
  background: #494949;
  width: 80%;
  padding-bottom: 20px;
  border-radius: 5px;
}

.img2 {
  background: #494949;
  width: 80%;
  padding-bottom: 20px;
  border-radius: 5px;
}

.textos-cards {
  margin: auto;
  width: 90%;
  height: 100px;
}

.textos-cards h1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.textos-cards p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.contenedor-prod {
  /* display: flex;
  flex-direction: row;
  justify-content: center; */
  width: 85%;
  height: auto;
  margin: auto;
  background: #494949;
  padding: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.titulo-prod {
  padding-top: 20px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  height: 70px;
}

.titulo-prod h1 {
  padding-left: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.titulo-prod i {
  color: #fff;
  font-size: 35px;
}

.galeria-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tarjeta-prod {
  width: 25%;
  padding: 5px;
}

.info-prod {
  padding: 10px;
}

.info-prod h2 {
  color: #fff;
  font-weight: 700;
}

.info-prod p {
  color: #fff;
  font-size: 14;
  font-weight: 300;
  text-align: justify;
}

.imagen_prod {
  width: 100%;
  margin: 5px 5px;
  height: 200px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.imagen_prod > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.hover-galeria {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  /* background-image: url(../img/imagen23-2.jpg); */
  /* background: var(--bgurl); */
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.imgcb {
  background-image: url(../img/img-prod/CB2.jpg);
}

.imgcn {
  background-image: url(../img/img-prod/CN2.jpg);
}

.imgccl {
  background-image: url(../img/img-prod/CCL2.jpg);
}

.imgccf {
  background-image: url(../img/img-prod/CCF2.jpg);
}

.imgmdl {
  background-image: url(../img/img-prod/MDL2.jpg);
}

.imgmcf {
  background-image: url(../img/img-prod/MCF2.jpg);
}

.imgdc {
  background-image: url(../img/img-prod/DC2.jpg);
}

.imgtds {
  background-image: url(../img/img-prod/TLC2.jpg);
}

.hover-galeria a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hover-galeria img {
  width: 100px;
}

.hover-galeria p {
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14;
  font-weight: 400;
}

.imagen_prod:hover .hover-galeria {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pie-prod {
  width: 85%;
  height: auto;
  margin: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff0844), to(#ffb199));
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
  padding: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.sector-59 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.car1 {
  width: 50%;
}

.titulo-elab {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  height: 70px;
}

.titulo-elab img {
  width: 8%;
}

.titulo-elab h1 {
  padding-left: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.elab-text {
  padding: 10px 10px;
  display: block;
  text-align: justify;
  color: #fff;
}

.elab-img {
  padding: 10px 10px;
  text-align: center;
}

.elab-img img {
  width: 80%;
}

.contenedor-nos {
  width: 85%;
  height: auto;
  margin: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2a2a2a), to(#4a4a4a));
  background-image: linear-gradient(to top, #2a2a2a 0%, #4a4a4a 100%);
  padding: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.items {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item {
  width: 30%;
  -webkit-box-shadow: 0 0 6px rgba(206, 145, 145, 0.651);
          box-shadow: 0 0 6px rgba(206, 145, 145, 0.651);
  overflow: hidden;
  height: 200px;
  padding: 20px 20px;
  text-align: justify;
  border-radius: 5px;
}

.item-titulo {
  text-align: center;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 800;
}

.item p {
  color: #fff;
  font-weight: 400;
}

.fooder {
  width: 90%;
  background: #2a2a2a;
  padding: 10px 10px;
  margin: auto;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 40px;
}

.contact {
  width: 40%;
  color: #fff;
}

.brand {
  font-weight: 600;
  font-size: 30px;
}

.brand p {
  font-weight: 500;
}

.line {
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background: #fff;
  margin-bottom: 60px;
}

.top-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}

.top-up a {
  color: #fff;
}

.top-up i {
  font-size: 30px;
}

@media only screen and (max-width: 480px) {
  .header {
    display: none;
  }
  .contenedorhead {
    width: 100%;
    height: 50vh;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 8, 70, 0.3)), to(rgba(36, 25, 22, 0.5))), url(../img/Portada_cero_w.jpg);
    background-image: linear-gradient(to top, rgba(255, 8, 70, 0.3) 0%, rgba(36, 25, 22, 0.5) 100%), url(../img/Portada_cero_w.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .textoshead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .titulos {
    color: #fff;
    text-align: center;
    line-height: 1.3em;
    font-size: 3em;
  }
  .subtitulos {
    color: #fff;
    text-align: center;
    font-size: 1em;
  }
  .textobanner {
    color: #fff;
    text-align: center;
    font-size: 1em;
  }
  .contenedor {
    padding: 20px;
  }
  .contenedor-dest {
    display: -ms-grid;
    display: grid;
    padding: 10px 10px;
  }
  .cards {
    width: 100%;
    padding-bottom: 20px;
  }
  .cards img {
    width: 100%;
    padding-bottom: 10px;
  }
  .img1 {
    width: 100%;
  }
  .img2 {
    width: 100%;
  }
  .textos-cards h1 {
    font-size: 22px;
  }
  .textos-cards p {
    font-size: 16px;
  }
  .contenedor-prod {
    width: 90%;
  }
  .titulo-prod h1 {
    padding-left: 10px;
    font-size: 20px;
  }
  .titulo-prod i {
    font-size: 25px;
  }
  .galeria-prod {
    display: -ms-grid;
    display: grid;
  }
  .tarjeta-prod {
    width: 100%;
  }
  .info-prod h2 {
    font-size: 20px;
  }
  .pie-prod {
    width: 90%;
  }
  .sector-59 {
    display: -ms-grid;
    display: grid;
  }
  .car1 {
    width: 100%;
  }
  .titulo-elab img {
    width: 16%;
  }
  .titulo-elab h1 {
    font-size: 22px;
  }
  .elab-img {
    display: none;
  }
  .contenedor-nos {
    width: 90%;
  }
  .items {
    display: -ms-grid;
    display: grid;
    padding-left: 10px;
  }
  .item {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .footer-content {
    display: -ms-grid;
    display: grid;
    padding: 20px 20px;
  }
  .contact {
    width: 100%;
  }
  .contact p {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
  }
  .brand {
    font-size: 22px;
  }
}
/*# sourceMappingURL=estilos.css.map */