@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500");

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

@import url("https://fonts.googleapis.com/css?family=Montserrat");

@import url("https://fonts.googleapis.com/css?family=Play:400,700");

@font-face {
  font-family: "Pirulen";
  src: url("fonts/pirulen/pirulen.ttf") format("truetype");
}

:root {
  --primario: #ff9601;
  --primario_transparente: #ff9601ea;
  --secundario: #f9574e;
  --secundario_transparente: #f9574eea;
  --terciario: #ff0088;
  --terciario_transparente: #ff0088ea;
  --negro: #1d1d1d;
  --familia_fuente: "Poppins", sans-serif;
}

html {
  height: 100vh;
}

body {
  background: #fff !important;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #707070;
}

.wow {
  visibility: hidden;
}

.pretty {
  margin-right: 2em;
  margin-top: 1em;
}

.swal2-modal {
  width: 530px;
  height: 160px;
  border-radius: 15px;
  padding: 25px 25px 20px 25px !important;
  background: rgb(255, 255, 255);
}

.swal2-popup .swal2-title {
  margin-bottom: 0 !important;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

p,
.textaco,
.textaco p
 {
  text-align: justify;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-weight: 200;
  color: #707070;
  /*        line-height: 30px;*/
}

.textaco li {
  text-align: justify;
  /* font-size: 20px; */
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-weight: 200;
  color: #707070;
  /*        line-height: 30px;*/
}


a {
  color: #ff5b20;
  font-weight: 300;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.m-auto {
  margin: auto;
}

.textaco strong {
  font-weight: 500;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

/* -- circulos -- */
.wrapper-flex,
.wrapper-flex-mobile {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;

  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/* -- row -- */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
  content: normal;
}

.container.grande {
  width: 1430px;
}

.separa-5 {
  height: 5px;
}

.separa-10 {
  height: 10px;
}

.separa-20 {
  height: 20px;
}

.separa-30 {
  height: 30px;
}

.separa-40 {
  height: 40px;
}

.separa-50 {
  height: 50px;
}

.gap-1 {
  gap: 5px !important;
}

.gap-2 {
  gap: 10px !important;
}

.gap-3 {
  gap: 15px !important;
}

.overflow-hidden {
  overflow: hidden;
}

.align-center {
  align-content: center !important;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-row>[class*="col-"] {
  float: none;
  /* Elimina floats para evitar conflictos */
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.mx-auto {
  margin: auto !important;
}

.inline-flex {
  display: inline-flex !important;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.centrar-horizontal {
  justify-content: center !important;
}

.centrar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.caja {
  overflow: hidden;
}

/* --- --- ---
--- HEADER ---
--- --- --- ---*/
header {
  position: absolute;
  width: 100%;
  top: 0px;
}

/* -- -- -- -- -- -- -- Boton menú acompaña -- -- -- -- -- -- -- */
.menu a img {
  height: 43px;
  transition: all 0.2s ease-in-out;
}

.menu-abre {
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 400ms linear;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 30;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.menu-abre .fondo-menu-abre {
  height: 100px;
  width: 100px;
  position: absolute;
  z-index: -1;
}

.menu-abre p {
  color: #fff;
  font-size: 11px;
  letter-spacing: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0;
}

.linea-1 {
  margin-top: 5px;
}

.linea-1,
.linea-2,
.linea-3 {
  height: 3px;
  background-color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  float: right;
  border-radius: 4px;
}

.linea-1,
.linea-2 {
  width: 45px;
}

.linea-3 {
  position: relative;
  width: 25px;
  margin-bottom: 5px;
}

.menu-abre:hover .linea-3 {
  width: 45px;
  right: 0;
}

/* color rosa */
.menu_rosa .linea-1,
.menu_rosa .linea-2,
.menu_rosa .linea-3 {
  background-color: #f52189;
}

.menu_rosa p {
  color: #f52189;
}

/* color naranja */
.menu_naranja .linea-1,
.menu_naranja .linea-2,
.menu_naranja .linea-3 {
  background-color: #fa6141;
}

.menu_naranja p {
  color: #fa6141;
}

/* color amarillo */
.menu_amarillo .linea-1,
.menu_amarillo .linea-2,
.menu_amarillo .linea-3 {
  background-color: #ff9a02;
}

.menu_amarillo p {
  color: #ff9a02;
}

/* -- -- -- -- -- -- -- menu lateral -- -- -- -- -- -- -- */
#wrapper {
  position: fixed;
  z-index: 1;
  z-index: 900;
  top: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  background: rgba(24, 51, 68, 0.95);
  height: 100vh;
}

#wrapper.toggled {
  right: -520px;
  opacity: 1;
}

#sidebar-wrapper {
  width: 520px;
  overflow: hidden;
}

#sidebar-wrapper {
  overflow-y: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
}

#sidebar-wrapper .otros-enlaces,
.sidebar-wrapper .otros-enlaces {
  display: flex;
  align-items: center;
  position: relative;
  left: 20px !important;
}

#sidebar-wrapper .otros-enlaces ul,
.sidebar-wrapper .otros-enlaces ul {
  gap: 10px;
  padding-left: 0px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#sidebar-wrapper .otros-enlaces li,
.sidebar-wrapper .otros-enlaces li {
  list-style: none;
  color: #ffffff;
}

/* .sidebar-wrapper .otros-enlaces {
  display: none !important;
} */

#menu-lateral.toggled.toggle-right .otros-enlaces {
  display: block !important;
  /* position: relative; */
  position: absolute;
  left: 20px;
  /* margin-top: 10px; */
}

#sidebar-wrapper .otros-enlaces li a,
.sidebar-wrapper .otros-enlaces li a {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.sidebar-wrapper .otros-enlaces ul {}

.sidebar-wrapper .otros-enlaces li:nth-of-type(1) a {
  color: #ff9601 !important;
}

.sidebar-wrapper .otros-enlaces li:nth-of-type(2) a {
  color: #f9574e !important;
}

.sidebar-wrapper .otros-enlaces li:nth-of-type(3) a {
  color: #ff0088 !important;
}

.sidebar-wrapper .otros-enlaces .menu {
  width: auto;
}

.filtro_colorin {
  width: 100%;
  height: 100%;
  position: absolute;

  top: 0px;
}

.filtro_colorin img {
  min-width: 520px;
  min-height: 100%;
  position: absolute;

  top: 0px;
}

.menu_vertical {
  padding: 0;
  height: 100vh;
  overflow: scroll;
  z-index: 2;
}

.cierra-menu {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
}

.cierra-menu a img {
  height: 24px;
  -webkit-transition-duration: 0.07s;
  transition-duration: 0.7s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  transform: rotate(0deg);
  filter: brightness(0) invert(1);
}

.cierra-menu a:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.logo_menu_lateral {
  height: 12vh;
  max-width: 250px;
  margin-bottom: 60px;
}

.linea_separa {
  border-top: 1px solid #eeeeee;
  width: 100%;
}

.centrado {
  display: inline-flex;
  justify-content: flex-end;
  /* padding-top: 50px; */
  width: 100%;
  height: 100%;
}

.centrado>div {
  /*    height: 100%;*/
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo_lateral {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.logo_menu {
  height: 170px;
}

ul.sidebar-nav {
  list-style-type: none;
  -webkit-padding-start: 0px;
  width: 100%;
  /* margin-top: 40px; */
  position: relative;
}

.sidebar-nav li {
  text-align: center;
  width: max-content;
  margin: 0 auto;

  height: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-nav li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  /* padding: 0px 15px 10px; */
  /* margin-bottom: 30px; */
  text-indent: 0px;
}

.sidebar-nav li a span {
  font-weight: bold;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: linear-gradient(to right,
      rgba(255, 156, 0, 0.9) 0%,
      rgba(255, 156, 0, 0.9) 21%,
      rgba(243, 11, 159, 0.9) 89%,
      rgba(243, 11, 159, 0.9) 100%);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.pie_lateral {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.sidebar-nav li a:hover {
  /* color: #585858; */
  background-color: transparent;
}

.menu_vertical .boton p,
.menucito_doble .boton p {
  text-align: center;
}

.menu_vertical .boton .btn,
.menucito_doble .boton .btn {
  color: #ff9b01;
  border: 2px solid #ff9b01;
  background-color: transparent;
  width: 190px;
  height: 46px;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.menu_vertical .hvr-bounce-to-right:before {
  background: #ff9b01;
}

.menu_vertical .hvr-bounce-to-right:hover,
.menu_vertical .hvr-bounce-to-right:focus,
.menu_vertical .hvr-bounce-to-right:active {
  color: white;
}

/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Oscuridad -- -- -- -- -- -- -- */
.oscuridad {
  width: 100%;
  height: 100vh;
  background: -moz-linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9f 100%);
  background: -webkit-linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9f 100%);
  background: linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9f 100%);
  /*    background-color: red;*/
  position: fixed;
  top: 0px;
  /*    display: none;*/
  opacity: 0;
  /*    opacity: 1;*/
  transition: opacity 0.5s linear;
  z-index: -10;
  /*    z-index: 10;*/
  right: 0px;
}

.oscuridad .oscuridad_fondo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -2;
}

.oscuridad .oscuridad_colorete {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.9;

  background: -moz-linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9f 100%);
  background: -webkit-linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9f 100%);
  background: linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9f 100%);
}

.oscuridad .oscuridad_padding {
  width: calc(100% - 426px);
  height: 100%;
  padding: 130px;
  display: inline-flex;
  justify-content: start;
  align-items: center;
}

.oscuridad_padding .bloque-contenido {
  position: relative;
  top: -65px;
}

.contenido-menu-movil {
  position: relative;
  top: -60px;
}

.todo {
  position: relative;
  right: 0px;
}

.relative {
  position: relative;
}

.oscuridad img.mueve_icono {
  height: 173px;
  transform: rotate(-15deg);
}

.caja_bombilla {
  height: 173px;
  width: 173px;
  border: 1px solid red;
  background-color: red;
  /*      transform: rotate(-15deg);*/
}

/*
.oscuridad img{
height: 173px;
transform: rotate(-15deg);
}
*/

.oscuridad p.rotulo {
  color: #fff;
  font-size: 76px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-align: left;
  margin: 0;
  line-height: 80px;
}

.oscuridad p.pos-rotulo {
  color: #fff;
  font-size: 56px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  margin: 0;
}

.oscuridad .boton .btn {
  width: 300px;
  height: 70px;
  color: #feae31;
  font-weight: 300;
  border: 0px;
  border-radius: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
}

.oscuridad .boton p {
  margin-bottom: 0px;
}

.oscuridad .boton .btn.btn-dinero {
  color: #fff;
  border-radius: 10px;
  background-color: var(--negro);
}

.oscuridad .boton .btn.btn-dinero::before {
  border-radius: 8px;
}

.oscuridad .boton .btn.btn-dinero img {
  height: 20px;
  margin-right: 10px;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #feae31;
  color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.oscuridad .boton .hvr-bounce-to-right:hover,
.oscuridad .boton .hvr-bounce-to-right:focus,
.oscuridad .boton .hvr-bounce-to-right:active {
  color: #fff;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.numero {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
  padding: 0px 28px 0px 18px;
  height: 68px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.numero span {
  font-size: 30px;
  font-weight: bold;
  margin-left: 10px;
}

.red {
  margin: auto;
}

.red img {
  margin: auto;
}

.oscuridad .red {
  border-left: 1px solid #fff;
  padding-left: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 75px;
}

.oscuridad .red a .fab,
.oscuridad .red a .fas {
  color: #fff;
  font-size: 30px;
  padding: 5px 10px;
  transition: all 300ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}

.oscuridad .red:last-child .fab,
.oscuridad .red:last-child .fas {
  color: #fff;
  font-size: 30px;
  padding: 5px 10px;
  transition: all 300ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  cursor: pointer;
}

.oscuridad .red:last-child .fab.fa-facebook-f {
  font-size: 26px;
}

.oscuridad .red a:hover .fab.fa-facebook-f {
  color: #3f64b4;
}

.oscuridad .red a:hover .fab.fa-instagram {
  color: #feae31;
}

.oscuridad .red span:hover .fab.fa-whatsapp {
  color: #25d366;
}

.oscuridad .red a:hover .fab.fa-twitter {
  color: #009ef4;
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(-15deg);
  }

  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  75% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.rotate-center {
  -webkit-animation: rotate-center 1s linear 2;
  animation: rotate-center 1s linear 2;
}

.caja_contenedora_whatsapp {
  width: 292px;
  height: 168px;
  position: absolute;
  left: 103%;
  top: calc(50% - 84px);
  overflow: hidden;
  z-index: -1;
}

.caja_whatsapp {
  width: 280px;
  right: -12px;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(-292px);
  transform: translate(-292px);

  /*
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    */
}

.caja_whatsapp.animacion {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.caja_whatsapp .borde {
  border: 2px solid #fff;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.fondo_verde {
  background-color: #17b83c;
}

.fondo_verde .padding {
  padding: 20px;
}

.fondo_verde .padding p {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: left;
  margin: 0;
}

.fondo_verde .padding p span {
  font-weight: 500;
  font-style: italic;
}

.fondo_blanco {
  background-color: rgba(255, 255, 255, 1);
}

.fondo_blanco .padding {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px;
  padding: 10px 10px;
}

.oscuridad img.imagen_whatsapp {
  height: 40px;
  transform: rotate(0deg);
  margin-right: 10px;
}

.fondo_blanco .padding p {
  color: #fe613d;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: left;
  margin: 0;
  line-height: 20px;
}

.fondo_blanco .padding p.director {
  color: #fe613d;
  font-weight: 500;
}

.triangulo {
  width: 0;
  height: 0px;
  border-top: 12px solid transparent;
  border-right: 12px solid rgba(255, 255, 255, 1);
  border-bottom: 12px solid transparent;
  /*
    position: relative;
    top: -96px;
    right: 12px;
    */

  position: absolute;
  top: 72px;
  left: -12px;
}

.triangulo_verde {
  width: 0;
  height: 0px;
  border-top: 0px solid transparent;
  border-left: 10px solid rgb(218, 250, 196);
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 100%;
  opacity: 0;
  transition: all 300ms linear;
}

.oscuridad img.cerrar_whatsapp {
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(0deg);
  cursor: pointer;
}

/*
.oscuridad .red:last-child:hover .caja_whatsapp{
opacity: 1;
-webkit-transform: translate(0px);
transform: translate(0px);
}
*/

.fondo_blanco a {
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 300ms linear;
}

.fondo_blanco a:hover {
  background-color: #dbf9c5;
  border-radius: 5px;
  border-top-right-radius: 0px;
}

.fondo_blanco a:hover .triangulo_verde {
  opacity: 1;
}

.abrete_whatsapp.modificado .fab.fa-whatsapp {
  color: #17b83c;
}

.caja_contenedora_whatsapp.modificado {
  z-index: 0;
}

.caja_contenedora_whatsapp.modificado .caja_whatsapp {
  opacity: 1;
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Banner -- -- -- -- -- -- -- */
.banner {
  width: 100%;
  height: 92vh;
  position: relative;
  overflow: hidden;
}

.video_banner {
  width: 100%;
  /* height: 1500px; */
  object-fit: cover;
  z-index: 0;
  position: absolute;
  object-position: 100%;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s linear;
}

.filtro_aqua {
  width: 100%;
  height: 100%;
  position: absolute;
  background: -moz-linear-gradient(left,
      rgba(255, 156, 0, 0.8) 0%,
      rgba(243, 11, 159, 0.8) 82%,
      rgba(243, 11, 159, 0.8) 100%);
  background: -webkit-linear-gradient(left,
      rgba(255, 156, 0, 0.8) 0%,
      rgba(243, 11, 159, 0.8) 82%,
      rgba(243, 11, 159, 0.8) 100%);
  background: linear-gradient(to right,
      rgba(255, 156, 0, 0.9) 0%,
      rgba(243, 11, 159, 0.9) 82%,
      rgba(243, 11, 159, 0.9) 100%);
  top: 0px;
}

.formas-portada {
  height: 100%;
  width: 1550px;
  position: absolute;
  top: 0;
  left: 0;
}

.forma-superior {
  position: absolute;
  top: -5px;
  left: -5px;
  height: 410px;
  z-index: 2;
}

.forma-superior img {
  display: block;
  width: 100%;
  /* o el valor que necesites */
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  /* <-- clave */
}

.formas-portada .forma-inferior {
  position: absolute;
  top: 0;
  right: -737px;
  height: 2160px;
}

.padre_texto_banner {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.logo_web img {
  height: 200px;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 3;
  /**ahora**/
  height: 145px;
  position: absolute;
  top: 50px;
  left: 65px;
  z-index: 3;
}

.banner .padre_texto_banner .contenedor {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.texto_banner {
  width: 930px;
  left: 165px;
  position: absolute;
}

.banner p.rotulo {
  color: #fff;
  font-size: 75px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-align: left;
  line-height: 80px;
  font-style: italic;

  min-height: 175px;
  width: 800px;
  margin-bottom: 0;
}

.rotulo .ti-cursor {
  font-weight: 200;
  font-style: normal !important;
}

.banner p.post-rotulo {
  color: #ffeed4;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-style: italic;
}

.banner p.rotulo span {
  /* .banner p.post-rotulo span{ */
  font-weight: 700;
  font-style: normal;
}

.banner .botonera {
  width: 100%;
  display: inline-flex;
}

.botonera .boton .btn {
  width: 270px;
  height: 65px;
  color: #feae31;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: 0px;
  border-radius: 10px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}

.botonera>div.bordito_blanco .btn {
  color: #fff;
  background-color: transparent;
}

.boton.baja {
  padding-right: 40px;
}

.boton.solicita {
  padding-right: 40px;
}

.intermitente {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/* Shutter Out Horizontal */
.botonera .boton .hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #feae31;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.botonera .boton.kitdigital .hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #1d1d1d;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 10px;
}

.botonera .boton.solicita .btn.hvr-shutter-out-horizontal:before,
.botonera .boton.baja .btn.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}

.botonera .boton .hvr-shutter-out-horizontal:hover,
.botonera .boton .hvr-shutter-out-horizontal:focus,
.botonera .boton .hvr-shutter-out-horizontal:active {
  color: #fff;
}

.botonera .boton.solicita .btn.hvr-shutter-out-horizontal:hover,
.botonera .boton.solicita .btn.hvr-shutter-out-horizontal:focus,
.botonera .boton.solicita .btn.hvr-shutter-out-horizontal:active {
  color: #feae31;
}

.botonera .boton .hvr-shutter-out-horizontal:hover:before,
.botonera .boton .hvr-shutter-out-horizontal:focus:before,
.botonera .boton .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.botonera .boton.solicita .hvr-shutter-out-horizontal:hover:before,
.botonera .boton.solicita .hvr-shutter-out-horizontal:focus:before,
.botonera .boton.solicita .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.raton {
  position: absolute;
  cursor: pointer;
  bottom: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  height: 35px;
  transform: scale(0.9);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.forma_raton {
  width: 26px;
  height: 38px;
  border-radius: 10px;
  border: 2px solid #fff;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.linea_raton {
  height: 8px;
  width: 2px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  top: 5px;
}

.raton p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}

/*
.raton a:hover .linea_raton{
transform: translateY(5px);
}
*/

.hearBeat {
  -webkit-animation-name: bounce !important;
  animation-name: bounce !important;
}

.animacionmuerta {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

.muevemueve {
  -webkit-animation-name: muevemueve;
  animation-name: muevemueve;
}

@-webkit-keyframes muevemueve {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(5px);
  }
}

@keyframes muevemueve {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(5px);
  }
}

@-webkit-keyframes bouncemio {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, 0px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, 5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes bouncemio {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, 0px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, 5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.bouncemio {
  -webkit-animation-name: bouncemio;
  animation-name: bouncemio;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Bienvenida -- -- -- -- -- -- -- */
.bienvenida {
  text-align: center;
  background-color: #fff;
}

.fondo_trending {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.1;
  -webkit-filter: grayscale(1);
}

.fondo_trending_2 {
  width: 100%;
  height: 100%;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.1;
  -webkit-filter: grayscale(1);
}

.fondo {
  width: 100%;
  height: 100%;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.1;
  -webkit-filter: grayscale(1);
}

.bienvenida .container {
  z-index: 2;
}

.bienvenida img {
  height: 100px;
}

.bienvenida p.titulo,
.bienvenida h1.titulo {
  color: #585858;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: right;
  margin: 0;
  text-transform: uppercase;
}

.bienvenida p.titulo span,
.bienvenida h1.titulo span {
  font-weight: 900;
}

.bienvenida h1.titulo {
  line-height: 50px;
}

.bienvenida .texto p {
  color: #585858;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-align: left;
  margin: 0;
}

.bienvenida .texto a {
  color: #ff5b20;
}

.bienvenida .row>div:first-child {
  padding: 0px;
  padding-right: 45px;
  padding-top: 18px;
}

.bienvenida .row>div:last-child {
  /*    border-left: 3px solid #f30b9f;*/
  padding: 0 15px;

  /* padding-left: 45px; */
}

.bienvenida .caja {
  max-width: 1170px;
  margin: 0 auto;
}

.linea_rosa {
  width: 3px;
  height: 100%;
  background-color: #f7089f;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* .carasteristicas_desarrollo .gancho{
    font-size: 22px !important;
} */

.gancho {
  color: #ff4845;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0px;
}

.gancho span {
  font-weight: 700;
}

.gancho strong {
  font-weight: 800;
}

/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Arcoiris -- -- -- -- -- -- -- */
.arcoiris {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: var(--terciario);
  padding-top: 80px;
  padding-bottom: 140px;
  transition: all 500ms ease-in-out;
}

.arcoiris.cambio_color {
  background-color: var(--primario);
}

.arcoiris .fondo-arcoiris {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: top;
  background-size: 100%;
  background-repeat: repeat-y;
  mix-blend-mode: multiply;
}

.arcoiris .contenido-arcoiris {
  margin: auto;
  width: 1200px;
}

.arcoiris .arcoiris-izquierda {
  position: relative;
}

.arcoiris-izquierda .anclado {}

.arcoiris .arcoiris-derecha {
  padding-left: 80px;
}

.arcoiris .grande {
  color: #ffffff;
}

.arcoiris .texto-paquete {
  flex: 1;
}

.arcoiris .texto-paquete h2,
.arcoiris .texto-paquete p {
  line-height: 40px;
}

.arcoiris .texto-paquete h2 {
  margin-bottom: 20px;
}

.camina p.grande {
  font-size: 80px;
  line-height: 87px;
  font-weight: 500;
}

.camina p {
  color: #fff;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: left;
  margin: 0;
  letter-spacing: 2px;
}

.camina p span {
  font-weight: bold;
}

.paquetes .padding {
  padding: 50px 0 130px 0;
  text-align: center;
}

.paquetes:nth-child(odd) h2,
.paquetes:nth-child(odd) p {
  text-align: left;
}

.paquetes:nth-child(even) h2,
.paquetes:nth-child(even) p {
  text-align: right;
}

.paquetes:nth-child(odd) img {
  height: 200px;
  padding-right: 30px;
}

.paquetes:nth-child(even) img {
  height: 200px;
  padding-left: 30px;
}

.paquetes.dos img {
  height: 200px;
  margin-bottom: 25px;
  padding-right: 30px;
}

.paquetes.tres img {
  height: 200px;
  padding-left: 30px;
}

.paquetes.cuatro img {
  height: 200px;
  padding-right: 40px;
}

.paquetes a {
  font-weight: 500;
}

.paquetes p,
.paquetes h2,
.paquetes h3 {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin: 0;
  letter-spacing: 2px;
}

.paquetes p.grande,
.paquetes h2.grande,
.paquetes h3.grande {
  font-size: 28px;
}

.boton.arco .btn {
  width: 435px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  border-radius: 10px;
  background-color: var(--negro);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.boton.arco p {
  text-align: center;
  margin-bottom: 0px;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ffa624;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #f69500;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.arcoiris .hvr-shutter-out-horizontal:before {
  border-radius: 10px;
  background-color: var(--terciario);
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: 15px;
}

.pie_arcoiris {
  position: absolute;
  bottom: 24px;
  right: 34px;
  z-index: 1;
  height: 208px;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.pie_arcoiris_rosa {
  position: absolute;
  bottom: 24px;
  right: 34px;
  z-index: 1;
  height: 208px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.cambio_color .pie_arcoiris_rosa {
  opacity: 0;
}

.cambio_color .pie_arcoiris {
  opacity: 1;
}

/* .cambio_color .boton.arco .btn  {
    background-color: #ffa624;
} */

main {
  overflow: hidden;
}

.fondo-videos {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 101%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.imagen-videos {}

/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Galeria -- -- -- -- -- -- -- */
.galeria {
  background-color: #fff;
}

.galeria .container {
  width: 1400px;
  max-width: 100%;
}

.galeria .container .anclado {
  padding-right: 15px;
}

.galeria .row>div:first-child {
  /*    border: 1px solid red;*/
  padding: 0px;
  z-index: 2;
}

.galeria .row>div:last-child {
  /*    border: 1px solid red;*/
  padding: 0px;
}

.galeria .row>div:first-child div.columna {
  padding-left: 0px;
  padding-right: 30px;
}

/*
.galeria .row>div .columna:last-child{
padding-right: 0px;
}
*/

.galeria .padre_imagen {
  height: 260px;
  width: 100%;
  overflow: hidden;
}

.galeria .imagen {
  height: 100%;
  width: 100%;
  margin-bottom: 35px;
}

.galeria .reflejo {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.galeria .reflejo:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.galeria .reflejo img {
  max-height: calc(100% - 60px);
  /* max-width: calc(100% - 175px); */
  max-width: calc(100% - 100px);
  /* height: auto;
    width: auto; */
  margin: 0;
  object-fit: contain;
}

.galeria .col-xs-12 .col-xs-12 .reflejo img {
  max-width: calc(100% - 350px);
}

.galeria .camina p {
  color: #4b4b4b;
  font-size: 29px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: right;
  margin: 0;
  letter-spacing: 2px;
  line-height: 35px;
}

.galeria .camina p.grande {
  font-size: 80px;
  line-height: 87px;
  font-weight: 200;
}

.galeria .camina p.grande:nth-child(even) {
  color: var(--primario);
  font-weight: bold;
}

.galeria .camina p span {
  font-weight: bold;
}

.galeria .camina .caja-video {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-left: 25px;
}

.galeria .camina .caja-video video {
  width: 100%;
}

.galeria .camina .caja-video .video-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;
}

.galeria .camina .caja-video .video-poster .fondo-play {
  height: 23%;
  width: 13%;
  background-color: var(--negro);
  border-radius: 100%;
  padding: 10px;
}

.galeria .camina .caja-video .video-poster img {
  height: 100%;
  width: 100%;
  margin-left: 2px;
}

.galeria .fondo-marca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.relleno_gris {
  background-color: #f8f8f8;
  width: calc((100vw - 1140px) / 2);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 100%;
}

.pie_galeria {
  position: absolute;
  bottom: 24px;
  left: 34px;
  z-index: 1;
  height: 208px;
}

.rectangulo_blanco {
  height: 350px;
  width: 2085px;
  background-color: #ffffff;
  transform: rotate(-12deg);
  position: absolute;
  bottom: -220px;
  right: 105%;
  z-index: 1;
}

/* Shine */
.columna .shine {
  position: relative;
}

.columna .shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.columna .shine:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.marco_movil {
  pointer-events: none;
}

.mac_portatil.app {
  pointer-events: none;
}

.bxslider,
.bx-wrapper,
.bx-viewport {
  height: 100%;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}

/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Promocion -- -- -- -- -- -- -- */
.promocion {
  /* background: #ff9c00;
    background: -moz-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff9c00), color-stop(21%, #ff9c00), color-stop(89%, #f30b9f), color-stop(100%, #f30b9e));
    background: -webkit-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
    background: -o-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
    background: -ms-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);

    background: linear-gradient(to right, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#f30b9e', GradientType=1 ); */

  min-height: 820px;
  z-index: 2;
}

.promocion .fondo-promocion {
  height: 100%;
  width: calc(100% + 20px);
  position: absolute;
  top: 0;
  left: 0;
}

.promocion .fondo-promocion .parte-izquierda {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.promocion .fondo-promocion .parte-derecha {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.promocion .fondo-promocion .parte-baja {
  position: absolute;
  width: 100%;
  left: -5px;
  bottom: 0;
  z-index: 1;
}

.promocion .container {
  position: relative;
  z-index: 2;
}

.portatil {
  position: absolute;
  left: -125px;
  top: 140px;
  z-index: 3;
}

.portatil2 {
  left: 0 !important;
}

.portatil.levantar {
  top: -100px;
}

.mac_portatil {
  z-index: 2;
  height: 670px;
}

.mac_portatil.app {
  left: 0;
  height: 650px;
  width: 350px;
}

.marco_movil {
  left: 0;
  height: 655px;
  position: absolute;
  top: 130px;
  z-index: 2;
  width: 300px;
}

.padre_web {
  width: calc(100% - (18px * 2));
  height: calc(100% - (18px * 2 + 164px));
  right: 19px;
  position: absolute;
  top: 18px;
  overflow: hidden;
  z-index: -3;
}

.padre_web .imagen {
  width: 100%;
  height: 100%;
  background-size: cover;

  background-repeat: no-repeat;

  background-position: 0 0;
  -webkit-transition: background 8s linear;
  -moz-transition: background 8s linear;
  -o-transition: background 8s linear;
  transition: background 8s linear;
  position: relative;
}

.portatil:hover .padre_web .imagen {
  background-position: 0 100%;
}

.promocion .texto p {
  color: #fff;
  font-size: 54px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: right;
  margin: 0;
  line-height: 65px;
  letter-spacing: 4px;
}

.promocion .texto {
  z-index: 1;
}

.promocion .texto p span {
  font-weight: 800;
}

.promocion .linea_separa {
  width: 180px;
  border: 1.5px solid #fff;
  float: right;
}

.promocion .texto .nombre_web {
  color: #ffffff;
  font-size: 55px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-align: right;
  margin: 0;
}

.promocion .texto .nombre_web.aps {
  font-size: 55px;
}

.promocion .boton .btn {
  width: 370px;
  height: 80px;
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  border-radius: 10px;
  background-color: var(--negro);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  overflow: hidden;
}

.promocion .boton .btn img {
  height: 25px;
  margin-right: 3px;
}

.promocion .boton p {
  text-align: right;
  margin-bottom: 0px;
}

/* Shutter Out Horizontal */
.promocion .boton.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ffa624;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.promocion .boton .hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: var(--terciario);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.promocion .boton .hvr-shutter-out-horizontal:hover,
.promocion .boton .hvr-shutter-out-horizontal:focus,
.promocion .boton .hvr-shutter-out-horizontal:active {
  color: #fff;
}

.promocion .boton .hvr-shutter-out-horizontal:hover:before,
.promocion .boton .hvr-shutter-out-horizontal:focus:before,
.promocion .boton .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fondo_promocion {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0.05;
}

.botones_app {
  text-align: right;
}

.btn-apps {
  width: 240px;
  height: 80px;
  color: #fff;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #000;
  /* border-radius: 0px; */
  background-color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  letter-spacing: 0px;
  border-radius: 12px;
}

.btn-apps2 {
  background-color: #000;
}

.btn-website {
  width: 350px;
  height: 80px;
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 15px;
  background-color: #fe4845;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0px;
}

.btn-website:hover {
  border-radius: 15px;
}

.btn-apps:last-child {
  margin-right: 0px;
}

.btn-apps i {
  font-size: 50px;
  padding-right: 8px;
}

.btn-apps:hover,
.btn-apps:focus,
.btn-apps:active {
  color: #fff;
  border: 2px solid #fff;
}

.btn-website:hover,
.btn-website:focus,
.btn-website:active {
  color: #fff;
}

.btn-apps:before {
  background: var(--primario);
  border-radius: 15px;
}

.btn-website:before {
  background: #d44b43;
}

.botones_web {
  text-align: center;
}

.padre_app {
  height: 588px;
  width: 295px !important;
  z-index: 1;
  left: 3px;
  position: absolute;
  top: 137px;
  overflow: hidden;
  border-radius: 45px;
  padding: 0 5px;
}

.padre_app .imagen {
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.degradado-union {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 81%);
}

/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- FOOTER -- -- -- -- -- -- -- */
footer {
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 52px;
}

.forma_footer {
  position: relative;
  z-index: 2;
}

.footer_superior {
  overflow: hidden;
  height: 100%;
}

.footer_superior .container {
  position: relative;
  z-index: 2;
}

.footer_inferior .container {
  width: 1600px;
  position: relative;
  bottom: 110px;
}

.footer_inferior .container .row {
  display: flex;
  justify-content: space-evenly;
}

.footer_inferior .zona-pie-imagen img {
  height: 70px !important;
  margin-bottom: 30px;
}

.footer_inferior .zona-pie-titulo {
  font-size: 20px;
  margin-bottom: 30px;
}

.footer_inferior .zona-pie-datos p {
  margin-bottom: 10px;
}

/* .fondo {
    width: 100%;
    height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    -webkit-filter: grayscale(1);
    height: 100%;
} */

.logo_footer,
.padre_p {
  overflow: hidden;
}

.logo_footer img {
  height: 220px;
}

.linea_separa_footer {
  width: 544px;
  border-top: 1px solid #e3e3e3;
  margin: 0 auto;
}

.footer_superior p {
  color: #4b4b4b;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-align: center;
  margin: 0;
}

.footer_superior p span {
  font-weight: bold;
}

footer .boton .btn,
.btn-corporativo {
  width: 430px;
  height: 80px;
  color: #f9574e;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  border: 2px solid #f9574e;
  border-radius: 20px;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-corporativo {
  width: 280px;
  height: 68px;
  font-size: 20px;
}

footer .boton p {
  text-align: center;
  margin-bottom: 0px;
}

/* Shutter Out Horizontal */
footer .boton.hvr-shutter-out-horizontal,
.btn-corporativo {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ffa624;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

footer .boton .hvr-shutter-out-horizontal:before,
.btn-corporativo:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: var(--secundario);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 15px;
}

footer .boton .hvr-shutter-out-horizontal:hover,
footer .boton .hvr-shutter-out-horizontal:focus,
footer .boton .hvr-shutter-out-horizontal:active {
  color: #fff;
}

.btn-corporativo:hover,
.btn-corporativo:focus,
.btn-corporativo:active {
  color: #fff;
}

footer .boton .hvr-shutter-out-horizontal:hover:before,
footer .boton .hvr-shutter-out-horizontal:focus:before,
footer .boton .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-corporativo:hover:before,
.btn-corporativo:focus:before,
.btn-corporativo:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footer_inferior {
  top: -44px;
  height: 580px;

  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.footer_inferior a {
  color: #ffe5bf;
}

.footer_inferior .row {
  margin: 0px;
}

.footer_inferior .row>div {
  padding: 0px;
  text-align: left;
  position: relative;
}

.footer_inferior .padding {
  padding: 160px 60px 95px;
}

.footer_inferior p.titulo {
  color: #fff;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-align: left;
  margin: 0;
  letter-spacing: 2px;
}

.footer_inferior .lista_pie {
  padding: 0px;
  display: inline-grid;
}

.footer_inferior p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-align: left;
  margin-bottom: 5px;
}

.footer_inferior .container img {
  height: 95px;
}

.oscuridad-pie-flotante {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 35;
  width: 100vw;
  height: 100vh;

  background: var(--negro);
  background: linear-gradient(0deg, var(--negro) 0%, rgba(0, 0, 0, 0) 100%);
}

.responsive-3-botones {}

.pie-flotante {
  background: var(--negro);
  position: fixed;
  width: 100vw;
  height: 100px;
  bottom: 0;
  left: 0;
  z-index: 35;
}

.pie-flotante .fondo-pie-flotante {
  min-width: 2700px;
  width: calc(100vw + 400px);
  position: absolute;
  right: -400px;
  z-index: -1;
}

.pie-flotante .datos-pie {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.pie-flotante .datos-pie .datos-pie-izquierdo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 160px;
  gap: 35px;
}

.pie-flotante .datos-pie .datos-pie-derecho {
  margin-right: 160px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div {
  height: 60px;
  position: relative;

  display: flex;
}

.pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div .datos-icono {
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000011;
}

.pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div .datos-texto {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
}

.pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div .datos-texto span {
  font-weight: 600;
}

.pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div .datos-icono img {
  height: 20px;
}

.pie-flotante .datos-pie .datos-pie-centro .pie-contactanos-letras {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div {
  width: 100%;
}

.pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div:nth-child(1) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.pie-flotante .datos-pie .datos-pie-centro {
  width: 100%;
}

.pie-flotante.expandir {
  height: auto;
  max-height: 50vh;
}

.pie-flotante .datos-pie .boton-pie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
}

.pie-flotante .datos-pie .boton-pie img {
  height: 30px;
  margin-right: 5px;
}

.pie-flotante .datos-pie .boton-pie.boton-rojo {
  background: #ff4845;
  text-transform: uppercase;
}

.pie-flotante .datos-pie .boton-pie.boton-rojo:hover {
  background: #d13331;
}

.pie-flotante .datos-pie .boton-pie.boton-verde {
  background: #2bb641;
  font-weight: 600;
}

.pie-flotante .datos-pie .boton-pie.boton-verde:hover {
  background: #158527;
}

.pie-flotante .datos-pie .boton-pie.boton-negro {
  background: var(--negro);
  text-transform: uppercase;
  border: 2px solid #feae31;
}

.pie-flotante .datos-pie .boton-pie.boton-negro::before {
  border-radius: 5px !important;
}

.pie-flotante .datos-pie .datos-pie-derecho .otros-enlaces {
  height: 100%;
  display: flex;
  align-items: center;
}

.pie-flotante .datos-pie .datos-pie-derecho .otros-enlaces .separador {
  color: #ffffff;
  display: inline-block;
  margin: 0 10px;
}

.pie-flotante .datos-pie .datos-pie-derecho .otros-enlaces li {
  list-style: none;
  color: #ffffff;
}

.pie-flotante .datos-pie .datos-pie-derecho .otros-enlaces li a {
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
}

.pie-flotante .datos-pie .datos-pie-derecho .separador-grande {
  height: 50px;
  width: 1px;
  background: #ffffff;
  opacity: 0.3;
}

.pie-flotante .datos-pie .datos-pie-derecho .redes-enlaces {
  display: flex;
  gap: 20px;
}

.pie-flotante .datos-pie .datos-pie-derecho .redes-enlaces img {
  height: 23px;
  transition: all 0.3s ease-in-out;
}

.pie-flotante .datos-pie .datos-pie-derecho .redes-enlaces img:hover {
  scale: 1.1;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffe5f1;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

.fondo-pie {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  min-height: 100%;
  min-width: 100vw;
  z-index: 0;
}

.fondo-pie img {
  min-height: 580px;
  min-width: 100%;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Desarrollo Web  -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/

/* --- --- ---
--- HEADER ---
--- --- --- ---*/
header.desarollo {
  position: relative;
  width: 100%;
}

header.desarollo .container {
  position: relative;
  z-index: 2;
}

.cabecera_web {
  background: -moz-linear-gradient(to top left,
      rgba(255, 0, 136, 0.85) 0%,
      rgba(255, 0, 136, 0.85) 21%,
      rgba(249, 87, 78, 0.85) 59%,
      rgba(255, 150, 1, 0.85) 100%);
  background: -webkit-linear-gradient(to top left,
      rgba(255, 0, 136, 0.85) 0%,
      rgba(255, 0, 136, 0.85) 21%,
      rgba(249, 87, 78, 0.85) 59%,
      rgba(255, 150, 1, 0.85) 100%);
  background: linear-gradient(to top left,
      rgba(255, 0, 136, 0.85) 0%,
      rgba(255, 0, 136, 0.85) 21%,
      rgba(249, 87, 78, 0.85) 59%,
      rgba(255, 150, 1, 0.85) 100%);
  height: auto;
  overflow: hidden;
}

.desarollo .logo_web img {
  height: 150px;
  /* position: relative; */
  position: absolute;
  top: 40px;
  left: 60px;
  z-index: 3;
}

h1 {
  color: #fff;
  font-size: 72px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0;
  line-height: 80px;
}

h1 span {
  /* font-weight: 800; */
}

.desarollo p.post-rotulo,
.desarollo h2.post-rotulo {
  /* color: #ffeed4;  */
  color: #fff;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  /* text-align: center; */
  text-align: right;
  margin-bottom: 0px;
  font-weight: 300;
  margin-top: 15px;
  font-style: italic;
}

/* .fondo_noportada{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-attachment: fixed;
    opacity: 1;
    filter: grayscale(1);
    z-index: -1;
} */

/* .fondo_noportada{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-attachment: fixed;
    opacity: 1;
    z-index: -1;
} */

.contenedor_fondo {
  position: relative;
  overflow: hidden;
  height: auto;
}

.fondo_noportada {
  width: 100%;
  height: 900px;
  top: -10%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -2;
  transform: translateY(0);
  /* inicial */
  transition: transform 0.005s linear;
}

@media (max-width: 768px) {
  .fondo_noportada {
    height: 800px;
  }
}

@media (max-width: 425px) {
  .fondo_noportada {
    height: 550px;
  }
}

/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Oscuridad (No Portada)-- -- -- -- -- -- -- */
.no_portada .caja_contenedora_whatsapp {
  top: 0px;
  top: -15px;
}

.no_portada .triangulo {
  top: 23px;
}

/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Carasteristicas Desarrollo -- -- -- -- -- -- -- */
.carasteristicas_desarrollo,
.carasteristicas_google {
  background-color: #fff;
}

.carasteristicas_desarrollo p.estrecho,
.carasteristicas_google p.estrecho {
  text-align: center;
  width: 800px;
  margin: 0 auto;
  line-height: 30px;
}

.textaco.estrecho {
  text-align: center;
  width: 950px;
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto;
}

.textaco.estrecho p {
  text-align: center;
  width: 800px;
  margin: 0 auto;
  line-height: 30px;
}

.carasteristicas_desarrollo .row.opciones {
  margin-right: -32px;
  margin-left: -32px;
}

.caja_gris {
  /* width: 366px; */
  width: 100%;
  /* height: 472px; */
  height: 100%;
  background-color: #fbfbfb;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 183/236;
  border: 1px solid #e8e8e8;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);

  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.caja_gris.caja_app {}

.caja_gris .padding {
  padding: 0px 40px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fondo_desplegable {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 101%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fondo_desplegable2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 101%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}

.fondo_icono {
  position: absolute !important;
  top: 170px !important;
  left: 210px !important;
  height: 65% !important;
  width: 84% !important;
  opacity: 0.08;
}

.cajas_ia .fondo_icono {
  opacity: 0.05 !important;
}

.caja_gris img {
  height: 130px;

  left: -60px;
  position: relative;
  top: -71px;
}

.caja_gris .titulo {
  color: #505556;
  font-size: 37px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 32px;
  top: 10px;

  position: relative;
}

.caja_gris .antetitulo {
  color: #505556;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 32px;
  top: 10px;
  z-index: 1;

  position: relative;
}

.circulo {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 20px;
  right: 50%;
  bottom: -9px;
}

.circulo.amarillo {
  background-color: #f59600;
}

.circulo.naranja {
  background-color: #f9574e;
}

.circulo.rosa {
  background-color: #f62a84;
}

.caja_gris .titulo span {
  font-size: 28px;
  font-weight: 700;
}

.caja_gris.caja_app .titulo {
  font-weight: 600;
}

.caja_gris.caja_app .antetitulo {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #f59600;
  text-align: center;
}

.caja_gris.amarillo span {
  color: #f59600;
}

.caja_gris.naranja span {
  color: #f9574e;
}

.caja_gris.amarillo .antetitulo {
  color: #f59600;
}

.caja_gris.naranja .antetitulo {
  color: #f9574e;
}

.caja_gris.rosa span {
  color: #f62a84;
}

.caja_gris.span.caja_app .antetitulo {
  color: #f9574e;
}

.caja_gris.rosa.caja_app .antetitulo {
  color: #f62a84;
}

.superpuesto {
  height: 100%;
  width: 100%;
  background-color: #f59600;
  position: absolute;
  top: 196px;
  left: 0px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}

.caja_gris.naranja .superpuesto {
  background-color: #f9574e;
}

.caja_gris.rosa .superpuesto {
  background-color: #f62a84;
}

.superpuesto .padding {
  padding: 45px 30px;
}

.superpuesto .padding>div {
  position: relative;
  z-index: 2;
}

.caja_gris .superpuesto p.titulo {
  color: #fff;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: 25px;
}

.caja_gris .superpuesto p.titulo span {
  font-size: 21px;
  font-weight: 800;
  color: #fff;
}

.superpuesto .plataform img {
  height: 50px;
  filter: brightness(0) invert(1);
}

.caja_gris .superpuesto .plataform p.titulo {
  text-transform: capitalize;
  font-size: 22px;
}

.superpuesto p.info {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-align: center;
  margin: 0;
  line-height: inherit;
}

.superpuesto img.fondo_w {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}

.caja_gris:hover .superpuesto {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  top: 0px;
  color: #fff;
}

.caja_gris:hover+.circulo {
  display: none;
}

.display-equipo {
  background-color: #fff;
}

.display-equipo .equipo {
  color: #585858;
  font-size: 50px;
  transition: font-size 0.4s ease-in-out;
  line-height: 130%;
  margin: 0 30px;
}

.display-equipo .equipo span {
  font-weight: 300;
}

.display-equipo .contenedor-equipo {
  margin-bottom: 60px;
  align-content: end;
}

.display-equipo .contenedor-equipo.contenedor-solitario {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.display-equipo .imagen-equipo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* .autor-noticia{
    border: var(--secundario) 1px solid;
} */

.contenedor-autor {
  position: relative;
}

.autor-noticia-texto {
  height: fit-content;
  margin: auto;
  top: 5px;
  margin-left: 12px;
  position: relative;
}

.autor-noticia .titulo-equipo p {
  font-size: 18px !important;
  font-weight: 700;
  color: #585858;
  transition: font-size 0.4s ease-in-out;
  margin-bottom: 0;
}

.autor-noticia .cargo-equipo p {
  font-size: 15px !important;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  transition: font-size 0.4s ease-in-out;
}

.autor-noticia .puesto-equipo p {
  font-size: 14px !important;
  font-weight: 600;
  color: var(--secundario);
  transition: font-size 0.4s ease-in-out;
  margin-bottom: 3px;
}

.autor-noticia .autor p {
  font-size: 12px !important;
  font-weight: 600;
  font-style: italic;
  color: #adadad;
  transition: font-size 0.4s ease-in-out;
}

.display-equipo .titulo-equipo {
  font-size: 32px;
  font-weight: 700;
  color: #585858;
  transition: font-size 0.4s ease-in-out;
}

.container-equipo {
  margin: 18px 0 0 0;
}

.display-equipo .cargo-equipo {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  transition: font-size 0.4s ease-in-out;
}

.display-equipo .puesto-equipo {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: var(--secundario);
  margin: 3px 0 0 0;
  transition: font-size 0.4s ease-in-out;
}

.display-equipo .resaltado {
  color: var(--primario) !important;
  font-weight: 700 !important;
}

.display-instalaciones {
  background-color: #fff;
}

.display-instalaciones .resaltado {
  color: var(--terciario) !important;
  font-weight: 700 !important;
}

.display-instalaciones .instalaciones {
  color: #585858;
  font-size: 50px;
  transition: font-size 0.4s ease-in-out;
  line-height: 130%;
  margin: 0 30px;
}

.display-instalaciones .instalaciones span {
  font-weight: 300;
}

.display-instalaciones .contenedor-imagen {
  aspect-ratio: 16/9;
  padding: 15px 15px 0 15px;
  transition: all 0.5s ease-in-out;
  cursor: auto;

  margin-bottom: 15px;
}

.display-instalaciones .contenedor-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.display-instalaciones .contenedor-imagen img:hover {
  scale: 1.01;
}

/* Clases para las imágenes */
.imagen-blur {
  background: linear-gradient(to top,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0));
}

/* Las imágenes con la clase .imagen-blur tienen un opacity bajo y no permiten la interacción */
.imagen-blur img {
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}

/* Imágenes que están completamente ocultas */
.imagen-oculta-total {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

/* Al hacer clic, eliminamos el efecto de opacidad y mostramos las imágenes */
.mostrar img {
  opacity: 1 !important;
  filter: none !important;
  pointer-events: auto !important;
}

/* Botón "ver más" */
.ver-mas-btn {
  position: relative;
}

.ver-mas-overlay {
  position: absolute;
  cursor: pointer;
  display: inline-flex;
  align-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: transparent;
  height: 80px;
  width: 420px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 3;
  color: #fff;
  transition: color 0.4s ease-in-out;
  /* Nuevas propiedades clave */
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
  isolation: isolate;
}

.ver-mas-overlay::before,
.ver-mas-overlay::after {
  content: "";
  position: absolute;
  top: -1px;
  /* Extender 1px más allá del borde */
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 16px;
  /* 1px más que el contenedor */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Solución mágica para Chrome/Firefox */
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.ver-mas-overlay::before {
  background-color: #000;
  z-index: -2;
}

.ver-mas-overlay::after {
  left: 50%;
  width: 0%;
  background-color: var(--primario);
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
  z-index: -1;
  /* Propiedad adicional para Firefox */
  outline: 1px solid transparent;
}

.ver-mas-overlay:hover::after {
  width: calc(100% + 2px);
  /* Compensar la extensión */
}

/* Estilo de texto en el botón */
.ver-mas-overlay p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin: auto;
  height: auto;
  transition: all 0.5s ease-in-out;
}

/* Formas de fondo que se usan debajo del botón */
.forma-instalaciones {
  width: 100%;
  /* aspect-ratio: 16/9; */
  background: linear-gradient(to top,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0));
  position: absolute;
  z-index: 2;
}

/* Media Queries para controlar cuántas imágenes mostrar difuminadas y ocultas */
@media (max-width: 767px) {
  .ver-mas-overlay {
    height: 75px;
    width: 300px;
  }

  .display-equipo .contenedor-equipo.contenedor-solitario>div {
    width: 46%;
  }

  .ver-mas-overlay p {
    font-size: 15px;
  }

}

.display-instalaciones .row {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.cerrarteam .caja_gris:hover .superpuesto {
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}

.cerrarteam {
  cursor: pointer;
}

.cerrarteam.expandir .superpuesto {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

/* -- -- -- cualidades -- -- -- */

.line47 {
  line-height: 47px;
}

.seo_container .titulo {
  text-align: right !important;
}

.seo_container p {
  text-align: right !important;
}

.seo_container2 .titulo {
  text-align: left !important;
}

.seo_container2 p {
  text-align: left !important;
}

.carasteristicas_desarrollo .row.cualidades>div {
  padding: 0px 15px;
}

.carasteristicas_desarrollo .row.desarrollo>div {
  width: 100%;
}

.carasteristicas_desarrollo .row.cualidades>div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-auto {
  margin: auto !important;
}

.gap-custom {
  gap: 10% !important;
}

.botones-contacto .boton.cualidades,
.botones-contacto .boton.cv {
  width: 80% !important;
  margin: auto;
}

.boton.cualidades a {
  width: 100%;
}

@media (max-width: 1200px) {
  /* .boton.cv p, .boton.cualidades p{
        font-size: 16px !important;
    } */

  /* .boton.cv p:last-child, .boton.cualidades p:last-child{
        font-size: 12px !important;
    } */

  /* .boton.cv, .boton.cualidades{
        width: 370px !important;
    } */

  .caja_net {
    top: -85px !important;
  }

  .banner {
    height: 100vh;
  }

  .contenedor-botones {
    height: 183px !important;
  }
}

@media (max-width: 992px) {
  .contenedor-botones {
    height: 320px !important;
  }

  .boton.cualidades {
    margin-bottom: 25px;
  }

  .seo_texto_container .titulo,
  .seo_texto_container p {
    text-align: center !important;
  }

  /* .boton.cv p, .boton.cualidades p{
        font-size: 18px !important;
    }

    .boton.cv p:last-child, .boton.cualidades p:last-child{
        font-size: 14px !important;
    } */

  .botones-contacto .boton.cualidades,
  .botones-contacto .boton.cv {
    width: 85% !important;
  }

  .boton.cualidades a {
    width: 100%;
  }

  .boton.cv a {
    width: 100%;
  }

  /* .carasteristicas_desarrollo .gancho{
        font-size: 21px !important;
    } */

  .gancho {
    font-size: 22px;
  }

  .contenedor-botones .boton.cv p,
  .contenedor-botones .boton.cualidades p {
    font-size: 18px !important;
  }

  .contenedor-botones .boton.cv p:last-child,
  .contenedor-botones .boton.cualidades p:last-child {
    font-size: 15px !important;
  }

  .boton.cv p:last-child {
    margin-top: 3px;
  }
}

/* @media (max-width:991px){
    .boton.cv, .boton.cualidades{
        width: 500px !important;
    }
} */

@media (max-width: 654px) {
  /* .boton.cv p, .boton.cualidades p{
        font-size: 16px;
    } */

  /* .boton.cv p:last-child, .boton.cualidades p:last-child{
        font-size: 10px !important;
    } */
}

@media (max-width: 540px) {
  /* .boton.cv p:last-child, .boton.cualidades p:last-child{
        font-size: 10px !important;
    } */

  .contenedor-botones {
    padding: 33px 0 !important;
    height: 305px !important;
  }

  .contenedor-botones .boton.cv p,
  .contenedor-botones .boton.cualidades p {
    font-size: 14px !important;
  }

  .contenedor-botones .boton.cv p:last-child,
  .contenedor-botones .boton.cualidades p:last-child {
    font-size: 13px !important;
  }
}

.boton.cv {
  width: 80%;
  margin: auto;
}

.contenedor-botones .boton.cv a,
.contenedor-botones .boton.cualidades a {
  width: 100%;
}

.m-auto {
  margin: auto !important;
}

.gap-custom {
  gap: 10% !important;
}

.boton.cualidades {
  width: 500px !important;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.footer_superior .container {
  padding-top: 90px;
}

.forma_footer {
  top: -20px;
}

.forma_footer .imagen-forma-footer {
  position: relative;
  top: -5px;
}

.forma-difuminado-footer {
  width: 110%;
  height: 200px;
  top: -32px;
  left: -10px;
  rotate: -5deg;
  z-index: 2;
  position: absolute;
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 20%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
}

@media (max-width: 1920px) {
  .forma-difuminado-footer {
    /* top: 50px !important; */
    height: 230px;
  }
}

@media (max-width: 1200px) {
  /* .boton.cv p, .boton.cualidades p{
        font-size: 16px !important;
    } */

  /* .boton.cv p:last-child, .boton.cualidades p:last-child{
        font-size: 12px !important;
    } */
}

@media (max-width: 992px) {
  .boton.cualidades {
    margin-bottom: 25px !important;
  }

  /* .boton.cv p, .boton.cualidades p{
        font-size: 18px !important;
    } */

  /* .boton.cv p:last-child, .boton.cualidades p:last-child{
        font-size: 14px !important;
    } */
}

@media (max-width: 654px) {
  /* .boton.cv p, .boton.cualidades p{
        font-size: 16px !important;
    } */

  /* .boton.cv p:last-child, .boton.cualidades p:last-child{
        font-size: 12px !important;
    } */
}

.boton.cv {
  width: 500px;
  margin: 0 auto;
}

.boton.cv a {
  width: 100%;
}

.cualidades .titulo {
  color: #f59600;
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: left;
}

/* .cualidades .right .titulo {
  color: #ff4575;
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: right;
} */

.rrss-first .titulo {
  color: #f59600;
  font-size: 33px;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: right;
}

.rrss-second .titulo {
  color: #ff4575;
  font-size: 33px;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: left;
}

.rrss-first p {
  text-align: right;
  line-height: 30px;
}

.rrss-second p {
  text-align: left;
  line-height: 30px;
}

/* .rrss-second .movil_adapta.tablet.movil2 {
  right: -615px !important;
} */

.cualidades .titulo span {
  font-weight: 500;
}

.cualidades p {
  text-align: left;
  line-height: 30px;
  transition: all 0.5s ease-in-out;
}

.cualidades p>span {
  font-weight: bold;
}

.cualidades .right p {
  text-align: right;
}

.rrss-first img.movil_adapta.movil {
  left: -38px;
  height: 442px;
  width: 100%;
  /* object-fit: contain; */
}

img.movil_adapta.movil {
  left: -50px;
  /* height: 100%; */
  height: 444px;
  aspect-ratio: 2/1;
  z-index: 1;
  /* object-fit: contain; */
}

.kit-digi img.movil_adapta.movil {
  object-fit: contain !important;
}

img.movil_adapta.movilvideos {
  top: 15px;
  left: -32px;
}

img.movil_adapta.movil2 {
  /* left: -60px; */
  right: 0;
  /* height: 100%; */
  height: 444px;
  aspect-ratio: 2/1;
  top: 2px;
}

.desarrollo img.movil_adapta.movil2 {
  right: -630px;
}

.seo_container2 img.movil_adapta.movil2 {
  right: -625px !important;
}

img.movil_adapta {
  position: relative;
  float: right;
  right: 0;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2/1.3;
}

.imagen-padre {
  position: relative;
}

.marco-imagen {
  position: absolute;
  right: 0;
  /* width: 588px; */
  width: 618px;
  /* height: 446px; */
  height: 486px;
  z-index: 2;
  left: -60px;
  aspect-ratio: 2/1;
}

.marco-imagen3 {
  /* right: 0 !important; */
  right: -40px !important;
}

.tablet3 {
  right: -40px !important;
}

img.movil_adapta.movil4 {
  left: -630px !important;
  top: 1px;
}

.rrss-second img.movil_adapta.movil2 {
  right: -615px;
  height: 439px;
  width: 100%;
}

.marco-imagen4 {
  left: -630px !important;
}

.imagen-padre2 {
  position: relative;
}

.marco-imagen2 {
  position: absolute;
  /* right: -640px; */
  right: -660px;
  /* width: 588px; */
  width: 618px;
  /* height: 446px; */
  height: 486px;
  z-index: 2;
  aspect-ratio: 2/1;
}

img.movil_adapta.tablet {
  /* right: -26px */
  right: -70px;
  z-index: 1;
  /* object-fit: contain; */
}

.kit-digi img.movil_adapta.tablet {
  object-fit: contain !important;
}

img.movil_adapta.hzt {
  height: 460px;
  right: -125px;
  top: -40px;
}

.esfera_transparente {
  height: 392px;
  width: 608px;
  border-radius: 50%;
  background: rgb(251, 0, 106);
  background: -moz-linear-gradient(-45deg,
      rgba(255, 156, 0, 0.1) 0%,
      rgba(255, 156, 0, 0.1) 21%,
      rgba(243, 11, 159, 0.1) 89%,
      rgba(243, 11, 159, 0.1) 100%);
  background: -webkit-linear-gradient(-45deg,
      rgba(255, 156, 0, 0.1) 0%,
      rgba(255, 156, 0, 0.1) 21%,
      rgba(243, 11, 159, 0.1) 89%,
      rgba(243, 11, 159, 0.1) 100%);
  background: linear-gradient(135deg,
      rgba(255, 156, 0, 0.1) 0%,
      rgba(255, 156, 0, 0.1) 21%,
      rgba(243, 11, 159, 0.1) 89%,
      rgba(243, 11, 159, 0.1) 100%);
  position: absolute;
  right: -134px;
  bottom: 0px;
}

.esfera_transparente.esfera_transparente_dos {
  position: absolute;
  bottom: 72px;
  right: -294px;
  transform: rotate(15deg);
  transition: 300ms all linear;
}

.invertir .esfera_transparente,
.invertir2 .esfera_transparente {
  left: -134px;
  right: auto;
}

.invertir .esfera_transparente.esfera_transparente_dos {
  left: -294px;
  right: auto;
  transform: rotate(-15deg);
}

.invertir2 .esfera_transparente.esfera_transparente_dos {
  left: -294px;
  right: auto;
  transform: rotate(0deg);
  bottom: -30px;
}

.esfera_transparente.esfera_transparente_tres {
  position: absolute;
  bottom: 22px;
  left: -180px;
  transform: rotate(15deg);
  float: none;
}

.invertir .esfera_transparente.esfera_transparente_tres {
  right: -180px;
  left: auto;
}

.invertir2 img.movil_adapta {
  position: relative;
  float: left;
  right: auto;
  height: 469px;
  z-index: 2;
  left: 0;
}

.esfera_transparente.apps {
  transform: rotate(-15deg);
}

.esfera_transparente.esfera_transparente_dos.apps {
  right: -90px;
  bottom: 120px;
}

.certificado-google {
  height: 250px;
}

.carasteristicas_google .recortado {
  max-width: 900px;
  margin: 0 auto;
}

.contenedor-botones {
  border: #e3e3e3 1px solid;
  /* padding: 45px 0; */
  border-radius: 25px;
  overflow: hidden;
  height: 195px;
  align-items: center;
}

.contenedor-botones .subcontenedor-botones {
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  height: 100%;
  align-content: center;
}

.contenedor-botones .forma-botones {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}

.contenedor-botones .forma-botones img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boton.cualidades {
  text-align: center;
}

/*Botón izq.*/
.boton.cualidades .btn,
.boton-google .btn-google {
  height: 100px;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: 0px solid #f9574e;
  border-radius: 15px;
  background-color: #ff5594;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.boton.cualidades p,
.boton-google .btn-google p {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}

.boton.cualidades p:last-child,
.boton-google .btn-google p:last-child {
  color: #ffd1ce;
  font-size: 16px;
}

/*Botón der.*/
.boton.cv .btn {
  height: 100px;
  padding: 0 65px;
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: 0px solid #000;
  border-radius: 15px;
  background-color: #000;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.boton.cv p {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}

.boton.cv p:last-child {
  color: #ffd1ce;
  font-size: 15px;
  height: 30px;
  align-content: center;
}

/* Shutter Out Horizontal */
.boton.cualidades .hvr-shutter-out-horizontal,
.boton-google .btn-google {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fe4845;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 15px;
}

.boton.cualidades .hvr-shutter-out-horizontal:before,
.boton-google .btn-google:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #d44b43;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 15px;
}

.boton.cualidades .hvr-shutter-out-horizontal:before {
  border-radius: 15px !important;
  top: -1px;
  /* Extender 1px más allá del borde */
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.boton.cv .hvr-shutter-out-horizontal:before {
  border-radius: 15px !important;
  top: -1px;
  /* Extender 1px más allá del borde */
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.boton-google .btn-google:hover:before,
.boton-google .btn-google:focus:before,
.boton-google .btn-google:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.boton.cualidades .hvr-shutter-out-horizontal:hover:before,
.boton.cualidades .hvr-shutter-out-horizontal:focus:before,
.boton.cualidades .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.carasteristicas_desarrollo .row.cualidades.cualidades_dos {
  position: relative;
  z-index: 2;
}

.cualidades.cualidades_dos .titulo {
  color: #ff4575;
  text-align: right;
}

.cualidades.cualidades_dos p {
  text-align: right;
  line-height: 30px;
}

.alineado_alto {
  display: inline-block;
  position: absolute;
}

.seo_buscador {
  position: relative;
  left: 0px;
  top: 75px;
  height: 212px;
}

.seo_buscador.version_unica {
  position: relative;
  left: 0px;
  left: 0px;
  top: 150px;
  height: 300px;
}

.google_cualidades {
  position: relative;
  top: 50px;
  left: 25px;
  height: 103px;
}

.no_portada .rectangulo_blanco_inclinado {
  background-color: #ffffff;
  transform: rotate(-6deg);
  height: 207px;
  width: calc(100% + 80px);
  position: absolute;
  top: -103px;
  z-index: 0;
  margin-left: -46px;
}

.no_portada .fondo_promocion {
  display: none;
}

.panel_padre {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 367/247;
}

.fondo-color,
.imagen2 {
  position: absolute;
  top: 6%;
  left: 5%;
  width: 90%;
  height: 87%;
  background-size: cover;
  background-position: center;
}

.fondo-marco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* Z-index por capas */
.fondo-marco {
  z-index: 1;
}

.imagen {
  z-index: 2;
}

.fondo-color {
  z-index: 3;
  opacity: 0.6;
  border-radius: 17px;
  pointer-events: none;
}

.texto-superior {
  position: absolute;
  z-index: 4;
  color: white;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  font-weight: 600;
  width: 90%;
  pointer-events: none;
  padding-left: 17px;
  padding-right: 50px;
}

.separa-50-extralg {
  height: 0px;
}

.street .panel_padre {
  /* border: 10px solid #fbfbfb; */
  border-radius: 17px;
  margin-bottom: 30px;
}

.street .imagen {
  border-radius: 17px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.street .imagen2 {
  border-radius: 17px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  content: "";
  height: 87%;
}

/* .street .imagen:after{
    content: '';
    display: block;
    padding-top: 70%;
} */

.google-iframe iframe {
  height: 400px;
  width: 100%;
  border: none;
}

/* .street .imagen:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}  */

.street .imagen:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.linea-divisoria {
  height: 10px;
  width: 100%;
  background: -moz-linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9f 100%);
  background: -webkit-linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9f 100%);
  background: linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9f 100%);
}

/* Redes */

.row.no-padds {
  padding: 0;
  margin: 0;
}

.cuadro-red {
  height: 170px;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 1px black;
  border-radius: 50px;
  margin: 0 auto;

  -webkit-box-shadow: 0px 0px 39px 5px rgba(236, 236, 236, 0.75);
  -moz-box-shadow: 0px 0px 39px 5px rgba(236, 236, 236, 0.75);
  box-shadow: 0px 0px 39px 5px rgba(236, 236, 236, 0.75);
}

.gancho.rosa {
  color: #e52f45;
}

.red-ico {
  height: 100px;
  width: 100px;
}

.loving {
  position: relative;
  display: inline-block;
}

.loving .loving-text {
  visibility: hidden;
  width: 150px;
  background-color: #e52f45;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 12px 0;
  position: absolute;
  z-index: 1;
  bottom: 105%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 18px;
}

.loving-text i {
  margin: 0px 5px;
  font-size: 22px;
}

.loving .loving-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: #e52f45 transparent transparent transparent;
}

.facebook .loving-text {
  background-color: #3c5997;
}

.facebook .loving-text::after {
  border-color: #3c5997 transparent transparent transparent;
}

.twitter .loving-text {
  background-color: #000;
}

.twitter .loving-text::after {
  border-color: #000 transparent transparent transparent;
}

.twitter a img {
  width: 24.5px;
  margin: 0px 11px 2px 11px;
}

.tripadvisor .loving-text {
  background-color: #0ae0dc;
}

.tripadvisor .loving-text::after {
  border-color: #0ae0dc transparent transparent transparent;
}

.loving:hover .loving-text {
  visibility: visible;
  opacity: 1;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Proyectos  -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/

.overflow {
  overflow: hidden;
}

.radius {
  border-radius: 15px;
  height: 100%;
  width: 100%;
}

.marco-proyecto {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}

.marco-proyecto.gris {
  border: 20px solid #fffaf2;
  background-color: #fffaf2;
}

.marco-proyecto.rosa {
  border: 20px solid #fff6f6;
  background-color: #fff6f6;
}

.marco-proyecto.naranja {
  border: 20px solid #fef3fa;
  background-color: #fef3fa;
}

.proy_texto p {
  font-size: 16px;
}

.imagen-proyecto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  -webkit-transition: background 8s linear;
  -moz-transition: background 8s linear;
  -o-transition: background 8s linear;
  transition: background 8s linear;
}

.imagen-proyecto:after {
  content: "";
  display: block;
  padding-top: 70%;
}

.imagen-proyecto .overlay {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  transition: 300ms all linear;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}

.marco-proyecto:hover .imagen-proyecto .overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.imagen-proyecto .overlay h3 {
  font-weight: 400;
  color: #fff;
  margin: 0px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}

.interior_proyectos {
  font-size: 69px;
}

.imagen-proyecto .overlay h4 {
  text-align: left;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 0px;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}

.marco-proyecto.gris .overlay h4 {
  color: #ffe5bf;
}

.marco-proyecto.rosa .overlay h4 {
  color: #ffdcd5;
}

.marco-proyecto.gris .naranja h4 {
  color: #ffe5f1;
}

.lista_proyectos {
  padding: 0px 115px;
  margin-bottom: -100px;
}

.lista_proyectos .col {
  padding: 0px 20px;
}

.imagen-proyecto .overlay>div {
  width: 100%;
}

.imagen-proyecto .overlay .textos {
  float: left;
}

.imagen-proyecto .overlay .tipos {
  float: right;
}

.imagen-proyecto .overlay .zoom {
  margin-top: 5%;
  color: white;
}

.imagen-proyecto .overlay .tipos img {
  height: 50px;
}

.marco-proyecto.gris .overlay {
  background-color: rgba(255, 150, 1, 0.95);
}

.marco-proyecto.rosa .overlay {
  background-color: rgba(255, 91, 32, 0.95);
}

.marco-proyecto.naranja .overlay {
  background-color: rgba(255, 0, 136, 0.95);
}

.marco-proyecto:hover .imagen-proyecto {
  background-position: 0 100%;
}

.full-view {
  width: 100%;
}

.marco-pantalla {
  border: 20px solid #fffaf2;
}

.tecnologias.flexible {
  display: flex;
  width: 100%;
  padding: 25px 0px;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.tecnologias span {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #707070;
}

.tecnologias .iconitos {
  display: flex;
}

.tecnologias .iconitos img {
  height: 45px;
  width: 45px;
  margin-left: 25px;
}

.row.padd-20 .col-md-6 {
  padding: 0px 20px;
}

.marco-rosita {
  width: 100%;
  background-color: #fef3fa;
}

.marco-rosita .colu {
  padding: 20px;
  text-align: center;
  width: 33.333333%;
}

.marco-rosita .colu p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.marco-rosita .colu img {
  height: 75px;
  margin-bottom: 10px;
}

.botones_proyect .btn-apps {
  width: 200px;
  font-size: 18px;
}

.botones_proyect .btn-apps:last-child {
  margin: 0;
}

.btn-web {
  background-color: #ffa624;
  border-color: #ffd38e;
  color: #ffd38e;
}

.btn-web.btn-apps:before {
  background: #ff9600;
}

.btn-android {
  background-color: #f9574e;
  border-color: #ffa0a2;
  color: #ffa0a2;
}

.btn-android.btn-apps:before {
  background: #d44b43;
}

.cont-tel {
  font-size: 48px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-right: 50px;
  transition: all 0.5s ease-in-out;
}

.cont-tel a {
  font-weight: bolder !important;
}

.datos-contacto>.cont-tel:first-child>a {
  margin-right: 50px !important;
}

.cont-tel:last-child {
  margin: 0;
}

.cont-tel img {
  height: 75px;
}

.cont-tel a {
  color: #333;
}

.miembro {
  margin-bottom: 30px;
}

.marco-foto {
  border-bottom: 5px solid #ff9900;
  padding: 15px 15px 0px;
}

.marco-foto .imagen {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.marco-foto .imagen:after {
  content: "";
  display: block;
  padding-top: 99%;
}

.imagen-local {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}

.imagen-local:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.miembro .tecnicos h3 {
  font-family: "Play", sans-serif;
  font-size: 38px;
  text-align: center;
  color: #ff9900;
}

.miembro .tecnicos p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0px;
  font-style: italic;
}

.miembro .tecnicos p:last-child {
  color: #ff9900;
}

.datos-empresa p {
  font-family: "Oswald", sans-serif;
  /* font-size: 20px; */
  text-align: center;
}

.datos-empresa p span {
  color: #707070;
  font-family: var(--familia_fuente);
  font-weight: 400;
}

.datos-empresa p .datos-resaltados {
  color: var(--primario) !important;
}

.datos-empresa p .datos-resaltados-2 {
  color: var(--secundario) !important;
}

.linea_gris {
  width: 550px;
  height: 1px;
  background-color: #e3e3e3;
  margin: 0 auto;
}

.linea_gris_2 {
  width: 1075px;
  height: 1px;
  background-color: #e3e3e3;
  margin: 0 auto;
}

.bt-corp {
  border-radius: 0px;
  color: #ffe5bf;
  background-color: #ff9601;
  border: 2px solid #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 8px 25px;
}

.bt-corp:before {
  background-color: #e28400;
}

.bt-local {
  border-radius: 0px;
  color: #ffdcd5;
  background-color: #f9574e;
  border: 2px solid #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 8px 25px;
}

.bt-local:before {
  background-color: #e04138;
}

.bt-cv {
  border-radius: 0px;
  color: #feccdf;
  background-color: #f62984;
  border: 2px solid #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 8px 25px;
}

.bt-cv:before {
  background-color: #db2375;
}

.team {
  max-height: 0px;
  overflow: hidden;
  transition: 800ms all linear;
}

.team.expandido {
  max-height: 1600px;
}

.workshop {
  max-height: 0px;
  overflow: hidden;
  transition: 800ms all linear;

  /* width: 920px; */
  max-width: 100%;
  margin: 0 auto;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.workshop.expandido {
  max-height: 1000px;
}

.fondo-mapa {
  background-color: #ffff;
  position: absolute;
  height: 990px;
  width: 100%;
  top: 1290px;
  z-index: -1;
}

#map {
  height: 690px;
  width: 100%;
}

#map iframe {
  height: 100%;
  width: 100%;
}

.workshop iframe {
  height: 600px;
  width: 100%;
}

.ventana_mac {
  width: 100%;
  background-color: #dfe1e5;
  padding: 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* Noticias */

/* h2.noticial {
  font-family: "Poppins", sans-serif;
  color: var(--secundario);
  font-size: 34px;
  text-align: center;
} */

h1.noticial {
  font-family: "Poppins", sans-serif;
  color: var(--secundario);
  font-size: 34px;
  text-align: center;
  line-height: normal;
}

.noticias,
.post_details ul,
.popular {
  list-style: none;
  padding: 0;
  margin: 0;
}

.noticia a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #e93727;
}

.noticias .imagen {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.noticias .imagen:after {
  content: "";
  padding-top: 50%;
  display: block;
}

.not-imagen {
  background-color: #ededed;
}

.full-width {
  width: 100%;
}

/* .autor-noticia p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #585858;
    font-weight: 500;
} */
.etiqueta_autor {
  font-family: "Poppins", sans-serif;
  color: var(--secundario);
  font-size: 20px;
  font-weight: 700;
}

.separador-noticia {
  margin: 0 10px;
}

.noticia .titular {
  margin-bottom: 0;
  border-bottom: 2px solid #f8f8f8;
}

.noticia .titular h1 {
  color: #e93727;
  margin-bottom: 10px;
}

/* .noticia .titular a>h3 {
  margin-bottom: 17px;
  font-size: 26px;
  text-transform: uppercase;
  text-align: left;
  color: #585858;
  font-family: "Poppins", sans-serif;
} */

.noticia .titular a>h2 {
  margin-bottom: 17px;
  font-size: 26px;
  text-transform: uppercase;
  text-align: left;
  color: #585858;
  font-family: "Poppins", sans-serif;
}

.noticia .post_details {
  color: #fff;
  background-color: #fff;
  padding: 10px;
  border-bottom: solid 5px #ff5b1f;
  text-align: right;
  font-size: 13px;
}

.foto_detalle {
  border: 1px solid #f7f7f7;
}

.post_details li {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #585858;
}

.noticia-detalle-fecha {
  border-top: 4px solid #e76256;
  padding: 15px;
}

.noticia-detalle-fecha small {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #302224;
}

.noticia-detalle-fecha i {
  color: #e76256;
}

.noticia-detalle-fecha strong {
  color: #e76256;
}

.noticia .contenido {
  padding: 5px 15px 10px;
  background-color: #fff;
  border: 1px solid #ffefcc;
}

.contenido_noticia_lista {
  border: 1px solid #ededed;
  padding: 0 20px;
  background-color: #fdfdfd;
}

.linea_blog {
  height: 1px;
  background: #f7f7f7;
  width: 99%;
  margin: 20px 0px 20px 11px;
}

.sidebar {
  background-color: #f8f8f8;
  padding: 15px;
}

.sidebar h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: #213342;
  font-family: "Poppins", sans-serif;
}

.sidebar .input-group-btn {
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sidebar .input-group-btn button {
  height: 100%;
  border: 1px solid #ff0088;
  background-color: #ff0088;
  color: #fff;
}

.sidebar .input-group-btn i {
  font-size: 16px;
}

.popular {
  font-size: 13px;
}

.mini-noticia a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.popular li {
  padding: 10px 0;
  border-bottom: dotted 1px #585858;
}

.popular .imagen {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  background-size: cover;
  background-position: center center;
}

.popular a.title {
  color: #585858;
}

.popular a.texto-breve {
  color: #707070;
  font-weight: 300;
}

.popular a.title:hover,
.popular a.title:focus,
.popular a.title:active {
  color: #fb6938;
}

.bloque.noticia {
  margin-bottom: 40px;
}

.contenido_noticia_lista p,
.cuerpo_noticia p {
  font-size: 16px;
}

/* Genérico imagenes internas */

.cuadro_bienvenida .imagen,
.cuadro_informacion .imagen {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cuadro_bienvenida .imagen:after,
.cuadro_informacion .imagen:after {
  content: "";
  padding-top: 70%;
  display: block;
}

.swipebox .imagen-detalle {
  height: 300px;
  width: 400px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  border: 1px solid #ececec;
}

.linea_inferior_fecha {
  width: 100px;
  background-color: #5faf9e;
  height: 3px;
  text-align: right;
  margin: 20px 0 20px auto;
}

/* .noticias li:nth-child(3n-2) .titular a>h3 {
  color: #ff9601;
} */

.noticias li:nth-child(3n-2) .titular a>h2 {
  color: #ff9601;
}

.noticias li:nth-child(3n-2) .post_details {
  border-color: #ff9601;
}

.noticias li:nth-child(3n-2) .post_details i {
  color: #ff9601;
}

/* .noticias li:nth-child(3n-1) .titular a>h3 {
  color: #ff5b20;
} */

.noticias li:nth-child(3n-1) .titular a>h2 {
  color: #ff5b20;
}

.noticias li:nth-child(3n-1) .post_details {
  border-color: #ff5b20;
}

.noticias li:nth-child(3n-1) .post_details i {
  color: #ff5b20;
}

/* .noticias li:nth-child(3n) .titular a>h3 {
  color: #ff0088;
} */

.noticias li:nth-child(3n) .titular a>h2 {
  color: #ff0088;
}

.noticias li:nth-child(3n) .post_details {
  border-color: #ff0088;
}

.noticias li:nth-child(3n) .post_details i {
  color: #ff0088;
}

.btn-cargar-mas {
  width: 280px;
  height: 68px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-radius: 15px;
  background-color: #fe4845;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.btn-cargar-mas:before {
  background: #d44b43;
}

.btn-cargar-mas.hidden {
  display: none !important;
}

.btn-formulario {
  padding: 15px 70px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  background-color: #f9574e;
}

.btn-default-formulario {
  padding: 15px 70px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
  border-radius: 0;
  background-color: #e5e5e5;
}

.btn-formulario:hover,
.btn-formulario:focus,
.btn-formulario:active {
  color: #fff;
  background-color: #d44b43;
}

.btn-default-formulario:hover,
.btn-default-formulario:focus,
.btn-default-formulario:active {
  color: #333;
  background-color: #dedede;
}

.dispnon {
  display: none;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.25);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.25);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.abrete_whatsapp .fa-whatsapp {
  animation: heartbeat 1.5s infinite;
}

.grupo_logos {
  display: inherit;
  text-align: center;
}

.logo_corp {
  height: 100px;
  margin: 15px 30px;
}

.todo_whatsapp {
  position: relative;
  cursor: pointer;
}

/** KIT-DIGITAL **/
.logos_kit {
  width: 100%;
  max-width: 1100px;
  margin: 35px 0px;
  padding: 0px 30px;
}

.kit-zone ul {
  list-style-image: url("/triangulo.svg");
  font-size: 16px;
  text-align: left;
  padding-left: 15px;
}

.kit-zone .cualidades.cualidades_dos .titulo {
  text-align: left;
}

.kit-zone .cualidades .titulo,
.kit-zone .cualidades .right .titulo {
  text-align: left;
}

.kit-zone .cualidades p,
.kit-zone .cualidades .right p {
  text-align: left;
}

.kit-zone .cualidades p strong {
  color: #f9574e;
}

.kit-zone .esfera_transparente {
  bottom: 210px;
}

.kit-zone .esfera_transparente.esfera_transparente_dos {
  bottom: 100px;
}

.kit-zone .boton.cualidades {
  text-align: center;
}

.kit-zone .boton.cualidades p:last-child,
.kit-zone .boton-google .btn-google p:last-child {
  text-align: center;
}

.kit-zone .cualidades .titulo {
  font-weight: 400;
}

.kit-zone .cualidades .antetitulo {
  margin: 0px;
}

/**VENTANA KIT***/
#kit_digi_modal .modal-dialog {
  margin: 80px auto;
}

#kit_digi_modal .caja_color .linea_inferior {
  width: 100%;
  background-color: #ffffff4d;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
}

#kit_digi_modal .caja_color .linea_inferior .info_adicional {
  color: #fff;
  letter-spacing: 9px;
  font-size: 12px;
  text-align: center;
  margin: 5px 0px;
}

#kit_digi_modal .caja_color {
  padding: 35px 30px 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ff9c00;
  background: -moz-linear-gradient(left,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9e 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, #ff9c00),
      color-stop(21%, #ff9c00),
      color-stop(89%, #f30b9f),
      color-stop(100%, #f30b9e));
  background: -webkit-linear-gradient(left,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9e 100%);
  background: -o-linear-gradient(left,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9e 100%);
  background: -ms-linear-gradient(left,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9e 100%);
  background: linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c00', endColorstr='#f30b9e', GradientType=1);
  position: relative;
}

#kit_digi_modal .caja_blanca {
  padding: 30px 70px;
}

#kit_digi_modal .caja_blanca p {
  font-size: 18px;
  text-align: center;
  color: #e76256;
}

#kit_digi_modal .caja_blanca p strong {
  font-weight: 500;
}

#kit_digi_modal .modal-body {
  padding: 0px;
}

#kit_digi_modal h2 {
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}

#kit_digi_modal h3 {
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  font-size: 28px;
}

#kit_digi_modal .caja_patrocina img {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 30px;
  margin: 20px 0px 25px;
}

#kit_digi_modal .texto_patrocina p {
  text-align: center;
  font-size: 8px;
  margin: 0px;
  text-transform: uppercase;
  font-family: "Open Sans";
}

#kit_digi_modal .texto_patrocina .linea_patrocina {
  width: 100px;
  height: 1px;
  background-color: #dedede;
  margin: 0 auto;
  margin-top: 10px;
}

#kit_digi_modal .btn-cerrar-especial {
  position: absolute;
  border-radius: 9999px;
  height: 88px;
  width: 88px;
  top: -44px;
  left: -44px;
}

#kit_digi_modal .btn-cerrar-especial img {
  height: 32px;
  opacity: 0.7;
}

#kit_digi_modal .caja_pasos {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 30px 50px;
}

#kit_digi_modal .linea_color {
  width: calc(100%);
  height: 1px;
  background: #ff9c00;
  background: -moz-linear-gradient(left,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9e 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, #ff9c00),
      color-stop(21%, #ff9c00),
      color-stop(89%, #f30b9f),
      color-stop(100%, #f30b9e));
  background: -webkit-linear-gradient(left,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9e 100%);
  background: -o-linear-gradient(left,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9e 100%);
  background: -ms-linear-gradient(left,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9e 100%);
  background: linear-gradient(to right,
      #ff9c00 0%,
      #ff9c00 21%,
      #f30b9f 89%,
      #f30b9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c00', endColorstr='#f30b9e', GradientType=1);
  position: relative;
}

#kit_digi_modal .linea_gris {
  background-color: #f1f1f1;
  height: 1px;
  position: absolute;
  right: 0px;
}

#kit_digi_modal .caja_pasos .circulo {
  background-color: #f0f0f0;
  color: #c2c2c2;
  height: 38px;
  width: 38px;
  border-radius: 9999px;
  display: flex;

  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: -19px;
  top: -19px;
  font-weight: 400;
}

/*
#kit_digi_modal .caja_pasos .circulo2 {left: calc(25% - 19px)}
#kit_digi_modal .caja_pasos .circulo3 {left: calc(50% - 19px)}
#kit_digi_modal .caja_pasos .circulo4 {left: calc(75% - 19px)}
#kit_digi_modal .caja_pasos .circulo5 {left: calc(100% - 19px)}
#kit_digi_modal .caja_pasos .circulo.marcado {color: #fff;}
#kit_digi_modal .caja_pasos .circulo1.marcado {background-color: #ecaf14;}
#kit_digi_modal .caja_pasos .circulo2.marcado {background-color: #ec7e35;}
#kit_digi_modal .caja_pasos .circulo3.marcado {background-color: #e76256;}
#kit_digi_modal .caja_pasos .circulo4.marcado {background-color: #ec2e6d;}
#kit_digi_modal .caja_pasos .circulo5.marcado {background-color: #ec008c;}
*/

#kit_digi_modal .caja_pasos .circulo2 {
  left: calc(33% - 19px);
}

#kit_digi_modal .caja_pasos .circulo3 {
  left: calc(66% - 19px);
}

#kit_digi_modal .caja_pasos .circulo4 {
  left: calc(100% - 19px);
}

#kit_digi_modal .caja_pasos .circulo.marcado {
  color: #fff;
}

#kit_digi_modal .caja_pasos .circulo1.marcado {
  background-color: #ecaf14;
}

#kit_digi_modal .caja_pasos .circulo2.marcado {
  background-color: #ec7e35;
}

#kit_digi_modal .caja_pasos .circulo3.marcado {
  background-color: #e76256;
}

#kit_digi_modal .caja_pasos .circulo4.marcado {
  background-color: #ec2e6d;
}

#kit_digi_modal .btn-respuesta {
  background-color: #f0f0f0;
  font-weight: 500;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #d5d5d5;
  border-radius: 15px;
}

#kit_digi_modal .btn-respuesta.activo {
  background-color: #e76256;
  color: #fff;
}

#kit_digi_modal .contenedor_boton {
  display: flex;
}

#kit_digi_modal .contenedor_boton .precio {
  width: 60%;
  font-family: "Oswald";
  font-size: 50px;
  line-height: 0px;
  position: relative;
  top: -4px;
  color: #333;
}

#kit_digi_modal .contenedor_boton .dato {
  width: 40%;
  text-align: left;
  padding: 0 15px;
  border-left: 1px solid #d5d5d5;
  line-height: 18px;
}

#kit_digi_modal p.enunciado_pregunta {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #333;
  font-style: italic;
  line-height: 27px;
  margin: 30px 0px;
}

#kit_digi_modal .zona_paso {
  text-align: center;
}

.ivisible {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: absolute;
}

.btn-grande {
  padding: 15px 65px;
  border-radius: 15px;
}

.btn-texto-fino {
  font-weight: 200;
  font-style: italic;
}

#kit_digi_modal .formulario_kit_especial input,
#kit_digi_modal .formulario_kit_especial select {
  margin: 11px 0px;
  box-shadow: none;
  border-radius: 10px;
}

#kit_digi_modal .formulario_kit_especial input {
  padding: 30px 20px;
}

#kit_digi_modal .formulario_kit_especial select {
  padding: 0px 15px;
  height: 62px;
}

#kit_digi_modal .net_lateral {
  position: absolute;
  left: calc(100% - 24px);
  top: 180px;
  height: 434px;
}

/* VENTANA KIT COMERCIAL */
#kit_digi_modal_comercial .modal-dialog {
  margin: 80px auto;
}

#kit_digi_modal_comercial .caja_color .linea_inferior {
  width: 100%;
  background-color: #ffffff4d;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center
}

#kit_digi_modal_comercial .caja_color .linea_inferior .info_adicional {
  color: #fff;
  letter-spacing: 9px;
  font-size: 12px;
  text-align: center;
  margin: 5px 0px;
}

#kit_digi_modal_comercial .caja_color {
  padding: 35px 30px 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ff9c00;
  background: -moz-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff9c00), color-stop(21%, #ff9c00), color-stop(89%, #f30b9f), color-stop(100%, #f30b9e));
  background: -webkit-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
  background: -o-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
  background: -ms-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
  background: linear-gradient(to right, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c00', endColorstr='#f30b9e', GradientType=1);
  position: relative;
}

#kit_digi_modal_comercial .caja_blanca {
  padding: 30px 70px;
}

#kit_digi_modal_comercial .caja_blanca p {
  font-size: 18px;
  text-align: center;
  color: #e76256;
}

#kit_digi_modal_comercial .caja_blanca p strong {
  font-weight: 500;
}

#kit_digi_modal_comercial .modal-body {
  padding: 0px;
}

#kit_digi_modal_comercial h2 {
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}

#kit_digi_modal_comercial h3 {
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  font-size: 28px
}

#kit_digi_modal_comercial .caja_patrocina img {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 30px;
  margin: 20px 0px 25px;
}

#kit_digi_modal_comercial .texto_patrocina p {
  text-align: center;
  font-size: 8px;
  margin: 0px;
  text-transform: uppercase;
  font-family: 'Open Sans'
}

#kit_digi_modal_comercial .texto_patrocina .linea_patrocina {
  width: 100px;
  height: 1px;
  background-color: #dedede;
  margin: 0 auto;
  margin-top: 10px;
}

#kit_digi_modal_comercial .btn-cerrar-especial {
  position: absolute;
  border-radius: 9999px;
  height: 88px;
  width: 88px;
  top: -44px;
  left: -44px;
}

#kit_digi_modal_comercial .btn-cerrar-especial img {
  height: 32px;
  opacity: 0.7;
}

#kit_digi_modal_comercial .caja_pasos {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 30px 50px
}

#kit_digi_modal_comercial .linea_color {
  width: calc(100%);
  height: 1px;
  background: #ff9c00;
  background: -moz-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff9c00), color-stop(21%, #ff9c00), color-stop(89%, #f30b9f), color-stop(100%, #f30b9e));
  background: -webkit-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
  background: -o-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
  background: -ms-linear-gradient(left, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
  background: linear-gradient(to right, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c00', endColorstr='#f30b9e', GradientType=1);
  position: relative;
}

#kit_digi_modal_comercial .linea_gris {
  background-color: #f1f1f1;
  height: 1px;
  position: absolute;
  right: 0px;
}

#kit_digi_modal_comercial .caja_pasos .circulo {
  background-color: #f0f0f0;
  color: #c2c2c2;
  height: 38px;
  width: 38px;
  border-radius: 9999px;
  display: flex;

  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: -19px;
  top: -19px;
  font-weight: 400
}

/*
#kit_digi_modal_comercial .caja_pasos .circulo2 {left: calc(25% - 19px)}
#kit_digi_modal_comercial .caja_pasos .circulo3 {left: calc(50% - 19px)}
#kit_digi_modal_comercial .caja_pasos .circulo4 {left: calc(75% - 19px)}
#kit_digi_modal_comercial .caja_pasos .circulo5 {left: calc(100% - 19px)}
#kit_digi_modal_comercial .caja_pasos .circulo.marcado {color: #fff;}
#kit_digi_modal_comercial .caja_pasos .circulo1.marcado {background-color: #ecaf14;}
#kit_digi_modal_comercial .caja_pasos .circulo2.marcado {background-color: #ec7e35;}
#kit_digi_modal_comercial .caja_pasos .circulo3.marcado {background-color: #e76256;}
#kit_digi_modal_comercial .caja_pasos .circulo4.marcado {background-color: #ec2e6d;}
#kit_digi_modal_comercial .caja_pasos .circulo5.marcado {background-color: #ec008c;}
*/

#kit_digi_modal_comercial .caja_pasos .circulo2 {
  left: calc(33% - 19px)
}

#kit_digi_modal_comercial .caja_pasos .circulo3 {
  left: calc(66% - 19px)
}

#kit_digi_modal_comercial .caja_pasos .circulo4 {
  left: calc(100% - 19px)
}

#kit_digi_modal_comercial .caja_pasos .circulo.marcado {
  color: #fff;
}

#kit_digi_modal_comercial .caja_pasos .circulo1.marcado {
  background-color: #ecaf14;
}

#kit_digi_modal_comercial .caja_pasos .circulo2.marcado {
  background-color: #ec7e35;
}

#kit_digi_modal_comercial .caja_pasos .circulo3.marcado {
  background-color: #e76256;
}

#kit_digi_modal_comercial .caja_pasos .circulo4.marcado {
  background-color: #ec2e6d;
}

#kit_digi_modal_comercial .btn-respuesta {
  background-color: #f0f0f0;
  font-weight: 500;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #d5d5d5;
  border-radius: 15px;
}

#kit_digi_modal_comercial .btn-respuesta.activo {
  background-color: #e76256;
  color: #fff;
}

#kit_digi_modal_comercial .contenedor_boton {
  display: flex
}

#kit_digi_modal_comercial .contenedor_boton .precio {
  width: 60%;
  font-family: 'Oswald';
  font-size: 50px;
  line-height: 0px;
  position: relative;
  top: -4px;
  color: #333
}

#kit_digi_modal_comercial .contenedor_boton .dato {
  width: 40%;
  text-align: left;
  padding: 0 15px;
  border-left: 1px solid #d5d5d5;
  line-height: 18px;
}

#kit_digi_modal_comercial p.enunciado_pregunta {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #333;
  font-style: italic;
  line-height: 27px;
  margin: 30px 0px;
}

#kit_digi_modal_comercial .zona_paso {
  margin-bottom: 15px;
  text-align: center;
}

.ivisible {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: absolute
}

.btn-grande {
  padding: 15px 65px;
  border-radius: 15px
}

.btn-texto-fino {
  font-weight: 200;
  font-style: italic
}

#kit_digi_modal_comercial .formulario_kit_especial input,
#kit_digi_modal_comercial .formulario_kit_especial select {
  margin: 11px 0px;
  box-shadow: none;
  border-radius: 10px;
}

#kit_digi_modal_comercial .formulario_kit_especial input {
  padding: 30px 20px;
}

#kit_digi_modal_comercial .formulario_kit_especial select {
  padding: 0px 15px;
  height: 62px;
}

#kit_digi_modal_comercial .net_lateral {
  position: absolute;
  left: calc(100% - 22px);
  top: 180px;
}

/**VIDEO**/

.caja_trending {
  background: #ffffff;
  width: 1040px;
  margin: auto;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
}

.video_trending {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 9px 2px #b8b8b8;
}

.linea_tv {
  width: 1px;
  height: 80px;
  background-color: #e0e0e0;
  /* margin: 0px 45px; */
  margin: 0;
}

.caja_logos_tv {
  display: flex;
  /* justify-content: center; */
  justify-content: space-evenly;
  margin-top: 40px;
  margin-bottom: 15px;
  align-items: center;
  height: 90px;
  /* gap: 170px; */
  gap: 0;
}

.caja_logos_tv img.logo {
  height: 80px;
}

.kitdigital .texto_inferior {
  margin: 0px;
  line-height: 10px;
  width: 100%;
}

.kitdigital .texto_inferior a {
  color: #fff;
  font-size: 13px;
  margin: 0px;
}

/* WEB */
.titulo_zona_bloques {
  color: #ff4575;
  text-align: center;
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.titulo_zona_bloques>span {
  font-weight: bold;
}

.div_img_inicio {
  text-align: center;
}

.img_inicio {
  width: 500px;
  max-width: 90%;
}

.h2-info-cajas {
  color: #ff4575;
  text-align: center;
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.contenedor-redes-sociales {
  position: relative;
  top: -95px;
}

.contenedor-pq {
  display: none;
}

.social-share {
  justify-content: end !important;
}

.social-share p {
  font-size: 25px !important;
}

.social-share p:last-child {
  font-size: 28px !important;
}

.text-info-cajas {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #707070;
  line-height: 30px;
}

.caja-info-imagen {
  height: 350px;
  text-align: center;
  padding: 15px;
  align-content: center;
  margin-bottom: 30px;
  border-radius: 10px;
  /* background: linear-gradient(to right, #ff9c00 0%, #ff9c00 21%, #f30b9f 89%, #f30b9f 100%); */
  background-image: url("/template/estandar/images/Fondo-apartado.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-info-cajas {
  aspect-ratio: 1/1;
  width: 15%;
  height: auto;
  margin: 15px 15px;
}

.h3-info-cajas {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
  line-height: 32px;
  color: #fff;
}

.p-info-cajas {
  text-align: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-weight: 200;
  color: #fff;
  line-height: 30px;
  margin: 10px 15px;
}

.marcas {
  /* background-color: #fff; */
  z-index: 5;
  width: 100%;
  overflow: hidden;
}

.marcas .splide {
  margin: 0 auto;
  flex-shrink: 0;
}

.marcas .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.marcas .splide__slide {
  /* padding: 30px 30px; */
}

.marcas img {
  display: block;
  width: 180px;
  max-width: 180px;
  max-height: 100px;
  object-fit: contain;
  height: 100px;
  filter: grayscale(1);
}

.marcas2 img {
  display: block;
  /* width: 180px; */
  max-width: 180px;
  max-height: 100px;
  object-fit: contain;
  height: 100px;
}

.splide {
  margin: auto;
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
  justify-content: center;
  display: flex;
}

.splide--draggable>.splide__track>.splide__list>.splide__slide>a {
  justify-content: center;
  display: flex;
}

.marcas p {
  font-size: 36px;
}

.splide.is-active .splide__list {
  justify-content: center;
}

.marcas .splide__track {
  padding-top: 35px;
  /* padding-bottom: 35px; */
  margin: 0 65px;

  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.custom_container {
  width: 95%;
  top: 220px;
  position: absolute;
}

/* BANNER */
.padre_valle {
  /* width: 100%; */
  height: auto;
  position: relative;
  padding-top: 400px;
  left: 0px;
  bottom: -5px;
  overflow: hidden;

  width: calc(100% + 20px);
  /* z-index: 2; */
  left: -10px;
}

.valle {
  position: absolute;
  height: 0;
  width: 100%;
  padding: 0;
  bottom: -2px;
  /* padding-bottom: 517px;*/
}

.valle svg {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  bottom: 0;
}

.banner_forma_1 {
  position: relative;
  /* bottom: -5px; */
  bottom: 0;
  width: 100%;
  /* width: calc(101% + 10px); */
  z-index: 2;
  /* left: -5px; */
}

.banner_forma_2 {
  position: absolute;
  z-index: 1;
  height: 35%;
  right: -255px;
  bottom: -40px;
}

.h1_interiores {
  font-weight: bold;
  text-align: right;
}

.h2_interiores {
  color: #fff;
  font-size: 72px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: right;
  margin: 0;
  line-height: 80px;
}

.forma_negra_banner {
  height: 400px;
}

.botonera .boton.kitdigital .btn {
  border: 0;
  color: #ffffff;
}

.bx-viewport {
  border-radius: 61px !important;
}

.portatil2.levantar {
  top: -70px;
  left: 0 !important;
}

/* Marketing */

.marketing-container1 .titulo,
.marketing-container1 p {
  text-align: right !important;
}

.marketing-container2 .titulo,
.marketing-container2 p {
  text-align: left !important;
}

/* Inteligencia Artificial */

.ia-container1 .titulo,
.ia-container1 p {
  text-align: right !important;
}

.ia-container2 .titulo,
.ia-container2 p {
  text-align: left !important;
}

.ia-container2 .movil_adapta.tablet.movil2 {
  right: -640px;
}

.ia-container3 .titulo,
.ia-container3 p {
  text-align: right !important;
}

/* Aplicaciones */

.aplicaciones1 .titulo,
.aplicaciones1 p {
  text-align: right !important;
}

.aplicaciones2 .titulo,
.aplicaciones2 p {
  text-align: left !important;
}

.aplicaciones2 .movil_adapta.tablet.movil2 {
  right: -635px;
}

/* Proyectos realizados */

.videos .titulo,
.videos p {
  text-align: right !important;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/

@media (min-width: 1930px) {
  /* Pantalla super HD */

  /* -- -- -- DESARROLLO -- -- -- */
  .separa-50-extralg {
    height: 50px;
  }

  .ovalo {
    width: 4000px;
    left: calc(50% - 2000px);
  }

  /* .container{
        width: 2000px;
    } */

  /* .textaco.estrecho{
        width: 1500px;
    }

    .textaco.estrecho p{
        font-size: 30px;
        font-weight: 300;
        width: 100%;
        line-height: 40px;
    } */

  /* .cont-tel{
        font-size: 75px;
    }

    .cont-tel img{
        height: 110px;
    } */
}

@media (max-width: 1700px) {
  .caja_contenedora_whatsapp {
    width: 286px;
    height: 186px;
    left: -95px;
    top: calc(100% + 20px);
    overflow: visible;
  }

  .no_portada .caja_contenedora_whatsapp {
    width: 286px;
    height: 186px;
    left: -95px;
    top: calc(100% + 20px);
    overflow: visible;
  }

  .triangulo {
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: 100%;
    left: 0;
    right: 71px;
    margin: 0 auto;
    top: inherit;
  }

  .no_portada .triangulo {
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: 100%;
    left: 0;
    right: 71px;
    margin: 0 auto;
    top: inherit;
  }

  .caja_whatsapp .borde {
    border-radius: 10px;
  }
}

@media (max-width: 1650px) {
  .hermano.centrar {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 1520px) {
  .footer_inferior .padding {
    padding: 160px 30px 95px 45px;
  }

  .footer_inferior p.titulo {
    font-size: 30px;
  }

  .footer_inferior img {
    height: 75px;
  }

  .container.grande {
    width: 1170px;
  }

  .mac_portatil {
    left: -400px;
  }

  .padre_web {
    left: 18px;
  }
}

@media (max-width: 1400px) {
  .footer_inferior .padding {
    padding: 140px 0px 74px 40px;
  }

  .footer_inferior p {
    font-size: 18px;
  }

  .footer_inferior p.titulo {
    font-size: 28px;
  }

  .footer_inferior img {
    height: 50px;
  }

  .info.centrar {
    display: block;
  }

  .oscuridad .red {
    border: none;
  }

  .padre_app {
    left: 120px;
  }

  .marco_movil {
    left: 120px;
  }

  /* .portatil2{
        left: -125px !important;
    } */

  .portatil2.levantar {
    top: -70px;
  }
}

@media (max-width: 1300px) {
  .footer_inferior .padding {
    padding: 160px 0px 95px 30px;
  }

  .footer_inferior p {
    font-size: 14px;
  }

  .footer_inferior p.titulo {
    font-size: 25px;
  }

  .footer_inferior .zona-pie-imagen img {
    height: 60px !important;
  }

  .caja_contenedora_whatsapp {
    left: 0;
  }

  .oscuridad p.rotulo {
    font-size: 55px;
  }

  .oscuridad p.pos-rotulo {
    font-size: 55px;
    line-height: 55px;
  }

  #kit_digi_modal .net_lateral {
    height: 250px;
    left: calc(100% - 13px);
  }
}

@media (max-width: 1200px) {
  .portatil2 {
    left: 0 !important;
  }

  .portatil2.levantar {
    top: -66px;
  }

  .footer_inferior .container {
    bottom: 40px;
  }

  .footer_inferior .container .row {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 30px;
  }

  .footer_inferior .container .row .col-pie {
    width: 50%;
  }

  .footer_inferior .zona-pie-imagen img {
    height: 50px !important;
  }

  .footer_inferior .zona-pie-titulo,
  .footer_inferior .zona-pie-imagen img {
    margin-bottom: 15px;
  }

  .footer_inferior .container .row .col-pie .zona-pie-imagen {
    text-align: center;
  }

  .footer_inferior p {
    width: 100%;
  }

  .btn-apps {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .marco-imagen3 {
    /* right: 0 !important; */
    right: -40px !important;
  }

  .tablet3 {
    right: -39px !important;
  }
}

@media (min-width: 1370px) {
  /* Pantalla HD */
  /* -- -- -- PORTADA -- -- -- */
  /* -- -- -- Banner -- -- -- */

  .maquina {
    width: 980px;
  }

  .console-container {
    font-size: 96px;
    line-height: 100px;
  }

  .console-underscore {
    bottom: -4px;
    height: 96px;
  }

  /*
    .footer_inferior .padding {
    padding: 160px 70px 95px;
}

    .footer_inferior p.titulo {
    font-size: 50px;
}
    */

  /* -- -- -- -- -- -- -- -- -- -- */
  /* -- -- -- DESARROLLO -- -- -- */
  /* -- -- -- Promoción -- -- -- */
  .no_portada .rectangulo_blanco_inclinado {
    height: 340px;
    top: -203px;
  }
}

@media (min-width: 2201px) {
  .display-equipo .equipo {
    font-size: 73px !important;
  }

  .display-instalaciones .instalaciones {
    font-size: 73px !important;
  }

  .display-equipo .container {
    margin-top: 2%;
  }

  .display-equipo .titulo-equipo {
    font-size: 36px !important;
  }

  .display-equipo .cargo-equipo {
    font-size: 21px !important;
  }

  .display-equipo .puesto-equipo {
    font-size: 18px !important;
  }

  .display-equipo .contenedor-equipo {
    margin-bottom: 80px;
  }

  .ver-mas-overlay {
    height: 120px;
    width: 500px;
  }

  .ver-mas-overlay p {
    font-size: 22px;
  }
}

@media (max-width: 2900px) {
  .forma-instalaciones {
    aspect-ratio: 10/2;
  }
}

@media (max-width: 2200px) {
  .display-equipo .equipo {
    font-size: 63px;
  }

  .display-instalaciones .instalaciones {
    font-size: 63px;
  }
}

@media (max-width: 1920px) {
  .display-equipo .equipo {
    font-size: 60px;
  }

  .display-instalaciones .instalaciones {
    font-size: 60px;
  }
}

@media (max-width: 1520px) {
  .display-equipo .equipo {
    font-size: 50px;
  }

  .display-instalaciones .instalaciones {
    font-size: 50px;
  }

  .display-equipo .titulo-equipo {
    font-size: 27px;
  }

  .display-equipo .cargo-equipo {
    font-size: 17px;
  }

  .display-equipo .puesto-equipo {
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  .banner_forma_1 {
    bottom: -5px;
  }
}

@media (max-width: 1400px) {
  .display-equipo .titulo-equipo {
    font-size: 27px;
  }

  .display-equipo .cargo-equipo {
    font-size: 17px;
  }

  .display-equipo .puesto-equipo {
    font-size: 15px;
  }

  .cont-tel {
    font-size: 43px;
  }
}

@media (max-width: 1200px) {
  .forma-instalaciones {
    aspect-ratio: 12/4;
  }

  .padre_web {
    width: calc(100% - (15px * 2));
    height: calc(100% - (-18px * 2 + 164px));
    right: 19px;
    position: absolute;
    top: 12px;
    overflow: hidden;
    z-index: -3;
  }
}

@media (max-width: 1199px) {
  .display-equipo .equipo {
    font-size: 45px;
  }

  .display-instalaciones .instalaciones {
    font-size: 45px;
  }

  /* .display-equipo .container{
        width: 750px;
    } */

  .cont-tel {
    font-size: 35px;
  }

  .cont-tel:first-child {
    margin: 0;
  }
}

@media (max-width: 991px) {
  /* .display-equipo .container{
        width: 500px;
    } */

  .cont-tel {
    font-size: 34px;
  }
}

@media (min-width: 768px) {

  html,
  body {
    overscroll-behavior: none;
  }
}

@media (max-width: 767px) {
  /* .display-equipo .container{
        width: 300px;
    } */

  .btn-marketing {
    height: 100px !important;
  }

  .rrss-first .titulo {
    font-size: 25px;
    line-height: normal;
  }

  .rrss-second .titulo {
    font-size: 25px;
  }

  .btn-desarrollo .btn-marketing {
    width: 300px !important;
  }

  .btn-seo {
    width: 300px !important;
    height: 100px !important;
  }

  .linea_tv {
    height: 60px !important;
  }

  .fondo-header {
    position: fixed;
    height: 100px;
    width: 100%;
    background-color: white;
    z-index: -1;
    top: 0;
  }

  .fondo-footer {
    position: fixed;
    height: 250px;
    width: 100%;
    background-color: rgba(255, 62, 81, 1);
    z-index: -1;
    bottom: 0;
  }

  .boton.cualidades {
    width: 330px !important;
  }

  .boton.cualidades p {
    font-size: 14px;
  }

  .boton.cualidades p:last-child,
  .boton-google .btn-google p:last-child {
    color: #ffd1ce;
    font-size: 16px;
  }

  .cont-tel {
    font-size: 33px;
  }

  .cont-tel:first-child {
    margin: 0 0 20px 0;
  }

  .forma-instalaciones {
    aspect-ratio: 11/7;
  }

  .pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div:nth-child(1) {
    padding-right: 50px !important;
  }

  .botones-contacto .boton.cualidades,
  .botones-contacto .boton.cv {
    width: 85% !important;
  }

  /* .carasteristicas_desarrollo .gancho{
        font-size: 19px !important;
    } */

  .gancho {
    font-size: 17px;
  }

  .galeria .col-xs-6,
  .galeria .col-xs {
    padding: 15px;
  }

  .galeria .reflejo {
    margin-bottom: 0px;
  }

  .marcas img {
    height: 70px;
    width: 120px;
  }

  .marcas .splide__track {
    padding-top: 0;
  }

  .galeria .reflejo img {
    /* padding: 45px 0; */
    max-width: calc(100% - 35px);
  }

  .galeria .padre_imagen {
    height: fit-content;
  }

  .contenedor-marca {
    margin-bottom: 40px;
  }

  .ultima-marca {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 542px) {
  /* 
        .display-equipo .container{
            width: 280px;
        } 
    */

  .display-equipo .equipo {
    font-size: 34px;
  }


  .marcas .splide__track {
    padding-top: 0;
    margin: 0 30px;
  }

  .marcas img {
    height: 60px;
    width: 80px;
  }

  .marcas .splide__slide {
    padding: 20px !important;
  }

  /* .boton.cualidades{
        width: 95%;
    } */

  .display-instalaciones .instalaciones {
    font-size: 34px;
  }

  .display-equipo .titulo-equipo {
    font-size: 25px;
  }

  .display-equipo .cargo-equipo {
    font-size: 15px;
  }

  .display-equipo .puesto-equipo {
    font-size: 13px;
  }

  .cont-tel {
    font-size: 27px;
  }

  .cont-tel img {
    height: 50px;
  }

  .pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div:nth-child(1) {
    padding-right: 80px !important;
  }

  .botones-contacto .boton.cualidades,
  .botones-contacto .boton.cv {
    width: 81% !important;
  }
}

@media (max-width: 408px) {
  /* .display-equipo .container{
        width: 250px;
    } */

  .ver-mas-overlay {
    height: 80px;
    width: 220px;
  }

  .ver-mas-overlay p {
    font-size: 15px;
  }

  .display-equipo .equipo {
    font-size: 30px;
  }

  .display-equipo .titulo-equipo {
    font-size: 23px;
  }

  .display-equipo .cargo-equipo {
    font-size: 13px;
  }

  .display-equipo .puesto-equipo {
    font-size: 11px;
  }

  .display-instalaciones .instalaciones {
    font-size: 30px;
  }
}

/* MEDIAS NUEVO ESTILO */
@media (max-width: 1900px) {
  .pie-flotante .datos-pie .datos-pie-izquierdo:not(.responsive-3-botones) {
    gap: 20px;
  }

  .pie-flotante .datos-pie .datos-pie-izquierdo:not(.responsive-3-botones) .boton-pie {
    width: 160px;
  }
}

@media (max-width: 1700px) {
  .pie-flotante .datos-pie .datos-pie-izquierdo:not(.responsive-3-botones) {
    gap: 10px;
    margin-left: 30px;
  }

  .pie-flotante .datos-pie .datos-pie-izquierdo:not(.responsive-3-botones) .boton-pie {
    width: 115px;
    font-size: 12px;
  }

  .pie-flotante .datos-pie .datos-pie-izquierdo:not(.responsive-3-botones) .boton-pie img {
    height: 15px;
  }

  .pie-flotante .datos-pie .datos-pie-izquierdo.responsive-3-botones {
    margin-left: 30px;
  }
}

@media (max-width: 1700px) {
  .pie-flotante .datos-pie .datos-pie-izquierdo.responsive-3-botones {
    margin-left: 20px;
    gap: 20px;
  }

  .pie-flotante .datos-pie .datos-pie-izquierdo.responsive-3-botones .boton-pie {
    font-size: 12px;
    width: 170px;
  }
}

@media (max-width: 1700px) {
  .pie-flotante .datos-pie .datos-pie-izquierdo.responsive-3-botones {
    margin-left: 20px;
    gap: 20px;
  }

  .pie-flotante .datos-pie .datos-pie-izquierdo.responsive-3-botones .boton-pie {
    font-size: 11px;
    width: 150px;
  }
}

@media (min-width: 1440px) {
  .forma-difuminado-footer {
    top: -100px !important;
    height: 360px !important;
  }
}

/* PARA NET */
@media (max-width: 1100px) {
  #kit_digi_modal .net_lateral {
    display: none;
  }
}

@media (max-width: 1200px) {
  .pie-flotante {
    background: transparent;
    height: auto;
    max-height: 60px;
    transition: max-height 0.3s ease;
  }

  .pie-flotante .datos-pie .datos-pie-centro .pie-contactanos-letras {
    font-size: 16px;
  }

  .pie-flotante .datos-pie .datos-pie-centro .pie-contactanos-imagen {
    width: 85px;
    color: #fff;
    font-size: 10px;
  }

  .pie-flotante .datos-pie .datos-pie-centro .datos-pie-mg>div:nth-child(1) {
    gap: 12px;
    background: var(--negro);
    cursor: pointer;
  }

  .botonera .boton .btn {
    width: 235px;
    height: 55px;
  }

  .banner p.rotulo {
    font-size: 38px;
    width: 450px;
    line-height: 45px;
    font-style: normal;
    min-height: auto;
    margin-bottom: 5px;
  }

  .banner p.post-rotulo {
    font-style: normal;
  }

  .banner p.post-rotulo span {
    font-weight: bold;
  }

  .menu-abre {
    height: auto;
  }

  .formas-portada {
    opacity: 0.9;
    max-width: 100vw;
    background: rgb(131, 58, 180);
    background: linear-gradient(90deg,
        var(--primario_transparente) 0%,
        var(--secundario_transparente) 60%,
        var(--terciario_transparente) 100%);
  }

  .texto_banner {
    top: calc(((100vw * 1253 / 2904) * 185 / 465) + 150px);
    position: initial;
  }

  .formas-portada .raton {
    bottom: 17%;
  }

  .botonera .boton p {
    margin-bottom: 15px;
  }

  .botonera .boton .btn {
    font-size: 13px;
  }

  .botonera .boton.kitdigital .hvr-shutter-out-horizontal:before {
    border-radius: 9px;
  }

  .prueba {
    overflow: hidden;
    width: 100vw;
  }

  .forma-superior {
    height: calc(((100vw * 1253 / 2904) * 185 / 465) + 120px);
    /* width: calc(100% + 20px); */
    width: 100%;
    padding: 0 10px;
    top: -5px;
    /* left: 0; */

    left: 0;
    overflow: hidden;
  }

  .forma-superior img {
    width: 101%;
    left: -2px;
    position: absolute;
    bottom: 0;
  }

  .custom_container {
    width: 100%;
    position: absolute;
    top: 350px;
  }

  .padre_valle {
    padding-top: 550px !important;
  }

  .caja_trending {
    max-width: 100%;
  }

  .custom_container h1,
  .custom_container h2.post-rotulo {
    text-align: center;
  }

  .fondo-pie img {
    width: 1034px;
    height: auto !important;
    padding: 0 !important;
  }

  .footer_inferior {
    height: 640px;
  }

  .caja_net {
    right: 20px !important;
  }
}

@media (max-width: 767px) {
  .forma-difuminado-footer {
    top: -25px !important;
  }

  .forma-superior {
    height: calc(((100vw * 1253 / 2904) * 185 / 465) + 105px);
    width: 100%;
    top: -5px;
    left: 0;
  }

  .footer_inferior {
    height: auto;
  }

  .footer_inferior .container .row .col-pie {
    width: 100%;
  }

  .filtro_colorin img {
    width: 100vw;
    min-width: auto;
    object-fit: cover;
  }

  .menu-abre.menu_fuera_xs {
    top: 30px !important;
    right: 20px !important;
  }
}

@media (max-width: 542px) {
  .caja_net {
    right: 20px !important;
  }
}

/* PARA NET */
@media (max-width: 1100px) {
  #kit_digi_modal .net_lateral {
    display: none;
  }
}

@media (max-height: 1000px) {
  /* alto menor FHD */

  .oscuridad p.rotulo {
    font-size: 56px;
    line-height: 66px;
  }

  .oscuridad p.pos-rotulo {
    font-size: 53px;
    line-height: 52px;
  }

  .padre_valle {
    padding-top: 535px !important;
  }

  .custom_container {
    top: 320px !important;
  }
}

@media (max-height: 880px) {

  /* alto raro */
  .home_li {
    display: none;
  }
}

/* -- -- -- -- -- ALTO PORTATIL -- -- -- -- -- */
@media (max-height: 768px) {

  /* alto portatil */
  .home_li {
    display: none;
  }

  #whatsapp {
    bottom: 66px !important;
    right: -14px !important;
  }

  #whatsapp .circulo-w {
    height: 37px !important;
    width: 37px !important;
  }

  #music_toggle,
  #music_stop {
    bottom: 65px !important;
    right: -15px !important;
    width: 35px !important;
    height: 35px !important;
  }

  .hidden-portatil {
    display: none;
  }

  .container.grande {
    width: 1190px;
  }

  /* -- -- -- HEADER -- -- -- */
  /* -- -- -- Menú -- -- -- */
  .menu-abre {
    width: 60px;
    top: 40px;
    right: 35px;
  }

  .linea-1,
  .linea-2,
  .linea-3 {
    height: 4px;
    margin-bottom: 9px;
  }

  /* -- -- -- MAIN -- -- -- */
  /* -- -- -- Banner -- -- -- */
  .video_banner {
    height: 850px;
  }

  .logo_web img,
  .desarollo .logo_web img {
    height: 134px;
    left: 50px;
  }

  .botonera .boton .btn {
    width: 250px;
    height: 60px;
    font-size: 17px;
  }

  /* -- -- -- Oscuridad -- -- -- */
  /* -- -- -- Oscuridad No Portada -- -- -- */
  .oscuridad .oscuridad_padding {
    padding: 60px;
    width: calc(100% - 380px);
  }

  .oscuridad p.rotulo {
    font-size: 56px;
    line-height: 66px;
  }

  .oscuridad p.pos-rotulo {
    font-size: 53px;
    line-height: 52px;
  }

  .oscuridad img {
    height: 140px;
  }

  .numero {
    font-size: 26px;
    height: 56px;
  }

  .numero span {
    font-size: 36px;
  }

  .oscuridad .fondo_verde .padding {
    padding: 20px;
  }

  .oscuridad .fondo_blanco .padding {
    padding: 10px 10px;
  }

  .caja_contenedora_whatsapp {
    right: -122px;
    width: 286px;
    height: 186px;
    left: inherit;
    top: 110%;
    left: -117px;
  }

  .no_portada .caja_contenedora_whatsapp {
    top: 110%;
    left: -85px;
  }

  .caja_whatsapp {
    width: 280px;
    right: 0px;
    top: 12px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-186px);
    transform: translateY(-186px);
  }

  .triangulo {
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: 100%;
    left: 0;
    right: 0px;
    margin: 0 auto;
    top: inherit;
  }

  .no_portada .triangulo {
    top: inherit;
  }

  .caja_whatsapp .borde {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }

  /* -- -- -- Menú Lateral  -- -- -- */
  #sidebar-wrapper {
    width: 380px;
  }

  .sidebar-nav li a {
    font-size: 20px;
  }

  /* -- -- -- Bienvenida -- -- -- */
  .bienvenida .row>div:first-child {
    padding-right: 38px;
  }

  .bienvenida .row>div:last-child {
    padding-left: 38px;
  }

  .bienvenida p.titulo {
    font-size: 38px;
  }

  .bienvenida p.texto {
    font-size: 18px;
  }

  .bienvenida img {
    height: 90px;
  }

  /* -- -- -- Arcoiris -- -- -- */

  /* -- -- -- Galeria -- -- -- */
  .galeria .row>div:last-child {
    padding: 0px 20px 0px 20px;
  }

  .galeria .camina p.grande {
    font-size: 70px;
    line-height: 77px;
  }

  .rectangulo_blanco {
    right: 102%;
  }

  /* -- -- -- Promocion -- -- -- */

  .promocion .texto .nombre_web {
    font-size: 51px;
  }

  .promocion .texto p {
    font-size: 46px;
    line-height: 51px;
  }

  .promocion .boton .btn {
    width: 360px;
    height: 76px;
    margin-right: 0px;
  }

  /* -- -- -- FOOTER -- -- -- */
  .logo_footer img {
    height: 180px;
  }

  .footer_superior p {
    font-size: 36px;
  }

  .ovalo {
    width: 2000px;
    top: -160px;
    left: calc(50% - 1000px);
  }

  footer .boton .btn {
    width: 380px;
    height: 78px;
  }

  .footer_inferior img {
    height: 80px;
  }

  .footer_inferior p.titulo {
    font-size: 36px;
  }

  .footer_inferior .padding {
    padding: 100px 40px 44px;
    width: 100%;
    height: 100%;
  }

  .footer_inferior p {
    font-size: 18px;
  }

  /* -- -- -- -- -- -- -- -- -- */
  /* -- -- -- DESARROLLO -- -- -- */
  h1 {
    font-size: 60px !important;
    line-height: 68px !important;
  }

  /* -- -- -- Promoción -- -- -- */
  .no_portada .rectangulo_blanco_inclinado {
    height: 307px;
    top: -232px;
  }
}

/* -- -- -- MONITORES NORMALES Y TABLET HORIZONTAL -- -- -- */
@media (max-width: 2560px) {
  .video_banner {
    /* height: 1924px; */
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 2000px) {
  .video_banner {
    /* height: 1924px; */
    aspect-ratio: 14 / 9;
  }
}

@media (max-width: 1756px) {
  .video_banner {
    /* height: 1924px; */
    aspect-ratio: 14 / 11;
  }
}

@media (max-width: 1440px) {
  .video_banner {
    /* height: 1924px; */
    aspect-ratio: 12 / 12;
  }
}

@media (max-width: 1400px) {
  .galeria .col-xs-12 .col-xs-12 .reflejo img {
    max-width: calc(100% - 150px);
  }

  .camina p.grande,
  .galeria .camina p.grande {
    font-size: 62px;
    line-height: 64px;
  }

  .galeria .camina p {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  /* monitores normales y tablet horizontal */

  p {
    font-size: 18px;
  }

  .container.grande {
    width: 100%;
    padding: 0px 80px;
  }

  /* -- -- -- HEADER -- -- -- */
  /* -- -- -- Menú -- -- -- */
  .menu-abre {
    width: 50px;
    top: 30px;
    right: 20px;
  }

  /* -- -- -- MAIN -- -- -- */
  /* -- -- -- Banner -- -- -- */
  .video_banner {
    /* height: 850px; */
    height: 100%;
    top: 80px;
  }

  .texto_banner {
    left: 70px;
  }

  .logo_web img,
  .desarollo .logo_web img {
    height: 150px;
    left: 35px;
    top: 40px;
  }

  .hermano.centrar {
    display: inline-block;
    justify-content: center;
    align-items: center;
  }

  /* -- -- -- Oscuridad -- -- -- */
  #sidebar-wrapper {
    width: 340px;
  }

  .oscuridad .oscuridad_padding {
    padding: 50px;
    width: calc(100% - 340px);
  }

  .oscuridad img {
    height: 120px;
  }

  .oscuridad .boton p {
    margin-bottom: 16px;
  }

  .oscuridad p.rotulo {
    font-size: 40px;
    line-height: 43px;
  }

  .oscuridad p.pos-rotulo {
    font-size: 38px;
  }

  /* -- -- -- Bienvenida -- -- -- */
  .bienvenida img {
    height: 80px;
  }

  .bienvenida .row {
    margin: 0px;
  }

  .bienvenida .row>div:first-child {
    padding-right: 28px;
    padding-top: 15px;
  }

  .bienvenida .row>div:last-child {
    padding-left: 28px;
  }

  .bienvenida p.titulo {
    font-size: 30px;
  }

  .bienvenida p.texto {
    font-size: 17px;
  }

  .gancho {
    font-size: 28px;
  }

  /* -- -- -- Arcoiris -- -- -- */

  /* -- -- -- Galeria -- -- -- */
  .relleno_gris {
    width: calc((100vw - 970px + 100px) / 2);
  }

  /* -- -- -- Promocion -- -- -- */
  .promocion .texto p {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: right;
  }

  .promocion .texto .nombre_web {
    font-size: 38px;
    text-align: right;
  }

  .promocion .boton .btn {
    width: 260px;
    height: 66px;
    font-size: 20px;
    margin-right: 0px;
  }

  .mac_portatil {
    height: 430px;
  }

  /* -- -- -- FOOTER -- -- -- */
  .logo_footer img {
    height: 150px;
  }

  .footer_superior p {
    font-size: 32px;
  }

  footer .boton .btn {
    width: 350px;
    height: 70px;
  }

  .ovalo {
    width: 1600px;
    top: -171px;
    left: calc(50% - 800px);
  }

  .footer_inferior .padding {
    padding: 80px 34px 50px;
  }

  .footer_inferior img {
    height: 64px;
  }

  .footer_inferior p.titulo {
    font-size: 27px;
    letter-spacing: 1px;
    text-align: center;
  }

  .footer_inferior .padding {
    padding: 100px 25px 34px 25px;
    text-align: center;
  }

  .footer_inferior p {
    font-size: 15px;
    text-align: center;
  }

  .lista_pie.lista_pie_izquierda {
    text-align: right;
    padding-right: 8px;
  }

  .lista_pie.lista_pie_derecha {
    text-align: left;
    padding-left: 8px;
  }

  .menu-abre.menu_fuera_xs {
    top: 50px;
    right: 50px;
  }

  .fondo-menu-abre {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }

  .menu_fuera_xs .fondo-menu-abre {
    opacity: 1;
  }

  /* -- -- -- -- -- -- -- -- -- */
  /* -- -- -- DESARROLLO -- -- -- */
  /* -- -- -- Carasteristicas Desarrollo  -- -- -- */
  .caja_gris .titulo {
    font-size: 30px;
    line-height: 30px;
  }

  .carasteristicas_desarrollo .row>div {
    padding: 0px 20px;
  }

  /* .carasteristicas_desarrollo .row {
        margin-right: -20px;
        margin-left: -20px;
    } */

  /* .caja_gris {
        height: 276px;
    } */
  .superpuesto {
    -webkit-transform: translateY(266px);
    transform: translateY(266px);
  }

  .caja_gris img {
    height: 95px;
    left: -45px;
    position: relative;
    top: -46px;
  }

  .fondo_icono {
    top: 138px !important;
    left: 167px !important;
  }

  .caja_gris .titulo {
    font-size: 34px;
    line-height: 30px;
  }

  .caja_gris .titulo span {
    font-size: 23px;
  }

  .superpuesto .padding {
    padding: 36px 0px 0px;
  }

  .caja_gris .superpuesto p.titulo {
    font-size: 26px;
    line-height: 23px;
  }

  .superpuesto p.info {
    padding: 0px 15px;
  }

  .cualidades .titulo,
  .cualidades .right .titulo {
    font-size: 30px;
    text-align: center;
  }

  .cualidades p,
  .cualidades .right p {
    font-size: 19px;
    text-align: center;
  }

  img.movil_adapta {
    height: 369px;
  }

  .esfera_transparente {
    height: 292px;
    width: 508px;
  }

  .esfera_transparente.esfera_transparente_dos {
    bottom: 77px;
    right: -266px;
  }

  .seo_buscador {
    height: 165px;
  }

  .google_cualidades {
    top: -20px;
    height: 80px;
  }

  .esfera_transparente.esfera_transparente_tres {
    bottom: 30px;
    left: -150px;
  }

  .caja_gris {
    cursor: pointer;
  }

  .caja-info-imagen {
    height: 333px;
  }

  /* NUEVO */

  img.movil_adapta.movil {
    left: -15px;
    height: 420px;
    width: 110%;
  }

  img.movil_adapta.movilvideos {
    left: -14px;
    height: 380px;
    top: 41px;
  }

  img.movil_adapta.movilredes {
    top: 46px;
    left: -12px;
    height: 374px;
    width: 110%;
  }

  .rrss-first .marco-imagen {
    top: auto;
    height: 463px;
    left: -81px;
    width: 477px;
  }

  .marco-imagen {
    top: auto;
    /* height: 430px; */
    height: 463px;
    /* left: -50px; */
    left: -80px;
    /* width: 453px; */
    width: 483px;
  }

  .marco-imagen2 {
    /* right: -610px; */
    right: -640px;
    /* width: 453px; */
    /* width: 483px; */
    width: 463px;
    /* height: 430px; */
    height: 460px;
  }

  .marco-imagen4 {
    left: -622px !important;
    top: -52px !important;
  }

  img.movil_adapta.movil4 {
    top: -20px;
    left: -560px !important;
    height: 390px;
  }

  .tablet3 {
    top: 42px !important;
  }

  img.movil_adapta.movil2 {
    /* right: -610px; */
    right: -600px;
    /* height: 398px; */
    height: 420px;
    width: 110%;
  }

  .fondo_desplegable {
    background-position: top;
  }

  @keyframes intermitente {

    0%,
    49% {
      visibility: visible;
    }

    50%,
    100% {
      visibility: hidden;
    }
  }

  .pie-toca {
    position: relative;
    left: 10px;
  }

  .pie-toca img {
    position: relative;
    height: 30px;
    top: -1px;
    left: 4px;
    rotate: 30deg;
    animation: intermitente 1s infinite steps(1, end);
  }

  img.movil_adapta.movil5 {
    top: 2px;
  }

  .boton.arco .btn {
    width: 350px;
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  /* tablet vertical */
  /* img.movil_adapta.movil{
        height: 100%;
        left: 0;
    } */

  .bx-viewport {
    border-radius: 0px !important;
  }

  .marcas2 img {
    width: 150px !important;
  }

  .caja_logos_tv {
    height: 80px;
  }

  .seo_container .titulo,
  .seo_container p {
    text-align: center !important;
  }

  .seo_container2 .titulo,
  .seo_container2 p {
    text-align: center !important;
  }

  .rrss-second img.movil_adapta.movil2 {
    right: 0 !important;
    width: 100%;
    height: 60vw;
    margin: 0 auto;
  }

  .rrss-first img.movil_adapta.movil {
    height: 60vw;
    left: 0;
    width: 100% !important;
    margin: 0 auto;
  }

  .rrss-first .marco-imagen {
    /* height: 60vw; */
    height: 65vw;
    left: 0;
    /* width: 90%; */
    width: 100%;
    margin: 0 auto;
  }

  /* .rrss-second .marco-imagen2 {
    height: 47vw;
  } */

  .marco-imagen2 {
    right: 0;
  }

  img.movil_adapta.movil4 {
    left: 0 !important;
  }

  .marco-imagen4 {
    left: 0 !important;
  }

  img.movil_adapta.tablet {
    right: 0 !important;
    width: 90%;
    height: 58vw;
    margin: 0 auto;
  }

  .marco-imagen {
    /* height: 60vw; */
    height: 65vw;
    left: 0;
    /* width: 90%; */
    width: 100%;
    margin: 0 auto;
  }

  .marco-imagen2 {
    /* height: 60vw; */
    height: 65vw;
    left: 0;
    /* width: 92%; */
    width: 100%;
    margin: 0 auto;
  }

  img.movil_adapta.movil {
    height: 58vw;
    left: 0;
    width: 90%;
    margin: 0 auto;
  }

  img.movil_adapta.movilvideos {
    left: 48px;
  }

  img.movil_adapta.movil5 {
    top: 2px;
    height: 57vw;
    left: 30px;
    width: 90%;
    margin: 0 auto;
  }

  img.movil_adapta.movilredes {
    width: 100% !important;
  }

  /* -- -- -- Menu doble -- -- -- */
  .menu_doble {
    position: fixed;
    width: 100%;
    top: -52px;
    left: 0px;
    transform: translateY(0px);
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    z-index: 300;
  }

  .menu_doble.aparece_menu_doble {
    position: fixed;
    transform: translateY(52px);
  }

  .menu_doble .container {
    width: 100%;
    padding: 0px;
  }

  .menu_doble .navbar-header {
    height: 52px;
    border-bottom: 0px solid #002ba6;
    margin: 0px;
  }

  .menu_doble .navbar-toggle {
    /* position: relative; */
    float: right;
    padding: 19px 15px;
    margin: 0px;
    background-color: #ff0781;
    border: 0px;
    border-radius: 0px;
  }

  .menu_doble .navbar-toggle.left-toggle {
    padding: 11px 11px;
  }

  .menu_doble .navbar-toggle.left-toggle img {
    height: 30px;
    scale: 0.9;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #ff0781;
  }

  .menu_doble .navbar-toggle.left-toggle {
    float: left;
    background-color: #ff9300;
  }

  .navbar-default .navbar-toggle.left-toggle:focus,
  .navbar-default .navbar-toggle.left-toggle:hover {
    background-color: #ff9300;
  }

  .menu_doble .navbar {
    margin-bottom: 0px;
    border: 0px;
    background-color: var(--negro);
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  #menu-lateral.toggled.toggle-right .sidebar-wrapper.right {
    right: 100%;
    width: 100%;
  }

  #menu-lateral.toggled.toggle-left .sidebar-wrapper.left {
    left: 100%;
  }

  .sidebar-wrapper.right {
    max-width: 100vw;
    width: 100%;
  }

  .sidebar-wrapper.left {
    max-width: 100vw;
    width: 100%;
  }

  .sidebar-wrapper.left {
    left: 0;
    margin-left: -100%;
  }

  .sidebar-wrapper.right {
    right: 0;
    margin-right: -100%;
  }

  .sidebar-wrapper.right {
    background-color: var(--negro);
    z-index: 40;
  }

  .sidebar-wrapper {
    margin-top: 0px;
  }

  .menucito_doble .sidebar-wrapper {
    padding-top: 0px;
  }

  .menucito_doble .centrado {
    padding: 20px;
    width: 100%;
  }

  .logo_movil {
    height: 26px;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .navbar-toggle {
    display: block;
  }

  .pie_lateral {
    width: 100vw;
    min-width: 320px;
    max-width: 100vw;
  }

  .arcoiris .contenido-arcoiris,
  .galeria .container {
    width: calc(100% - 170px);
  }

  .portatil {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }

  .abuelo_web {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .padre_web {
    position: relative;
    top: auto;
    left: auto;
    right: auto;

    width: 535px;
    height: 315px;
    /* width: 430px; */
  }

  .portatil img {
    margin: auto;
  }

  .promocion .fondo-promocion,
  .promocion,
  .fondo_promocion {
    /* height: 1100px; */
    height: 1260px;
  }

  .galeria .padre_imagen {
    height: 200px;
  }

  .galeria .col-xs-12 .col-xs-12 .reflejo img {
    max-width: calc(100% - 50px);
  }

  .camina p.grande,
  .galeria .camina p.grande {
    font-size: 45px;
    line-height: 45px;
  }

  .galeria .camina p {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  /* tablet vertical */

  .kitdigital .texto_inferior {
    width: 210px;
  }

  .navbar-header {
    float: none;
    height: 70px;
    border-bottom: 1px solid #002ba6;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-toggle {
    margin-right: 30px;
    margin-top: 17px;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px 15px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }

  .cuadro-red {
    height: 140px;
    width: 140px;
  }

  .red-ico {
    height: 80px;
    width: 80px;
  }

  .boton-google {
    text-align: center;
  }

  .logo_web img,
  .desarollo .logo_web img {
    height: 120px;
    left: 35px;
    top: 40px;
  }

  .team.expandido {
    max-height: unset;
  }

  /* -- -- -- HEADER -- -- -- */
  /* -- -- -- Menú -- -- -- */

  /* -- -- -- Menú Lateral -- -- -- */

  /* -- -- -- MAIN -- -- -- */
  /* -- -- -- Banner -- -- -- */

  .logo_web img {
    left: 30px;
  }

  .texto_banner {
    left: 0px;
    padding: 30px;
    width: 100%;
  }

  .banner .botonera {
    display: inline-block;
  }

  /* -- -- -- Oscuridad -- -- -- */
  /* -- -- -- Oscuridad (No portada)-- -- -- */
  .oscuridad .oscuridad_padding {
    padding: 30px 26px;
    height: 100vh;
    width: calc(100% - 300px);
  }

  .oscuridad p.rotulo {
    font-size: 36px;
    line-height: 40px;
  }

  .oscuridad p.pos-rotulo {
    font-size: 36px;
    line-height: 40px;
  }

  .oscuridad img {
    height: 110px;
  }

  .info.centrar {
    display: block;
  }

  .numero {
    padding: 0;
  }

  .oscuridad .red {
    border-left: 0px;
    padding-left: 0px;
  }

  .oscuridad .red {
    position: relative;
  }

  .oscuridad .fondo_blanco .padding {
    padding: 10px 10px;
  }

  .oscuridad .fondo_verde .padding {
    padding: 20px;
  }

  .oscuridad .fondo_blanco .padding {
    padding: 10px 10px;
  }

  .caja_contenedora_whatsapp {
    width: 286px;
    height: 186px;
    left: 0px;
    top: 110%;
  }

  .no_portada .caja_contenedora_whatsapp {
    top: 110%;
    width: 265px;
    height: 100px;
    left: -135px;
  }

  .caja_whatsapp {
    width: 280px;
    right: 0px;
    top: 12px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-186px);
    transform: translateY(-186px);
  }

  .triangulo {
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: 100%;
    left: 0;
    right: 71px;
    margin: 0 auto;
    top: inherit;
  }

  .no_portada .triangulo {
    top: inherit;
    right: -60px;
  }

  .caja_whatsapp .borde {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }

  /* -- -- -- Bienvenida -- -- -- */
  .bienvenida .row>div:first-child {
    padding: 0px;
    width: 500px;
    padding-bottom: 20px;
    margin: 0 auto;
  }

  .bienvenida .row>div:last-child {
    padding: 0px;
    padding-top: 30px;
  }

  .bienvenida .caja_trending .row>div:first-child {
    width: auto;
    padding: 0px !important;
  }

  .bienvenida .caja_trending .row>div:last-child {
    width: auto;
    padding: 0px !important;
  }

  .linea_rosa {
    width: 100%;
    height: 3px;
  }

  .bienvenida p.titulo {
    font-size: 36px;
  }

  .bienvenida p.titulo,
  .bienvenida p.texto {
    text-align: center;
  }

  .gancho {
    padding: 0px 40px;
    font-size: 30px;
  }

  .bienvenida p.texto {
    font-size: 16px;
  }

  /* -- -- -- Arcoiris -- -- -- */

  /* -- -- -- Galeria -- -- -- */
  .relleno_gris {
    width: calc((100vw - 750px + 100px) / 2);
  }

  .galeria .row>div:last-child {
    padding: 0px 0px;
    padding-left: 10px;
  }

  .galeria .camina p {

    text-align: center;
    font-size: 15px;
  }

  .rectangulo_blanco {
    display: none;
  }

  /* -- -- -- Promocion -- -- -- */
  .portatil {
    text-align: center;
  }

  .mac_portatil {
    position: relative;
    top: 0px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    width: 608px;
    height: auto;
  }

  .mac_portatil.app {
    height: 650px;
    width: 315px;
  }

  .padre_web {
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 585px;
    height: 330px;
  }

  .promocion .texto .nombre_web,
  .promocion .boton p {
    text-align: center;
  }

  .promocion .boton .btn {
    margin-right: 0px;
  }

  .promocion .linea_separa {
    float: none;
    margin: 0 auto;
  }

  .promocion .texto p {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }

  .promocion .texto .nombre_web {
    font-size: 44px;
  }

  /* -- -- -- FOOTER -- -- -- */

  footer .boton .btn {
    font-size: 20px;
    width: 260px;
    height: 66px;
  }

  .footer_inferior p.titulo {
    font-size: 22px;
    letter-spacing: 0px;
  }

  .alineado_pie {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer_inferior p.titulo {
    font-size: 26px;
    padding: 0px;
  }

  .footer_inferior .row>div:first-child .info_pie p {
    margin-right: 15px;
  }

  .footer_inferior .row>div:first-child .info_pie p:last-child {
    margin-right: 0px;
  }

  .info_pie p {
    font-size: 15px;
    margin-right: 26px;
  }

  .info_pie p:last-child {
    padding-right: 0px;
  }

  .info_pie a {
    color: #ffe5bf !important;
  }

  .footer_inferior img {
    height: 50px;
    padding-right: 20px;
  }

  .footer_inferior .lista_pie p {
    margin-right: 20px;
  }

  .footer_inferior .padding {
    padding: 60px 30px 30px;
  }

  .footer_inferior .row>div:nth-child(2) .padding,
  .footer_inferior .row>div:last-child .padding {
    padding: 30px 30px 30px;
  }

  .footer_inferior .lista_pie a:last-child p {
    margin-right: 0px;
  }

  /* -- -- -- -- -- -- -- -- -- */
  /* -- -- -- DESARROLLO -- -- -- */
  h1 {
    font-size: 62px !important;
    line-height: 70px !important;
  }

  p,
  .textaco,
  .textaco p,
  .textaco li {
    font-size: 18px;
  }

  .desarollo p.post-rotulo,
  .desarollo h2.post-rotulo {
    font-size: 16px;
    margin-top: 0px;
  }

  .footer_inferior .container {
    bottom: 55px;
  }

  /* -- -- -- Carasteristicas Desarrollo -- -- -- */
  .carasteristicas_desarrollo p.estrecho,
  .carasteristicas_google p.estrecho {
    width: 93%;
  }

  .carasteristicas_desarrollo .row>div {
    padding: 0px 10px;
  }

  .carasteristicas_desarrollo .row.opciones {
    margin-right: -10px;
    margin-left: -10px;
  }

  .caja_gris .padding {
    padding: 0px 20px;
  }

  .caja_gris img {
    height: 80px;
    left: -29px;
    top: -22px;
  }

  .caja_gris .titulo {
    font-size: 30px;
    line-height: 30px;
  }

  .fondo_icono {
    top: 101px !important;
    left: 127px !important;
  }

  .caja_gris.naranja .superpuesto p.titulo {
    padding: 0px;
  }

  .caja_gris .titulo span {
    font-size: 20px;
  }

  .superpuesto p.info {
    font-size: 13px;
    padding: 0px;
  }

  .caja_gris .superpuesto p.titulo {
    font-size: 22px;
    line-height: 23px;
  }

  .caja_gris .superpuesto p.titulo span {
    font-size: 18px;
    font-weight: 800;
  }

  .seo_container2 img.movil_adapta.movil2 {
    right: 0 !important;
  }

  .carasteristicas_desarrollo .row.cualidades>div {
    text-align: center;
    flex-direction: column;
    width: 100%;
  }

  .cualidades .titulo,
  .cualidades.cualidades_dos .titulo {
    padding: 0px 150px;
    text-align: center !important;
  }

  .cualidades p {
    text-align: center !important;
    padding: 0px 60px;
  }

  .cualidades.cualidades_dos p {
    text-align: center !important;
  }

  img.movil_adapta {
    float: none;
    height: 369px;
  }

  .esfera_transparente {
    right: 50px;
    left: 0;
    top: 70px;
    margin: 0 auto;
    height: 292px;
    width: 508px;
  }

  .alineado_alto {
    position: relative;
    display: grid;
  }

  .esfera_transparente.esfera_transparente_dos {
    top: inherit;
    bottom: 59px;
    right: -189px;
  }

  .esfera_transparente.esfera_transparente_tres {
    bottom: -48px;
    left: 0;
    right: 59px;
    margin: 0 auto;
    top: inherit;
  }

  .seo_buscador {
    right: 0px;
    margin: 0 auto;
  }

  .google_cualidades {
    position: relative;
    top: -24px;
    left: -38px;
    height: 80px;
    margin: 0 auto;
    right: 0px;
  }

  /* -- -- -- Promoción -- -- -- */
  .no_portada .rectangulo_blanco_inclinado {
    display: none;
  }

  .padre_app {
    /* height: 640px; */
    height: 577px;
    width: 300px !important;
    z-index: 1;
    position: absolute;
    top: 6px;
    overflow: hidden;
    border-radius: 45px;
    left: calc(50% - 150px);
  }

  .padre_app .imagen {
    background-position: top center;
  }

  .botones_app {
    text-align: center;
  }

  .esfera_transparente,
  .esfera_transparente.esfera_transparente_dos,
  .invertir2 .esfera_transparente.esfera_transparente_dos,
  .invertir2 .esfera_transparente {
    left: calc(50% - 254px);
    right: auto;
  }

  .invertir .esfera_transparente,
  .invertir .esfera_transparente.esfera_transparente_dos,
  .esfera_transparente.esfera_transparente_dos.apps {
    left: auto;
    right: auto;
  }

  .cualidades .titulo,
  .cualidades.cualidades_dos .titulo {
    padding-top: 30px !important;
  }

  .invertir2 img.movil_adapta {
    position: relative;
    right: 0;
    height: 410px;
    z-index: 2;
    left: calc(50% - 114px);
    margin: 0 auto;
    float: none;
  }

  .invertir2 img.movil_adapta {
    position: relative;
    left: 0;
    right: 0;
  }

  .invertir2 {
    text-align: center;
  }

  .lista_proyectos {
    padding: 0px;
  }

  .textaco.estrecho,
  .textaco.estrecho p {
    width: 100%;
  }

  .miembro .tecnicos h3 {
    font-size: 30px;
  }

  .miembro .tecnicos p {
    font-size: 13px;
  }

  /**KIT DIGI DELUXE ***/
  .modal-lg.modal-kit {
    width: calc(100% - 30px);
  }

  #kit_digi_modal h2 {
    font-size: 32px;
  }

  #kit_digi_modal .btn-cerrar-especial {
    height: 60px;
    width: 60px;
    top: -30px;
    left: 15px;
  }

  #kit_digi_modal .caja_blanca p {
    font-size: 15px;
  }

  #kit_digi_modal p.enunciado_pregunta {
    line-height: 20px;
  }

  .caja-info-imagen {
    height: 380px;
  }

  .seo_buscador {
    left: -352px;
  }

  .caja_logos_tv {
    gap: 60px;
    justify-content: space-evenly;
  }

  .caja_logos_tv img.logo {
    height: 60px;
  }

  .arcoiris .contenido-arcoiris,
  .galeria .container {
    width: calc(100% - 80px);
  }

  .arcoiris .arcoiris-derecha {
    padding-left: 40px;
  }

  .paquetes .padding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }

  .paquetes img {
    height: 150px !important;
    padding: 0 !important;
  }

  .paquetes .padding .texto-paquete * {
    text-align: center;
  }

  .boton.arco .btn {
    width: 300px;
    font-size: 15px;
  }

  .forma-difuminado-footer {
    top: -30px !important;
  }
}

@media (max-width: 767px) {

  .marcas2 img {
    width: 140px !important;
  }

  /* móviles */
  img.movil_adapta.movil5 {
    left: 30px !important;
  }

  /* color rosa */
  .menu_fuera_xs {
    opacity: 0;
    top: 0;
    z-index: -1;
  }

  .workshop iframe {
    height: 300px;
    width: 100%;
  }

  .esfera_transparente,
  .esfera_transparente.esfera_transparente_dos,
  .invertir2 .esfera_transparente.esfera_transparente_dos,
  .invertir2 .esfera_transparente,
  .invertir .esfera_transparente,
  .invertir .esfera_transparente.esfera_transparente_dos,
  .esfera_transparente.esfera_transparente_dos.apps {
    left: 0;
    right: 0;
  }

  .imagen-proyecto .overlay h3 {
    font-size: 15px;
  }

  .imagen-proyecto .overlay h4 {
    font-size: 12px;
  }

  .tecnologias.flexible {
    padding: 15px 0px;
  }

  /* .noticia .titular a>h3 {
    font-size: 20px;
  } */

  .noticia .titular a>h2 {
    font-size: 20px;
  }

  /* h2.noticial {
    font-size: 26px;
  } */

  h1.noticial {
    font-size: 26px;
  }

  .proy_texto p {
    font-size: 14px;
  }

  .tecnologias.flexible {
    display: block;
    text-align: center;
  }

  .tecnologias .iconitos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tecnologias .iconitos img {
    margin: 15px 7.5px 0px;
    height: 40px;
    width: 40px;
  }

  .marco-rosita {
    flex-wrap: wrap;
  }

  .marco-rosita .colu {
    width: 100%;
  }

  .botones_proyect {
    display: block;
    text-align: center;
  }

  .btn-website {
    width: 250px;
    height: 70px;
    font-size: 18px;
  }

  .cuadro-red {
    margin-bottom: 30px;
    height: 110px;
    width: 110px;
  }

  .red-ico {
    height: 60px;
    width: 60px;
  }

  .datos-contacto {
    display: block;
    text-align: center;
  }

  .boton-google .btn-google {
    width: 355px;
    height: 80px;
  }

  .invertir2 img.movil_adapta {
    height: 270px;
    left: 0;
    right: 0;
  }

  .container.grande {
    padding: 0px 20px;
  }

  .certificado-google {
    height: auto;
    max-width: 100%;
  }

  /* -- -- -- HEADER -- -- -- */
  /* -- -- -- Menú -- -- -- */

  .padre_valle {
    padding-top: 300px !important;
  }

  .custom_container {
    top: 220px !important;
  }

  /* -- -- -- Menú Lateral-- -- -- */

  #sidebar-wrapper {
    width: 100vw;
  }

  #wrapper.toggled {
    right: -100vw;
  }

  .centrado {
    padding-top: 0px;
  }

  .logo_menu_lateral {
    height: 90px;
  }

  ul.sidebar-nav {
    margin-top: 10px;
  }

  .sidebar-nav li a {
    font-size: 16px;
    padding: 7px 15px 7px;
  }

  header .sidebar-nav li a {
    text-align: center;
  }

  .sidebar-nav li {
    text-indent: 0px;
    width: fit-content;
    line-height: 24px;
  }

  #map {
    height: 420px;
    width: 100%;
  }

  /* -- -- -- MAIN -- -- -- */

  /* -- -- -- Banner -- -- -- */
  .video_banner {
    height: 820px;
    height: 100%;
  }

  .texto_banner {
    padding: 20px;
  }

  .banner p.rotulo {
    font-size: 36px;
    width: 425px;
  }

  .banner p.post-rotulo {
    font-size: 20px;
  }

  .botonera .boton .btn {
    width: 210px;
    height: 50px;
  }

  .raton {
    bottom: 16% !important;
  }

  /* -- -- -- Oscuridad -- -- -- */

  /* -- -- -- Bienvenida -- -- -- */
  .bienvenida .row>div:first-child {
    width: 100%;
  }

  /* .bienvenida .caja_trending .row>div:first-child {
    margin-bottom: 40px;
  } */

  .bienvenida p.titulo {
    font-size: 25px;
  }

  .gancho {
    font-size: 19px;
    padding: 0px 0px;
  }

  .bienvenida img {
    height: 45px;
  }

  /* -- -- -- Arcoiris -- -- -- */

  .arcoiris {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .camina p.grande,
  .galeria .camina p.grande {
    font-size: 38px;
    line-height: 42px;
  }

  .arcoiris .camina p:not(.grande) {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .paquetes img {
    height: 100px !important;
  }

  .paquetes .padding {
    padding: 50px 0 80px 0;
  }

  .paquetes p.grande,
  .paquetes h2.grande,
  .paquetes h3.grande {
    font-size: 24px;
  }

  .arcoiris .texto-paquete h2,
  .arcoiris .texto-paquete p {
    line-height: 32px;
  }

  .paquetes p,
  .paquetes h2,
  .paquetes h3 {
    font-size: 17px;
  }

  .arcoiris .arcoiris-derecha {
    padding: 0;
  }

  .boton.arco .btn {
    max-width: 100%;
    width: 180px;
    height: 80px;
    color: #fff;
    font-size: 15px;
    white-space: inherit;
  }

  .camina p:not(.grande)

  /* -- -- -- Marcas -- -- -- */
  .camina p.grande,
  .galeria .camina p.grande {
    font-size: 40px;
  }

  /* -- -- -- Galeria -- -- -- */
  .galeria .container {
    padding: 0px 15px;
  }

  .relleno_gris {
    width: calc((100vw - 300px + 70px) / 2);
  }

  .galeria .row>div:first-child div.columna {
    padding-right: 20px;
  }

  .galeria .imagen {
    margin-bottom: 25px;
  }

  .pie_galeria {
    height: 80px;
    bottom: 20px;
    right: -20px;
  }

  /* -- -- -- Promocion -- -- -- */
  .promocion .container.grande {
    padding: 0px 15px;
  }

  .promocion .texto p {
    font-size: 35px;
    line-height: 40px;
  }

  .promocion .texto .nombre_web {
    font-size: 34px;
  }

  .mac_portatil {
    width: 420px;
  }

  .padre_web {
    top: 12px;
    width: 340px;
    height: 205px;
  }

  .promocion .boton .btn {
    width: 200px;
    height: 60px;
    font-size: 18px;
  }

  .padre_web {
    top: 7px;
    width: 326px;
    height: 184px;
  }

  /* -- -- -- FOOTER -- -- -- */
  .logo_footer img {
    height: 130px;
  }

  .linea_separa_footer {
    width: 90%;
    border-top: 1px solid #e3e3e3;
    margin: 0 auto;
  }

  .padre_p {
    overflow: hidden;
    padding: 0px 30px;
  }

  .footer_superior p {
    font-size: 25px;
  }

  footer .boton .btn {
    width: 200px;
    height: 60px;
    font-size: 18px;
  }

  .footer_inferior .row>div:nth-child(2) .padding,
  .footer_inferior .row>div:last-child .padding {
    padding: 30px 40px 30px;
  }

  .lista_pie.izquierda {
    text-align: right;
    padding-right: 5px;
  }

  .lista_pie.derecha {
    padding-left: 5px;
    text-align: left;
  }

  .alineado_pie {
    display: inline-block;
    text-align: center;
  }

  .footer_inferior img {
    height: 45px;
    padding-right: 0px;
    margin-bottom: 10px;
  }

  .footer_inferior p.titulo {
    text-align: center;
  }

  .info_pie p {
    font-size: 15px;
    margin-right: 0px;
    text-align: center;
  }

  .footer_inferior .container {
    bottom: 40px;
  }

  .footer_inferior .lista_pie p {
    margin-right: 0px;
  }

  .ovalo {
    width: 1500px;
    top: -184px;
    left: calc(50% - 750px);
  }

  /* -- -- -- Rectángulo mágico -- -- -- */
  .rectangulo_magico {
    background-color: #fff;
    width: 100%;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0px;
    z-index: 301;
  }

  /* derecha */
  .sidebar-wrapper.right .centrado>div {
    z-index: 2;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .sidebar-wrapper.right .centrado>div>div {
    text-align: center;
    height: 100%;
    top: 18%;
  }

  .cierra-menu {
    width: auto;
    top: 15px !important;
    right: 15px;
  }

  .cierra-menu a img {
    height: 20px;
  }

  .menucito_doble .sidebar-nav li a {
    font-size: 16px;
    padding: 7px 15px 7px;
  }

  .hvr-underline-from-center:before {
    height: 0px;
  }

  .sidebar-wrapper.right .boton p {
    text-align: center;
  }

  .sidebar-wrapper.right .boton .btn {
    color: #ff9b01;
    border: 2px solid #ff9b01;
    background-color: transparent;
    width: 190px;
    height: 46px;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
  }

  .sidebar-wrapper.right.hvr-bounce-to-right:before {
    background: #ff9b01;
  }

  .sidebar-wrapper.right .hvr-bounce-to-right:hover,
  .sidebar-wrapper.right .hvr-bounce-to-right:focus,
  .sidebar-wrapper.right .hvr-bounce-to-right:active {
    color: #fff;
  }

  /*
    .menucito_doble .logo_menu_lateral {
    height: 100px;
    margin-bottom: 20px;
}
    */

  .mac_portatil.app {
    left: 0;
    height: auto;
    width: 340px;
  }

  .padre_app {
    /* height: 100%; */
    height: 90%;
    width: 330px;
    z-index: 1;
    left: 5px;
    position: absolute;
    top: 3px;
    overflow: hidden;
    border-radius: 45px;
  }

  .mac_portatil {
    width: 340px;
  }

  .promocion .fondo-promocion,
  .promocion,
  .fondo_promocion {
    height: 820px;
    /* height: 1360px; */
  }

  .promocion2 .fondo-promocion2,
  .promocion2,
  .fondo_promocion2 {
    height: 1360px;
  }

  .btn-apps {
    margin: 0 0 30px;
  }

  /* izquierda */
  #menu-lateral.toggled.toggle-left .sidebar-wrapper.left {
    width: 100%;
    z-index: 31;
  }

  /* 
  .sidebar-wrapper.left {
    max-width: 100%;
    padding-top: 0px;
    left: 100%;
    margin-left: -100%;
  } */

  .sidebar-wrapper.left .oscuridad {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    opacity: 1 !important;
    z-index: 10 !important;
  }

  .sidebar-wrapper.left .oscuridad .oscuridad_padding {
    width: 100vw;
    padding: 20px 15px;

    background: linear-gradient(to right,
        #ff9c00dd 0%,
        #ff9c00dd 21%,
        #f30b9fdd 89%,
        #f30b9fdd 100%);
  }

  .sidebar-wrapper.left .oscuridad .oscuridad_padding>div {
    width: 100%;
    text-align: center;
  }

  .oscuridad img {
    height: 80px;
  }

  .oscuridad .cierra-menu {
    width: auto;
    top: 15px;
    left: 15px;
    right: inherit;
  }

  /*
    .cierra-menu a:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
    */

  .oscuridad p.rotulo {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: center;
  }

  .oscuridad p.pos-rotulo,
  .no_portada.desarollo_web .oscuridad p.pos-rotulo {
    font-size: 25px;
    line-height: 27px;
    text-align: center;
  }

  .oscuridad .boton .btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
  }

  .oscuridad .boton p {
    text-align: center;
  }

  .numero {
    padding: 0px;
    text-align: center;
    font-size: 20px;
    height: auto;
  }

  .numero span {
    font-size: 30px;
  }

  .numero span a {
    color: #fff !important;
  }

  .oscuridad img {
    height: 90px;
  }

  .hermano.centrar {
    width: 100%;
  }

  .oscuridad .red {
    width: 100%;
  }

  /* whatsapp */
  .sidebar-wrapper.left .oscuridad .fondo_verde .padding {
    padding: 20px;
    width: 100%;
    height: auto;
  }

  .sidebar-wrapper.left .oscuridad .fondo_verde .padding {
    padding: 20px;
    padding-right: 30px;
    width: 100%;
    height: auto;
  }

  .caja_contenedora_whatsapp {
    width: 266px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    height: 96px;
    left: -150px;
  }

  .caja_whatsapp {
    width: 266px;
    -webkit-transform: translateY(-96px);
    transform: translateY(-96px);
  }

  .fondo_verde .padding a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .fondo_verde .padding p {
    font-size: 14px;
    text-align: center;
  }

  .oscuridad img.cerrar_whatsapp {
    height: 12px;
    top: 10px;
    right: 12px;
  }

  .oscuridad img.imagen_whatsapp {
    height: 30px;
  }

  .triangulo {
    right: -77px;
  }

  img.movil_adapta.movil {
    left: 0;
  }

  /* manto-movil */
  #manto-movil {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
  }

  #manto-movil.toogled {
    z-index: 30;
  }

  /* -- -- -- -- -- -- -- -- -- */
  /* -- -- -- DESARROLLO -- -- -- */
  /* -- -- -- Carasteristicas Desarrollo  -- -- -- */

  h1 {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .no_portada p.post-rotulo {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .logo_web img,
  .desarollo .logo_web img {
    height: 75px;
    left: 25px;
    top: 30px;
  }

  p,
  .textaco,
  .textaco p,
  .textaco li {
    font-size: 16px;
  }

  .carasteristicas_desarrollo p.estrecho {
    width: 100%;
    padding: 0px 20px;
  }

  .carasteristicas_desarrollo .row>div {
    padding: 0px 30px;
  }

  .carasteristicas_desarrollo .row.opciones {
    margin-right: -0px;
    margin-left: -0px;
  }

  .caja_gris .titulo span {
    font-size: 33px;
  }

  .caja_gris .titulo {
    font-size: 40px;
    line-height: 45px;
  }

  .caja_gris {
    width: 366px;
    margin: 0 auto;
  }

  .fondo_icono {
    top: 164px !important;
    left: 211px !important;
  }

  .caja_gris img {
    height: 120px;
    left: -58px;
    top: -55px;
  }

  .fondo_icono {
    top: 164px !important;
    left: 211px !important;
  }

  .superpuesto {
    top: 606px;
  }

  .caja_gris .padding {
    padding: 0px 20px;
  }

  .superpuesto p.info {
    font-size: 14px;
  }

  .caja_gris .superpuesto p.titulo span {
    font-size: 20px;
  }

  .cualidades .titulo,
  .cualidades.cualidades_dos .titulo {
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  .cualidades .titulo,
  .cualidades .right .titulo {
    font-size: 20px;
    /* padding-top: 50px; */
  }

  .cualidades p {
    text-align: center;
    padding: 0px 0px;
  }

  /* .cualidades p, .boton.cualidades p, .boton-google .btn-google p, .cualidades .right p {
        font-size: 16px;
        text-align: center
    } */

  img.movil_adapta {
    float: none;
    height: 280px;
  }

  img.movil_adapta.tablet {
    right: 0px;
  }

  .esfera_transparente {
    right: 0px;
    left: 0;
    top: 70px;
    margin: 0 auto;
    height: 200px;
    width: 340px;
  }

  .esfera_transparente.esfera_transparente_dos {
    top: inherit;
    bottom: 51px;
    right: -157px;
  }

  /* .boton.cualidades .btn {
        width: 300px;
        height: 80px;
    } */

  /* .boton.cualidades p {
        font-size: 14px;
    } */

  /* .boton.cualidades p:last-child, .boton-google .btn-google p:last-child {
        color: #ffd1ce;
        font-size: 12px;
    } */

  .esfera_transparente.esfera_transparente_dos.apps {
    right: -90px;
    bottom: 70px;
  }

  .esfera_transparente.esfera_transparente_tres {
    bottom: 6px;
    left: 0;
    right: 0px;
  }

  img.movil_adapta.hzt {
    height: 280px;
    right: 0px;
  }

  .seo_buscador {
    height: 120px;
    top: 0px;
  }

  .seo_buscador.version_unica {
    top: 25px;
    height: 200px;
  }

  .google_cualidades {
    position: relative;
    top: -15px;
    height: 60px;
  }

  .cualidades p,
  .boton-google .btn-google p,
  .cualidades .right p {
    font-size: 16px;
  }

  /* .boton.cualidades p{
        font-size: 13px;
    } */

  .modal-dialog {
    margin: 10px 15px;
  }

  .row-xs {
    margin: 0;
  }

  .miembro {
    /* height: 250px; */
  }

  .miembro .tecnicos h3 {
    font-size: 22px;
  }

  .miembro .tecnicos p {
    font-size: 14px;
  }

  .modwlp-circulo {
    height: 15px;
    width: 15px;
  }

  .cerrar-xs {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100px;
    height: 42px;
    z-index: 10;
    cursor: pointer;
  }

  .modalWLP .politicas {
    padding: 0px 10px;
  }

  .btn-cualidades>div {
    width: 100%;
  }

  .btn-cualidades>div>p {
    white-space: normal;
  }

  .kit-zone .cualidades p,
  .kit-zone .cualidades .right p {
    text-align: center;
  }

  /**KIT DIGI**/
  #kit_digi_modal h2 {
    font-size: 24px;
  }

  #kit_digi_modal h3 {
    font-size: 14px;
  }

  #kit_digi_modal .btn-cerrar-especial {
    height: 40px;
    width: 40px;
    top: -20px;
    left: 15px;
  }

  #kit_digi_modal .btn-cerrar-especial img {
    height: 16px;
  }

  #kit_digi_modal .modal-dialog {
    margin: 30px auto;
  }

  #kit_digi_modal .caja_color .linea_inferior .info_adicional {
    letter-spacing: 10px;
  }

  #kit_digi_modal .caja_blanca {
    padding: 15px;
  }

  #kit_digi_modal .caja_pasos {
    padding: 30px 30px;
  }

  #kit_digi_modal .caja_blanca p {
    font-size: 14px;
  }

  #kit_digi_modal .btn-respuesta {
    padding: 15px 10px;
  }

  #kit_digi_modal .texto_patrocina p {
    font-size: 7px;
  }

  .caja_logos_tv {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }

  .linea_tv {
    margin: 0px 20px;
  }

  .caja_logos_tv img.logo {
    height: auto !important;
    max-width: 25vw;
  }

  .caja_logos_tv .segunda-1 {
    width: 90px !important;
  }

  .caja_logos_tv .segunda-2 {}

  .marcas .splide__slide {
    padding: 25px 25px;
  }

  .caja_logos_tv {
    margin-bottom: 0;
    justify-content: space-evenly;
    gap: 0 !important;
  }

  .line47 {
    line-height: normal;
  }

  .cualidades .titulo {
    font-size: 25px;
    line-height: normal;
  }

  .titulo_zona_bloques {
    font-size: 25px;
    line-height: normal;
  }

  .h2-info-cajas {
    font-size: 25px;
    line-height: normal;
  }

  .cualidades.cualidades_dos p {
    line-height: 30px;
  }

  .caja-info-imagen {
    height: auto;
    font-size: 16px;
  }

  .img-info-cajas {
    width: 45px;
  }

  .footer_inferior .zona-pie-imagen img {
    height: 45px !important;
  }

  .footer_inferior .container {
    height: auto;
    padding-top: 170px;
  }

  .footer_inferior .container .row {
    row-gap: 60px;
  }

  .lista_pie.lista_pie_izquierda,
  .lista_pie.lista_pie_derecha {
    text-align: center;
    padding: 0;
  }

  .footer_inferior p {
    width: auto;
  }

  .footer_inferior p.titulo {
    font-size: 26px;
  }

  .footer_inferior .container .row {
    align-items: flex-start;
  }

  å .marco-imagen {
    height: 65vw;
    left: -40px !important;
    width: 110%;
  }

  img.movil_adapta.movil {
    height: 60vw;
    width: 100%;
  }

  img.movil_adapta.movilvideos {
    top: 19px;
  }

  img.movil_adapta.movilredes {
    top: 1px !important;
  }

  img.movil_adapta.tablet {
    height: 55vw !important;
    width: 100% !important;
    left: 2px !important;
    top: 31px !important;
  }

  .marco-imagen2 {
    height: 65vw;
    left: -40px;
    width: 110%;
    top: 0;
  }

  img.movil_adapta.movil4 {
    top: -41px !important;
  }

  .oscuridad img.mueve_icono {
    height: 130px;
    margin-bottom: 13px;
  }

  .oscuridad p.rotulo {
    font-size: 9vw;
    font-weight: 600;
    text-transform: none;
  }

  .oscuridad p.pos-rotulo,
  .no_portada.desarollo_web .oscuridad p.pos-rotulo {
    font-size: 6vw;
    line-height: 27px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-weight: 300;
  }

  .oscuridad .boton .btn.btn-dinero {
    color: #fff;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 30px 40px;
    width: auto;
    margin-top: 40px;
    font-size: 16px;
  }

  .oscuridad .boton .btn {
    border: 2px solid;
  }

  .oscuridad .numero {
    font-size: 15px;
    text-transform: none;
  }

  .oscuridad .numero span {
    font-size: inherit;
  }

  .oscuridad .numero span a {
    font-size: 18px;
    font-weight: bold;
  }

  .oscuridad-texto-redes-sociales {
    font-size: 25px;
    color: #ffffff;
    text-transform: none;
    font-weight: 300;
    margin-top: 60px;
  }

  .oscuridad-texto-redes-sociales span {
    font-weight: bold;
  }

  .red {
    gap: 30px;
    margin-top: 10px;
  }

  .cuadro-red .red {
    margin-top: auto;
  }

  .cuadro-red .red img {
    height: 60px;
  }

  .red img {
    height: 30px;
  }

  .oscuridad_movil {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .oscuridad p.rotulo {
    line-height: 45px;
  }

  .galeria .container .anclado {
    padding-right: 0;
  }

  .galeria .camina .caja-video {
    margin-left: 0;
  }

  .galeria .camina p {
    font-size: 18px;
    line-height: 22px;
  }

  .menucito_doble .centrado {
    padding: 0;
  }

  .sidebar-wrapper.right .centrado>div {
    height: 100%;
    overflow: hidden;
  }

  .logo_menu_lateral {
    margin-top: 0;
    /* margin-bottom: 60px; */
    margin-bottom: 30px;
  }

  .sidebar-nav li a {
    height: 5vh;
    max-height: 60px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .menucito_doble .sidebar-nav li a {
    padding: 0;
  }

  .sidebar-wrapper.right .boton p {
    margin-bottom: 15px;
  }

  .arcoiris .contenido-arcoiris,
  .galeria .container {
    width: calc(100% - 10px);
  }

  .forma-difuminado-footer {
    top: -35px !important;
  }
}

@media (max-width: 767px) and (max-height: 850px) {
  .oscuridad-texto-redes-sociales {
    margin-top: 20px;
  }

  .red img {
    height: 26px;
  }

  .oscuridad .red {
    height: auto;
  }

  .oscuridad .boton .btn.btn-dinero {
    margin-top: 20px;
  }

  .oscuridad img.mueve_icono {
    height: 100px !important;
  }

  .menucito_doble .sidebar-nav li a {
    font-size: 16px;
    padding: 0;
  }

  .logo_menu_lateral {
    margin-bottom: 40px;
  }

  .banner p.rotulo {
    font-size: 30px;
    width: 345px;
    line-height: 35px;
  }

  .botonera .boton .btn {
    font-size: 14px;
  }

  .footer_inferior .container .row {
    column-gap: 20px;
  }
}

@media (max-width: 550px) {
  .mac_portatil.app {
    left: 0;
    height: auto;
    width: 275px;
  }

  .padre_app {
    width: 265px !important;
    left: calc(50% - 133px);
  }

  .marco-imagen2 {
    height: 62vw;
  }

  .boton.arco .btn {
    width: 180px;
    font-size: 15px;
    white-space: inherit;
  }

  .custom_container {
    top: 200px !important;
  }
}

@media (max-width: 525px) {
  .contenedor-redes-sociales {
    top: -55px;
  }

  .contenedor-gr {
    display: none;
  }

  .contenedor-pq {
    display: block;
  }
}

@media (max-width: 468px) {
  .caja_gris {
    width: 100%;
  }

  .forma-difuminado-footer {
    top: -60px !important;
  }

  .caja_gris img {
    height: 90px;
    left: -13vw;
    top: -9vw;
  }

  .caja_gris .titulo {
    font-size: 8vw;
    line-height: 45px;
  }

  .caja_gris .titulo span {
    font-size: 7vw;
  }

  .marco-imagen {
    height: 80vw !important;
    top: -50px !important;
    left: -21px !important;
    width: 110% !important;
  }

  img.movil_adapta.movil {
    height: 67vw !important;
    width: 103% !important;
    top: -29px !important;
    left: -10px !important;
  }

  .rrss-first img.movil_adapta.movil {
    height: 65vw !important;
    top: -15px !important;
  }

  img.movil_adapta.movilvideos {
    top: -20px;
    left: 4px;
  }

  img.movil_adapta.movilredes {
    top: -26px !important;
    left: 4px !important;
  }

  .marco-imagen2 {
    height: 80vw;
    left: -25px;
    width: 110%;
    top: 0;
  }

  img.movil_adapta.tablet {
    height: 68vw !important;
    width: 103% !important;
    top: 24px !important;
  }

  .lista_proyectos h4 {
    font-size: 21px !important;
  }

  .lista_proyectos h3 {
    font-size: 16px !important;
  }

  .contenedor-botones {
    height: 296px !important;
  }
}

@media (max-width: 400px) {
  .lista_proyectos h4 {
    font-size: 17px !important;
  }

  .lista_proyectos h3 {
    font-size: 12px !important;
  }
}

@media (max-width: 320px) {

  /* móviles */
  .hidden-movil-se {
    display: none;
  }

  /* -- -- -- Menú lateral -- -- -- */

  .logo_menu_lateral {
    height: 80px;
    margin-bottom: 20px;
  }

  .sidebar-nav li a {
    font-size: 18px;
    padding: 13px 15px 5px;
  }

  /* -- -- -- banner -- -- -- */
  .banner p.rotulo {
    font-size: 27px;
    line-height: 32px;
    min-height: 64px;
  }

  .banner p.post-rotulo {
    font-size: 18px;
    margin-top: -6px;
  }

  .botonera .boton .btn {
    width: 180px;
    height: 50px;
    font-size: 14px;
  }

  /* -- -- -- Bienvenida -- -- -- */
  .bienvenida img {
    height: 36px;
  }

  .bienvenida p.titulo {
    font-size: 21px;
  }

  .bienvenida p.texto {
    font-size: 14px;
  }

  /* -- -- -- Arcoiris -- -- -- */

  /* -- -- -- Galeria -- -- -- */
  .galeria .row>div:last-child {
    padding: 0px 0px 0px 6px;
  }

  .galeria .camina p {
    font-size: 13px;
  }

  /* -- -- -- Promoción -- -- -- */
  .promocion .texto p {
    font-size: 25px;
    line-height: 30px;
  }

  .promocion .texto .nombre_web {
    font-size: 30px;
  }

  .mac_portatil {
    width: 290px;
  }

  .padre_web {
    top: 10px;
    width: 222px;
    height: 140px;
  }

  /* -- -- -- Footer -- -- -- */
  .footer_inferior .row>div:nth-child(2) .padding {}

  .footer_inferior .row>div:last-child .padding {
    padding: 30px 30px 30px;
  }

  .info_pie p {
    font-size: 13px;
  }

  .footer_inferior p.titulo {
    font-size: 24px;
  }

  .footer_inferior img {
    height: 40px;
  }

  .footer_inferior .row>div:last-child .padding {
    padding: 30px 20px 30px;
  }

  /* -- -- -- Menú doble -- -- -- */
  .menucito_doble .sidebar-nav li a {
    font-size: 16px;
    padding: 12px 15px 6px;
    text-align: center;
  }

  /* izquierda */
  .oscuridad p.rotulo {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .oscuridad p.pos-rotulo {
    font-size: 20px;
    line-height: 22px;
  }

  /* whatsapp*/
  .sidebar-wrapper.left .oscuridad .fondo_verde .padding {
    padding: 12px 25px;
  }

  .fondo_verde .padding p {
    font-size: 13px;
    text-align: center;
  }

  .caja_contenedora_whatsapp {
    width: 256px;
    height: 77px;
  }

  .caja_whatsapp {
    width: 256px;
    -webkit-transform: translateY(-77px);
    transform: translateY(-77px);
  }

  .sidebar-wrapper.left .oscuridad .fondo_verde .padding {
    padding: 12px 20px;
    padding-right: 30px;
  }

  .oscuridad img.imagen_whatsapp {
    height: 28px;
  }

  .oscuridad img.cerrar_whatsapp {
    height: 14px;
    top: 7px;
    right: 7px;
    z-index: 2;
  }

  .triangulo {
    right: -78px;
    position: absolute;
    top: -24px;
  }

  /* -- -- -- -- -- -- -- -- -- */
  /* -- -- -- DESARROLLO -- -- -- */
  h1 {
    font-size: 27px !important;
    line-height: 32px !important;
  }

  .no_portada p.post-rotulo {
    font-size: 13px;
    padding: 0px 52px;
  }

  /* .cualidades p, .boton.cualidades p, .boton-google .btn-google p, .cualidades .right p {
        font-size: 15px;
    } */

  .arcoiris .boton .btn {
    width: 150px;
    font-size: 13px;
  }
}

@media (max-width: 767px) and (max-height: 600px) {

  /* móviles */
  .sidebar-nav li a {
    padding: 3px 15px 10px;
  }
}

@keyframes tada {
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  51%,
  52% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  53%,
  55%,
  57%,
  59% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  54%,
  56%,
  58% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation: tada 7s infinite;
  /* Safari 4.0 - 8.0 */
  animation: tada 7s infinite;
}

.btn-rosa {
  color: #ffffff;
  background-color: #ec008c;
  border-color: #ec008c;
}

.btn-rosa:hover,
.btn-rosa:focus,
.btn-rosa:active,
.btn-rosa.active,
.open .dropdown-toggle.btn-rosa {
  color: #ffffff;
  background-color: #e00086;
  border-color: #ec008c;
}

.btn-rosa:active,
.btn-rosa.active,
.open .dropdown-toggle.btn-rosa {
  background-image: none;
}

.btn-rosa.disabled,
.btn-rosa[disabled],
fieldset[disabled] .btn-rosa,
.btn-rosa.disabled:hover,
.btn-rosa[disabled]:hover,
fieldset[disabled] .btn-rosa:hover,
.btn-rosa.disabled:focus,
.btn-rosa[disabled]:focus,
fieldset[disabled] .btn-rosa:focus,
.btn-rosa.disabled:active,
.btn-rosa[disabled]:active,
fieldset[disabled] .btn-rosa:active,
.btn-rosa.disabled.active,
.btn-rosa[disabled].active,
fieldset[disabled] .btn-rosa.active {
  background-color: #ec008c;
  border-color: #ec008c;
}

.btn-rosa .badge {
  color: #ec008c;
  background-color: #ffffff;
}

/*SWAL*/
.swal2-popup .swal2-styled {
  background-color: #ff9601 !important;
  border-left-color: #ff9601 !important;
  border-right-color: #ff9601 !important;
}

#CybotCookiebotDialogBodyContentTitle {
  text-align: center !important;
  text-transform: uppercase !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  width: 100% !important;
  text-align: center !important;
}

/* .CybotCookiebotDialogBodyButton { padding: 4px 7px!important; } */
#CybotCookiebotDialogBodyContent {
  padding-top: 17px !important;
  padding-bottom: 12px !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  margin-bottom: 8px !important;
}

#CybotCookiebotDialogBodyContentText {
  color: #333 !important;
}

#CybotCookiebotDialog {
  box-shadow: rgba(102, 102, 102, 0.5) 2px 2px 4px 2px !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  background-color: #ff9603 !important;
  border-color: #ff9603 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #f9564e !important;
  border-color: #f9564e !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #ff0188 !important;
  border-color: #ff0188 !important;
}

#CybotCookiebotDialog {}

@media (max-width: 992px) {
  .CybotCookiebotDialogBodyButton {
    margin: 0 auto !important;
    margin-top: 5px !important;
  }
}

.textaco2>p>img {
  width: 100% !important;
  height: auto !important;
}

.lista_proyectos .col-xs-12 {
  aspect-ratio: 16 / 9;
  position: relative;
  width: calc(100% - 20px);
  margin: 10px;
  border-radius: 0.5% / 1%;
}

.lista_proyectos .row {
  margin: 0 10px;
}

.tarjeta-proyectos {
  padding: 0;
}

.tarjeta-proyectos {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.fondo-proyectos {
  height: 100%;
  position: relative;
}

.contenedor-logo-proyectos {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  max-height: 50%;
  display: flex;
  justify-content: center;
  z-index: 5;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}

.contenedor-logo-proyectos img {
  /* width: 100%; */
  max-height: 200px;
  max-width: 100%;
  width: auto;
}

.degradado-coral-proyectos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(249, 87, 78, 1) 100%);
  opacity: 0.8;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

.degradado-funsia-proyectos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(255, 0, 136, 1) 100%);
  opacity: 0.8;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

.degradado-naranja-proyectos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(255, 150, 1, 1) 100%);
  opacity: 0.8;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 1024px) {
  .tarjeta-proyectos:hover .contenedor-logo-proyectos {
    transform: translate(-50%, -70%);
  }

  .tarjeta-proyectos:hover .degradado-coral-proyectos {
    transform: translateY(-50%);
  }

  .tarjeta-proyectos:hover .degradado-funsia-proyectos {
    transform: translateY(-50%);
  }

  .tarjeta-proyectos:hover .degradado-naranja-proyectos {
    transform: translateY(-50%);
  }

  .tarjeta-proyectos:hover .textos-proyectos {
    transform: translateY(0);
  }
}

.tarjeta-proyectos.active .degradado-coral-proyectos,
.tarjeta-proyectos.active .degradado-funsia-proyectos,
.tarjeta-proyectos.active .degradado-naranja-proyectos {
  transform: translateY(-50%);
}

.tarjeta-proyectos.active .contenedor-logo-proyectos {
  transform: translate(-50%, -70%);
}

.tarjeta-proyectos.active .textos-proyectos {
  transform: translateY(0);
}

.textos-proyectos {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}

.lista_proyectos .col-md-12 .textos-proyectos,
.lista_proyectos .col-md-6 .textos-proyectos,
.lista_proyectos .col-md-4 .textos-proyectos {
  aspect-ratio: 6 / 1;
}

.tarjeta-proyectos .fondo-proyectos {
  border-radius: inherit;
  overflow: hidden;
}

.barra-proyectos {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  object-fit: fill;
  z-index: 5;
}

.tarjeta-proyectos:hover .barra-proyectos {
  display: none;
}

.proyecto-titulo,
.proyecto-subtitulo {
  width: 100%;
  height: 50%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lista_proyectos h3,
.lista_proyectos h4 {
  margin: 0 2% 0 2%;
  padding: 0;
}

.lista_proyectos h4 {
  font-size: 22px;
}

.lista_proyectos h3 {
  font-size: 16px;
}

@media (min-width: 768px) {

  .lista_proyectos .col-md-12,
  .lista_proyectos .col-md-6,
  .lista_proyectos .col-md-4 {
    aspect-ratio: 16 / 9;
    position: relative;
  }

  .lista_proyectos .col-md-12 .textos-proyectos {
    aspect-ratio: 12 / 1;
  }

  .lista_proyectos .col-md-4 .textos-proyectos {
    aspect-ratio: 16 / 4;
  }

  .lista_proyectos .col-md-12 {
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 0.5% / 1%;
  }

  .lista_proyectos .col-md-6,
  .lista_proyectos .col-md-4 {
    width: calc(50% - 20px);
    margin: 10px;
    border-radius: 1% / 2%;
  }

  .col-md-12 .contenedor-logo-proyectos {
    width: 20%;
  }

  .col-md-4 .contenedor-logo-proyectos {
    width: 50%;
  }

  .lista_proyectos .col-md-12 .barra-proyectos {
    aspect-ratio: 92 / 1;
  }

  .lista_proyectos .col-md-6 .barra-proyectos,
  .lista_proyectos .col-md-4 .barra-proyectos {
    aspect-ratio: 46 / 1;
  }

  /* .lista_proyectos h4{
        font-size: 14px;
    }
    .lista_proyectos h3{
        font-size: 10px;
    } */
}

@media (min-width: 991.98px) {
  .lista_proyectos .row {
    margin: 0 -105px;
  }

  .lista_proyectos .col-md-4 {
    aspect-ratio: 1 / 1;
    position: relative;

    width: calc(33.33333333% - 20px);
    margin: 10px;

    border-radius: 2%;
  }

  .lista_proyectos .col-md-4 .barra-proyectos {
    aspect-ratio: 92 / 2;
  }
}

@media (min-width: 1300px) {
  .lista_proyectos h4 {
    font-size: 24px;
  }

  .lista_proyectos h3 {
    font-size: 18px;
  }
}

@media (min-width: 3840px) {
  .lista_proyectos h4 {
    font-size: 35px;
  }

  .lista_proyectos h3 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .marcas2 img {
    width: 150px !important;
  }

  .caja_logos_tv .segunda-1 {
    width: 70px !important;
  }

  .caja_logos_tv {
    height: 65px;
  }
}

@media (max-width: 385px) {
  .forma-superior {
    top: -12px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media (min-width: 551px) and (max-width: 768px) {
  .padre_app {
    left: calc(50% - 163px);
    width: 331px !important;
    border-radius: 60px;
  }
}

#swipebox-slider .slide {
  background-color: #000 !important;
}

#swipebox-close {
  filter: none !important;
}

#swipebox-next {
  filter: none !important;
}

#swipebox-prev {
  filter: none !important;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  top: 50%;
  background: unset !important;
}

.carasteristicas_blog {
  background-color: #fff;
}