/*
 * Theme Name: SAPTOOLS
 * Description: Saptools Website Content
 * Author: Upstatement and YOU!
 * Domain: saptools.com
 * Text Domain: saptoolsltd
 * Domain Path: /languages/
 https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
*/


/* MOBILE CONTAINER PADDING DE 40px */
.container {padding-left:40px;padding-right:40px;}

label.eventos, label.policy {display:contents !important;}

.error404 .container-fluid  {background-color:#1949de;}
.content-404 {padding-top:100px;padding-bottom:100px;}
@media (min-width: 1300px) {
	.content-404 {padding-bottom:0px;}
}


.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 2px solid white; /* The typwriter cursor */
  white-space: normal; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation:
    typing 2.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

@media (min-width: 1200px) {
	.typewriter h1 {
		white-space: nowrap;
	}
}

/* The typing effect */
@keyframes typing {
  0% { width: 0 }
  100% { width: 100%;}
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: white; }
}

span.number-medium{
	display: block;
    margin: 0 auto;
    text-align: center;
    font-family: AnoStencil;
    font-size: 7em;
    font-weight: 600;
    color: #1949ea;
}
span.number-large{
	display: block;
    margin: 0 auto;
    text-align: center;
    font-family: AnoStencil;
    font-size: 5em;
    color: #1949ea;
}

.title-for-number{
    font-size: 2em;
    font-family: AnoStencil;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    display: block;
    height: 2em;
}

.title-for-number.lg{
    font-size: 2em;
    line-height: 1.5;
    vertical-align: middle;
    height: auto;
}

@media (min-width: 768px) {

	span.number-medium{
		display: block;
	    margin: 0 auto;
	    text-align: center;
	    font-family: AnoStencil;
	    font-size: 7em;
	    font-weight: 600;
	    color: #1949ea;
	}
	span.number-large{
		display: block;
	    margin: 0 auto;
	    text-align: center;
	    font-family: AnoStencil;
	    font-size: 15em;
	    color: #1949ea;
	}

	.title-for-number{
	    font-size: 2em;
	    font-family: AnoStencil;
	    font-weight: 600;
	    text-align: center;
	    line-height: 1;
	    display: block;
	    height: 2em;
	}

	.title-for-number.lg{
	    font-size: 2.8em;
	    line-height: 1.5;
	    vertical-align: middle;
	}
}


@media (min-width: 576px) {
	.home .pre-header .outer .inner h1{
		font-size: 3.5em;
	}
}

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

    section#talento h3, section#azul h2 {font-size:42px; }
    section#talento p, section#azul p {width:70%}
    section#azul .altofotos {width:100%; }
    section#doble .box, section#doble h2 {width:90%}
    section#doble .box h3 {font-size: 30px;}

    body.page-template-template-vision #content #blanco img {
		margin-top: -170px;
	}

}

a.btn {
	color: #ffffff;
	padding: 8px 10px;
	background: #222;
	border: 1px solid #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	min-width: 150px;
	border-radius: 0;
 }
 a.btn:hover {
	opacity:0.75;
	background: #ffffff;
	color: #222;
 }


/* HITOS */
#hitos .number {font-weight:light;text-align:center;color:#1949ea;font-size:146px;}
.hito-title {
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.1;
	text-align:left;
}
.hito-bloque:after {
	content: "";
	background-image:url('images/linea.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 15px;
}

.hito-bloque.invert{
	margin-bottom: 55px;
}

.hito-description {
    font-family: 'Open Sans', sans-serif;
    font-size: .8em;
    line-height: 1.25;
    text-align: left;
    margin-top: 25px;
}

.hito-bloque.invert:after{
	    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media (min-width: 768px) {

	.hito-title {
		font-size:2.5em;
		line-height:1.1;
	}

}

@media (max-width: 768px) {

	/* Hoover para movil solamente */
	/* #clientes .item-cliente .frame img.back-frame{
		transition: color 0.4s ease-out 0s, background-color 0.4s ease 0s, transform 400ms;
		transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1);
	}
	#clientes .item-cliente .frame:focus img.back-frame,
	#clientes .item-cliente .frame:hover img.back-frame{
		transition: color 0.4s ease-out 0s, background-color 0.4s ease 0s, transform 400ms;
		transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(0.90) scaleY(0.90);
	} */

}
@media (max-width: 575px) {
	#clientes .item-cliente .layer{
		visibility: visible !important;
		opacity: 1 !important;

		background:rgb(25 73 234 / 38%)!important
	}


	#clientes .item-cliente .frame img.img-frame{
		display: block !important;
		transition: color 0.4s ease-out 0s, background-color 0.4s ease 0s, transform 400ms !important;
		transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1)!important;
		z-index: 1!important;
	}


}
@media (max-width: 1200px) {
	#clientes .item-cliente .layer .outer .inner p{
		font-size: 74%!important;
		font-size: 100%!important;
		padding: 0 !important;
	}
	#clientes .item-cliente .layer .outer > .inner{
		padding: 20px!important;
	}

}
@media (max-width: 1200px) {
	#clientes .item-cliente .layer .outer > .inner{
		padding:30px;
	}
}
@media (max-width: 767px) {
	#clientes .col-xs-12.col-sm-4 {width:100%!important;}
}

/* ACTUALIDAD */
.article {background-color:#f2f2f2;}
.article-resum {padding:15px;}
.tag, .date, .share {font-family: 'Open Sans', sans-serif;font-size:16px;color:#222222;}
#actualidad article:hover .category,
#actualidad article:hover .grid-item-title a,
#actualidad article:hover .share,
#actualidad article:hover .date,
#actualidad article:hover .content,
.listado article:hover .category,
.listado article:hover .grid-item-title a,
.listado article:hover .share,
.listado article:hover .date {
	color: white !important;
}
#actualidad article:hover,
#actualidad article:hover .grid-footer,
.listado article:hover,
.listado article:hover .grid-footer {
    background-color: #1949ea !important;
}
.title {font-family: 'Open Sans', sans-serif;font-size:18px;color:#1949ea;font-weight:600; letter-spacing: -0.5px;}
.title > a {font-family: 'Open Sans', sans-serif;font-size:18px;color:#1949ea;font-weight:600; letter-spacing: -0.5px;}
.article-last-row {margin-top:23px;}
.article-home-4, .article-home-5,.article-home-6 {display:none;}

/* TALENTO */
#talento h2, #estrategia h2, #unete h2 {font-size:16px;color:#1949e8;text-align:center;width:100%;font-weight:bold;}
#talento h3, #estrategia h3 {font-size:25px;color:#222222;font-weight:bold;text-align:center;}
#talento p, #estrategia p, #unete-A p, #unete-B p {font-size:16px;font-family: 'Open Sans', sans-serif;font-weight:regular;text-align:center;}

#unete-A {background-color:#1949e8;color:#ffffff;}
#unete-A .capital-letter, #unete-B .capital-letter {font-size:36px;font-family: AnoStencil;}
#unete-A h3, #unete-B h3 {font-size:36px;}
#unete-A h4, #unete-B h4 {font-size:22px;}
#unete-A h5 {font-size:18px;color:#f0f0f0;}
#unete-A h6 {font-size:30px;color:#ffffff;}
#talento-imagen-superior {
background: linear-gradient(to bottom, #222222 0%,#222222 50%,#1949e8 50%,#1949e8 50%,#1949e8 100%);
text-align:center;
padding-top:64px;
padding-bottom:20px;
}
#talento-imagen-inferior {
background: linear-gradient(to bottom, #1949e8 0%,#1949e8 50%,#222222 50%,#222222 50%,#222222 100%);
text-align:center;
padding-top:64px;
padding-bottom:20px;
}
#unete-B {background-color:#222222;color:#ffffff;}


/** Actualidad **/
.big-header{
	min-height: 540px;
	background-color: #1949ea;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/** Single Actualidad **/

.single .pre-header{
	position: relative;
	min-height: calc(100vh - 50px) !important;
}

.pre-header,
.listado .pre-header{
	position: relative;
	min-height: calc(70vh) !important;
}


.pre-header a.arrow,
.listado .pre-header a.arrow{
    position: absolute;
    bottom: 45px;
    left: calc( 50% - 30px);
}

.admin-bar.single main.single{ padding-top: 32px; }


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	/*
	.bd-masthead {padding-top:150px;padding-bottom:50px;}
	.bd-masthead h1 {font-size:5rem;}
	*/
	footer .box-block {padding:25px 0px 25px 0px;}
	#hitos .number {font-size:400px;}

}

.pre-header .outer{
	min-height: 540px;
	height: 100%;
	width: 100%;
}


@media (min-width: 1024px) {
	.pre-header .outer{
		width: 70%;
	}
}

@media (min-width: 1200px) {
	.pre-header .outer{
		width: 50%;
	}
}

.pre-header .outer .inner h1{
	/*margin: 0 auto;*/
	margin-left: 3%;
	text-align: left;
	text-transform: uppercase;
	font-size: 2em;
}

@media (min-width: 576px) {

	.pre-header .outer .inner h1{
	    width: 100%;
	    /*padding-left: 25%;*/
	    /*margin: 0 auto;*/
	    text-align: left;

	    text-transform: uppercase;
	    font-size: 2em;
	}

}
@media (min-width: 767px) {
	.pre-header .outer .inner h1{
	    /* width: 50%; */
	    /*padding-left: 15%;*/
	}
}


.outer{
	display: table;
	height: 100%;
}

.outer > .inner{
	display: table-cell;
	vertical-align: middle;
}

.arrow{
	width: 60px;
	height: 30px;
	background-image: url('images/arrow.png');
	background-position: center;
	background-size: cover;

    -webkit-animation: parpadeo 1s infinite linear;
    -o-animation: parpadeo 1s infinite linear;
    animation: parpadeo 1s infinite linear;

}

.alm-btn-wrap{

}

.alm-btn-wrap button{}

.alm-btn-wrap button.alm-load-more-btn{
    background: none;
    background-image: url('images/cross.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    height: 45px;
    width: 45px;
    margin: 0px;
    padding: 0px;

}

.related-content{
	color: #1949ea;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 65px 0 60px 0;
}


.dropdown-menu{
	position:relative;
}

.navbar-collapse.show {

	min-height: calc(100vh - 50px) !important;
	max-height: calc(100vh - 50px) !important;

    -webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;

}

header nav.navbar .collapse.show{
	min-height: calc(100vh - 50px) !important;
}
/*
header nav.navbar .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .45s ease;
}
*/



@media (max-width: 576px) {

	#navbarNav.navbar-collapse.collapse.show #socialNav.w25{
		display: block;
		width: 100% !important;
		transition: all 0.45s linear;
	}

	#navbarNav.navbar-collapse.collapsing #socialNav > ul#redes,
	#navbarNav.navbar-collapse.collapse #socialNav > ul#redes {
	    display: inline-block;
	    text-align: center;
	}

	#navbarNav.navbar-collapse.collapse.show #socialNav > ul#redes {
		width: 100%;
	    margin-top: 35px;
	}

}

ul#redes li{
	margin: 0 10px;
}

ul#redesDesktop li a,
ul#redes li a{
	display: block;
	font-size: 0;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-repeat: no-repeat;
    background-position: center;
}

ul#redesDesktop li a,
ul#redes li a{
	width: 40px;
	height: 40px;
}

ul#redes li:nth-child(1) a{
	width: 35px;
	height: 39px;
	background-image: url('images/Icono-Twitter-menu-mobile.png');

}
ul#redes li:nth-child(2) a{
	width: 35px;
	height: 39px;
	background-image: url('images/Icono-Linkedin-menu-mobile.png');

}
ul#redes li:nth-child(3) a{
	width: 39px;
	height: 39px;
	background-image: url('images/Icono-contacto-menu-mobile.png');
	background-size: 80%;
	background-position: 0px 4px;
}

ul#redesDesktop li{
	display: inline-block;
	margin: 0 5px !important;
}

ul#redesDesktop > li:nth-child(1){
	width: 30px;
	height: 30px;
	background-image: url('images/Saptools-Icono-Consultoria.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

ul#redesDesktop > li:nth-child(2){
	width: 30px;
	height: 30px;
	background-image: url('images/Saptools-Icono-Share.png');
	background-size: 80%;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

ul#redesDesktop > li:nth-child(3){
	width: 30px;
	height: 30px;
	background-image: url('images/Saptools-Icono-Search.png');
	background-size: 80%;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#idiomaDesktop, #redesDesktopShare, #buscadorDesktop{
	position: absolute;
	bottom: -50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: .1s;
	transition: .1s;
}
#buscadorDesktop{
	right: 12px;
}
#redesDesktopShare{
	right: 55px;
}
.redes-vimeo{
	transform:scale(1.5);
}
#idiomaDesktop.open, #redesDesktopShare.open, #buscadorDesktop.open {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

 #buscadorDesktop {
 	bottom: -40px;
 }

#idiomaDesktop,
#redesDesktopShare{
	background-color: #1949de;
	line-height: 0;
}

#idiomaDesktop ul, #redesDesktopShare ul, #buscadorDesktop input{
	display: inline-flex;
	padding: 0;
	margin: 0;
}

#redesDesktopShare ul li, #idiomaDesktop ul li, #buscadorDesktop input {
	display: inline-block;
    margin: 0 5px !important;
    padding: 0;
    float: right;
}
#idiomaDesktop ul li a,
#buscadorDesktop input {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	color: white;
	font-size: 18px;
	line-height: 2.5;
	text-transform: uppercase;
}

#buscadorDesktop input {
	color: white;
	background: #1949de;
	border: 1px solid white;
	padding: 0 10px;
	box-shadow: 5px 5px 0px #1949de, -5px -5px 0px #1949de, -5px 5px 0px #1949de, 5px -5px 0px #1949de;
	text-transform: initial;
	width: 350px;
	line-height: 1.7;
}

#buscadorDesktop:after {
    content: " ";
    position: absolute;
    right: 0%;
    width: 10px;
    height: 5px;
    background: #1949de;
    bottom: 10px;
    visibility: visible;
}

#buscadorDesktop:before {
    content: " ";
    position: absolute;
    left: 20%;
    width: 5px;
    height: 10px;
    background: #1949de;
    bottom: 26px;
    visibility: visible;
}

#buscadorDesktop input::-webkit-input-placeholder {
 	color: white;
    background: #1949de;
}
#buscadorDesktop input:-moz-placeholder {
	color: white;
    background: #1949de;
}
#buscadorDesktop input::-moz-placeholder {
	color: white;
    background: #1949de;
}
#buscadorDesktop input:-ms-input-placeholder {
	color: white;
    background: #1949de;
}

#redesDesktopShare ul li a{
	background-repeat: no-repeat;
	display: block;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}
#redesDesktopShare ul li a i {
	color: #fff;
	font-size: 25px;
	margin: 10px;
}



/*
ul#redesDesktop > li > ul.sub-menu{
	display: none;
}

ul#redesDesktop li:hover > ul.sub-menu{
	display: block;
}

ul#redesDesktop li > ul.sub-menu li{
	display: inline-block;
}
*/

/** Animaciones **/


@-moz-keyframes parpadeo {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-webkit-keyframes parpadeo {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes parpadeo {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	/* NAVBAR */
	#navbar .navbar-nav .nav-link {font-size:16px;}

	.container {padding-left:15px;padding-right:15px;}
	#hitos .number {font-size:300px;}
	.tan-per-cent {font-size:150px;}
	.article-home-4, .article-home-5,.article-home-6 {display:block;}
}





/*---------------------------
	MARC STYLES
---------------------------*/
/* GENERAL */
body {
	font-family: AnoStencil;
	font-size: 1.375rem;
	font-weight:400;
}

.cf:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after {clear: both;}
.cf {zoom: 1;}

.fl {float:left;display:inline;margin:0 10px 0 0;} /*float left*/
.fr {float:right;display:inline;margin: 0 0 0 10px;} /*float right*/
.iblk {display:inline-block !important;zoom:1;*display:inline !important;} /*display inline block*/
.md {margin-bottom: 70px;} /*seccion module*/

button:focus {outline:none;}


/* FONT FACE */
@font-face {
    font-family: AnoStencil;
	font-weight: regular;
    src: url("fonts/AnoStencil-Regular.otf") format("opentype");
}
@font-face {
    font-family: AnoStencil;
    font-weight: light;
    src: url("fonts/AnoStencil-Light.otf") format("opentype");
}


/* FONT */
h2 {
	text-transform:uppercase;
	font-size:16px;
}

h3 {
	text-transform:uppercase;
	font-size:16px;
}

#clientes h2,
#hitos h2,
#actualidad h2 {
	color:#1949ea;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	font-size: 32px;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: 600;
}

p.subheader {
	color:#1949ea;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	font-size: 32px;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: 600;
}

strong.caracteristicas-title {
    color: white;
    font-family: AnoStencil;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
    font-size: 35px;
    text-align: center;
	text-transform:uppercase;
}
strong.caracteristicas-title {
	font-family: 'Open Sans', sans-serif;
	margin-bottom:30px;

}


@media (max-width: 992px) {
	body.single-planning article.post-type-planning .container .single-txt > div strong.caracteristicas-title {font-size: 32px;}
	body.single-business-network article.post-business-network .container .single-txt > div strong.caracteristicas-title {font-size: 32px;}

}



body #bannerDemo h2 {
    margin: 0;
    color: #ffffff;
    font-size: 47px;
    width: 100%;
    line-height: 1.2em;
    display: table-cell;
    vertical-align: middle;
	font-weight:400;
	text-transform:initial;
}
@media only screen and (max-width: 1200px) {
	body #bannerDemo h2 {font-size: 40px;}
}
@media only screen and (min-width: 480px) and (max-width: 1200px) {
	body #bannerDemo h2 {font-size: 30px;text-align: center;}
}
@media only screen and (min-width: 480px) and (max-width: 1200px) {
	body #bannerDemo h2 {margin-top: 30px;}
}


/* TEXT GENERAL */
.archive-title {
    color: #1949ea;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    /*padding: 83px 0 35px 0;*/
    padding: 60px 0 0 0;
}
@media (min-width:1024px) {
	.page-template-template-somos h1.archive-title {
		font-size: 50px;
	 }
}

.archive-subtitle {
    color: #1949ea;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    /* max-width: 860px; */
    /*margin: 100px auto;*/
    margin: 50px auto;
}

.archive-subtitle span {
    font-weight: bold;
}

body.home .archive-subtitle {
	font-size: 47px;
	max-width: 100%;
}

.archive-subtitle.no-mrgn {
	margin-bottom: 50px;
}

.archive-pretext {
    color: #111111;
    font-size: 45px;
    font-weight: 300;
    text-align: center;
    max-width: 100%;
    margin: 35px auto 80px;
   	line-height: 1.2;
}

/*BANNER HOME*/
body.home .banner {
	background-color: #1949ea;
    margin-top: 2px;
	color: #ffffff;
	padding: 30px 0;
}

body.home .banner p {
	font-family: 'Open Sans';
	text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
	position: relative;
	padding-bottom: 8px;
}

body.home .banner p:after {
	content:"";
	bottom: 0;
	color: #ffffff;
	left: 0;
	width: 10%;
	height: 1px;
	display: block;
	background-color: #ffffff;
	position: absolute;
}

body.home .banner a {
	background: #ffffff;
    color: #1949de;
    width: 65%;
    border: 1px solid #1949de;
    border-radius: 0;
    box-shadow: 5px 5px 0px #ffffff, -5px -5px 0px #ffffff, -5px 5px 0px #ffffff, 5px -5px 0px #ffffff;
    display: inline-block;
    /* margin-top: calc(25% - 18px); */
    line-height: 1em;
    font-size: 18px;
    padding: 14px 0 12px;
    position: absolute;
    bottom: 70px;
    right: 0;
	text-align: center;
    text-transform: uppercase;
	font-weight: bold;
}

body.home .banner .carousel-control-next,
body.home .banner .carousel-control-prev {
    background-color: transparent;
    border: none;
	width: 5%;
}

body.home .banner .carousel-control-next {
    right: -20px;
}

body.home .banner .carousel-control-prev {
    left: -20px;
}

body.home .banner .carousel-control-next img {
    transform: rotate(-90deg);
}

body.home .banner .carousel-control-prev img {
    transform: rotate(90deg);
}

body.home .banner .carousel-inner .carousel-item {
	width: 95%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	body.home .banner  .carousel-inner .carousel-item {
		width: 100%;
		margin: 0 auto;
	}

	body.home .banner .carousel-inner {
		padding-bottom: 30px;
	}

	body.home .banner .carousel-indicators {
		margin-bottom: 0;
	}
}

body.home .banner a:hover {
	opacity: 0.75;
	text-decoration: none;
}

body.home .banner a:after {
    content: " ";
    position: absolute;
    right: -1%;
    width: 10px;
    height: 5px;
    background: #ffffff;
    bottom: 10px;
    visibility: visible;
}

body.home .banner a:before {
    content: " ";
    position: absolute;
    left: 6%;
    width: 5px;
    height: 8px;
    background: #ffffff;
    bottom: 42px;
    visibility: visible;
}

body.home .banner h3 {
	font-size: 47px;
}

@media only screen and (max-width: 1200px) {
	body.home .banner p {
		font-size: 20px;
	}

	body.home .banner h3 {
		font-size: 30px;
		width: 80%;
	}

	body.home .banner a {
		font-size: 13px;
	}

	body.home .banner a:before {
		bottom: 35px;
	}
}

@media only screen and (max-width: 768px) {
	body.home .banner a  {
		position: relative;
		bottom: 0;
		display: block;
		margin-top: 20px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	body.home .banner .carousel-control-next {
		right: -10px;
	}

	body.home .banner .carousel-control-prev {
		left: -10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	body.home .banner a {
		bottom: 40px;
		right: 5%;
	}
}


body.home .archive-pretext {
	font-size: 55px;
    max-width: 100%;
}

body.home #valor .archive-subtitle,
body.home #valor .archive-pretext {
	font-size: 47px;
	line-height: 1.3em;
}


/* NAVBAR */
header #navbar {
	transition: top 0.3s;
	position: fixed;
	width: 100%;
    top: 0;
	z-index:9999;
	margin: 0;
	padding: 0;
}

/* si trec el background aleshores es comporta igual que a la HOME */
body.single header #navbar,
body.page-id-3117 header #navbar, body.page-id-3266 header #navbar,body.page-id-3438 header #navbar, body.page-template-template-search header #navbar,
body.page-id-3542 header #navbar, body.page-id-4116 #navbar, body.page-id-4115 #navbar, body.page-id-4316 #navbar, body.page-id-4339 header #navbar,
body.page-id-4260 header #navbar
  {
	/*background: #1949de;*/
	/*background: rgba(25, 73, 222, 0.8); */
}

.single-post header #navbar, .single-caso-de-exito header #navbar, .page-template-template-search header #navbar {
	background: rgba(25, 73, 222);
	background: #1949de;
}

.page-template-template-search .archive-title {padding-top:90px;}


header #navbar .navbar-brand {
	padding-left: 20px;
}

.home header #navbar #navbarNav {
    background: transparent;
}

.home header #navbar #navbarNav:hover {
	/*background: #1949de;*/
	background-color:rgb(25,73,222,0.8);
}

header #navbar #navbarNav {
	display: inline-block !important;
	text-align: right !important;
	/*max-width: 64%;*/
	max-width: 100%;
	/*background: #1949de;*/
	background: rgba(25, 73, 222, 0.8);
	padding-right: 20px;
	flex-grow: 0;
}

body.page-template-template-contact header #navbar #navbarNav {
	background: #222222 !important;
}

header #navbar #navbarNav #socialNav {
	top: 10px;
}

.admin-bar header .navbar {
	top: 32px; /* Stay on top */
}

#navbarNav.show,
#navbar.navbar-azul {
	background-color:#1949de;
	/*background-color:rgb(25,73,222,0.8);*/
}

#navbar .navbar-toggler {
	border:none;
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
}

#navbar .navbar-toggler {
	background-image:url('images/Icono-cerrar-menu-mobile.png');

}
#navbar .navbar-toggler.collapsed {
	background-image:url('images/Hamburguer.png');

}

.navbar-toggler-icon {width:31px; height: 18px; display: none;}
#navbar .navbar-nav .nav-link {color:#ffffff;line-height: 30px;/*text-transform: uppercase;*/}

#navbar .navbar-nav .current-menu-item a.nav-link {
	background: url('/wp-content/themes/saptools/images/current-line.png') center 42px no-repeat transparent;
    background-size: 100%;
}

#navbar .navbar-nav .nav-link:focus,
#navbar .navbar-nav .nav-link:hover {color:#ffffff;}

#navbar .navbar-nav {text-align:center;}
.navbar-expand-lg .navbar-nav .nav-link {padding-left:16px;padding-right:16px;}

#navbarNav.navbar-collapse li, #socialNav ul#redes li, #idiomaDesktop li {
	margin: 10px 0;
	font-size: 40px;
	display: inline-block;
}

#navbarNav.navbar-collapse li:hover > a {
	opacity: 0.5;
}

#navbarNav.navbar-collapse #socialNav > ul#redes li{
	display: inline-block;
	margin: 0 5px;
}
#navbarNav.navbar-collapse #socialNav > ul#redes li:last-of-type{
	margin: 0 0 0 5px;
}

#socialNav{ position: relative; }

#navbar .navbar-nav li.nav-item ul.navbar-nav.level_2 {
	display: block;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    position: absolute;
    background: #1949de;
}

#navbar .navbar-nav li.nav-item ul.navbar-nav.level_2 > a:hover {
	opacity: 0.5;
}

#navbar .navbar-nav li.nav-item:hover > ul.navbar-nav.level_2{
	transform: scaleY(1);
    opacity: 1;
}


/* MENU */
#navbarNav #mega-menu-wrap-max_mega_menu_1 {
	background: transparent;
	position: initial;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
	padding: 0;
	margin: 0;
	background: transparent;
	position: initial;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item {
	margin: 0;
	line-height: 60px;
	padding: 0;
	background: transparent !important;
	position: initial;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item:last-child {
	padding-right: 0;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item a {
	color: #ffffff;
	font-size: 19px;
	line-height: 60px;
	display: block;
	height: auto;
	padding: 0;
	background: transparent !important;
	margin: 0 10px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	background:transparent;
	opacity:0.65;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > a:after {
	margin-left: 2px;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > a:hover,
#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item.mega-toggle-on a  {
	text-decoration: none !important;
    background: url(/wp-content/themes/saptools/images/current-line.png) left 42px transparent repeat-x !important;
    opacity: 0.65;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item.mega-current-menu-item a {
	background: url('/wp-content/themes/saptools/images/current-line.png') left 42px repeat-x transparent !important;
    background-size: 100%;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu {
	/*width: auto;*/
	width:100%;
	margin: 0;
	padding: 35px 25px;
	background: #1949de;
	/*background: rgba(25, 73, 222, 0.8); */
	/* opacity: 1; */
	/* visibility: visible; */
	right: initial;
	left: auto;
}

/* en el cas que estigui a dalt de tot el faig semi transparent */
.navbar-transparent #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu {
	background: rgba(25, 73, 222, 0.8);
}

.single-post .navbar-transparent #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu,
.single-caso-de-exito .navbar-transparent #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu
{
	background: rgba(25, 73, 222);
}


body.page-template-template-contact #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item.mega-menu-item-has-children:hover {
	background: #000000 !important;
}

body.page-template-template-contact #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu {
	background: #000000 !important;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
	display: flex;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-menu-column.mega-menu-columns-3-of-12:first-child {
	/* width: 33.3333%; */
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-menu-column.mega-menu-columns-3-of-12:last-child {
	padding-left: 20px;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-menu-column.mega-menu-columns-3-of-12 {
	width: 45%;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-menu-column {
	/*padding: 15px 0;*/
	padding: 0px 0;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-menu-column:first-child {
	padding-right: 20px;
	/* border-right: 1px solid #ffffff; */
	margin-right: 28px;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu .widget_custom_html .custom-html-widget b {
	font-weight: 900;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    line-height: 1em;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item,
#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item a {
	line-height: 1.75em;
	/*text-transform: capitalize;*/
	font-weight: 200;
	font-size: 15.5px;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item a {
	display: inline;
	opacity: 1 !important;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item a:hover {
	opacity: 0.65 !important;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3095 a,
#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3094 a,
#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3094 a,
#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3101 a,
#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3104 a,
#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item a {
	font-weight: 900;
    /*text-decoration: underline !important;*/
    font-size: 16px;
}

#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .textwidget {
	color: #ffffff;
    font-size: 16.5px;
    line-height: 1.6em;
}


/* HOME */
.home .big-header {
	background-image: url('images/saptools-home.jpg');
	background-position: top right;
	background-size: cover;
	background-position:center;
}

@media (min-width: 992px) {
	.home .big-header {
		background-image: url('images/saptools-home.jpg');
		background-position: top;
		background-size: cover;
	}
}





.home .pre-header {
	/* min-height: auto !important; */
}

.home .pre-header .outer .inner h1{
	text-align: left;
	font-size: 2em;
	font-size: 70px;
	color: #ffffff;
	/* width: 60%; */
}

.home .archive-pretext {
	text-transform: uppercase;
	max-width: 860px;
}

#valor .big-text{
	color: #222222;
    margin: 25px 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

#testimonios {
    background-color: #222222;
    color: white;
    padding-bottom: 100px;
}

#testimonios h4 {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
}

.slick-slider {
	padding: 0;
}

#testimonios .testimonioPerson {
	margin-top: 20px;
	font-weight: bold;
}

#testimonios a, .error404 a.saptools-btn-link {
	background: #1949de;
	color: #ffffff;
	width: 45%;
	border: 1px solid #ffffff;
	border-radius: 0;
	box-shadow: 5px 5px 0px #1949de, -5px -5px 0px #1949de, -5px 5px 0px #1949de, 5px -5px 0px #1949de;
	line-height: 1em;
	font-size: 18px;
	padding: 16px 0 14px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	display: block;
}

#testimonios a:hover, .error404 a.saptools-btn-link:hover {
	opacity: 0.75;
	text-decoration: none;
}
#testimonios a:after, .error404 a.saptools-btn-link:after {
    content: " ";
    position: absolute;
    right: -1%;
    width: 10px;
    height: 5px;
    background: #1949de;
    bottom: 10px;
    visibility: visible;
}

#testimonios a:before, .error404 a.saptools-btn-link:before {
    content: " ";
    position: absolute;
    left: 2%;
    width: 5px;
    height: 10px;
    background: #1949de;
    bottom: 42px;
    visibility: visible;
}

a.saptools-btn-link {text-transform:uppercase;}

body.home .single-txt .col-6:first-child {
	padding-right: 22px;
}

body.home .single-txt .col-6:last-child {
	padding-left: 22px;
}

body.home .single-txt .col-6 p, body.home .single-txt {
	font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.5em;
}

/*** SLIDER HOME ***/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /* width: 20px; */
    /* height: 20px; */
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
    transform: rotate(90deg);
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: -25px;
    transform: rotate(-90deg);
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

.slick-slide {
    padding: 40px 60px;
    text-align: center;
    font-size: 28px;
}



/* CABECERA INTERIOR */
body #content .cabecera-inner-md {
	position: relative;
}

body #content .cabecera-inner-md h6,
body #content .cabecera-inner-md h2 {
	top: 35%;
	left: 0;
	margin: 0 0 0 6%;
	/*padding: 130px 0px 0 0;*/
	padding:0px;
	position: absolute;
	color: #ffffff;
	/*font-size: 50px;*/
	font-size: 25px;
	max-width: 75%;
	font-family: AnoStencil;
	text-transform: uppercase;
	font-weight: 500;
}

/* CLIENTES */
#clientes .item-cliente,
#clientes .item-cliente .frame {
	position: relative;
	padding-right:0px;
	padding-left:0px;
}

#clientes .item-cliente .frame img.img-frame{
	display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
}

#clientes .item-cliente:hover .frame img.img-frame {
	display: block;
	transition: color 0.4s ease-out 0s, background-color 0.4s ease 0s, transform 400ms;
	transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1);
	z-index: 1;
}

#clientes .item-cliente .layer {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
	background-color:#1949ea;
	font-size:25px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
}

#clientes .item-cliente:hover .layer{
	visibility: visible;
	opacity: 1;
}

#clientes .item-cliente .layer .outer {
	width: 100%;
}

#clientes .item-cliente .layer .outer .inner p {
	/*font-size: 45px;*/
	padding: 0px 55px;
    margin: 0;
    font-size: 35px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -.5px;
    position: relative;
    top: -10px;
}

#clientes .item-cliente .layer .excerpt{
	position: absolute;
    bottom: 30%;
    text-align: center;
    left: 30px;
    right: -30px;
    width: calc(100% - 60px);
    font-size: 18px;
}

#clientes .container .row:not(.no-gutters) {
	/*margin-top: 60px;*/
    margin-bottom: 100px;
}

#clientes .item-cliente .layer .outer .inner span.span-sbtitle{
	font-size: 18px;
}
/* BUTTON LOAD MORE */
#ajax-load-more button#load-more {
	box-shadow: none !important;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#ajax-load-more button#load-more:hover {
	opacity: 0.5;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



/* CLIENTES INNER */
body.single-caso-de-exito article .article-h1 {
    margin: 100px auto;
    text-transform: uppercase;
    font-family: AnoStencil;
}

body.single-caso-de-exito article .archive-subtitle {
    color: #222222;
}

body.single-caso-de-exito article .single-extrainfo {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 50px;
}

body.single-caso-de-exito article .single-extrainfo p {
    font-size: 18px;
}

body.single-caso-de-exito article .single-extrainfo .col-4 .title {
    margin: 0;
    color: #222222;
    font-weight: bold;
}

body.single-caso-de-exito article .single-extrainfo .col-6 .title {
    font-family: AnoStencil;
    text-transform: uppercase;
    font-size: 30px;
}

body.single-caso-de-exito article .single-extrainfo .col-6 .txt {
    line-height: 1.2;
}


body.single-caso-de-exito article .single-extrainfo a {
   color: #1949ea;
    font-weight: 600;
}



/*
body.single-clientes article .single-extrainfo a {
    background: #1949de;
    color: #ffffff;
    width: 65%;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: 5px 5px 0px #1949de, -5px -5px 0px #1949de, -5px 5px 0px #1949de, 5px -5px 0px #1949de;
    display: inline-block;
    line-height: 1em;
    font-size: 18px;
    padding: 16px 0 14px;
    position: relative;
    text-align: center;
    font-family: AnoStencil;
}
*/
body.single-caso-de-exito article .single-extrainfo a:hover {
	opacity: 0.75;
	text-decoration: none;
}

/*
body.single-clientes article .single-extrainfo a:after {
    content: " ";
    position: absolute;
    right: -2%;
    width: 10px;
    height: 5px;
    background: #1949de;
    bottom: 10px;
    visibility: visible;
}

body.single-clientes article .single-extrainfo a:before {
    content: " ";
    position: absolute;
    left: 6%;
    width: 5px;
    height: 10px;
    background: #1949de;
    bottom: 42px;
    visibility: visible;
}
*/
body.single-caso-de-exito article .hitos {
	position: relative;
	padding-bottom: 150px;
}

body.single-caso-de-exito article .hitos > div div {
	color: white;
	padding: 50px;
	height: 100%;
}

body.single-caso-de-exito article .hitos .black {
	background-color: #222222;
}

body.single-caso-de-exito article .hitos .azul {
	background-color: #1949de;
}

body.single-caso-de-exito article .hitos h2:first-child {
    font-size: 37px;
}

@media (min-width: 565px) {
	body.single-caso-de-exito article .hitos h2:first-child {
		font-size: 50px;
	}
}

@media (min-width: 768px) {
	body.single-caso-de-exito article .hitos h2:first-child {
		font-size: 37px;
	}
}

@media (min-width: 992px) {
	body.single-caso-de-exito article .hitos h2:first-child {
		font-size: 50px;
	}
}

body.single-caso-de-exito article .hitos h2 {
    text-transform: inherit;
    font-size: 30px;
    font-weight: bold;
}

body.single-caso-de-exito article .hitos ul {
  list-style-type: none;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
body.single-caso-de-exito article .hitos li {
    margin-bottom: 20px;
}

body.single-caso-de-exito article .hitos ul li:before {
  content: '-';
  position: absolute;
  margin-left: -20px;
}

body.single-caso-de-exito article .hitos a.boton-caso-exito {
    background: #1949de;
    color: #ffffff;
    width: 50%;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: 5px 5px 0px #1949de, -5px -5px 0px #1949de, -5px 5px 0px #1949de, 5px -5px 0px #1949de;
    display: inline-block;
    line-height: 1em;
    font-size: 18px;
    padding: 16px 0 14px;
    position: absolute;
    text-align: center;
    font-family: AnoStencil;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

body.single-caso-de-exito article .hitos a:hover {
	opacity: 0.75;
	text-decoration: none;
}

body.single-caso-de-exito article .hitos a.boton-caso-exito:after {
    content: " ";
    position: absolute;
    right: -1%;
    width: 10px;
    height: 5px;
    background: #1949de;
    bottom: 10px;
    visibility: visible;
}

body.single-caso-de-exito article .hitos a.boton-caso-exito:before {
    content: " ";
    position: absolute;
    left: 6%;
    width: 5px;
    height: 10px;
    background: #1949de;
    bottom: 42px;
    visibility: visible;
}
/*
body.single-clientes article .bgimg-3 {
	background-image: url("/wp-content/uploads/2018/11/cliente-fake-header.jpg");
    min-height: 500px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

body.single-caso-de-exito article.post-type-clientes .single-ttl {
	margin-top: 115px;
    margin-bottom: 80px;
}

body.single-caso-de-exito article.post-type-clientes .single-ttl h1 {
	text-transform: uppercase;
    font-size: 35px;
    font-family: AnoStencil;
    line-height: 1em;
    margin: 0;
    margin-bottom: 5px;
}

body.single-caso-de-exito article.post-type-clientes .single-img {
	margin-bottom: 80px;
	display: block !important;
}

body.single-caso-de-exito article.post-type-clientes .single-img img {
	width: 100%;
    height: auto;
}

body.single-caso-de-exito article.post-type-clientes .single-txt .col-6:first-child {
	padding-right: 22px;
}

body.single-caso-de-exito article.post-type-clientes .single-txt .col-6:last-child {
	padding-left: 22px;
}

body.single-caso-de-exito article.post-type-clientes .single-txt .col-6 p,
body.single-caso-de-exito article.post-type-clientes .single-txt .col-12 p {
	font-family: 'Open Sans', sans-serif;
    font-size: 16.5px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.4em;
}

body.single-caso-de-exito article.post-type-clientes .single-txt .col-12#all-txt {
	column-count: 2;
    column-gap: 60px;
}

body.single-caso-de-exito article.post-type-clientes .single-txt .col-12#all-txt h2 {
    font-family: AnoStencil;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #1949de;
    font-weight: 600;
    text-transform: uppercase;
}

body.single-caso-de-exito article.post-type-clientes .single-txt .col-12#all-txt h3,
body.single-caso-de-exito article.post-type-clientes .single-txt .col-12#all-txt h4,
body.single-caso-de-exito article.post-type-clientes .single-txt .col-12#all-txt h5 {
	font-family: AnoStencil;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
}

body.single-caso-de-exito article.post-type-clientes .single-extrainfo {
	margin-top: 80px;
	margin-bottom: 80px;
}

body.single-caso-de-exito article.post-type-clientes .single-extrainfo .col-4 {
	padding-right: 15px;
	padding-left: 15px;
}

body.single-caso-de-exito article.post-type-clientes #prllx-client {
	perspective: 1px;
    transform-style: preserve-3d;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

body.single-caso-de-exito article.post-type-clientes #prllx-client .single-img {
	display: flex !important;
    flex: 1 0 auto;
    position: relative;
    /*height: 100vh;*/
    transform: translateZ(-1px) scale(2);
    z-index: -1;
    max-height: 650px;
}

body.single-caso-de-exito article.post-type-clientes #prllx-client .single-ttl {
	background: #ffffff;
    padding-top: 115px;
    margin: 0;
    margin-top: 100px;
    margin-bottom: 60px;
    padding: 0;
}

body.single-caso-de-exito article.post-type-clientes #prllx-client #prllx-content {
	display: block;
    position: relative;
    background-color: white;
    z-index: 1;
    /*padding-top: 40px;*/
}


/* OFICINAS */

body.single-oficina .oficina-content h2 {
    font-size: 1.75rem;
    font-family: 'AnoStencil';
}
body.single-oficina .oficina-content .contacts{margin:60px 0 70px 0;}
body.single-oficina .oficina-content span.icon {position:absolute;width: 50px;text-align: center;height: auto;display: inline-block;}
body.single-oficina .oficina-content span.icon img{width:30px;}
body.single-oficina .oficina-content img.invert{filter:invert(1);}
body.single-oficina .oficina-map iframe{min-width: 100%;border: none!important;padding: 15px 15px 0 15px;}
body.single-oficina .oficina-form {padding: 35px 0px 35px 0px;}
body.single-oficina .oficina-form {background: #010101;margin: 0px;margin-bottom:70px;}
body.single-oficina .oficina-form p{color:#ffffff;font-size:16px;line-height:20px;margin-bottom:10px;}
body.single-oficina .oficina-form #contactform{margin:0px auto;}
body.single-oficina .oficina-form  #contactform .wpcf7-response-output {color: #fff;}
body.single-oficina .oficina-content span.icon + a {
    padding-left: 50px;
    display: inline-block;
}

@media (min-width: 992px) {
	body.single .single-item .content.oficina-content {
		padding: 60px 25px 35px 25px;
	}
	body.single-oficina .oficina-form{
		padding-left:45px;
		padding-right:45px;
	}
}

/* HITOS */

body .hitos .col-4 p.num {
	color: #1949de;
    font-size: 150px;
    line-height: 1em;
    margin: 0;
    font-weight: 600;
}

body .hitos .col-4 p.subttl {
	line-height: 1.1em;
    text-transform: uppercase;
    font-size: 45px;
    min-height: 100px;
    font-weight: 600;
}

body .hitos .col-4 p.txt {
	font-family: 'Open Sans', sans-serif;
    font-size: 16.5px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.4em;
}

body.single-planning .azul,
body.single-business-network .azul,
body.single-analytics .azul,
body.single-erp .azul,
body.single-manufacturing .azul {
    background-color: #1949de;
}

body.single-business-network article.post-type-business-network .container .col-12 > div,
body.single-planning article.post-type-planning .container .col-12 > div,
body.single-analytics article.post-type-analytics .container .col-12 > div,
body.single-erp article.post-type-erp .container .col-12 > div,
body.single-manufacturing article.post-type-manufacturing .container .col-12 > div {
	text-align: center;
}

body.single-business-network .azul .container,
body.single-planning .azul .container,
body.single-analytics .azul .container,
body.single-erp .azul .container,
body.single-manufacturing .azul .container {
    width: 60%;
    color: white;
    padding: 50px 0;
    font-weight: normal;
}

body.single-business-network .azul .container h2,
body.single-planning .azul .container h2,
body.single-analytics .azul .container h2,
body.single-erp .azul .container h2,
body.single-manufacturing .azul .container h2 {
    font-size: 32px;
    margin-bottom: 35px;
    text-align: center;
    font-weight: bold;
}

body.single-business-network .azul .container .col-12,
body.single-planning .azul .container .col-12,
body.single-analytics .azul .container .col-12,
body.single-erp .azul .container .col-12,
body.single-manufacturing .azul .container .col-12 {
    margin-bottom: 20px !important;
    margin: 0;
    align-items: center;
}

body.single-business-network .azul .container p,
body.single-planning .azul .container p,
body.single-analytics .azul .container p,
body.single-erp .azul .container p,
body.single-manufacturing .azul .container p {
    font-weight: normal;
    text-align: left !important;
}

body.single-business-network .azul .container span,
body.single-planning .azul .container span,
body.single-analytics .azul .container span,
body.single-erp .azul .container span,
body.single-manufacturing .azul .container span {
    font-weight: bold;
}

/* FOOTER */
footer.site-footer {
	height:70px;
	background-color:#222222;
	position: relative;
}

footer.site-footer .box-block {
	padding:25px 0px 25px 0px;
}

footer.site-footer .logo-footer {
	margin-left: 30px;
	position: relative;
	z-index: 10;
}

footer.site-footer .back-top {
    margin-right: 30px;
    z-index: 10;
    cursor: pointer;
    display: block;
    position: relative;
}

footer.site-footer .back-top:hover {
	opacity: .75;
}

footer.site-footer .aviso-legal {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 70px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 0;
}

footer.site-footer .aviso-legal a { color: #FFFFFF; }
footer.site-footer .aviso-legal a:hover { text-decoration: underline; }

footer.site-footer .aviso-legal img.logo-sap {
	display: inline-block;
	max-height: 40px;
	margin-right: 8px;
}

footer.site-footer .aviso-legal span a {
	color: #ffffff;
	text-decoration: none;
}

footer.site-footer .aviso-legal span a:hover {
	opacity: 0.5;
}

footer.site-footer .arrow-footer {
	margin-top:24px;
	text-align:center;
	position:relative;
	right:-30px;
}

.footer-logos {float: right;}
footer.site-footer .footer-logos{display:none}


/* CONTACTO */
.page-template-template-contact {
	background-color:#222222 !important;
	color:#ffffff;
}

body.page-template-template-contact footer.site-footer {
	/* border-top: 15px solid #1949de; */
}

#contactform h2 {
	font-size:28px;
}

#contactform .contact-text {
	font-family: 'Open Sans', sans-serif;
	font-size:19px;
	font-weight:300;
}

#contactform .col-md-6.thanks-md {
	padding-right: 100px;
}

#contactform .col-md-6.thanks-md p:nth-child(6),
#contactform .col-md-6.thanks-md p:nth-child(7) {
	margin-bottom: 5px;
}

#contactform .contact-italic {
	font-family: 'Open Sans', sans-serif;
	font-size:19px;
	font-style:italic;
	font-weight:300;
	color:#808080;
}

#contactform a.llamada,
#contactform a.email {
	margin-left:20px;
	font-family: 'Open Sans', sans-serif;
	font-size:23px;
	font-weight:300;
	color:#ffffff;
	text-decoration:none;
}

body #contactform .customInput {
	position: relative;
}

body #contactform .customInput input,
body #contactform .customInput textarea {
	width: 92%;
    color: #9e9e9e;
    padding: 8px 10px;
    background: #222;
    border: 1px solid #9e9e9e;
    /* margin-bottom: 10px; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 20px;
    max-height: 250px;
}

/* body #contactform .customInput.odd:before, */
body #contactform .customInput.odd > span:before {
	content:" ";
	position: absolute;
	right: 20%;
	width: 5px;
	height: 10px; background: #222;
	top: 0px;
}
/* body #contactform .customInput.odd:after, */
body #contactform .customInput.odd > span:after {
	content:" ";
	position: absolute;
	left: 0px;
	width: 10px;
	height: 5px;
	background: #222;
	transform: translate(-50%,50%);
	top: 50%;
}

/* body #contactform .customInput.even:before, */
body #contactform .customInput.even > span:before {

	content:" ";
	position: absolute;
	left: 20%;
	width: 5px;
	height: 10px;
	background: #222;
	top:100%;
	transform:translateY(-50%);
}

/* body #contactform .customInput.even:after, */
body #contactform .customInput.even > span:after {
		content:" ";
	position: absolute;
	right: 0px;
	width: 10px;
	height: 5px;
	background: #222;
	transform: translateY(-50%);
	top: 50%;
}
body #contactform p.customInput{margin-bottom:0px;}
body #contactform .customInput.odd-txtarea {
	display: block;
}

body #contactform .customInput.odd-txtarea:before,
body #contactform .customInput.odd .your-message > span:before {
		content: " ";
    position: absolute;
    right: 40%;
    width: 5px;
    height: 10px;
    background: #222;
    top: -5px;
}

body #contactform .customInput.odd-txtarea:after,
body #contactform .customInput.odd .your-message > span:after {
		content:" ";
	position: absolute;
	left: 30%;
	width: 5px;
	height: 10px;
	background: #222;
	bottom: 15px;
	visibility: visible;
}

body #contactform .buttonCenterCont {
	position: relative;
}

body #contactform .buttonCenterCont input.btn {
    color: #ffffff;
    padding: 8px 10px;
    background: #222;
    border: 1px solid #ffffff;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    min-width: 150px;
    border-radius: 0;
}

body #contactform .buttonCenterCont input.btn:hover {
	opacity: 0.75;
	background: #ffffff;
	color: #222222;
}

body #contactform .buttonCenterCont:after {
	content: " ";
    position: absolute;
    right: 28%;
    width: 5px;
    height: 10px;
    background: #222;
    bottom: 26px;
    visibility: visible;
}

body #contactform form .form-messag a,
body #contactform form .error-msg-container a {
	color: #ffffff;
	text-decoration: underline;
}

body #contactform form .form-messag a:hover,
body #contactform form .error-msg-container a:hover {
	opacity: 0.75;
}

#cabecera-contacto {margin-top:200px;}
#contactform {margin-top:150px; margin-bottom: 120px;margin-bottom: 50px;margin-top:60px;}
#contactform .logo-contacto {margin-top:65px;}


/*- XM - ContactForm 7 Estils -*/
span.wpcf7-not-valid-tip {display: none!important;}
input.wpcf7-not-valid,textarea.wpcf7-not-valid{border-color:#dc3545 !important}
span.wpcf7-form-control-wrap{display:flex;margin-bottom:10px;}
.mcinterests span.wpcf7-form-control-wrap{margin-bottom:0px;}
span.wpcf7-form-control-wrap input:not([type="checkbox"]), span.wpcf7-form-control-wrap textarea {width: 100%!important;resize: none;}
@media (min-width: 768px) {
	span.wpcf7-form-control-wrap{margin-bottom:13px;}
	.mcinterests span.wpcf7-form-control-wrap{margin-bottom:0px;}

}
.interest > p > span {display: flex;width: 100%;}
.interest > p > span span, .interest > p > span label {width: 100%;flex: 1;display: flex;gap: 10px;}
.interest > p > span label input {flex: 0 0 18px;}

.wpcf7-response-output {
    margin: 0px!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	border-color:#00a0d2;
}
span.wpcf7-list-item{margin-left:0px;}


#LocationBoxes .col-md-3 {
	padding: 6px 30px;
}

#LocationBoxes .col-md-3:nth-child(2) {
	/*border-left: 1px dotted #ffffff;
    border-right: 1px dotted #ffffff;*/
}

#LocationBoxes .col-md-3:nth-child(4) {
	/*border-left: 1px dotted #ffffff;*/
    /*border-right: 1px dotted #ffffff;*/
}

#LocationBoxes .col-md-3 h5 {
	font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}
#LocationBoxes .col-md-3 h3 {
	font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
	text-transform:initial;
}
#LocationBoxes .col-md-3 .location {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 200;
	margin-top: 25px;
	padding-left: 52px;
	padding-right: 0px;
	background: url('/wp-content/themes/saptools/images/location2.png') no-repeat top left transparent;
	background-size: 6%;
}

#LocationBoxes .col-md-3 .phone {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 25px;
    padding-left: 55px;
    margin-bottom: 0;
    background: url('/wp-content/themes/saptools/images/telf.png') no-repeat top left transparent;
    padding-bottom: 5px;
}

#LocationBoxes .LocationBoxes-container a{
	color:#ffffff;
	text-decoration:none;
}

#LocationBoxes {
	margin-bottom:30px;
}


.ethicalsaptools {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top:25px;
 }


/* NEWS/BLOG/ACTUALIDAD PAGE */
#blog-md .container .alm-btn-wrap {
	margin-top: 60px;
    margin-bottom: 100px;
}

#blog-md .grid-item.category-sin-categorizar .grid-footer {
	background-color: #f2f2f2 !important;
}

#blog-md .grid-item.category-sin-categorizar .grid-footer .category,
#blog-md .grid-item.category-sin-categorizar .grid-footer .share,
#blog-md .grid-item.category-sin-categorizar .grid-footer span.date,
#blog-md .grid-item.category-sin-categorizar .grid-footer a {
	color: #000000 !important;
}

#blog-md .grid-item.category-sin-categorizar .grid-footer h3.grid-item-title a {
	color: #1949ea !important;
}


/* GRID */
.grid-item {
	margin-bottom: 30px;
	background: #f2f2f2 !important;
	position: relative;
	padding: 0;
	border-right: 15px solid #ffffff;
	border-left: 15px solid #ffffff;
}

.grid-item.category-medios {
	background-color: #1949ea !important;
}

.grid-item .category {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #000000;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}

.single-item .category ul.post-categories,
.grid-item .category ul.post-categories {
	margin: 0;
	padding: 15px 0 10px 0;
	list-style: none;
}

.grid-item img.img-responsive {
	padding: 0px;
	margin: 0px;
}

.single-item .category ul.post-categories li,
.grid-item .category ul.post-categories li {
	display: none;
	margin: 0;
	padding: 0;
}
.single-item .category ul.post-categories li:first-of-type,
.grid-item .category ul.post-categories li:first-of-type {
	display: inline-block;
}

.grid-item .grid-item-title {
	color: #1949ea;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}

.grid-item .grid-item-title a {
	color:#1949ea;
	font-size:18px;
	font-weight:600;
	text-transform: none;
	letter-spacing: -0.5px;
}

.grid-item .grid-item-title a:hover {
	text-decoration: none;
	opacity: 0.75;
}

.grid-item .grid-footer {
	padding: 15px;
	background-color: #f2f2f2;
	/*-padding-bottom: 60px;-*/
}

.grid-item span.date {
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	font-size:16px;
	position: absolute;
    bottom: 15px;
    left: 15px;
    display:none;
}

.grid-item div.share {
	float: right;
	position: absolute;
    bottom: 15px;
    right: 15px;
}


/* SERVICIOS PAGE */
#servicios .row.no-gutters {
	text-align: center;
	display: block;
}

#servicios .item-servicio,
#servicios .item-servicio .frame {
	position: relative;
}

#servicios .item-servicio {
	border: 5px solid #ffffff;
	border-top-width: 10px;
	flex: none;
    display: inline-block;
    max-width: 33.05555555%;
    text-align: center;
}

#servicios .item-servicio .frame img.img-frame{
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    z-index: 999;
}

#servicios .item-servicio .layer {
	transition: background 0.25s linear;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    background: transparent;
    color: #ffffff;
}

#servicios .item-servicio:hover .layer{
	background:rgba(25,73,234,.75);
}

#servicios .item-servicio .layer .outer {
	width: 100%;
}

#servicios .item-servicio .layer .outer .inner p {
	padding: 0px 30px;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
}

#servicios .item-servicio .layer .excerpt{
	position: absolute;
    bottom: 22%;
    text-align: center;
    left: 30px;
    right: -30px;
    width: calc(100% - 60px);
    font-size: 18px;
}

#servicios .container .row:not(.no-gutters) {
	margin-top: 60px;
    margin-bottom: 100px;
}

/* PARTNERS */
#partners {
	background: url('/wp-content/uploads/2018/11/partner-bkg.png') center right no-repeat #1e4fda;
    padding: 100px 0;
}

#partners .col-md-6 {
	flex: none;
    display: block;
    width: 600px;
    max-width: 600px;
    margin-right: 175px;
}

#partners .col-md-6 h2 {
    color: #ffffff;
    text-align: left;
    margin-bottom: 25px;
    font-size: 32px;
    padding-bottom: 0;
    padding-top: 0;
    font-weight: 600;
}

#partners .col-md-6 h2 + p {
	color: #ffffff;
    font-size: 55px;
    font-weight: 900;
    text-align: left;
    max-width: 100%;
    margin: 50px auto 0;
    line-height: 1.2;
}

#partners .col-md-6 img {
	max-width: 200px;
	margin-top: 40px;
	margin-right: 10px;
}


/* SERVICIOS INNER */
body.single-servicios article.post-type-servicios .single-ttl,
body.single-business-network article.post-type-business-network .single-ttl,
body.single-planning article.post-type-planning .single-ttl,
body.single-erp article.post-type-erp .single-ttl,
body.single-analytics article.post-type-analytics .single-ttl,
body.single-manufacturing article.post-type-manufacturing .single-ttl {
	margin-top: 65px;
    margin-bottom: 50px;
}

body.single-servicios article.post-type-servicios .single-ttl h1,
body.single-business-network article.post-type-business-network .single-ttl h1,
body.single-planning article.post-type-planning .single-ttl h1,
body.single-erp article.post-type-erp .single-ttl h1,
body.single-manufacturing article.post-type-manufacturing .single-ttl h1,
body.single-analytics article.post-type-analytics .single-ttl h1 {
	text-transform: uppercase;
    font-size: 35px;
    font-family: AnoStencil;
    line-height: 1em;
    margin: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

body.single-business-network article.post-type-business-network .container h3,
body.single-planning article.post-type-planning .container h3,
body.single-analytics article.post-type-analytics .container h3,
body.single-manufacturing article.post-type-manufacturing .container h3,
body.single-erp article.post-type-erp .container h3  {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
/*
Albert 15-04-2019
body.single-planning article.post-type-planning .container .col-12,
body.single-analytics article.post-type-analytics .container .col-12,
body.single-erp article.post-type-erp .container .col-12 {
	margin-bottom: 100px;
}
*/

body.single-business-network article.post-type-business-network .container p,
body.single-planning article.post-type-planning .container p,
body.single-analytics article.post-type-analytics .container p,
body.single-manufacturing article.post-type-manufacturing .container p,
body.single-erp article.post-type-erp .container p {
    width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

body.single-business-network article.post-type-business-network .container .single-txt,
body.single-planning article.post-type-planning .container .single-txt,
body.single-analytics article.post-type-analytics .container .single-txt,
body.single-manufacturing article.post-type-manufacturing .container .single-txt,
body.single-erp article.post-type-erp .container .single-txt {
	color: white;
}

body.single-business-network article.post-type-business-network .container .single-txt > div > div,
body.single-planning article.post-type-planning .container .single-txt > div > div,
body.single-analytics article.post-type-analytics .container .single-txt > div > div,
body.single-manufacturing article.post-type-manufacturing .container .single-txt > div > div,
body.single-erp article.post-type-erp .container .single-txt > div > div {
    padding: 20px 50px 50px 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

body.single-business-network article.post-type-business-network .container .single-txt > div h3,
body.single-planning article.post-type-planning .container .single-txt > div h3,
body.single-analytics article.post-type-analytics .container .single-txt > div h3,
body.single-manufacturing article.post-type-manufacturing .container .single-txt > div h3,
body.single-erp article.post-type-erp .container .single-txt > div h3{
    color: white;
    font-family: AnoStencil;
	margin-top:30px;
	margin-bottom:10px;
	margin-top:10px;
	font-size:32px;
	margin-bottom:30px;
}

body.single-business-network article.post-type-business-network .container .single-txt .black,
body.single-planning article.post-type-planning .container .single-txt .black,
body.single-analytics article.post-type-analytics .container .single-txt .black,
body.single-manufacturing article.post-type-manufacturing .container .single-txt .black,
body.single-erp article.post-type-erp .container .single-txt .black {
    background-color: #222222;
}

body.single-business-network article.post-type-business-network .container .single-txt .azul,
body.single-planning article.post-type-planning .container .single-txt .azul,
body.single-analytics article.post-type-analytics .container .single-txt .azul,
body.single-manufacturing article.post-type-manufacturing .container .single-txt .azul,
body.single-erp article.post-type-erp .container .single-txt .azul {
    background-color: #1949ea;
}

body.single-business-network article.post-type-business-network .container .single-txt ul,
body.single-planning article.post-type-planning .container .single-txt ul,
body.single-analytics article.post-type-analytics .container .single-txt ul,
body.single-manufacturing article.post-type-manufacturing .container .single-txt ul,
body.single-erp article.post-type-erp .container .single-txt ul {
    list-style: none;
    padding: 0;
}

body.single-business-network article.post-type-business-network .container .single-txt ul li,
body.single-planning article.post-type-planning .container .single-txt ul li,
body.single-analytics article.post-type-analytics .container .single-txt ul li,
body.single-manufacturing article.post-type-manufacturing .container .single-txt ul li,
body.single-erp article.post-type-erp .container .single-txt ul li {
    margin-bottom: 20px;
}

body.single-business-network article.post-type-business-network .container .single-txt > div strong,
body.single-planning article.post-type-planning .container .single-txt > div strong,
body.single-analytics article.post-type-analytics .container .single-txt > div strong,
body.single-manufacturing article.post-type-manufacturing .container .single-txt > div strong,
body.single-erp article.post-type-erp .container .single-txt > div strong{
    display: block;
    margin-top: 20px;
}

body.single-servicios article.post-type-servicios .single-img,
body.single-business-network article.post-type-business-network .single-img,
body.single-planning article.post-type-planning .single-img,
body.single-erp article.post-type-erp .single-img,
body.single-manufacturing article.post-type-manufacturing .single-img,
body.single-analytics article.post-type-analytics .single-img {
	/*margin-bottom: 65px;*/
	display: block !important;
}

body.single-servicios article.post-type-servicios .single-img img,
body.single-business-network article.post-type-business-network .single-img img,
body.single-planning article.post-type-planning .single-img img,
body.single-erp article.post-type-erp .single-img img,
body.single-manufacturing article.post-type-manufacturing .single-img img,
body.single-analytics article.post-type-analytics .single-img img {
	width: 100%;
    height: auto;
}

body.single-servicios article.post-type-servicios .single-txt .col-6 p,
body.single-business-network article.post-type-business-network .single-txt .col-6 p,
body.single-planning article.post-type-planning .single-txt .col-6 p,
body.single-erp article.post-type-erp .single-txt .col-6 p,
body.single-manufacturing article.post-type-manufacturing .single-txt .col-6 p,
body.single-analytics article.post-type-analytics .single-txt .col-6 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16.5px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.4em;
}

body.single-servicios article.post-type-servicios .single-txt .col-6 ul,
body.single-business-network article.post-type-business-network .single-txt .col-6 ul,
body.single-planning article.post-type-planning .single-txt .col-6 ul,
body.single-erp article.post-type-erp .single-txt .col-6 ul,
body.single-manufacturing article.post-type-manufacturing .single-txt .col-6 ul,
body.single-analytics article.post-type-analytics .single-txt .col-6 ul {
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 45px;
}

body.single-servicios article.post-type-servicios .single-txt .col-6 ul:last-child,
body.single-business-network article.post-type-business-network .single-txt .col-6 ul:last-child,
body.single-planning article.post-type-planning .single-txt .col-6 ul:last-child,
body.single-manufacturing article.post-type-manufacturing .single-txt .col-6 ul:last-child,
body.single-erp article.post-type-erp .single-txt .col-6 ul:last-child,
body.single-analytics article.post-type-analytics .single-txt .col-6 ul:last-child,
body.single-servicios article.post-type-servicios .single-txt .col-6 p:last-child,
body.single-business-network article.post-type-business-network .single-txt .col-6 p:last-child,
body.single-planning article.post-type-planning .single-txt .col-6 p:last-child,
body.single-manufacturing article.post-type-manufacturing .single-txt .col-6 p:last-child,
body.single-erp article.post-type-erp .single-txt .col-6 p:last-child,
body.single-analytics article.post-type-analytics .single-txt .col-6 p:last-child  {
	margin: 0 !important;
}

body.single-servicios article.post-type-servicios .single-txt .col-6:last-child br,
body.single-business-network article.post-type-business-network .single-txt .col-6:last-child p br,
body.single-planning article.post-type-planning .single-txt .col-6:last-child p br,
body.single-erp article.post-type-erp .single-txt .col-6:last-child p br,
body.single-manufacturing article.post-type-manufacturing .single-txt .col-6:last-child p br,
body.single-analytics article.post-type-analytics .single-txt .col-6:last-child p br {
	display: none;
}

body.single-servicios article.post-type-servicios .single-txt .col-6 ul li,
body.single-business-network article.post-type-business-network .single-txt .col-6 ul li,
body.single-planning article.post-type-planning .single-txt .col-6 ul li,
body.single-manufacturing article.post-type-manufacturing .single-txt .col-6 ul li,
body.single-erp article.post-type-erp .single-txt .col-6 ul li,
body.single-analytics article.post-type-analytics .single-txt .col-6 ul li {
	margin-bottom: 10px;
}

body.single-servicios article.post-type-servicios .single-txt .col-6 ul li strong,
body.single-manufacturing article.post-type-manufacturing .single-txt .col-6 ul li strong,
body.single-business-network article.post-type-business-network .single-txt .col-6 ul li strong,
body.single-planning article.post-type-planning .single-txt .col-6 ul li strong,
body.single-erp article.post-type-erp .single-txt .col-6 ul li strong,
body.single-analytics article.post-type-analytics .single-txt .col-6 ul li strong,
body.single-servicios article.post-type-servicios .single-txt .col-6 p strong,
body.single-manufacturing article.post-type-manufacturing .single-txt .col-6 p strong,
body.single-business-network article.post-type-business-network .single-txt .col-6 p strong,
body.single-planning article.post-type-planning .single-txt .col-6 p strong,
body.single-erp article.post-type-erp .single-txt .col-6 p strong,
body.single-analytics article.post-type-analytics .single-txt .col-6 p strong {
	font-family: 'Open Sans', sans-serif;
    font-size: 16.5px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.4em;
}

body.single-servicios article.post-type-servicios .single-txt .col-6 ul li:before,
body.single-business-network article.post-type-business-network .single-txt .col-6 ul li:before,
body.single-planning article.post-type-planning .single-txt .col-6 ul li:before,
body.single-erp article.post-type-erp .single-txt .col-6 ul li:before,
body.single-manufacturing article.post-type-manufacturing .single-txt .col-6 ul li:before,
body.single-analytics article.post-type-analytics .single-txt .col-6 ul li:before {
	content: "- ";
}

body.single-servicios article.post-type-servicios .single-txt .col-6:last-child p:first-child strong,
body.single-business-network article.post-type-business-network .single-txt .col-6:last-child p:first-child strong,
body.single-planning article.post-type-planning .single-txt .col-6:last-child p:first-child strong,
body.single-erp article.post-type-erp .single-txt .col-6:last-child p:first-child strong,
body.single-manufacturing article.post-type-manufacturing .single-txt .col-6:last-child p:first-child strong,
body.single-analytics article.post-type-analytics .single-txt .col-6:last-child p:first-child strong {
	font-family: AnoStencil;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #1949de;
    font-weight: 600;
    text-transform: uppercase;
}

body.single-servicios article.post-type-servicios .caracteristicas-txt.col-6,
body.single-business-network article.post-type-business-network .caracteristicas-txt.col-6,
body.single-planning article.post-type-planning .caracteristicas-txt.col-6,
body.single-manufacturing article.post-type-manufacturing .caracteristicas-txt.col-6,
body.single-erp article.post-type-erp .caracteristicas-txt.col-6,
body.single-analytics article.post-type-analytics .caracteristicas-txt.col-6  {
	font-family: 'Open Sans', sans-serif;
    font-size: 16.5px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.4em;
    padding-right: 30px;
}

body.single-servicios article.post-type-servicios .col-6:last-child,
body.single-business-network article.post-type-business-network .col-6:last-child,
body.single-planning article.post-type-planning .col-6:last-child,
body.single-manufacturing article.post-type-manufacturing .col-6:last-child,
body.single-erp article.post-type-erp .col-6:last-child,
body.single-analytics article.post-type-analytics .col-6:last-child {
	padding-left: 30px;
}

body.single-servicios article.post-type-servicios .caracteristicas-txt.col-6 h2,
body.single-business-network article.post-type-business-network .caracteristicas-txt.col-6 h2,
body.single-planning article.post-type-planning .caracteristicas-txt.col-6 h2,
body.single-manufacturing article.post-type-manufacturing .caracteristicas-txt.col-6 h2,
body.single-erp article.post-type-erp .caracteristicas-txt.col-6 h2,
body.single-analytics article.post-type-analytics .caracteristicas-txt.col-6 h2,
body.single-servicios article.post-type-servicios .col-6 h2,
body.single-business-network article.post-type-business-network .col-6 h2,
body.single-planning article.post-type-planning .col-6 h2,
body.single-erp article.post-type-erp .col-6 h2,
body.single-analytics article.post-type-analytics .col-6 h2
body.single-servicios article.post-type-servicios .caracteristicas-txt.col-6 strong,
body.single-manufacturing article.post-type-manufacturing .caracteristicas-txt.col-6 strong,
body.single-business-network article.post-type-business-network .caracteristicas-txt.col-6 strong,
body.single-planning article.post-type-planning .caracteristicas-txt.col-6 strong,
body.single-erp article.post-type-erp .caracteristicas-txt.col-6 strong,
body.single-analytics article.post-type-analytics .caracteristicas-txt.col-6 strong,
body.single-manufacturing article.post-type-manufacturing .col-6 strong,
body.single-servicios article.post-type-servicios .col-6 strong,
body.single-business-network article.post-type-business-network .col-6 strong,
body.single-planning article.post-type-planning .col-6 strong,
body.single-erp article.post-type-erp .col-6 strong,
body.single-analytics article.post-type-analytics .col-6 strong {
	font-family: AnoStencil;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #1949de;
    font-weight: 600;
    text-transform: uppercase;
}

#ecl-notice {
    padding: 15px 30px !important;
}

#ecl-notice a:hover:first-child {
	opacity: 0.65;
}


/* SINGLE ACTUALIDAD */

body.single hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
}

body.single h1 {
	font-family: 'Open Sans', sans-serif;
	color: #164fe7;
	font-size:35px;
	font-weight:600;
}

body.single .single-item .date {
	font-weight: 900;
    font-size: 17.5px;
    line-height: 1em;
    display: block;
}

body.single .single-item .category {
	font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    display: block;
    padding: 30px 0;
}

body.single-post .single-item img.img-fluid {
	width: 100%;
}

body.single .single-item .content {
	padding: 10px;
	background-color: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
    font-size: 16.5px;
    line-height: 1.5em;
    position: relative;
}

body.single .single-item .content p {
	margin-bottom: 30px;
	margin-top: 0;
    font-size: 16.5px;
    line-height: 1.4em;
}

body.single .single-item .content h3 {
	font-weight: 600;
}


@media (min-width: 992px) {
	body.single .single-item .content #all-txt {
		column-count: 2;
		column-gap: 60px;
	}
	body.single .single-item .content {
		padding:60px;
	}
}


body.single.postid-3022 .single-item .content #all-txt, body.single.postid-3447 .single-item .content #all-txt  {
	column-count: 1;
}



body.single .single-item .content #all-txt video, body.single .single-item .content #all-txt .mejs-container {
    /* max-width: 500px; */
    display: block;
}

body.single .single-item div.share {
	float: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
    line-height: 1em;
}

body.single-post h2.archive-title {
	margin-top: 66px;
}

body.single main.single h2.archive-title {
	padding-top: 125px;
}

body.single-post main.single h2.archive-title {
	padding-top: 10px;
}

body.single-post blockquote.wp-block-quote p:before {
	content: '“';
	font-size: 26px;
	line-height: 26px;
	font-family: cursive;
	height: 10px;
	position: absolute;
	font-size: 50px;
	margin-left: -22px;
 }
 body.single-post blockquote.wp-block-quote p:after {
	content: '”';
	line-height: 26px;
	font-family: cursive;
	height: 11px;
	position: absolute;
	font-size: 50px;
	margin-left: 0px;
	margin-top: 5px;
 }

div#all-txt figure img{
	max-width:100%;

}

 

/* SHARE */
.share{
	cursor: pointer;
}

.share .wrapper-share {
	display: none;
    position: absolute;
    height: 37px;
    width: 100px;
    right: -38px;
    top: 25px;
    z-index: 1000000;
    padding: 6px 0;
    text-align: center;
    background: #dddddd;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #eaeaea;
}

.share .wrapper-share .sharethis-inline-share-buttons:after {
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #dddddd;
    top: -3px;
    left: calc(50% - 6px);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    z-index: -1;
}

.share .wrapper-share .sharethis-inline-share-buttons {
	text-align: center !important;
}

.share .wrapper-share .st-btn {
	width: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
	padding: 0 !important;
	margin-right: 6px !important;
}

.share .wrapper-share .st-btn.st-last{
	margin-right: 0 !important;
}

.share .wrapper-share .st-btn > svg {
	top: 5px !important;
}


/* TALENTO */
body.page-template-template-talento #content .cabecera-inner-md h1 {
	max-width: 575px;
}

body.page-template-template-talento #talento-intro {
	padding:0;
	width:100%;
	height: auto;
	display: table;
}

body.page-template-template-talento #talento-intro h3 {
	color:#1949de;
	margin-bottom: 50px;
}

body.page-template-template-talento #talento-intro.repeat h3 {
	/* text-transform: none; */
	font-weight: 200;
	width: 100%;
	/* max-width: 95%; */
	font-size: 45px;
	margin-bottom: 35px;
	margin: 0 auto;
}

body.page-template-template-talento #talento-intro h4 {
	margin:30px auto 30px;
	color:#000;
	font-family: AnoStencil;
	font-size: 35px;
	line-height: 1;
	font-weight:normal;
	text-transform: uppercase;
	text-align:center;
	width: 70%;
	display:block;
}

body.page-template-template-talento #talento-intro p {
	margin: 30px auto 0 auto;
	color:#000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size:16.5px;
	line-height: 1.5;
	text-align:center;
	width: 80%;
	display:block;
	text-transform: uppercase;
}

body.page-template-template-talento #talento-intro p strong {
	font-weight:900;
	font-size: 17.5px;
	margin-bottom: 50px;
	display: block;
}

body.page-template-template-talento #talento-intro .btn_azul {
	margin:0px auto;
	background:#1949de url('/wp-content/themes/saptools/images/btn_azulborde.png') no-repeat 50% 50%;
	background-size:auto;
	color:#fff;
	font-size:16px;
	line-height: 3.4;
	text-align: center;
	text-transform: uppercase;
	width:258px;
	height: 54px;
	display:block;
}

body.page-template-template-talento #talento-intro .btn_azul:hover {
	text-decoration: none;
	opacity: 0.75;
}

body.page-template-template-talento section#black {
	background: #222222 !important;
}

body.page-template-template-talento section#azul, body.page-template-template-talento section#black {
	padding:5em 4em;
	background: #1949de;
	color:#fff;
	width:100%;
	height: auto;
	display: table;
	box-sizing: border-box;
}

body.page-template-template-talento section#azul h2, body.page-template-template-talento section#black h2 {
	margin:0 auto 50px;
	color:#fff;
	font-family: AnoStencil;
	font-size:50px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	width:90%;
	display:block;
}

body.page-template-template-talento section#azul h4 {
	margin: 60px auto;
	color:#fff;
	font-family: AnoStencil;
	font-size: 60px;
	line-height: 1;
	font-weight:normal;
	text-transform: uppercase;
	text-align:center;
	width:70%;
	display:block;
}

body.page-template-template-talento section#black p {
	margin: 0 auto;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16.5px;
	line-height: 1.5;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 673px;
	font-weight: 400;
	color: white;
}

body.page-template-template-talento section#azul p {
	color:#fff;
	font-family: AnoStencil;
	font-size: 35px;
	line-height: 1;
	font-weight:normal;
	text-transform: uppercase;
	display:block;
}

body.page-template-template-talento section#azul p:last-child {
    font-weight: bold;
    margin-top: 30px;
    display: block;
}

body.page-template-template-talento section#azul p strong {
	font-weight:700;
}

body.page-template-template-talento section#azul .altofotos {
	margin:35px auto 0;
	width:100%;
	height: auto;
	position:relative;
}

body.page-template-template-talento section#azul .altobox {
	/* background:#fff; */
	display:block;
	padding-bottom:20px;
	height: auto;
	position:relative;
}

body.page-template-template-talento section#azul .altobox_img {
	margin-bottom:30px;
	display:block;
	width:auto;
	overflow:hidden;
	position:relative;
}

body.page-template-template-talento section#azul .altobox_img img {
	height: auto;
}

body.page-template-template-talento section#azul .altobox h5 {
	margin: 0 auto 10px;
	/* color: #1949de; */
	font-family: AnoStencil;
	font-size: 30px;
	line-height: 1.3em;
	text-transform: uppercase;
	text-align: center;
	width: 80%;
	display: block;
	font-weight: 900;
}

body.page-template-template-talento section#azul .altobox p {
	margin: 0 auto 10px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0px 50px;
	font-weight: 500;
	/* color: #1949de; */
}

body.page-template-template-talento section#azul .galeria, body.page-template-template-talento section#black .altobox {
	margin:35px auto 0;
	width:100%;
	height: auto;
	display:block;
	position:relative;
}

body.page-template-template-talento section#azul .galeria img, body.page-template-template-talento section#black .altobox img {
	width:100%;
}

body.page-template-template-talento section#black .altobox h5 {
    width: 90%;
    text-align: center;
    font-size: 30px;
    margin: 40px auto 10px auto;
    text-transform: uppercase;
}

body.page-template-template-talento section#black .altobox p {
    width: 70%;
}

body.page-template-template-talento section#doble {
	width:100%;
	height: auto;
	display:block;
	background:#fff;
}

body.page-template-template-talento section#doble .row {
	margin:0;
	height: 100%;
	z-index: 10;
	position: relative;
}

body.page-template-template-talento section#doble .fondoblanco1 {
	padding:88px 0 0;
}

body.page-template-template-talento section#doble .fondonegro1 {
	background:#FFF;
	padding:120px 0 0;
}

body.page-template-template-talento section#doble {
	position: relative;
}

body.page-template-template-talento section#doble.blckBckg1:after {
	content: "";
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	background: #FFFFFF;
	z-index: 1;
}

body.page-template-template-talento section#doble.blckBckg2:after {
	content: "";
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	z-index: 1;
}

body.page-template-template-talento section#doble h2 {
	margin:0px;
	color:#1949de;
	font-family: AnoStencil;
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	width:80%;
	display:block;
}

body.page-template-template-talento section#doble .boxazul {
	background:#1949de;
	color:#fff;
	padding:50px;
}

body.page-template-template-talento section#doble .box {
	margin-top:60px;
	width:100%;
	height: 892px;
	display:block;
	overflow: hidden;
}

body.page-template-template-talento section#doble .box img.fotobn {
	width: 100%;
    height: auto;
	display:block;
}

body.page-template-template-talento section#doble .box h2 {
	margin: 30px 0;
	color:#fff;
	font-size:30px;
	font-family: AnoStencil;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	width:100%;
	display:block;
}

body.page-template-template-talento section#doble .box h3 {
	margin-bottom: 30px;
	color:#fff;
	font-size:36px;
	font-family: AnoStencil;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	width:100%;
	display:block;
}

body.page-template-template-talento section#doble .box h4 {
	margin-bottom: 30px;
	color:#fff;
	font-size:22px;
	font-family: AnoStencil;
	line-height: 1.25;
	font-weight:normal;
	text-transform: uppercase;
	text-align:left;
	width:65%;
	display:block;
}

body.page-template-template-talento section#doble .box h5 {
	color:#fff;
	font-size:18px;
	font-family: AnoStencil;
	line-height: 1;
	font-weight:normal;
	text-transform: uppercase;
	text-align:left;
	width:100%;
	display:block;
	margin-bottom: 25px;
}

body.page-template-template-talento section#doble .box p {
	margin: 0 auto 20px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16.5px;
    line-height: 1.3;
    text-align: left;
    width: 100%;
    display: block;
    font-weight: 300;
}

body.page-template-template-talento section#doble .box p.subtit {
	margin:0 auto 20px;
	font-size:21px;
}

body.page-template-template-talento section#doble .btn_blanco {
	margin: 20px 0px;
	background:#fff url('/wp-content/themes/saptools/images/btn_blancoborde.png') no-repeat 50% 50%;
	background-size:auto;
	color:#1949de;
	font-size:16px;
	line-height: 3.4;
	text-align: center;
	text-transform: uppercase;
	width:258px;
	height: 54px;
	display:block;
    margin-top: 60px;
}

body.page-template-template-talento section#doble .btn_blanco + .btn_blanco {
	margin-top: 25px;
	font-weight: bold;
}

body.page-template-template-talento section#doble .btn_blanco:hover {
	text-decoration: none;
	opacity: 0.75;
}

body.page-template-template-talento section#doble .fondoblanco2 {
	padding:0 0 90px;
}

body.page-template-template-talento section#doble .fondonegro2 {
	background:#FFF;
	padding:0 0 90px;
}

body.page-template-template-talento section#doble .fondoblanco2 .box,
body.page-template-template-talento section#doble .fondonegro2 .box {
	margin-top:0px;
}

body.page-id-3117 h2, body.page-id-3266 h2,body.page-id-3438 h2, body.page-id-3542 h2, body.page-id-3816 h2, body.page-id-3823 h2, body.page-id-4116 h2, body.page-id-4115 h2, body.page-id-4316 h2, body.page-id-4339 h2, body.page-id-4260 h2 {
	color: #1949ea;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 40px 0 35px 0;
}

body.page-id-3117 .single-item p, body.page-id-3266 .single-item p, body.page-id-3542 .single-item p, body.page-id-3816 .single-item p, body.page-id-3823 .single-item p, body.page-id-4116 .single-item p, body.page-id-4115 .single-item p, body.page-id-4316 .single-item p, body.page-id-4339 .single-item p, body.page-id-4260 .single-item p {
	margin-bottom: 25px;
}

body.page-id-3117 .single-item ul, body.page-id-3266 .single-item ul, body.page-id-3542 .single-item ul, body.page-id-4116 .single-item ul, body.page-id-4115 .single-item p, body.page-id-4316 .single-item p, body.page-id-4339 .single-item ul, body.page-id-4260 .single-item ul  {
	padding-left: 25px;

}

body.page-id-3266 .single-item p,
body.page-id-3266 .single-item li,
body.page-id-3266 .single-item p em,
body.page-id-3266 .single-item li em,
body.page-id-3438 .single-item p,
body.page-id-3438 .single-item li,
body.page-id-3438 .single-item p em,
body.page-id-3438 .single-item li em,
body.page-id-4116 .single-item p,
body.page-id-4116 .single-item li,
body.page-id-4116 .single-item p em,
body.page-id-4116 .single-item li em,
body.page-id-4115 .single-item p,
body.page-id-4115 .single-item li,
body.page-id-4115 .single-item p em,
body.page-id-4115 .single-item li em,
body.page-id-4316 .single-item p,
body.page-id-4316 .single-item li,
body.page-id-4316 .single-item p em,
body.page-id-4316 .single-item li em,
body.page-id-4339 .single-item p,
body.page-id-4339 .single-item li,
body.page-id-4339 .single-item p em,
body.page-id-4339 .single-item li em
  {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300
}


body.page-id-3117 .single-item p,
body.page-id-3117 .single-item li,
body.page-id-3117 .single-item p em,
body.page-id-3117 .single-item li em,
body.page-id-3542 .single-item p,
body.page-id-3542 .single-item li,
body.page-id-3542 .single-item p em,
body.page-id-3542 .single-item li em,
body.page-id-3816 .single-item p,
body.page-id-3816 .single-item li,
body.page-id-3816 .single-item p em,
body.page-id-3816 .single-item li em,
body.page-id-3823 .single-item p,
body.page-id-3823 .single-item li,
body.page-id-3823 .single-item p em,
body.page-id-3823 .single-item li em,


body.page-id-4260 .single-item p,
body.page-id-4260 .single-item li,
body.page-id-4260 .single-item p em,
body.page-id-4260 .single-item li em
 {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300
}

body.page-id-3117 .single-item h6, body.page-id-3266 .single-item h6, body.page-id-3542 .single-item h6, body.page-id-4116 .single-item h6, body.page-id-4115 .single-item h6, body.page-id-4316 .single-item h6, body.page-id-4339 .single-item h6, body.page-id-4260 .single-item h6 {
	font-size: 25px;
	margin-top: 40px;
}

body .ecl-notice {
	padding: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

body .ecl-notice a {
	text-decoration: underline;
}


body #bannerDemo {
	background: url('/wp-content/uploads/2019/03/bannerDemo.jpg') center center no-repeat transparent;
	background-size: cover;
	width: 100%;
	height: auto;
	height: 400px;
}

body.single-business-network #bannerDemo,
body.single-planning #bannerDemo   {
	margin: 0;
}

body #bannerDemo .col-md-7 {
	display: flex;
	height: 400px;
	align-items: center;
}

body #bannerDemo .col-6:last-child {
	text-align: right;
	display: block;
}

body #bannerDemo h6 {
	margin: 0;
	color: #ffffff;
	font-size: 47px;
	width: 100%;
	line-height: 1.2em;
	display: table-cell;
	vertical-align: middle;
}

body #bannerDemo .row .btnDemo {
    background: #1949de;
    color: #ffffff;
    width: 65%;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: 5px 5px 0px #1949de, -5px -5px 0px #1949de, -5px 5px 0px #1949de, 5px -5px 0px #1949de;
    display: inline-block;
    /* margin-top: calc(25% - 18px); */
    line-height: 1em;
    font-size: 18px;
    padding: 16px 0 14px;
    position: absolute;
    bottom: 80px;
    right: 0;
}

body #bannerDemo .row .btnDemo:hover {
	opacity: 0.75;
}

body #bannerDemo .row .btnDemo:after {
    content: " ";
    position: absolute;
    right: -2%;
    width: 10px;
    height: 5px;
    background: #1949de;
    bottom: 10px;
    visibility: visible;
}

body #bannerDemo .row .btnDemo:before {
    content: " ";
    position: absolute;
    left: 6%;
    width: 5px;
    height: 10px;
    background: #1949de;
    bottom: 42px;
    visibility: visible;
}


body #contact, .message-cta {
	position: fixed;
    top: 50%;
    right: 0;
    /*z-index: 99999;*/
    z-index: 1000;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

body #contact > div, .message-cta > .contact-in{
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.message-cta > .contact-in {
	right: 0px !important;
}
body #contact.active > .message-cta{
	z-index: 0;
}
body #contact .contact-in, .message-cta > .contact-in {
	padding: 15px 8px 14px 12px;
    background-color: #1949de;
    display: inline-block;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    cursor: pointer;
    position: relative;
    right: -394px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
}

body #contact .contact-in img, .message-cta > .contact-in img{
    max-width: 54px;
    height: auto;
}

body #contact .contact-in-hidden {
    background-color: #1949de;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    position: relative;
    padding: 15px 8px 14px 12px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    right: -400px;
}

body #contact .contact-in-hidden > div {
    padding: 0 10px;
}

body #contact .contact-in-hidden ul {
    padding-left: 0;
    margin: 0;
    width: 100%;
    display: block;
    font-size: 0;
    vertical-align: top;
}

body #contact .contact-in-hidden ul li {
    list-style: none;
    border-right: 1px solid #ffffff;
    padding: 0px 10px;
    display: inline-block;
    line-height: 34px;
}

body #contact .contact-in-hidden ul li:first-child {
	padding-left: 0;
}

body #contact .contact-in-hidden ul li:first-child a {
	position: relative;
    top: 3px;
    text-decoration: none !important;
}

body #contact .contact-in-hidden ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

body #contact .contact-in-hidden ul li img {
    max-width: 54px;
    height: auto;
}

body #contact .contact-in-hidden ul li a {
	font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 39px;
    display: block;
    text-decoration: none !important;
}

body #contact .contact-in-hidden ul li a:hover {
	opacity: 0.75;
}

body #contact .click-close {
    position: absolute;
    right: 5px;
    top: -7px;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

body #contact .click-close:hover {
	opacity: 0.8;
}

body #contact.active {
    right: 0px;
    transition: 0.6s;
}

body #contact.active .contact-in {
    right: -4000px;
    opacity: 0;
}

body #contact.active .contact-in-hidden {
	right: 0px;
}

body.page-template-template-somos #cabecera-somos h1 {
	text-transform: uppercase;
}

body.page-template-template-somos .archive-subtitle {
	/* margin-bottom: 40px; */
}

body.page-template-template-somos #list {
    background-color: #222222;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: center;
    padding: 120px 0;
}

body.page-template-template-somos #list .col-md-3 {
    padding: 50px 30px;
    min-height: 290px;
    box-sizing: border-box;
    align-self: baseline;
}

body.page-template-template-somos #list .col-md-3 {
    padding: 25px 30px;
}

body.page-template-template-somos #list .col-md-3:first-child img {
	margin-bottom: 60px;
}

body.page-template-template-somos #list .col-md-3 img {
	margin-bottom: 30px;
	width: 30%;
}

body.page-template-template-somos #carta-md p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.5em;
	text-align: center;
}

body.page-template-template-somos #news p {
	max-width: 85%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 30px;
}

body.page-template-template-somos #doble-md .row,
body.page-template-template-somos #doble-md .col-6 {
	padding: 0 !important;
    margin: 0 !important;
}

body.page-template-template-somos #doble-md .col-6 {
	background: #1949ea;
}

body.page-template-template-somos #doble-md .col-6 .iframe-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
}

body.page-template-template-somos #doble-md .col-6 .iframe-embed iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    left: 0;
    top: 0;
}

body.page-template-template-somos #doble-md .col-6:last-child {
	padding: 5.5% 8% 0 8% !important;
}

body.page-template-template-somos #doble-md .col-6:last-child p {
	color: #ffffff;
    font-weight: 200;
    font-size: 20px;
}

body.page-template-template-somos #carta-md {
	/* background: #f2f2f2; */
	/* padding: 60px 100px; */
	margin: 100px 0;
	/* background-image: url(images/marcoAzul.png); */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
}

body.page-template-template-somos #carta-md img {
    position: relative;
    width: 100%;
}

body.page-template-template-somos #carta-md .text {
    position: absolute;
    top: 0;
    padding: 60px 100px;
    /* margin: 100px 0; */
	padding-top:0px;
}

body.page-template-template-somos #carta-md h3 {
    color: #1949ea;
    text-align: center;
   /* font-size: 50px;*/
    font-size: 40px;
    font-weight: bold;
   /* margin: 100px 0;*/
    margin: 53px 0;

}

body.page-template-template-somos #carta-md span {
    font-weight: bold;
}

body.page-template-template-somos #carta-md .firma {
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16.5px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	padding: 0px 100px 0px 100px;
}

body.page-template-template-somos #carta-md .firma p {
    text-align: left;
    margin-top: 30px;
}

body.page-template-template-somos #carta-md .firma img {
    width: 20%;
}




/* VISION */
body.page-template-template-vision .cabecera-inner-md img {
    width: 100%;
}

body.page-template-template-vision #content .cabecera-inner-md h1 {
    text-transform: uppercase;
}

body.page-template-template-vision #talento-intro .archive-subtitle {
    margin: 50px auto;
    font-size: 50px;
}

body.page-template-template-vision #talento-intro p {
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
}

body.page-template-template-vision #talento-intro h4.archive-subtitle {
    font-size: 35px;
    width: 70%;
    color: #222222;
}

body.page-template-template-vision #content .black {
    background-color: #222222;
    color: white;
}

body.page-template-template-vision #content .black #vision-attitude {
    margin-bottom: 0;
}

body.page-template-template-vision #content .black h4 {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin: 100px auto;
    width: 100%;
}

body.page-template-template-vision #content .black p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 100px;
}

body.page-template-template-vision #content #azul {
    background-color: #1949de;
    color: white;
    padding: 100px 0;
}

body.page-template-template-vision #content #blanco .row {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;;
	-webkit-flex-direction: row-reverse;
}

body.page-template-template-vision #content #azul h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

body.page-template-template-vision #content #azul h4 {
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 360px;
}

body.page-template-template-vision #content #blanco h4 {
    font-size: 30px;
    font-weight: bold;
    margin: 100px auto;
    line-height: 1.2;
}

body.page-template-template-vision #content #blanco img {
    margin-top: -400px;
    width: 90%;
}







@media (max-width: 1200px) {
	
	
	body.single-business-network article.post-type-business-network .container .single-txt > div h3,
	body.single-planning article.post-type-planning .container .single-txt > div h3,
	body.single-analytics article.post-type-analytics .container .single-txt > div h3,
	body.single-erp article.post-type-erp .container .single-txt > div h3 {
		font-size: 40px;
	}
	

	body.single-business-network article.post-type-business-network .container .single-txt > div > div,
	body.single-planning article.post-type-planning .container .single-txt > div > div,
	body.single-analytics article.post-type-analytics .container .single-txt > div > div,
	body.single-erp article.post-type-erp .container .single-txt > div > div {
		padding: 40px !important;
	}
}

@media (max-width: 1199px) {
	body.page-template-template-somos #carta-md .text {
		padding: 30px 70px;
	}

	body.page-template-template-somos #carta-md .firma {
		padding: 0px 70px 30px 70px;
	}

	body.page-template-template-somos #carta-md h3 {
		margin: 50px 0;
	}

	body.page-template-template-somos #carta-md p {
		font-size: 17px;
	}

	body.page-template-template-somos #list .col-md-3 img {
		width: 35%;
	}
}

@media (max-width: 992px) {
	.container {
		max-width: 960px;
	}

	body.single-business-network article.post-type-business-network .container .single-txt > div h3,
	body.single-planning article.post-type-planning .container .single-txt > div h3,
	body.single-analytics article.post-type-analytics .container .single-txt > div h3,
	body.single-erp article.post-type-erp .container .single-txt > div h3 {
		font-size: 32px !important;
	}

	body.single-business-network article.post-type-business-network .container .single-txt > div > div,
	body.single-planning article.post-type-planning .container .single-txt > div > div,
	body.single-analytics article.post-type-analytics .container .single-txt > div > div,
	body.single-erp article.post-type-erp .container .single-txt > div > div {
		padding: 20px !important;
	}
}

@media screen and (max-width:991px) {
    section#talento h3, section#talento h4, section#talento p, section#azul p, section#azul .galeria {width:90%; }
    section#azul .altofotos {width:60%}
    section#azul .altobox {margin-bottom:50px; }
    section#azul .altobox_img img {width:100%; height: auto; }
    section#doble .row {height:auto; display:block; }

    section#doble .fondoblanco1, section#doble .fondoblanco2, section#doble .fondonegro1, section#doble .fondonegro2 {display:table; }
    section#doble .fondonegro1 {display:none;  }
    section#doble .fondonegro2 {width:100%; padding:0; }

    section#doble .box {height:auto; }

    body.single-clientes article .hitos h2:first-child {
		font-size: 30px !important;
	}

	body.single-clientes article .hitos h2 {
		font-size: 25px !important;
	}

	body.page-template-template-vision #content #azul h4 {
		margin-bottom: 160px !important;
	}

	body.page-template-template-vision #content #blanco h4 {
		font-size: 20px;
	}


	body.page-template-template-vision #content #blanco img {
		margin-top: -230px !important;
	}

	body.page-template-template-vision #content #blanco h4 {
		font-size: 20px !important;
	}

}


@media (max-width: 900px) {
	body.page-template-template-somos #carta-md .text {
		padding: 30px 50px;
	}

	body.page-template-template-somos #carta-md .firma {
		padding: 0px 50px 30px 50px;
	}

	body.page-template-template-somos #carta-md h3 {
		margin: 30px 0;
		font-size: 40px;
	}

	body.page-template-template-somos #carta-md p {
		font-size: 15px;
	}
	body.page-template-template-somos #list .col-md-3 img {
		width: 40%;
	}
}

@media (max-width: 850px) {
	body.page-template-template-somos #carta-md > div > img {
		display: none;
	}
	body.page-template-template-somos #carta-md .text, body.page-template-template-somos #carta-md .firma {
    	position: inherit;
	}
}

.bgimg-3{
	background-attachment: unset!important;
}

/*---------------------------
	MARC RESPONSIVE
---------------------------*/
@media only screen and (max-width: 1200px) {

    /* HEADER TITULO */
    .home .pre-header .outer .inner h1 {font-size: 29px;color: #ffffff;width: 100%;margin-left: 0 !important;}
    .home .pre-header .outer .inner h1 br {display: none;}
    .big-header { min-height: 400px;}
    .pre-header .outer { min-height: 400px;}

    /* BODY */
    .archive-title { font-size: 24px; /*padding: 60px 0 30px 0;*/; padding: 60px 0 0 0;}
    .container { padding-left: 25px; padding-right: 25px;}
    body.home #valor .archive-subtitle, body.home #valor .archive-pretext { font-size: 24px; line-height: 1.4em;}
    .archive-pretext { margin: 25px auto 50px;}
    body.home .single-txt .col-6:first-child { padding-right: 0; width: 100%; max-width: 100%; flex: 100%;}
    body.home .single-txt .col-6:last-child {padding-left: 0; width: 100%; max-width: 100%; flex: 100%;}
    body.home .single-txt .col-6 p { font-size: 15px; margin-bottom: 20px; line-height: 1.4em; text-align: center;}
    body.home .single-txt .col-6:last-child p {margin-bottom: 0 !important;}
    .md { margin-bottom: 60px;}
    .h1, h1 { font-size: 1.8rem;}
    body #bannerDemo .col-6 { height: auto;}

    /* PARALLAX */
    body #bannerDemo .col-6 h6 { font-size: 30px; width: 100%;}
    body #bannerDemo .col-6 h6 br {display: none;}
    body #bannerDemo .col-6 {width: 100%; max-width: 100%; flex: 100%;}
    body #bannerDemo .row .btnDemo { margin-top: calc(16% - 18px); line-height: 1em; font-size: 13px; padding: 13px 0 10px; width: 100%;}
    body #bannerDemo .row .btnDemo:before { bottom: 31px;}
    body #bannerDemo .col-6:first-child { height: 180px;}
    body #bannerDemo { margin-bottom: 70px}

    /* BLOG */
    #actualidad .col-12 {margin-bottom: 30px !important;}
    #actualidad .article-resum {  padding: 10px;}
    #actualidad .article-last-row { margin-top: 12px;}
    #actualidad  .md { margin-bottom: 50px;}
    #clientes h2, #hitos h2, #actualidad h2 { margin-top: 0; margin-bottom: 30px;}

    /* FOOTER */
    footer.site-footer { height: 180px;}
    footer.site-footer .fl {display: block; float: left; margin: 0px 45% 0 15% !important; width: 40%;}
    footer.site-footer .fl .logo-footer {width: 110px; margin-left: 0; }
    footer.site-footer .aviso-legal {line-height: 50px; display: block;  width: 100%; float: left; position: initial;}
    footer.site-footer .back-top { margin-right: 0; margin-left: 0;}
    footer.site-footer .fr {margin: 0 !important; position: absolute; right: 20px;top:5px;}
    footer.site-footer .fr img {width: 50px;}

	.footer-logos {width: 100%;text-align: center; }

    /* CLIENTES */
    #clientes .col-xs-12.col-sm-4 {width: 65%; border: 1px solid #efefef; margin: 0 auto 20px;}

    /* CONTACTO */
    #cabecera-contacto { margin-top: 120px;}
    #cabecera-contacto .col-12.col-md-3 {margin-bottom: 30px;}
    #cabecera-contacto h1 {text-align: center;}
    #cabecera-contacto h1 br {display: none;}

    #contactform { margin-top: 50px; margin-bottom: 70px; margin-right: 0; margin-left: 0;}
    #contactform .col-md-6.thanks-md { padding-right: 0; padding-left: 0;}
    #contactform h2 { font-size: 22px; text-align: center;}
    #contactform .contact-text { font-size: 16px; text-align: center;}

    body #contactform .customInput input,
    body #contactform .customInput textarea { width: 100%; padding: 9px 8px; /*-margin-bottom: 13px;-*/ font-size: 15px; max-height: 200px;}
    body #contactform .col-12.col-md-5 {padding-right: 0; padding-left: 0;}
    body #contactform .buttonCenterCont input.btn { padding: 8px 14px; font-size: 17px; width: 100%;}
    body #contactform .form-message,
    body #contactform .error-msg-container {font-size: 0.8rem; text-align: center;}

    #LocationBoxes .col-md-4:nth-child(2) { border-left: 0; border-right: 0; border-bottom: 1px dotted #ffffff;border-top: 1px dotted #ffffff; margin: 20px 0; padding: 20px;}
    #LocationBoxes .col-md-4 { padding: 6px 20px;}
    #LocationBoxes .col-md-4 .location { font-size: 14px; margin-top: 15px; padding-left: 45px; padding-right: 0px;}
    #LocationBoxes .col-md-4 .phone {  font-size: 15px; margin-top: 25px; padding-left: 45px; padding-bottom: 10px;}

    #contactform .col-md-6.thanks-md p:nth-child(6), #contactform .col-md-6.thanks-md p:nth-child(7) { margin-bottom: 20px;}
    #contactform a.llamada, #contactform a.email { margin-left: 30px; font-size: 20px;}
    #contactform .col-md-6.thanks-md p:nth-child(6) img, #contactform .col-md-6.thanks-md p:nth-child(7) img {margin-left: 20px;}
    #contactform .contact-italic { font-size: 15px; text-align: center; margin-bottom: 40px;}
    #contactform .logo-contacto { display: none;}
    #contactform .col-md-6.thanks-md p:nth-child(7) { margin-bottom: 40px;}

    /* TALENTO */
    body.page-template-template-talento #talento-intro h3 { margin-bottom: 25px;}
    .archive-subtitle {font-size: 30px !important;width: 100% !important;}
    body.page-template-template-talento #talento-intro p { font-size: 16px; line-height: 1.5; width: 100%;}
    body.page-template-template-talento #talento-intro h4 { margin: 30px auto 30px; font-size: 25px; line-height: 1.2; width: 100%;}
    body.page-template-template-talento #talento-intro p strong { font-size: 17px; margin-bottom: 30px;}

    body.page-template-template-talento section#azul { padding: 1.5em 0em; margin-bottom: 0px; margin-top: 40px;}
    body.page-template-template-talento section#azul h2 { margin: 0 auto 30px; font-size: 35px; line-height: 1.2; width: 100%;}
    body.page-template-template-talento section#azul .col-md-4 {padding-left: 0 !important; padding-right: 0 !important;}
    body.page-template-template-talento section#azul .altobox h5 {  margin: 0px auto 7px; font-size: 26px; line-height: 1.3em; width: 85%;}
    body.page-template-template-talento section#azul .altobox p { margin: 0 auto; font-size: 18px;  line-height: 1.2; width: 100%; padding: 0px 26px;}
    body.page-template-template-talento section#azul {margin-bottom: 40px;}

    body.page-template-template-talento #talento-intro {width: 100%; padding: 0 !important; margin: 0 !important;}
    body.page-template-template-talento #talento-intro .col-12 {padding-left: 0 !important; padding-right: 0 !important;}
    body.page-template-template-talento #talento-intro.repeat h3 { width: 100%;  max-width: 100%; font-size: 26px; margin-bottom: 25px;}

    body.page-template-template-talento section#doble { padding: 0;}
    body.page-template-template-talento section#doble .box h5 {text-align: center;}
    body.page-template-template-talento section#doble .fondoblanco1, section#doble .fondoblanco2, section#doble .fondonegro1, section#doble .fondonegro2 { display: block; position: relative; clear: both; float: none;}
    body.page-template-template-talento section#doble .col-sm-12 .aladerecha {float: none;}
    body.page-template-template-talento section#doble .col-sm-12 .boxazul {float: none; clear: both; margin-top: 0 !important; margin: 0 !important;}
    body.page-template-template-talento section#doble .container {padding-left: 0 !important; padding-right: 0 !important;}
    body.page-template-template-talento section#doble .boxazul { padding: 40px 30px;}
    body.page-template-template-talento section#doble .box h4 { margin-bottom: 20px; font-size: 20px; line-height: 1.4; width: 100%; text-align: center;}
    body.page-template-template-talento section#doble .box h3 {margin-bottom: 20px; font-size: 34px; line-height: 1.2; text-align: center;}
    body.page-template-template-talento section#doble .box { height: auto; margin-top: 0 !important; text-align: center;}
    body.page-template-template-talento section#doble .box h2 { margin: 20px 0; font-size: 25px; line-height: 1.25; padding: 0 !important;}
    body.page-template-template-talento section#doble .btn_blanco { margin: 0 auto; font-size: 16px; line-height: 3.4; width: 258px; margin-top: 20px;}
    body.page-template-template-talento section#doble .fondoblanco2 {padding: 0;}
    body.page-template-template-talento section#doble .fondonegro1 { padding: 0;}
    body.page-template-template-talento section#doble .fondonegro2 { padding: 0; overflow: hidden;}
    body.page-template-template-talento section#doble.blckBckg1:after,
    body.page-template-template-talento section#doble.blckBckg2:after {display: none;}
    body.page-template-template-talento section#doble .fondoblanco1 { padding: 0;}
    body.page-template-template-talento section#doble h2 {padding: 40px 26px; text-align: center !important; font-size: 30px; line-height: 1.2; width: 100%;}
    body.page-template-template-talento section#doble .box p { text-align: center !important;}
    body.page-template-template-talento section#doble .box h2 br {display: none;}
    body.page-template-template-talento section#doble .container { max-width: 100%;}

     /* ACTUALIDAD */
     body #content .cabecera-inner-md .img-fluid { width: auto; height: 300px; max-width: initial;}
     body #content .cabecera-inner-md h1 { margin: 0 6%;/*padding: 120px 0 0 0;*/padding:0px;  font-size: 20px; max-width: 100%;}
     body #content .cabecera-inner-md {overflow: hidden;}
     #actualidad .img-fluid {width: 100%;}

     /*#clientes .item-cliente .layer .outer { display: none;}*/
     body.page-template-template-somos #news p {  max-width: 100%;}
     .grid-item img.img-responsive {width: 100% !important;}

      /* QUIENES SOMOS */
     body.page-template-template-somos #doble-md .col-6 {width: 100%; float: left; display: block; max-width: 100% !important; flex: 100% !important;}
     body.page-template-template-somos #doble-md .col-6:last-child p { font-size: 16px;}
     body.page-template-template-somos #carta-md {padding: 20px 10px;margin-bottom: 60px;margin-top: 50px;}
     body.page-template-template-somos #list {
		padding: 50px 0;
	}
     body.page-template-template-somos #carta-md p {text-align: center; font-size: 14px; margin-bottom: 10px;}

     body.single-servicios article.post-type-servicios .col-6:last-child, body.single-planning article.post-type-planning .col-6:last-child, body.single-business-network article.post-type-business-network .col-6:last-child, body.single-erp article.post-type-erp .col-6:last-child, body.single-analytics article.post-type-analytics .col-6:last-child,
     body.single-servicios article.post-type-servicios .caracteristicas-txt.col-6, body.single-planning article.post-type-planning .caracteristicas-txt.col-6,body.single-business-network article.post-type-business-network .caracteristicas-txt.col-6, body.single-erp article.post-type-erp .caracteristicas-txt.col-6, body.single-analytics article.post-type-analytics .caracteristicas-txt.col-6
      {width: 100%; max-width: 100%; padding-left: 0 !important; padding-right: 0 !important; flex: 100% !important; }
     .bgimg-3 { min-height: 300px !important;    background-attachment: scroll!important;}

     body.single-servicios article.post-type-servicios .single-ttl, body.single-planning article.post-type-planning .single-ttl, body.single-business-network article.post-type-business-network .single-ttl, body.single-erp article.post-type-erp .single-ttl, body.single-analytics article.post-type-analytics .single-ttl
     { margin-top: 80px; margin-bottom: 20px; padding-right: 25px; padding-left: 25px;}
     body.single-servicios article.post-type-servicios .single-ttl h2, body.single-planning article.post-type-planning .single-ttl h2, body.single-business-network article.post-type-business-network .single-ttl h2, body.single-erp article.post-type-erp .single-ttl h2, body.single-analytics article.post-type-analytics .single-ttl h2
     { font-size: 30px;  line-height: 1.2em;}

      /* MENU */
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle { background-color: transparent;}
    header #navbar #navbarNav { max-width: 100%; padding-right: 4px; /*background-color: transparent;*/}

    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 { /*background: #1949de;*/ background-color:transparent;}





    header #navbar .navbar-brand {position: absolute; width: 200px !important; top: 0 !important; padding-top: 12px;}
    #navbar .navbar-toggler.collapsed {display: none;}
    header #navbar #navbarNav .nav.navbar-nav {width: 100% !important;}
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {font-size: 0 !important;}
    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-menu-column.mega-menu-columns-3-of-12:first-child {display: block;}
    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu { padding: 10px 5px;}
    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-menu-column.mega-menu-columns-3-of-12:first-child { width: 100% !important;}
    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-menu-column.mega-menu-columns-3-of-12 {width: 100% !important; padding: 10px 0 0;}
    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item a { font-size: 17px; line-height: 50px;margin:0 6px;}
    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-menu-column.mega-menu-columns-3-of-12:last-child { padding-left: 0;}
    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu { display: block;}
    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item a
    { line-height: 2em; font-size: 13px;}
    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3095 a, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3094 a, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3094 a, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3101 a, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3104 a
    {font-size: 14px;}
    #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu .widget_custom_html .custom-html-widget b {
    font-size: 16px; margin-bottom: 5px;}

    body #contact {display: none;}

	body #bannerDemo h6 {
		font-size: 40px;
	}

	body #bannerDemo .col-md-7 {
		align-items: normal;
		margin-top: 30px;
	}

	body.home .archive-subtitle {
		font-size: 32px;
		margin-top: 50px;
	}

	.slick-slide {
		font-size: 16px;
	}

	#testimonios a {
		margin: 0;
		width: 100%;
	}

	body.page-template-template-vision #talento-intro p {
		font-size: 16px;
	}

	body.page-template-template-somos #news p {
		font-size: 22px;
	}

	body.page-template-template-somos #carta-md h3 {
		font-size: 30px;
	}

	body.page-template-template-talento section#black h2 {
		font-size: 30px;
	}

	body.page-template-template-talento section#azul h4 {
		font-size: 30px;
	}

	body.page-template-template-talento section#azul p, body.page-template-template-talento section#azul p:last-child {
		font-size: 25px;
	}

	body.page-template-template-talento section#black {
		padding: 10% 5%;
	}

	body.single-clientes article .single-extrainfo .col-md-6 {
		margin-top: 50px;
	}

	body.single-clientes article .single-extrainfo a {
		width: 100%;
	}

	body.single-clientes article .single-extrainfo a:after {
		right: -1px;
	}
	body.page-template-template-vision #content #azul h4 {
    	font-size: 30px !important;
	}

	body.page-template-template-vision #content #blanco img {
		margin-top: -200px;
		width: 100%;
	}

	body.single .azul img {
		/*width: 30%;*/
		margin: 0 auto;
		display: block;
	}
	body.single-business-network article.post-type-business-network .container .single-txt > div h3,
	body.single-planning article.post-type-planning .container .single-txt > div h3 {
			font-size: 35px;
	}

	body.single-business-network article.post-type-business-network .container a ,
	body.single-planning article.post-type-planning .container a {
    	width: 100%;
	}
	body.single-business-network article.post-type-business-network .container a:after,
	body.single-planning article.post-type-planning .container a:after {
		right: -1px;
	}
	body.single-business-network .azul .container h2
	body.single-planning .azul .container h2 {
		font-size: 45px;
	}

	body.single-business-network article.post-type-business-network .container p,
	body.single-planning article.post-type-planning .container p,
	body.single-analytics article.post-type-analytics .container p,
	body.single-erp article.post-type-erp .container p {
		/*width: 90%;*/
		width: 100%;
		margin-top: 20px;
	}

	section#talento h3, section#talento h4, section#talento p, section#azul p, section#azul .galeria, section#azul h2 {width:100%; }
    section#talento h3 {font-size:40px; }
    section#azul .altofotos {width:80%; }

    body.single-planning article.post-type-planning .container h3,body.single-business-network article.post-type-business-network .container h3, body.single-analytics article.post-type-analytics .container h3, body.single-erp article.post-type-erp .container h3 {
    	font-size: 35px;
    }

    header #navbar #navbarNav #socialNav,
	#socialNav #redesDesktop li.navshare + li {
		display: none !important;
	}

	body.page-template-template-somos #list .col-md-3 img {
		width: 25%;
	}
}


@media only screen and (max-width: 565px) {
	body.page-template-template-somos #list .col-md-3 img {
		width: 20%;
	}
}


@media only screen and (max-width: 480px) {
	body #bannerDemo h6 {
		font-size: 25px;
		text-align: center;
		margin-top: 50px;
	}

	body #bannerDemo .row .btnDemo:after {
		right: -2px;
	}

	body.single .azul .container {
		width: 90%;
	}

	body.single article.post-type-business-network .container p ,
	body.single article.post-type-planning .container p {
		width: 90%;
		font-size: 16px;
	}

	body.single-business-network article.post-type-business-network .container p,
	body.single-planning article.post-type-planning .container p, body.single-analytics article.post-type-analytics .container p, body.single-erp article.post-type-erp .container p {
		font-size: 16px;
	}

	body.single-business-network article.post-type-business-network .container .single-txt > div h3,
	body.single-planning article.post-type-planning .container .single-txt > div h3,
	body.single-analytics article.post-type-analytics .container .single-txt > div h3,
	body.single-erp article.post-type-erp .container .single-txt > div h3 {
		font-size: 27px !important;
	}

	.archive-subtitle {
		font-size: 25px !important;
	}

	body.business-network .azul .container h2,
	body.single-planning .azul .container h2, body.single-analytics .azul .container h2, body.single-erp .azul .container h2 {
		font-size: 40px;
	}

	section#talento, section#azul { padding: 2em 1em;}
    section#talento h2 {font-size:24px; margin: 0 auto 30px;}
    section#talento h3 {font-size:30px; margin: 0 auto 30px; }
    section#talento h4 {margin:15px 0; font-size:24px; }
    section#azul h2 {font-size:36px; margin: 0 auto 30px; }
    section#azul .altofotos {width:100% }
    section#azul .altobox_img {height:auto; }

    section#doble { padding: 0em 1em;}
    section#doble .fondoblanco1 { padding: 20px 0 0;}
    section#doble h2 {width:100%; font-size:24px; margin:1em 0 ; }
    section#doble .box {margin:0 auto; height:auto; width:100%; }
    section#doble .boxazul {padding:1em; }
    section#doble .box img.fotobn {width:100%; height: auto; }
    section#doble .btn_blanco {width:90%; background-size: 95% 80%;}
    section#doble .box h3 {font-size:28px; }
    section#doble .fondoblanco2 {padding: 0 0 20px;}
    .aladerecha {float:none; }

    body.page-template-template-somos #list .col-md-3 img {
    	width: 20%;
    }

    body.page-template-template-somos #carta-md .text, body.page-template-template-somos #carta-md .firma {
    padding: 30px 0px;
}
}


/* ----------------------------------------------------------------
    TABLET STYLE
---------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 1200px) {

	.home .pre-header .outer .inner h1 {font-size: 37px;}
	.archive-title { font-size: 30px;}
	body.home #valor .archive-subtitle, body.home #valor .archive-pretext { font-size: 27px;}

	body #bannerDemo h6 {
		font-size: 45px;
		text-align: center;
	}

	body #bannerDemo .col-md-7 {
    	align-items: normal;
		padding-top: 30px;
	}

	body #bannerDemo .row .btnDemo:after {right: -1px;}

	body.home .single-txt .col-6 p { font-size: 16px;}

	#clientes .col-xs-12.col-sm-4 { width: 75%;}

	body #content .cabecera-inner-md h6 ,body #content .cabecera-inner-md h2{ /*padding: 100px 0 0 0;*/padding:0px;font-size: 25px;max-width:50%;}

	/* CONTACTO */
	#LocationBoxes .col-md-4 .location { font-size: 16px; margin-top: 20px;}
	#LocationBoxes .col-md-4 .phone {font-size: 16px;}
	#contactform .col-md-6.thanks-md p:nth-child(6) img, #contactform .col-md-6.thanks-md p:nth-child(7) img { margin-left: 0;}

	/* ACTUALIDAD */
	.grid-item .grid-footer {  padding: 10px 30px;   /*-padding-bottom: 50px;-*/}
	.grid-item span.date { left: 30px;}

	body.page-template-template-somos #carta-md p {font-size: 16px; margin-bottom: 14px;}

	#actualidad .article-resum { padding: 20px 30px;}

	body #bannerDemo .row .btnDemo {margin-top: 0px;}

	body #bannerDemo h6 {
		font-size: 30px;
		margin-top: 30px;
	}

	body.single-business-network .azul .container,
	body.single-planning .azul .container {
		width: 80%;
	}

	body.single-business-network article.post-type-business-network .container p,
	body.single-planning article.post-type-planning .container p {
		/*width: 80%;*/
		width: 100%;

	}

}


@media only screen and (min-width: 601px) and (max-width: 1200px) {

	.home .pre-header .outer .inner h1 {font-size: 48px;/* width: 85%; */}

	body #bannerDemo .col-6:last-child { width: 300px;  max-width: 300px;  margin: 0 auto;}
	body #bannerDemo .col-6 h6 {text-align: center;}

	#clientes .col-xs-12.col-sm-4 {border: 0 !important; margin-bottom: 0 !important;}
	#clientes h2 {margin-bottom: 0 !important;}

	#actualidad .col-12 { width: 49% !important; float: left; flex: 49%; margin: 0 0.5%; padding: 0 !important;}
	#actualidad .col-12:last-child {display: none !important;}
	#actualidad .article-resum { padding: 15px;}
	#actualidad .title > a { font-size: 15px;}
	#actualidad .tag {font-size: 14px;}

	/* CONTACTO */
	#LocationBoxes .col-md-4:nth-child(2) { border-left: 1px dotted #fff; border-right: 0; border-bottom: 0; border-top: 0; margin: 0; padding: 0 20px;}
	#LocationBoxes .col-md-4 {width: 50% !important; flex: 50% !important;}
	#LocationBoxes .col-md-4 .location { font-size: 13px; margin-top: 20px; padding-bottom: 7px; padding-left: 48px;}
	#LocationBoxes .col-md-4 .phone { font-size: 14px;}
	#LocationBoxes .col-md-4 { padding: 0 20px;}
	#LocationBoxes .col-md-4:last-child {margin-top: 50px !important;}

	/* ACTUALIDAD */
	.grid-item .grid-footer { padding: 10px; /*-padding-bottom: 40px;-*/}
	.grid-item .grid-item-title a { font-size: 16px;}
	.grid-item span.date { left: 10px;}
	.grid-item .category { font-size: 14px; padding: 5px 0;}
	body #content .cabecera-inner-md h1 {font-size: 30px;}

	/* TALENTO */
	body.page-template-template-talento section#azul .col-md-4 {width: 48% !important; flex: 48% !important; max-width: 48%;}
	body.page-template-template-talento section#azul .col-md-4:nth-child(even) {margin-left: 2% !important;}
	body.page-template-template-talento section#azul .altobox_img {margin-bottom: 20px;}
	body.page-template-template-talento section#azul .altobox h5 { font-size: 20px; width: 85%;}

	body #content .cabecera-inner-md h1 {max-width: 70%; /*padding: 80px 0 0 0;*/ padding:0px;}


}


/* ----------------------------------------------------------------
    LAPTOP STYLE
---------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1200px) {

	/* MENU */
	header #navbar #navbarNav { max-width: 100%;padding-right:0px;}
	#navbar .navbar-toggler.collapsed {display: none;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item { padding: 0 7px;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item:last-child { padding-right: 20px;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item a { font-size: 11.9px;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3095 a, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3094 a, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3094 a, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3101 a, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item#mega-menu-item-3104 a { font-size: 14px;}

	.home .pre-header .outer .inner h1 {font-size: 54px;/* width: 100%; */}
	.pre-header .outer { min-height: 450px;}
	body.home #valor .archive-subtitle, body.home #valor .archive-pretext {font-size: 30px;}

	body #bannerDemo h6 { font-size: 45px;
	}

	body #bannerDemo .row .btnDemo { width: 60%;}

	#clientes .item-cliente {width: 33% !important; flex: 33% !important; margin: 0 !important; max-width: 31%;}
	#clientes .item-cliente {width: 33.333% !important; flex: 33.333% !important; margin: 0 !important; max-width: 33.333%;}

	body.home #actualidad .col-12.col-md-4:last-child {display: none;}
	#actualidad .col-12.col-md-4 {width: 49%; max-width: 49%; flex: 0 0 49%; margin-right: 1%;}

	/* CONTACTO */
	#cabecera-contacto h1 {font-size: 2rem;}
	#cabecera-contacto h1 br {display: none;}
	#cabecera-contacto {margin-top: 100px;}

	body #contactform .customInput input, body #contactform .customInput textarea { width: 100%; padding: 7px 9px; font-size: 15px;}
	body #contactform .buttonCenterCont input.btn { font-size: 17px; min-width: 173px;}
	body #contactform .form-message,
	body #contactform .ContactForm-legal {font-size: 13px; margin-bottom: 7px;}

	#contactform .col-md-6.thanks-md { padding-right: 60px;}
	#contactform { margin-top: 70px; margin-bottom: 80px;}
	#contactform .contact-italic { font-size: 16px;}
	#contactform .contact-text { font-size: 16px;}
	#contactform h2 { font-size: 24px;}
	#contactform .logo-contacto { margin-top: 40px;}
	#contactform a.llamada, #contactform a.email {  margin-left: 22px; font-size: 19px;}

	#LocationBoxes .col-md-4 { padding: 4px 15px;}
	#LocationBoxes .col-md-4 .phone { font-size: 16px; margin-top: 15px; padding-left: 40px; padding-bottom: 10px;}
	#LocationBoxes .col-md-4 .location { font-size: 15px;  margin-top: 19px; padding-left: 45px;}
	#LocationBoxes .col-md-4 h5 { font-size: 19px;}


	/* UNETE AL EQUIPO */
	body #content .cabecera-inner-md h1 { /*padding: 90px 0px 0 0;*/padding:0px; font-size: 38px; max-width: 70%;}
	body.page-template-template-talento #content .cabecera-inner-md h1 { max-width: 500px;}

	.grid-item .grid-footer { padding: 10px 12px; /*-padding-bottom: 40px;-*/}
	.grid-item .grid-item-title a { font-size: 16px;}

	body.page-template-template-talento section#azul { padding: 3em 1em;}
	body.page-template-template-talento section#azul .altobox h5 {font-size: 18px; width: 88%;}
	body.page-template-template-talento section#azul .altobox p { font-size: 17px;  width: 100%; padding: 0px 20px;}
	body.page-template-template-talento #talento-intro.repeat h3 { font-size: 35px;}

	body.page-template-template-talento section#doble .fondoblanco1 { padding: 60px 0 0;}
	body.page-template-template-talento section#doble .box { margin-top: 30px;}
	body.page-template-template-talento section#doble .boxazul {  padding: 30px 25px;}
	body.page-template-template-talento section#doble .box h4 { font-size: 20px;  line-height: 1.45; width: 100%;}
	body.page-template-template-talento section#doble .box p.subtit { font-size: 18px;}
	body.page-template-template-talento section#doble .box p { margin: 0px auto 15px; font-size: 13.5px;}
	body.page-template-template-talento section#doble .box h2 { margin: 30px 0 20px; font-size: 25px;}

	body.page-template-template-talento section#azul h2 {  margin: 0px auto 30px;font-size: 40px; line-height: 1.3;}
	body.page-template-template-talento #talento-intro p { width: 100%;}


	/* ACTUALIDAD */
	#blog-md .container .alm-btn-wrap { margin-top: 40px; margin-bottom: 70px;}
	.archive-title { padding: 60px 0 30px 0;}


	/* QUIENES SOMOS */
	body.page-template-template-somos #doble-md .col-6:last-child { padding: 1.5% 2% 0 2% !important;}
	body.page-template-template-somos #doble-md .col-6:last-child p {font-size: 15px; margin-bottom: 0;}
	.md { margin-bottom: 80px;}
	body.page-template-template-somos #carta-md {margin-bottom: 105px;padding: 45px 0px;}

	/* MENU */
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .textwidget { font-size: 14px;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu { padding: 25px 30px;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu .widget_custom_html .custom-html-widget b { font-size: 21px;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item a {
    font-size: 14px;}

    .bgimg-3 { min-height: 340px;}
    body.single-servicios article.post-type-servicios .single-ttl h2, body.single-planning article.post-type-planning .single-ttl h2, body.single-business-network article.post-type-business-network .single-ttl h2, body.single-erp article.post-type-erp .single-ttl h2, body.single-analytics article.post-type-analytics .single-ttl h2 { font-size: 32px; line-height: 1.4em; width: 95%; margin: 0 auto;}

    body.page-template-template-talento section#doble .fondonegro2,
	body.page-template-template-talento section#doble .fondoblanco1 {width: 50%; display: inline-block; float: left; padding: 0 0 50px;}
	body.page-template-template-talento section#doble .fondoblanco2,
	body.page-template-template-talento section#doble .fondonegro1 {width: 50%; display: inline-block; padding: 0 0 50px;}
	body.page-template-template-talento section#doble .box h3 {  margin-bottom: 20px;  font-size: 30px;}

	body.page-template-template-talento section#doble .fondonegro1 {min-height: 1060px;}
	body.page-template-template-talento section#doble h2 {width: 100%; padding-top: 20px;}
		body.page-template-template-vision #content #blanco h4 {
		font-size: 20px;
	}

	body.single-clientes article .single-extrainfo a {
		width: 100%;
	}

	body.page-template-template-vision #content #blanco img {
		margin-top: -200px;
	}

}

@media only screen and (min-width: 901px) and (max-width: 1200px) {

	header #navbar #navbarNav { width: 100%;}
	#navbar .navbar-toggler.collapsed {display: none;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item { padding: 0 7px;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item:last-child { padding-right: 20px;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item a { font-size: 13px;}
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu { padding: 20px 25px;}

	.home .pre-header .outer .inner h1 {/* width: 67%; */}

	body #bannerDemo .row .btnDemo { width: 61%;}

	body.home #actualidad .col-12.col-md-4:last-child {display: none;}
	#actualidad .col-12.col-md-4 {width: 49%; max-width: 49%; flex: 0 0 49%; margin-right: 1%;}

	body #contactform .customInput input, body #contactform .customInput textarea { width: 100%; font-size: 16px;}
	#contactform .col-md-6.thanks-md { padding-right: 50px;}
	body #contactform .form-message,
	body #contactform .ContactForm-legal {font-size: 13px; margin-bottom: 7px;}
	#contactform .contact-text { font-size: 17px;}

	#LocationBoxes .col-md-4 { padding: 6px 20px;}
	#LocationBoxes .col-md-4 .location {font-size: 13px; padding-left: 47px;}
	#LocationBoxes .col-md-4 .phone { font-size: 14px; margin-top: 20px; padding-left: 47px; padding-bottom: 13px;}
	#contactform { margin-top: 100px; margin-bottom: 80px;}

	body #content .cabecera-inner-md h1 { /*padding: 110px 0px 0 0;*/padding:0px; font-size: 42px; max-width: 70%;}

	body.page-template-template-somos #doble-md .col-6:last-child { padding: 1.5% 5% 0 5% !important;}
	body.page-template-template-somos #doble-md .col-6:last-child p { font-size: 16px;}

	body.home #valor .archive-subtitle, body.home #valor .archive-pretext { font-size: 30px;}

	body #bannerDemo h6 {
		font-size: 45px;
	}

	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item, #navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item > ul.mega-sub-menu .mega-sub-menu li.mega-menu-item a { font-size: 15px;}

	body.page-template-template-talento #talento-intro p { width: 90%;}

	body.page-template-template-talento section#azul h2 { font-size: 49px;}

	#azul .container { padding-left: 20px; padding-right: 20px;}
	body.page-template-template-talento section#azul .altobox h5 { font-size: 20px;}
	body.page-template-template-talento section#azul .altobox p { font-size: 18px; padding: 0px 20px;}
	body.page-template-template-talento section#azul { padding: 2em 2em;}

	body.page-template-template-talento #talento-intro.repeat h3 { font-size: 40px;}

	body.page-template-template-talento section#doble .boxazul { padding: 26px; margin-top: 20px;}
	body.page-template-template-talento section#doble .box h4 { font-size: 20px; width: 100%;}
	body.page-template-template-talento section#doble .box p { font-size: 14.5px;}
	body.page-template-template-talento section#doble .box p.subtit { font-size: 18px;}
	body.page-template-template-talento section#doble .btn_blanco {  margin-top: 20px;}

	body.page-template-template-talento section#doble .fondonegro2,
	body.page-template-template-talento section#doble .fondoblanco1 {width: 50%; display: inline-block; float: left; padding: 0 0 50px;}
	body.page-template-template-talento section#doble .fondoblanco2,
	body.page-template-template-talento section#doble .fondonegro1 {width: 50%; display: inline-block; padding: 0 0 50px;}
	body.page-template-template-talento section#doble .box h3 {  margin-bottom: 20px;  font-size: 30px;}

	body.page-template-template-talento section#doble .fondonegro1 {min-height: 1040px;}
	body.page-template-template-talento section#doble h2 {;width: 100%; padding-top: 20px;}

	body.single-clientes article .single-extrainfo a {
		width: 100%;
	}

	body.page-template-template-vision #content #blanco img {
		margin-top: -340px;
	}
}

@media only screen and (min-width: 1140px) and (max-width: 1199px) {
		body.page-template-template-vision #content #blanco img {
		margin-top: -340px;
	}
}

.socialbox {font-size:3rem;}
.socialbox a {text-decoration:none;}

@media (min-width: 768px) {
	body.page-template-template-talento section#black { padding-top:5em; padding-bottom:5em;padding-left:0px;padding-right:0px; }
	.archive-subtitle {margin-top:50px;}
	/*.single .azul .md img {width:70px;}*/
}

@media (min-width: 1200px){
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item a {font-size: 13px;}
}
@media (min-width: 1400px){
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item a {font-size: 17px;}

}
label.eventos, label.policy {display:inline;font-size:20px;}

body.single-business-network article.post-type-business-network .container h2,
body.single-planning article.post-type-planning .container h2,
body.single-analytics article.post-type-analytics .container h2,
body.single-manufacturing article.post-type-manufacturing .container h2,
body.single-erp article.post-type-erp .container h2  {
  /*  color: #1949ea;*/
    font-size: 25px;
    text-align: center;
    font-weight: bold;

}

body.single-business-network article.post-type-business-network .container > div  h2,
body.single-planning article.post-type-planning .container > div  h2,
body.single-analytics article.post-type-analytics .container > div  h2,
body.single-manufacturing article.post-type-manufacturing .container > div  h2,
body.single-erp article.post-type-erp .container > div  h2{
	font-family:"Open sans",sans-serif;
	font-weight:200;
}

body.single-business-network article.post-type-business-network .container h4,
body.single-planning article.post-type-planning .container h4,
body.single-analytics article.post-type-analytics .container h4,
body.single-manufacturing article.post-type-manufacturing .container h4,
body.single-erp article.post-type-erp .container h4  {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: center;
}

.w25 {width:10%;}

@media (max-width: 1200px) {
	#navbarNav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item a { margin:0px !important;}
}

@media (min-width: 1200px) {
	.home .pre-header .outer .inner h1 {/* width:37%; */font-size: 54px;}
	.w25 {width:10%;}
	body #content .cabecera-inner-md h6,body #content .cabecera-inner-md h2 { font-size: 50px;}
}
@media (min-width: 1400px) {
	.w25 {width:10%;}
}
@media (min-width: 1500px) {
	.home .pre-header .outer .inner h1 {/* width: 100%; */font-size: 65px;}
	.w25 {width:10%;}
}
@media (min-width: 1700px) {
	.home .pre-header .outer .inner h1 {/* width: 100%; */}
	.w25 {width:10%;}
}

@media (min-width: 1000px) {
   .navbar .navbar-nav {float:none !important;}
   body #content .cabecera-inner-md h6, body #content .cabecera-inner-md h2 { max-width: 50%;}
}

.azul a {color:#fff;text-decoration:underline;}
.page-template-page-templatestemplate-contact-php #navbarNav.show, .page-template-page-templatestemplate-contact-php #navbar.navbar-azul {background-color:transparent;}

.page-id-3816 .navbar-transparent, .page-id-3823 .navbar-transparent, .page-id-3266 .navbar-transparent, .page-id-3438 .navbar-transparent,
.page-id-3117 .navbar-transparent, .page-id-3542 .navbar-transparent, .page-id-4116 .navbar-transparent, .page-id-4115 .navbar-transparent, .page-id-4316 .navbar-transparent, .page-id-3266 .navbar-transparent, .page-id-4260 .navbar-transparent {background-color: #1949de;}

.wow { visibility: hidden; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #9e9e9e;
  -webkit-text-fill-color: #9e9e9e;
  -webkit-box-shadow: 0 0 0px 1000px #222 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.no-left-padding {padding-left:0px !important;}
.no-right-padding {padding-right:0px !important;}


#clientes .row.alm-reveal {margin-top:0px; margin-right: 0 !important; margin-left: 0 !important;}

.ContactForm-legal {text-align:left !important;}

.black h4, .azul h4 {margin-top:28px;}

.caracteristicas-txt ul {list-style-type: initial !important;}
.beneficios-txt ul  {list-style-type: initial !important;}
.invalid-color label.eventos {color:#fff !important;}


@media only screen and (min-width: 1199px) and (max-width: 1399px) {
	.pre-header .outer .inner h1{
	    /* width: 55% !important; */
	}
}


@media not all and (min-resolution:.001dpcm) {
    @media {
		header #navbar #navbarNav #socialNav {
			top: -18px;
		}
    }
}

.single-erp a, .single-planning a, .single-business-network a, .single-manufacturing a, .single-analytics a{
	color:#212529;

}

body.single-business-network article.post-type-business-network .container ul,
body.single-planning article.post-type-planning .container ul,
body.single-analytics article.post-type-analytics .container ul,
body.single-manufacturing article.post-type-manufacturing .container ul,
body.single-erp article.post-type-erp .container ul {
    width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;

	margin-left: 20px!important;
 }
}

.single-erp .azul a, .single-planning .azul a, .single-business-network .azul a, .single-manufacturing .azul a, .single-analytics .azul a{
	color:#fff;
}

.single-erp .black a, .single-planning .black a, .single-business-network .black a, .single-manufacturing .black a, .single-analytics .black a{
	color:#fff;
}


.single-erp .aviso-legal a, .single-planning .aviso-legal a, .single-business-network .aviso-legal a, .single-manufacturing .aviso-legal a, .single-analytics .aviso-legal a {color:#007bff;text-decoration:none;}

.logosilver { display: inline-block; margin-right: 30px; }
.logosilver img {  padding: 10px 10px 5px 10px; height: 60px; }

.wrapper-share .st-btn > img {
	display: inline-block !important;
	height: 20px!important;
	width: 20px!important;
	position: relative!important;
	top: 3px!important;
	vertical-align: top!important;

}

.wrapper-share .st-btn {
	border-radius: 0px!important;
}

.wrapper-share .st-btn[data-network="twitter"],
.wrapper-share .st-btn[data-network="linkedin"],
.wrapper-share .st-btn[data-network="email"] { background-color: #1949DE!important; }


/* LOGOS */
.logos-clientes { background-color:#DADADA; padding: 40px 0px;  }

div.logos-desktop, div.logos-mobile{
	padding: 33px 0; background-color:#dadada;
}

img.logo{
	width: 100%;
	filter: grayscale(100%);
}

img.logo:hover{
	filter: grayscale(0%);
}

img.logo-mobile{
	margin: 0 auto;
	width: 150px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	filter: grayscale(100%);
}
div.cliente-logo{
	padding: 25px;
	text-align: center;
}
div.cliente-logo-mobile{
	line-height: 83px;
	text-align: center;
}

div.logos-desktop{
	display: none;
}
div.logos-mobile{
	display: block;
}

div.logos-home-desktop{
	display: none;
}
div.logos-home-mobile{
	display: block;
}

@media (min-width: 768px) {
	div.logos-desktop,div.logos-home-desktop{
		display: block;
	}
	div.logos-mobile,div.logos-home-mobile{
		display: none;
	}

	#LocationBoxes .col-md-3:nth-child(2) {
		border-left: 1px dotted #ffffff;
	    border-right: 1px dotted #ffffff;
	}

	#LocationBoxes .col-md-3:nth-child(4) {
		border-left: 1px dotted #ffffff;
	    /*border-right: 1px dotted #ffffff;*/
	}

	#LocationBoxes .col-md-3 .location {
		background-size: 10%;
	}


}

div#logos-home{
	background-color: #dadada;
}

div.logos-home-mobile li.slick-slide{
	padding: 27px 14px;
}
@media (max-width: 576px) {
	div.logos-mobile{
		padding: 1px;
	}
	img.logo-mobile {
		width: 83px;
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
	}
	div.cliente-logo-mobile {
		height: 83px;
		line-height: 83px;
		text-align: center;
	}
}
div.logos-mobile ul.slider img.slick-arrow   {
	padding: 0px 22px;
}

/* END LOGOS */



/*BANNER SAP*/
body #content .banner-sap {
	background-color: #fc8900;
	margin-top: 0px;
	color: #ffffff;
	padding: 30px 0;
}

body #content .banner-sap p {
	font-family: 'Open Sans';
	text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 1rem;
}

body #content .banner-sap p:after {
	content:"";
	bottom: 0;
	color: #ffffff;
	left: 0;
	width: 10%;
	height: 1px;
	display: block;
	background-color: #ffffff;
	position: absolute;
}

body #content .banner-sap a {
	background: #1949de;
	color: #ffffff;
	width: 80%;
	border: 1px solid #ffffff;
	border-radius: 0;
	box-shadow: 5px 5px 0px #1949de, -5px -5px 0px #1949de, -5px 5px 0px #1949de, 5px -5px 0px #1949de;
	display: inline-block;
	/* margin-top: calc(25% - 18px); */
	line-height: 1em;
	font-size: 18px;
	padding: 14px 0 12px;
	position: absolute;
	bottom: 70px;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

body #content .banner-sap a:hover {
	opacity: 0.75;
	text-decoration: none;
}

body #content .banner-sap a:after {
    content: " ";
    position: absolute;
    right: -1%;
    width: 10px;
    height: 5px;
    background: #1949de;
    bottom: 10px;
    visibility: visible;
}

body #content .banner-sap a:before {
    content: " ";
    position: absolute;
    left: 6%;
    width: 5px;
    height: 8px;
    background: #1949de;
    bottom: 42px;
    visibility: visible;
}

body #content .banner-sap h3 {
	font-size: 47px;
	font-weight: normal;
	text-align: left;
	width: 68%;
}

@media only screen and (max-width: 768px) {
	body #content .banner-sap a  {
		position: relative;
		bottom: 0;
		display: block;
		margin-top: 20px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 1200px) {
	body #content .banner-sap p {
		font-size: 20px;
	}

	body #content .banner-sap h3 {
		font-size: 30px;
		width: 80%;
	}

	body #content .banner-sap a {
		font-size: 13px;
	}

	body #content .banner-sap a:before {
		bottom: 35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	body #content .banner-sap a {
		bottom: 40px;
		right: 5%;
	}
}

span.wpcf7-form-control-wrap.your-legal {
    font-size: 16px;
}
.form-legal {
    max-height: 150px;
    overflow-y: auto;
    font-size: 12px;
	padding-right:15px;
	margin-top:-15px;
}

.form-legal ul li {
    margin-bottom: 5px;
}


.saptools-form-inscripcion span.wpcf7-form-control-wrap input:not([type='checkbox']), .saptools-form-inscripcion span.wpcf7-form-control-wrap select {
	padding: 5px;
	margin-bottom: 0px;
	width: 100%;
	color: #666;
 }
 .saptools-form-inscripcion input[type="checkbox"] {
	margin-right: 5px;
 }
 body.single .single-item .content .saptools-form-inscripcion p {
	margin-bottom: 15px;
	font-size: inherit;
 }
 body.single .single-item .content .saptools-form-inscripcion .wpcf7-not-valid-tip {
	display: block!important;
	color: red;
	font-size: 90%;
	padding: 0px 15px 0px 5px;
 }
 .saptools-form-inscripcion span.wpcf7-list-item-label:before, .saptools-form-inscripcion span.wpcf7-list-item-label:after{
	display:none;

 }
 .saptools-form-inscripcion input.wpcf7-form-control.wpcf7-submit.btn {
	color: #ffffff;
	padding: 8px 10px;
	background: #222;
	border: 1px solid #ffffff;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	min-width: 150px;
	border-radius: 0;
 }
 .saptools-form-inscripcion p.buttonCenterCont {
	display: flex;
	justify-content: center;
	align-items: baseline;
 }

 .blckContactCV{margin-top:50px;margin-bottom:50px}
 .blckContactCV .row .form{flex:0 0 50%;background:#222;padding:15px}
 .blckContactCV .row .text{flex:1;flex:0 0 50%;padding:15px;background:#1949de}
 .blckContactCV .row{display:flex;flex-direction:row}
 .blckContactCV .text p{font-family:"Open Sans",sans-serif;margin-bottom:25px;font-weight:300}
 .blckContactCV .text p strong{font-family:"Open Sans",sans-serif;font-weight:700}
 .blckContactCV .form h3{color:#fff;font-size:150%;padding:15px 0;text-align:center}
 .blckContactCV .form .wpcf7-form-control{padding:5px;background:#222}
 .blckContactCV .form .form-checks{color:#fff}
 .blckContactCV .form .form-checks label{font-size:16px}
 .blckContactCV .form .form-checks input{margin-right:10px}
 .blckContactCV .form .form-legal p,.blckContactCV .form .form-legal li{color:#fff}
 .blckContactCV .btn.wpcf7-submit:disabled{color:#aaa!important}
 .blckContactCV .boxazul{margin-top:0!important;padding-top:40px!important}
 .blckContactCV .form form{max-width:400px;margin-left:auto;margin-right:auto}
 .blckContactCV #contactform{margin:0}
 .blckContactCV #contactform .wpcf7 form .wpcf7-response-output{color:#fff}
 .blckContactCV .customInput.fakeInput{margin-bottom:10px!important;display:flex!important;width:100%;align-items:center;padding:8px 10px;border:1px solid #9e9e9e;color:#757575;font-family:"Open sans",sans-serif;font-size:20px;font-weight:200}
 .blckContactCV .customInput.fakeInput > span {display: flex;align-items:center;width: 100%;position:relative}
 .blckContactCV .customInput.fakeInput.even > span:after{right:-15px!important}
 .blckContactCV .customInput.fakeInput .your-experiencia{margin-left:auto;padding-right:15px;margin-bottom:0px;color:#757575;}
 .blckContactCV .customInput.fakeInput .your-experiencia .wpcf7-form-control{display:flex;flex:1;align-items:center;gap:0 30px;padding:0}
 .blckContactCV .customInput.fakeInput .your-experiencia .wpcf7-list-item{display:flex;flex:1;align-items:center}
 .blckContactCV .customInput.fakeInput .your-experiencia .wpcf7-list-item label{display:flex;margin:0}
 .blckContactCV .customInput.fakeInput .your-experiencia .wpcf7-list-item label input{margin-bottom:0!important;margin-right:5px}
 .blckContactCV .customInput label {color: #757575;font-family: "Open sans", sans-serif;font-weight: 200;font-size: 20px;}
 @media (max-width:1200px) {
 .blckContactCV .customInput.fakeInput{width:100%;padding:9px 8px;margin-bottom:13px;font-size:15px;max-height:200px}
}
@media (max-width:768px) {
.blckContactCV .customInput label{font-size:15px;}
}

@media (max-width:768px) {
	body.single-planning article.post-type-planning .container .single-txt ul li{
		list-style:none;
	}

}
.saptools-margin-y {
	margin-top:35px;
	margin-bottom:35px
}
.saptools-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:35px;
}
.saptools-grid-4-2 {
	grid-template-columns: repeat(4, 25%);
	grid-template-columns: 1fr 1fr 1fr 1fr;

}
.saptools-grid-element-image {
	position:relative;
}
.saptools-grid-element-image img {
	width: 100%;
	height: auto;
	padding: 0 25px;
	max-width:200px;
 }

 .saptools-grid-element-text {
	text-transform: uppercase;
	padding: 5px 25px;
 }
 .saptools-grid-4-2 h3 {
	 font-size:20px!important;
 }

@media (max-width:767px) {
	.saptools-grid {
		display:flex;
		flex-wrap:wrap;
	}
	.saptools-grid .saptools-grid-element {
		flex: 0 0 100%;
	}

	.saptools-grid-4-2 {
		grid-template-columns: 1fr 1fr;
		gap:15px 0px;
	}
	.saptools-grid-element-image img {
		padding:0 50px;
		padding:0!important;
		height:100%;
		max-height:80px;
		max-width:100px;
		width:auto!important;
	}
	.saptools-grid-element-text {

		padding:5px 0px!important;
	}
	.saptools-margin-y {
		margin-top:15px;
		margin-bottom:15px;
		
	}
	.saptools-grid-4-2 h3 {
		font-size:18px!important;
	}
}

#actualidad > div > strong {
	font-family:'Open Sans',sans-serif;
	text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
#actualidad > div > strong .row {
	margin-top:15px
}


.saptools-grid-element-text {
	text-transform: uppercase;
	padding: 5px 25px;
 }
 .saptools-grid-element-image img {
	width: 100%;
	height: auto;
	padding: 0 25px;
 }


 .responsive-iframe {
	max-width: 100%;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*- Contraseña -*/
.password-protected {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
 }
 .password-protected p {
	margin-bottom:15px;
 }


@media (min-width:1024px) {
	#LocationBoxes {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	#LocationBoxes .col-md-3 {
	padding: 6px 30px;
	width: 100%;
	max-width: 100%;
	}

	#LocationBoxes .col-12.col-md-3:nth-child(5) {
	grid-column: 2/4;
	max-width: 50%;
	padding: 0 15%;
	margin-left: 25%;
	margin-top: 50px;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	padding: 6px 30px;
	}

	html[lang="fr-FR"] #LocationBoxes .col-12.col-md-3:nth-child(5) {
		grid-row: 1;
		grid-column: 1/5;
		margin-bottom: 30px;
		margin-top: 0px;
		max-width: 25%;
		margin-left: calc(50% - calc(25% / 2));
	}

}
@media (max-width:1023px) {
	#LocationBoxes {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#LocationBoxes .col-md-3 {
		padding: 15px 30px 35px 30px;
		max-width: 100%;
		border-style: none none dotted none!important;
		border-width: 1px;
	 }
	 #LocationBoxes .col-md-3 .location{
		background-size:24px;
	 }
}

@media (max-width:1023px) {
	#LocationBoxes {
		display: grid;
		grid-template-columns: 1fr;
	}

	 html[lang="fr-FR"] #LocationBoxes .col-12.col-md-3:nth-child(5) {
		order:-1;
	 }
}



body #content .banner-sap.ctadoc-sap h3 {
	width:100%;
}


.ctadoc-popup #contactform span.wpcf7-not-valid-tip {display: block!important;font-size: 12px;color: #fff;background:#222222;position:absolute;top:50%;right:5px;transform:translateY(-50%);}
.ctadoc-popup #contactform{margin:0px 25px;}
.ctadoc-popup #contactform span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7{font-size:16px;}
.ctadoc-popup .modal-content{background-color:#222;color:#fff;}
.ctadoc-popup .modal-content{padding-top:0px;padding-bottom:0px;}
.ctadoc-popup .modal-content .wpcf7-form-control-wrap{flex-direction:column;}
.ctadoc-popup .wpcf7 form .wpcf7-response-output{font-size:90%;}
.ctadoc-popup .wpcf7 form.invalid .wpcf7-response-output,.ctadoc-popup .wpcf7 form.unaccepted .wpcf7-response-output{border-color:red;}
.ctadoc-popup .buttonCenterCont input.btn{margin-top:10px;margin-bottom:10px;}
.banner-sap + .banner-sap {margin-top:25px}
.banner-sap + #popups + .banner-sap {margin-top:25px}