@keyframes anim{
   0% {background-color: #00f; color:#fff;} /*Azul*/
   50% {background-color: #000; color:#00a0ec;} /*Negro*/
  100% {background-color: #00f; color:#fff;} /*Otra vez azul*/
}




.div-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block.container {
  overflow: visible;
  max-width: 1400px;
}

.header {
  height: 10vh;
  min-height: 90px;
}

.background-video {
  height: 100vh;
  min-height: 695px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .31));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .31));
}

.row {
  padding: 15px;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.text-block {
  display: inline;
  font-size: 18px;
  text-align: center;
}

.text-block-2 {
  display: inline;
  font-size: 18px;
  text-align: center;
}

.image {
  display: inline;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
}

.image-2 {
  width: 100%;
  max-width: 220px;
  margin: 15px;
}

.row-2 {
  float: none;
}

.column {
  text-align: left;
}

.div-block-2 {
  min-width: 500px;
  padding: 15px 0px;
  float: right;
}

.column-2 {
  text-align: right;
}

.column-3 {
  text-align: right;
}

.head1 {
  position: relative;
  display: none;
  height: 20vh;
  min-height: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  font-weight: 800;
}

.t18l {
  font-size: 18px;
  font-weight: 300;
}

.slider {
  background-color: transparent;
}

.slide {
  padding-right: 10%;
  padding-left: 10%;
}

.div-block-4 {
  position: static;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-right: 19px;
  padding-left: 19px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section2 {
  position: relative;
  display: block;
  height: 100vh;
  min-height: 900px;
  margin-top: 0px;
  margin-bottom: -20px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/comofuncionaplay.jpg'), url('../images/bg-poligono.png');
  background-position: 0px 50%, 50% 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.head1-div {
  display: block;
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}

.text-block-3 {
  font-size: 24px;
  font-weight: 700;
}

.head2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  font-size: 38px;
  line-height: 45px;
  font-weight: 300;
}

.buttons {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.row-3 {
  margin-top: 20px;
  margin-bottom: 19px;
  text-align: right;
}

.boton-principal {
  display: block;
  width: 100%;
  max-width: 300px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: none;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 342ms ease-in-out;
  transition: all 342ms ease-in-out;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}

.boton-principal:hover {
  margin-top: -4px;
  margin-bottom: 4px;
  border-color: hsla(0, 0%, 100%, .59);
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #445dc0, #1c2daf);
  background-image: linear-gradient(180deg, #445dc0, #1c2daf);
  box-shadow: 0 1px 3px 0 #000;
}

.boton-principal.boton-blanco {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #189b1a;
  text-align: center;
}

.boton-principal.boton-blanco:hover {
  background-image: -webkit-linear-gradient(270deg, #445dc0, #1c2daf), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #445dc0, #1c2daf), linear-gradient(180deg, #fff, #fff);
  color: #fff;
}

.boton-principal.boton-blanco.texto-azul {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4484a7;
}

.boton-principal.boton-blanco.texto-azul:hover {
  color: #fff;
}

.spanboton {
  font-size: 13px;
  font-weight: 400;
}

.column-4 {
  position: static;
  text-align: right;
}

.head3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  min-height: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videodiv {
  width: 45%;
  float: left;
}

.div-block-web {
  display: block;
  overflow: hidden;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 39px 15px 50px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #00d040;
  font-weight: 800;
}

.paragraph-2 {
  margin-bottom: 10px;
  color: #363638;
  font-size: 18px;
  line-height: 26px;
}

.text-block-4 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 700;
}

.image-3 {
  display: block;
  margin-top: -10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.boton-paginas {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 51px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #00d040;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 342ms ease-in-out;
  transition: all 342ms ease-in-out;
  color: #00d040;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.boton-paginas:hover {
  margin-top: 47px;
  margin-bottom: 14px;
  border-color: hsla(0, 0%, 100%, .59);
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #00d040, #34af1c);
  background-image: linear-gradient(180deg, #00d040, #34af1c);
  box-shadow: 0 1px 3px 0 #000;
  color: #fff;
}

.boton-paginas.boton-blanco {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #189b1a;
}

.boton-paginas.boton-blanco:hover {
  background-image: -webkit-linear-gradient(270deg, #445dc0, #1c2daf), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #445dc0, #1c2daf), linear-gradient(180deg, #fff, #fff);
  color: #fff;
}

.text-span {
  color: #050505;
}

.image-4 {
  position: relative;
  top: -98px;
  right: -473px;
  display: block;
}

.image-5 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  float: left;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unordered-list {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.div-block-redes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 49%;
  height: 100%;
  max-width: 800px;
  padding: 50px 15px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2-fb {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 800;
}

.paragraph-2-fb {
  margin-bottom: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.unordered-list-fb {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 50px;
  color: #fff;
}

.text-block-4-fb {
  display: inline;
  width: 100%;
  padding-bottom: 34px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.image-3-fb {
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.boton-fb {
  display: block;
  width: 200px;
  height: 200px;
  max-width: 200px;
  margin: 51px auto 10px;
  padding: 42px 19px 4px 18px;
  border: 1px solid #00d040;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 342ms ease-in-out;
  transition: all 342ms ease-in-out;
  color: #00a0ec;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.boton-fb:hover {
  margin-top: 47px;
  margin-bottom: 14px;
  border-color: hsla(0, 0%, 100%, .59);
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #00d040, #34af1c);
  background-image: linear-gradient(180deg, #00d040, #34af1c);
  box-shadow: 0 1px 3px 0 #000;
  color: #fff;
}

.boton-fb.boton-blanco {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #189b1a;
}

.boton-fb.boton-blanco:hover {
  background-image: -webkit-linear-gradient(270deg, #445dc0, #1c2daf), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #445dc0, #1c2daf), linear-gradient(180deg, #fff, #fff);
  color: #fff;
}

.section-3 {
  height: 100vh;
  min-height: 900px;
  margin-top: 20px;
  background-color: #00a0ec;
}

.image-4-fb {
  position: relative;
  top: -225px;
  right: -391px;
}

.contenedor-little {
  display: block;
  max-width: 600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 130px;
}

.div-block-5 {
  display: block;
  height: 100vh;
  max-width: 1400px;
  min-height: 900px;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  position: absolute;
  left: 0px;
  top: 176px;
  z-index: 5;
}

.image-7 {
  position: absolute;
  left: 129px;
  top: 183px;
  z-index: 4;
}

.image-8 {
  position: absolute;
  left: 352px;
  top: 315px;
  z-index: 3;
}

.image-9 {
  position: absolute;
  left: 280px;
  top: 219px;
  z-index: 2;
}

.image-10 {
  position: absolute;
  left: 239px;
  top: 578px;
  right: 0px;
  z-index: 1;
}

.div-block-celulares {
  position: relative;
  display: block;
  overflow: visible;
  width: 49%;
  height: 100%;
  max-width: 800px;
  padding: 0px 15px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-4 {
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
  /*background-image: url('../images/bf8bdb2c-4076-4c5b-aad3-9ff990213831.png'), url('../images/bg-poligono.png');*/
  background-position: 50% 50%, 50% 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.div-block-6 {
  text-align: right;
}

.column-6 {
  position: static;
  text-align: right;
}

.row-4 {
  display: block;
  height: 100vh;
  min-height: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-only-movile {
  display: none;
  padding-top: 4px;
  padding-right: 15px;
  padding-left: 15px;
  background-image: -webkit-linear-gradient(270deg, #644, #494949);
  background-image: linear-gradient(180deg, #644, #494949);
  text-align: center;
}

.div-block-7 {
  width: 50%;
  float: left;
}

.div-block-8 {
  width: 50%;
  float: left;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.heading-3 {
  color: #363638;
  font-weight: 400;
  text-align: center;
}

.right-arrow {
  display: none;
  width: 200px;
  height: 100px;
}

.slider-2 {
  width: 100%;
  height: 150px;
}

.section-5 {
  margin-top: -19px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/bg-poligono.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.icon {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide-2 {
  width: 100%;
  height: 150px;
  background-image: url('../images/logo-oval.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}

.row-5 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.section-6 {
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url('../images/bg-internautas.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.heading-4 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.heading-5 {
  margin-top: 0px;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

.heading-6 {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.div-block-9 {
  display: block;
  width: 200px;
  height: 2px;
  margin: 78px auto 70px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.section-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: -webkit-linear-gradient(270deg, #e6e7e6, #e6e7e6);
  background-image: linear-gradient(180deg, #e6e7e6, #e6e7e6);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align: center;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.submit-button {
  padding: 12px 50px;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #00d327, #00d327);
  background-image: linear-gradient(180deg, #00d327, #00d327);
  font-weight: 600;
}

.submit-button:hover {
  box-shadow: 0 0 13px 0 #000;
}

.text-block-5 {
  padding-bottom: 16px;
  color: #00d327;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.section-8 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(270deg, #333335, #333335);
  background-image: linear-gradient(180deg, #333335, #333335);
  text-align: center;
}

.contenedor {
  display: block;
  max-width: 1400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.contenedor-footer {
  display: block;
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-10 {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 5px;
  padding-bottom: 7px;
  float: left;
  color: #00d327;
  text-align: center;
}

.text-block-6 {
    width: 100%;
  color: #00d327;
  font-size: 18px;
}

.link-4 {
  color: #00d327;
  text-decoration: none;
}

.link-5 {
  color: #00d327;
  text-decoration: none;
}

.link-6 {
  color: #00d327;
  text-decoration: none;
}

.paragraph-3 {
  color: #afafb1;
}

.text-span-2 {
  font-size: 18px;
  line-height: 20px;
}

.paragraph-4 {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.text-span-3 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-4 {
  font-size: 25px;
  text-align: left;
}

.text-span-5 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-6 {
  font-size: 18px;
  font-weight: 700;
}

.list-item {
  color: #fff;
  text-align: left;
}

.unordered-list-2 {
  color: #fff;
  text-align: left;
}

.avisodeprivacidad {
    display: block;
    margin: 31px auto 7px;
    padding: 15px;
    background-image: -webkit-linear-gradient(355deg, #000000, #5d5d5d);
    background-image: linear-gradient(95deg, #000000, #5d5d5d);
}

.button {
  background-color: transparent;
}

.contenedor-fullwidth {
  display: block;
  max-width: 1400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  display: block;
  width: 302px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.section-9 {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 20px;
  margin-top: -20px;
  background-image: url('../images/bg-poligono.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}


.section-8 .div-block-4:nth-of-type(2) {
   border-left: 5px solid #ffffff;
   border-right: 5px solid #ffffff;
}

.section-8 .div-block-4 {
    width: 33%;
    height: auto;
    float: left;
    display: flex;
    margin: 20px 0;
}

.cont-elenco {
    overflow:hidden;
    width:fit-content;
    margin: 15px auto;
}
.elenco {
    float:left;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.6em;
    padding: 3px 15px;
    border-right: 1px solid #363638;
    width: fit-content;
}

.elenco:last-child {
    border-right: none;
    width: fit-content;
}

@media (max-width: 1301px) {
   .elenco {
    float:none;
    margin:20px auto;
    padding: 3px 15px;
    border-right: 0px solid #363638;
    }    
}


@media (max-width: 991px) {

    
    
  .text-block-2 {
    float: none;
  }
  .row-2 {
    text-align: center;
  }
  .column-2 {
    text-align: center;
  }
  .column-3 {
    text-align: center;
  }
  .head1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .head2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .head3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .image-3 {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .header-only-movile {
    overflow: hidden;
  }
  .div-block-7 {
    width: 50%;
    float: left;
  }
  .div-block-8 {
    width: 50%;
    float: left;
  }
}

@media (max-width: 767px) {
    .section-8 .div-block-4:nth-of-type(2) {
        border: 0;
    }
    
    .section-8 .div-block-4 {
        width: 100%;
        height: auto;
        float: left;
        display: flex;
        margin: 10px 0;
        border-left: 0;
    }

    
    
   .background-video {/*height:auto;*/}
  .header {
    overflow: hidden;
  }
  .background-video {
    /*min-height: 600px;*/
  }
  .text-block {
    display: inline;
  }
  .text-block-2 {
    display: inline;
  }
  .image {
    display: inline;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: 20px;
    margin-bottom: 3px;
    vertical-align: -14px;
    float: none;
  }
  .section-8 .image {
        display: inline;
        margin-top: -5px;
        margin-right: 3px;
        margin-left: 0px;
        float: none;
    }
  .image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-2 {
    min-width: 0px;
    float: none;
  }
  .head1 {
    display: none;
    overflow: hidden;
    height: auto;
  }
  .heading {
    font-size: 30px;
  }
  .head2 {
    min-height: 510px;
  }
  .paragraph {
    font-size: 28px;
    line-height: 40px;
  }
  .boton-principal {
    max-width: 1000px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .head3 {
    display: none;
    overflow: hidden;
    height: auto;
  }
  .text-block-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .image-3 {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
  }
  .boton-paginas {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-4 {
    left: 50%;
    margin-left: 223px;
  }
  .lightbox-link {
    height: auto;
    min-height: auto;
  }
  .div-block-redes {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    float: none;
  }
  .text-block-4-fb {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .image-3-fb {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-3 {
    overflow: visible;
    height: auto;
    min-height: auto;
  }
  .image-4-fb {
    left: 50%;
    margin-left: 53px;
  }
  .div-block-5 {
    overflow: hidden;
    height: auto;
  }
  .div-block-celulares {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100vh;
    min-height: auto;
    padding-bottom: 0px;
    float: none;
    clear: none;
    background-image: url(../img/formulas-bg.png),linear-gradient(5deg, #5c9675, #284d35);
  }
  .section-4 {
    background-position: 0px 0px, 50% 0px;
  }
  .column-7 {
    display: block;
    height: auto;
    padding-top: 97px;
    background-image: -webkit-linear-gradient(270deg, transparent, #fff 13%);
    background-image: linear-gradient(180deg, transparent, #fff 13%);
  }
  .header-only-movile {
    display: block;
    overflow: hidden;
  }
  .section-5 {
    margin-top: 0px;
  }
  .image-11 {
    position: static;
  }
  .div-block-10 {
    width: 98%;
  }
  .link-4 {
    display: block;
  }
  .link-5 {
    display: block;
  }
  .link-6 {
    display: block;
  }
  .text-span-2 {
    line-height: 20px;
  }
  .container-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .background-video {
    height: auto;
  }
  .text-block {
    margin-right: 20px;
    margin-left: 20px;
    float: none;
    clear: none;
  }
  .text-block-2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
  }
  .image {
    margin-left: 0px;
    float: none;
    clear: none;
  }
  .head1 {
    overflow: hidden;
  }
  .heading {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .t18l {
    text-align: center;
  }
  .div-block-4 {
    position: static;
    border-style: none;
  }
  .head2 {
    overflow: hidden;
    height: auto;
  }
  .paragraph {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .section-2 {
    overflow: hidden;
  }
  .head3 {
    overflow: hidden;
  }
  .text-block-4 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .image-3 {
    display: block;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }
  .section-3 {
    overflow: visible;
    height: auto;
  }
  .header-only-movile {
    padding-bottom: 5px;
  }
  .div-block-7 {
    width: 100%;
  }
  .div-block-8 {
    width: 100%;
  }
  .link {
    color: #fff;
    text-decoration: none;
  }
  .link-2 {
    color: #fff;
    text-decoration: none;
  }
  .section-5 {
    position: relative;
    margin-top: -20px;
  }
}

