<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: lukkap
Theme URI: https://lukkap.com
Author: lukkap
Author URI: https://lukkap.com
Description: This theme belongs to lukkap
Version: 1.0
*/




/* CODIGO NUEVO WEB 14-06-23*/


*{
	line-height:1.2!important;
}

/* VARIACIONES FILAS DE LAS BOLAS RESEÃ‘AS (2 RESEÃ‘AS EN EL ENLACE)*/

.kit{
	max-width: 100px;
}

.fila_slider_resena_2-en-slider{
	width:2.5rem;
	margin:15px 20px 0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}

.fila_slider_resena_3-en-slider{
	width:6rem;
	margin:15px 20px 0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}

.fila_slider_resena_4-en-slider{
	width:8rem;
	margin:15px 20px 0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}



.navbar .navbar-nav-item {
    margin-right: 1.5rem!important;
}

.navbar .navbar-nav-item .nav-link {
    white-space: nowrap;
    padding: 1.4rem 0;
    padding-bottom: calc(1.4rem - 4px);
    font-size: .7rem!important;
    letter-spacing: .2px;
    border-bottom: 2px solid transparent;
}
	
	
	
/* CTAS DEMOS Y PRICING */

@media(max-width:760px){
	.responsive_demo-pricing{
		justify-content:center;
	}
}


/* CUSTOMER EXPERIENCE HERO */

.bg-cx-img-hero{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

@media (max-width: 768px) { 
	.bg-cx-img-hero{
		background-position: bottom right;
	}
}


/* DEVELOPMENT HERO */

.bg-dev-img-hero{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}



/* SLIDER FINAL CASOS */

.carril_casos_final{
	left:0;
	transition-duration: 1s;
    transition-timing-function: linear;
    transition-property: all;
}

.fila_slider_casos_final{
	width:4%;
	margin:15px 30px 0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}



@media (max-width: 992px) { 
	.fila_slider_casos_final{
		width:9%;
	}
}

@media (max-width: 768px) { 
	.fila_slider_casos_final{
		width:26%;
	}
}

@media (max-width: 576px) { 
	.fila_slider_casos_final{
		width:46%;
	}
}



.boton_slider_casos_final{
	width:10px;
	height:10px;
	background-color:rgba(234,91,38,0.3); 
	border-radius:50%;
	cursor:pointer;
	z-index:1;
}

.boton_slider_casos_final_selected{
	background-color:rgba(234,91,38,1);
}

.arrow-right-slider-casos-final,.arrow-left-slider-casos-final{
	color:rgba(234,91,38,0.3); 
	cursor:pointer;
	z-index:1;
}

.arrow-slider-casos-final-selected{
	color:rgba(234,91,38,1);
}


/* BEST SELLER SLIDER FINAL */

.carril_best_seller_final{
	left:0;
	transition-duration: 1s;
    transition-timing-function: linear;
    transition-property: all;
}

.fila_slider_seller_final{
	width:4%;
	margin:15px 30px 0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}

@media (max-width: 992px) { 
	.fila_slider_seller_final{
		width:9%;
	}
}

@media (max-width: 768px) { 
	.fila_slider_seller_final{
		width:26%;
	}
}

@media (max-width: 576px) { 
	.fila_slider_seller_final{
		width:46%;
	}
}



.boton_slider_seller_final{
	width:10px;
	height:10px;
	background-color:rgba(234,91,38,0.3); 
	border-radius:50%;
	cursor:pointer;
	z-index:1;
}

.boton_slider_seller_final_selected{
	background-color:rgba(234,91,38,1);
}


.arrow-right-slider-seller-final,.arrow-left-slider-seller-final{
	color:rgba(234,91,38,0.3); 
	cursor:pointer;
	z-index:1;
}

.arrow-slider-seller-final-selected{
	color:rgba(234,91,38,1);
}


/* DESPLEGABLE */

.altura_cerrada{
	background-color:rgba(247,250,255,0.6);
	height:126px;
	transition: height 0.5s;
	transition-timing-function:ease-in-out!important;
}

.altura_abierta{
	/* SE HACE POR SCRIPTS */
}

#boton_desplegable{
	transition-duration:0.5s;
	transition-timing-function:ease-in-out;
}


.giro_desplegable{
	transform:rotatez(180deg)!important;
}

#texto_desplegable{
	transition-duration:0.5s!important;
	transition-timing-function:ease-in-out!important;
	display:block;
	transform:rotatex(90deg);
	transform-origin:top;
	opacity:0
	display:none;
}

.sacar_desplegable{
	transform:rotatex(0deg)!important;
	opacity:1!important;
	display:block;
}

@media(max-width:992px){
	.altura_abierta{
		height:1900px;
	}
}

@media(max-width:768px){
	.altura_abierta{
		height:2300px;
	}
}


@media(max-width:576px){
	.altura_abierta{
		height:3000px;
	}
}

@media(max-width:414px){
	.altura_abierta{
		height:3700px;
	}
}


/* TARJETAS GIRATORIAS FLIP */

.parte_primera_flip{
	transform:perspective(500px) rotatey(0deg);
	backface-visibility:hidden;
	-webkit-perspective: 500px;
    -webkit-backface-visibility: hidden;
	transition:1s;
	height:100%;
	width:100%; 
}
.parte_segunda_flip{
	transform:perspective(500px) rotatey(-180deg);
	backface-visibility:hidden;
	-webkit-perspective: 500px;
    -webkit-backface-visibility: hidden;
	transition:1s;
	height:100%;
	width:100%; 
}

.contenedor_trajeta_flip:hover .parte_primera_flip{
	transform:perspective(500px) rotatey(-180deg);
}	
.contenedor_trajeta_flip:hover .parte_segunda_flip{
	transform:perspective(500px) rotatey(-360deg);
}

.contenedor_trajeta_flip{
	height: 220px;
}

.contenedor_trajeta_flip_prueba{
	height: 220px;
	border-radius: .75rem;
}
.contenedor_trajeta_flip_base_prueba{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: top center
}
.contenedor_trajeta_flip_prueba_2{
	
}
.contenedor_trajeta_flip_base_prueba_2{
	display: block;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	border-radius:.75rem;
	height: 230px;
}

.contenedor_trajeta_flip_base_prueba_2 img{
    width: 80%;
    height: auto;
    margin-right: auto;
    position: relative;
    top: -25px;
}

.contenedor_trajeta_flip_base_prueba_2 .h-100{
    padding-top: 0px;
    padding-bottom: 20px;
}

.contenedor_trajeta_flip_base_prueba_2 .h3-tarjeta-desktop{
    position: absolute;
    top: 60px;
    left: 20px;
    width: 140px;
    font-size: 16px;
    text-transform: uppercase;
}

.contenedor_trajeta_flip_base_prueba_2 .h3-tarjeta-desktop .thin{  
    font-weight: 200;
}

.contenedor_trajeta_flip_base_prueba_2 .description{
    font-size: 0.85em;
    text-align: left !important;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 140px;
}

.contenedor_trajeta_flip_base_prueba_2 .btn{
    padding: 5px 5px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.fade-in-flip{
	bottom:-100%;
	background-color:rgba(255,255,255,1);
	padding:5px;
	border-radius: .75rem;
	transition:1.5s;
	transform-origin:bottom;
}

.contenedor_trajeta_flip_prueba_2:hover .fade-in-flip{
	bottom:0;
}

/* SLIDER HOME CASOS EXITO */

.contenedor_padre_casos{
	width:100%;
	overflow-x:hidden;
}
.contenedor_hijo_casos{
	width: 33%;
    position: relative;
}
.contenedor_nieto_casos{
	width:600%;
	display:flex;
	position:relative;
	left:-100%;
	transition-duration: 5s;
    transition-timing-function: linear;
    transition-property: all;
}
.tarjeta_slider_casos{
	width:33%;
	padding-right:15px;
	padding-left:15px;
}
@media (max-width: 1200px) { 
	.contenedor_hijo_casos{
		width:50%;
	}
	.tarjeta_slider_casos{
		width:50%;
	}
}
@media (max-width: 768px) { 
	.contenedor_hijo_casos{
		width:100%;
	}
	.tarjeta_slider_casos{
		width:100%;
	}
}
.boton_slider_caso_izq{
    cursor: pointer;
}
.boton_slider_caso_izq .fa-circle-arrow-left{
	color:#ea5b26;
	font-size:1.5rem;
	position:absolute;
	/* left:40%;
	top:100%; */
	left:1%;
	top:40%;
	opacity:0;
	transition-duration:1s;
	z-index:1;
}
.boton_slider_caso_dere{
    cursor: pointer;
}
.boton_slider_caso_dere .fa-circle-arrow-right{
	color:#ea5b26;
	font-size:1.5rem;
	position:absolute;
	/* right:40%;
	top:100%; */
	right:2%;
	top:40%;
	opacity:0;
	transition-duration:1s;
	z-index:1;
}

#fila_casos_v2:hover .boton_slider_caso_izq  &gt; .fa-circle-arrow-left{
	opacity:1;
}

#fila_casos_v2:hover .boton_slider_caso_dere &gt; .fa-circle-arrow-right{
	opacity:1;
}





/* SLIDER HOME COMO LAS SOLUCIONES */
.overflow-slider{
	overflow-y:hidden!important;
}

.contenedor_padre_slider_home_soluciones{
	width: 100%;
}
.contenedor_hijo_slider_home_soluciones{
	width: 33%;
    position: relative;
}
.libro_home_soluciones{
	width:33%;	
}
@media (max-width: 1200px) { 
	.contenedor_hijo_slider_home_soluciones{
		width:50%;
	}
	.libro_home_soluciones{
		width:50%;
	}
}
@media (max-width: 768px) { 
	.contenedor_hijo_slider_home_soluciones{
		width:100%;
	}
	.libro_home_soluciones{
		width:100%;
	}
}
.contenedor_nieto_slider_home_soluciones{
	width:600%;
	display:flex;
	position:relative;
	left:-100%;
	transition-duration: 5s;
    transition-timing-function: linear;
    transition-property: all;
}


.boton_carrusel_infinito_comosolu_izq{
    cursor: pointer;
}
.boton_carrusel_infinito_comosolu_izq .fa-circle-arrow-left{
	color:#ea5b26;
	font-size:1.5rem;
	position:absolute;
	/* left:40%;
	top:109%; */
	left:2%;
	top:40%;
	opacity:0;
	transition-duration:1s;
	z-index:1;
}
.boton_carrusel_infinito_comosolu_dere{
    cursor: pointer;
}
.boton_carrusel_infinito_comosolu_dere .fa-circle-arrow-right{
	color:#ea5b26;
	font-size:1.5rem;
	position:absolute;
	/* right:40%;
	top:109%; */
	right:2%;
	top:40%;
	opacity:0;
	transition-duration:1s;
	z-index:1;
}


#fila_slider_home_soluciones:hover .boton_carrusel_infinito_comosolu_izq  &gt; .fa-circle-arrow-left{
	opacity:1;
}

#fila_slider_home_soluciones:hover .boton_carrusel_infinito_comosolu_dere &gt; .fa-circle-arrow-right{
	opacity:1;
}



/* RESENAS */

.contenedor_padre_resena{
    width: 100%;
    overflow-x: hidden;
}
.contenedor_hijo_resena{
    width: 17%;
    position: relative;
}
.contenedor_nieto_resena{
    width: 600%;
    display: flex;
    position: relative;
	left: -200%;
    transition-duration: 3s;
    transition-timing-function: linear;
    transition-property: all;
}


/* RESENAS v2 */

.contenedor_padre_resena_v2{
    width: 100%;
    overflow-x: hidden;
}
.contenedor_hijo_resena_v2{
    width: 33%;
    position: relative;
}
.contenedor_nieto_resena_v2{
    width: 600%;
    display: flex;
    position: relative;
	left: -100%;
    transition-duration: 6s;
    transition-timing-function: linear;
    transition-property: all;
}
.col_resena_v2{
	width:33%;
}
@media (max-width: 1200px) { 
	.contenedor_hijo_resena_v2{
		width:50%;
	}
	.col_resena_v2{
		width:50%;
	}
}
@media (max-width: 768px) { 
	.contenedor_hijo_resena_v2{
		width:100%;
	}
	.col_resena_v2{
		width:100%;
	}
}
.boton_resena_v2_izq{
    cursor: pointer;
}
.boton_resena_v2_izq .fa-circle-arrow-left{
	color:#ea5b26;
	font-size:1.5rem;
	position:absolute;
	/*left:40%;
	top:115%;*/
	left:2%;
	top:40%;
	opacity:0;
	transition-duration:1s;
}
.boton_resena_v2_dere{
    cursor: pointer;
}
.boton_resena_v2_dere .fa-circle-arrow-right{
	color:#ea5b26;
	font-size:1.5rem;
	position:absolute;
	/*right:40%;
	top:115%;*/
	right:2%;
	top:40%;
	opacity:0;
	transition-duration:1s;
}
#fila_resena_v2:hover .boton_resena_v2_izq  &gt; .fa-circle-arrow-left{
	opacity:1;
}

#fila_resena_v2:hover .boton_resena_v2_dere &gt; .fa-circle-arrow-right{
	opacity:1;
}


/* RESENAS V3 */



.contenedor_padre_resena_v3{
    width: 100%;
    overflow-x: hidden;
}
.contenedor_hijo_resena_v3{
    width: 100%;
    position: relative;
}
.contenedor_nieto_resena_v3{
    width: 600%;
    display: flex;
    position: relative;
	left: -100%;
    transition-duration: 6s;
    transition-timing-function: linear;
    transition-property: all;
}
.col_resena_v3{
	width:100%;
}
@media (max-width: 1200px) { 
	.contenedor_hijo_resena_v3{
		width:50%;
	}
	.col_resena_v3{
		width:50%;
	}
}
@media (max-width: 768px) { 
	.contenedor_hijo_resena_v3{
		width:100%;
	}
	.col_resena_v3{
		width:100%;
	}
}
.boton_resena_v3_izq{
    cursor: pointer;
}
.boton_resena_v3_izq .fa-circle-arrow-left{
	color:#ea5b26;
	font-size:1.5rem;
	position:absolute;
	/*left:40%;
	top:115%;*/
	left:2%;
	top:40%;
	opacity:0;
	transition-duration:1s;
}
.boton_resena_v3_dere{
    cursor: pointer;
}
.boton_resena_v3_dere .fa-circle-arrow-right{
	color:#ea5b26;
	font-size:1.5rem;
	position:absolute;
	/*right:40%;
	top:115%;*/
	right:2%;
	top:40%;
	opacity:0;
	transition-duration:1s;
}
#fila_resena_v3:hover .boton_resena_v3_izq  &gt; .fa-circle-arrow-left{
	opacity:1;
}

#fila_resena_v3:hover .boton_resena_v3_dere &gt; .fa-circle-arrow-right{
	opacity:1;
}




/* RESENAS V4 */


.fila_slider_resena_v4{
	width:16%;
	margin:15px 30px 0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}

@media (max-width: 992px) { 
	.fila_slider_resena_v4{
		width:20%;
	}
}

@media (max-width: 768px) { 
	.fila_slider_resena_v4{
		width:26%;
	}
}

@media (max-width: 576px) { 
	.fila_slider_resena_v4{
		width:46%;
	}
}

.boton_slider_resena_v4{
	width:10px;
	height:10px;
	background-color:rgba(234,91,38,0.3); 
	border-radius:50%;
	cursor:pointer;
}

.boton_slider_resena_v4_selected{
	background-color:rgba(234,91,38,1);
}

.arrow-right-resenas-final,.arrow-left-resenas-final{
	color:rgba(234,91,38,0.3); 
	cursor:pointer;
	z-index:1;
}

.arrow-slider-resenas-final-selected{
	color:rgba(234,91,38,1);
}



/* BEST SELLERS*/

.contenedor_seller{
   left:0;
   top:-120px;
}

.page_libro_seller{
    width: 150px;
    height: 220px;
    perspective: 800px;
    transform-style: preserve-3d;
	position:absolute;
	top:-120px;
}

.page_libro_seller li{
    position: absolute;
    transform-origin: left;
    border-radius: 0 8px 8px 0;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    list-style: none;
    left: 0;
}
.page_libro_seller li img{
    width: 100%;
    height: 100%;
    border-radius: 0 8px 8px 0;
}
.cover-page{
    width: 100%; 
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.cover-page-b{
    width: 100%; 
    height: 100%;
    background-image: linear-gradient(to top right, #222120,#838382);
    overflow: hidden;
}
.end-page{
    background-image: linear-gradient(to top right, #222120,#838382);
    width: 100%; 
    height: 100%;
}
.inside-page{
    width: 96%; 
    height: 96%; 
    left: 0;
    top: 2%;
    border: 1px lightgray solid;
    background-color: #fcf9f4;
}


.page_libro_seller li:nth-of-type(1){transform: rotateY(-28deg);}
.page_libro_seller li:nth-of-type(2){transform: rotateY(-26deg);}
.page_libro_seller li:nth-of-type(3){transform: rotateY(-24deg);}
.page_libro_seller li:nth-of-type(4){transform: rotateY(-22deg);}
.page_libro_seller li:nth-of-type(5){transform: rotateY(-20deg);}
.page_libro_seller li:nth-of-type(6){transform: rotateY(-18deg);}


.page_libro_seller_v4{
    width: 150px;
    height: 220px;
    perspective: 800px;
    transform-style: preserve-3d;
	position:absolute;
	top:0;
}
.page_libro_seller_v4 li{
    position: absolute;
    transform-origin: left;
    border-radius: 0 8px 8px 0;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    list-style: none;
    left: 0;
}
.page_libro_seller_v4 li img{
    width: 100%;
    height: 100%;
    border-radius: 0 8px 8px 0;
}

.page_libro_seller_v4 li:nth-of-type(1){transform: rotateY(-28deg);}
.page_libro_seller_v4 li:nth-of-type(2){transform: rotateY(-26deg);}
.page_libro_seller_v4 li:nth-of-type(3){transform: rotateY(-24deg);}
.page_libro_seller_v4 li:nth-of-type(4){transform: rotateY(-22deg);}
.page_libro_seller_v4 li:nth-of-type(5){transform: rotateY(-20deg);}
.page_libro_seller_v4 li:nth-of-type(6){transform: rotateY(-18deg);}


.page_libro_seller_articulo{
    width: 150px;
    height: 220px;
    perspective: 800px;
    transform-style: preserve-3d;
	position:absolute;
	top:-120px;
}
.page_libro_seller_articulo li{
    position: absolute;
    transform-origin: left;
    border-radius: 0 8px 8px 0;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    list-style: none;
    left: 0;
}
.page_libro_seller_articulo li img{
    width: 100%;
    height: 100%;
    border-radius: 0 8px 8px 0;
}

.page_libro_seller_articulo li:nth-of-type(1){transform: rotateY(-28deg);}
.page_libro_seller_articulo li:nth-of-type(2){transform: rotateY(-26deg);}
.page_libro_seller_articulo li:nth-of-type(3){transform: rotateY(-24deg);}
.page_libro_seller_articulo li:nth-of-type(4){transform: rotateY(-22deg);}
.page_libro_seller_articulo li:nth-of-type(5){transform: rotateY(-20deg);}
.page_libro_seller_articulo li:nth-of-type(6){transform: rotateY(-18deg);}



.page_libro_seller_articulo_arriba{
    width: 150px;
    height: 220px;
    perspective: 800px;
    transform-style: preserve-3d;
	position:absolute;
	top:-6%;
}
.page_libro_seller_articulo_arriba li{
    position: absolute;
    transform-origin: left;
    border-radius: 0 8px 8px 0;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    list-style: none;
    left: 0;
}
.page_libro_seller_articulo_arriba li img{
    width: 100%;
    height: 100%;
    border-radius: 0 8px 8px 0;
}

.page_libro_seller_articulo_arriba li:nth-of-type(1){transform: rotateY(-28deg);}
.page_libro_seller_articulo_arriba li:nth-of-type(2){transform: rotateY(-26deg);}
.page_libro_seller_articulo_arriba li:nth-of-type(3){transform: rotateY(-24deg);}
.page_libro_seller_articulo_arriba li:nth-of-type(4){transform: rotateY(-22deg);}
.page_libro_seller_articulo_arriba li:nth-of-type(5){transform: rotateY(-20deg);}
.page_libro_seller_articulo_arriba li:nth-of-type(6){transform: rotateY(-18deg);}






.page_libro_seller_slider{
    width: 150px;
    height: 220px;
    perspective: 800px;
    transform-style: preserve-3d;
	position:absolute;
	top:0;
}
.page_libro_seller_slider li{
    position: absolute;
    transform-origin: left;
    border-radius: 0 8px 8px 0;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    list-style: none;
    left: 0;
}
.page_libro_seller_slider li img{
    width: 100%;
    height: 100%;
    border-radius: 0 8px 8px 0;
}

.page_libro_seller_slider li:nth-of-type(1){transform: rotateY(-28deg);}
.page_libro_seller_slider li:nth-of-type(2){transform: rotateY(-26deg);}
.page_libro_seller_slider li:nth-of-type(3){transform: rotateY(-24deg);}
.page_libro_seller_slider li:nth-of-type(4){transform: rotateY(-22deg);}
.page_libro_seller_slider li:nth-of-type(5){transform: rotateY(-20deg);}
.page_libro_seller_slider li:nth-of-type(6){transform: rotateY(-18deg);}



/* SLIDER BEST SELLERS */

.best_activo{
    opacity: 1!important;
}
.libro_slider{
    opacity: 0;
    transition: 1s opacity;     
}


/* CARRUSEL INFINITO BEST SELLER */


.contenedor_padre_carrusel_best{
    width: 100%;
    overflow-x: hidden;
	overflow-y: -webkit-paged-y;
}
.contenedor_hijo_carrusel_best{
    width: 25%;
    position: relative;
}

.contenedor_nieto_carrusel_best{
    width: 500%;
    display: flex;
    position: relative;
    /*left: -125%;*/
	left:-115%;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-property: all;
}

.contenedor_padre_carrusel_best_responsive{
    width: 100%;
    overflow-x: hidden;
	overflow-y: -webkit-paged-y;
}
.contenedor_hijo_carrusel_best_responsive{
    width: 25%;
    position: relative;
}

.contenedor_nieto_carrusel_best_responsive{
    width: 500%;
    display: flex;
    position: relative;
    left: -210%;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-property: all;
}


.page_libro_seller_carrusel{
    width: 150px;
    height: 220px;
    perspective: 800px;
    transform-style: preserve-3d;
	position:absolute;
	top:0;
}
.page_libro_seller_carrusel li{
    position: absolute;
    transform-origin: left;
    border-radius: 0 8px 8px 0;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    list-style: none;
    left: 0;
}
.page_libro_seller_carrusel li img{
    width: 100%;
    height: 100%;
    border-radius: 0 8px 8px 0;
}
.page_libro_seller_carrusel li:nth-of-type(1){transform: rotateY(-28deg);}
.page_libro_seller_carrusel li:nth-of-type(2){transform: rotateY(-26deg);}
.page_libro_seller_carrusel li:nth-of-type(3){transform: rotateY(-24deg);}
.page_libro_seller_carrusel li:nth-of-type(4){transform: rotateY(-22deg);}
.page_libro_seller_carrusel li:nth-of-type(5){transform: rotateY(-20deg);}
.page_libro_seller_carrusel li:nth-of-type(6){transform: rotateY(-18deg);}


.boton_carrusel_infinito_izq{
    cursor: pointer;
}
.fa-circle-arrow-left{
	color:#ea5b26;
	font-size:1.5rem;
	position:absolute;
	left:3%;
	top:50%;
}
.boton_carrusel_infinito_dere{
    cursor: pointer;
}
.fa-circle-arrow-right{
	color:#ea5b26;
	font-size:1.5rem;
	position:absolute;
	right:3%;
	top:50%;
}



/* FIN CODIGO NUEVO WEB 14-06-23 */








/* SOLUCION AL PROBLEMA DE LAS BANDERAS GTRANSLATE */

.flag.nturl &gt; img {
    display: inline;
}


/* DEMOS */

.demo_content{
	font-family: 'Open Sans',sans-serif;
    color: #1b2242;
    font-size: 1.15rem;
    line-height: 1.8;
    text-align: left!important;
}
.demo_content ul li{
	margin-bottom:1rem;
} 
.demo_content p{
	color:#1b2242;
}

.arrow-demo{
	font-size:0.6rem;
}

.degradado_demos{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background-color: #22a4de;
	opacity: .65;
	z-index:-1;
}

#primer_conte_sticky_demo,#primer_conte_sticky_demo_data{
	height:1137px;
    position: relative;
    top: 0;
}

#segundo_conte_sticky_demo,#segundo_conte_sticky_demo_data{
	height:1137px;
    position: relative;
    top: 0;
}

#hsForm_3578237f-f754-4614-86db-6cd9d4accf7c{
	line-height:1.2!important;
}


.hs-form  div input.hs-input{
	width:100%;
	padding: .75rem 1rem!important;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
	font-size: 1rem;
	font-weight:400;
	color:#677788;
}

.hs-form  div select.hs-input{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: .75rem 1rem;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
	width:100%!important;
	font-size: 1rem;
	font-weight:400;
	color:#677788;
}

.hs-form  div textarea.hs-input{
	width:100%!important;
	padding: .75rem 1rem;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
	font-size: 1rem;
	font-weight:400;
	color:#677788;
	height:auto;
	resize: none;
}

#hsForm_3578237f-f754-4614-86db-6cd9d4accf7c div,#hsForm_28625ac8-2976-4388-8cd0-e216aaed550b div,#hsForm_6dcb079a-c8f4-494a-b1af-ed12dddd2ed9 div,#hsForm_14c64e38-7339-48e5-96d6-deb7c6f6fc53 div,#hsForm_cb171f7c-b10a-4d45-b614-49a751a7fac9 div{
	margin-bottom:30px;
}

#hsForm_3578237f-f754-4614-86db-6cd9d4accf7c .hs-form-booleancheckbox-display,#hsForm_28625ac8-2976-4388-8cd0-e216aaed550b .hs-form-booleancheckbox-display,#hsForm_6dcb079a-c8f4-494a-b1af-ed12dddd2ed9 .hs-form-booleancheckbox-display,#hsForm_14c64e38-7339-48e5-96d6-deb7c6f6fc53 .hs-form-booleancheckbox-display,#hsForm_cb171f7c-b10a-4d45-b614-49a751a7fac9 .hs-form-booleancheckbox-display{
	display:flex!important;
	align-items:center!important;
	font-size:14px!important;
}

#hsForm_3578237f-f754-4614-86db-6cd9d4accf7c input[type=checkbox],#hsForm_28625ac8-2976-4388-8cd0-e216aaed550b input[type=checkbox],#hsForm_6dcb079a-c8f4-494a-b1af-ed12dddd2ed9 input[type=checkbox],#hsForm_14c64e38-7339-48e5-96d6-deb7c6f6fc53 input[type=checkbox],#hsForm_cb171f7c-b10a-4d45-b614-49a751a7fac9 input[type=checkbox]{
	width:auto;
}

#hsForm_3578237f-f754-4614-86db-6cd9d4accf7c div.hs_submit.hs-submit,#hsForm_28625ac8-2976-4388-8cd0-e216aaed550b div.hs_submit.hs-submit,#hsForm_6dcb079a-c8f4-494a-b1af-ed12dddd2ed9 div.hs_submit.hs-submit,#hsForm_14c64e38-7339-48e5-96d6-deb7c6f6fc53 div.hs_submit.hs-submit,#hsForm_cb171f7c-b10a-4d45-b614-49a751a7fac9 div.hs_submit.hs-submit{
	margin-bottom:0px!important;
}
#hsForm_3578237f-f754-4614-86db-6cd9d4accf7c div.hs_submit.hs-submit .actions,#hsForm_28625ac8-2976-4388-8cd0-e216aaed550b div.hs_submit.hs-submit .actions,#hsForm_6dcb079a-c8f4-494a-b1af-ed12dddd2ed9 div.hs_submit.hs-submit .actions,#hsForm_14c64e38-7339-48e5-96d6-deb7c6f6fc53 div.hs_submit.hs-submit .actions,#hsForm_cb171f7c-b10a-4d45-b614-49a751a7fac9 div.hs_submit.hs-submit .actions{
	margin-bottom:0px!important;
}


.page-template-demo_cx .fa-hashtag{
	color:#ea5b26!important;
	font-size:1.5rem!important;
}







/* DEMO CX */


.page-template-demo_cx.page-id-12229 h1,.page-template-demo_cx.page-id-12229 h2,.page-template-demo_cx.page-id-12229 h3,.page-template-demo_cx.page-id-12229 h4,.page-template-demo_cx.page-id-12229 h5,.page-template-demo_cx.page-id-12229 h6,.page-template-demo_cx.page-id-12229 .h1,.page-template-demo_cx.page-id-12229 .h2,.page-template-demo_cx.page-id-12229 .h3,.page-template-demo_cx.page-id-12229 .h4,.page-template-demo_cx.page-id-12229 .h5,.page-template-demo_cx.page-id-12229 .h6,.page-template-demo_cx.page-id-12229 p,.page-template-demo_cx.page-id-12229 a,.page-template-demo_cx.page-id-12229 li,.page-template-demo_cx.page-id-12229 span{
	line-height:1.2!important;
}





.blue_content_fila_demo_cx{
	background-color:#F7FAFF;
	padding: 25px 0 25px 0;
}


@media(min-width:1200px){
	.blue_content_fila_demo_cx{
		background-color:#ffffff;
		padding:0px;
	}
	.blue_content_padre_demo_cx{
		padding: 0 0 16px 16px;
	}
	.blue_content_demo_cx{
		height:1183px;
		padding:25px 15px;
		background-color:#F7FAFF;
	}
	.blue_content_demo_cx_fichas{
		height:800px;
	}
}

.tarjeta-demo{
	border:2px solid gray;
	min-height:220px;
}
.tarjeta-demo-title{
    background-color: #F7FAFF;
    padding: 0 6px;
	top:-8%;
}

/* FIN DEMO CX */






/* DEMO EX */


.page-template-demo_ex.page-id-12232 h1,.page-template-demo_ex.page-id-12232 h2,.page-template-demo_ex.page-id-12232 h3,.page-template-demo_ex.page-id-12232 h4,.page-template-demo_ex.page-id-12232 h5,.page-template-demo_ex.page-id-12232 h6,.page-template-demo_ex.page-id-12232 .h1,.page-template-demo_ex.page-id-12232 .h2,.page-template-demo_ex.page-id-12232 .h3,.page-template-demo_ex.page-id-12232 .h4,.page-template-demo_ex.page-id-12232 .h5,.page-template-demo_ex.page-id-12232 .h6,.page-template-demo_ex.page-id-12232 p,.page-template-demo_ex.page-id-12232 a,.page-template-demo_ex.page-id-12232 li,.page-template-demo_ex.page-id-12232 span{
	line-height:1.2!important;
}






@media(min-width:1200px){
	.blue_content_fila_demo_cx{
		background-color:#ffffff;
		padding:0px;
	}
	.blue_content_padre_demo_cx{
		padding: 0 0 16px 16px;
	}
	.blue_content_demo_ex{
		padding:25px 15px;
		background-color:#F7FAFF;
	}
}


.tarjeta-demo-ex{
	border:2px solid gray;
	min-height:232px;
}


.tarjeta-demo-ex-title{
    background-color: #F7FAFF;
    padding: 0 6px;
	top:-6%;
}





/* FIN DEMO EX */




/* DEMO DATA */


.page-template-demo_data.page-id-12235 h1,.page-template-demo_data.page-id-12235 h2,.page-template-demo_data.page-id-12235 h3,.page-template-demo_data.page-id-12235 h4,.page-template-demo_data.page-id-12235 h5,.page-template-demo_data.page-id-12235 h6,.page-template-demo_data.page-id-12235 .h1,.page-template-demo_data.page-id-12235 .h2,.page-template-demo_data.page-id-12235 .h3,.page-template-demo_data.page-id-12235 .h4,.page-template-demo_data.page-id-12235 .h5,.page-template-demo_data.page-id-12235 .h6,.page-template-demo_data.page-id-12235 p,.page-template-demo_data.page-id-12235 a,.page-template-demo_data.page-id-12235 li,.page-template-demo_data.page-id-12235 span{
	line-height:1.2!important;
}





.blue_content_demo_data{
    padding: 25px 15px 25px 15px;
    background-color: #F7FAFF;
}

.blue_content_demo_data_fichas{
	margin-right:0px!important;
	margin-left:0px!important;
}

.tarjeta-demo-data{
	min-height:336px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.row_reverse{
	flex-direction:row-reverse;
}

.border_arriba_izq{
	border-left:2px solid #22a4de;
	border-top:2px solid #22a4de;
	border-bottom:2px solid #22a4de;
	border-right:0px;
}

.border_abajo_dere{
	border-right:2px solid #22a4de;
	border-top:2px solid #22a4de;
	border-bottom:2px solid #22a4de;
	border-left:0px;
}

.border_arriba_dere{
	border-right:2px solid #ea5b26;
	border-top:2px solid #ea5b26;
	border-bottom:2px solid #ea5b26;
	border-left:0px;
}

.border_abajo_izq{
	border-left:2px solid #ea5b26;
	border-top:2px solid #ea5b26;
	border-bottom:2px solid #ea5b26;
	border-right:0px;
}


@media(max-width:577px){
	.border_arriba_izq{
		border-left:2px solid #22a4de;
		border-top:2px solid #22a4de;
		border-right:2px solid #22a4de;
		border-bottom:0px;
	}

	.border_abajo_dere{
		border-right:2px solid #22a4de;
		border-top:0px;
		border-bottom:2px solid #22a4de;
		border-left:2px solid #22a4de;
	}
	.border_arriba_dere{
		border-right:2px solid #ea5b26;
		border-top:2px solid #ea5b26;
		border-bottom:0px;
		border-left:2px solid #ea5b26;
	}
	.border_abajo_izq{
		border-left:2px solid #ea5b26;
		border-top:0px;
		border-bottom:2px solid #ea5b26;
		border-right:2px solid #ea5b26;
	}
}



/* FIN DEMO DATA */




/* DEMO DEV*/


.page-template-demo_development.page-id-12238 h1,.page-template-demo_development.page-id-12238 h2,.page-template-demo_development.page-id-12238 h3,.page-template-demo_development.page-id-12238 h4,.page-template-demo_development.page-id-12238 h5,.page-template-demo_development.page-id-12238 h6,.page-template-demo_development.page-id-12238 .h1,.page-template-demo_development.page-id-12238 .h2,.page-template-demo_development.page-id-12238 .h3,.page-template-demo_development.page-id-12238 .h4,.page-template-demo_development.page-id-12238 .h5,.page-template-demo_development.page-id-12238 .h6,.page-template-demo_development.page-id-12238 p,.page-template-demo_development.page-id-12238 a,.page-template-demo_development.page-id-12238 li,.page-template-demo_development.page-id-12238 span{
	line-height:1.2!important;
}




.dev-ficha-titulo{
	min-height:66px;
	background-color:rgba(27, 34, 66,0.8);
}

.dev-ficha-titulo h3{
	margin-bottom:0px!important;
}

.dev-ficha-texto{
	background-color:rgba(127,127,127,0.4);
	min-height:164px;
}

.dev-ficha-texto p{
	margin-bottom:0px!important;
}

.colum_gris{
	width:32%;
}

@media(max-width:576px){
	.colum_gris{
		width:100%;
		margin-bottom:1.2rem;
	}
}


/* FIN DEMO DEVO */



/* DEMO OUTPLACEMENT */


.page-template-demo_outplacement.page-id-12241 h1,.page-template-demo_outplacement.page-id-12241 h2,.page-template-demo_outplacement.page-id-12241 h3,.page-template-demo_outplacement.page-id-12241 h4,.page-template-demo_outplacement.page-id-12241 h5,.page-template-demo_outplacement.page-id-12241 h6,.page-template-demo_outplacement.page-id-12241 .h1,.page-template-demo_outplacement.page-id-12241 .h2,.page-template-demo_outplacement.page-id-12241 .h3,.page-template-demo_outplacement.page-id-12241 .h4,.page-template-demo_outplacement.page-id-12241 .h5,.page-template-demo_outplacement.page-id-12241 .h6,.page-template-demo_outplacement.page-id-12241 p,.page-template-demo_outplacement.page-id-12241 a,.page-template-demo_outplacement.page-id-12241 li,.page-template-demo_outplacement.page-id-12241 span{
	line-height:1.2!important;
}






.blue_content_fila_demo_cx{
	background-color:#F7FAFF;
	padding: 25px 0 25px 0;
}


@media(min-width:1200px){
	.blue_content_fila_demo_cx{
		background-color:#ffffff;
		padding:0px;
	}
	.blue_content_padre_demo_cx{
		padding: 0 0 16px 16px;
	}
	.blue_content_demo_outplacement{
		padding:25px 15px;
		background-color:#F7FAFF;
	}
}

.tarjeta-demo-outplacement{
	min-height:440px;
}
.tarjeta-demo-title-outplacement{
    width: 180px;
    height: 180px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 50%;
}
.text-ficha-outplacement{
	min-height:142px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.text-ficha-outplacement p{
	margin-bottom:0px!important;
}

/* FIN DEMO OUTPLACEMENT */









/* FUTURE OF WORK */

.page-template-futureofwork.page-id-12217 h1,.page-template-futureofwork.page-id-12217 h2,.page-template-futureofwork.page-id-12217 h3,.page-template-futureofwork.page-id-12217 h4,.page-template-futureofwork.page-id-12217 h5,.page-template-futureofwork.page-id-12217 h6,.page-template-futureofwork.page-id-12217 .h1,.page-template-futureofwork.page-id-12217 .h2,.page-template-futureofwork.page-id-12217 .h3,.page-template-futureofwork.page-id-12217 .h4,.page-template-futureofwork.page-id-12217 .h5,.page-template-futureofwork.page-id-12217 .h6,.page-template-futureofwork.page-id-12217 p,.page-template-futureofwork.page-id-12217 a,.page-template-futureofwork.page-id-12217 li{
	line-height:1.2!important;
}



@media(min-width:1440px){
	.view_section{
		height:100vh;
	}
}


.section_title_portada{
	font-size:5rem;
}


.section_title{
	font-size:5rem;
}

.section_title_responsive{
	font-size:3rem;
}

.section_texto_high{
	font-size:1.5rem;
}


@media(max-width:995px){
	.section_title_portada{
		font-size:4.5rem;
	}
}


@media(max-width:768px){
	.section_title_portada{
		font-size:4rem;
	}
}



@media(max-width:575px){
	.section_title{
		font-size:4rem;
	}
	.section_texto_high{
		font-size:1.2rem;
	}
}


.img_contenido{
	width: 180px;
    height: 180px;
    /*padding: 40px;*/
    /*background-color: #1b2242;*/
    border-radius: 50%;
}

.faq_title{
	cursor:pointer;
}

.faq_title .fa-plus{
	color:white;
	font-size:1.5rem;
	margin-bottom:1rem;
}

.boton_desplegable_future{
	transition-duration:0.2s;
	transition-timing-function:ease-in-out;
}


.giro_desplegable_future{
	transform:rotatez(45deg)!important;
}


.texto_desplegable_future{
	height:0px;
	overflow:hidden;
	transition-duration:0.5s!important;
	transition-timing-function:ease-in-out!important;
}

.texto_desplegado_future{
	height:auto;
}

.sacar_desplegable_future{
	transform:rotatex(0deg)!important;
	opacity:1!important;
	display:block;
	height:auto;
}




/* END FUTURE OF WORK */





/* PROBLEMAS FIGURE HERO SECCIONES SERVICIOS */

figure{
	margin: 0 0 0em!important;
}


/* TITULO SINGLE ESTUDIO */

.titulo_recurso{
	padding-top: 12.5rem!important;
	padding-bottom: 6rem!important;
}
.fa-circle-check{
	color:#ea5b26;
	margin-right:10px!important;
}

/* MINIATURA SINGLE ESTUDIO */

.contenedor_libro{
	width:100%;
	/*max-width:350px;
	height:440px;*/
	height:328px;
	box-shadow: 0px 10px 80px -10px rgba(0,0,0,0.4);
}

.carril_miniatura{
	width:100%;
	height:100%;
	display:flex;
	overflow:hidden;
}

.carril_miatura img{
	width:100%!important;
	border-radius:8px;
}

.single-estudio .fa-arrow-left{
    padding: 10px;
    cursor: pointer;
	color:#1B2242;
	color: rgba(27,34,66,0.3);
}
.single-estudio .fa-arrow-right{
    padding: 10px;
    cursor: pointer;
	color: rgba(27,34,66,1);
}


/* STICKY SINGLE ESTUDIO */

#primer_conte_sticky{
	height:800px;
    position: relative;
    top: 0;
}

#segundo_conte_sticky{
	height: 800px;
    position: relative;
    top: 0;
}

/* MENSAJE ERROR FORMULARIO HUBSPOT */

.fuera_mensaje_form{
	display:none!important;
}


/* EVENTOS PASADOS */

.card .card-img-top-container {
    max-height: 200px;
}
.card .card-img-top-container .card-img-top {
    object-fit: cover;
    object-position: center;
    max-height: 200px;
    min-height: 100%;
    min-width: 100%;
}


/* VENTURE */

#contact-venture a{
	color:#EA5B26;
	background-color:white;
	padding: 5px 10px;
}


#contenedor-video-venture{
	padding-top:15rem;
	padding-bottom:15rem;
}

.altura_minima{
	min-height:200rem;
}

@media (max-width: 768px) { 
	#contenedor-video-venture{
		padding-bottom:8rem;
	}
}

@media (max-width: 530px) { 
	#contenedor-video-venture{
		padding-bottom:0;
	}
}

.fa-arrow-down-long{
	color:#ea5b26;
}

.fa-book-open{
	font-size:3rem;
	color: #1b2242;
}
.fa-arrow-turn-up{
	font-size:3rem;
	color: #1b2242;
}
.fa-euro-sign{
	font-size:3rem;
	color: #1b2242;
}
.fa-user-tie{
	font-size:3rem;
	color: #1b2242;
}


.hero-estudio{
	padding-top: 10rem;
}

.hs_miembro_de_savia input{
	margin-right:10px;
}
.legal-consent-container p{
	font-size: .875rem;
}

.hbspt-form{
    width: 100%;
}

/* Navigation */
.navbar-nav {
    width: auto;
}

.navbar-nav.navbar-izq {
    float: left;
}

.navbar-nav.navbar-dch {
    float: right;
}

/* BTN ETIQUETAS ArtÃ­culos */

.btn-etiqueta-personalizado {
	font-size: 0.65rem;
	font-weight: 400;
	padding: .275rem .75rem;
	display: block;
}

.btn-etiqueta-personalizado.selected {
    color: #fff;
    background-color: #22a4de;
    box-shadow: 0 4px 11px;
    min-height: 36px;
}

.archive-container-categories{
    
}

.archive-container-categories .container-subcategories{
    padding: 10px;
}

.archive-container-categories .container-subcategories a{
    color: initial;
    font-size: 0.8em;
    text-align: left;
    display: block;  
    margin-bottom: 5px;
}

.archive-container-categories .container-subcategories a:hover{
    text-decoration: underline;
    color: #ea5b26;
}

.archive-container-categories .container-subcategories a.selected{
    text-decoration: underline;
    color: #ea5b26;
}

.archive-no-results{
    
}

.archive-no-results p{
    text-align: center;
}

.page-template-casos_exito_home .header .nav-link,
.page-template-estudios_template .header .nav-link,
.single-estudios .header .nav-link,
.single-vacantes .header .nav-link {
    color: #1b2242;
}

.page-template-casos_exito_home .navbar-brand-on-scroll,
.page-template-estudios_template .navbar-brand-on-scroll, 
.single-estudios .navbar-brand-on-scroll,
.single-vacantes .navbar-brand-on-scroll {
    display: inline;
}

.page-template-casos_exito_home .navbar-brand-default,
.page-template-estudios_template .navbar-brand-default,
.single-estudios .navbar-brand-default,
.single-vacantes .navbar-brand-default {
    display: none;
}

.casos-exito .caso-item:first-child,
.casos-exito .caso-item:nth-child(7n),
.casos-exito .caso-item:nth-child(20n) {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.navbar .navbar-nav-item.hs-has-sub-menu .dropdown-menu .navbar-nav-item {
    margin: 0;
    padding: 0 1.4rem !important;
}

/* FORMULARIOS HUBSPOT */ 

/* HOME , SOLUCIONES: CX,DATA, PEOPLE, EX, OPC EMPRESAS, DEV */

.hs-form{
	width:100%;
	box-shadow: 0 10px 40px 10px rgba(140,152,164,.175)!important;
	border: .0625rem solid rgba(231,234,243,.7);
    border-radius: .75rem;
	padding: 30px 20px;
}
.hs-form fieldset{
	width:100%!important;
	max-width:100%!important;
	margin-bottom:30px!important;
}
.hs-form fieldset label{
	font-size: .875rem;	
	margin-bottom: .5rem; 
}
.hs-form fieldset input.hs-input{
	width:100%;
	padding: .75rem 1rem!important;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
	font-size: 1rem;
	font-weight:400;
	color:#677788;
}
.hs-form fieldset select.hs-input{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: .75rem 1rem;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
	width:100%!important;
	font-size: 1rem;
	font-weight:400;
	color:#677788;
}
.hs-form fieldset textarea.hs-input{
	width:100%!important;
	padding: .75rem 1rem;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
	font-size: 1rem;
	font-weight:400;
	color:#677788;
	height:auto;
	resize: none;
}
.hs-form fieldset .no-list.hs-error-msgs.inputs-list .hs-error-msg{
	display:none!important;
	margin:0px!important;
}
.hs-form .hs_submit{
	display:flex;
	justify-content:center;
}

#hsForm_6ac5461b-cf45-455c-b079-363a9ea07966 fieldset .hs_tema_relacionado .input ul li label .hs-input{
	margin-right: 8px!important;
}


/* FOMULARIO VACANTES */

.hs-form .inputs-list{
	list-style:none;
}
.hs-form .hs-form-booleancheckbox-display{
	display:flex!important;
	align-items:center!important;
}

/* FORMULARIO NEWSLETTER HUBSPOT*/

/*#hsForm_f15ac99f-cc48-47db-9e81-7af59eae94e2{
	display:flex;
	flex-direction:row;
	align-items:flex-end;
}*/

#hsForm_f15ac99f-cc48-47db-9e81-7af59eae94e2 .hs_email{
	width:100%;
}

#hsForm_f15ac99f-cc48-47db-9e81-7af59eae94e2 .hs_email input{
	width:100%;
	padding: .75rem 1rem!important;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
	font-size: 1rem;
	font-weight:400;
	color:#677788;
	/*border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
	margin-bottom:1rem;
}

/*#hsForm_f15ac99f-cc48-47db-9e81-7af59eae94e2 .btn{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}*/


#hsForm_f15ac99f-cc48-47db-9e81-7af59eae94e2 label{
	font-size: .875rem;
    margin-bottom: .5rem;
	width:100%;
	text-align:left;
}







/* CONTACTO */

.page-template-contacto .hs-form fieldset {
	margin-bottom:0px!important;
}

.page-template-contacto #hsForm_06449bf6-9211-4498-8856-78ad375aa110 fieldset .legal-consent-container .hs-richtext p{
	font-family:'Poppins'!important;
	font-size: 1rem!important;
}
.page-template-contacto #hsForm_06449bf6-9211-4498-8856-78ad375aa110 fieldset .hs_LEGAL_CONSENT .input ul{
	margin-top:16px!important;
	padding-left:0px!important;
}
.page-template-contacto #hsForm_06449bf6-9211-4498-8856-78ad375aa110 fieldset .hs_tema_relacionado .input ul li label .hs-input{
	margin-right: 8px!important;
}
#hsForm_06449bf6-9211-4498-8856-78ad375aa110{
	padding: 30px 20px;
}
#hsForm_06449bf6-9211-4498-8856-78ad375aa110 fieldset{
	margin-bottom:0px!important;
}
#hsForm_06449bf6-9211-4498-8856-78ad375aa110 fieldset.form-columns-2 .hs-form-field{
	float: clear!important;
	width:100%!important;
	margin-bottom:30px;
}
#hsForm_06449bf6-9211-4498-8856-78ad375aa110 fieldset.form-columns-1 .hs-form-field{
	float: clear!important;
	width:100%!important;
	margin-bottom:30px;
}

#hsForm_06449bf6-9211-4498-8856-78ad375aa110 fieldset.form-columns-2 .hs-form-field .input{
	margin-right:0px;
}




/* RECOMENDADOR */

#input_oculto{
	display:none;
	flex-direction:column;	
}



/* MEDIA QUERY */

@media (max-width: 450px) { 
	.articulo-content img{
		width:100%;
		margin:2rem 0%;
	}
}


@media (max-width: 500px) { 
	.features_thumbnail{
		max-width:105%;
		margin-right:0%;
	}
}


@media (max-width: 580px) { 
	.casos-exito .caso-item:first-child,
    .casos-exito .caso-item:nth-child(7n),
	.casos-exito .caso-item:nth-child(20n) {
		max-width: 100%!important;
	}
}





@media (max-width: 785px) { 
	.features_thumbnail{
		width:110%;
		margin-right:-20%;
	}
	.casos-exito .caso-item:first-child,
    .casos-exito .caso-item:nth-child(7n),
	.casos-exito .caso-item:nth-child(20n) {
		flex: 0 0 auto;
		max-width: 50%;
	}
}


@media (max-width: 991.98px) {
	.hs-form .actions{
		width:100%!important;
	}
	.hs-form .actions input{
		width:100%!important;
	}
	.articulo-content .wp-caption{
		overflow-x:auto;	
	}
	.articulo-content .wp-caption img{
		max-width:100%;
		object-fit:fill;
		width:100%;
		height:auto;
	}
	.contact-form{
		margin-top:0rem;
	}
}

/* MEDIA QUERY MENU */

/* MEDIA QUERY */

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

	.navbar-brand-on-scroll {
		display: inline!important;
	}
	.navbar .navbar-nav-item .nav-link {
		color: #1b2242!important;
	}
	.navbar .navbar-nav.navbar-izq, .navbar .navbar-nav.navbar-dch {
		margin: 0!important;
		float: inherit!important;
	}
	.navbar .navbar-nav.navbar-izq {
		padding-bottom: 0!important;
	}
	.navbar .navbar-nav.navbar-izq li a{
		font-size:10px!important;
		padding:8px;
	}
	.navbar .navbar-nav.navbar-dch {
		padding-top: 0!important;
		margin-top: -1px!important;
	}
	.navbar .navbar-nav.navbar-dch li a{
		font-size:10px!important;
		padding:8px;
	}
	.navbar .navbar-nav-item .nav-link small {
		max-width: none!important;
		font-size:10px!important;
	}
	.header .navbar-nav-item:first-child .nav-link{
		padding:8px!important;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
	.navbar .navbar-nav-item {
		margin-right: 1.3rem!important;
	}
 }
</pre></body></html>