
/* Skip link accesibilidad */
.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    background: #222222;
    color: #ffffff;
    padding: 10px 20px;
    z-index: 10000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}
.skip-link:focus {
    top: 0;
    outline: 2px solid #C5ED55;
    outline-offset: 2px;
}

/*
GOBALO FONT ICOMOON ------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'gobalo-font';
    src: url('../fonts/gobalo-font.eot?67rn8v');
    src: url('../fonts/gobalo-font.eot?67rn8v#iefix') format('embedded-opentype'),
        url('../fonts/gobalo-font.ttf?67rn8v') format('truetype'),
        url('../fonts/gobalo-font.woff?67rn8v') format('woff'),
        url('../fonts/gobalo-font.svg?67rn8v#gobalo-font') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="iconG-"],
[class*=" iconG-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gobalo-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconG-logo_web:before {
    content: "\25a3";
    font-size: 27px;
    color: #fff;
    transition: all 0.5s ease;
}

b, strong {
    font-weight: 500;
}
 .navbar .container-fluid{
            padding-left: 25px;
    padding-right: 25px;
        }
/*.navbar-toggler-icon:before {
    font-family: "FontAwesome";
    content: "\f0c9";
    color: #00a3e2;
}*/
.navbar-toggler:focus-visible{
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}
button:focus:not(:focus-visible){
    outline: none;
}
.navbar-brand img{
   width: 130px;
}
.nav-item.nav-cta{
list-style-type: none;
    display: inline-block;
    background-color: #C5ED55;
    color:#222222!important;
    border-radius: 5px;
    padding: 2px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #C5ED55;
    transition: all 200ms ease-in-out;
}
.nav-item.nav-cta .nav-link{
    color:#222
}
.nav-item.nav-cta a.nav-link.active{
    color:#222!important;
}
.nav-cta:hover{
        background-color: transparent;
        border:solid 2px #C5ED55;
        color:#C5ED55!important;

}
.nav-item.nav-cta:hover .nav-link{
            color:#C5ED55!important;

}
#CookiebotWidget :focus-visible, #CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo{
    outline:0px!important;
}

body {
      font-family: "Outfit", sans-serif;
    color: #292b2a;
    overflow-x: hidden;
    font-size: 18px;
}

h1, .titu-h1 {
    font-family: "Zilla Slab", serif;
    font-size: 60px;
    line-height: 65px;
    color: white;
    font-weight: 600;
}

h2, .h2-style, .h2 {
    font-family: "Zilla Slab", serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    color:#222222;
    margin-bottom: 20px;
}

.titu-h2 {
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 40px;
    color: white;
}
h3, .h3-style, .h3-style p {
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 118.182% */
    letter-spacing: 0.66px;
    margin-bottom: 10px;
}

h4, .h4-style, .h4-style p {
    color:#222;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.54px;
}

a {
    color: #222;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    text-decoration: none;
}

a:focus:not(:focus-visible){
    outline: none;
}
a:focus-visible{
    outline: 2px solid #292b2a;
    outline-offset: 2px;
}
footer a:focus-visible{
    outline-color: #ffffff;
}

p, li {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #222222;
}

.text-link, .post-container a {
    text-decoration: underline;
    display: inline;
}
.text-link:hover, .post-container a:hover{
  opacity: .7;
}
.post-container ul li{
    margin-bottom: 13px;
}
.indice a{
    text-decoration: none;
}

.asterisco{
    font-size: 14px;
    color:#888888;
}


.btn-ppal, .btn {
    font-family: "Zilla Slab", serif;
    padding: 5px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #222222;
    background-color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    border-radius: 5px;
    text-decoration: none!important
}

.btn-negativo {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    background-color: transparent;
}


.btn-ppal:hover, .btn:hover {
    color: #222222;
    border: 2px solid #222222;
    background-color: transparent;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-text{
    font-weight: 600;
        text-decoration: underline;

    
}
.btn-text:hover{
   color: #c5ed55;

}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #C5ED55 !important;
}
img{
    border-radius: 5px
}
.top-line {
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: solid 1px #222222;
}
.bottom-line {
    margin-bottom: 25px;
    padding-top: 25px;
    border-bottom: solid 1px #222222;
}
.top-line-white{
   margin-bottom: 25px;
    padding-top: 25px;
    border-top: solid 1px #ffffff; 
}
.white, .white p{color:#ffffff!important;}
.dark-grey-bg-color{
    background-color: #222222;
}
.dark-grey-color{
    color: #222222;
}
.green-bg-color{
  background-color: #C5ED55;  
}
.green-color{
  color: #C5ED55;  
}
.beige-bg-color{
    background-color: #BDB4A3;
}
.beige30-bg-color{
    background-color: #EBE9E3;
}
.beige-color{
    color:#7A7062;
}
.green-point{
    position: relative;
    padding-left: 5px;
}
.green-point::before{
    content:'';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #C5ED55;
    z-index: -1;
    left: 0;
    top: 0px;
    border-radius: 50%;
}
section{
    padding-top: 110px;
}

.texto-movimiento{
    color: #FFF;
    font-family: "Zilla Slab", serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 80% */
    text-transform: uppercase;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 0;
    letter-spacing: 0.75px;
}
.texto-movimiento-animation span{
    margin-right: 7px;
}
.slick-slide{
    height: inherit !important;
}
.logotipos-clientes img{
    border-radius: 0;
    padding: 0 30px;
    max-height: 40px;
}

.card-icon, .modulo-destacado{
    border:1px solid #222222;
    border-radius: 5px;
     padding: 25px 12px;
    height: 100%;
}
.card-icon img, .modulo-destacado img{
    margin-bottom: 20px;
}

.container-fixedbutton {
    position: relative;
    z-index: 9999;
}

.container-fixedbutton a:hover {
    text-decoration: none;
    color: #fff;
}

.fixedbutton {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #222222;
    bottom: 30px;
    right: 30px;
    position: fixed;
 
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixedbutton i {
    font-size: 28px;
    color: #fff;
    padding-bottom: -8px;
   
}


.fixedbutton-white {
    padding: 15px;
    font-family: 'Raleway', 'Gotham';
    background-color: #fff;
    color: #00a3e2;
    bottom: 50px;
    right: 0px;
    border-radius: 30px 0 0 30px;
    position: absolute;
    height: 60px;
}


.fixedbutton:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}



@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

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

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

    50% {
        transform: scale(1.1);
    }

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



.left {
    text-align: left;
}

.right {
    text-align: right;
}



.container {
    max-width: 1350px;
}

.gris-gobalo{
    color: #222;
}

.blue {
    color: #7A7062;
}

.bg-grey {
    background-color: #f9f9f9;
}

.bg-blue {
    background-color: #BDB4A3;

}

.bg-yelow {
    background-color: #d7d2c8;
    padding: 1px;

}

.bg-white {
    background-color: #ffffff !important;
}


.bg_degradado {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 66%, #fbbe2c 66%, #fbbe2c 99%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 66%, #fbbe2c 66%, #fbbe2c 99%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 66%, #fbbe2c 66%, #fbbe2c 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbbe2c', GradientType=1);
}


.bg_degradado_black {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 66%, #292b2a 66%, #292b2a 99%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 66%, #292b2a 66%, #292b2a 99%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 66%, #292b2a 66%, #292b2a 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#292b2a', GradientType=1);
}
.degradado-oscuro {
    background: #ebeae3 /* background: rgb(0,111,221); background: -moz-linear-gradient(180deg, rgba(0,111,221,1) 0%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(180deg, rgba(0,111,221,1) 0%, rgba(255,255,255,1) 100%); background: linear-gradient(180deg, rgba(0,111,221,1) 0%, rgba(255,255,255,1) 100%); filter: progid:DXI:;mageTransform.Microsoft.gradient(startColorstr="#006fdd",endColorstr="#ffffff",GradientType=1);*/;
}

.campos-obligatorios {
    font-size: 13px;
    padding-top: 20px;
    display: block;
}

.small-text{
    font-size:12px;
}
/*
HEADER Y MENÚ ------------------------------------------------------------------------------------*/

header {
    z-index: 600;
    position: fixed;
    top:0;
    padding: 15px 0;
    margin: 0 auto;
    width: 100%;
}


.header-top {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;

}


.tel-header {

    float: left;

}

.lang-header {
    font-size: 14px;
    font-weight: 500;
    color: #292b2a;
}

.mail-header {
    padding-left: 0px;

}

.rrss-header a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #292b2a;
}

.rrss-header a:hover {
    color: #00a3e2;
    border: 1px solid #00a3e2;
    text-decoration: none;
}


.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.nav-link {
    font-weight: 500;
    font-size: 13px;
    font-family: "Zilla Slab", serif;
    color:#ffffff;
}
.nav-link:hover{
    color:#C5ED55;
}
.navbar .nav-item:last-child,
.navbar-nav .nav-link:last-child {
    margin: 0;
}
.navbar-nav{
    background-color: #222222;
    border-radius: 5px;
        min-height: 45px;
    align-items: center;
    position: relative;
}
.navbar-brand{
    background-color: #222222;
    border-radius: 5px;
    padding: 5px 15px;
    min-height: 45px;
}

.scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
   	
}
.navbar img.d-scrolled{
  display: none;
}
.scrolled .navbar img.d-scrolled{
    display: block;
    width: 50px;
    transition: all 0.3s ease-in-out;
  	animation: smoothScroll 0.5s forwards; } @keyframes smoothScroll { 0% { opacity: 0 } 100% { opacity: 1} 
}
.scrolled .navbar img.d-none-scrolled{
      display: none;
}
/* remove the padding from the navbar so the dropdown hover state is not broken */

.navbar .nav-item {
    padding: 0rem .2rem;
    margin: 0 .25rem;
    color: #fff;
}

.main-menu-item {
    color: #fff;
}

.navbar .dropdown-menu {
    width: auto;
    background-color: #222222;
    top: 45px;
    border-radius: 5px;
    padding: 15px;
        border: 0;
}
.navbar .servicios-desplegable .dropdown-menu {
    left: 0;
    min-width: 640px;
}
.dropdown-item{
    padding: 0;
    color:#ffffff;
    white-space: pre-wrap;
        margin-bottom: 10px;
    line-height: 20px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
.dropdown span {
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
    letter-spacing: 1px;
    font-family: "Zilla Slab", serif;
    color:#7A7062;
}
.dropdown-divider{
    border-top: 1px solid #BDB4A3;
}

.megamenu .nav-item,
.megamenu .nav-item .nav-link {
    margin: 0;
    padding: 0 0 2px 0;
    display: inline;
}



li.nav-item a {
    text-decoration: none;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}
/*.dropdown-toggle::after{
    content:'\f078';
    font-family: FontAwesome;
    border: none !important;
    font-size: 10px;
}*/
li.nav-item a:focus {
    color: #C5ED55;
}

li.nav-item a:hover, li.nav-item a.sub-active {
    color: #C5ED55;
}


.tags-no-link{
    color:#7A7062!important;
       display: inline-block;
   background-color: transparent;

   border-radius: 5px;
   padding: 2px 6px;
   border: 2px solid #BDB4A3;
   margin-right: 5px;
   margin-bottom: 5px;
   font-size: 13px;
   font-weight: 500;
}
.tags-card-price{
     list-style-type: none;
    display: inline-block;
    background-color: transparent;
    color:#222222;
    border-radius: 5px;
    padding: 2px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #222222;
    transition: all 200ms ease-in-out;
}
.cabecera-segundo-nivel-izq .tags-no-link,
.dark-grey-bg-color .tags-no-link{
    color:#ffffff!important;
    border-color:#ffffff;
}
.tag{
    list-style-type: none;
    display: inline-block;
    background-color: #C5ED55;
    color:#222222;
    border-radius: 5px;
    padding: 2px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #C5ED55;
    transition: all 200ms ease-in-out;
}
.tag:hover{
        background-color: transparent;
        border:solid 2px #C5ED55;
        color:#C5ED55;

}
.breadcrumb-item{
    font-family: "Zilla Slab", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:#c5ed55;
    content: '·';
}
.breadcrumb-item.active{
    color:#222222 !important;
    font-weight: 600
}
.breadcrumb-item a:hover{
    opacity: .7
}
/* HOME ------------------------------------------------------------------------------------*/

.img-slider-card, .img-card-blog{
    width: 100%;
    height: 470px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-card-blog::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white; /* Fondo blanco para aplicar el filtro */
  mix-blend-mode: saturation; /* Elimina los colores saturados (convierte a blanco y negro) */
  pointer-events: none; /* Permite interactuar con el fondo original */
  
}
.slider-card .slide .h3, .card-blog .h3{
    min-height:400px;
}
.slider-card-blog .img-slider-card, .card-blog .img-card-blog{
    height: 220px;
}
.img-slider-card::before {
     content: "";
     border-radius: 5px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: var(--card-bg, url('/storage/paginas/qs-equipo.jpg'));
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      filter: grayscale(100%);
      z-index: -1;
      
    transition: all 200ms ease-in-out;
}
.img-slider-card:hover::before, .img-card-blog:hover::before {
    filter: grayscale(0%);
    transition: all 200ms ease-in-out;
}

.slider-card h3, .card-blog h3{
    padding-bottom: 20px;
}
.slide{
    padding-left: 5px;
    padding-right: 5px;
}
.slide-border{
    height: 100%;
    border-bottom:1px solid #222222;
}
/********/

 .img-card-team{
    width: 100%;
    height: 670px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-card-team .img-slider-card{
    height: 430px;
}
/******/

.btn-round{

     font-family: "Zilla Slab", serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #C5ED55;
    color:#222222;
    position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 50px;
  transition: 0.2s;
  padding: 8px 12px;
  z-index: 31;
}
.btn-round i{
    font-size: 18px;
  transition: 0.2s;

}

.btn-round span{
 
     max-width: 0;
  opacity: 0;
  max-height: 2em;
  white-space: nowrap;
  transition: 0.1s;

    
}

.btn-round:hover span, .img-slider-card:hover .btn-round span, .img-card-blog:hover .btn-round span, .text-button:hover .btn-round span, .hover-link-card:hover .btn-round span, .card-relacionadas:hover .btn-round span, .card-team:hover .btn-round span{
    max-width: 200px;
      margin-left: 8px;
      opacity: 1;
      padding-right: 15px;
}
.btn-round:hover, .img-slider-card:hover .btn-round, .text-button:hover .btn-round, .hover-link-card:hover .btn-round{
    min-width: 40px;
    padding-right: 12px;
    width: fit-content;
    animation: expandWidth 0.2s forwards;
}

.btn-round i.fa-plus, .btn-round i.fa-minus{padding:5px 0;}


.slider-card-center .slick-arrow {
    right: 50px;
}
.slider-card-center .slick-next {
    right: 15px;
}
.slider-quotes button.slick-prev.slick-arrow{
    right:35px;
}
.slider-quotes button.slick-next.slick-arrow{
    right:0;
}
.slick-arrow{
   position: absolute;
    top: -40px;
    right: calc(var(--bs-gutter-x)* .5);
    border: 0;
    background: transparent;
    color: transparent;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.slick-arrow:before {
    font-family: "Font Awesome 6 Pro";
        font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #222222;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    transition: all 200ms ease-in-out;
}
.slick-arrow:hover:before{
    color:#C5ED55;
}
.slick-arrow:focus-visible{
    outline: 2px solid #222222;
    outline-offset: 3px;
    border-radius: 3px;
}
.slick-arrow:focus:not(:focus-visible){
    outline: none;
}
.slick-next {
    right: calc(var(--bs-gutter-x)* .5 - 35px);
}
.slick-next:before {
    content: '\f178';
}
.slick-prev:before {
    content: '\f177';
}
.slider-quotes{
   border-radius: 5px;
    background: var(--beige-60, rgba(189, 180, 163, 0.60));
    padding: 40px 60px 30px;
}
.slider-quotes .row{
    display:flex !important;
}
.video-cabecera{
    max-height: 70vh;
    overflow: hidden;
    position: relative
}
.video-cabecera video{
    height: 70%;
    width: auto;
}
.overlay-text{
    position: absolute;
    bottom:10px;
}

.destacado_sticky_inner{
    position:absolute; 
    right:15px; 
    top:0; 
    height:100%; 
}
.open_destacado_sticky{
    position:relative; 
    display:block; 
    margin:110px 0 0 0 ; 
    width:100%; 
    right:0; 
    top:0
}
.bullet-sticky{
    position:relative; 
    z-index: 10;
    margin-bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}
#destacado-beige-serv{position: -webkit-sticky; /* Safari */
   right:0;
  position: sticky;
  top: 83px;
  height: auto; overflow-y: auto;
}
#bullet-sticky{position: -webkit-sticky; /* Safari */
  position: sticky;
  left:0;
  top: 83px;
  overflow-y: auto;
}
.bullet-sticky-section h3{
    margin-left: 25px;
}
#banner-auditoria-sticky.is-sticky{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.destacado_section:first-of-type{padding-top:0 }
.destacado_section:last-of-type{padding-bottom:0 }
.indice-post{
	padding: 15px;
    margin-bottom: 20px;
}
.modal-header{
    border-bottom: 0;
    align-items:start!important;
}
.cabecera-int {
    display: flex;
    align-items:end;
    min-height: 430px;
    width: auto;
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat;
    background-color: #222;
    margin-top: 13px;
    margin-bottom: 13px;
    border-radius: 5px;
}
.cabecera-segundo-nivel{
    margin-top: 90px; 
}

.cabecera-segundo-nivel-izq{
    display: flex;
    align-items: flex-start;
    background-color: #222222;
    min-height: 400px;
    padding: 30px;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    
}
.cabecera-segundo-nivel-der{
    background-size: cover;background-position: center;background-repeat: no-repeat;
     filter: grayscale(100%);
    height: 100%;
}
.bg-consultoria{
    background-image: url(/img/guiamos.webp);
}
.bg-team{
    background-image: url(/img/equipo-gobalo.webp);
    background-size: cover;background-position: top;background-repeat: no-repeat;
}
#frase-container{
    position: relative;
    margin-bottom: 100px;
}
#frase-container p {
    opacity: 0; /* Empieza invisible */
    transition: opacity 500ms ease; /* Transición para el efecto de fade */
    position: absolute;
}
#frase-container p.frase-active {
    opacity: 1;
}

.slick-dots {
    display: flex;
    justify-content: center;
    top: -50px;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    cursor: pointer;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots li:focus {
    outline: none;
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #222222;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: white;
}

.slick-dots button:focus {
    outline: none;
}


.info-home-project {
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #fff;
    padding: 12px 20px 10px;
}

.info-home-project h4 {
      font-family: "Zilla Slab", serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #474647;
    margin-bottom: 0;
    line-height: 22px;
}

.info-home-project a:hover{
    text-decoration: none;
    
}

.gg-arrow-long-right {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
    margin-left: 5px;
    top: -1px;
}
.gg-arrow-long-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -2px
}

.text-home {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 100px;
    padding-right: 100px;
}

.cabecera {
    display: flex;
   align-items:end;
    min-height: 500px;
    width: auto;
    /*background: url(<path-to-image>) lightgray 50% / cover no-repeat;*/
    background-color: #222;
    border-radius: 5px;
    padding: 30px;
    margin: 10px;

}

h1.h1-post, .cabecera-kit h1{
    font-size: 75px;
    font-weight: 500;
    color: #7A7062;
    line-height: 78px;
}

.cabecera h2{
    color: #fff;
     font-family: "Outfit", sans-serif;
         font-size: 25px;
}


@keyframes introHome{
    from{
        opacity: 0;
        margin-top: -90px;
    }
    to{
        opacity: 1;
        margin-top: -20px;
    }
}
/*
.cabecera h2:before{
        list-style-type: none;
    display: inline-block;
    content: '';
    border-top: 1px solid #fff;
    width: 100px;
    margin: 0 0;
    position: relative;
    top: 27px;
    left: -10px;
    transform: translateY(-1rem);
}*/

.title-home {
    display: inline-flex;
    margin-top: -100px;
    z-index: 999;
    position: relative;

}




.title-home .title-fantasy {
    font-size: 130px;
    text-align: left;
    line-height: 110px;
    display: inline-block;
    font-family: "Zilla Slab", serif;
    font-weight: 300;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #00a3e2;

}

.title-home .title-fantasy b {
    -webkit-text-stroke-width: 0;
}
/* pendiente revisar*/
img .gif{
    width: 80%;
    margin-top: -30%;
}
.gif img{
    display: none;
}
/*
.title-home h1 span {display: inline-block;}*/

.formas-home {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    left: 0;

}

.forma1 {
    position: relative;

}

.container-cruz {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    -webkit-animation-name: fadeInUpCruz;
    animation-name: fadeInUpCruz;
    left: 30%;
    top: 10%;
}

@-webkit-keyframes fadeInUpCruz {
    0% {
        opacity: 0;
        -webkit-transform: translateY(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpCruz {
    0% {
        opacity: 0;
        transform: translateY(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.forma2 {
    position: relative;
}


.container-cuadrado {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
    -webkit-animation-name: fadeInLeftCuadrado;
    animation-name: fadeInLeftCuadrado;
    left: 10%;
    top: 10%;
}

@-webkit-keyframes fadeInLeftCuadrado {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeftCuadrado {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}




.forma3 {

    position: relative;
}


.container-circulo {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-animation-name: fadeInRightCirculo;
    animation-name: fadeInRightCirculo;
    left: 75%;
    top: 30%;
}


@-webkit-keyframes fadeInRightCirculo {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRightCirculo {
    0% {
        opacity: 0;
        transform: translateX(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}







.forma4 {

    position: relative;
}



.container-ola {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
    -webkit-animation-name: fadeInDownOla;
    animation-name: fadeInDownOla;
    left: 15%;
    top: 20%;
}




@-webkit-keyframes fadeInDownOla {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDownOla {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}




.forma5 {
    position: relative;
}


.container-puntos {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
    -webkit-animation-name: fadeInDownPuntos;
    animation-name: fadeInDownPuntos;
    left: 70%;
    top: -30%;
}




@-webkit-keyframes fadeInDownPuntos {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDownPuntos {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}








.forma6 {

    position: relative;
}


.container-triangulo {
    position: relative;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    -webkit-animation-name: growInTri;
    animation-name: growInTri;
    left: 50%;
    top: -20%;
}


@-webkit-keyframes growInTri {
    0% {
        -webkit-transform: scale(0.2);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.2);

    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes growInTri {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);

    }

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






.diferentes-numeros div::after {
    color: #00a3e2;
    content: counter(listStyle);
    font-size: 140px;
    position: absolute;
    top: -25px;
    left: 60px;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 0.2;
    font-family: "Zilla Slab", serif;

}

.diferentes-numeros {
    margin-top: 80px;
}

.diferentes-numeros div {
    counter-increment: listStyle;
}


.diferentes-numeros div p {
    position: relative;
    z-index: 999;
}



.diferentes-home {
    padding: 50px 100px;
}

.container-bocadillo {
    margin-top: 100px;
}

.quote-bocadillo {
    margin-left: -15%;
    flex: 0 0 53.333333%;
    max-width: 53.333333%;
    margin-top: 50px;
}

.bocadillo {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.texto-bocadillo {
    z-index: 2;
    position: absolute;
    font-style: italic;
    padding: 12% 20% 0 15%;
}

.texto-bocadillo p {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 33px;
}



.highlights {
    padding-top: 100px;
    padding-bottom: 40px;
}

.highlights ul {
    padding: 0 0 0 35px;
    margin: 0 0 0 0px;
}

.highlights ul li {
    list-style-type: none;
    padding-bottom: 25px;
}

.highlights ul li span {
    display: block;
    font-size: 21px;
    line-height: 25px;
}

.highlights ul li:before {
    content: "";
    display: block;
    background: url("../img/comun/correct.svg") no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 15px;
}

/*.highlights2 ul li:before {
    content: "—" !important;
    color: #00a3e2;
    font-family: "FontAwesome";
    padding-right: 5px;
    background: none;
}*/

.ademas-home {
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 45px;
}




#paid-media {
    margin-top: -150px;

}

.tabla-servicios {
    margin-top: -150px;
    padding-top: 210px;
    padding-bottom: 30px;
    display: flex;

}




.tabla-servicios h3 {
    position: relative;
    z-index: 1;
    margin-left: 20px;
}



.tabla-servicios ul {
    -webkit-padding-start: 0;
}


.tabla-servicios li {
    list-style: none;
}




.tabla-servicios li a {
    color: black;
}




.tabla-servicios ul li > a {
    text-decoration: none;
    position: relative;
}


/*
.tabla-servicios ul li::before {
    content: "—";
    color: #00a3e2;
    font-family: "FontAwesome";
    padding-right: 5px;
}

*/
.tabla-servicios ul li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #00a3e2;
    visibility: hidden;
    transform-origin: 0% 0%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.tabla-servicios ul li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}





.cohete {
    text-align: center;
    max-width: 600px;
    display: block;
    margin: 0 auto 0 140px;
}



.blue-bar2 {
    margin-top: 0px;
}




.white-bar h3:before,
.blue-bar h3:before,
.blue-bar2 h3:before,
.yelow-bar h3:before,
.grey-bar h3:before,
.light-grey-bar h3:before {
    position: absolute;
    height: 19px;
    top: 26px;
    content: '';
    z-index: -1;
    width: 60%;
    left: -20px;
}





.white-bar h3:before {
    background-color: #fff;
}

.yelow-bar h3:before {
    background-color: #fbbe2c;
}




.blue-bar h3:before {
    background-color: #00a3e2;
    width: 30%;
}




.blue-bar2 h3:before {
    background-color: #00a3e2;
    width: 30%;
}


.grey-bar h3:before {
    background-color: #aaaaaa;
}

.light-grey-bar h3:before {
    background-color: #e9e7e8;
}


/*
SERVICIOS SERVICIOS ------------------------------------------------------------------------------------*/


#manos,
#mk-contenidos,
#analytics {
    width: 65%;
    margin-top: -25%;
}

#cro,
#social-ads {
    margin-top: -30%;
}

#identidad,
#web {
    width: 120%;
    margin-top: -30%;
}

#video-mk,
#grafico,
#desarrollo {
    width: 120%;
    margin-top: -30%;
}


.tabla-servicios-servicios ul li > a {
    text-decoration: none;
    position: relative;
}

.tabla-servicios-servicios ul li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: #00a3e2;
    visibility: hidden;
    transform-origin: 0% 0%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.tabla-servicios-servicios ul li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}







/* -PROYECTOS */
.intro-proyectos-home {
    margin-top: 100px;
}

.proyecto_todos_home {
    text-align: center;
    margin-top: 0px;
}

.proyecto_todos {
    text-align: center;
}

.proyecto_destacado {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    float: left;
}

.proyecto_destacado img {
    width: 100%;
}

.proyecto_destacado figure {
    width: auto;
}

.proyecto_home2 {
    margin-top: 0px;
}
/*
.box-titulo-proyecto {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: left;
    position: relative;
    margin-top: 0px;
    display: table;
}

.box-titulo-pro h3 {
    font-family: 'Raleway', 'Gotham';
    margin-bottom: 0;
    position: relative;
}
*/
.proyecto_destacado a:hover {
    text-decoration: none;
}

.box-titulo-pro h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #00a3e2;
    visibility: hidden;
    transform-origin: 0% 0%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.box-titulo-pro h3:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.proyecto_subname {
    margin: 15px 0 7px;
    font-size: 18px;
}

.proyecto_client {
    color: #1d1d1b;
    font-weight: 600;
    margin-right: 12px;
    text-transform: uppercase;
}

.proyecto_category {
    color: #595959;
    font-weight: 300;
    text-transform: uppercase;
}

.btn-ver-mas {
    width: 55px !important;
    position: fixed;
    top: 45%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
}

.proyecto-home {
    overflow: hidden;
}

.proyecto-2-home {
    background-image: url("../img/proyectos/hbo/hbo.jpg");
    overflow: hidden;
}



/*INTERIOR PROYECTOS*/


.proyecto_objetivos {
    padding-top: 100px;
    padding-bottom: 50px;
}
.proyecto_objetivos h4{
    color: #7A7062;
    font-weight: 600;
}

.proyecto_quote1 p,
.proyecto_quote2 p {
    margin-top: 50px;
     font-family: "Outfit", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    color: #666;
}

.proyecto-interior {
    overflow: hidden;
}

.proyecto-interior h3 {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    line-height: 35px;
}

.intro-interior-proyectos h3{
    font-size: 18px;
    line-height: 23px;
}

.proyecto-interior h4 {
    margin-bottom: 0px;
}


.destacado_proyecto1 {
    padding-top: 40px;
}
/*
.destacado_proyecto1 h4 {
      font-family: "Zilla Slab", serif;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 15px;
}
*/
.destacado_proyecto1 ul{
       padding-left: 25px;
}
.destacado_proyecto1 ul li::marker{
    color: #C5ED55;
    font-size: 25px;
}
.parallax-proyecto {
    font-family: 'Raleway', 'Gotham', sans-serif;
    width: 100%;
    background-size: 100%;
    color: #fff;
    padding-bottom: 0px;
    background-image: url(../img/proyectos/activa-tu-ciudad/activa-tu-ciudad_06.jpg);
    background-position: center;
    height: 270px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 40px;
    line-height: 43px;
    font-weight: 300;
    background-attachment: fixed;
}

.parallax-proyecto p {
    color: #ffffff;
      font-family: "Outfit", sans-serif;

    margin-top: 10px;
}

.visita-web-proyecto {
      font-family: "Zilla Slab", serif;
    text-align: center;
    font-size: 30px;
    padding: 50px 0;
    margin-top: 30px;
}

.visita-web-proyecto .btn {
    margin-left: 20px;
}

.screenshots-proyecto {
    padding: 50px 0px;
}

.proyecto-inicio-interior {
    margin-top: 80px;
}

.proyecto-inicio-interior .box-titulo-proyecto {
    margin-top: 80px;
    color: #222;
    margin-bottom: 25px;

}
/*
.box-titulo-proyecto {
    padding: 20px;
    text-align: left;
    position: relative;
    margin-top: -13%;
    margin-left: 15%;
    display: table;
}

.box-titulo-proyecto h1 {
    letter-spacing: 1px;
    -webkit-text-fill-color: #2a2a29;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #00a3e2;
    font-size: 40px;
    line-height: 45px;
}

.box-titulo-proyecto .tipo1.proyecto_name {
    font-size: 29px;
    line-height: 29px;
}
*/

.proyecto-name-interior h1,
.proyecto-name-interior h2 {
    font-size: 38px;
    line-height: 38px;
      font-family: "Zilla Slab", serif;
    margin-bottom: 0;
}


.proyecto-descripcion {
    padding-left: 40px;
    padding-top: 30px;
}

.ficha-proyecto {
    padding-left: 80px;
    padding-top: 30px;
}

.ficha-proyecto td {
    vertical-align: top;
    padding-bottom: 10px;
    font-size: 17px;

}

.ficha-proyecto-titu {
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 15px;
    position: relative;

}

.ficha-cliente:after,
.ficha-sector:after,
.ficha-tags:after {
    position: absolute;
    height: 5px;
    top: 16px;
    content: '';
    background-color: #fbbe2c;
    z-index: -1;
}

.ficha-cliente:after {
    right: 46px;
    width: 51px;
}

.ficha-sector:after {
    right: 52px;
    width: 37px;
}

.ficha-tags:after {
    right: 38px;
    width: 29px;
}




/* SERVICIOS-INT */

.cupcake {
    width: 100%;
    top: -45px;
}

div#cupcake {
    width: 110%;
}


.icon-manos {
    position: absolute;
    right: 0;
    margin-top: -150px;
}

.container-ayuda {
    margin-top: 120px;
}

.ayuda {
    margin-top: -60px;
}

.ayuda-servicios {
    padding: 25px;
}

.ayuda-servicios ul {
    list-style: none;
}

.ayuda-servicios li {
    padding: 7px 0;
    font-size: 18px;
    display: table;
}
/*
.ayuda-servicios li:before {
    content: "—";
    color: #C5ED55;
    font-family: "FontAwesome";
    padding-right: 5px;
    display: table-cell;
}

*/


/*
.ayuda-servicios li a {
    color: black;}


}*/


.ayuda-servicios ul li > a {
    text-decoration: none;
    position: relative;
    color: #292b2a;
}

.ayuda-servicios ul li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #292b2a;
    visibility: hidden;
    transform-origin: 0% 0%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.ayuda-servicios ul li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.text-bg-servicios {
    background-color: #ffffff;
    margin-top: 40px;
    padding: 60px 50px;

}

.text-bg-servicios span {
    font-style: italic;
    font-size: 23px;
}

.estrategia {
    margin: 40px 0 80px 0;
}

.numbers-section .green-point{
       position: relative;
    counter-increment: listStyle;
    padding-left: 75px;

}
.numbers-section .green-point::after{
    color: #222;
    content: counter(listStyle, decimal-leading-zero);
    font-size: 45px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateX(-50%);
    font-family: "Zilla Slab", serif;
    font-weight: 600;
}
.puntos-estrategia div {
    position: relative;
    counter-increment: listStyle;
    margin-bottom: 65px;
}


.puntos-estrategia div h4 {
    position: relative;
    z-index: 1;
}

.puntos-estrategia div p {
    position: relative;
    z-index: 1;
}


.puntos-estrategia div:nth-child(2),
.puntos-estrategia div:nth-child(5) {
    margin-top: 60px;
}




.puntos-estrategia div::after {
    color: #C5ED55;
    content: counter(listStyle);
    font-size: 140px;
    position: absolute;
    top: -25px;
    left: 40px;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
   font-family: "Zilla Slab", serif;
}

/*
.puntos-estrategia div h4 a::after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #C5ED55;
}

*/

/* SERVICIOS - TIMELINE */


.timeline-container {
    margin-bottom: 100px;
}

.ps-timeline-sec .container ol.ps-timeline li h4 {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;

}

.ps-timeline-sec {
    position: relative;
}

.ps-timeline-sec .container {
    position: relative;
}

.ps-timeline-sec h3 {
    padding-top: 55px;
}


.ps-timeline-sec .container ol.ps-timeline {
    margin: 235px 0;
    padding: 0;
    border-top: 2px solid #fff;
    list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 25%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #C5ED55;
    border: 4px solid #C5ED55;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #C5ED55;
    text-align: center;
    line-height: 50px -10;
    color: #C5ED55;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #fff;
    width: 2px;
    height: 20px;
    background: #C5ED55;
    position: absolute;
    top: -20px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #C5ED55;
    width: 8px;
    height: 8px;
    background: #C5ED55;
    position: absolute;
    bottom: 60px;
    left: 43%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #fff;
    width: 2px;
    height: 20px;
    background: #C5ED55;
    position: absolute;
    bottom: -20px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #C5ED55;
    width: 8px;
    height: 8px;
    background: #C5ED55;
    position: absolute;
    top: 60px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #222 !important;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}




/*AGENCIA*/
.poema {}

.poema h2 {
    margin-bottom: 10px;
}

.poema h4 {
    background-color: #e9e7e8;
    display: inline;
    line-height: 45px;
}


.row-incorformistas-natos {
    margin-top: 45px;
}



.incorformistas-natos {
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    position: absolute;
    width: 120%;
}

.incorformistas-natos h3 {
    margin-bottom: 0;
}

.texto-bocadillo-quienes {
    z-index: 2;
    position: absolute;
    font-style: italic;
    padding: 6% 15% 0 13%;
}

.texto-bocadillo-quienes p {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 33px;
}


/* CONTACTO */
.info-contacto {
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}


.beige-bg-color input:-webkit-autofill, .beige-bg-color input:-webkit-autofill:hover, .beige-bg-color input:-webkit-autofill:focus, .beige-bg-color input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0px 1000px #BDB4A3 inset !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/* FOOTER */
.mapa iframe{mix-blend-mode: luminosity; border-radius:5px;}
.margin-bottom-footer {
    margin-bottom: 40px;
    padding: 0 30px;
}

.footer {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    align-items: center;
    border-radius: 5px;
    color:#FFFFFF;
    padding-top: 20px;
}

footer a {
    color: #ffffff;
    text-decoration: underline;
}
footer a:hover{
    color:#C5ED55;
}

.dark-grey-color a:hover{
    color:#C5ED55;
}
.textos-footer{
    padding-top: 50px;
    padding-bottom: 50px;
}

.menu-footer{
    padding-top: 15px;
    margin-top: 25px;
    border-top: 1px solid #ffffff;
}

.menu-footer ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
}

.menu-footer ul li {
    list-style-type: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.42px;
    text-decoration-line: underline;
    text-align: center;
}
.rrss a{
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #222222;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 5px;
    color:#222222;
}

.rrss-footer a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 5px;
    color:#ffffff;
}

.rrss-footer a:hover, .rrss a:hover {
    color: #C5ED55;
    border: 1px solid #C5ED55;
    text-decoration: none;
}


.mail {
    color: #222222;
}

.mail::before,
.tel-header::before {
    content: "|";
    margin: 0 10px;
    color: #292b2a;
}

.primera-fila-footer {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.primera-fila-footer h5 {
    font-family: "Zilla Slab", serif;
    font-size: 30px;
}



/*EQUIPO*/

.card-team{
    width: 100%;
    height: 430px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    }
.card-team::after{
  content: '';
    width: 100%; /* El tamaño ya está completo desde el principio */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(41, 43, 42, 0.30);
    opacity: 0; /* Oculto inicialmente */
    transition: opacity 0.5s ease; /* Transición suave en la opacidad */
}
.card-team:hover::after{
    opacity: 1; /* Al hacer hover, el pseudo-elemento se vuelve visible */
}
/*
.overlay-card {
    position: absolute;
        border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 43, 42, 0.95);
    display: flex;
    flex-direction:column;
    align-items: flex-start;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.5s ease;
    visibility: hidden;
    z-index:30;
}
.overlay-card p{
    color:#FFFFFF;
}
.img-card.show .overlay-card {
    opacity: 1;
    visibility: visible;
}
        
 */       

.quote-quienes {
    padding: 70px 100px;
      font-family: "Zilla Slab", serif;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 100px;
    font-size: 28px;
    line-height: 34px;
}



.equipo {

    margin-top: 150px;
    background-color: #f9f9f9;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+66,fbbe2c+66,fbbe2c+99 */
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f9f9f9 92%, #ffffff 92%, #ffffff 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 92%, #ffffff 92%, #ffffff 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 92%, #ffffff 92%, #ffffff 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */

    padding-bottom: 50px;
    text-align: center;
    margin-top: 200px;
    display: none;
}

.equipo img {
    margin: -180px auto 0px;
}

.sec-equipo {
    padding: 35px;
    box-sizing: border-box;
}

.titular-equipo {
    font-size: 50px;
    /*position: absolute;*/
}

.miembros {
    text-align: left;
    display: table;
}

.miembros a {
    color: #777;
    font-size: 17px;
    line-height: 45px;
    display: table;
}

.miembros a:hover {
    text-decoration: underline;
}

.sec-equipo:hover .miembros a {
    opacity: 0.4;
}

.sec-equipo .miembros a:hover {
    opacity: 1;
}

/*-------------------*/
.ceos {
    width: 290px;
    height: auto;
    background-color: #e9e7e8;
    margin-left: 190px;
    transition: all 0.2s linear 0s;
}

.ceos:hover {
    background: #7e7e7e;
    transition: all 0.2s linear 0s;
}

.ceos:hover a {
    color: white;
}

.eq-ceos {
    margin: -70px 0 0 -75px;

}

.ceos .miembros {
    margin: 20px 0 0 10px;
}

.miembros span:hover,
.miembros a:hover {
    cursor: pointer;
}

/*-------------------*/

.design {
    margin: 50px 0 0 140px;
    width: 335px;
    height: auto;
    background: url(../img/comun/bg_lineas_inclinadas2.png) repeat 0 0 white;
    transition: all 0.2s linear 0s;
}

.design:hover {
    background: url(../img/comun/bg_lineas_inclinadas2.png) repeat 0 0 #17a2dc;
    transition: all 0.2s linear 0s;
}

.design:hover span {
    background: #17a2dc;
    transition: all 0.2s linear 0s;
}

.design:hover a {
    color: white;
}

.eq-design {
    margin: 210px 0 0 -130px;
}

.design .miembros {
    margin: 0 0 0 120px;
}

.miembros span {
    background-color: white;
    font-size: 17px;
    transition: all 0.2s linear 0s;
}

/*------------------*/


.developement {
    width: 485px;

    background: url(../img/comun/bg_lineas_inclinadas2.png) repeat 0 0 white;
    display: block;

    height: auto;
    margin: 50px 0 0 100px;
    transition: all 0.2s linear 0s;
}

.developement:hover {
    background: url(../img/comun/bg_lineas_inclinadas2.png) repeat 0 0 #fbbe2c;
    transition: all 0.2s linear 0s;
}

.developement:hover span {
    background: #fbbe2c;
    transition: all 0.2s linear 0s;
}

.developement:hover a {
    color: white;
}

.eq-developement {
    /*margin: 120px 0 0 -70px;*/

}

.developement-miembros {
    text-align: right;
    margin-top: -7px;
    /*float: right;*/
}

.developement-miembros a {
    line-height: 38px;
}

/*------------------*/


.account {
    width: 335px;
    height: auto;
    background: #e9e7e8;
    display: block;
    position: relative;
    margin: 90px 0 0 80px;

}

.account:hover {
    background: #17a2dc;
    transition: all 0.2s linear 0s;
}

.account:hover a {
    color: white;
}


.eq-account {
    position: absolute;
    margin: 20px 0 0 -70px;
}

.account .miembros {


    text-align: left;
    margin: 110px 0 0 35px;
}

.account-miembros a {
    line-height: 35px;
}

/*------------------*/


.performance {
    width: 485px;
    height: auto;
    background: #dad9d9;
    display: block;
    position: relative;
    margin: 75px 0 0;
    transition: all 0.2s linear 0s;
}



.performance:hover {
    background: #7e7e7e;
    transition: all 0.2s linear 0s;
}

.performance:hover a {
    color: white;
}

.eq-performance {
    position: absolute;
    right: -20px;
    top: -30px;
    text-align: right;


}

.performance .miembros {
    display: block;
    /*position: absolute;*/
    top: 50px;
    text-align: right;
    margin-right: 30px;
    right: 20px;
}

.performance-miembros a {
    line-height: 34px;
}

/*------------------*/


.social {
    width: 495px;
    height: auto;
    background: #e9e7e8;
    display: block;
    margin: 50px 0 0 280px;
    position: relative;

}

.social:hover {
    background: #fabd2e;
    transition: all 0.2s linear 0s;
}

.social:hover a {
    color: white;
}

.puntos-estrategia a {
    text-decoration: none;
    position: relative;
}

.puntos-estrategia a:before {

    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    bottom: -5px;
    left: 0;
    background-color: #00a2e1;
    visibility: hidden;
    transform-origin: 0% 0%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.puntos-estrategia a:hover {
    color: #00a3e2 !important;
}

.puntos-estrategia a:hover:before {
    visibility: visible;

    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.puntos-estrategia a:after {
    color: #00a3e2 !important;
    text-decoration: none;

}

.eq-social {
    position: absolute;
    text-align: left;
    width: 510px;
    margin: -20px 0 0 180px;
}

.social .miembros {

    text-align: center;
}

.social .miembros p {
    color: white !important;
}

.social-miembros a {
    line-height: 35px;
}

.social-miembros {
    margin-top: -12px;
}


/*------------------*/


.finance {
    width: 300px;
    height: auto;
    background: #fbbe2c;
    position: relative;
    margin: 60px 0 0 -60px;
    background: url(../img/comun/bg_lineas_inclinadas2.png) repeat 0 0 white;
    transition: all 0.2s linear 0s;
}

.finance:hover {
    background: url(../img/comun/bg_lineas_inclinadas2.png) repeat 0 0 #17a2dc;
    transition: all 0.2s linear 0s;
}

.finance:hover span {
    background: #17a2dc;
    transition: all 0.2s linear 0s;
}

.finance:hover a {
    color: white;
}

.eq-finance {
    margin: 10px 0 0 140px;
}

.finance-miembros {
    text-align: left;
    margin-top: -12px;
}

.finance-miembros a {
    line-height: 38px;
}





.perfil-texto {
    padding: 40px;
    display: table;
}

.perfil-nombre {
    font-size: 30px;
    font-weight: 300;
    margin: 0px 0 0px;
    font-family: "Zilla Slab", serif;
}

.perfil-cargo {
    font-size: 20px;
    color: #666;
    margin: 10px 0 30px 0;
}


.div-img-perfil {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 280px;
    height: 500px;
    float: left;
    flex: 0 0 280px;
}




.contenedor-perfil {
    padding: 0;
    height: 500px;
    display: flex;
    align-items: center;
}






.contenedor-aviso{
    max-width: 1200px;
    margin: 0 auto;
}



.contenedor-aviso h1 {
    font-size: 23px;
    line-height: 24px;
    color: #00a3e2;
    -webkit-text-fill-color: #00a3e2;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #00a3e2;
    text-align: left !important;
}

.contenedor-aviso p {
    font-size: 16px;
    line-height: 18px;
}






/*--------  servicios id   ------*/


#page-analitica ol.ps-timeline {
    margin: 275px 0;
}

#page-conenidos {}

#page-diseno-grafico ol.ps-timeline li {
    width: 33.333%;
}

#page-diseno-web ol.ps-timeline {
    margin: 275px 0;
}

#page-identidad-corporativa ol.ps-timeline li {
    width: 33.333%;
}

#page-optimizacion-conversiones ol.ps-timeline {
    margin: 305px 0;
}


#page-paid-media ol.ps-timeline {
    margin: 305px 0;
}

#page-seo ol.ps-timeline {
    margin: 275px 0;
}

#page-social-ads {}

#page-social-media {}

#page-software ol.ps-timeline {
    margin: 255px 0;
}

#page-video {}

#page-web {}

#cookie-bar {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    line-height: 24px;
    color: #fff;
    font-size: 11pt;
    padding: 12px 0;
    z-index: 9999;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    color: #fff;
    margin-right: 450px;
    margin-left: 50px;
    margin-bottom: 0;
    padding: 12px 0;
}

#cookie-bar .fancybox {
    color: #00a1e1;
    color: #fff;
    text-decoration: underline;
}

#cookie-bar .fancybox:hover {
    color: #00a1e1;
}

#cookie-bar .buttons a {
    margin-right: 30px;
}

#cookie-bar .buttons {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -16px;
}

#cookie-bar .config {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: dimgrey;
}

#cookie-bar .config:hover {
    color: #00a1e1;
}

#cookie-bar .config::before {
    content: '\276F';
    font-weight: bold;
    padding-right: 5px;
    color: #fff;
    position: absolute;
    left: -15px;
}

#cookie-bar #acept {
    cursor: pointer;
    background-color: #00a1e1;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    padding: 5px 15px;
    margin-top: -10px;
    font-weight: bold;
}

#cookie-bar #acept:hover {
    background: #008fc8;
}

#cookie-bar #acept::before {
    content: '\2713';
    padding-right: 3px;
}

#cookie-bar .disable {
    background: #990000;
}

#cookie-bar .disable:hover {
    background: #bb0000;
}

#cookie-bar .policy {
    background: #0033bb;
}

#cookie-bar .policy:hover {
    background: #0055dd;
}

#config .iconG-logo_web {
    margin-left: 15px;
}

#config .config-separator-left {
    border-right: 2px solid #008fc8;
    margin-right: 15px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#config .config-title {
    margin-right: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #00a1e1;
}

#config .config-separator {
    border-bottom: 2px solid #008fc8;
}

#config-body-left {
    display: inline-block;
    padding-left: 15px;
    max-width: 22.8% !important;
    margin-right: 15px;
}

#config-body-right {
    position: absolute;
    display: inline-block;
    margin-top: 20px;
    margin-right: 60px;
}

#config-menu {
    list-style-type: none;
    margin-left: -40px;
}

#config-menu .config-menu-item {
    margin: 0px 5px 0px -15px;
    padding: 10px 20px;
}

#config-menu .config-menu-item:hover {
    font-weight: bold;
}

#config-menu .config-menu-item a {
    color: #00a3e2;
}

#config-menu .config-menu-item a:hover {
    text-decoration-style: wavy;
}

#config-menu .config-menu-item-selected {
    background-color: #00a3e2;

}

#config-menu .config-menu-item-selected a {
    color: #fff;
}

#config-menu .config-menu-separator {
    border-bottom: 1px solid #ddd;
    width: 107%;
    margin-left: -15px;
}

#config-body-right h3 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #666;
    text-decoration: underline;
    line-height: 20px;
    display: inline-block;
}

/* #config-body-right label {
    float: right;
} */

#config-body-right .switch {
    position: relative;
    /* display: inline-block; */
    display: block;
    width: 60px;
    height: 34px;
    margin-top: -55px;
    margin-left: 330px;
}

.cookies .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

#config-body-right .fourth .switch,
#config-body-right .fifth .switch {
    margin-top: -63px;
    margin-bottom: 20px;
}

#config-body-right .switch input,
.cookies .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#config-body-right .slider,
.cookies .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#config-body-right .slider:before,
.cookies .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#config-body-right input:checked + .slider,
.cookies input:checked + .slider {
    background-color: #2196F3;
}

#config-body-right input:focus + .slider,
.cookies input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

#config-body-right input:checked + .slider:before,
.cookies input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#config-body-right .slider.round,
.cookies .slider.round {
    border-radius: 34px;
}

#config-body-right .slider.round:before,
.cookies .slider.round:before {
    border-radius: 50%;
}

#config-body-right .init2 {
    /* margin-right: 50%; */
    color: #666;
}

#config-body-right .allways-enabled,
#config-body-right .enabled,
#config-body-right .disabled,
.acordeon .allways-enabled,
.acordeon .enabled,
.acordeon .disabled,
.cookies .allways-enabled,
.cookies .enabled,
.cookies .disabled {
    color: #2196F3;
    /* float: right; */
    /* margin: 2px 485px 0 15px; */
    font-weight: bold;
}

#config-body-right .allways-enabled {
    margin-left: 119px;
}

#config-body-right .third .enabled {
    margin-left: 191px;
}

#config-body-right .fourth .enabled {
    position: absolute;
    margin-left: 193px;
    margin-top: 12px;
}

#config-body-right .fifth .enabled {
    position: absolute;
    margin-left: 113px;
    margin-top: 12px;
}

.cookies .enabled {
    position: absolute;
    margin-top: 7px;
    margin-left: -60px;
}

#config-body-right .third .disabled {
    margin-left: 180px;
}

#config-body-right .fourth .disabled {
    position: absolute;
    margin-left: 182px;
    margin-top: 12px;
}

#config-body-right .fifth .disabled {
    position: absolute;
    margin-left: 102px;
    margin-top: 12px;
}

#config-body-right .disabled,
.acordeon .disabled {
    color: #ccc;
}

.cookies .disabled {
    position: absolute;
    color: #fff;
    margin-top: 7px;
    margin-left: -70px;
}

#config-body .config-bottom-spacer {
    clear: both;
    height: 20px;
}

#config-bottom .config-info-cookies {
    /* display: block; */
    float: left;
    margin-bottom: 20px;
}

#config-bottom .config-save-settings-button {
    display: block;
    float: right;
}

#config-bottom .config-save-settings-button a {
    padding: 10px 50px;
    color: #00a3e2;
    border: 2px solid #00a3e2;
    background-color: white;
    margin-left: 30px;
}

#config-bottom .config-save-settings-button a:hover {
    color: #fff;
    background-color: #00a3e2;
    text-decoration: none;
    font-weight: bold;
}

#config-bottom .config-allow-all-button {
    position: absolute;
    margin-top: 40px;
}

#config-bottom .config-allow-all-button a:hover {
    color: #fff;
    background-color: #00a3e2;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

button.fancybox-button.fancybox-close-small {
    display: none !important;
}

.cookiesbutton {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #00a3e2;
    bottom: 20px;
    left: 20px;
    position: fixed;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(117, 117, 117, 0.5);
    -moz-box-shadow: 0px 0px 9px 0px rgba(117, 117, 117, 0.5);
    box-shadow: 0px 0px 9px 0px rgba(117, 117, 117, 0.5);
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookiesbutton:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.cookiesbutton img {
    width: 60px;
    height: 60px;
}



/*.cookies-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
    color: #FFFFFF;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}*/

/* .cookies-footer button:first-child{
    background-color: #b1b1b1;
}

.cookies-footer button {
    border: none;
    background-color: #00a1e1;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11pt;
    color: #fff;
    padding: 5px 15px;
    margin-top: 7px;
}

.cookies-footer button span{
    color: #fff;
    text-transform: uppercase;
}

.cookies-footer span {
    margin-left: 0px;
    font-size: 11pt;
    color: #AFAFAF;
    text-align: center;
    width: 100%;
    float: left;
    padding: 15px 100px;
} */




/*#aviso-privacidad {
  width: 100%;
  max-width: 600px;
}

#aviso-privacidad > div {
  max-height: calc(100vh - 100px);
  overflow: auto;
}
*/


/* PRIVACY POLICY */
#privacy_policy {
    color: #00a3e2;
    margin-left: -30px;
}

#privacy_policy_info {
    background-image: url("../img/contacta/info.svg");
    background-repeat: no-repeat;
    border: 0;
    margin-bottom: 15px;
}

 .boton_politica input[type="checkbox"] {
    position:relative;
       font-family: "Zilla Slab", serif;
    color:#222;
    margin:1em;
    cursor:pointer;
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    width: 2em;
    height: 2em;
  }
  .boton_politica input[type="checkbox"]:focus-visible {
    outline: 2px solid #292b2a;
    outline-offset: 2px;
    border-radius: 5px;
  }
  
  .boton_politica input[type="checkbox"]:before,
 .boton_politica input[type="checkbox"]:after {
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:2em;
    height:2em;
    box-sizing:border-box;
  }

   .boton_politica input[type="checkbox"]:before {
      border-radius:5px;
      border:3px solid #222;
      transition:border 0.1s ease-out;
    }
      
     .boton_politica input[type="checkbox"].red:before {border-color:#222;}
    
      
    .boton_politica input[type="checkbox"]:checked:before {border-width:1em;}
         

    .boton_politica input[type="checkbox"]:after {
      content:url(/assets/img/check-white.png);
      text-align:center;
      line-height:2em;
      font-weight:bolder;
      overflow:hidden;
      opacity:0;
      transition:opacity 0.1s ease-in;
    }

     .boton_politica input[type="checkbox"]:checked:after {opacity:1;    color: #fff;}
      
.boton_politica label {
    cursor: default;
 
}
 
.list-content ul {
    list-style: none;
    /* Remove HTML bullets */
    padding: 0;
    margin: 0;
}

.list-content li {
    padding-left: 15px;
}

.list-content li::before {
    content: "-";
    /* Insert content that looks like bullets */
    padding-right: 8px;
}

/* .list-content-cookies ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-content-cookies li {
    padding-left: 15px;
}

.list-content-cookies li::before {
    content: "-";
    padding-right: 8px;
} */

/*
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    overflow-wrap: break-word;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table td {
    padding: .625em;
    border-right: 1px solid #ddd;
}

table td:last-child {
    border-right: 0;
}



table.cookies {
    border: 1px solid #00a3e2;
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 80%;
    table-layout: fixed;
    color: #fff;
}

table.cookies-acept {
    text-align: center;
}

table tr {
    background-color: #00a3e2;
    border: 1px solid #00a3e2;
    padding: .35em;
}

table th {
    padding: .625em;
    border: 1px solid #0082b4;
}

table th:last-child {
    border-right: 0;
}

table td {
    background-color: #b2e3f6;
    padding: .625em;
    border-right: 1px solid #00a3e2;
}

table td:last-child {
    border-right: 0;
}
*/

/*estilos para faqs*/
.title-faq{
      font-family: "Zilla Slab", serif;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
    font-weight: 900;
}
.header-faq{
    border-bottom: 2px solid #BDB4A3;
    background: transparent;
}
.card-btn {
    color: #222222;
    border:none;
    transition: 0.3s;
}
.btn-link-faq:hover{
    color:#7A7062;
    cursor: pointer;
    text-decoration:none;
}
.btn-link-faq:focus{
    outline: none;
    text-decoration:none;
}
.btn-faqs{
    line-height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
        margin-bottom: 15px;
    margin-top: 15px;
}
/*fin estilos faqs*/

/* ESTILOS POPUP CAMPAÑA LANZAMIENTO*/

@font-face {
    font-family: 'beautiful_messregular';
    src: url("../fonts/beautiful_mess-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

#campaign_popup,
.popup-campaign {
    background-color: #ff001e;
    background-image: url(../img/bg-popup.png);
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 60% !important;
}

.titular-popup {
    color: white;
    font-family: 'beautiful_messregular';
    font-size: 105px;
    line-height: 0.7em;
}

.popup-campaign p {
    color: white;
    font-size: 1.2em;
    width: 80%;
    margin-left: 50px;
    margin-bottom: 30px;
}

a.boton-campaign {
    font-family: 'Zilla Slab', sans-serif;
    background-color: black;
    font-size: 30px;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    border: none;
    box-shadow: 0px 2px 5.7px 0.3px rgba(41, 31, 11, 0.5);
    margin-top: 20px;
}

.boton-campaign {
    float: left;
    margin-left: 0px;
}

a.boton-campaign:hover {
    border: none;
    background-color: white;
    color: black;
}

a.boton-campaign:focus {
    border: solid 0px;
    border: none;
    outline: 0;
}


.imagen-campaign img {
    width: 100%;
    bottom: -44px;
    position: absolute;
}
.accordion-faqs .accordion-item, .accordion-faqs .accordion-button:not(.collapsed), .accordion-faqs .accordion-button{
    background: #EBE9E3;
    color:#222;
    box-shadow: none;
    border-radius: 5px;
}
.accordion-faqs .accordion-item{
      background: #EBE9E3;
    color:#222;
    margin-bottom: 15px;
    border: none;
}
.accordion-faqs .accordion-button::after{
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    position: absolute;
    width: 0;
      transition: all 0.5s;
      right:20px;
transform: rotate(180deg);
  transition: all 0.5s;
    
}
.accordion-faqs .accordion-button:not(.collapsed)::after {
    content: "\f068";
    right:20px;
}

.form-control{
    background-color: transparent;
    border-left:0px;
    border-right:0px;
    border-top:0px;
    border-bottom:2px solid #222;
    border-radius:0px;
    font-weight: 800;
}
.form-control:focus {
    color: #222;
    border-bottom:4px solid #222;
    background-color: transparent;
    outline: 0;
    box-shadow: 0px ;
    border-color:#222;
}

 .form-floating>.form-control:focus~label{
     color:#222;
 }
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
       
    background-color: transparent;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select, input:-webkit-autofill{
    background-color: transparent;
    -webkit-box-shadow:none;
    box-shadow:none ;
}
.form-floating>label{
    white-space: pre-wrap;
    height: auto;
}
textarea{
    min-height: 100px !important;
}

/****LP gobao chat*****/
  .go-chat-form-card {
        background-color: #fff;
        border-radius: 5px;
        padding: 30px;
            margin-top: 10%;
    }
    
    .go-chat-form-card .form-control {
        background-color: transparent;
        border-bottom-color: #222;
    }
.go-chat-form-card h2{
    color:#222!important;
}
    .card-beneficio {
        border: 1px solid #222222;
        border-radius: 5px;
        padding: 25px 20px;
        height: 100%;
    }
    .card-beneficio img {
        margin-bottom: 15px;
        height: 40px;
    }
    .numbers-section {
        counter-reset: listStyle;
    }
    .plan-card {
        border: 1px solid #222222;
        border-radius: 5px;
        padding: 30px 25px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .plan-card-destacada {
        border-radius: 5px;
        padding: 30px 25px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .plan-card .tag {
        display: inline-block;
        margin-bottom: 15px;
        align-self: flex-start;
    }
    .plan-card ul,
    .plan-card-destacada ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
        flex-grow: 1;
    }
    .plan-card ul li,
    .plan-card-destacada ul li {
        padding: 6px 0;
        border-bottom: 1px solid #000;
    }
    .plan-card ul li:last-child,
    .plan-card-destacada ul li:last-child {
        border-bottom: none;
    }
    .plan-card .btn,
    .plan-card-destacada .btn {
        align-self: flex-start;
    }
    .plan-footer {
        margin-top: auto;
    }
    .plan-card-destacada  .plan-footer .btn{
        background-color:#C5ED55;
        color:#222;
        border: solid 2px #C5ED55;
    }
    .plan-card-destacada  .plan-footer .btn:hover{
            color: #222222;
    border: 2px solid #222222;
    background-color: transparent;

    }

    /* Menú CTA - botón del último item del menú de la landing Góbalo Chat */
    .navbar-nav .btn-menu-cta {
        border: 1px solid #fff;
        padding: 10px 22px !important;
        border-radius: 3px;
        margin-left: 10px;
        transition: background-color .25s ease, color .25s ease;
    }
    .navbar-nav .btn-menu-cta:hover,
    .navbar-nav .btn-menu-cta:focus {
        background-color: #fff;
        color: #222 !important;
    }
    header.scrolled .navbar-nav .btn-menu-cta {
        border-color: #222;
    }
    header.scrolled .navbar-nav .btn-menu-cta:hover,
    header.scrolled .navbar-nav .btn-menu-cta:focus {
        background-color: #222;
        color: #fff !important;
    }
    @media (max-width: 991.98px) {
        .navbar-nav .btn-menu-cta {
            display: inline-block;
            margin-left: 0;
            margin-top: 10px;
        }
    }

/* MEDIA QUERY */
@media only screen and (max-width: 1350px) {

    #hablamos-button:hover {
        bottom: 20px;
    }

    .cookiesbutton {
        bottom: -20px;
    }
}
@media screen and (max-width: 1024px){
    
    .input-enviar {
        margin-top: 0.3em !important;
        margin-bottom: 1.5em !important;
    }
    .column-news {
        width: calc(100% - 2em);
        max-width: 400px;
    }
}

@media only screen and (max-width: 992px) {
    

    /* FOOTER HOME */
    .footer .row.justify-content-between {
        justify-content: center !important;
    }

    /* FLOAT BUTTONS: CONTACTO & COOKIES */
    #hablamos-button {
        bottom: 20px;
    }

    .cookiesbutton {
        bottom: 20px;
    }

    /* COOKIES CONFIG */
    #config-top-logo .config-title {
        font-size: 25px;
        display: inline-flex;
    }

    #config-top-logo .config-separator-left {
        padding-bottom: 8px;
    }

    #config-body-right .allways-enabled {
        margin-left: 118px;
    }

    #config-body-right .third .enabled {
        margin-left: 190px;
    }

    #config-body-right .third .disabled {
        margin-left: 179px;
    }
    .text-full-width.servicios {
        max-width: 100%;
        padding: 0 10%;
    }

    .bd-right.bd-m::before {
        right: 35px;
    }

}
@media screen and (max-width: 991px) {
    .column-news {
        width: calc(100% - 2em);
        max-width: 400px;
    }
    .container-fluid.cabecera-kit.home.cabecera-post {
        height: 380px;
    }
}

@media only screen and (max-width: 767px) {

    /* COOKIES BAR */
    #cookie-bar p {
        margin-right: 50px;
    }

    #cookie-bar .buttons {
        position: relative;
        text-align: center;
        margin: 10px auto;
        right: auto;
    }

    #cookie-bar .config::before {
        position: relative;
        left: auto;
    }

    /* COOKIES CONFIG */
    #config-top-logo {
        text-align: center;
    }

    #config .iconG-logo_web {
        display: block;
        margin-bottom: 10px;
    }

    #config-top-logo .config-title {
        font-size: 30px;
        margin-left: 15px;
    }

    #config-top-logo .config-separator-left {
        display: none;
    }

    #config-body-left {
        max-width: 30% !important;
    }

    #config-menu .config-menu-separator {
        width: 106%
    }

    #config-body-right .allways-enabled {
        display: block;
        margin-left: auto;
        margin-top: -10px;
        margin-bottom: 10px;
        text-align: center;
    }

    #config-body-right .third .switch {
        margin-top: -40px;
        margin-left: 0;
    }

    #config-body-right .third .enabled {
        display: block;
        margin-left: auto;
        margin-top: -10px;
        margin-bottom: 10px;
        margin-left: auto;
        text-align: center;
    }

    #config-body-right .third .disabled {
        display: block;
        margin-left: auto;
        margin-top: -10px;
        margin-bottom: 10px;
        margin-left: auto;
        text-align: center;
    }

    #config-body-right .fourth .switch,
    #config-body-right .fifth .switch {
        margin-top: -30px;
        margin-left: 0;
        margin-bottom: 15px;
    }

    #config-body-right .fourth .enabled,
    #config-body-right .fifth .enabled {
        display: block;
        position: relative;
        margin-left: auto;
        margin-top: -5px;
        margin-bottom: -20px;
        margin-left: auto;
        text-align: center;
    }

    #config-body-right .fourth .disabled,
    #config-body-right .fifth .disabled {
        display: block;
        position: relative;
        margin-left: auto;
        margin-top: -5px;
        margin-bottom: -20px;
        margin-left: auto;
        text-align: center;
    }
    .card-post {
        margin-bottom: 50px;
    }
    .contenedor-aviso p {
        font-size: 18px;
        line-height: 22px;
    }
    .navbar-brand img {
        width: 150px;
    }
    
}
    
    @media only screen and (max-width: 747px) {
    
        /* COOKIES CONFIG */
        #config-bottom .config-save-settings-button {
            margin-top: -4px;
        }
    }
    
    @media only screen and (max-width: 728px) {
    
        /* FLOAT BUTTONS: COOKIES */
        .cookiesbutton {
            bottom: 110px;
            right: 20px;
            left: auto;
        }
    }
    
    @media only screen and (max-width: 606px) {
    
        /* COOKIES CONFIG */
        #config .iconG-logo_web {
            margin-bottom: 20px;
        }
    
        #config-top-logo .config-title {
            font-size: 25px;
        }
    
        #config-body-left {
            max-width: 40% !important;
        }
    
        #config-bottom {
            text-align: center;
        }
    
        #config-bottom .config-info-cookies {
            display: inline-block;
            float: none;
            margin-bottom: 0;
        }
    
        #config-bottom .config-save-settings-button {
            position: relative;
            margin-top: 30px;
            float: none;
            margin-left: -30px;
        }
    
        #config-bottom .config-save-settings-button a {
            padding: 10px 10px;
        }
    
        #config-bottom .config-allow-all-button {
            position: relative;
            margin-top: 30px;
            margin-bottom: -20px;
        }
    
        #config-body-mobile {
            text-align: center;
        }
    
        #config-body .config-bottom-spacer {
            height: 30px;
        }
    
        /* COOKIES PAGE */
        table.cookies {
            font-size: large;
        }
    
        table.cookies-acept {
            font-size: x-large;
        }
    }
    
    @media only screen and (max-width: 525px) {
    
        /* COOKIES BAR */
        #cookie-bar .config {
            position: relative;
            display: block;
            margin: 20px auto 20px auto;
        }
    
        /* FLOAT BUTTONS: CONTACTO & COOKIES */
        #hablamos-button {
            bottom: -20px;
            right: -20px;
        }
    
        #hablamos-button:hover {
            bottom: 20px;
            right: 20px;
        }
    
        .cookiesbutton {
            bottom: -20px;
            left: -20px;
            right: auto;
        }
    
        .cookiesbutton:hover {
            bottom: 20px;
            left: 20px;
        }
        .h1-post {
            font-size: 40px;
            line-height: 45px;
        }
    }
    
    .seccion-separador {
        width: 100%;
        height: 200px;
    }
    
    /* COOKIES CONFIGURATION ACORDEON MOBILE */
    .acordeon .item-selected {
        color: #fff;
        background-color: #00a3e2;
        font-weight: bold;
    }
    
    .acordeon .acordeon_title {
        padding: 10px 0;
        margin: 10px 0;
    }
    
    .acordeon p {
        font-size: 1rem;
    }
    
    .acordeon .config-menu-separator {
        border-bottom: 1px solid #ddd;
    }
    
    .acordeon .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        margin-left: 10px;
    }
    
    .acordeon .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    
    .acordeon .slider {
        position: absolute;
        cursor: pointer;
        top: -13px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .acordeon .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .acordeon input:checked + .slider {
        background-color: #2196F3;
    }
    
    .acordeon input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }
    
    .acordeon input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
    
    /* Rounded sliders */
    .acordeon .slider.round {
        border-radius: 34px;
    }
    
    .acordeon .slider.round:before {
        border-radius: 50%;
    }
    
    /*** kit digital ***/
    
    .bg-kitdigital{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #222222;
        margin-top: 50px;
        
    }
    /*PENDIENTE BORRAR
    .rounded-margin{
        border-radius: 5px;
        max-width: 98%;
        margin: auto;
    }*/
    .row-kitdigital{
        justify-content: center;
        text-align: center;
        padding-top: 65px;
        padding-bottom: 60px;
    }
    
    /*** phishing ***/
    
    .bg-phishing{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/home/bg-phishing.jpg");
        /*margin-top: 50px;*/
    }
    
    .row-phishing{
        justify-content: flex-start;
        text-align: left;
        padding-top: 65px;
        padding-bottom: 60px;
    }
    
    
    
    
    .error{color:#ff0000; font-size:11px}
    
    #url, #direccion {
      display: none;
    }
    
    /**** New blog ****/
   
    
    .card-relacionadas {
        padding:15px;
           color: #ffffff;
    color:#fff;
    vertical-align: bottom;
    border: 2px solid #222222;
    background-color: #222222;
   min-height: 145px;
    border-radius: 5px;
    text-decoration: none !important;
    border-radius: 5px;
     width: 100%;
     height: auto;
     min-height: 167px;
     margin-bottom:15px;
     position: relative;
    }
   
    .card-relacionadas a{
         width: 100%;
         height: 100%;
     }
    
    .post-container img{
            max-width: 100%;
    height: auto;
    }
    .main {
        color: #292b2a;
    }
 
    .card-mini {
        width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: flex-start;
    }

    .bg-newsletter{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        background-color: #222222;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    /*PENDIENTE BORRAR
    .row-newsletter{
        justify-content: center;
        padding-top: 65px;
        padding-bottom: 60px;
    }
    h2.text-white {
        text-align: center;
    }*/
    .input-form-blog {
        color: white;
    }
    .input-enviar {
        width: 100%;
        text-align: center;
        max-width: 100%;
        margin: 1em 0;
    }
      /*PENDIENTE BORRAR
    .form-news {
          font-family: "Zilla Slab", serif;
        line-height: 25px;
        color:#ffffff;
    }*/
    .column-news {
        width: calc(100% - 2em);
        max-width: 550px;
    }
    .acept-white-link {
          font-family: "Zilla Slab", serif;
        color: #fff;
        transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
    }
    .acept-white-link:hover {
        text-decoration: underline;
    }
    .select-lang {
        padding: 7px 3px;
        margin: 0 0.25rem;
        color: #fff;
    }
    .lang{
         font-family: "Zilla Slab", serif;
        font-weight: 600;
        color: #fff;
    }
    .lang:hover {
        color: #7A7062;
        text-decoration: none;
    }
    a.main.main-title:hover {
        color: #000;
        text-decoration: none;
        transition: all 0.2s linear 0s;
    }
    .pagination a.active {
        font-weight: 700;
        color: #7A7062;
    }
    .pagination {
        display: block;
    }
    .pagination a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #222222;
        padding: 14px 6px;
        min-width: 24px;
        min-height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: background-color .3s;
    }
    .pagination a:hover{
        opacity: .7
    }
   /* .fa-chevron-left:before {
        content: "\f053";
        font-family: FontAwesome;
        font-style: normal;
    }
    .fa-chevron-right:before {
        content: "\f054";
        font-family: FontAwesome;
        font-style: normal;
    }*/
    .cabecera-post{
        z-index:-999; 
            min-height: 580px;

        
    }
    /*
    .container.post-container{
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: #fff;
        padding: 6% 4% 0 4%;
        margin-top: -100px;
        border-bottom: 1px solid #C5ED55;
    }
   */
    .card-button{
            white-space: pre-line;
        text-align: left;
        border-radius: 5px;
            padding-top: 20px;
            margin-bottom: 10px;
        padding-bottom: 100px;
    }
    .main-title{
        color: #fff;
    }
    .main-post-link{
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    
    
    /*********
    **********
    LAPTOP.  (xl)
    **********
    *********/
    
    @media screen and (max-width:1400px) {
        .container {
            max-width: 1140px;
        }
         .img-slider-card {
            height: 380px;
        }
    }
    
    
    /*********
    **********
    LAPTOP.  (lg)
    **********
    *********/
    
    @media screen and (max-width:1200px) {
        
        .container {
            max-width: 1020px;
        }
        .img-slider-card {
            height: 340px;
        }
   
        
        /* PROYECTOS HOME ------------------------------------------------------------------------------------*/
        .proyecto_subname {
            font-size: 15px;
            margin-top: 3%;
        }
        
        .proyecto_destacado .box-titulo-pro .tipo1.proyecto_name {
            font-size: 25px;
            line-height: 25px;
        }
        
        .proyecto_destacado .box-titulo-pro {
            margin-left: 4%;
        }
        
        .proyecto_destacado .box-titulo-pro {
            margin-top: -53px;
            padding: 14px;
        }
        
        .grid__item:nth-child(even){
            margin-bottom: 30px;
        }
         
         
        /* EQUIPO ---------------------------------------------------------------------*/
        
        .eq-design {
            margin: 100px 0 0 -132px;
        }
        .finance {
            margin: 60px 0 0 40px;
        }
        .social {
            margin: 50px 0 0 200px;
        }
        
        .eq-performance {
        right: 7px;
        }
        .performance .miembros{
        	top: 70px;
        }
        .performance{
        	height: 320px;
        }
        
        .img-team-2{
            width: 36%;
        }
        
        .agencia2-image .fondo-gris {
            height: 95%;
        }
        
        /**  proyectos -- activa tu ciudad  **/
        
        .width100-atc {
            width: 114%;
        }
        .no-paddingTop-atc{
            padding-top: 0;
        }
        
        .img-quienes-01{
            width: 100%;
            margin-top: 30px;
        }
       
        
        .como-hacemos {
            padding-top: 200px;
        }
        /*
        .contenedor-perfil{
            display: block;
        }
        */
        .perfil-texto .descripcion{
            font-size: 14px;
        }
        .perfil-box .descripcion {
            margin-bottom: 15px;
        }
        .perfil-cargo {
            font-size: 19px;
            margin: 8px 0 18px 0;
        }
        .perfil-texto .datos {
            margin-bottom: 12px;
        }
        .redes{
            margin-top: 12px;
        }
        
        /* TIMELINE ---------------------------------------------------------------------*/
        
        .ps-timeline-sec h4{
            font-size: 22px;
        }
        #page-contenidos .timeline-container{
            padding-bottom: 110px;
        }
        #page-social-ads ol.ps-timeline{
                margin: 310px 0 250px 0;
        }
        #page-paid-media ol.ps-timeline{
                margin: 295px 0 325px 0;
        }
        #page-analitica ol.ps-timeline{
                margin: 350px 0 300px 0;
        }
        #page-optimizacion-conversiones ol.ps-timeline{
                margin: 350px 0 295px 0;
        }
        #page-identidad-corporativa ol.ps-timeline{
                margin: 315px 0 295px 0;
        }
        #page-diseno-web ol.ps-timeline{
                margin: 350px 0 350px 0;
        }
        #page-diseno-grafico ol.ps-timeline{
                margin: 290px 0 230px 0;
        }
        #page-video ol.ps-timeline{
                margin: 250px 0 280px 0;
        }
        #page-web ol.ps-timeline{
                margin: 235px 0 290px 0;
        }
        #page-software ol.ps-timeline{
                margin: 295px 0;
        }
        /* ANIMACIONES------------------------------------------------------------------*/
        
        #mk-contenidos{
            margin-top: 0px;
            width: 100%;
        }
        
        #manos, #analytics{
            margin-top: 0px;
            width: 90%;
        }
        #paid-media, #cro{
            width: 100%;
            margin-top: -50px;
        }
        
        .cohete{
            margin: 0 auto 0 60px;
        }
        
        
        
        .text-home{
            padding-right: 15px;
        }
        
        .text-home h1{
            font-size: 50px;
            line-height: 55px;
        }
        
        .think-text {
            padding-left: 30px;
        }
        
        .think-text h3 {
            font-size: 100px;
            line-height: 80px;
        }
        
        /** New 2021**/
        
        .animacion-blink{
            flex-direction: column;
            height: 100px;
        }
        
        .blink_me{
            padding-left: 0;
        }
        
    }
    
    
    /*********
    **********
    TABLET. (md)
    **********
    *********/
    
    @media screen and (max-width:992px) {
        .container {
            max-width: 840px;}
        
        
        h1 {font-size: 50px;
        line-height: 52px;}
        .navbar-toggler, .navbar-toggler:focus:not(:focus-visible) {
            background-color: #222222;
            text-decoration: none;
            outline: 0;
            box-shadow: 0 0 0 ;
            border:0;
            padding-top: 0;
            padding-bottom: 0;
        }
        .navbar-toggler:focus-visible {
            outline: 2px solid #ffffff;
            outline-offset: 2px;
        }
        .navbar-toggler-icon{
            background-image: none;
            min-height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .navbar-nav .nav-link {
            border-top: 1px solid #eee;
            font-size: 16px;
                    padding: 5px 0;
        }
       
        .navbar .nav-item {
            width: 100%;
        }
        .navbar-nav{
            align-items: baseline;
            padding: 15px ;
        }
        .navbar-expand-lg .navbar-collapse{
            background: #222222;
            border-radius: 5px;
            margin-top: 10px;
        }
        .navbar .servicios-desplegable .dropdown-menu {
            min-width: auto;
        }
        .navbar{
              max-height: 100vh; 
    overflow-y: auto;
        }
        .dropdown span {
            padding-bottom: 0;
        }
        .navbar .dropdown-menu{
            padding: 0 0px 20px 10px
        }
        .intro-home {
            padding-top: 70px;
        }
        
        .diferentes-numeros div {margin-bottom: 90px;}
        
        
        .diferentes-numeros div:last-child {
            margin-bottom: 0;
        }
        
        .cd-intro{
            max-width: 768px;
                margin: 2em auto;
        }
        
        .formas-home{
            display: none;
        }
        
        
        .quote-bocadillo {
            margin-left: 0; 
            margin-top: 0;
        }
        
        .menu-footer ul{
            padding-left: 10px;
        }
        
        .como-hacemos {
            padding-top: 190px;}
        
        .title-home{
            margin-top: 0;
        }
        
        .title-home .title-fantasy{
               font-size: 100px;
            line-height: 90px;
            font-weight: 300;
        }
        
        .active-menu {
            color: #7A7062 !important;
        }
        .destacado_sticky_inner {
            position: relative;
            right: initial;
            top: initial;
            margin-bottom: 100px;
        }
        .diferentes-home {
            padding: 20px 0;
        }
        .ilusion-imparable{
            margin-top: 0px;
        }
        
        .ourprocess_content .description p{
            max-width: 100% !important;
        }
        .ourprocess_content .right{
            width: 100% !important;
        }
        
        /*PROYECTOS DESTACADOS HOME*/
        .proyecto_home1, .proyecto_home2, .proyecto_home3{
        	float: left;
        	width: 50%;
        	margin: 0;
        }
        .proyecto_home2{
        	width: 50%;
        }
        .box_proyectos_ipad{
        	width: 90%;
        	margin: 0 5%;
        }
        .foto_vertical figure img {
            max-width: 29vw;
        }
        
        
        
        /*PROYECTOS INTERIOR*/
        
        .screenshots-proyecto {
            padding: 50px 0px;
            margin-top: 80px;
        }
        
        
        .proyecto-inicio-interior .box-titulo-proyecto{
            margin-top: 0;
        }
        
        .proyecto-name-interior h1, .proyecto-name-interior h2{
            font-size: 28px;
            line-height: 28px;
         margin-bottom: 0;
        }
        
        .proyecto-descripcion {
            padding-left: 0;
            padding-top: 0;
        }
        
        .box-titulo-proyecto h1{
            font-size: 28px;
            line-height: 28px;
        }
        
        .img-caberca-proyectos{
            overflow: hidden;
          
            
        }
        
        .img-caberca-proyectos img{
              max-width: 150%;
        
        }
        
        .ficha-proyecto {
            padding-left: 20px;
            padding-top: 0px;
        }
        
        .parallax-proyecto{
            font-size: 35px;
            line-height: 37px;
        }
        
        .ipad-no-padding{
            padding-left: 0;
        }
        
        .visita-web-proyecto span{
            display: block;
            font-size: 23px;
            line-height: 26px;
            margin-bottom: 25px;
            
        }
        
        .grid{
            padding: 2rem 2rem;
                grid-row-gap: 2vh;
        }
        
        
        .grid__item-title {
            font-size: 30px;
            line-height: 30px;
                padding-right: 70px;
            padding-left: 50px;
        }
        
        .grid__item {
            height: 30vh;
        }
        
        .grid__item:nth-child(even) {
            margin-top: 50px;
        }
        
        .visita-web-proyecto .btn {
            margin-left: 0;
        }
        
        /* EQUIPO ---------------------------------------------------------------------*/
        .ceos {
            margin-left: 80px;
        }
        .developement {
            height: 245px;
            margin: 70px 0 0 30px;
            width: 365px;
        }
        .eq-developement {
            margin: 170px 0 0 -70px;
        }
        
        .design {
            height: 445px;
            margin: 50px 0 0 80px;
            width: 280px;
        }
        .eq-design {
            margin: -80px 0 0;
        }
        .design .miembros {
            margin: 0 0 0 80px;
        }
        .finance {
            margin: 60px 0 0 40px;
            height: 130px;
        }
        .eq-finance {
            margin: 50px 0 0 80px;
        }
        .social {
            margin: 50px 0 0 70px;
        }
        .account {
            margin: 130px 0 0;
             width: 285px;
        }
        .performance {
            width: 295px;
            margin:115px 0 0;
        	height: 300px;
        }
        
        .titular-equipo.eq-performance.tipo1 {
            line-height: 38px;
        }
        
        .margin-bottom15{
            margin-bottom: 15px
        }
        
        .width140tablet{
            width: 140%;
        }
        
        .titu-valores {
            margin: -70px 0 15px 56px;
        }
        
        .eq-account {
            margin: 20px 0 0 -33px;
        }
        
        /*INTERIOR SERVICIOS*/
        
        .highlights {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .ps-timeline-sec .container ol.ps-timeline {
            margin: 290px 0;
        }
        .ps-timeline-sec .container{
                max-width: 890px;
        }
        .estrategia {
            margin: 80px 0 60px 0;
        }
        
        .puntos-estrategia div {
            counter-increment: listStyle;
            margin-bottom: 85px;
        }
        
        .puntos-estrategia div:nth-child(2), .puntos-estrategia div:nth-child(5) {
            margin-top: 0px;
        }
        /*
        .fixedbutton-mobile {
            display: none;
        }
        */
        #copa{
            
            width: 60%;
            margin: 0 auto;
        }
        
        .navbar-toggler-icon:before{
            color: #fff;
        }
        
        .think-text h3 {
            font-size: 70px;
            line-height: 60px;
        }
        
        .cabecera h1{
            font-size: 60px;
            line-height: 50px;
        }
        
        /** New 2021 **/
        /*
        .cabecera.home{
            height: 380px;
        }
        
        .cabecera.home::before{
            top: 100px;
            width: 500px;
            height: 500px;
        }*/
        
        .menu-footer ul{
            gap: 0 15px;
        }
        
        .bd-left::before {
            left: -35px;
        }
        
        .bd-right::before{
            right: -35px;
        }
        
   
        
  
    }
    
    
    /*********
    **********
    MOBILE. (sm)
    **********
    *********/
    
@media screen and (max-width:768px) {
        a.btn-mobile-llamar {
            background-color: #C5ED55;
            color:#222222;
            padding: 10px;
            border-radius:50%;
            margin:0 2px 2px 2px;
                    font-size: 24px;
        }
        
        
          a.btn-mobile-contactar {
            background-color: #222222;
            color:#ffffff;
            padding: 10px;
            border-radius:50%;
            margin:2px;
                    font-size: 24px;
        }
        .btn-fixed-mobile {
            display: flex;
            justify-content: end;
            padding: 15px;
            position: fixed;
            bottom: 0;
            right:0;
            /*width: 100%;*/
            text-align: center;
            /*background-color: #fff;*/
            z-index: 100;
                    flex-direction: column-reverse;
            /*
            -webkit-box-shadow: 0 -1px 3px 0 #dadada;
            box-shadow: 0 -1px 3px 0 #dadada;
         */
     
        }
.btn-fixed-mobile.d-flex{display:none !important; opacity: 0;}
.btn-fixed-mobile.d-flex.show{display:flex !important; animation: fadeIn 2s; opacity: 1; }

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


    .btn-fixed-mobile a{
        display:block;
        text-align:left;
      /*  width: 50%;*/
      padding: 15px 20px;
    }

    .fixedbutton {
        display:none;
    }
    #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change{
        
        background-color: #d7d2c8!important;
        border-color: #d7d2c8!important;
        color:#222222;
    }
    .#CookiebotWidget .CookiebotWidget-consent-details button{
        color:#222222!important;
    }
    #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
        fill:#222222;
    }
   .accordion-faqs .accordion-header  {
        padding-right: 30px;
    }
    .accordion-faqs .accordion-button::after, .accordion-faqs .accordion-button:not(.collapsed)::after{
         right:0 !important;
     }
    .slider-quotes{
        padding: 30px;
    }
    section {
        padding-top: 70px;
    }
   
    .img-slider-card {
        height: 200px;
    }
    
    h3, .h3-style, .h3-style p{
        font-size: 20px;
        line-height: 24px;
    }
    
    /* GENERAL ---------------------------------------------------------------------*/
    
    .container {
        max-width: 630px;
    }
    
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    
    
    h1 {
        font-size: 30px;
        line-height: 35px;
    
    }
    
    .text-home h1 {
        font-size: 30px;
        line-height: 35px;
    
    }
    
    h2, .h2 {
        font-size: 30px;
        line-height: 32px;
    }
    
    h4 {
        font-size: 23px;
        line-height: 22px;
    }
    
    .img-responsive {
        width: 100%
    }
    
      .header-top {
        display: block;
    }
    
    .lang-header {
        text-align: center;
        padding-bottom: 10px;
        font-size: 18px;
    }
    
    
    header .direccion {
        margin-bottom: 10px;
    }
    
    .tel-header {
        display: inline-block;
        text-align: center;
    }
    
    .rrss-header {
        text-align: center;
    }
    
    .primera-fila-footer {
        display: block;
    }
    
    .logo-footer {
        text-align: center;
    }
    
    .rrss-footer {
        text-align: center;
    }
    
    .navbar-nav {
        padding: 10px 15px;
    }
    
    .navbar-collapse{
        border-radius:5px!important;
        
    }
    .white-bar h3:before,
    .blue-bar h3:before,
    .blue-bar2 h3:before,
    .yelow-bar h3:before,
    .grey-bar h3:before,
    .light-grey-bar h3:before {
        left: auto;
    }
   
    .cabecera {
        height: auto;
        padding-bottom: 0px;
        padding-top: 70px;
    }
    
    .cabecera h1, .cabecera span {
        font-size: 50px;
        color: #fff;
        line-height: 40px;
    }
    
    .cabecera h2 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
        margin-left: 0;
    }
    
    .cabecera h2:before{
        display: none;
    }
    
    
    .input {
        width: 100% !important;
        margin: 0;
    }
    
    form .btn {
        width: 100%;
        margin-top: 15px;
    }
    /* HOME ---------------------------------------------------------------------*/
    .lang-header {
        font-size: 16px;
        padding-bottom: 0px;
    }
    
    
    .title-home {
        display: block;
    }
    
    .navbar .nav-item:last-child {
        padding: 0rem .2rem;
        margin: 0 .25rem;
    }
    
    
    .formas-home {
        display: none;
    }
    
    .cd-words-wrapper {
        display: block;
    }
    
    .title-home .title-fantasy {
        text-align: left;
        margin: 0 0px;
        font-size: 55px;
        line-height: 50px;
        font-weight: 300;
    }
    
    .title-home .title-fantasy b {
        -webkit-text-stroke-width: 0;
    }
    
    .diferentes-home {
        padding: 0;
        text-align: center;
    }
    
    .push {
        margin-top: -7px !important;
    }
    
    .diferentes-numeros div::after {
        left: auto;
    }
    
    
    .quote-bocadillo {
        max-width: 100%;
        flex: 100%;
        margin: 25px 0;
    }
    
    
    .texto-bocadillo {
        padding: 7% 17% 0 13%;
    }
    
    .texto-bocadillo p {
        font-size: 22px;
        line-height: 24px;
    }
    
    
    .tabla-servicios {
        text-align: center;
    }
    
    
    .white-bar h2:before,
    .blue-bar h2:before,
    .yelow-bar h2:before,
    .grey-bar h2:before {
        left: auto;
    }
    
    .como-hacemos {
        display: none;
    }
    
    .puntos-estrategia div {
    
        margin-bottom: 65px;
    }
    
    .ilusion-imparable-img {
        margin-top: 45px;
    }
    
    .cohete {
        margin: 0 0 0 -60px;
        width: 100%;
        max-width: 400px;
        overflow: hidden;
    }
    
    
    /*PROYECTOS HOME*/
    
    
    .grid__item {
        height: 300px;
    }
    
    .box_proyectos_ipad {
        width: 100%;
        margin: 0;
    }
    
    .proyecto_home1,
    .proyecto_home2,
    .proyecto_home3 {
        width: 100%;
    }
    
    
    .thumbnail-mobile {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .foto_vertical figure {
        margin: 0;
        width: 100%;
    }
    
    .thumbnail-mobile img {
        max-width: 100% !important;
        width: 100%;
    }
    
    .proyecto-name-interior h1,
    .proyecto-name-interior h2 {
        font-size: 26px;
        line-height: 26px;
    }
    
    .grid__item-title {
        font-size: 30px;
        line-height: 30px;
        margin-left: 2rem;
    }
    
    .grid__item-title br {
        display: none;
    }
    
    /*PROYECTOS INTERIOR*/
    
    .box-titulo-pro {
        width: 100%;
    }
    
    .proyecto-inicio-interior .box-titulo-proyecto {
        margin-top: -90px;
        margin-left: 0px;
    }
    
    .proyecto-descripcion {
        padding-left: 0;
        padding-top: 0;
    }
    
    .ficha-proyecto {
        padding-left: 15px;
        padding-top: 30px;
    }
    
    .proyecto_objetivos {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    
    
    .img-fluid-mobile {
        width: 100%;
    }
    
    .destacado_proyecto1 {
        padding-left: 0px;
        padding-top: 40px;
    }
    
    .screenshots-proyecto {
        padding: 50px 0px;
        margin-top: 30px;
    }
    
    .parallax-proyecto {
        color: #fff;
        height: 300px;
        display: flex;
        font-size: 25px;
        line-height: 28px;
        background-size: 120%;
    
    }
    
    .resultados-final-img {
        margin-bottom: 50px;
    }
    
    .img-caberca-proyectos img {
        max-width: 100%;
    }
    
    .proyecto-interior h4 {
        font-size: 20px;
        line-height: 23px;
        padding-bottom: 10px;
    }
    
    #personajes {
        width: 70% !important;
        margin: 0 auto;
    }
    
    /* AGENCIA ---------------------------------------------------------------------*/
    
    .poema h4 {
        line-height: 35px;
        font-size: 18px;
    }
    
    .incorformistas-natos {
        width: 100%;
    }
    
    .bg_degradado_black {
        background: none;
    }
    
    .bg_degradado_black .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    
    .container-bocadillo {
        margin-top: 30px;
    }
    
    
    
    .container-bocadillo .row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    
    .quote-bocadillo {
        margin: 0 0 135px 0;
    }
    
    
    .texto-bocadillo-quienes p {
        font-size: 16px;
        line-height: 17px;
    }
    
    .row-incorformistas-natos {
        margin-left: -15px;
        margin-right: -15px;
    }
    
   
    
    .ilusion-imparable-destacado {
        padding: 0;
        margin: 50px 0 25px 0;
    }
    
    
    /*SERVICIOS SERVICIOS ------------------------------------------------------------------------------------*/
    
    
    
    
    .tabla-servicios-servicios {
        display: flex;
        flex-direction: column-reverse;
    }
    
    
    .tabla-servicios-servicios :nth-child(1) {
        order: 4;
    }
    
    .tabla-servicios-servicios :nth-child(2) {
        order: 2;
    }
    
    .tabla-servicios-servicios :nth-child(3) {
        order: 3;
    }
    
    .tabla-servicios-servicios :nth-child(4) {
        order: 3;
    }
    
    .tabla-servicios-servicios div:nth-child(3) {
        padding-top: 0;
    }
    
    .tabla-servicios-servicios li {
        padding: 5px 0;
    }
    
    div#cupcake {
        width: 70%;
        padding-top: 50px;
        margin: 0 auto;
    }
    
    .container-ayuda {
        margin-top: 40px;
    }
    
    .ayuda {
        margin-top: 0;
    }
    
    #manos {
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .ayuda-servicios ul {
        padding: 0;
        margin-bottom: 0;
    }
    
    .ayuda-servicios {
        padding: 0 0 50px 0;
    }
    
    
    .text-bg-servicios {
        padding: 15px;
    }
    
    .highlights {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    #manos {
        margin: 20px auto;
        text-align: center;
    
    }
    
    #identidad {
        width: 80%;
        margin: 0 auto;
        margin-top: 0;
    }
    
    #web {
        margin-top: 0;
        width: 80%;
        margin: 0 auto;
    }
    
    #grafico {
        margin-top: 0;
        width: 80%;
        margin: 0 auto;
    }
    
    #video-mk {
        margin-top: 0;
        width: 80%;
        margin: 0 auto;
    
    }
    
    #desarrollo {
        margin-top: 0;
        width: 80%;
        margin: 0 auto;
    }
    
    #paid-media {
        margin-top: 0;
        width: 80%;
        margin: 0 auto;
    
    }
    
    #seo {
        margin-top: 0;
        width: 80%;
        margin: 0 auto;
    }
    
    #analytics {
        margin-top: 0;
        width: 80%;
        margin: 0 auto;
    }
    
    
    #cro {
        margin-top: 0;
        width: 80%;
        margin: 0 auto;
    }
    
    /*FOOTER*/
    

    
    .logo-footer {
        margin-bottom: 15px;
    }
    
    
    .direccion {
        text-align: center;
        margin-bottom: 20px;
        align-content: center;
    }
    
    .direccion a {
        display: inline-block !important;
        float: none;
    }
    
    .ps-timeline-sec {
        padding: 0 15px;
    }
    
    
    
    
    
    
    
    /* EQUIPO ---------------------------------------------------------------------*/
    
    
    .masonry {
        margin-top: 50px;
    }
    
    .titular-equipo {
        font-size: 34px;
        margin-left: -20px !important;
    }
    
    .miembros span,
    .miembros a {
        font-size: 18px;
        font-weight: 300;
    }
    
    .ceos {
        margin-left: 0%;
        width: 100%;
        height: auto;
    }
    
    .ceos .miembros {
        margin: 0;
    }
    
    .eq-ceos {
        margin: -60px 0 0 0;
    }
    
    .developement {
        height: 280px;
        margin: 70px 0 0;
        width: 100%;
    }
    
    .eq-developement {
        margin: -280px 0 0 0;
    }
    
    .developement-miembros {
        float: none;
        margin: 0;
    }
    
    .design {
        height: auto;
        margin: 50px 0 0 0;
        width: 100%;
    }
    
    .eq-design {
        margin: -60px 0 0;
    }
    
    .design .miembros {
        margin: 0 0 0;
        min-width: 145px;
    }
    
    .performance {
        width: 100%;
        margin: 95px 0 0;
    }
    
    .performance {
        height: 300px;
    }
    
    .finance {
        height: auto;
        margin: 50px 0 0;
        width: 100%;
    }
    
    .eq-finance {
        margin: -60px 0 0;
    }
    
    .finance-miembros {
        margin-top: 0;
        text-align: left;
    }
    
    .social {
        margin: 70px 0 0;
        width: 100%;
    }
    
    .social-miembros {
        margin-top: 0;
    }
    
    .eq-social {
        line-height: 30px;
        margin: -90px 0 0;
        position: absolute;
        text-align: left;
        width: auto;
    }
    
    .account {
        margin: 90px 0 0;
        width: 100%;
    }
    
    .eq-performance {
        margin: -81px 0 0;
        right: auto;
        top: auto;
        text-align: left;
    }
    
    .titular-equipo.eq-performance.tipo1 {
        line-height: 30px;
    }
    
    .performance .miembros {
        float: none;
        right: auto;
        top: auto;
    }
    
    .account {
        height: auto;
    }
    
    .eq-account {
        margin: -60px 0 0;
    }
    
    .account .miembros {
        margin: 0;
        text-align: left;
    }
    
    .box-titulo-agencia.titulo1 {
        margin: 0;
        position: relative;
        z-index: 300;
        padding: 20px 0 15px 0;
    }
    
    .parrafo-agencia {
        margin-left: 0;
    }
    
    .box-titulo-agencia.titulo2 {
        margin: 0;
        padding: 0;
        width: 100%;
        z-index: 999;
    }
    
    .agencia2-image .fondo-gris {
        position: relative;
    }
    
    .agencia2-image .fondo-gris img {
        width: 100%;
    }
    
    .agencia2-image > img {
        width: 100%;
    }
    
    .colum-valores img {
        width: 100%;
    }
    
    .colum-valores .titular {
        display: block;
        font-size: 29px;
        margin: -60px 0 6px;
    }
    
    .colum-valores:nth-of-type(3) img {
        margin: 20px 0 20px 0;
    }
    
    .equipo img {
        margin: -75px auto 0;
        width: 80px;
    }
    
    .equipo {
        margin-top: 110px;
    }
    
    
    
    .div-img-perfil {
        display: none;
        min-height: auto;
        overflow: hidden;
        width: 100%;
    }
    
    .contenedor-perfil {
        height: auto;
    }
    
    .div-img-perfil img {
        width: 100%;
        height: auto;
    }
    
    .contenedor-perfil {
        display: block;
    }
    
    
    .img-quienes-01 {
        width: 100%;
    }
    
    .quote-quienes {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    
    .incorformistas-natos {
        position: relative;
    }
    
    /*  ---------------------------------------------------------------------*/
    
    .perfil-texto {
        padding: 20px;
    }
    
    .perfil-cargo {
        margin: 10px 0 30px;
    }
    
    .perfil-texto .skills,
    .perfil-texto .bday {
        display: block;
    }
    
    .datos.my-skills,
    .datos.my-bday {
        display: block;
    }
    
    .redes img {
        max-width: 30px;
    }
    
    
    .contenedor-aviso ol {
        padding: 0;
    }
    
    
    
    
    /*------------TIMELINE----------------*/
    
    
    
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 15px 0 !important;
        border-left: 2px solid #fff;
        padding-left: 0 !important;
        padding-top: 60px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
    }
    
    
    
    
    .ps-timeline-sec .container ol.ps-timeline li {
        height: auto;
        float: left !important;
        width: 100% !important;
        padding-top: 10px;
        margin-bottom: 15px;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        position: relative;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }
    
    /*
      .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
      }
    */
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
        color: #fff !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 85% !important;
        float: right !important;
        right: 0;
        top: -30px;
        margin-bottom: 0px;
        margin-top: 0;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 85% !important;
        float: right !important;
        right: 0;
        top: -30px;
        margin-bottom: 0;
        margin-top: 0;
        position: relative;
    }
    
    
    .ps-timeline-sec .container ol.ps-timeline li h4 {
        text-align: left !important;
    }
    
    
    /*
    .ps-timeline-sec .container ol.ps-timeline li{
        height: 130px;
    }
    */
    
    
    .grid__item:nth-child(even) {
        margin-bottom: 0px;
    }
    
    
    
    
    
    
    
    .tel-contacto-min {
        display: block;
    }
    
    .info-contacto {
        flex-direction: column-reverse;
    }
    
    .info-contacto .iconG-logo_web {
        margin: 0;
    }
    
    .quote-quienes {
        margin: 50px 0;
    }
    
    .proyecto_todos_home .grid {
        margin-bottom: 70px;
    }
    
    
    #page-contenidos .timeline-container {
        padding-bottom: 20px;
    }
    
    
    
    
    
    
    
    
    
    
    
    /*POPUP CAMPAÑA*/
    
    #campaign_popup,
    .popup-campaign {
        padding: 30px 20px;
        max-width: 100% !important;
    }
    
    .titular-popup {
        font-size: 75px;
        line-height: 0.6em;
    }
    
    .popup-campaign p {
        color: white;
        font-size: 1.2em;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    
    .imagen-campaign img {
        display: none;
    }
    
    a.boton-campaign {
        font-family: 'Zilla Slab', sans-serif;
        background-color: black;
        font-size: 20px;
        padding: 10px 20px;
        color: white;
        text-decoration: none;
        border: none;
        box-shadow: 0px 2px 5.7px 0.3px rgba(41, 31, 11, 0.5);
        margin-top: 10px;
    }
    
  
    
    
    .intro-home {
        padding-top: 50px !important;
    }
    
    .main-h1 {
        font-size: 30px;
        line-height: 35px;
    }
    
    .agile {
        margin-top: 50px;
    }
    
    .agile .row,
    .formula-home .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    #hablamos-button {
        bottom: 5px;
        right: 5px;
    }
    
   
    
    .think-home {
        margin-top: 50px;
    }
    
    .think-text {
        padding-left: 0;
        padding-top: 30px;
    }
    
    .intro-proyectos-home {
        margin-top: 50px;
    }
    
    .formula-home {
        background-position: right;
        background-image: none;
        height: auto;
        background: rgba(0, 111, 221, 1);
        margin-top: 40px;
    }
    
    .formula-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .formula-text p {
        margin-left: 0;
        margin-top: 0;
    }
    
    .formula-text h3 {
        font-size: 25px;
        color: #fff;
        line-height: 30px;
    
    }
    
    .slick-dots {
        top: -60px;
    }
    
    .grid__item:nth-child(even) {
        margin-top: 0;
    }
    
    /** New 2021 **/
    
    
    .row-slider-home {
        justify-content: flex-start;
    }
    
    .home-disciplinas {
        text-align: left;
        margin-top: 50px;
    }
    .home-disciplinas h4{
        font-size: 30px;
    }
    
    .home-disciplinas .before-degradado {
        margin-bottom: 10px;
    }
    
    .titu-h1 {
        font-size: 50px;
        line-height: 50px;
    }
    
    .animacion-blink{
        height: 160px;
    }
    
    .home-disciplinas .before-degradado:not(:first-child) img{
        max-height:40px;
    }
    
    .textos-footer{
        padding-bottom: 20px;
    }
    
    .menu-footer {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    

    .home-proyectos .tags-interiores{
        margin-top: 10px;
        margin-bottom: -30px;/** cambiar cuando esté aplicada la plantilla nueva**/
    }
   
   
    .body.card-articulo {
        height: 150px;
        margin-bottom: 20px;
    }
    .cabecera-int, .cabecera-segundo-nivel-izq{
        min-height:300px;
    }

}

@media screen and (max-width: 600px) {
    #CookiebotWidget:not(.CookiebotWidget-inactive) {
       /* bottom: 70px!important;*/
        left: 30px!important;
    }
}
/* Accesibilidad Cookiebot: contraste mínimo 4.5:1 */
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonDescription,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextAbout,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentTab,
#CybotCookiebotDialog a {
    color: #333333 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #7A7062 !important;
    border-color: #7A7062 !important;
    color: #ffffff !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
    color: #333333 !important;
}

/***********************************/
/*********** mobile small ******************/
/***********************************/

@media screen and (max-width:576px) {
    .animacion-blink {
        height: 280px;
    }
    
    .menu-footer ul{
        gap: 0 10px;
    }
    .menu-footer ul li a{
        display: inline-block;
        min-height: 24px;
        padding: 4px 0;
    }
    .btn .btn-kit-nosotros{
        white-space: normal;
    }

}


/*20241028 - boton palpito*/
#hablamos-button.big{
    transform: scale(1.1);
}


@media (prefers-reduced-motion: reduce) {
  .fade-in {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}


/* YouTube lazy load (servicios-video-post-parrafos y similares) */
.yt-video-responsive{position:relative;overflow:hidden;width:100%;aspect-ratio:16/9;border-radius:.5rem}
.yt-video-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.yt-video{width:100%;height:100%;cursor:pointer;background-repeat:no-repeat;background-position:center center;background-size:cover;position:relative;background-color:#000}
.yt-video::before{content:"";background:url("/assets/img/youtube_btn.svg") no-repeat center center;background-size:64px 64px;position:absolute;inset:0;opacity:.85;transition:opacity .2s ease-out, background-image .2s ease-out}
.yt-video:hover::before,.yt-video:focus::before{opacity:1;background-image:url("/assets/img/youtube_btn_hover.svg")}

/* Slider de vídeos verticales (formato 9:16) */
.yt-video-responsive.is-vertical{aspect-ratio:9/16}
.slider-videos-vertical .slide{padding:0 10px;box-sizing:border-box}
.slider-videos-vertical .video-vertical-card{max-width:300px;margin:0 auto}
.slider-videos-vertical .video-vertical-title{font-size:1rem;line-height:1.3;margin-top:.75rem}
