@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");



html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}



:root {
    --primary-color: #004AFF;
    --secondary-color: #000007;
    --tertiary-color: #FAFBFD;
    --font-family: "Montserrat", sans-serif;
    --border-radius: 8px;
}

/*########## GENERAL ##########*/

.site-main,
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1260px) {
    section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--tertiary-color);
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 1.5;
}

a {
    color: var(--tertiary-color);
}

a:hover,
a:focus,
a:active {
    color: var(--tertiary-color);
}

a:visited {
    color: inherit !important;
}

/**############## OWL CAROUSEL ##############**/
.owl-contenedor {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

}

/* .owl-carousel .owl-stage-outer {
  overflow: hidden;
} */
/* .owl-item{
   box-sizing: border-box;
} */
.owl-item a img{
   width: 100%;
}
/* .owl-stage{
    width: 80%;
} */

.owl-carousel{
    width: 100%;
}

.owl-nav.disabled {
  display: flex !important;
  opacity: 1 !important;
}

.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    background-image: url("/wp-content/uploads/2025/10/flecha-derecha.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px ;
    margin-right: -11px;
    width: 40px ;
    height: 40px ;
    top:calc(50% - 15px);
    transform: translateY(-50%);
    right: -10px;
    z-index: 2;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    background-image: url("/wp-content/uploads/2025/10/flecha-izquierda.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    margin-right: -11px;
    width: 40px ;
    height: 40px;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    left: -20px;
    z-index: 20 !important;
    opacity: 1 !important;
}

.owl-carousel .owl-nav button.owl-prev span{
    content: none !important;
    display: none !important;
}
.owl-carousel .owl-nav button.owl-next span{
    content: none !important;
    display: none !important;
}


/**############## HEADER SIDEBAR/MENU ##############**/
.site-header.header-fijo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background: linear-gradient(to right bottom, var(--secondary-color), transparent);
  background-color: var(--primary-color);
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  
}


.site-header {
    position: relative;
    background: linear-gradient(to bottom, var(--secondary-color), transparent);
    height: 92px;
    padding-top: 15px;
    z-index: 9999;
   transition: top 0.100s ease, background-color 0.6s ease !important;
}

.site-header .container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;

}

.menu-menu-primary-container {
    padding: 0 !important;
    padding-right: 28px !important;
}

.custom-logo {
    width: 187px;
    height: auto;
    max-width: none;
}

.menu-menu-primary-container {
    display: flex;
    gap: 40px;
    padding: 16px 25px;
    justify-content: flex-end;
    align-items: center;
    border-right: 2px solid var(--tertiary-color);
}

.menu-menu-primary-container>ul {
    display: flex;
    gap: 40px;
}

.menu-menu-primary-container a {
    color: var(--tertiary-color);
    font-size: 16px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
    text-decoration: none;
    display: flex !important;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}

.menu-menu-primary-container ul>li>a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: opacity 0.4s ease, background-color 0.4s ease;
}

.menu-menu-primary-container ul>li:hover>a {
    transform: translateY(-3px);
    color: var(--tertiary-color);
}

.menu-menu-primary-container ul>li.current-menu-item:hover>a {
    transform: translateY(0px);
}

.menu-menu-primary-container ul>li.current-menu-item>a::after {
    background-color: transparent !important;
}

.menu-menu-primary-container ul>li:hover>a::after {
    background-color: var(--tertiary-color);

}

.menu-menu-primary-container a:focus,
.menu-menu-primary-container a:active {
    color: inherit !important;
    outline: none;
}

.menu-menu-primary-container li.current-menu-item>a {
    color: var(--tertiary-color);
    padding-bottom: 5px;
    border-bottom: 2px solid var(--tertiary-color);

}

.widget {
    margin: 0 !important;
}





/* ################# SUB-MENU QUIENES SOMOS ################### */

/*Puente transparente para el espacio entre menu y submenu y mantenga el hover*/
.item-menu-quienes-somos::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent;
}

.sub-menu-quienes-somos {
    position: absolute;
    top: 190%;
    right: 0;
    background: linear-gradient(to top left, var(--primary-color), #0d2856);
    color: var(--tertiary-color);
    padding: 0px 20px;
    z-index: 999;
    width: 508px;
    max-height: 480px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.sub-menu-quienes-somos section {
    padding-left: 0 !important;
    padding-right: 0 !important;

}

@media(min-width: 769px) {
	.item-menu-quienes-somos:hover .sub-menu-quienes-somos {
    opacity: 1;
    pointer-events: auto;
}
}
@media(max-width: 768px) {

 .item-menu-quienes-somos.open .sub-menu-quienes-somos {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

}


.sub-menu-quienes-somos .textwidget h2 a {
    margin-left: 115px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}

.sub-menu-quienes-somos .textwidget h2,
.sub-menu-quienes-somos .textwidget p {
    margin: 0;
}

.sub-menu-quienes-somos a:hover {
    color: var(--tertiary-color);
}

.sub-menu-quienes-somos h2 a:hover {
    color: var(--tertiary-color);
}

.sub-menu-quienes-somos .textwidget p>a {
    font-size: 14px;
    margin-top: -55px;
    margin-left: 115px;
}

.sub-menu-quienes-somos .textwidget:hover {
    background-color: rgba(241, 243, 249, 0.2);
}

.sub-menu-quienes-somos .textwidget {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    height: 100px;
    width: 490px;
    margin-left: -12px;
    transition: background-color 0.2s ease 0.1s;
}

.sub-menu-quienes-somos .textwidget a img {
    margin-top: 12px;
    margin-left: -115px;
    transition: transform 0.3s ease;
}

/*#############SUB-MENU SERVICIOS ###############*/
.item-menu-servicios {
    position: relative;
}

/*Puente transparente para el espacio entre menu y submenu y mantenga el hover*/
.item-menu-servicios::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent;
}

.sub-menu-servicios {
    position: absolute;
    top: 190%;
    right: 0;
    background: linear-gradient(to top left, var(--primary-color), #0d2856);
    color: var(--tertiary-color);
    padding: 0px 20px;
    z-index: 999;
    width: 506px;
    max-height: 480px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.sub-menu-servicios section {
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.item-menu-servicios:hover .sub-menu-servicios {
    opacity: 1;
    pointer-events: auto;
}

.sub-menu-servicios .textwidget h2 a {
    margin-left: 115px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}

.sub-menu-servicios .textwidget h2,
.sub-menu-servicios .textwidget p {
    margin: 0;
}

.sub-menu-servicios a:hover {
    color: var(--tertiary-color);
}

.sub-menu-servicios h2 a:hover {
    color: var(--tertiary-color);
}

.sub-menu-servicios .textwidget p>a {
    font-size: 14px;
    margin-top: -55px;
    margin-left: 115px;
}

.sub-menu-servicios .textwidget:hover {
    background-color: rgba(241, 243, 249, 0.2);
}

.sub-menu-servicios .textwidget {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    height: 100px;
    width: 490px;
    margin-left: -12px;
    transition: background-color 0.2s ease 0.1s;
}

.sub-menu-servicios .textwidget a img {
    margin-top: 12px;
    margin-left: -115px;
    transition: transform 0.3s ease;
}

/*### CENTRANDO SUB MENU ### */
@media (max-width: 992px) {
    .sub-menu-quienes-somos {
        left: 50%;
        transform: translateX(-50%);
    }

    .sub-menu-servicios {
        left: 50%;
        transform: translateX(-50%);
    }

    .menu-menu-primary-container>ul {
        display: flex;
        gap: 20px;
    }
}

/* TOGGLE RESPONSIVE*/
@media (max-width: 769px) {

    .site-header .burger {
        display: flex !important;
    }

    .site-header nav {
        display: none !important;
    }

    .iconos-redes {
        display: none;
    }

    #site-navigation {
        display: none;
    }


    /* Menu ancho completo */
    #site-navigation.active {
        display: flex;
        position: fixed;
        padding-top: 90px;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--secondary-color);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: -1;
        transition: opacity 0.3s ease;
    }

    /* Lista vertical */
    #site-navigation.active .menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #site-navigation.active .menu>li {
        position: relative;
        width: 100%;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    #site-navigation.active .menu>li>a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        transition: color 0.3s ease;
    }

    #site-navigation.active .menu>li>a:hover {
        color: #d0d0ff;
    }
}

@media (max-width: 540px) {

    /*### SUB MENU QUIENES SOMOS ###*/
    .sub-menu-quienes-somos {
        left: 50%;
        transform: translateX(-47%);
        width: 400px !important;
        max-width: 506px;
    }

    .sub-menu-quienes-somos .textwidget a img {
        width: 70px;
        position: relative;
        left: 10px;
        top: 10px;

    }

    .sub-menu-quienes-somos .textwidget h2>a {
        position: relative;
        left: 95px;
        font-size: 18px !important;
        margin-left: 0 !important;
    }

    .sub-menu-quienes-somos .textwidget p>a:not(:has(img)) {
        position: relative;
        left: 95px;
        margin-top: -35px;
        font-size: 12px !important;
        margin-left: 0 !important;
        width: 300px;
    }

    .sub-menu-quienes-somos .textwidget {
        height: 70px !important;
        width: auto !important;
        margin-left: 0px !important;
        margin-top: 20px !important;
    }

    .sub-menu-quienes-somos {
        padding: 0 !important;
    }

    .sub-menu-quienes-somos section {
        padding: 0 !important;
    }

    /*### SERVICIOS ###*/
    .sub-menu-servicios {
        left: 50%;
        transform: translateX(-47%);
        width: 400px !important;
        max-width: 506px;
    }

    .sub-menu-servicios .textwidget a img {
        width: 70px;
        position: relative;
        left: 10px;
        top: 10px;

    }

    .sub-menu-servicios .textwidget h2>a {
        position: relative;
        left: 95px;
        font-size: 18px !important;
        margin-left: 0 !important;
    }

    .sub-menu-servicios .textwidget p>a:not(:has(img)) {
        position: relative;
        left: 95px;
        margin-top: -35px;
        font-size: 12px !important;
        margin-left: 0 !important;
        width: 280px;
    }

    .sub-menu-servicios .textwidget {
        height: 70px !important;
        width: auto !important;
        margin-left: 0px !important;
        margin-top: 20px !important;
    }

    .sub-menu-servicios {
        padding: 0 !important;
    }

    .sub-menu-servicios section {
        padding: 0 !important;
    }
}


@media (max-width: 430px) {

    /*### QUIENES SOMOS ###*/
    .sub-menu-quienes-somos {
        width: 100% !important;
        max-width: 506px;
    }

    .sub-menu-quienes-somos .textwidget p>a:not(:has(img)) {
        font-size: 10px !important;
        width: 250px;
    }

    .sub-menu-quienes-somos .textwidget h2>a {
        font-size: 16px !important;
    }

    /*### SERVICIOS ###*/
    .sub-menu-servicios {
        width: 100% !important;
        max-width: 506px;
    }

    .sub-menu-servicios .textwidget p>a:not(:has(img)) {
        font-size: 10px !important;
        width: 250px;
    }

    .sub-menu-servicios.textwidget h2>a {
        font-size: 16px !important;
    }


}

@media (max-width: 400px) {

    /*### SERVICIOS ###*/
    .sub-menu-servicios .textwidget p>a:not(:has(img)) {
        font-size: 10px !important;
        width: 230px;
    }
}



@media (max-width: 390px) {

    /*### QUIENES SOMOS ###*/
    .sub-menu-quienes-somos .textwidget p>a:not(:has(img)) {
        font-size: 9px !important;
        width: 200px;
    }

    .sub-menu-quienes-somos .textwidget h2>a {
        font-size: 16px !important;
    }

    /*### SERVICIOS ###*/
    .sub-menu-quienes-somos .textwidget p>a:not(:has(img)) {
        font-size: 9px !important;
        width: 200px;
    }

    .sub-menu-quienes-somos .textwidget h2>a {
        font-size: 16px !important;
    }
}



@media (max-width: 370px) {

    /*### QUIENES SOMOS###*/
    .sub-menu-quienes-somos {
        left: 50%;
        transform: translateX(-45%);
    }

    .sub-menu-quienes-somos .textwidget p>a:not(:has(img)) {
        font-size: 9px !important;
        width: 190px;
        left: 80px;
    }

    .sub-menu-quienes-somos .textwidget h2>a {
        left: 80px;
        font-size: 15px !important;
    }

    .sub-menu-quienes-somos .textwidget p>a:not(:has(img)) {
        margin-top: -20px;
        font-size: 8px !important;
    }

    .sub-menu-quienes-somos .textwidget a img {
        width: 60px;
        left: 5px;
        top: 5px;
    }

    .sub-menu-quienes-somos .textwidget {
        height: 70px !important;
    }

    /*### SERVICIOS###*/
    .sub-menu-servicios {
        left: 50%;
        transform: translateX(-45%);
    }

    .sub-menu-servicios .textwidget p>a:not(:has(img)) {
        font-size: 9px !important;
        width: 190px;
        left: 80px;
    }

    .sub-menu-servicios .textwidget h2>a {
        left: 80px;
        font-size: 15px !important;
    }

    .sub-menu-servicios .textwidget p>a:not(:has(img)) {
        margin-top: -20px;
        font-size: 8px !important;
    }

    .sub-menu-servicios .textwidget a img {
        width: 60px;
        left: 5px;
        top: 5px;
    }

    .sub-menu-servicios .textwidget {
        height: 70px !important;
    }
}


.site-header nav {
    width: 100%;
    display: block;
}

.site-header nav.active {
    display: block !important;
}

.site-header .burger {
    height: 23px;
    width: 30px;
    z-index: 2;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 20px;
    right: 20px;
}

.site-header .burger span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: var(--tertiary-color);
}

.site-header .burger span:first-child {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.site-header .burger span:nth-child(2) {
    transition: transform 0.2s ease-in-out;
}

.site-header .burger span:nth-child(3) {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.site-header .burger.active span:first-child {
    transform: rotate(45deg);
}

.site-header .burger.active span:nth-child(2) {
    transform: scaleY(0);
}

.site-header .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
}


/*############PAGINAS INTERNAS ###################*/

/******* CSS GLOBAL PAGINAS INTERNAS************/
/* Separador */
/* Dando transparencia a separador de referencia wp bakery para que tome el color de los creados*/
.vc_sep_line {
    border-color: transparent !important;
}

.separador-linea {
    position: relative;
    width: 740px;
    height: 2px;
    background-color: white;
    margin: 15px 0;
    z-index: 4;
}

.separador-linea::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: white;
}

.separador-linea-azul {
    position: relative;
    width: 740px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 15px 0;
    z-index: 4;
}

.separador-linea-azul::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
}

.iconos-redes {
    padding: 25px;
}

.iconos-redes .textwidget p {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.iconos-redes .textwidget p a {
	width: 16px;
    height: 16px;
}

.iconos-redes .textwidget p a:first-of-type{
	width: 20px;
    height: 16px;
}

.iconos-redes .textwidget p:hover {
    cursor: pointer;
}



/* Estilo base de los controles */
.vc_carousel-control {
    border-radius: 40px;
    width: 40px !important;
    height: 40px !important;
    background-color: white !important;
    opacity: 1 !important;
}

/* Flecha izquierda */
.vc_carousel-control.vc_left {
    background-image: url("/wp-content/uploads/2025/10/flecha-izquierda.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    margin-left: -11px;

}

/* Flecha derecha */
.vc_carousel-control.vc_right {
    background-image: url("/wp-content/uploads/2025/10/flecha-derecha.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    margin-right: -11px;
}

.vc_carousel-control .icon-next::before,
.vc_carousel-control .icon-prev::before {
    content: none !important;
    display: none !important;
}

.contenedor-separadores-gradiente-1 {
    margin-top: 70px;
    height: 170px;
}

.separador-gradiente1-1 {
    height: 40px;
    background-color: #0A49E4;
}

.separador-gradiente2-1 {
    margin-top: -35px;
    height: 40px;
    background-color: #083AB3;
}

.separador-gradiente3-1 {
    margin-top: -36px;
    height: 40px;
    background-color: #062A82;
}

.separador-gradiente4-1 {
    margin-top: -38px;
    height: 40px !important;
    background-color: #031A52;

}


.contenedor-separadores-gradiente-2 {
    height: 170px;
}

.separador-gradiente1-2 {

    height: 40px !important;
    background-color: #031A52;
}

.separador-gradiente2-2 {
    margin-top: -36px;
    height: 40px;
    background-color: #062A82;
}

.separador-gradiente3-2 {
    margin-top: -36px;
    height: 40px;
    background-color: #083AB3;
}

.separador-gradiente4-2 {
    margin-top: -36px;
    height: 40px;
    background-color: #0A49E4;
}

/* ########### COLOCANDO ICONO PLAY A VIDEOS #############*/

#icono-play-video {
    position: relative;
    display: inline-block;
}

#icono-play-video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-image: url('/wp-content/uploads/2025/10/play.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.titulo-resultados {
    padding-left: 25px;
}

/*#### BOTON DE NAVEGACION FLOTANTE ####*/
.scroll-button {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: var(--tertiary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 9999;
}

.scroll-button:hover {
    transform: scale(1.1);
}

.scroll-button .arrow {
    border: solid var(--tertiary-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.scroll-button .arrow.up {
    transform: rotate(-135deg);
}

.scroll-button .arrow.down {
    transform: rotate(45deg);
}


/************CIERRE CSS GLOBAL**************/


/*############## PÁGINA HOME ##############*/

/*FONDO MENU SUPERIOR*/

.video-portada{
	min-height: auto !important;
    aspect-ratio: 16 / 9 !important;	
}

.fondo-menu-home {
    background: linear-gradient(to left, var(--primary-color) 40%, var(--secondary-color));
    position: relative;
    top: -90px;
    height: 92px;
    height: 10;
}

/*ANIMACION TEXT SCROLL*/
/*SVG*/
.mask-text {
    top: -100px;
    width: 310%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}



/*##############  BODY SECTION 1  MANIFIESTO ##############*/
.seccion1-body-home {
    overflow: unset !important;
    height: auto;
    z-index: 2;
    margin-top: 900px;
    padding-top: 50px;
}

/* Capa gradiente Sección*/
.seccion1-body-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 74, 255, 0.75), transparent);
    z-index: -1;
    pointer-events: none;
}

.seccion1-body-home h3 {
    position: relative;
    z-index: 2;
    top: -147px;
    left: 98px;
    font-weight: normal;
    line-height: 0;
    font-size: 35px;
}

.seccion1-body-home h2 {
    position: relative;
    top: -235px;
    font-size: 98PX;
    left: 100px;
    font-weight: 400;

}

.seccion1-body-home .separador-linea {
    width: 890px;
    margin-top: -285px;
    margin-left: -350px;
}

.img-manifiesto-home img {
    position: relative;
    z-index: 10;
    padding-top: 100px;
}

.caja-texto-seccion1-home {
    font-size: 18px;
    margin-top: 330px;
    width: 100%;
}

.caja-texto-seccion1-home p:first-of-type em strong {
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
}

.caja-texto-seccion1-home del {
    color: var(--tertiary-color);
    font-style: italic;
}

.caja-texto-seccion1-home {
    background-color: transparent !important;
    color: var(--tertiary-color);
}



/*##############  BODY SECTION 2 SOLUCIONES INTEGRALES ##############*/

.seccion2-body-home {
    width: 100vw !important;
    height: auto !important;
    position: relative;
    z-index: 1;
}

.seccion1-body-home .logo-make-soluciones-int {
    margin-top: 145px;
}


/* Capa gradiente Sección*/
.seccion2-body-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 74, 255, 1));
    z-index: -1;
}

.seccion2-body-home h2 {
    font-size: 35px;
    color: var(--primary-color);
    font-weight: 400;
    margin-top: -175px;
    margin-left: 125px;
}

.caja-text1-seccion2-home h3 {
    font-size: 98px;
    color: var(--tertiary-color);
    font-weight: 400;
    margin-top: -158px;
    margin-left: 125px;

}

#separador-soluciones-int-home {
    width: 113%;
    top: 110px;
    margin-left: -350px;
}


/* Imagenes horizontal soluciones creativas */
.contenedor-grupo-img-soluciones {
    margin-top: 280px;
}

.contenedor-grupo-img-soluciones a:not(:has(img)) {
    top: 350px;
    text-decoration: none;
    color: #fff;
    background-color: #004AFF;
    padding: 8px 20px;
    border-radius: 5px;
    font-style: italic;
    font-weight: bold;
    transition: all .3s ease;
    position: relative;
    width: 100%;
    left: 80px;
    pointer-events: none;
    opacity: 0;
    font-size: 14px;
}

.contenedor-grupo-img-soluciones a:not(:has(img))::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    z-index: -1;
    transition: all .3s ease;
}

.contenedor-grupo-img-soluciones a:not(:has(img)):hover::before {
    opacity: 1;
    transform: translate(5px, 5px);
}

/* Experiencias */
.contenedor-exp-btl-home {
    position: relative;
    height: 360px;
    transition: top 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 100px;
}

.contenedor-exp-btl-home img {
    position: absolute;
    width: 218px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.contenedor-exp-btl-home h3 {
    position: absolute;
    font-size: 20px;
    top: 270px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.contenedor-exp-btl-home:hover {
    top: -10px;
}

.contenedor-exp-btl-home:hover a:not(:has(img)) {
    opacity: 1;
    bottom: 20px;
    pointer-events: auto;
}



/* Produccion */
.contenedor-prod-esp-home {
    position: relative;
    height: 360px;
    transition: top 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 45px;
}

.contenedor-prod-esp-home img {
    position: absolute;
    width: 250px;
    height: auto;
    margin-top: -43px;
    left: 50%;
    transform: translateX(-58%);
    object-fit: contain;
}

.contenedor-prod-esp-home h3 {
    position: absolute !important;
    font-size: 20px !important;
    top: -115px !important;
    left: 50%;
    transform: translateX(-45%);
    line-height: 1.2;

}

.contenedor-prod-esp-home:hover {
    top: -10px;
}

.contenedor-prod-esp-home:hover a:not(:has(img)) {
    opacity: 1;
    bottom: 20px;
    pointer-events: auto;
}


/* Eventos corporativos */
.contenedor-eventos-home {
    position: relative;
    height: 360px;
    transition: top 0.3s ease, transform 0.3s ease;
    top: 0;
    left: -10px;
}

.contenedor-eventos-home img {
    position: absolute;
    width: 281px;
    height: 279px;
    left: 50%;
    transform: translateX(-57%);
    object-fit: contain;
}

.contenedor-eventos-home h3 {
    position: absolute !important;
    font-size: 20px !important;
    top: 260px !important;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.2;
    text-align: center;
}

.contenedor-eventos-home:hover {
    top: -10px;
}

.contenedor-eventos-home:hover a:not(:has(img)) {
    opacity: 1;
    bottom: 20px;
    pointer-events: auto;
}

/* Kits y mas */
.contenedor-kits-home {
    position: relative;
    height: 360px;
    transition: top 0.3s ease, transform 0.3s ease;
    top: 0;
    left: -78px;
}

.contenedor-kits-home img {
    position: absolute;
    top: -60px;
    width: 290px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.contenedor-kits-home h3 {
    position: absolute !important;
    font-size: 20px !important;
    top: -115px !important;
    left: 50%;
    transform: translateX(-25%);
    line-height: 1.2;
}

.contenedor-kits-home a:not(:has(img)) {
    position: relative;
    left: 36%;
    transform: translateX(-36%);
}

.contenedor-kits-home:hover {
    top: -10px;
}

.contenedor-kits-home:hover a:not(:has(img)) {
    opacity: 1;
    bottom: 20px;
    pointer-events: auto;
}


/* ##### SECCION 3 NOSOTROS HOME #######*/
.contenedor-grupo-img-nosotros {
    position: relative;
    top: 50px;
    padding-bottom: 20px;
}

.contenedor-nosotros-home h2 {
    margin: -218px 0 0 100px;
    font-size: 98px;
    color: var(--tertiary-color)
}

#separador-nosotros-home {
    width: 125%;
    top: -40px;
    margin-left: -350px;
}


.contenedor-nosotros-home em {
    font-size: 35px;
    line-height: 1;
}

.contenedor-nosotros-home strong {
    font-size: 35px;
    font-style: italic;
}

.contenedor-nosotros-home p {
    font-size: 18px;
    margin-top: -15px;
    line-height: 1.5;
    margin-left: 100px;
}

/* GRUPO DE IMAGENES HORIZONTAL SECCION NOSOTROS */

/*Produccion*/
.contenedor-nosotros-produccion-home {
    position: relative;
    top: 0;
    height: 350px;
    transition: top 0.3s ease, transform 0.3s ease;
    width: 100%;

}

div.vc_column-inner {
    padding: 0 0 0 !important;
}

.contenedor-nosotros-produccion-home .img-figura-nosotros-home {
    position: absolute;
    top: 15px;
    width: 225px !important;
    height: 270px !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    object-fit: contain !important;
}

.contenedor-nosotros-produccion-home .img-nosotros-home {
    position: absolute;
    width: 228px !important;
    height: 228px !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    object-fit: contain !important;
}

.contenedor-nosotros-produccion-home h3 {
    position: absolute;
    font-size: 20px !important;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* Creativo */
.contenedor-nosotros-creativo-home {
    position: relative;
    height: 350px;
    transition: top 0.3s ease, transform 0.3s ease;
    top: 0;
}

.contenedor-nosotros-creativo-home .img-figura-nosotros-home {
    position: absolute;
    top: -35px;
    width: 270px !important;
    height: 270px !important;
    left: 50%;
    transform: translateX(-65%);
    object-fit: contain !important;
}

.contenedor-nosotros-creativo-home .img-nosotros-home {
    position: absolute;
    width: 228px;
    height: 228px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain !important;
}

.contenedor-nosotros-creativo-home h3 {
    position: absolute !important;
    font-size: 20px !important;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.2;

}


/* Cuentas */
.contenedor-nosotros-cuentas-home {
    position: relative;
    height: 350px;
    transition: top 0.3s ease, transform 0.3s ease;
    top: 0;
    left: -10px;
}

.contenedor-nosotros-cuentas-home .img-figura-nosotros-home {
    position: absolute;
    left: 50%;
    width: 290px !important;
    height: 270px !important;
    transform: translateX(-61%);
    top: 40px;
    object-fit: contain !important;
}

.contenedor-nosotros-cuentas-home .img-nosotros-home {
    position: absolute;
    margin-top: -5px;
    width: 226px;
    height: 226px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain !important;

}

.contenedor-nosotros-cuentas-home h3 {
    position: absolute !important;
    font-size: 20px !important;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.2;
    text-align: center;
}


/* Administración */
.contenedor-nosotros-admin-home {
    position: relative;
    height: 350px;
    transition: top 0.3s ease, transform 0.3s ease;
    top: 0;
    left: -15px;
}

.contenedor-nosotros-admin-home .img-figura-nosotros-home {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 290px !important;
    height: 270px !important;
    transform: translateX(-65%);
    object-fit: contain !important;
}

.contenedor-nosotros-admin-home .img-nosotros-home {
    position: absolute;
    width: 226px;
    height: 227px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain !important;
}

.contenedor-nosotros-admin-home h3 {
    position: absolute !important;
    font-size: 20px !important;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.2;
    text-align: center;
}

/* Dirección */
.contenedor-nosotros-direc-home {
    position: relative;
    height: 350px;
    transition: top 0.3s ease, transform 0.3s ease;
    top: 0;
    left: -28px;
}

.contenedor-nosotros-direc-home .img-figura-nosotros-home {
    position: absolute;
    left: 50%;
    width: 300px !important;
    height: 250px !important;
    transform: translateX(-60%);
    top: 55px;
    object-fit: contain !important;
}

.contenedor-nosotros-direc-home .img-nosotros-home {
    position: absolute;
    width: 226px;
    height: 226px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain !important;

}

.contenedor-nosotros-direc-home h3 {
    position: absolute !important;
    font-size: 20px !important;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.2;
    text-align: center;
}

/*############## SECCION 3 VISION HOME #############*/
.seccion3-body-home {
    position: relative;
    margin-top: -35px;
    height: auto;
    z-index: 1;

}

/* Capa gradiente */
.seccion3-body-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: 0;
    pointer-events: none;
    z-index: -1;
}

.seccion3-body-home .logo-make-soluciones-int {
    margin-top: 50px;
}

.seccion3-body-home h2 {
    font-size: 35px;
    color: var(--primary-color);
    font-weight: 400;
    margin-top: -215px;
    margin-left: 105px;
}

.seccion3-body-home h3 {
    font-size: 98px;
    color: var(--tertiary-color);
    font-weight: 400;
    margin-top: -158px;
    margin-left: 105px;

}

#separador-vision-home {
    width: 109%;
    top: 140px;
    margin-left: -350px;
}

.seccion3-body-home p {
    margin-top: 190px;
    font-size: 48px;
    font-style: italic;
    line-height: 1;
    padding: 0 110px;
}


/* SECCIÓN 4 MAKE IT HAPPEN HOME*/
.seccion4-body-home {
    position: relative;
    padding-top: 150px;
    overflow: visible !important;
    height: auto;
    z-index: 1;
}

.seccion4-body-home h3 {
    top: 0;
    margin: 0;
}

/* Capa gradiente */
.seccion4-body-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
    z-index: 0;
    pointer-events: none;
    z-index: -1;
}

.caja-titulo-seccion4-body-home p {
    color: var(--primary-color);
    font-size: 35px;
}

.caja-titulo-seccion4-body-home img {
    margin-top: -50px;
}

.caja-titulo-seccion4-body-home h3 {
    color: var(--tertiary-color);
    font-size: 35px;
    line-height: 1;
}


.caja-animacion-m-i-h-home {
    margin-bottom: 5px !important;
    width: 588px;
    height: 272px;
    background-color: var(--tertiary-color);
    color: var(--secondary-color);
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.caja-animacion-m-i-h-home h3 {
    font-size: 35px;
    color: var(--secondary-color);
    padding: 30px 57px 30px 0;
    margin: 0 20px;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #D6D6D6;
}

.caja-animacion-m-i-h-home p {
    font-size: 18px;
    color: var(--secondary-color);
    padding-left: 20px;
    position: relative;
}

.caja-animacion-m-i-h-home#brief h3 {
    position: relative;
    z-index: 2;
}

.caja-animacion-m-i-h-home#brief h3::after {
    content: '01';
    position: absolute;
    top: 20px;
    right: 0px;
    color: #004AFF;
    font-weight: bold;
    font-size: 42px;
    z-index: 10;
}

.caja-animacion-m-i-h-home#creatividad h3 {
    position: relative;
    z-index: 2;
}

.caja-animacion-m-i-h-home#creatividad h3::after {
    content: '02';
    position: absolute;
    top: 20px;
    right: 0px;
    color: #004AFF;
    font-weight: bold;
    font-size: 42px;
    z-index: 10;
}

.caja-animacion-m-i-h-home#eurekah3 {
    position: relative;
    z-index: 2;
}

.caja-animacion-m-i-h-home#eureka h3::after {
    content: '03';
    position: absolute;
    top: 20px;
    right: 0px;
    color: #004AFF;
    font-weight: bold;
    font-size: 42px;
    z-index: 10;
}

.caja-animacion-m-i-h-home#ejecucion h3 {
    position: relative;
    z-index: 2;
}

.caja-animacion-m-i-h-home#ejecucion h3::after {
    content: '04';
    position: absolute;
    top: 20px;
    right: 0px;
    color: #004AFF;
    font-weight: bold;
    font-size: 42px;
    z-index: 10;
}

.caja-animacion-m-i-h-home#experiencias h3 {
    position: relative;
    z-index: 2;
}

.caja-animacion-m-i-h-home#experiencias h3::after {
    content: '05';
    position: absolute;
    top: 20px;
    right: 0px;
    color: #004AFF;
    font-weight: bold;
    font-size: 42px;
    z-index: 10;
}

.caja-animacion-m-i-h-home#brief h3 {
    position: relative;
    z-index: 2;
}



.caja-animacion-m-i-h-home:nth-child(1) {
    position: sticky;
    top: 100px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 1;
}

.caja-animacion-m-i-h-home:nth-child(2) {
    position: sticky;
    top: 197px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 2;
}

.caja-animacion-m-i-h-home:nth-child(3) {
    position: sticky;
    top: 294px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 3;
}

.caja-animacion-m-i-h-home:nth-child(4) {
    position: sticky;
    top: 391px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 4;
}

.caja-animacion-m-i-h-home:nth-child(5) {
    position: sticky;
    top: 488px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 5;
}

.caja-animacion-m-i-h-home:nth-child(6) {
    position: sticky;
    top: 488px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 5;
}


.img-sticky :nth-child(1) {
    position: sticky;
    top: 100px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 5;
}

.img-sticky {
    min-height: 1500px;
    width: auto;
    display: flex;
    justify-content: center;
}

/* SECCIÓN 5 CLIENTES*/
.seccion5-body-home {
    position: relative;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

/* Capa gradiente */
.seccion5-body-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: 0;
    pointer-events: none;
    z-index: -1;
}

.seccion5-body-home .logo-make-soluciones-int {
    margin-top: 60px;
}

.seccion5-body-home h2 {
    font-size: 35px;
    color: var(--primary-color);
    font-weight: 400;
    margin-top: -215px;
    margin-left: 105px;
}

.seccion5-body-home h3 {
    font-size: 98px;
    color: var(--tertiary-color);
    font-weight: 400;
    margin-top: -158px;
    margin-left: 105px;

}

#separador-clientes-home {
    width: 120%;
    top: 140px;
    margin-left: -350px;
}

/*############## PÁGINA INTERNA EXPERIENCIAS BTL ##############*/

/* Sección portada experiencias BTL*/
.seccion-portada-exp {
    margin-top: -90px;
    height: auto;

}

/* Capa gradiente Sección*/
.seccion-portada-exp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 74, 255, 0.85));
    z-index: 0;
    pointer-events: none;
}

.seccion-portada-exp::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 133px;
    background: linear-gradient(to bottom, transparent, rgba(0, 74, 255, 0.85));
    z-index: 0;
    pointer-events: none;
}


.caja-titulo-img-portada-exp h2,
h3 {
    position: relative;
    z-index: 2;
    top: 170px;
    font-weight: normal;
    line-height: 0;
}

.caja-titulo-img-portada-exp img {
    position: relative;
    z-index: 1;
    top: 70px;
}

.caja-titulo-img-portada-exp h2 {
    font-size: 98PX;
    margin-left: 200px;
}

.caja-titulo-img-portada-exp h3 {
    font-size: 50PX;
}

.seccion-portada-exp .separador-linea {
    width: 755px;
    top: -120px;
    margin-left: -350px;
}


/* Sección 1 Body experiencias BTL Nescafe*/
.seccion1-body-exp {
    position: relative;
    height: auto;
}

.seccion1-body-exp img {
    border-radius: 8px;
}

.seccion1-body-exp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
    z-index: 0;
    pointer-events: none;
}

#separador-body-1-exp {
    width: 140%;
    margin-top: -30px;
    margin-left: -350px;
    margin-bottom: 90px;
}

.titulo-seccion-body h2 {
    font-size: 56px;
    font-weight: normal;
    margin-top: -40px;
}

.caja-texto-objetivo p {
    font-size: 18px;
    margin-left: 20px;
    margin-top: -2px;
}

.video iframe {
    border-radius: 8px;
}

.seccion1-body-exp .resultados {
    height: 118px;
}

.resultados {
    border: 1px solid var(--tertiary-color);
    border-radius: 8px;
    background: rgba(250, 251, 253, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 282px;
    margin-top: -15px;
    padding: 20px;

}


.resultados h4 {
    font-size: 35px;
    font-weight: bold;
    margin: 0;
}

.resultados p {
    font-size: 18px;
    margin-top: 0px;
}

/* Sección 2 Body experiencias BTL Taster's Choice*/
.seccion2-body-exp {
    position: relative;
    height: auto;
}

.seccion2-body-exp img {
    border-radius: 8px;
}

.seccion2-body-exp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
    z-index: 0;
    pointer-events: none;
}

.seccion2-body-exp .resultados {
    height: 148px;
    line-height: 1.2;
}

.seccion2-body-exp .resultados h4 {
    font-size: 35px;
    padding-bottom: 10px;
}

.seccion2-body-exp .resultados h5 {
    font-size: 24px;
    padding-bottom: 10px;
    margin: 0;
}


/* ####################  Sección 3 Body experiencias BTL Alpura  ###################*/
.seccion3-body-exp {
    position: relative;
    height: auto;
}

.seccion3-body-exp img {
    border-radius: 8px;
}

.seccion3-body-exp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
    z-index: 0;
    pointer-events: none;
}

/* ################# Sección 4 Body experiencias BTL Carolina Herrera  ##############*/
.seccion4-body-exp {
    position: relative;
    height: auto;
}

.seccion4-body-exp img {
    border-radius: 8px;
}

.seccion4-body-exp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
    z-index: 0;
    pointer-events: none;
}


/* ############ Sección 5 Body experiencias BTL Uriage ############*/
.seccion5-body-exp {
    position: relative;
    height: auto;
}

.seccion5-body-exp img {
    border-radius: 8px;
}

.seccion5-body-exp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
    z-index: -1;
    pointer-events: none;
}

.caja-texto-final {
    margin-top: 100px;
}

.caja-texto-final a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    width: 346px;
    height: 53px;
    position: relative;

}

.caja-texto-final a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 4px;
    z-index: -1;
    transition: all .3s ease;
}

.caja-texto-final a:hover::before {
    opacity: 1;
    transform: translate(5px, 5px) !important;
}

/*Azul claro*/
.caja-texto-final#claro a {
    background-color: var(--primary-color);
    width: 346px;
    height: 53px;
}

/*Azul oscuro*/
.caja-texto-final#oscuro a {
    background-color: #0D2856;
    width: 346px;
    height: 53px;
}

.caja-texto-final h3 {
    position: relative;
    top: -30px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    color: white;
    margin-left: 0;

}

.caja-texto-final h3 span {
    color: white !important;
}



/*##########  PERSONALIZANDO POPUP DE VIDEOS #########*/

/* ---- Personalizando popup video NESCAFE para que tome todo el popup ----*/
#popmake-275 iframe {
    width: 100% !important;
    height: 446px !important;
    max-width: 100%;
}

/* Transicion boton cerrar*/
#popmake-275 .pum-close {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hover del boton cerrar transicion*/
#popmake-275 .pum-close:hover {
    background-size: contain;
    width: 36px;
    height: 36px;
    top: -20px;
    right: -20px;
    transform: scale(0.9);
    opacity: 0.8;
}

/* ---- Personalizando popup video TESTER'S CHOICE para que tome todo el popup ----*/

#popmake-296 iframe {
    width: 792px !important;
    height: 446px !important;
    max-width: 100%;
}


#popmake-296 .pum-close {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hover del boton cerrar transicion*/
#popmake-296 .pum-close:hover {
    background-size: contain;
    width: 36px;
    height: 36px;
    top: -20px;
    right: -20px;
    transform: scale(0.9);
    opacity: 0.8;
}

/* ---- Personalizando popup video ALPURA para que tome todo el popup ----*/
#popmake-306 iframe {
    width: 792px !important;
    height: 446px !important;
    max-width: 100%;
}


#popmake-306 .pum-close {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hover del boton cerrar transicion*/
#popmake-306 .pum-close:hover {
    background-size: contain;
    width: 36px;
    height: 36px;
    top: -20px;
    right: -20px;
    transform: scale(0.9);
    opacity: 0.8;
}

/* Personalizando popup video URIAGE para que tome todo el popup*/
#popmake-311 iframe {
    width: 792px !important;
    height: 446px !important;
    max-width: 100%;
}


#popmake-311 .pum-close {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hover del boton cerrar transicion*/
#popmake-311 .pum-close:hover {
    background-size: contain;
    width: 36px;
    height: 36px;
    top: -20px;
    right: -20px;
    transform: scale(0.9);
    opacity: 0.8;
}


/*################# PÁGINA INTERNA PRODUCCIÓN DE ESPACIOS ####################*/

.seccion-portada-prod {
    margin-top: -90px;
    height: auto;
}

/* Capa gradiente Sección portada produccion de espacios*/
.seccion-portada-prod::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 74, 255, 0.85));
    z-index: 0;
    pointer-events: none;
}

.seccion-portada-prod::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 133px;
    background: linear-gradient(to bottom, transparent, rgba(0, 74, 255, 0.85));
    z-index: 0;
    pointer-events: none;
}


.caja-titulo-img-portada-prod h2,
h3 {
    position: relative;
    z-index: 2;
    top: 170px;
    font-weight: normal;
    line-height: 0;
}

.caja-titulo-img-portada-prod img {
    position: relative;
    z-index: 1;
    top: 60px;
    left: 60px;
}

.caja-titulo-img-portada-prod h2 {
    font-size: 98PX;
    margin-left: 40px;
}

.caja-titulo-img-portada-prod h3 {
    font-size: 50PX;
}

.seccion-portada-prod .separador-linea {
    width: 820px;
    top: -120px;
    margin-left: -350px;
}

/* Personalizando popup video CLINIQUE para que tome todo el popup*/
#popmake-455 iframe {
    width: 792px !important;
    height: 446px !important;
    max-width: 100%;
}


#popmake-455 .pum-close {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hover del boton cerrar transicion*/
#popmake-455 .pum-close:hover {
    background-size: contain;
    width: 36px;
    height: 36px;
    top: -20px;
    right: -20px;
    transform: scale(0.9);
    opacity: 0.8;
}

/* Personalizando popup video MUSTELA para que tome todo el popup*/
#popmake-452 iframe {
    width: 792px !important;
    height: 446px !important;
    max-width: 100%;
}


#popmake-452 .pum-close {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hover del boton cerrar transicion*/
#popmake-452 .pum-close:hover {
    background-size: contain;
    width: 36px;
    height: 36px;
    top: -20px;
    right: -20px;
    transform: scale(0.9);
    opacity: 0.8;
}


/* #### Seccion 1 Body Mustela ####*/
.seccion1-body-prod {
    height: auto;
}

.seccion1-body-prod img {
    border-radius: 8px;
}

.seccion1-body-prod::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
    z-index: -1;
    pointer-events: none;
}

/* #### Seccion 2 Body Clinique ####*/

.seccion2-body-prod {
    height: auto;
}

.seccion2-body-prod img {
    border-radius: 8px;
}


.seccion2-body-prod::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
    z-index: -1;
    pointer-events: none;
}

.seccion2-body-prod #recuadro-clinique-impacto {
    height: 132px;
}

/* #### Seccion 3 Sesderma ####*/
.seccion3-body-prod {
    height: auto;
}

.seccion3-body-prod img {
    border-radius: 8px;
}

.seccion3-body-prod>.contenedor-separadores-gradiente-1 {
    position: relative;
    top: 20px;
}

.seccion1-body-prod>.contenedor-separadores-gradiente-2 {
    position: relative;
    top: 20px;
}

.seccion3-body-prod::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
    z-index: -1;
    pointer-events: none;
}


/*################# PÁGINA INTERNA  EVENTOS CORPORATIVOS ####################*/

.seccion-portada-eventos {
    margin-top: -90px;
    height: auto;
}

/* Capa gradiente Sección portada produccion de espacios*/
.seccion-portada-eventos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 74, 255, 0.85));
    z-index: 0;
    pointer-events: none;
}

.seccion-portada-eventos::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 133px;
    background: linear-gradient(to bottom, transparent, rgba(0, 74, 255, 0.85));
    z-index: 0;
    pointer-events: none;
}


.caja-titulo-img-portada-eventos h2,
h3 {
    position: relative;
    z-index: 2;
    top: 170px;
    font-weight: normal;
    line-height: 0;
}

.caja-titulo-img-portada-eventos img {
    position: relative;
    z-index: 1;
    top: 60px;
    left: 250px;
}

.caja-titulo-img-portada-eventos h2 {
    font-size: 98PX;
    margin-left: 40px;
}

.caja-titulo-img-portada-eventos h3 {
    font-size: 50PX;
}

.seccion-portada-eventos .separador-linea {
    width: 995px;
    top: -120px;
    margin-left: -350px;
}


/* Personalizando popup video HIKVISION para que tome todo el popup*/
#popmake-458 iframe {
    width: 792px !important;
    height: 446px !important;
    max-width: 100%;
}


#popmake-458 .pum-close {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hover del boton cerrar transicion*/
#popmake-458 .pum-close:hover {
    background-size: contain;
    width: 36px;
    height: 36px;
    top: -20px;
    right: -20px;
    transform: scale(0.9);
    opacity: 0.8;
}

/* Personalizando popup video TADA para que tome todo el popup*/
#popmake-460 iframe {
    width: 792px !important;
    height: 446px !important;
    max-width: 100%;
}


#popmake-460 .pum-close {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hover del boton cerrar transicion*/
#popmake-460 .pum-close:hover {
    background-size: contain;
    width: 36px;
    height: 36px;
    top: -20px;
    right: -20px;
    transform: scale(0.9);
    opacity: 0.8;
}


/* #### Seccion 1 Body produccion de espacio ####*/
.seccion1-body-eventos {
    height: auto;
}

.seccion1-body-eventos img {
    border-radius: 8px;
}

.seccion1-body-eventos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
    z-index: -1;
    pointer-events: none;
}

.seccion1-body-eventos .contenedor-separadores-gradiente-2 {
    position: relative;
    top: 20px;
}

/* #### Seccion 2 Body produccion de espacio ####*/

.seccion2-body-eventos {
    height: auto;
}

.seccion2-body-eventos img {
    border-radius: 8px;
}


.seccion2-body-eventos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
    z-index: -1;
    pointer-events: none;
}


/*################# PÁGINA INTERNA  KITS Y MÁS ####################*/

.seccion-portada-kits {
    margin-top: -90px;
    height: auto;
}

/* Capa gradiente Sección portada produccion de espacios*/
.seccion-portada-kits::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 74, 255, 0.85));
    z-index: 0;
    pointer-events: none;
}

.seccion-portada-kits::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 133px;
    background: linear-gradient(to bottom, transparent, rgba(0, 74, 255, 0.85));
    z-index: 0;
    pointer-events: none;
}


.caja-titulo-img-portada-kits h2,
h3 {
    position: relative;
    z-index: 2;
    top: 170px;
    font-weight: normal;
    line-height: 0;
}

.caja-titulo-img-portada-kits img {
    position: relative;
    z-index: 1;
    top: 60px;
    left: -50px;
}

.caja-titulo-img-portada-kits h2 {
    font-size: 98PX;
    margin-left: 40px;
}

.caja-titulo-img-portada-kits h3 {
    font-size: 50PX;
}

.seccion-portada-kits .separador-linea {
    width: 680px;
    top: -120px;
    margin-left: -350px;
}


/* #### Seccion 1 Body Kits y mas ####*/
.seccion1-body-kits {
    height: auto;
}

.seccion1-body-kits img {
    border-radius: 8px;
}

.seccion1-body-kits::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
    z-index: -1;
    pointer-events: none;
}

.seccion1-body-kits .logo-doble {
    display: flex;
    gap: 8px;
    align-items: center;

}

/* #### Seccion 2 Body Kits y mas ####*/

.seccion2-body-kits {
    height: auto;
}


.seccion2-body-kits::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
    z-index: -1;
    pointer-events: none;
}

.seccion2-body-kits img {
    padding: 0px 0px !important;
}


.seccion2-body-kits .contenedor-img-doble {
    margin: 0;
}

.seccion2-body-kits .logo-doble {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.seccion1-body-kits .contenedor-separadores-gradiente-2 {
    position: relative;
    top: 20px;
}

.banner1-kits{
    position: relative;
    top: -220px !important;
    padding-right: 10px;
}

.banner3-kits{

  transform: translateY(-196px); 
    padding-right: 5px;
}
.banner4-kits{
    padding-left: 5px;
}

.img-doble-banner-kits p {
  display: flex !important;
  align-items: flex-start !important;
justify-content: space-between !important;
  margin: 0 !important;
}

.img-doble-banner-kits img {
  display: block !important;
  width: 48% !important;
  height: auto !important;
}




/* ############ PÁGINA INTERNA CONTACTO ############*/
/* SECCIÓN SUPERIOR */

.seccion-portada-contacto {
    overflow: unset !important;
    margin-top: -90px;
    height: 544px;
    z-index: 1;
}

/* Capa gradiente Sección*/
.seccion-portada-contacto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 74, 255, 0.85));
    z-index: 0;
    pointer-events: none;
}

.seccion-portada-contacto::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 133px;
    background: linear-gradient(to bottom, transparent, rgba(0, 74, 255, 0.85));
    z-index: 0;
    pointer-events: none;
}

.seccion-portada-contacto h3 {
    position: relative;
    z-index: 2;
    top: 170px;
    font-weight: normal;
    line-height: 0;
    font-size: 50PX;
}

.seccion-portada-contacto .separador-linea {
    width: 670px;
    margin-top: 220px;
    margin-left: -350px;
}

.seccion-portada-contacto img {
    position: relative;
    z-index: 2;
}

.seccion-portada-contacto .formulario {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    max-width: 600px;
    min-width: 270px;
}

/* Contenedor principal Para responsive*/
.vc_row.vc_row-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* Ajuste específico para la columna del formulario */
.vc_row.vc_row-fluid>.formulario {
    display: flex;
    justify-content: center;
    align-items: center;
}


.seccion1-body-contacto {
    height: auto;
    position: relative;

}

.seccion1-body-contacto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
    z-index: -1;
    pointer-events: none;
}

.contenedor-info-contacto {
    margin-top: 400px;
}

.contenedor-info-contacto p {
    font-size: 16px;
}

.contenedor-info-contacto .texto-info3-contacto .vc_column-inner {
    padding: 0 0 0 !important;
}

.contenedor-info-contacto img,
.contenedor-info-contacto img,
.contenedor-info-contacto img {
    margin-right: 10px;
}

.contenedor-info-contacto .texto-info3-contacto {
    margin-top: 60px;
}

.contenedor-info-contacto .separador-vertical-info-contacto {
    width: 2px;
    height: 108px;
    background-color: #0D2856;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

/*##### FORMULARIO CONTACTO ######*/
.formulario {
    width: 486px;
    margin-top: 220px;
    background-color: #0D2856 !important;
    padding: 0 15px !important;
    border-radius: 16px !important;
}

.formulario-contacto {
    margin: 0 auto;
    color: var(--tertiary-color);
}

/* Filas de dos columnas */
.fila {
    display: flex;
    gap: 20px;
}

.fila .columna {
    flex: 1;
}

.formulario-contacto label {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    transition: margin-bottom 0.2s ease;
    position: relative;

}

/* Etiquetas de error para que no descuadren los margenes */
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -27px;
    font-size: 12px !important;
    left: 0;
    color: #ff4d4d;
    font-size: 12px;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 3px;
    pointer-events: none;
    z-index: 5;
}

.formulario-contacto input[type="text"],
.formulario-contacto input[type="email"],
.formulario-contacto input[type="tel"],
.formulario-contacto select,
.formulario-contacto textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.25);
    color: #000;
    border: none;
    box-sizing: border-box;
}

/* Botón */
.formulario-contacto input[type="submit"] {
    background-color: #FAFBFD;
    color: var(--primary-color);
    width: 86px;
    height: 35px;
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 30px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    bottom: 25px;
}

.formulario-contacto input[type="submit"]:hover {
    color: #FAFBFD;
    background-color: var(--primary-color);

}


.checkbox-politica a {
    color: var(--primary-color);
    text-decoration: underline;

}

.checkbox-politica span {
    position: relative;
    top: -3px;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.checkbox-politica a:hover {
    color: var(--primary-color);
}


@media (max-width: 768px) {
    .fila {
        flex-direction: column;
    }
}

textarea[name="mensaje"] {
    height: 96px;
    border-radius: 4px;
    padding: 10px;
    resize: none;
}

.formulario h4 {
    font-size: 20px !important;
    font-weight: bold !important;
    position: relative;
}

.formulario h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 24px;
    height: 2px;
    background-color: var(--primary-color);
}

.formulario-contacto select {
    color: #D6D6D6;
}

.formulario-contacto select option {
    color: var(--secondary-color);
    font-size: 14px;
}


/* ##############  FOOTER  ############*/
footer {
    position: relative;
    padding-top: 50px;
}

footer {
    position: relative;
    padding-top: 50px;
}

/*Capa Gradiente footer*/
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
    z-index: -1;
    pointer-events: none;
}

/*Enviando copy al final*/
footer .container {
    display: flex;
    flex-direction: column;

}

.contenedor-copy {
    margin-top: 25px;
    align-items: center;
    text-align: start;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--tertiary-color);

}

.contenedor-copy .copy {
    display: flex;
    align-items: center;
    border-right: 1px solid var(--tertiary-color);
    height: 20px;
    width: 42%;

}

.contenedor-copy .creado-por {
    margin: 0;
    padding: 0;
    width: 35%;
}

.contenedor-copy .logo-marketero-footer img {
    width: 220px !important;
    height: auto;
}

/*Centrando Logo foter*/
.site-footer .container>.col:first-child {
    text-align: center;
}

/*Columnas horizontal*/
footer .fila-cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 35px;
}

/*Espacio cada columna*/
footer .fila-cols .col {
    flex: 1;
}

.col h2 {
    display: inline-block;
    position: relative;
}

.col h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
}

.col a {
    text-decoration: none;
    color: #FAFBFD;
    line-height: 2.3;

}

.col a:hover {
    color: #D6D6D6 !important;

}

.col ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.col p {
    line-height: 1.5;
    padding: 2px;
    margin: 0;
    font-size: 16px;
}

footer .fila-cols {
    border-bottom: 1px solid #FAFBFD;
}

#iconos-redes-footer {
    display: flex;
    margin-top: -20px;
    padding-right: 40px;
}

#iconos-redes-footer .textwidget p {
    display: flex;
    padding: 0;
    padding-top: 30px;
}

#iconos-redes-footer img {
    display: flex;
    margin: 0px;
    margin-top: -10px;
    padding: 0;
}

#iconos-redes-footer .textwidget p:nth-of-type(2) a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FAFBFD;
    color: var(--secondary-color) !important;
    width: 180px;
    height: 43px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

#iconos-redes-footer .textwidget p:nth-of-type(2) a::before {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    width: 180px;
    height: 43px;
    background-color: var(--secondary-color);
    border-radius: 4px;
    z-index: -1;
    transition: all .3s ease;
}

#iconos-redes-footer a:hover::before {
    opacity: 1;
    transform: translate(5px, 5px) !important;
}

#contacto-footer img {
    margin-right: 8px;
}

#contacto-footer.col {
    min-width: 300px !important;
    width: 300px !important;
}

#iconos-redes-footer h2 {
    display: inline-block;
    position: relative;
}

#iconos-redes-footer h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
}




/*#################  RESPONSIVE  #################*/

@media (max-width: 1650px) {
    .mask-text {
        position: relative;
        top: 0 !important;
        width: 320% !important;
    }
}

@media (max-width: 1305px) {
    .mask-text {
        width: 330% !important;
    }
}

@media (max-width: 1260px) {
    .mask-text {
        width: 350% !important;
        margin-bottom:-40px !important;
    }

    .contenedor-copy .copy {
        border-right: none;
    }
}

@media (max-width: 1185px) {
    .mask-text {
        width: 380% !important;
    }
}
@media (max-width: 1024px) {
    .mask-text {
        width: 400% !important;
    }
}

@media (max-width: 1180px) {
    .separador-lateral-carrusel-img {
        display: none !important;
    }

    .img-galeria {
        padding: 10px !important;
        width: 100%;
    }
}

@media (max-width: 990px) {
    .mask-text {
        margin-bottom: -100px;
    }
}



/* Escritorio*/
@media (min-width: 992px) {
    .seccion4-body-home .contenedor-separador-gradiente1-home {
        position: relative;
        top: 40px;
    }
}

@media (max-width: 1215px) {

    /*######   HOME   ######*/
    .caja-animacion-m-i-h-home {
        width: auto;
    }

}

@media (max-width: 1090px) {

    /*#########EVENTOS CORPORATIVOS #############*/

    .caja-titulo-img-portada-eventos h2 {
        font-size: 68px;
    }

    .caja-titulo-img-portada-eventos img {
        margin-left: 10px;
    }

    .seccion-portada-eventos .separador-linea {
        position: relative;
        top: -130px !important;
        width: 85% !important;
    }

    /*#########KITS Y MAS #############*/

    .caja-titulo-img-portada-kits img {
        margin-left: 300px;
    }

    .seccion-portada-kits .separador-linea {
        width: 70%;
    }



}


@media (max-width: 992px) {

    /*CSS GENERAL*/
    .resultados {
        width: 175px;
        margin-top: 0;
        height: 118px;
    }

    /*######   HOME   ######*/
    .caja-texto-seccion1-home {
        margin-top: 0;
    }

    .seccion1-body-home h2 {
        position: relative;
        top: -150px;
        font-size: 50px;
    }

    .seccion1-body-home h3 {
        position: relative;
        top: -130px;
        font-size: 28px;
    }

    /* Solucion integrales*/
    #separador-soluciones-int-home {
        position: relative;
        top: 100px !important;
        width: 200%;
    }

    #separador-portada-eventos {
        position: relative;
        top: 100px;
        width: 200%;
    }


    /* Seccion Nosotros Home */
    #separador-nosotros-home {
        width: 200%;
    }

    .contenedor-nosotros-home h2 {
        font-size: 68px;
    }

    .contenedor-nosotros-home {
        padding-top: 170px;
        margin-top: 0 !important;
    }

    /* Seccion  Vision */
    #separador-vision-home {
        position: relative;
        top: 100px !important;
        width: 200%;
    }

    .seccion3-body-home p {
        position: relative;
        top: -130px;

    }

    /*### SECCION METODO MAKE IT HAPPEN ###*/
    .seccion4-body-home {
        position: relative;
        padding-top: 0px;
        top: -100px;
    }

    /*Seccion Cliente */
    #separador-clientes-home {
        position: relative;
        top: 100px !important;
        width: 200%;
    }

    .seccion5-body-home h3 {
        font-size: 68px !important;
    }

    .caja-text1-seccion2-home h3 {
        font-size: 68px !important;
    }

    .seccion1-body-home .separador-linea {
        position: relative;
        top: 40px;
    }

    .img-figura-nosotros-home {
        display: none;

    }

    .seccion2-body-home .contenedor-separador-gradiente1-home {
        position: relative;
        top: 50px;
    }

    .seccion4-body-home .contenedor-separador-gradiente1-home {
        position: relative;
        top: 175px;
    }


    /* ###  Grupo de imagenes Soluciones Creativas Integrales ### */

    .contenedor-grupo-img-soluciones a:not(:has(img)) {
        position: relative;
        pointer-events: auto;
        opacity: 1;
    }

    .contenedor-exp-btl-home {
        left: 0;
    }

    .contenedor-exp-btl-home a:not(:has(img)) {
        position: relative;
        left: 20%;
        transform: translateX(-50%);
        top: 330px;
    }

    .contenedor-prod-esp-home a:not(:has(img)) {
        position: relative;
        left: 20% !important;
        transform: translateX(-50%) !important;
        top: 240px !important
    }

    .contenedor-prod-esp-home h3 {
        position: relative;
        top: -90px !important;
    }

    .contenedor-prod-esp-home {
        position: relative;
        left: 0;
        top: 100px;
    }

    .contenedor-eventos-home a:not(:has(img)) {
        position: relative;
        left: 40% !important;
        transform: translateX(-50%) !important;
        top: 340px !important
    }

    .contenedor-kits-home {
        position: relative;
        left: -40px;
        top: 120px;
    }

    .contenedor-kits-home a:not(:has(img)) {
        position: relative;
        left: 40% !important;
        transform: translateX(-50%) !important;
        top: 220px !important
    }

    .contenedor-kits-home h3 {
        position: relative;
        top: -100px !important;
    }

    .contenedor-exp-btl-home:hover {
        top: 0;
    }

    .contenedor-prod-esp-home:hover {
        top: 100px !important;
    }

    .contenedor-eventos-home:hover {
        top: 0;
    }

    .contenedor-kits-home:hover {
        top: 140px !important;
    }

    /* ########## PAGINAS INTERNAS  #######*/

    /*#########EXPERIENCIAS BTL #############*/

    .seccion-portada-exp {
        margin-top: -90px;
        height: auto;
    }

    .caja-titulo-img-portada-exp h3 {
        margin-left: 20px;
        font-size: 40px;
    }

    .caja-titulo-img-portada-exp h2 {
        font-size: 50px;
    }

    .seccion-portada-exp .separador-linea {
        width: 680px;
        top: -55px;
        margin-left: -350px;
    }

    .caja-titulo-img-portada-exp img {
        width: 150px;
        height: 150px;
        top: 70px;
        left: 80px;
        width: 200px;
    }

    /*#### Seccion 1 Nescafe ###*/
    .seccion1-body-exp {
        padding: 20px !important;
        height: auto;
    }

    .resultados h4 {
        font-size: 28px !important;
    }

    .titulo-seccion-body h2 {
        font-size: 38px;
    }

    /*#### Seccion 2 Taster's Choice ###*/
    .seccion2-body-exp {
        padding: 20px !important;
        height: 1535px;
    }

    .seccion2-body-exp .resultados h5 {
        font-size: 24px;
    }

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

    /*#### Seccion 3 Alpura ###*/
    .seccion3-body-exp {
        padding: 20px !important;
        height: auto;
    }

    .seccion3-body-exp .resultados {
        height: 118px;
    }

    /*#### Seccion 4 CAROLINA HERRERA ###*/
    .seccion4-body-exp {
        padding: 20px !important;
        height: auto;
    }

    /*#### Seccion 4 URIAGE ###*/
    .seccion5-body-exp {
        padding: 20px !important;
        height: auto;
    }

    /*#########PRODUCCION DE ESPACIOS #############*/

    .caja-titulo-img-portada-prod h3 {
        font-size: 40px;
    }

    .caja-titulo-img-portada-prod h2 {
        font-size: 68px;
    }

    .caja-titulo-img-portada-prod img {
        margin-left: 80px;
    }

    .seccion-portada-prod .separador-linea {
        position: relative;
        top: -130px !important;
        width: 85% !important;
    }

    .seccion2-body-prod #recuadro-clinique-impacto {
        height: 118px;
    }

    /*#########EVENTOS CORPORATIVOS #############*/
    .seccion-portada-eventos .separador-linea {
        width: 95% !important;
    }

    /*#########KITS Y MAS #############*/

    .caja-titulo-img-portada-kits img {
        margin-left: 300px;
    }

    .seccion-portada-kits .separador-linea {
        position: relative;
        top: 0px !important;
        width: 80% !important;
    }

    /*######### CONTACTO #############*/
    .seccion-portada-contacto .separador-linea {
        position: relative;
        width: 660px !important;
        top: 0 !important;
    }

    .seccion-portada-contacto .formulario {
        position: relative;
        top: -220px;
        width: 100% !important;
    }

    .seccion-portada-contacto >div {
        flex-direction: column;
    }

    .contenedor-info-contacto p {
        display: none;
    }
  .seccion1-body-contacto {
        height: 1200PX;
    }

    /* GRUPO DE IMAGENES HORIZONTAL SECCION NOSOTROS */
    .contenedor-grupo-img-nosotros {
        position: relative;
        text-align: center;
    }

    .contenedor-grupo-img-nosotros>div>div h3 {
        position: relative;
        top: -28px;
        font-size: 20px !important;
    }


    .contenedor-nosotros-creativo-home h3 {
        position: relative;
        top: -40px !important;
    }

    .img-figura-nosotros-home {
        display: none;
    }


    /*Produccion*/
    .contenedor-nosotros-produccion-home {
        height: 280px;
    }

    .contenedor-nosotros-produccion-home .img-nosotros-home {
        width: 300px !important;
        height: 300px !important;

    }

    /* Creativo */
    .contenedor-nosotros-creativo-home {
        height: 280px;
    }

    .contenedor-nosotros-creativo-home .img-nosotros-home {
        width: 300px;
        height: 300px;
    }


    /* Cuentas */
    .contenedor-nosotros-cuentas-home {
        height: 280px;
    }

    .contenedor-nosotros-cuentas-home .img-nosotros-home {
        width: 300px;
        height: 300px;
    }


    /* Administración */
    .contenedor-nosotros-admin-home {
        height: 280px;
    }

    .contenedor-nosotros-admin-home .img-nosotros-home {
        width: 300px;
        height: 300px;
    }

    /* Dirección */
    .contenedor-nosotros-direc-home {
        height: 280px;
    }

    .contenedor-nosotros-direc-home .img-nosotros-home {
        width: 300px;
        height: 300px;
    }

}

@media (max-width: 900px) {

    /* ####### HOME ###### */

    /*ANIMACION*/
    .mask-text{
        width: 300% !important;
        position: relative;
        top: -20px !important;
        margin-bottom: -70px !important;
    }
}

/* tablets */
@media (max-width: 767px) {

    /* ####### HOME ###### */
    /* GRUPO DE IMAGENES HORIZONTAL SECCION NOSOTROS */
    .contenedor-grupo-img-nosotros {
        position: relative;
        text-align: center;
    }

    .contenedor-grupo-img-nosotros>div>div h3 {
        position: relative;
        top: -28px;
        font-size: 20px !important;
    }


    .contenedor-nosotros-creativo-home h3 {
        position: relative;
        top: -40px !important;
    }

    .img-figura-nosotros-home {
        display: none;
    }


    /*Produccion*/
    .contenedor-nosotros-produccion-home {
        height: 280px;
    }

    .contenedor-nosotros-produccion-home .img-nosotros-home {
        width: 300px !important;
        height: 300px !important;

    }

    /* Creativo */
    .contenedor-nosotros-creativo-home {
        height: 280px;
    }

    .contenedor-nosotros-creativo-home .img-nosotros-home {
        width: 300px;
        height: 300px;
    }


    /* Cuentas */
    .contenedor-nosotros-cuentas-home {
        height: 280px;
    }

    .contenedor-nosotros-cuentas-home .img-nosotros-home {
        width: 300px;
        height: 300px;
    }


    /* Administración */
    .contenedor-nosotros-admin-home {
        height: 280px;
    }

    .contenedor-nosotros-admin-home .img-nosotros-home {
        width: 300px;
        height: 300px;
    }

    /* Dirección */
    .contenedor-nosotros-direc-home {
        height: 280px;
    }

    .contenedor-nosotros-direc-home .img-nosotros-home {
        width: 300px;
        height: 300px;
    }

  .contenedor-exp-btl-home a:not(:has(img)) {
        position: relative;
        left: 40%;
        transform: translateX(-50%);
        top: 330px;
    }

    .contenedor-prod-esp-home a:not(:has(img)) {
        position: relative;
        left: 40% !important;
        transform: translateX(-50%) !important;
        top: 240px !important
    }




    /*############# EXPERIENCIAS BTL ###########*/
    /*#### Seccion 1 NESCAFE ###*/
    .seccion1-body-exp {
        height: auto;
    }

    /*#### Seccion 2 TESTERS CHOICE ###*/
    .seccion2-body-exp {
        height: auto;
    }

    .seccion2-body-exp .contenedor-separadores-gradiente-1 {
        position: relative;
        top: 20px;
    }

    /*#### Seccion 3 alpura ###*/
    .seccion3-body-exp {
        height: auto;
    }

    /*#### Seccion 4 CAROLINA HERRERA ###*/
    .seccion4-body-exp {
        height: auto;
    }

    .seccion4-body-exp .caja-texto-objetivo {
        margin-top: 20px;
    }

    /*#### Seccion 5 URIAGE ###*/
    .seccion5-body-exp {
        height: auto;
    }


    /*#########PRODUCCION DE ESPACIOS #############*/

    .caja-titulo-img-portada-prod img {
        margin-left: 150px;
        width: 250px;
        height: 250px;
    }

    .seccion-portada-prod .separador-linea {
        position: relative;
        top: -100px !important;
        width: 105% !important;
    }

    /*######### EVENTOS CORPORATIVOS #############*/
    .caja-titulo-img-portada-eventos h3 {
        font-size: 28px;
    }

    .caja-titulo-img-portada-eventos h2 {
        font-size: 40px;
    }

    .caja-titulo-img-portada-eventos img {
        position: relative;
        left: 100px;

    }

    .seccion-portada-eventos .separador-linea {
        position: relative;
        top: -130px;
        width: 111%;
    }

    /*######### EVENTOS CORPORATIVOS #############*/
    .seccion-portada-kits .separador-linea {
        position: relative;
        top: -60px !important;
        width: 550px !important;
    }

    .seccion-portada-kits h2 {
        font-size: 50px !important;
    }

    .seccion-portada-kits h3 {
        font-size: 32px;
    }

    .seccion-portada-kits img {
        width: 200px;
        left: -120px;
    }

    /*######### PAGINA KITS Y MAS #############*/
     .banner1-kits{
        position: relative;
        top: 0px !important;
    }

    /*######### CONTACTO #############*/
    .seccion1-body-contacto {
        height: 1400px;
    }

    

}

@media (max-width: 650px) {

     .mask-text{
        width: 420% !important;
    }

    /* .seccion1-body-home{
       margin-top: 600px;
    } */

    /*#########EXPERIENCIAS BTL #############*/
    .seccion-portada-exp .separador-linea {
        width: 560px;
        margin-top: 70px;
    }

    .seccion-portada-exp img {
        width: 180px;
        margin-left: 70px;
    }

    .caja-titulo-img-portada-exp h2 {
        position: relative;
        left: -80px;
        font-size: 36px;
    }

    .caja-titulo-img-portada-exp h3 {
        position: relative;
        left: -15px;
        font-size: 32px;
    }


    /*#########PRODUCCION DE ESPACIOS #############*/
    .caja-titulo-img-portada-prod h2 {
        position: relative;
        top: 125px;
        font-size: 38px;
    }

    .caja-titulo-img-portada-prod h3 {
        position: relative;
        top: 120px;
        font-size: 28px;
    }

    .caja-titulo-img-portada-prod img {
        width: 180px;
        height: 180;
        margin-left: 55px;
    }

    .seccion-portada-prod .separador-linea {
        position: relative;
        top: -90px !important;
        width: 550px !important;
    }


    /* #### HOME ####*/
    /*Soluciones creativas*/
    .caja-text1-seccion2-home h3 {
        font-size: 50px !important;
    }

    .contenedor-exp-btl-home a:not(:has(img)) {
        position: relative;
        left: 37% !important;
        transform: translateX(-50%) !important;
    }

    .contenedor-prod-esp-home a:not(:has(img)) {
        position: relative;
        left: 37% !important;
        transform: translateX(-50%) !important;
    }

    .contenedor-eventos-home a:not(:has(img)) {
        position: relative;
        left: 37% !important;
        transform: translateX(-50%) !important;
    }

    .contenedor-kits-home a:not(:has(img)) {
        position: relative;
        left: 42% !important;
        transform: translateX(-50%) !important;
    }

    .contenedor-exp-btl-home h3 {
        margin-left: 0 !important;
    }

    .contenedor-prod-esp-home h3 {
        margin-left: 0 !important;
    }

    .contenedor-eventos-home h3 {
        margin-left: 0 !important;
    }

    .contenedor-kits-home h3 {
        margin-left: 0 !important;
    }

    .seccion2-body-home h2 {
        position: relative;
        top: 10px;
        margin-left: 0 !important;
    }

    .seccion2-body-home h3 {
        margin-left: 20px !important;
    }


    .seccion5-body-home h2 {
        position: relative;
        top: 10px;
        margin-left: 0 !important;
    }

    /*### SECCION NOSOTROS ###*/
    .contenedor-nosotros-home h2 {
        font-size: 50px;
    }

    /*######### EVENTOS CORPORATIVOS #############*/

    .caja-titulo-img-portada-eventos img {
        position: relative;
        top: 100px !important;
        width: 180px !important;
        height: auto;
    }

    .seccion-portada-eventos .separador-linea {
        position: relative;
        top: -28px !important;
        width: 600px !important;
    }

    /*#### CLIENTES #####*/
    .seccion5-body-home h3 {
        font-size: 50px !important;
    }


    /*######### CONTACTO #############*/
    .seccion1-body-contacto {
        height: 1300PX;
    }

}

@media (max-width: 502px) {

    /*Seccion cliente*/
    .seccion5-body-home h2 {
        margin-top: -100px;
        margin-left: 0;
    }

    /*######### PAGINA HOME #############*/

    /*### SECCION MANIFIESTO ###*/
    .seccion1-body-home h3 {
        position: relative;
        top: -70px;
        line-height: 1;
    }

    .seccion1-body-home h2 {
        position: relative;
        font-size: 42px !important;
        left: 0 !important;
    }

    .seccion1-body-home .separador-linea {
        width: 890px;
        margin-left: -350px;
    }

    .contenedor-grupo-img-soluciones h3 {
        font-size: 20px !important;
    }

    .seccion1-body-home h3 {
        position: relative;
        top: -110px;
        left: 0 !important;
        font-size: 24px;
    }

    /*### SECCION SOLUCION CREATIVA ###*/

    .logo-make-soluciones-int {
        position: relative;
        top: -30px;
    }

    #separador-soluciones-int-home {
        top: 60px !important;
    }

    .seccion2-body-home {
        font-size: 28px;
    }

    .contenedor-grupo-img-soluciones a {
        font-size: 18px;
    }

    .seccion2-body-home h3 {
        margin-left: 0px !important;
    }


    /*### SECCION NOSOTROS ###*/
    .img-make-it-h-nosotros-home {
        position: relative;
        top: 30px;
    }

    #separador-nosotros-home {
        top: -30px;
    }


    .seccion2-body-home h2 {
        position: relative;
        top: 10px;
        font-size: 32px;
    }

    .contenedor-nosotros-home em {
        font-size: 28px;
    }

    .contenedor-nosotros-home strong {
        font-size: 28px;
    }

    .contenedor-nosotros-home p {
        margin-left: 0;
    }

    /*### SECCION NOSOTROS ###*/

    .titulo2-seccion1-body h2 {
        font-size: 42px !important;
    }

    /*### SECCION VISON ###*/
    .caja-text1-seccion2-home h3 {
        font-size: 42px !important;
        margin-left: 0;
    }

    .seccion3-body-home h2 {
        margin-top: -100px;
        margin-left: 0 !important;
        font-size: 32px !important;
    }

    .seccion3-body-home p {
        font-size: 40px;
        padding: 0 20px;
    }

    .seccion3-body-home p {
        font-size: 32px;
    }

    /*### CLIENTES ###*/
    .seccion5-body-home h3 {
        font-size: 38px !important;
        margin-left: 0;
    }

    .seccion5-body-home h2 {
        font-size: 32PX !important;
    }

    /*##### PAGINA EVENTOS CORPORATIVOS #### */
    .seccion-portada-eventos .separador-linea {
        position: relative;
        top: -130px;
        width: 130% !important;
    }

    /*######### PAGINA CONTACTO #############*/
    .seccion1-body-contacto {
        height: 1200px;
    }


    /*########## Titulo y boton final ######*/
    .caja-texto-final a {
        width: 240px !important;
        font-size: 18px;
    }

    /*##### PAGINA KITS Y MAS #########*/
    .img-doble-banner-kits p {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .img-doble-banner-kits img {
        width: 100% !important;
        margin-bottom: 15px !important; 
    }

    .img-doble-banner-kits img:last-child {
        margin-bottom: 0 !important;
    } 




    /*##### FOOTER #########*/
    .contenedor-copy .creado-por {
        font-size: 14px;
    }

    .contenedor-copy .copy {
        font-size: 14px;
    }

}

@media (max-width: 400px) {
    .caja-animacion-m-i-h-home h3 {
        font-size: 28px;
    }

    /*##### PAGINA EVENTOS CORPORATIVOS #### */
    .seccion-portada-eventos .separador-linea {
        position: relative;
        top: -130px;
        width: 160% !important;
    }

}

@media (max-width: 367px) {
    #separador-soluciones-int-home {
        top: 70px !important;
    }

    /*##### PAGINA EVENTOS CORPORATIVOS #### */
    .seccion-portada-eventos .separador-linea {
        position: relative;
        top: -130px;
        width: 500PX !important;
    }
}

/* ### Convertir la fila en flex ### */
.contenedor-resultados {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px;
    box-sizing: border-box;
    margin-left: -10px;

}

/* ### Forzar que las columnas no floten ni tengan ancho fijo ### */
.contenedor-resultados>.wpb_column {
    float: none !important;
    display: block !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;

    flex: 0 0 calc(25% - 15px) !important;
    max-width: calc(25% - 15px) !important;
}

/* Asegurar que el bloque ocupe todo el ancho de la columna */
.contenedor-resultados .resultados {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    transition: all .25s ease;
}




@media (min-width: 993px) {
    /*  ### RESPONSIVE PARA LOS RECUADROS DE RESULTADOS### */
    /* 4 columnas */
    .contenedor-resultados {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        box-sizing: border-box;
    }

    .contenedor-resultados>.wpb_column {
        flex: 0 0 calc(25% - 20px) !important;
        max-width: calc(25% - 20px) !important;
    }
}

/* 3 columnas */
@media (max-width: 800px) {
    .contenedor-resultados>.wpb_column {
        flex: 0 0 calc(33.33% - 20px) !important;
        max-width: calc(33.33% - 20px) !important;
    }
}

/* 2 columna */
@media (max-width: 700px) {
    .contenedor-resultados>.wpb_column {
        flex: 0 0 calc(50% - 20px) !important;
        max-width: calc(50% - 20px) !important;
    }
}

/* 1 columna */
@media (max-width: 576px) {
    .contenedor-resultados>.wpb_column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}



/* -### AJUSTANDO LOGOS CLIENTES ### */
.contenedor-logos-clientes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
  box-sizing: border-box;
}

.contenedor-logos-clientes img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ### Columna base ### */
.contenedor-logos-clientes > div {
  flex: 1 1 calc(16.66% - 20px); /* 6 columnas */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ### 3 columnas ### */
@media (max-width: 992px) {
  .contenedor-logos-clientes > div {
    flex: 1 1 calc(33.33% - 20px);
  }
}

/* ### 2 columnas ### */
@media (max-width: 768px) {
  .contenedor-logos-clientes > div {
    flex: 1 1 calc(50% - 20px);
  }
}

/* Seguir con 2 columnas ajustadas --- */
@media (max-width: 480px) {
  .contenedor-logos-clientes {
    gap: 10px;
  }

  .contenedor-logos-clientes > div {
    flex: 1 1 calc(50% - 10px);
  }

  .contenedor-logos-clientes img {
    max-width: 120px;
  }
}


