@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
.contenido-detalle-portfolio .sobre-cliente a,
.contenido-detalle-portfolio .descripcion-proyecto a {
    text-decoration: underline;
}

.cabecera.header-portfolio h1 {
    font-size: 40px
}

.herramientas-portfolio {
    padding-top: 48px;
}

.servicios-portfolio {
    display: inherit !important
}

.header-portfolio .row>* {
    padding-right: 24px;
    padding-left: 24px;
}

.header-portfolio h1 {
    margin-left: -2px;
}

#revolutionSliderProyectos {
    z-index: 0;
}

.bg-oscuro .color-rojo {
    font-weight: 800;
}

.header-portfolio .badge {
    color: #1F1E26;
}


/*padding-cabecera*/

.padding-especial-cabecera {
    padding-top: 10%
}

@media (max-width: 1024px) {
    .padding-especial-cabecera {
        padding-top: 15%
    }
}

@media (max-width: 768px) {
    .padding-especial-cabecera {
        padding-top: 25%
    }
}


/*servicios destacados*/

.owl-carousel .owl-item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.owl-carousel .owl-item img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.owl-proyectos-destacados.owl-nav button.owl-next:hover,
.owl-proyectos-destacados.owl-nav button.owl-prev:hover {
    color: #1d1d1d !important;
}

.servicios-destacados {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.servicios-destacados li {
    list-style-type: none;
}

.servicios-destacados a {
    position: relative;
}

.servicios-destacados a:hover {
    color: #1F1E26;
}

.servicios-destacados a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 0%;
    transition: width 0.3s linear;
    background-color: #EE2737
}

.servicios-destacados a:hover::after {
    width: 100%;
}


/*servicios-relacionados*/

.bg-oscuro {
    background: #1a1c1d;
}

.menu-des {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 48px 0;
}

.menu-des-movil li {
    margin: 8px 0;
}

.menu-des-movil a {
    color: #aaaebc;
    font-size: 18px;
}

.menu-des a {
    position: relative;
    display: block;
    padding: 10px 0 10px 0;
    color: #aaaebc;
    font-size: 20px;
    font-weight: 600;
}

.menu-des a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    height: 3px;
    width: 0%;
    transition: width 0.3s linear;
    background-color: #EE2737
}

.menu-des a:hover::after {
    width: 100%;
}

.menu-des a:hover {
    color: #aaaebc;
}


/* .menu-des a:hover,
menu-des-movil a:hover {
  color: #ffffff;
}

.menu-des a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  z-index: 4;
}

.menu-des a svg path {
  fill: transparent;
  stroke-width: 5px;
  stroke: currentColor;
  stroke-dasharray: 1210.709716796875;
  stroke-dashoffset: -1210.709716796875;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.29, 0.68, 0.74, 1.02);
}

.menu-des a:hover svg path {
  stroke-dashoffset: 0;
}*/

.margin-lite-movil {
    margin-bottom: 72px;
}


/*pagina-productos*/

.listado-productos li {
    list-style-type: none;
    margin-bottom: 24px;
}

.listado-productos li i {
    margin-right: 8px;
    color: #EE2737;
}


/*Variables de espacio*/

:root {
    --space-s: 2.5vw 0;
    --space-m: 7.5vw 0;
    --space-l: 15vw 0;
}

.small,
small {
    font-size: .675em;
}

.portfolio-listado h5 {
    margin-top: 24px;
}

.contenido-detalle-portfolio h2 {
    margin-bottom: 32px !important;
    font-size: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media (min-width: 1400px) {}

@media (max-width: 1200px) {}

@media (min-width: 992px) {
    .row>* {
        padding-right: 36px;
        padding-left: 36px;
    }
}

@media (min-width: 768px) {
    .row>* {
        padding-right: 36px;
        padding-left: 36px;
    }
}

@media (max-width: 1205px) {
    .header-portfolio img,
    .background-section {
        display: none !important;
    }
    .cabecera.header-portfolio>.container {
        position: static !important;
        transform: none !important;
        margin-top: 150px !important;
        height: 100% !important;
    }
    .cabecera.header-portfolio {
        height: fit-content !important;
    }
}

@media (max-width: 576px) {
    .owl-carousel .owl-item img {
        max-height: 400px;
    }
    .parrafo-titular {
        font-size: 18px !important;
    }
     :root {
        --space-s: 3.5vw 0;
        --space-m: 8.5vw 0;
        --space-l: 20vw 0;
    }
    .row>* {
        padding-right: 36px;
        padding-left: 36px;
    }
}


/*ESTILOS GENERALES*/

body {
    margin: 0;
    padding: 0;
    position: relative;
}

body>* {
    overflow: hidden;
}

p {
    font-size: 20px;
    font-family: 'DM Sans';
    line-height: 1.8em;
    margin-bottom: 15px;
}

.parrafo-destacado {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8em;
}

.parrafo-titular {
    font-size: 24px;
    line-height: 1.6em;
}

.disabled {
    pointer-events: none;
}

label,
label * {
    font-size: 18px !important;
}

.parrafo-aumento,
.parrafo-aumento a {
    font-size: 24px;
    margin-top: 24px;
}

section {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.container {
    max-width: 1640px;
}

section.cabecera>.container,
section.cabecera>.container-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.cabecera.header-portfolio>.container,
section.cabecera.header-portfolio>.container-fluid {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    height: 85vh;
}

.video-container {
    height: 93vh;
    position: relative;
    overflow: hidden;
}

body {
    text-align: left;
    font: normal normal normal 18px/32px DM Sans;
    letter-spacing: 0px;
    color: #1F1E26;
    overflow-x: hidden;
}

a {
    color: #1F1E26;
    font-size: 20px;
    font-family: 'DM Sans';
    text-decoration: none;
}

a:hover {
    color: #EE2737;
}

.color-claro {
    color: #F7FAF9 !important;
}

.color-rojo {
    color: #EE2737 !important;
}

.color-gris {
    color: #B9B9B9 !important;
}

.color-gris-oscuro {
    color: #707070 !important;
}

.bg-oscuro {
    background-color: #1F1E26;
}

.rotate90 {
    transform: rotate(90deg);
}

.rotate270 {
    transform: rotate(270deg);
}

.rotate180 {
    transform: rotate(180deg);
}

.width-48 {
    width: 48px;
}

.width-393 {
    width: 393px;
}

.width-426 {
    width: 426px;
}

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

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.alinear-block-right {
    display: table !important;
    margin-left: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 24px;
    font-family: Inter;
    color: #1F1E26;
}

h1 {
    text-align: left;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 0px;
    pointer-events: none;
}

h2 {
    text-align: left;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 0px;
}

h3 {
    text-align: left;
    letter-spacing: 0px;
    font-size: 32px;
    color: #1F1E26;
    margin-bottom: 32px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

h5 {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.letra-aumentada {
    font-size: 93px;
}

.boton-principal {
    background: #EE2737 0% 0% no-repeat padding-box !important;
    border: 1px solid #EE2737B3 !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 10px 20px !important;
}

.boton-principal:hover {
    background: #EE2737B3 0% 0% no-repeat padding-box;
    border: 1px solid #EE2737B3;
    color: #F7FAF9;
}

.bg-rojo {
    background-color: #EE2737 !important;
}

.solicita-presupuesto.bg-rojo a i {
    margin-right: 6px;
}

.solicita-presupuesto.bg-rojo a:before {
    background-color: #fff;
}

.contenido-detalle-portfolio p {
    margin: 15px 0;
}

.destacado {
    color: #EE2737;
}

.destacado-subrayado {
    font-size: 40px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #EE2737;
}

.enlace-señal {
    text-align: left;
    font: normal normal bold 18px/30px DM Sans;
    letter-spacing: 0px;
    color: #000;
    text-decoration: none;
    display: flex;
    font-weight: normal;
    width: max-content;
}

.enlace-señal i {
    margin-left: 5px;
    vertical-align: sub;
    font-size: 22px;
}

.enlace-señal:hover {
    color: #EE2737 !important;
    cursor: pointer;
}

.enlace-señal:hover strong,
.enlace-señal:hover span {
    color: #EE2737 !important;
    text-decoration: underline;
}

.icono-redondeado {
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    transition: background-color 0.2 ease;
    transition: color 0.2 ease;
}

.icono-redondeado.version-rojo {
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border: 1px solid #EE2737;
    color: #EE2737;
}

a:hover .icono-redondeado {
    background-color: #fff;
    color: #1F1E26;
}

a:hover .icono-redondeado.version-rojo {
    background-color: #EE2737;
    color: #fff;
}

.margin-grande {
    padding: var(--space-l);
}

.margin-medio {
    padding: var(--space-m);
}

.margin-lit {
    padding: var(--space-s);
}


/*HOME - CABECERA*/

.cabecera {
    margin-top: 0;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.cabecera.video-container {
    margin-top: 0 !important;
}

.solicita-presupuesto {
    background-color: #1F1E26;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 400;
    padding: 15px 0;
}

.solicita-presupuesto a {
    text-align: center;
    color: #fff !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    width: max-content;
    position: relative;
}

.solicita-presupuesto a:before {
    content: '';
    left: 0;
    top: 34px;
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #EE2737;
    transition: .3s linear;
    border-radius: 4px;
}

.solicita-presupuesto a:hover::before {
    width: 75%;
}

.solicita-presupuesto i {
    margin-left: 28px;
}


/* página presupuesto */

.solicita-presupuesto.presupuesto {
    display: flex;
    align-content: center;
    justify-content: center;
}

.solicita-presupuesto.presupuesto a::before {
    content: '';
    left: 48px;
    top: 32px;
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #fff;
    transition: .3s linear;
    border-radius: 4px;
}

.solicita-presupuesto a:hover::before {
    width: 75%;
}

.container.presupuesto-container {
    top: 55.2% !important;
}

.cabecera.section-marketing-digital {
    background-color: #000;
    border-bottom: 1px solid #707070;
}

.cabecera.section-listado-casos {
    background-color: #000;
    height: 35vh;
}

.cabecera.section-experiencia-usuario {
    background-color: #000;
    border-bottom: 1px solid #707070;
}

.cabecera.section-listado-casos {
    background-color: #000;
}

.cabecera.listado-portfolios {
    height: 45vh;
}

@media (max-width: 1336px) {
    .cabecera.listado-portfolios {
        height: 55vh;
    }
}

@media (max-width: 578px) {
    .cabecera.listado-portfolios {
        height: 54vh;
    }
    .selector-proyectos .selector-areas {
        width: 100%;
    }
}


/*FOOTER*/

footer p {
    font-size: 20px !important;
    line-height: 1.8em !important;
}

footer a:hover {
    text-decoration: none !important;
}

.copyright-section .destacado.enlace-señal {
    margin-left: 20px;
}

.copyright-section {
    padding: 16px !important;
}

.copyright-section p {
    font-size: 20px;
    line-height: 30px;
}

.list-partners {
    border-top: 1px solid #707070;
    padding-top: 25px;
}

.list-partners a {
    width: max-content;
    text-decoration: none;
}

footer {
    background-color: #1F1E26;
    padding-top: 70px;
}

footer * {
    color: #fff !important;
}

footer h5 {
    padding: 0;
    text-transform: initial;
    margin-bottom: 42px;
    font-size: 24px;
    font-weight: 700 !important;
}

footer .column-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 72px;
}

footer .column-footer-content:last-child a i {
    margin-right: 8px;
    margin-top: 2px;
}

.triangle-contacta {
    width: 0;
    height: 0;
    border-width: 0 0 347px 262px;
    border-color: transparent transparent #EE2737 transparent;
    border-style: solid;
    transform: rotate(42deg);
    margin-top: -120px;
    margin-left: 25px;
}

.triangle-contacta~h5 {
    position: absolute;
    top: 104px;
    left: 39px;
}

footer .enlace-señal {
    position: relative;
}

footer .enlace-señal span::after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 0;
    left: 0px;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s linear;
}

footer .enlace-señal:hover span::after {
    width: 100%;
}

footer>div>div>div:last-child .enlace-señal span::after {
    left: 36px;
}

footer>div>div>div:last-child .enlace-señal:hover span::after {
    width: calc(100% - 32px);
}

footer .enlace-señal i {
    width: 26px
}

footer .enlace-señal:hover span {
    text-decoration: none;
    color: #fff !important;
}

#desktopFooter {
    padding-bottom: 40px;
}

#mobileFooter .column-footer-content {
    height: auto;
}

#mobileFooter .copyright {
    font-size: 18px;
    margin-top: 40px;
}


/*MENU LATERAL*/

.openmenu {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.openmenu>span:hover {
    cursor: pointer;
}

.openmenu>span {
    font-size: 16px;
    font-weight: bold;
    color: #EE2737;
    display: flex;
    flex-flow: wrap column;
    align-items: flex-end;
    margin-top: -6px;
    height: 50px;
}

.openmenu span i {
    font-size: 22px;
}


/* The Overlay (background) */

.overlay-menu {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1F1E26;
    /* Black fallback color */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-menu {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1F1E26;
    /* Black fallback color */
    overflow-x: hidden;
    /* Disable horizontal scroll */
}


/* menu animacion */

.menu-second-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 100;
    transition: left;
}

.overlay-menu {
    left: 100%;
    transition: left .35s ease;
    z-index: 50;
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.overlay-menu>.container {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.menu-second-panel2 {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1F1E26;
    left: 100%;
    transition: left .35s ease;
    z-index: 45;
}

.menu-second-panel1 {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #EE2737;
    left: 100%;
    z-index: 40;
    transition: left .35s ease;
}

.menu-second-open {
    left: 0%;
}


/* Position the content inside the overlay */

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    max-width: 1324px;
    margin: 0 auto;
    z-index: 50;
}

.overlay-content {
    list-style: none;
}


/* Logo - header */

.header-menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 6;
}

.header-menu-container {
    width: 100%;
    z-index: 5;
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}

.header-logo {
    z-index: 4;
    padding-top: 18px;
    padding-bottom: 18px;
}

.menu-second-logo {
    padding: 18px 0;
}

.menu-second-logo img,
.header-logo img {
    color: #fff;
    transition: transform 0.3s ease, height 0.3s ease;
}

.menu-second-logo img:nth-child(1),
.header-logo img:nth-child(1) {
    height: 36px;
}

.menu-second-logo img:nth-child(2),
.header-logo img:nth-child(2) {
    height: 48px;
}

.menu-second-logo-container {
    width: 100%;
}

.menu-second-logo a:hover img:nth-child(2),
.header-logo a:hover img:nth-child(2) {
    transform: rotate(30deg)
}


/* header scroll */

.header-menu-scrolled .menu-logo img:nth-child(1) {
    height: 28px;
}

.header-menu-scrolled .menu-logo img:nth-child(2) {
    height: 35px;
}

.header-menu-fixed.header-menu-scrolled {
    box-shadow: 0px 0px 5px 0px rgba(110, 110, 110, 0.5);
    background-color: #fff;
}


/* Iconos boton de abrir/cerrar menu */

.icono-menu-frontal {
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background-color: #1F1E26;
    position: relative;
    left: -4px;
    transition: width .2s ease;
}

.icono-menu-frontal::before,
.icono-menu-frontal::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 0px;
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background-color: #1F1E26;
    transition: width .2s ease;
}

.icono-menu-frontal::after {
    top: -6px;
    width: 12px;
    left: 8px
}

#openNav:hover .icono-menu-frontal,
#openNav:hover .icono-menu-frontal::before {
    width: 30px;
}

#openNav:hover .icono-menu-frontal::after {
    width: 20px
}

.icono-menu-frontal {
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background-color: #1F1E26;
    position: relative;
    left: -4px;
    top: 16px;
}


/* icono del menú lateral */

.closebtn {
    margin-top: -21px;
    position: relative;
}


/* Botón volver + transición */


/* .closebtn > div {
  width: 20px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  left: 20px;
  transition: width .2s ease;
}
.closebtn > div::before, .closebtn > div::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0px;
  width: 20px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  transition: width .2s ease;
}
.closebtn > div::after {
  top: 6px;
  width: 12px;
  left: 0px
}
.closebtn > div {
  width: 20px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  left: 20px;
}
.closebtn:hover > div, .closebtn:hover > div::before {
  width: 30px;
}
.closebtn:hover > div::after {
  width: 20px;
} */


/* Botón X */

.closebtn>span i {
    font-size: 30px;
    margin-top: 8px;
}

.overlay-menu .closebtn {
    font-size: 16px !important;
}

.overlay-content h1,
.overlay-content h2,
.overlay-content h3 {
    line-height: 54px !important;
}

.overlay-content h2 {
    margin-bottom: 24px !important;
    padding-bottom: 0 !important;
}

.overlay-content>.row {
    margin-left: -12px !important;
    margin-right: -12px !important;
}


/* izquierda */

.overlay-left-content ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px !important;
}

.overlay-left-content li {
    list-style: none;
    width: 50%;
    margin: 15px 0 15px 0;
    display: flex;
}

.overlay-left-content li:last-child {
    width: 100%;
}

.overlay-content .overlay-left-content h2 {
    color: #fff;
    font-size: 46px;
}

.overlay-content .overlay-left-tittle,
.overlay-content .overlay-left-tittle a {
    color: #fff;
    font-size: 46px;
    transition: transform linear 0.3s;
    line-height: 52px;
}

.overlay-content .overlay-left-tittle {
    font-size: 46px;
}

.overlay-left-tittle::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -16px;
    width: 8px;
    height: 46px;
    transform: rotate(15deg);
    background-color: #EE2737;
    transition: left linear 0.3s;
    opacity: 0;
}

.overlay-left-content>div:last-child>.overlay-left-tittle:nth-child(2)::before {
    content: '\00a0';
}

.overlay-left-content>div:first-child .overlay-left-tittle:hover {
    transform: translateX(0px);
}

.overlay-left-content>div:first-child .overlay-left-tittle::before {
    display: none;
}

.overlay-left-tittle:hover {
    transform: translateX(30px);
}

.overlay-left-tittle:hover::before {
    opacity: 1;
}

.overlay-content h3 {
    color: #fff;
    text-transform: none;
    font-size: 32px;
    font-weight: bold;
}

.overlay-left-subtittle {
    font-weight: 500;
    position: relative;
    font-size: 24px;
}


/* linea bajo los links */

.overlay-left-subtittle::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #EE2737;
    transition: width linear 0.3s;
}

.overlay-left-subtittle:hover::before {
    width: 100%;
    transform-origin: 100% 100%;
}


/* derecha */

.menu-lateral-desk {
    display: block;
}

.menu-lateral-mobile {
    display: none;
}

.overlay-content .overlay-right-content a {
    font-size: 20px;
    font-weight: 100;
}

.overlay-right-content ul li a:hover {
    text-decoration: underline;
}

.overlay-right-content ul {
    padding-left: 2em !important;
}

.overlay-right-content li {
    display: flex;
    gap: 11.28px;
    justify-content: flex-start;
    margin-bottom: 30px;
    align-items: center;
}

.overlay-right-content li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.overlay-right-content i {
    color: #fff;
}

.overlay-right-content i:last-of-type {
    padding: 10px 11px 10px 11px;
    margin-left: 2px;
}


/* abajo */

.overlay-bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EE2737;
    display: flex;
    align-items: center;
    height: 84px;
    justify-content: space-between;
    transition: left 1.2s;
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.overlay-bottom-content ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 60px;
    padding-left: 32px !important;
}


/* media RRSS menu lateral */

@media(max-width: 1350px) {
    .overlay-bottom-content ul {
        gap: 14px;
    }
}

@media(max-width: 1080px) {
    .overlay-bottom-content>ul>li>a>span {
        display: none;
    }
}

.overlay-bottom-content li {
    list-style: none;
}

.overlay-bottom-content ul i {
    margin-right: 4px;
}

.overlay-bottom-content>div i {
    margin-left: 16px;
}

.overlay-bottom-content span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.overlay-bottom-content a span,
.overlay-bottom-content a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.overlay-bottom-content a:hover span {
    text-decoration: underline;
}

.overlay-bottom-content h4 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.overlay-bottom-content br {
    display: none;
}


/* The navigation links inside the overlay */

.overlay-content a {
    text-decoration: none;
    color: #fff !important;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
    text-align: left;
    line-height: initial;
}


/* When you mouse over the navigation links, change their color */


/* .overlay-menu a:hover,
  .overlay-menu a:focus {} */

.overlay-menu .dropdown-menu {
    position: relative !important;
    background-color: transparent;
    border: none;
    transform: none !important;
}

.overlay-menu .dropdown-menu a {
    font-size: 24px;
    margin: 0 0 15px 0;
}

.overlay-menu .dropdown-item:focus,
.overlay-menu .dropdown-item:hover {
    background-color: transparent;
    color: #F7FAF9;
}


/* Position the close button (top right corner) */

.overlay-menu .closebtn {
    font-size: 60px;
    padding: 0;
    text-decoration: none;
    color: #fff !important;
    z-index: 50;
    margin-top: -6px;
    height: 50px;
    padding-top: 4px;
}


/* .overlay-content .dropdown-menu.show {} */

.overlay-content .dropdown-menu.show {
    animation-duration: 5s;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
    .overlay-menu a {
        font-size: 20px
    }
    .overlay-menu .closebtn {
        font-size: 40px;
    }
}


/*HOME - BENEFITS*/

#benefitsDesktop h5 {
    padding-bottom: 10px;
}

.benefit .text-right {
    margin-right: 0;
    margin-left: auto;
}

.benefit>div {
    margin-bottom: 102px;
}

.benefit>div i {
    font-size: 22px;
}

.benefit a {
    text-decoration: none;
}

.benefit a:hover {
    cursor: pointer;
}

.benefit a:hover strong {
    text-decoration: underline;
}


/*SECTION EXPERTOS*/

.section-expertos h2 {
    font-size: 39px;
    margin-bottom: 32px;
}

.section-expertos .row:first-child .col-lg-10 {
    padding-bottom: 46px;
}

.section-expertos .container .col-lg-10 {
    padding-left: 28px;
}

.partner-logo {
    opacity: 0.2;
}

.partner-logo:hover {
    opacity: 1;
}


/*TIENES UN PROYECTO*/

.tienes-un-proyecto>.container-fluid {
    position: static;
    transform: none;
}

.tienes-un-proyecto .flecha-formulario {
    font-size: 30px;
}

.tienes-un-proyecto .form-group input {
    border-radius: 0%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #707070;
    background-color: transparent;
    outline: none;
}

.tienes-un-proyecto form input[type="text"],
.tienes-un-proyecto form input[type="email"],
.tienes-un-proyecto form input[type="tel"],
.tienes-un-proyecto .form-check {
    margin-bottom: 46px;
}

.tienes-un-proyecto .form-check {
    margin-top: 18px;
    display: flex !important;
    align-items: center !important;
}

#checkPoliticaPrivacidad {
    position: static;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    border-radius: 0.25em;
    margin-right: 0.5rem !important;
}

#checkPoliticaPrivacidad.form-check-input:checked {
    background-color: #EE2737;
}

#checkPoliticaPrivacidad.form-check-input:focus {
    outline: 0;
    box-shadow: none !important;
}

.form-check-label a {
    text-decoration: underline;
    font-weight: bold;
}

.tienes-un-proyecto .form-group input:focus,
.tienes-un-proyecto .form-group input:focus-visible {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #707070;
    outline: none;
    box-shadow: none;
}

#data-show {
    cursor: pointer;
}


/*LISTADO CASOS EXITO - SECTION LISTADO*/

.section-listado .list-caso-exito-item h6 {
    font-size: 20px;
    color: #B9B9B9;
}

.section-listado .list-caso-exito-item.tabulado {
    margin-left: 80px;
}

.section-listado .list-caso-exito-item .info-caso-exito {
    max-width: 430px;
}

.section-listado .list-caso-exito-item .listado-sectores p {
    color: #FFFFFF;
    border-bottom: 4px solid #EE2737;
}


/*LA AGENCIA - EQUIPO*/

.equipo-item {
    border-bottom: 1px solid #000;
    margin-bottom: 75px;
}

.equipo-item .iconos a {
    text-decoration: none;
}

.equipo-item .iconos i {
    font-size: 30px;
    background-color: #000;
    border-radius: 50%;
    padding: 12px;
    color: #F7FAF9;
    border: 2px solid #000;
}

.equipo-item .iconos i:hover {
    background-color: #F7FAF9;
    color: #000;
    cursor: pointer;
}


/*LA AGENCIA - CABECERA CASOS EXITO*/

.section-listado .form-select {
    background-color: transparent;
    border: 1px solid #A2A2A2;
    color: #F7FAF9;
}

.section-listado .form-select option {
    color: #000;
}

.section-listado .form-select+i {
    z-index: 1;
    top: 3px;
    right: 25px;
}


/*CASO DE EXITO - TRIÁNGULO*/

.triangle-caso-exito {
    right: 7px;
    top: -96px;
}

.triangle-caso-exito .dibujo-triangulo {
    width: 0;
    height: 0;
    border-width: 0 0 347px 262px;
    border-color: transparent transparent #EE2737 transparent;
    border-style: solid;
    transform: rotate(42deg);
    margin-top: -120px;
    margin-left: 25px;
}

.triangle-caso-exito .dibujo-triangulo~h5 {
    position: absolute;
    top: 88px;
    left: 51px;
    color: #fff;
}


/*EXPERIENCIA USUARIO - LISTA UL ACCORDION*/

.lista-experiencia-usuario-accordion {
    border-left: 1px solid #707070;
}

.lista-experiencia-usuario-accordion li {
    list-style-type: none;
    margin: 10px 0;
    border-bottom: 1px solid #707070;
}


/*CARRUSEL DE PROYECTOS*/

.proyectos.owl-carousel .owl-nav.disabled {
    display: none !important;
}

.proyectos.owl-carousel .owl-dots.disabled {
    display: block !important;
}

.proyectos.owl-carousel .info-proyecto {
    padding: 32px 24px
}

.proyectos.owl-carousel .info-proyecto .enlace-señal {
    color: #F7FAF9 !important;
}

.proyectos.owl-carousel .info-proyecto .enlace-señal:hover {
    color: #EE2737 !important;
}

.proyectos.owl-carousel .info-proyecto p {
    font-size: 18px;
}

.proyectos.owl-carousel .info-proyecto .titulo-proyecto {
    text-align: left;
    font-size: 32px;
    font-family: Inter;
    font-weight: bold;
    letter-spacing: 0px;
    color: #F7FAF9;
    margin: 18px 0 18px 0;
}

.proyectos.owl-carousel .proyecto .info-proyecto p {
    color: #F7FAF9;
}

.proyectos.owl-carousel .proyecto .info-proyecto {
    background-color: #1F1E26;
}

.icono-proyecto {
    width: 32px !important;
    height: 32px;
}

.proyectos.owl-carousel {
    margin-top: 102px;
}


/* .owl-item { */


/* max-width: 1190px;
      width: 100%; */


/* } */

.owl-item:not(.active) {
    opacity: 0.5;
}

.owl-carousel.owl-proyectos-destacados .owl-stage-outer {
    overflow: visible !important;
}

.owl-proyectos-destacados .item {
    padding: 0 10px;
}

.proyectos.owl-carousel .owl-nav {
    top: -61px;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    text-align: center;
    justify-content: flex-end;
}

.proyectos.owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

.proyectos .imagen-proyecto {
    max-height: 540px;
    height: auto;
    width: auto !important;
    max-width: 100%;
}

.proyectos .bg-white {
    box-shadow: 0px 3px 6px #00000029;
}

.proyectos.owl-carousel .owl-dots {
    margin-top: 30px;
}

.proyectos.owl-carousel .owl-dots .owl-dot span {
    border-radius: 0px;
    height: 2px;
    margin: 0;
    background: #707070;
    width: 94px;
}

.proyectos.owl-carousel .owl-dots .owl-dot.active span {
    background: #EE2737;
    height: 4px;
}

.proyectos.owl-carousel .owl-dots .owl-dot:not(.active) span {
    margin: 1px 0;
}

.owl-carousel .flecha-carousel {
    content: url(../imgs/flecha-oscura.svg);
}

.owl-carousel.carrusel-oscuro .flecha-carousel {
    content: url(../imgs/whitearrow.svg);
}

.proyectos.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 42px;
}

.owl-carousel.carrusel-oscuro .owl-item {
    background-color: #fff;
}

.owl-carousel.carrusel-oscuro .proyecto .info-proyecto {
    background-color: transparent;
}

.owl-carousel.carrusel-oscuro .proyecto .info-proyecto p,
.owl-carousel.carrusel-oscuro .proyecto .info-proyecto a {
    color: #000;
}

.ver-proyectos {
    position: relative;
    top: -44px;
    display: flex;
    justify-content: flex-end;
    z-index: 100;
}

.ver-proyectos .enlace-señal {
    justify-content: flex-end;
}


/*SCROLLER MARQUEE*/

.scrollermarquee {
    font-size: 6rem;
    line-height: 1.925;
    white-space: nowrap;
}


/*SECTION - SERVICIOS RELACIONADOS*/

.section-servicios-relacionados {
    background-color: #000;
}

.section-benefits .servicio a:hover {
    color: inherit;
}

.section-benefits .servicio a {
    position: relative;
}

.section-benefits .servicio a:hover img {
    display: block;
    width: 100%;
    z-index: 10;
}

.section-benefits .servicio {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-benefits h2 {
    margin-bottom: 32px;
}

.section-benefits .valores-lista {
    margin-top: 32px;
}


/*SECTION - SECTION GRIS CABECERA*/

.section-gris-cabecera {
    height: 394px;
    position: relative;
}

.section-gris-cabecera h1 {
    position: relative;
    top: -60px;
    font-size: 100px;
}

.section-gris-cabecera .background-gris-cabecera {
    height: 197px;
    background-color: #B9B9B9;
}


/*SECTION - CASOS EXITO*/

.casos-exito-titulo {
    font-size: 100px;
}


/*BENEFITS - ACCORDION*/

#accordionBenefits h5 {
    padding: 0;
}

#accordionBenefits button {
    text-align: left;
    font-size: 24px;
    text-decoration: none;
    color: #000;
    padding: 25px 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#accordionBenefits .card-header,
#accordionBenefits .card {
    border-radius: 0px;
    background-color: transparent;
    border: none;
    padding: 0;
}

#accordionBenefits .card {
    border-bottom: 0.5px solid #707070;
}

#accordionBenefits .card .card-body {
    margin-bottom: 50px;
}

#accordionBenefits .card:first-child {
    border-top: 0.5px solid #707070;
}

#accordionBenefits button i {
    margin-left: 40px;
    font-size: 54px;
}

#accordionBenefits button[aria-expanded=false] i.ri-arrow-up-circle-fill {
    display: none;
}

#accordionBenefits button[aria-expanded=true] i.ri-arrow-down-circle-fill {
    display: none;
}

#accordionBenefits h2 button {
    font-size: 48px !important;
    text-align: left;
    font-weight: bold;
    font-family: Inter;
    letter-spacing: 0px;
}

#myVideo {
    right: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoFullPage {
    height: 100vh;
    display: table;
    margin: auto;
    opacity: 0.75;
}

.videoFullPage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

@media (max-width: 1000px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 32px;
    }
    section {
        padding: 0 17px;
    }
    .section-expertos .container .col-lg-2 {
        border-right: none;
        justify-content: flex-start !important;
    }
    footer {
        padding: 78px 17px 0 17px;
    }
    .cabecera .position-absolute {
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: max-content;
        left: 0;
        transform: none;
        padding: 0;
        margin-top: 32px;
        margin-left: 20px;
    }
    .destacado-subrayado {
        font-size: 30px;
        font-weight: bold;
        text-decoration: underline;
        text-decoration-color: #EE2737;
    }
    #scroll-saber-mas {
        display: none !important;
    }
    .pg-vertical .pg-pips {
        display: none;
    }
    #myVideo {
        min-height: auto;
        top: 0px;
        left: 0;
        transform: none;
        min-height: auto;
        top: -125px;
        left: 0;
        display: flex !important;
        transform: none;
        align-items: center;
        justify-content: center;
    }
    .tienes-algo-mente {
        right: 75px;
        bottom: 30px;
    }
    .section-benefits .benefit {
        margin-bottom: 40px;
    }
    .section-benefits h1 {
        margin-bottom: 30px;
        font-size: 47px;
        text-align: center;
    }
    .section-llevamos-proyectos .container h2 hr {
        width: 210px;
    }
    .proyectos.owl-carousel .proyecto {
        flex-direction: column-reverse;
        padding: 0 30px;
        margin: 0;
    }
    .proyectos.owl-carousel .info-proyecto {
        width: 100%;
    }
    .proyectos.owl-carousel .owl-nav {
        justify-content: center;
    }
    .ver-proyectos {
        position: static;
        text-align: center !important;
        justify-content: center;
    }
    .enlace-señal {
        font-size: 18px;
    }
    .proyectos.owl-carousel .owl-dots .owl-dot span {
        width: 90px;
    }
    section.tienes-un-proyecto h1 {
        font-size: 48px;
    }
    section.tienes-un-proyecto h2 {
        font-size: 32px;
    }
    .navbar-brand {
        padding: 8px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-light .navbar-toggler {
        border: none;
    }
    .section-agencia-marketing span.in-p {
        font-size: 14px;
    }
    .tienes-un-proyecto form .form-check-label,
    .tienes-un-proyecto form .form-check-label *,
    label,
    input {
        font-size: 18px !important;
    }
    section.tienes-un-proyecto h2 {
        margin-bottom: 25px !important;
    }
    #benefitsDesktop .benefit {
        margin-bottom: 20px;
    }
    .casos-exito-titulo {
        font-size: 75px;
    }
    .section-listado .list-caso-exito-item.tabulado {
        margin-left: 0;
    }
    .owl-item {
        width: 80%;
    }
    .benefit>div {
        margin-bottom: 40px;
    }
    .section-benefits h3 {
        font-size: 28px;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
    .benefit .text-right {
        text-align: left !important;
    }
    .benefit .text-right,
    .benefit p {
        justify-content: left !important;
    }
    .section-expertos h2 {
        font-size: 24px;
    }
    .section-expertos img {
        width: 80px;
    }
    .section-expertos .col-lg-10 {
        padding: 0 12px !important;
    }
    .somos-partners {
        top: 30px
    }
    .somos-partners p {
        flex-direction: column;
    }
    .somos-partners img {
        width: -webkit-fill-available;
    }
    section.tienes-un-proyecto form input[type="text"],
    section.tienes-un-proyecto form input[type="email"],
    section.tienes-un-proyecto .form-check {
        margin-bottom: 20px;
    }
    footer h5 {
        font-size: 24px;
    }
    footer .column-footer-content p {
        margin-bottom: 5px !important;
    }
    footer .column-footer-content p a {
        font-size: 18px;
        margin-bottom: 0px;
        display: inline-block;
    }
    .list-partners a {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    p,
    a {
        font-size: 16px;
        line-height: 26px;
    }
    h5 button {
        font-size: 24px;
        font-weight: 40;
    }
    h5 button i {
        font-size: 20px;
        font-weight: 700;
    }
    section {
        padding: 0 17px;
    }
    .section-carrusel-proyectos {
        margin-bottom: 30px;
        padding: 0;
    }
    .section-carrusel-proyectos h2 {
        padding: 0 17px;
    }
    footer {
        padding: 78px 17px 0 17px;
    }
    .overlay-content a {
        font-size: 32px;
    }
    #myVideo {
        top: 0px;
    }
    .cabecera .position-absolute {
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        bottom: -40px !important;
    }
    .section-benefits h1 {
        font-size: 35px;
        text-align: left;
    }
    .solicita-presupuesto a {
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 20px;
        padding: 5px 0;
        left: -34px;
    }
    .destacado-subrayado {
        font-size: 25px;
        font-weight: bold;
        text-decoration: underline;
        text-decoration-color: #EE2737;
    }
    .tienes-algo-mente {
        right: 32px;
        bottom: 32px;
    }
    .triangle-caso-exito {
        left: 58px;
        top: -270px;
    }
    #accordionBenefits button {
        padding: 15px 0;
    }
    #accordionBenefits button {
        padding: 15px 0;
    }
    #accordionBenefits h2 button {
        font-size: 20px !important;
    }
    #accordionBenefits h2 button i {
        font-size: 40px !important;
    }
    .section-carrusel-proyectos .container h2 {
        text-align: left !important;
    }
    .section-carrusel-proyectos .container h2 hr,
    .section-carrusel-proyectos .container h2 br {
        display: none;
    }
    .section-benefits p {
        margin-bottom: 20px;
    }
    .section-benefits h3 {
        font-size: 22px;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
    .proyectos.owl-carousel .proyecto {
        flex-direction: column-reverse;
        width: 100%;
        padding: 0 90px;
        padding: 0;
    }
    .proyectos.owl-carousel .info-proyecto {
        width: 100%;
    }
    .proyectos.owl-carousel .owl-nav {
        justify-content: center;
    }
    .proyectos.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
    }
    .ver-proyectos {
        position: static;
        text-align: center !important;
        margin-top: 15px;
    }
    .somos-partners {
        top: 0px
    }
    .proyectos.owl-carousel {
        margin-top: 0px;
    }
    .proyectos.owl-carousel .owl-dots .owl-dot span {
        width: 40px;
    }
    section.tienes-un-proyecto h1 {
        font-size: 35px;
    }
    /*section.tienes-un-proyecto h2 {
      font-size: 25px !important;
  }*/
    .ver-proyectos .enlace-señal {
        justify-content: center;
        margin: 0 !important;
    }
    .navbar-brand {
        padding: 8px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-light .navbar-toggler {
        border: none;
    }
    .section-agencia-marketing span.in-p {
        font-size: 14px;
    }
    .tienes-un-proyecto form .form-check-label,
    .tienes-un-proyecto form .form-check-label * {
        font-size: 13px;
        line-height: 20px;
    }
    .formulario-proyecto img {
        margin-bottom: 20px;
    }
    .tienes-un-proyecto form {
        margin-top: 0;
        margin-left: 0;
    }
    section.tienes-un-proyecto .form-check {
        margin-bottom: 20px;
    }
    #mobileFooter .column-footer-content p {
        margin-bottom: 5px;
    }
    #mobileFooter .modal-content * {
        color: #000;
    }
    #mobileFooter .modal-content .form-group input {
        border-radius: 0%;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 2px solid #707070;
        outline: none;
    }
    #mobileFooter .modal-content form input[type="text"],
    section.tienes-un-proyecto form input[type="tel"] {
        margin-bottom: 46px;
    }
    #mobileFooter .modal-content .form-group input:focus,
    #mobileFooter .modal-content .form-group input:focus-visible {
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 2px solid #707070;
        outline: none;
        box-shadow: none;
    }
    .equipo-item {
        flex-direction: column;
    }
    .equipo-item>div {
        margin-right: auto;
    }
    .equipo-item .iconos {
        margin-top: 18px;
        margin-bottom: 10px;
    }
    .equipo-item .iconos i {
        font-size: 24px;
        padding: 8px;
    }
    .casos-exito-titulo {
        font-size: 60px;
        max-width: none;
        line-height: 60px;
    }
    .section-listado .list-caso-exito-item .proyecto-img {
        width: 100%;
    }
    .section-listado .list-caso-exito-item.tabulado {
        margin-left: 0;
    }
    .section-listado .list-caso-exito-item>.row {
        flex-direction: column-reverse;
    }
    .section-listado .list-caso-exito-item .info-caso-exito {
        margin-top: 15px;
    }
    .section-listado .list-caso-exito-item .info-caso-exito>.d-flex {
        margin-top: 25px;
    }
    .section-listado>.container>.row>* {
        margin: 10px 0;
    }
    footer h5 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    footer p {
        line-height: 34px !important;
    }
    footer .column-footer-content p a {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .list-partners a {
        font-size: 16px;
    }
    .benefit .text-right {
        margin-left: 0;
    }
    .benefit>div {
        margin-bottom: 40px !important;
    }
    .copyright-section {
        padding: 16px !important;
        padding-bottom: 80px !important
    }
    .copyright-section p,
    .copyright-section a {
        font-size: 15px;
    }
    .copyright-section p {
        line-height: 26px;
    }
    .tienes-un-proyecto form .form-check-label,
    .tienes-un-proyecto form .form-check-label * {
        font-size: 14px !important;
    }
}

.megamenu input {
    display: none;
}

.open {
    content: url(../imgs/icon-menu-full.svg);
    transform: rotate(180deg);
}

.menuOpen {
    display: block;
    cursor: pointer;
    float: right;
}

.menuOpen:hover .open:before {
    top: -9px;
}

.menuOpen:hover .open:after {
    top: 5px;
}

.menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fafafa;
}

.menu label {
    content: url(../imgs/close.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: 100%;
    cursor: pointer;
}

.menu .menuContent {
    position: relative;
    top: 50%;
    font-size: 54px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: -170px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.menu ul li a {
    display: block;
    text-decoration: none;
    transition: color 0.2s;
    padding: 15px 0;
    font-size: 25px;
    color: #000;
    font-weight: 700;
}

.menu ul li a:hover {
    color: rgb(55, 55, 55);
}

.menuEffects {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
    transform: translateY(0%);
    transition: all 0.5s;
}

#menuToggle:checked~.menuEffects {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

#menuToggle:checked~.menuEffects ul {
    opacity: 1;
}

#menuToggle:checked~.menuOpen .open {
    background-color: transparent;
}

#menuToggle:checked~.menuOpen .open:after {
    content: url(../imgs/close.svg);
    content: "";
    background-color: rgb(0, 0, 0);
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
}

#menuToggle:not(:checked)~.menuEffects ul {
    transform: translateY(-30%);
}

.boton-principal:hover {
    background: #EE2737B3 0% 0% no-repeat padding-box !important;
    border: 1px solid #EE2737B3 !important;
    color: #F7FAF9 !important;
}

.boton-principal {
    transition: all 0.3s;
}

.megamenu .dropdown-menu .submenu-item :not("titulo-submenu") a.enlace-señal {
    width: 100%;
    justify-content: flex-end !important;
}


/* formulario - aviso legal */


/* Para posicionar la ventana de aviso legal */

.formulario-proyecto>div>div:last-child {
    position: relative;
}

.wrapper-legal {
    display: none;
    max-width: 350px;
    position: absolute;
    bottom: 50px;
    right: 20px;
    background-color: #fff;
    padding: 10px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
    color: #333 !important;
    font-size: 11px !important;
}

.wrapper-legal.mostrar-aviso-legal {
    display: block;
}

.wrapper-legal>span {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    font-size: 1.2em !important;
}

.wrapper-legal>span>i {
    font-weight: 900;
}

.tittle-legal {
    margin-bottom: 10px;
}

.wrapper-legal>ul {
    list-style: none;
    padding: 10px 10px 0;
    border-top: 1px solid #ccc;
}

.wrapper-legal>ul>li {
    line-height: 1.4em;
    margin-bottom: 10px;
}

.wrapper-legal strong {
    font-weight: 700;
}

.wrapper-legal>ul>li>a>b,
.wrapper-legal>ul>li>a {
    color: #EE2737 !important;
    outline: none;
    font-size: 11px;
    line-height: 1.4em;
}

.wrapper-legal p {
    font-size: 11px !important;
    color: #3c3237;
    line-height: 26px;
    margin: 0 0 10px;
}


/* fin formulario - aviso legal */

@media (min-width: 1400px) {}

@media (max-width: 1200px) {
    .section-expertos img {
        width: 120px;
    }
}

@media (min-width: 992px) {
    .partner-logo {
        width: 70%;
    }
}

@media(max-width: 992px) {
    /* Fotos home hover */
    .section-benefits .servicio a:hover img {
        width: 50%;
    }
    /* sección partners */
    .partner-logo {
        width: 70%;
    }
    /* menu lateral */
    .overlay-content .overlay-left-content h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .overlay-content .overlay-left-subtittle {
        font-size: 16px;
    }
    .overlay-content .overlay-left-tittle,
    .overlay-content .overlay-left-tittle a {
        font-size: 24px;
        line-height: 24px;
    }
    .overlay-content h3 {
        font-size: 24px;
    }
    .overlay-bottom-content>div a span {
        font-size: 16px;
        font-weight: 700;
    }
    .overlay-left-tittle::before {
        height: 28px;
        width: 6px;
        top: -2px;
    }
    .overlay-content .overlay-right-content a {
        font-size: 16px;
    }
    .overlay-right-content,
    .overlay-left-content {
        width: 50%
    }
    /* Fin menu lateral */
}

@media (max-width: 768px) {
    .solicita-presupuesto-movil {
        position: fixed;
        z-index: 20;
        transition: padding .3s linear;
    }
    .solicita-presupuesto-movil a {
        font-size: 16px;
        padding: 5px 5vw;
        left: 0;
        display: inline;
    }
    .solicita-presupuesto-scrolled {
        padding: 6px 0;
    }
    .solicita-presupuesto-movil .icono-redondeado {
        padding: 5px;
    }
    .solicita-presupuesto-movil .icono-redondeado {
        width: 30px;
        height: 30px;
    }
    .solicita-presupuesto-movil i {
        margin-left: 8px;
    }
    /* menu lateral */
    .overlay-content .overlay-left-content h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .overlay-content .overlay-left-subtittle {
        font-size: 16px;
    }
    .overlay-content .overlay-left-tittle,
    .overlay-content .overlay-left-tittle a {
        font-size: 24px;
        line-height: 24px;
    }
    .overlay-content h3 {
        font-size: 24px;
    }
    .overlay-bottom-content>div a span {
        font-size: 16px;
        font-weight: 700;
    }
    .overlay-left-tittle::before {
        height: 28px;
        width: 6px;
        top: -2px;
    }
    /* Fin menu lateral */
    /*Cursor oculto*/
    .cursor2 {
        visibility: hidden;
    }
}


/*Pantallas 1336*/

@media (max-width: 1336px) {
    /*Menú 1336*/
    .icono-redondeado {
        width: 36px;
        height: 36px;
    }
    .overlay-right-content i:last-of-type {
        padding: 8px 8px 8px 8px;
    }
    .overlay-content .overlay-right-content a {
        font-size: 18px;
    }
    .overlay-right-content li {
        margin-bottom: 20px;
    }
    .overlay-content .overlay-left-content h2 {
        font-size: 32px;
        line-height: 0px;
    }
    .overlay-content .overlay-left-tittle,
    .overlay-content .overlay-left-tittle a {
        font-size: 32px;
        line-height: 35px;
    }
    .overlay-left-subtittle {
        font-size: 20px;
    }
    .overlay-left-content li {
        margin: 10px 0 10px 0;
    }
    .icono-redondeado {
        padding: 8px;
    }
    .overlay-left-tittle::before {
        height: 30px;
    }
    /*fin menú 1336*/
    /*Home 1336*/
    h1 {
        font-size: 50px;
    }
    a {
        font-size: 17px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    p,
    li {
        font-size: 16px !important;
    }
    .row>* {
        padding-right: 20px;
        padding-left: 20px;
    }
    .section-benefits .servicio {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .section-benefits h2 {
        font-size: 40px;
        line-height: 52px;
    }
    .section-benefits p {
        font-size: 20px;
        line-height: 36px;
        font-weight: 500;
    }
    .section-benefits p.enlace-servicio:hover {
        color: #EE2737;
    }
    .section-benefits a:hover {
        color: inherit;
    }
    .scrollermarquee {
        font-size: 45px;
        line-height: 80px;
    }
    /*Fin home 1336*/
    /*formulario*/
    .tienes-un-proyecto form input[type="text"],
    .tienes-un-proyecto form input[type="email"],
    .tienes-un-proyecto form input[type="tel"],
    .tienes-un-proyecto .form-check {
        margin-bottom: 26px;
    }
    body>section.tienes-un-proyecto.margin-medio>div>div>div.col-lg-7>h3 {
        font-size: 28px;
    }
    /*Fin Formulario 1336*/
    /*Páginas servicios 1336*/
    .parrafo-titular {
        font-size: 20px;
    }
    /*Fin páginas servicios 1336*/
}


/*Fin pantallas 1336*/

@media (max-width: 576px) {
    h1 {
        text-align: left;
        font-size: 37px;
        font-family: Inter;
        font-weight: 800;
        letter-spacing: 0px;
        line-height: 1.4empx;
    }
    h2 {
        text-align: left;
        font-size: 30px;
        font-weight: 800;
        font-family: Inter;
        line-height: 42px;
        letter-spacing: 0px;
    }
    h3 {
        text-align: left;
        font-size: 28px;
        letter-spacing: 0px;
        font-family: Inter;
        margin-bottom: 0px;
        line-height: 33px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        padding: 8px 0;
    }
    p {
        font-size: 18px;
        margin: 15px 0;
        line-height: 1.6em;
    }
    .copyright-section p {
        margin: 0;
    }
    .parrafo-destacado {
        font-size: 21px;
        line-height: 1.4em;
    }
    .hover h2 {
        font-size: 30px !important;
    }
    .section-benefits h3 {
        margin-bottom: 16px;
    }
    .section-benefits>.container>.row {
        padding-bottom: 0;
    }
    .equipo-miembros h4 {
        text-align: center;
        margin: 15px 0;
    }
    .equipo-miembros span {
        font-size: 14px;
        line-height: 14px;
    }
    .section-benefits .servicio {
        margin: 30px 0;
    }
    .scrollermarquee {
        font-size: 17vw;
    }
    .section-expertos .col-lg-2 {
        justify-content: flex-start !important;
    }
    .partner-logo {
        width: 100%;
    }
    /* Logos */
    .menu-logo img:nth-child(1) {
        height: 28px;
    }
    .menu-logo img:nth-child(2) {
        height: 35px;
    }
    /* Menu lateral */
    /* parte izquierda */
    .overlay-content .overlay-left-content h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .overlay-content .overlay-left-subtittle {
        font-size: 16px;
    }
    .overlay-content .overlay-left-tittle,
    .overlay-content .overlay-left-tittle a {
        font-size: 24px;
        line-height: 24px;
    }
    .overlay-content h3 {
        font-size: 24px;
    }
    .overlay-left-content li {
        width: 100%;
        margin: 6px 0 6px 0;
    }
    .overlay-left-tittle::before {
        height: 28px;
        width: 6px;
        top: -2px;
    }
    /* contacta con nosotros */
    .menu-lateral-desk {
        display: none;
    }
    .menu-lateral-mobile {
        display: block;
    }
    .overlay-right-content>ul {
        display: flex;
        gap: 20px;
        margin-top: 10px;
        margin-left: -22px
    }
    .overlay-right-content>ul>li {
        flex-direction: column;
        gap: 2;
    }
    .overlay-content .overlay-right-content a {
        font-size: 12px;
    }
    .overlay-right-content>ul>li>a>span {
        display: none
    }
    /* RRSS */
    .overlay-bottom-content>ul>li>span {
        display: none;
    }
    .overlay-bottom-content ul {
        gap: 8px;
    }
    .overlay-bottom-content>div a span {
        font-size: 16px;
        font-weight: 700;
    }
    .overlay-bottom-content br {
        display: block;
    }
    .overlay-bottom-content>div a {
        display: flex;
        align-items: center;
    }
    .overlay-bottom-content>div a span {
        font-size: 16px;
        font-weight: 700;
        width: 90px;
        display: inline-block;
        line-height: 16px;
    }
    .overlay-right-content,
    .overlay-left-content {
        width: 100%
    }
    /*  animación movil */
    .menu-second-container {
        top: -100%;
        left: 0;
        z-index: 100;
        transition: top;
    }
    .overlay-menu {
        left: 0;
        top: -100%;
        transition: top .35s ease;
        z-index: 50;
    }
    .menu-second-panel2 {
        position: absolute;
        top: -100%;
        height: 100%;
        width: 100%;
        background-color: #1F1E26;
        left: 0;
        transition: top .35s ease;
        z-index: 45;
    }
    .menu-second-panel1 {
        position: absolute;
        top: -100%;
        height: 100%;
        width: 100%;
        background-color: #EE2737;
        left: 0;
        z-index: 40;
        transition: top .35s ease;
    }
    .menu-second-open {
        left: 0%;
        top: 0;
    }
    /* Fin menu lateral */
    .solicita-presupuesto.presupuesto a {
        font-size: 16px;
    }
    .accordion-item>div>div>div>div>div:nth-child(4) {
        border-left: none !important;
    }
    .overlay-right-content ul {
        margin-bottom: 16px !important
    }
}


/* arreglo menu lateral movil */

@media (max-height: 662px) and (max-width: 576px) {
    .overlay-content .overlay-left-tittle,
    .overlay-content .overlay-left-tittle a {
        font-size: 20px;
        line-height: 14px;
    }
    .overlay-content h2 {
        margin-bottom: 12px;
    }
    .overlay-left-tittle::before {
        height: 20px;
    }
}

.migas-pan {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding-right: 30px;
}

.migas-pan .container {
    position: absolute !important;
    top: 104px !important;
    font-size: 14px;
    z-index: 3;
}

@media (max-width: 578px) {
    .migas-pan .container {
        top: 70px !important;
    }
}

.migas-pan .container ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.migas-pan .container a {
    font-size: 14px;
    color: #919090;
}

.migas-pan .container a:hover {
    color: #EE2737;
}

.migas-pan .container i {
    margin: 0 18px;
    align-self: center;
    color: #919090;
}

.hover-barra:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -16px;
    width: 8px;
    height: 52px;
    transform: rotate(15deg);
    background-color: #EE2737;
    transition: left linear 0.3s;
    opacity: 0;
}

.hover-barra:hover:before {
    opacity: 1;
}


/*Accordion*/

.accordion-theme .accordion-item {
    border: none;
}

.accordion-theme .accordion-button {
    color: #1F1E26;
    background-color: transparent;
    box-shadow: none;
    padding: 26px 0;
    border-bottom: 1px solid #707070;
}

.accordion-theme .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-theme .accordion-button::after {
    background-image: none;
}

.accordion-theme .accordion-button.collapsed i {
    transition: transform .2s ease-in-out;
}

.accordion-theme .accordion-button:not(.collapsed) i {
    transform: rotate(-180deg);
    transition: transform .2s ease-in-out;
}

.accordion-theme .accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.accordion-theme .accordion-button:after {
    display: none;
}

.accordion-theme .accordion-header button {
    font-size: 32px;
    font-weight: bold;
}

.accordion-theme .accordion-header i {
    width: 48px;
    height: 48px;
    padding: 16px;
    background-color: #EE2737;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


/*acordeon movil*/

@media (max-width: 576px) {
    .container.migas-pan {
        top: 12% !important;
    }
    .accordion-theme .accordion-header button {
        font-size: 24px;
    }
    .accordion-theme .accordion-header i {
        width: 30px;
        height: 30px;
    }
    .accordion-body ul {
        padding-left: 0;
    }
}


/* listas acordeon */

.accordion-item ul {
    list-style: none;
}

.accordion-item li {
    padding-left: 24px;
    border-bottom: 1px solid #707070;
    font-size: 18px;
    color: #1F1E26;
}

.accordion-item>div>div>div>div>div:nth-child(4) {
    border-left: solid 1px #707070;
}

@media(max-width: 991px) {
    .accordion-item>div>div>div>div>div:nth-child(4) {
        border: none;
    }
}

.redondeado-contacto {
    border: 1px solid #1F1E26;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.tienes-un-proyecto .form-group textarea {
    border-radius: 0%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #707070;
    background-color: transparent;
    outline: none;
}

#info {
    position: relative;
    top: -120px;
}

.reveal-text {
    visibility: hidden;
}

.line {
    position: relative;
    overflow: hidden;
    display: flex;
}

textarea {
    margin-bottom: 46px;
}

.info-legal {
    position: relative;
}


/*servicios relacionados*/

a.fw-bold {
    font-size: 34px;
    margin-left: 5px;
}

h3.overlay-left-tittle::before {
    height: 30px;
}

h3.overlay-left-tittle:hover::before {
    background-color: #1f1e26;
}

h3.overlay-left-tittle {
    transform: translateX(30px);
    margin-right: 30px;
}

h3.overlay-left-tittle::before {
    opacity: 1;
}

@media (max-width: 1336px) {
    a.fw-bold {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    h3.overlay-left-tittle {
        margin-bottom: 30px;
    }
    a.fw-bold {
        font-size: 20px;
    }
    h3.overlay-left-tittle::before {
        height: 25px;
        top: 6px;
    }
    /*Solicita presupuesto - Header*/
    .solicita-presupuesto-head.cabecera {
        height: auto;
        flex-direction: column;
    }
    section.cabecera.solicita-presupuesto-head>.container,
    section.cabecer.solicita-presupuesto-heada>.container-fluid {
        position: static;
        transform: none;
    }
    .solicita-presupuesto-head .solicita-presupuesto {
        position: static;
    }
}


/*fin servicios relacionados*/


/* ---- reset ---- */

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/*Proyectos*/

.fa-arrow-bottom:after {
    content: "\f063";
    margin-left: 20px;
}

.fa-arrow-bottom {
    animation: animacion-flecha-abajo 1.5s infinite linear;
}

@media (max-width: 1474px) {
    .header-portfolio h1 {
        font-size: 50px !important;
    }
}

@media (max-width: 1366px) {
    .header-portfolio h1 {
        font-size: 40px !important;
    }
}

@keyframes animacion-flecha-abajo {
    0% {
        transform: translateY(1px);
    }
    25% {
        transform: translateY(6px);
    }
    50% {
        transform: translateY(1px);
    }
    75% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(1px);
    }
}


/*Fin proyectos*/


/* Arreglo bot chat*/

#hubspot-messages-iframe-container {
    z-index: 30 !important;
}


/* Imágenes de casos de éxito */


/* .portfolio-listado img {
  transition: transform 0.3s linear;
} */

.portfolio-listado img:hover {
    filter: grayscale(100%);
    transform: none !important;
}

.portfolio-listado h4:hover {
    color: #EE2737
}


/* página de contacto, enlace del formulario  */

@media(max-width: 1200px) {
    .tienes-un-proyecto-contacto {
        padding-top: 92px !important;
    }
}

@media(max-width: 576px) {
    .tienes-un-proyecto-contacto h3 {
        margin-bottom: 24px;
    }
    .servicio-servicios h3,
    .servicio-servicios a {
        font-size: 24px !important;
        margin-left: 5px;
        font-weight: 700 !important;
    }
    .servicio-servicios h3,
    .servicio-servicios a {
        margin-left: 0 !important;
    }
}

.servicio-servicios h3,
.servicio-servicios a {
    font-size: 24px;
    margin-left: 5px;
    font-weight: 700 !important;
    font-family: 'DM Sans';
}

.servicio-servicios h3:hover,
.servicio-servicios a:hover {
    color: #EE2737;
}

.servicio-servicios h3:hover::before,
.servicio-servicios a:hover::before {
    color: #1F1E26;
}

#contenido-innovacion {
    position: relative;
    top: -70px;
}


/* pruebas ¿tienes un presupuesto?*/

@media(max-width: 576px) {}

.back-to-top {
    position: fixed;
    left: calc(100% - 66px);
    bottom: 120px;
    z-index: 10;
    cursor: pointer;
    background-color: #1F1E26;
    opacity: 0.5;
    border-radius: 50px;
    display: none;
    transition: opacity .2s linear;
}

.back-to-top:hover {
    opacity: 0.8;
}

.back-to-top i {
    color: rgb(241, 241, 241);
}


/*Marquee*/

.marquee {
    overflow: visible !important;
}

.container-marquee {
    position: relative;
    width: 100vw;
    overflow: hidden;
}

.scrolling-text {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
    /*font-size: 110px;
white-space: nowrap;
transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
line-height: 1em;
margin: 50px 0;*/
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.5vw;
    /*margin-bottom:32px;*/
    /* margin: 50px 0;*/
    white-space: nowrap;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
}


/* owl carousel - flechas */

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 28px;
    color: #2F3941;
    opacity: 0.5;
}

.owl-next,
.owl-prev {
    transition: transform 0.2s linear;
}

.owl-next:hover {
    transform: translate(5px);
    opacity: 0.8;
    margin-top: -2px;
}

.owl-prev:hover {
    transform: translate(-5px);
    opacity: 0.8;
    margin-top: -2px;
}


/* Cursores */

.hover h2 {
    font-size: 40px;
}


/*.hover h2 span{border-bottom:4px solid #EE2737;}*/

.hover p.enlace-servicio:hover {
    color: #EE2737 !important
}


/* #Cursor
================================================== */

.cursor,
.cursor2 {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
}

.cursor {
    height: 0;
    width: 0;
}

.cursor2 {
    height: 50px;
    width: 50px;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    background-position: center;
    background-size: 0 0;
}

.cursor2.hover {
    height: 220px;
    width: 320px;
    border: none;
    border-radius: 2px;
}

.cursor2 {
    border: 2px solid #EE2737;
    position: fixed;
}

.cursor2.hover {
    background-size: cover;
}

body.img-1-wrap .cursor2 {
    background-image: url('/media/media-bd/imagenes/desarrollo-web-destacado-419x294-1653934286.jpg');
    margin-top: 120px;
    margin-left: 160px;
    z-index: 0;
}

body.img-2-wrap .cursor2 {
    background-image: url('/media/media-bd/imagenes/ecommerce-destacado-419x294-1653934286.jpg');
    margin-top: 120px;
    margin-left: 160px;
    z-index: 0;
}

body.img-3-wrap .cursor2 {
    background-image: url('/media/media-bd/imagenes/marketing-digital-destacada-419x294-1653934286.jpg');
    margin-top: 120px;
    margin-left: 160px;
    z-index: 0;
}

body.img-4-wrap .cursor2 {
    background-image: url('/media/media-bd/imagenes/ux-destacado-419x294-1653934286.jpg');
    margin-top: 120px;
    margin-left: 160px;
    z-index: 0;
}

body.enlace-wrap .cursor2 {
    background-color: #EE2737;
    opacity: 0.6;
}

.hover-target {
    position: relative;
    display: inline-block;
    text-decoration: none;
    /*color: #EE2737;*/
    /*transition: color 250ms ease;*/
}

.hover-target .enlace-servicio:hover {
    color: #EE2737 !important;
}

.hover-target:hover {
    z-index: 5;
    /*color:#EE2737;*/
}


/* Página de error 404 */

.error404 {
    font-size: 50vw;
    transition: transform 0.4s linear, color .6s linear;
    transform: rotate(25deg) scale(0.5);
    z-index: -1;
}

.error404-2 {
    transform: rotate(-15deg) scale(1.2);
}

.error404-a {
    position: absolute;
    bottom: 136px;
    right: 174px;
}

.error404-a::after {
    content: "";
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 4px;
    background-color: #EE2737;
    position: absolute;
    border-radius: 6px;
    z-index: -1;
}

.error404-a:hover+.error404 {
    color: #EE2737;
}

.error404-info {
    width: 400px;
    position: absolute;
    bottom: 80px;
    right: 20px;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}

.error404-info h1 {
    font-size: 22px;
    margin-bottom: 20x;
}

.error404-info a {
    font-size: 22px !important;
}

.error404-info .temporizador {
    margin-top: 50px;
}

@media (max-width: 1336px) {
    .error404-a {
        right: 212px;
    }
}

@media (max-width: 768px) {
    .error404-a {
        right: 212px;
    }
}

@media (max-width: 576px) {
    .error404-info {
        width: 100%;
        margin: auto;
        left: 20px;
    }
    .error404-a {
        width: 213px;
        left: 20px;
    }
    .error404 {
        margin-top: -90px;
    }
    .error404-2 {
        transform: rotate(50deg) scale(1.5);
    }
}


/* Fin pagina de error 404*/

.titulo-destacado {
    font-weight: 500;
}


/* Cambiar color de fondo al hacer scroll - home */

.cambiar-color1 {
    background-color: #ffffff !important;
    transition: background-color 1s ease;
}

.cambiar-color2 {
    background-color: #1f1e26 !important;
    transition: background-color 1s ease;
}

.cambiar-color1 * {
    color: #1f1e26 !important;
    transition: color .8s ease;
}

.cambiar-color2 * {
    color: #ffffff !important;
    transition: color .8s ease;
}

.cambiar-color1 a {
    color: #fff !important;
}


/* hover para las imagenes del blog */

.post-thumbnail img,
.sidebar-post-thumbnail img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.post-thumbnail img:hover,
.sidebar-post-thumbnail img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.tags-links {
    color: #000000 !important;
}


/* necesario para el back to top*/

html {
    scroll-behavior: smooth;
}


/*Caso de éxito - Detalle*/

.logros-lista {
    margin-left: 1em;
}

.logros-lista li {
    font-size: 20px;
    margin-bottom: 14px;
    padding-left: 1em;
}

.logros-lista ul {
    list-style-type: none;
    padding-left: 0;
}

.logros-lista li::marker {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 20px;
    color: #EE2737;
}

.portfolio-list .portfolio-item {
    position: relative;
    margin-bottom: 35px;
}

.hover-letter:hover {
    color: #EE2737;
}