﻿/*
	Theme Name: Theme Stílogo
	Theme URI: https://www.stilogo.com/
	Description: Theme web Stílogo
	Version: 1.0
	Author: Stílogo S.L
	Tags: HTML5, CSS3, Responsive

*/


.ruta {
	display: none;
}

.qc-cmp-persistent-link {
	background-color: transparent !important;
	right: 3.3% !important;
}

.qc-cmp-deprecation-messaging {
	display: none !important;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	outline: none;
}


/* html element 62.5% font-size for REM use */
html {
	height: 100%;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	 /* Utiliza la tipografía añadida para el cuerpo */
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	color: #292728;
	background-color: white;
	font-weight: 400;
	margin: 0;
	padding: 0;
	height: 100%;
}

kbd {
	font-family: 'Comfortaa', 'Open Sans', sans-serif ;
}

img[src*=".svg"] {
  width: 100%; 
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#395771;
	text-decoration:none;
}
a:hover {
	color:#73b632;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Comfortaa', 'Open Sans', sans-serif ;
	font-weight: 300;
	margin: 0;
	line-height: 1.2;
}

.animado-rapido {
	-o-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.animado-rapido-out {
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.animado {
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}




.flex {
	display: flex;
}

.linea-izquierda::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin: 25px 0 0 0;
}

.linea-derecha::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin: 25px 0 0 auto;
}

.linea-centro::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin: 25px auto;
}


header.principal {
	display: flex;
	position: relative;
	justify-content: space-between;
    padding: 4% 4% 0 4%;
    z-index: 4;
}


.btn-linea-verde {
	background-color: transparent;
	border: 2px solid #6ca039;
	padding: 4px 20px 6px 20px;
	font-size: 1.2em;
	color: #517929;
	font-weight: 400;
    display: inline-block;
    cursor: pointer;
}

.btn-linea-verde:hover {
	border: 2px solid #0c2435;
	color: #0c2435;
}




.btn-fondo-verde {
	/* background-color: #73b632; */
	background-color: #6ca039;
	padding: 4px 20px;
	font-size: 1.2em;
	color: #fff;
    display: inline-block;
    cursor: pointer;
    border: 0;
}

.btn-fondo-verde:hover {
	color: #fff;
	background-color: #323748;
}



.btn-fondo-turquesa {
	/* background-color: #73b632; */
	background-color: #39a09b;
	padding: 4px 20px;
	font-size: 1.2em;
	color: #fff;
    display: inline-block;
    cursor: pointer;
    border: 0;
}

.btn-fondo-turquesa:hover {
	color: #fff;
	background-color: #323748;
}

.btn-letra-verde {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #73b632;
	cursor: pointer;

}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

textarea {
	resize: none;
	font-family: 'Open Sans Condensed', sans-serif;

}


/* MODO NAVIDAD */

header.principal .bg-navidad {
	position: absolute;
	left: 10%;
	top: 0px;
    z-index: -1;

}


body.stiblogo .bg-navidad {
    width: 12%;
}
body.page-template-mapa-web .bg-navidad,
body.proteccion-de-datos-y-confidencialidad .bg-navidad,
body.politica-de-calidad .bg-navidad,
body.aviso-legal-y-terminos-de-uso-del-sitio-web .bg-navidad,
body.page-template-faq .bg-navidad,
body.search-results .bg-navidad,
body.single-post .bg-navidad,
body.page-template-template-perfil .bg-navidad,
body.page-template-crear_nuevo_ticket .bg-navidad,
body.single-soporte .bg-navidad,
body.page-template-mis_tickets .bg-navidad {
	display: none;
}

header.principal .acebo-navidad {
	position: absolute;
    right: -40px;
    top: 20px;
    width: 60px;
    min-width: auto;
}



header.principal .logo {
	overflow: visible !important;
	position: relative;
}


/* MODAL */

.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: #406999;
    background: -moz-linear-gradient(45deg, #406999 0%, #6eb1e5 64%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    background: linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406999', endColorstr='#7db9e8',GradientType=1 );
    display: none;
    overflow: auto; 
}

.modal .container{
	position: relative;
	height: 100%;
}


.modal .container .box-modal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
	background-color: #fff;
    padding: 45px;
	
	text-align: center;	
	width: 90%;
}




.modal .container .box-modal .close {
    display: block;
    position: absolute;
    background-color: #73b632;
    padding: 10px;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    	z-index: 999;

}



.modal .container .box-modal .title {
	font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.modal .container .box-modal .description {
	font-size: 0.9em;
	margin-bottom: 30px;
}


.modal .btn-agree {
    padding: 6px 30px 10px 30px;
    background-color: #fff;
    display: inline-block;
    font-size: 2em;
    font-weight: 700;
    cursor: pointer;
}




/* Barra de progreso formularios */
.bar {
	background-color: #73b632;
	height: 100%;
	width: 0%;
	position: absolute;
	overflow: hidden;

}

.progress {
    display: none;
    height: 30px;
    position: relative;
    margin: 20px 0;
    background-color: #f2f2f2; 
}

.percent {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
}
	



select:invalid { color: gray; }

.background-cabecera {
    width: 100%;
	background: #406999;
    background: -moz-linear-gradient(45deg, #406999 0%, #6eb1e5 64%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    background: linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406999', endColorstr='#7db9e8',GradientType=1 );
}


.padding-wrapper {
    padding-right: 4%;
    padding-left: 4%;
}


.box-busqueda form {
	display: flex;
	margin-top: 15px;
}

.box-busqueda input[type="text"] {
	width: 100%;
	padding: 9px 10px;
}

.box-busqueda .btn-fondo-verde {
	font-weight: 600;
}

#icono-solicitar-presupuesto {
	cursor: pointer;
	list-style: none;
	display: none;
}

#icono-solicitar-presupuesto img {
    width: 25px;
    height: 30px;
}


#icono-solicitar-presupuesto:hover img {
	transform: scale(1.2);
}


/* Tooltips */
/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	font-size: 0.8em;
	padding: 4px 10px;
	max-width: 300px;
	text-align: center;
}

.tooltipster-base:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.tooltipster-base:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}



.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}



/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}


/*------------------------------------*\
    Tooltip nueva sección
\*------------------------------------*/


body:not(.formacion):not(.single-formacion):not(.page-template-solicitar_formacion):not(.page-template-mis_tickets):not(.single-soporte) .tooltip-formacion {
 /* display: block; */
}

.tooltip-formacion {
	display: none;
    position: absolute;
    background-color: #cb384b;
    font-size: 0.7em;
    padding: 7px 10px;
    border-radius: 10px;
    left: 50%;
    margin-top: 0px;
    transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
    line-height: 1;
}

.tooltip-formacion::after {
	content:'';
	position: absolute;
	display: block;
    background-color: #cb384b;
    width:20px;
    height: 20px;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: 0px;
    z-index: -1;
}


@keyframes subebaja {
  0% {
	transform: translate(-50%, 0);
  }
  50% {
	transform: translate(-50%, 10px);
  }
  100% {
	transform: translate(-50%, 0);

  }
}
.subebaja {
	animation-name: subebaja;
	transition: all 0.2s ease-in;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-duration: 2s;
}









/*------------------------------------*\
    Iconos stiky - accesos directo
\*------------------------------------*/

#iconos-stiky {
	position: fixed;
	right: 0;
	top: 40px;
	z-index: 4;
	background-color: rgba(70,90,121,0.95);
	padding: 10px;
	display: none;
}

#iconos-stiky.activo {
	display: block;
}

#iconos-stiky ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#iconos-stiky ul li {
	width: 25px;
		margin-bottom: 20px;
}


#imagotipo-stilogo {
	margin-bottom: 20px;
	display: none;
}


#iconos-stiky.activo {
	top: 40px;
}

#iconos-stiky.activo #imagotipo-stilogo {
	display: block;
	width: 25px;
	height: 32px;
}

#iconos-stiky ul li {
	height: 30px;
}

#iconos-stiky ul li:last-of-type {
		margin-bottom: 0px;
}


.page-template-home #iconos-stiky {
	right: 4%;
	background-color: transparent;
	padding: 0px;
}

/*------------------------------------*\
    burger menu - hamburguesa
\*------------------------------------*/

#navegador-burger {
    position: fixed;
    background-color: rgba(70,90,121,0.95);
    z-index: 9999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#navegador-burger .cerrar {
	width: 100%;
	height: 100%;
	cursor: url('img/cursor_cross.png'), pointer;
	position: absolute;
}

#navegador-burger .contenedor{
	position: relative;
	height: 100%;
}

#navegador-burger .contenedor > .box-navegador-burger {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center
}

#navegador-burger .logo-burger-menu {
	max-width: 130px;
	margin: 0 auto;
	margin-bottom: 30px;
}


.nav.burger ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.3;
}

.nav.burger ul li {
	margin-top: 10px;
	opacity: 0;
	}

.nav.burger a {
	color: #fff;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.nav.burger a:hover {
	color: #89d043;
}

#navegador-burger .idiomas a {
	color: #73b632;
}

#navegador-burger .idiomas a:hover {
	color: #fff;
}

/*------------------------------------*\
    Cookies - Aviso
\*------------------------------------*/

.cc-banner.cc-theme-edgeless .cc-btn {
    padding: 0.4em 1.8em !important;
}

.cc-compliance,
.cc-banner.cc-theme-edgeless .cc-message {
	font-size: 0.8em;
	line-height: 1.2;
	padding: 5px 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 1em 1em 1em !important;
}

.cc-revoke {
	position: absolute !important;
	right: 4% !important;
	left: auto !important;
	font-size: 0.9em !important;
}

.cc-window.cc-floating {
	max-width: none !important;	
}

/*------------------------------------*\
    Galería entrada
\*------------------------------------*/


.galeria-entrada {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.galeria-entrada li {
	width: 33%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.galeria-entrada .imagen {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	cursor: pointer;
}

.ejemplos .galeria-entrada .imagen {
	border: none;
	text-align: center;
}

.galeria-entrada .descripcion {
	font-size: 0.8em;
	text-align: center;
}

.carousel-galeria-entrada .carousel-cell {
	width: 100%;
	height: calc(100vh - 200px);
	text-align: center;
}

.popup-entrada {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50,55,72,0.9);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popup-entrada .contenedor {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-55%);
	padding: 20px;
	
}

.popup-entrada .cerrar {
	width: 50px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.popup-entrada {
	display: none;
}

.galeria-entrada .imagen-cell {
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.galeria-entrada .descripcion-cell {
	background-color: #f8f8f8;
}

.navegacion-galeria {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	padding: 20px;
	background-color: #f8f8f8;
	bottom: 0;
}

.prev-next {
	display: flex;

}

.prev-next > div {
	cursor: pointer;
}

.prev-next img {
    width: 15px;
}

.prev-next .previous {
	margin-right: 20px;
}


/*------------------------------------*\
    Mensaje superior
\*------------------------------------*/
.mensaje-superior {
    background-color: #fff;
}

.mensaje-superior .contenedor {
	padding: 20px 4% 30px 4%;
    display: flex;
    color: #465a79;
}

.mensaje-superior .contenedor .texto {
	font-size: 0.9em;
}

.mensaje-superior .contenedor .titulo {
    font-size: 1.2em;
    font-weight: 900;
    color: #6ca039;
    padding-top: 0.45em;
}

.mensaje-superior .contenedor .texto p {
	margin: 2px 0;
}

.mensaje-superior .cerrar {
	width: 30px;
	cursor: pointer;
	margin-left: 20px;
    padding-top: 0.45em;
}
.mensaje-superior .cerrar img {
	width: 30px;
	min-width: 30px;
	height: 30px;
}



/*------------------------------------*\
    Mensaje superior urgente
\*------------------------------------*/

.mensaje-superior-urgente {
    background-color: #373842;
    color: #fff;
    
}


.mensaje-superior-urgente .contenedor {
	padding: 10px 4% 10px 4%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
     
}

.mensaje-superior-urgente .btn-fondo-blanco {
    background-color: #fff;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 5px;
    white-space: nowrap;
    
}

.mensaje-superior-urgente .btn-fondo-blanco:hover {
	background-color: #6ca039;
	color: #fff;
}


.mensaje-superior-urgente .box-texto {
	display: flex;
}
.mensaje-superior-urgente .box-texto .texto {
	margin-right: 20px;
	display: flex;
    align-items: center;
}
.mensaje-superior-urgente .box-texto .texto p {
	margin: 0;
}

/*------------------------------------*\
    Popups
\*------------------------------------*/


.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(107,169,217,0.8);
	z-index: 15;
}

.popup .contenedor {
	padding: 40px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: #406999;
    background: -moz-linear-gradient(45deg, #406999 0%, #6eb1e5 64%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    background: linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406999', endColorstr='#7db9e8',GradientType=1 );
    
    -webkit-box-shadow: 0px 3px 16px 0px rgba(45,62,76,0.2);
	-moz-box-shadow: 0px 3px 16px 0px rgba(45,62,76,0.2);
	box-shadow: 0px 3px 16px 0px rgba(45,62,76,0.2);
    
}


.popup .box-relativo {
	position: relative;
	display: flex;
	align-items: center;
}

.popup .box-texto {
	width: 100%;
}

.popup .box-imagen {
	min-width: 300px;
	width: 50%;
}


.popup .titulo {
	font-family: 'Comfortaa', 'Open Sans', sans-serif ;
	font-size: 2em;
    line-height: 1.2;
}

.popup .subtitulo {
	margin-bottom: 20px;
	color: #465a79;
	font-size: 1.3em;
}

.popup .descripcion-corta {
	margin-bottom: 20px;

}

.popup .cerrar {
    position: absolute;
    top: 10px;
    z-index: 99999999;
    right: 10px;
    width: 40px;
    cursor: pointer;
}


/*------------------------------------*\
    Error 404
\*------------------------------------*/

.error404 .background-cabecera {
	height: 100vh
}


body.error404 footer {
    background: transparent !important;
}

article#post-404 {
    text-align: center;
    padding: 11rem;
    color: #fff;
}


/*------------------------------------*\
    Sección
\*------------------------------------*/

.page-template-solicitar_presupuesto .background-cabecera {
	background: transparent;
	
}
.background-seccion {
	background: #406999;
    background: -moz-linear-gradient(45deg, #406999 0%, #6eb1e5 64%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    background: linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406999', endColorstr='#7db9e8',GradientType=1 );    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
body.seccion header.principal {
    /* background: #406999;
    background: -moz-linear-gradient(45deg, #406999 0%, #6eb1e5 64%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    background: linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406999', endColorstr='#7db9e8',GradientType=1 ); */
    padding: 4% 4% 20px 4%;
}

body.seccion main > .wrapper {
	padding-top: 80px;
}

.intro-seccion {
    padding: 40px 4%;

}
/*------------------------------------*\
    Solicitar Presupuesto 
\*------------------------------------*/

body.page-template-solicitar_presupuesto {
	background: #f8f8f8 !important;
}


.page-template-solicitar_presupuesto header.principal {
	background:transparent !important;
}

.solicitud-servicio {
    margin-top: 40px;
}

.solicitud-servicio h1 {
	color: #fff;
}

.solicitud-servicio > .contenedor {
    display: flex;
    justify-content: space-around;
    margin: 0 5% 40px 5%;
}

.solicitud-servicio .box-adicional,
.solicitud-servicio .box-descripcion {
	max-width: 400px; 
    color: #0c2435;
    margin-right: 50px;
    padding: 60px 0 40px 0;
}


.solicitud-servicio .box-adicional {
	padding: 50px 0 0 0;
}

/* Virtudes */
.solicitud-servicio .box-adicional .virtud {
	margin: 30px 0;
	position: relative;
}

.solicitud-servicio .box-adicional .virtud .box-imagen {
    max-width: 40px;
    margin-bottom: 20px;
}

.solicitud-servicio .box-adicional .virtud .box-imagen img {
    width: 40px;
    height: 40px;
    }

.solicitud-servicio .box-adicional .virtud:not(:last-of-type):after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ccc;
    margin: 20px 0;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.solicitud-servicio .box-adicional .virtud:hover:not(:last-of-type):after {
    width: 100%;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.solicitud-servicio .box-adicional .virtud:first-of-type {
    margin-top: 0;
}

.solicitud-servicio .box-adicional .virtud .titulo {
    color: #465a79;
    font-family: 'Comfortaa', 'Open Sans', sans-serif;
    font-size: 1.3em;
    line-height: 1.2;
	
}

.solicitud-servicio .box-adicional .virtud .texto {
	
}


.solicitud-servicio .box-descripcion .texto-adicional {
	color: #fff;
}

.solicitud-servicio .box-formulario {
	width: 90%;
	max-width: 800px;
}

.solicitud-servicio .box-formulario .contenedor{
	background-color: #fff;
		padding: 40px;

}

.solicitud-servicio .box-formulario h2 {
    margin: 0px 0 20px 0;
    font-size: 2em;
    color: #323748;
}


/*------------------------------------*\
    Servicio
\*------------------------------------*/
body.servicio {
	background: #fff;
}

body.servicio header.principal {
    padding: 4% 4% 20px 4%;
}

body.servicio header.principal .box-logo-botonera {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

body.servicio main > .wrapper {
	padding-top: 80px;
}

body.servicio .box-intro h1 {
	color: #fff;
}

body.servicio .box-intro .inline {
	color: #0c2435;
    font-size: 1.5em;
    max-width: 550px;
}





/* listado de servicios */

.box-servicios .encabezado {
	text-align: center;
	margin: 40px 0;
}

.box-servicios .servicio {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}



.bg-servicio {
    position: absolute;
    opacity: 0.02;
    right: 0;
    width: 50%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bg-servicio svg {
	width: 100%;
}

.box-servicios .servicio:nth-child(odd) {
	background-color: #f2f2f2;
}

.box-servicios .icono-servicio {
    max-width: 60px;
    margin-bottom: 10px;
}

.box-servicios .icono-servicio svg{
	fill: #73b632;
}

.box-servicios .servicio .padding-wrapper {
	display: flex;
	justify-content: center;
    align-items: flex-end;
}

.box-servicios .servicio .padding-wrapper > div{
	width: 50%;
    max-width: 600px;
}

.box-servicios .servicio .padding-wrapper > div:nth-child(1){
	margin-right: 80px;
}

.box-servicios .nombre-servicio {
	font-size: 2em;
	color: #2f628a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.box-servicios .subtitulo-servicio {
	font-size: 1.2em;
	margin-bottom: 20px;
}

.box-servicios .descripcion-corta-servicio {
	margin-bottom: 30px;
}

.box-servicios .descripcion-larga-servicio {
	margin-bottom: 58px;
}

.box-texto .descripcion-larga {
	margin-bottom: 20px;
}


#descripcion-servicios {
	
}

#descripcion-servicios article {
	padding: 50px 0;
	position: relative;
}

.single #descripcion-servicios article {
	padding: 0 0 50px 0;
}

#descripcion-servicios article .bg-pulso {
	position: absolute;
	background-color: green;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}

#descripcion-servicios article:nth-child(odd) {
	background-color: #f2f2f2;
}

#descripcion-servicios article > .contenedor {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

#descripcion-servicios article > .contenedor > div {
	width: 50%;
}

#descripcion-servicios .box-texto {
	max-width: 650px;
}

#descripcion-servicios article .titulo {
	font-size: 2em;
	color: #3c678b;
	
}


#descripcion-servicios .subtitulo {
	font-size: 1.4em;
	color: #0c2435;
	margin-bottom: 20px;
}

#descripcion-servicios .descripcion-corta {
	margin: 10px 0;
}

#descripcion-servicios .box-texto .saber-mas {
	font-size: 1.6em;
	color: #2f628a;
	margin-top: 20px;
	cursor: pointer;
}


.page-template-servicio_linguistico #descripcion-servicios .extendido {
	display: none;
}

#descripcion-servicios .extendido {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}




#descripcion-servicios .extendido.activo {
}




#descripcion-servicios .box-precio {
	display: flex;
	justify-content: center;
	align-items: center;
}

#descripcion-servicios .box-precio > .contenedor {
	text-align: center;
	
}

#descripcion-servicios .box-precio .precio {
	font-size: 2em;
	color: #2b587b;
	font-weight: bold;
}

#descripcion-servicios .box-precio .nota-precio {
	font-size: 0.8em;
}


#descripcion-servicios .box-precio .solicitar-servicio {
	margin-top: 20px;
	cursor: pointer;
	font-weight: 600;
}

#descripcion-servicios .calculado {
	position: relative;
	display: none;
    background-color: #323748;
    padding: 10px;
    color: #fff;
    margin: 10px auto;
    background-image: url('img/calculadora.svg');
    background-position: 70% center;
    background-repeat: no-repeat;
    background-size: 40%;
    max-width: 300px;
    line-height: 1.2;
}

#descripcion-servicios .calculado .resultado {
	font-size: 1.3em;
}

#descripcion-servicios .calculado span{
	font-size: 0.8em;
}

#descripcion-servicios .calculado .info {
    width: 16px;
    position: absolute;
    right: 9px;
    top: 9px;
    height: 16px;
    display: block;
    line-height: 0;
    cursor: pointer;
}

.calcular {
	background-color: #323748;
	color: #fff;
}

.calcular .contenedor {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
    background-image: url('img/calculadora.svg');
    background-position: 70% center;
    background-repeat: no-repeat;
    background-size: 9%;
}

.calcular .contenedor > div{
margin: 0 20px;
}

.calcular .titulo {
	font-size: 2em;
	color: #5c95c5;
    line-height: 1.2;
    margin-bottom: 10px;
}


#ncalculadora {
    padding: 10px 14px;
    font-size: 2em;
    color: #fff;
    font-weight: 300;
    border: 0;
    margin: 10px 0;
    width: 180px;
    background-color: #4a5165;
    border-radius: 5px;
    text-align: center;
}


#calculadora .box-palabras {
	position: relative;
}

#refresh {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

/*------------------------------------*\
    Servicios Lingüísticos - Servicio linguistico
\*------------------------------------*/

#descripcion-servicios .incluye,
#descripcion-servicios .excluye,
#descripcion-servicios .plazos,
#descripcion-servicios .gestion {
	display: flex;
	margin-bottom: 40px;
}


#descripcion-servicios .icono {
    width: 100px;
    padding-right: 30px;
}



#descripcion-servicios .extendido .texto {
	width: 100%;
}

.ficha-servicio .importante,
#descripcion-servicios .importante {
    padding: 1px 6px;
    color: #fff;
    /* background-color: #73b632; */
    background-color: #6ca039;

}

#descripcion-servicios .extendido .caracteristicas {
	margin-bottom: 30px;
	font-size: 1.4em;
}

#descripcion-servicios .extendido .caracteristicas-generales h5,
#descripcion-servicios .extendido .tener-en-cuenta h5 {
	font-size: 1.3em;
	color: #6ca039;
}



#descripcion-servicios .extendido .caracteristicas-generales {
	margin-bottom: 40px;
}



#descripcion-servicios article.activo .saber-menos{
	display: block;
}
#descripcion-servicios article.activo .saber-mas {
	display: none
}

#descripcion-servicios .extendido .saber-menos {
    font-size: 1.6em;
    color: #2f628a;
    margin-top: 20px;
    cursor: pointer;
}

#calltoaction .btn.solicitar-servicio {
	font-size: 1.6em;
	font-family: 'Comfortaa', 'Open Sans', sans-serif;
	margin-top: 20px;
}


#calltoaction .btn.solicitar-servicio:hover {
	background-color: #fff; 
	color: #6ca039;
}


#descripcion-servicios .ejemplos:before {
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background-color: #73b632;
    margin: 30px 0;
}

#descripcion-servicios .ejemplos h5 {
    margin: 20px 0;
    font-size: 1.4em;
}

#descripcion-servicios .carousel-ejemplos {
	width: 100%;

}


#descripcion-servicios .carousel-ejemplos  .carousel-cell {
	display: block;
	height: 300px;
	min-width: 150px;
	max-width: 100%;
	margin-right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#descripcion-servicios .carousel-ejemplos  .carousel-cell img {
	max-height: 250px;
	display: block;
}

#descripcion-servicios p.pie {
    display: block;
    position: relative;
    font-size: 0.8em;
}


/*------------------------------------*\
    Single servicios lingüísticos
\*------------------------------------*/


body.single-servicios main {
	background-color: #fff;
}

body.single-servicios > .wrapper {
	padding: 0 !important;
	margin: 0;
	max
}

body.single-servicios #descripcion-servicios article {
	background-color: #fff;
}


body.single-servicios .calculado {
	position: relative;
	display: none;
    background-color: #323748;
    padding: 10px;
    color: #fff;
    margin: 10px 0;
    background-image: url('img/calculadora.svg');
    background-position: 70% center;
    background-repeat: no-repeat;
    background-size: 40%;
    max-width: 300px;
    line-height: 1.2;
}

body.single-servicios .calculado .resultado {
	font-size: 1.3em;
}

body.single-servicios .calculado span{
	font-size: 0.8em;
}

body.single-servicios .calculado .info {
    width: 16px;
    position: absolute;
    right: 9px;
    top: 9px;
    height: 16px;
    display: block;
    line-height: 0;
    cursor: pointer;
}


body.single-servicios .box-precio .precio {
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    }

body.single-servicios .box-precio .solicitar-servicio {
    margin-top: 20px;
    cursor: pointer;
}
body.single-servicios .indice .contenedor {
    margin: 30px 30px 30px 0 !important;
}


.servicios-relacionados {
	background-color: #f8f8f8;
    padding: 40px 0;
}

.servicios-relacionados h3 {
    font-size: 1.6em;
}
.servicios-relacionados ul {
	list-style: none;
	column-count: 3;
	column-gap: 40px;
	column-width: 300px;
}

.servicios-relacionados li {
	padding: 5px 0;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #6ca039;
	margin: 0 10px;
}

.arrow-down:nth-child(1) {
	transform: rotate(-90deg);
}

#btn-caracteristicas-generales {
	cursor: pointer;
}

#btn-caracteristicas-generales .arrow-down:nth-child(2) {
	transform: rotate(90deg);
}

#btn-caracteristicas-generales :hover .arrow-down{
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #0c2435;
	
}

#btn-caracteristicas-generales:hover .arrow-down:nth-child(1) {
	transform: rotate(0deg);
}

#btn-caracteristicas-generales:hover .arrow-down:nth-child(2) {
	transform: rotate(0deg);
}

#btn-caracteristicas-generales.activo .arrow-down {
	transform: rotate(0deg);
}

.ficha-servicio #box-caracteristicas {
    width: 90%;
    margin: 50px auto;
    padding: 0; 
}

.ficha-servicio #box-caracteristicas ul {
	list-style-type: circle;
	padding-left: 20px;
}

.ficha-servicio #box-caracteristicas ul li {
	margin-bottom: 8px;
}


.ficha-servicio #box-caracteristicas h2 {
	font-size: 2em;
	color: #639e28;
}

.ficha-servicio #box-caracteristicas .descripcion-corta {
	margin-bottom: 30px;
}

.ficha-servicio #box-caracteristicas .extendido {
	margin-bottom: 50px;
}

.ficha-servicio #box-caracteristicas .tener-en-cuenta {
}


.ficha-servicio .caracteristicas-generales .box-accordion .accordion {
	font-size: 1.1em;
}


.ficha-servicio .extendidos  {
    background-color: #f8f8f8;
    padding: 60px 0 40px 0;
}

.ficha-servicio .extendidos > .contenedor {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;

}



.ficha-servicio h5 {
	font-size: 1.3em;
    color: #6ca039;
}


.ficha-servicio #caracteristicas-generales {
	display: none;
    margin: 0 auto;
    padding: 0; 
}


.ficha-servicio #box-extendido1 {
	width: 50%;
	padding-right: 25px;
}

.ficha-servicio #box-extendido2 {
	width: 50%;
	padding-left: 25px;
}


	
.ficha-servicio #box-extendido1 h2:after,
.ficha-servicio #box-extendido2 h2:after {
	content: '';
	margin: 15px 0;
	display: block;
	width: 50px;
	height: 4px;
	background-color: #73b632;
}	


.ficha-servicio .box-btn-caracteristicas-generales {
    margin: 50px auto;
    text-align: center;
}

#btn-caracteristicas-generales > .contenedor {
	display: flex;
	width: 100%;
	align-items: center;
}

.ficha-servicio #calltoaction {
	text-align: left;
	background-color: #323748;
	color: #fff;
	padding: 50px 0;
}



.ficha-servicio #calltoaction .contenedor {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.ficha-servicio #calltoaction .contenedor .box-imagen {
	min-width: 250px;
	max-width: 300px;
    transform: scale(1.5);
    margin: 0 100px;
}

.ficha-servicio #calltoaction .contenedor .box-texto {
	margin-left: 40px;
	max-width: 700px;
}

.ficha-servicio #calltoaction .contenedor h2 {
	color: #73b632;
    font-size: 1.8em;
}



.ficha-servicio #ultimo {
	text-align: center;
	padding: 50px 0;
}

.ficha-servicio #ultimo .contenedor {
	width: 90%;
	margin: 0 auto;
	max-width: 800px;
}
.ficha-servicio #ultimo .contenedor h2:after {
	content: '';
	margin: 15px auto;
	display: block;
	width: 50px;
	height: 4px;
	background-color: #73b632;
}


/*------------------------------------*\
    Servicios - Formación
\*------------------------------------*/


.destaca-rojo {
	display: inline-block;
	background-color: #cb384b;
	color: #fff;
	padding: 2px 10px;
	font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 10px;	
}

       
.novedad {
	display: inline-block;
	background-color: #cb384b;
	color: #fff;
	padding: 2px 10px;
	font-size: 0.8em;
	margin-left: 10px;
}


.novedad-single {
	display: inline-block;
	background-color: #cb384b;
	color: #fff;
	padding: 2px 10px;
	font-size: 1em;
	margin-top: 10px;
}

body.page-template-servicio_formacion #descripcion-servicios article > .contenedor > div {
    width: 50%;
    justify-content: center;
}

body.page-template-servicio_formacion .box-bloques {
	display: flex;
	text-align: center;
	margin-bottom: 30px;
    flex-flow: row wrap;
    align-content: center;
}

body.page-template-servicio_formacion .box-bloques .big {
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1;
    white-space: nowrap;
}


body.page-template-servicio_formacion .box-bloques .small {
	font-size: 1.2em;

}

body.page-template-servicio_formacion .box-bloques > div {
	flex: 1;
	align-self: center;
	padding: 20px 20px;
}

body.page-template-servicio_formacion .box-bloques > div.btn-reservar {
	flex: 100%;
	margin: 30px 0 0 0; 
}


body.page-template-servicio_formacion .box-bloques > div.btn-ver-plataforma {
	flex: 100%;
	margin:0;
	padding-top: 0px;
}

body.page-template-servicio_formacion .plazas .box {
    background-color: #cb384b;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    color: #fff;
}

body.page-template-servicio_formacion .plazas .box:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #cb384b;
    width: 20px;
    height: 20px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


/*------------------------------------*\
    Single - Formación
\*------------------------------------*/

body.page-template-solicitar_formacion .background-cabecera {
	background:transparent !important;
} 

body.page-template-solicitar_formacion {
    background: #f8f8f8 !important;
}


body.single-formacion #intro-servicio h2 {
	color: #a6d6ff;
}

body.single-formacion #intro-servicio .plazas .box {
	background-color: #cb384b;
	padding: 10px 20px;
	border-radius: 10px;
	position: relative;
}

body.single-formacion #intro-servicio .plazas .box:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #cb384b;
	width: 20px;
	height: 20px;
	left: -10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

body.single-formacion .ficha-servicio .box-fechas {
    background-color: #323748;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 70%;
    background-size: 17%;
}

body.single-formacion .ficha-servicio .box-fechas .convocatoria {
	font-weight: bold;
	font-size: 1.2em;
}

body.single-formacion .ficha-servicio .box-fechas .fechas {
color: #b7b9bc;
}


body.single-formacion .ficha-servicio .box-fechas .contenedor {

}

body.single-formacion .box-intro {
	display: flex;
}

body.single-formacion .box-bloques {
	display: flex;
	text-align: center;
	margin-bottom: 30px;
}

body.single-formacion .box-bloques .big {
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1;
    white-space: nowrap;
}


body.single-formacion .box-bloques .small {
	font-size: 1.2em;

}

body.single-formacion .box-bloques > div {
	margin-right: 30px;
	align-self: center;
}

body.single-formacion .box-icons .contenedor {
	background-color: #f8f8f8;
    padding: 30px;
    min-width: 300px;
    margin-left: 40px;
}
body.single-formacion .box-icons h3 {
	color: #465a79;
}



body.single-formacion .box-icons .contenedor > ul {
	list-style: none;
	list-style-type: none !important;
	padding: 0;

}

body.single-formacion .box-icons .contenedor > ul li {
	display: flex;
}

body.single-formacion .box-icons .icon {
	width: 20px;
	margin-right: 10px;
}

body.single-formacion #intro-servicio .btn-ver-plataforma {
	margin-top: 20px;
}


/*------------------------------------*\
    Servicios Pro - Listado servicios
\*------------------------------------*/


.servicios-pro {
    background-color: #f8f8f8;
    padding: 50px 0;
}

.servicios-pro .box-imagen {
    margin: 0 auto;
    width: 50%;
}

.servicios-pro .titulo {
	font-family: 'Comfortaa', 'Open Sans', sans-serif;
    font-size: 2em;
    text-align: center;
    margin-bottom: 60px;
    color: #465a79;
}

.servicios-pro > .contenedor {
	width: 90%;
	margin: 0 auto;
}

.servicios-pro .listado-servicios {

}

.servicios-pro .listado-servicios .box {
	width: 23%;

}

.servicios-pro .listado-servicios .box ul {
	list-style: none;
	padding-left: 10px;
	font-size: 0.9em;
}

.servicios-pro .listado-servicios .box li {
	margin-bottom: 10px;
}
/*------------------------------------*\
    Servicios Lite - Listado servicios
\*------------------------------------*/
.servicios-lite {
	background-color: #323748;
    padding: 10px 0;
    color: #fff;
    padding: 0 4% 0 4%;
}


.servicios-lite h2 {
    color: #5c95c5;
    font-size: 1.5em;
    font-family: 'Comfortaa', 'Open Sans', sans-serif;
    margin: 10px 0 5px 0;
}

.servicios-lite h3:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #5c95c5;
	margin: 20px 0;
}


.servicios-lite a {
    color: #fff;
}

.servicios-lite a:hover {
    color: #5c95c5;
}

.servicios-lite .servicios {
	padding:50px 20px;
	width: 70%;
}

.servicios-lite .contenedor {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.servicios-lite .contenedor > div {
	width: 50%;
	max-width: 400px;
}

.servicios-lite .contenedor .imagen {
	width: 30%;
	min-width: 300px;
	max-width: 400px;
	transform: scale(1.2);
}

.servicios-lite .listado-servicios {
	display: flex;
	flex-wrap: wrap;
}

.servicios-lite .listado-servicios ul {
	padding-left: 0px;
	margin: 0;
}



.servicios-lite .listado-servicios li {
	list-style: none;
    padding: 4px 0;
    	font-size: 1.1em;

}

.servicios-lite .listado-servicios .box {
    width: 33%;
    max-width: 360px;
    padding: 0 20px;
}


.servicios-lite .listado-servicios .box ul li {
	margin: 3px 0;
}

.servicios-lite .listado-servicios h3 {
	max-width: 300px;

}




/*------------------------------------*\
 		 Separador bibliotecas
\*------------------------------------*/

#separador-bibliotecas {
    width: 100%;
    background: #406999;
    background: -moz-linear-gradient(45deg, #406999 0%, #6eb1e5 64%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    background: linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406999', endColorstr='#7db9e8',GradientType=1 );
    overflow: hidden;
    padding: 4% 0;
    margin-top: 60px;
}


#separador-bibliotecas h3 {
	font-size: 2em;
	color: #fff;
}

#separador-bibliotecas .contenedor {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}

#separador-bibliotecas .imagen {
    width: 50%;
    transform: scale(2) translateX(0%);
    margin-right: 20%;
}

#separador-bibliotecas .caja-texto {
	width: 50%;
    max-width: 360px;
    margin: 0 5%;
}

#separador-bibliotecas .imagen img {
}

/*------------------------------------*\
 Destacados web - características web - cualidades web
\*------------------------------------*/

#destacados-web {
	padding-top: 5%;
    padding-bottom: 5%;
}
#destacados-web .contenedor{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 20px 0;
	align-items: center;
}

#destacados-web .contenedor:nth-child(2) {
	align-items: flex-start;
}

#destacados-web .contenedor .caja-texto {
	width: 66%;
}

#destacados-web .contenedor .imagen {
	margin-left: 50px;
}

#destacados-web h3 {
	font-size: 2em;
	color: #465a79;
}


#destacados-web h4 {
	font-size: 1.6em;
	margin-bottom: 15px;
	color: #465a79;
}

#destacados-web .box {
	margin: 0 20px;
	width: 33%;}

#destacados-web .box:first-of-type {
	margin-left: 0;
}

#destacados-web .box:last-of-type {
	margin-right: 0;
}


/*------------------------------------*\
	Paquetes web
\*------------------------------------*/

#paquetes-web {
	background-color: #eaeaea;
	padding: 30px 0;


	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73b632+0,8fc400+100 */
	background: #73b632; /* Old browsers */
	background: -moz-linear-gradient(45deg, #73b632 0%, #8fc400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #73b632 0%,#8fc400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #73b632 0%,#8fc400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b632', endColorstr='#8fc400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


#paquetes-web h2 {
	font-size: 2.5em;
	text-align: center;
	margin: 30px 0;
	color: #fff;

}

#paquetes-web .box-paquetes-web {
	display: flex;
	justify-content: center;
    padding-top: 20px;
}

#paquetes-web .box-paquetes-web article {
	background-color: #fff;
	padding: 40px;
	margin: 0 10px;
    max-width: 400px;
    width: 33.3%;
    
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    

}

#paquetes-web .box-paquetes-web article:hover {
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
	transform: translateY(-10px);
}


#paquetes-web .box-paquetes-web article  h3 {
	font-size: 2em;
	color: #465a79;
}

#paquetes-web .btn-fondo-verde {
	background-color: #1d7ea3;
}


#paquetes-web .box-paquetes-web article  .inline {
    font-style: italic;
    font-size: 1.2em;
    color: #888888;
}

#paquetes-web .box-paquetes-web article:not(:nth-child(2)){
	margin-top: 50px;
}

#paquetes-web .box-paquetes-web article  .precio {
	color: #73b632;
	font-size: 1.5em;
	margin: 10px 0;
	font-weight: 600;
}

#paquetes-web .box-paquetes-web article .características {
	margin: 20px 0;
}

#paquetes-web .box-paquetes-web article .características ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 15px;
}

#paquetes-web .box-paquetes-web article .características ul li {
	line-height: 1.2;
    margin: 10px 0;
}


#paquetes-web .box-paquetes-web article .mas {
	font-size: 0.9em;
	margin-bottom: 20px;
	color: #888888;
}
/*------------------------------------*\
  Header usuario logueado - logged user
\*------------------------------------*/
nav.usuario-logueado .current-menu-item {
	background-color: #4f6a87;
}


#header-usuario-logueado {
	background-color: #323748;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

#header-usuario-logueado .usuario {
	display: flex;
	align-content: center;
}


#header-usuario-logueado .imagen {
	margin-right: 10px;
}

#header-usuario-logueado a {
		color: #fff;
}

#header-usuario-logueado .contenedor {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header-usuario-logueado .nombre {
	font-size: 1.2em;
}

#header-usuario-logueado .desconectar {
	font-size: 0.9em;	
}

#header-usuario-logueado .desconectar a {
 	color: #73b632;
 	font-weight: 400;
}

nav.usuario-logueado ul {
	padding: 0;
	margin: 0;
}

nav.usuario-logueado ul li {
    display: inline-block;
    margin: 0;
    font-size: 1.2em;
    padding: 4px 20px;
    overflow: hidden;
    position: relative;
}

nav.usuario-logueado ul li:hover {
	background-color: #4f6a87;
	
	
}





/*------------------------------------*\
    Consulta - Single-soporte
\*------------------------------------*/

/* acceso a soporte */


#soporte {
	padding-bottom: 80px;
}

#soporte > .contenedor {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#soporte .box-formulario-acceso-registro {
	max-width: 350px;
	color: #fff;
}

#soporte .box-formulario-acceso-registro label {
	font-weight: 400;
	margin-bottom: 10px;
}

#soporte .box-formulario-acceso-registro form {
	
}

#soporte .box-formulario-acceso-registro .button-primary {
    background-color: #73b632;
    padding: 8px 20px;
    font-size: 1.2em;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border: 0;
    width: 100%;
}
#soporte .box-formulario-acceso-registro h1,
#soporte .box-formulario-acceso-registro p,
#soporte .box-formulario-acceso-registro p.inline {
	margin: 5px auto;
}

#soporte .box-formulario-acceso-registro p.inline a {
	color: #fff;
}

#soporte .selector-acceso-registro{
	padding: 0;
	list-style: none;
	font-size: 1.8em;
    font-family: 'Comfortaa', 'Open Sans', sans-serif;
	text-align: center;
}

#soporte .selector-acceso-registro li {
	display: inline-block;
	opacity: 0.3;
	margin: 0 10px;

}

#soporte .input {
    height: 40px;
    border: 0px;
    background-color: #f2f2f2;
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding: 6px;
    width: 100%;
    margin-top: 5px;
}


#soporte .selector-acceso-registro li.active-tab {
	opacity: 1;
}

#soporte .selector-acceso-registro a {
	color: #fff;
	}
	
#soporte .box-descripcion-acceso-registro {
	max-width: 300px;
	margin: 0 30px;
}

#soporte h1 {
	color: #fff;
}

#soporte .box-descripcion-acceso-registro .texto {
	color: #0c2435;
	font-size: 1.2em;
}

#soporte .message-box.message-error {
    color: #fff;
    background-color: tomato;
    padding: 4px 10px;
}

/* Plantillas de respuesta - response templates */

.btn-response-templates {
	padding: 5px 10px;
	border: 1px solid #a5a5a5;
	border-radius: 15px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-size: 0.9em;
} 

.btn-response-templates.active {
	border: 1px solid #8ec659;

}

.btn-response-templates img {
	width: 20px;
	height: 20px;
} 

.btn-response-templates > div {
	margin-left: 6px;

}



.response-templates {
	position: fixed;
	width: 25%;
	background-color: #ecf0f1;
	top: 0;
	right: 0;
	padding: 40px;
	height: 100%;
	overflow-y: auto;
	z-index: 999;
	
	-webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.3);
	
	visibility: hidden;
	transform: translateX(100%);
	

	
}

.response-templates .cerrar {
	position: absolute;
	width: 30px;
	right: 40px;
	top: 40px;
	cursor: pointer;
}

.response-templates .edit {
	background-color: #395771;
	color: #fff;
	padding: 2px 10px;
}

.response-templates.active {
	visibility: visible;
	transform: translateX(0%);
}



/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.response-templates::-webkit-scrollbar-thumb {
	background: #d22;
	border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.response-templates::-webkit-scrollbar-thumb:hover {
	background: #b3b3b3;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.response-templates::-webkit-scrollbar-thumb:active {
	background-color: #999999;
}


.response-templates .item {
	margin-bottom: 40px;
}

.response-templates .item .text {
	margin-bottom: 10px;
}

.response-templates .btn-clipboard {
	padding: 5px 10px;
	border: 1px solid #a5a5a5;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.response-templates .btn-clipboard img {
	width: 20px;
	height: 20px;

}

.response-templates .btn-clipboard .copied {
	font-size: 0.8em;
	overflow: hidden;
}


.response-templates .btn-clipboard .copied > div {
	width: 0;
}


.response-templates .btn-clipboard.active .copied > div {
	width: auto;
	margin-left: 6px;

}

.response-templates .btn-clipboard.active {
	border: 1px solid #8ec659;
}


.texto-info.soporte {
    background-color: #323748;
    padding: 20px 0;
    color: #fff;
    font-size: 0.8em;
}

.texto-info.soporte .inline {
	font-size: 1.2em;
	margin-top: 0;
}

.texto-info.soporte a {
	color: #73b632;
}



.texto-info.soporte a:hover {
	text-decoration: underline;
}

#ejemplo-soporte {
	padding-top: 50px;
	padding-bottom: 50px;
}

#ejemplo-soporte h2 {
	font-size: 2em;
	color: #2f628a;
	max-width: 600px;
	margin-bottom: 30px;
}

#ejemplo-soporte .contenedor {
	display: flex;
	align-items: center;
}

#ejemplo-soporte .contenedor .imagen {
	margin-left: 20px;
}

#ejemplo-soporte ul {
	list-style: none;
	padding-left: 20px;
}

#ejemplo-soporte ul li  {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

#ejemplo-soporte ul li:before  {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #73b632;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

#ejemplo-soporte .contenedor .intro{
	width: 50%;
}

#respuesta {
	resize: vertical !important;
}


/* Dentro de consultas - tickets - soporte - logueado */

#consulta .alert-files {
	background-color: #d9e3e6;
	padding: 10px 20px;
    margin-bottom: 10px;
    color: #000;
    cursor: pointer;
}

#consulta .alert-files.active {
	padding: 20px;
}


#consulta .alert-files .header {
	display: flex;
    font-weight: 600;
}

#consulta .alert-files .icon {
    width: 22px;
    margin-right: 10px;
}

#consulta .alert-files .content {
    padding: 0 30px;
}

#consulta {
	background-color: #f8f8f8;
}

#consulta .titulo-consulta {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

#consulta h2 { 
	font-weight: 500;
	font-size: 1.3em;
}

#consulta h1 {
	font-weight: 500;
	font-size: 1.5em;
}

#consulta > .contenedor {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#consulta > .contenedor > aside {
	width: 20%;
    min-width: 300px;
    margin-left: 30px;
    text-align: center;
}

#consulta > .contenedor > article {
	width: 80%;
}

#consulta aside > div {
	background-color: #fff;
	padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 12px 0px #0000000f;
}

#consulta aside .titulo {
    font-size: 1.3em;
    font-weight: 600;
    color: #323748;
}

#consulta aside .titulo .inline {
	font-size: 0.8em;
	margin: 0 0 10px 0;
}

#consulta aside .titulo-dato {
    font-weight: 600;
}

#consulta aside .box {
	margin: 10px 0;
}


#consulta .respuesta {
	background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 3px 12px 0px #0000000f;
}
#consulta #box-responder .submit {
	margin: 20px 0;
}

#consulta .respuesta.administrator .header{
    background-color: #70b0e1;
    color: #fff;
}

#consulta .respuesta .header .usuario {
	display: flex;
	align-items: center;
}

#consulta .respuesta .header .imagen {
	overflow: hidden;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

#consulta .respuesta .header .nombre {
	

}

#consulta .separador-archivo-adjunto {
    width: 100%;
    height: 2px;
    background-color: #eeeeee;
}

#consulta .archivo-adjunto p.inline {
	font-weight: 600;
	color: #323748;
}

#consulta .archivo-adjunto p.archivo {
	margin: 5px 0;
}

#consulta .archivo-adjunto .archivos {
	padding-left: 20px;
	font-size: 0.9em;
}

#consulta .maxima-prioridad {
	color: #fff;
	display: inline-block;
	font-weight: 500;
	background-color: tomato;
	padding: 4px 10px;
	margin-top: 10px;
}

#consulta .respuesta.administrator .header .nombre {
    color: #fff;
}


#consulta .respuesta .header {
    padding: 20px;
}


#consulta .respuesta.administrator .mensaje {
	border: none !important;
}

#consulta .respuesta .mensaje {
    padding: 25px;
	border-top: 1px solid #ccc;
}


#consulta .respuesta .mensaje .mensaje-container {
    padding: 20px 20px 40px 20px;
}


#consulta form.estandar .ezdz-dropzone {
	margin: 0;
}

#consulta .respuesta .header > .contenedor {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


#consulta .respuesta .header .nombre {
	font-weight: 600;
    color: #323748;

}

#consulta .respuesta .header .fecha {
	font-size: 0.9em;
}

#consulta #mensajes-anteriores {
    margin: 40px 0 20px 0;
    font-size: 1.4em;
}


#consulta .btn-respuesta {
    width: 100%;
    text-align: center;
}

#consulta .datos-cliente .imagen {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px auto;
}

#consulta .datos-cliente .mascara-imagen-perfil {
	border-radius: 50%;
}

#consulta .personal {
/*	border-top: 1px solid #73b632; */
	position: relative;
}
/*
#consulta .personal:before {
	position: absolute;
	transform:rotate(45deg);
	content: '';
	width: 10px;
	height: 10px;
	border-left: 1px solid #73b632;
	border-top: 1px solid #73b632;
	background-color: #fff;
	top: -6px;
	left: 10px;

}

*/

#consulta .personal {
}

#consulta .personal form select.campo {
	height: 100%;
	margin-bottom: 0;
}

#consulta .personal .info {
	font-size: 0.9em;
	margin: 0px 0 10px 0;
}

#limpiar-personal-soporte {
	display: inline-block;
	cursor: pointer;
    font-weight: 600;
    color: #73b632;
}

#consulta .personal option:checked {
    background-color: tomato;
    color: #fff;
}


#consulta #avisos {
    max-width: 1024px;
    margin: 0 auto;
}

#consulta #avisos .aviso {
	padding: 20px 40px;
	text-align: center;
	font-weight: 600;
}

#consulta #avisos .btn {
	margin-top: 10px;
}

#consulta #avisos .aviso.verde { 
	background-color: #a1d66e;
}

#consulta #avisos .aviso.tomato {
	background-color: tomato;
	color: #fff;
}

/*------------------------------------*\
    Perfil - Profile
\*------------------------------------*/

#perfil {
	background-color: #f8f8f8;
}

#perfil .padding-wrapper {
	padding-bottom: 40px;
}

#perfil .imagen-box {
    display: block;
}

#perfil .box-form {
	width: 100%;
}

#perfil .contenedor > .flex {
	background-color: #fff;
	padding: 40px;
	margin-bottom: 40px;
}


.box-form .flex > div {
	width: 50%;
}

.box-form .flex > div:nth-child(1) {
	margin-right: 20px; 
}


.mascara-imagen-perfil {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.usuario .imagen {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    overflow: hidden;
}


#perfil .imagen-box {
    margin-bottom: 20px;
    padding: 0 30px 30px 30px;
    align-items: center;
    text-align: center;
}

#perfil .nombre {
    font-size: 1.4em;
    line-height: 1.2;
}

.marco-imagen-perfil {
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px auto 20px auto;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}


.btn-upload-imagen {
	margin-top: 10px;
    display: inline-block;
    color: #fff;
    background-color: #73b632;
    padding: 5px 10px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
}

#perfil h3 {
	font-size: 1.5em;
	color: #323748;
}

#perfil .box-cabecera {
	margin-bottom: 30px;
}

#perfil .campo {
    height: 40px;
    border: 0px;
    background-color: #f2f2f2;
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding: 6px;
    width: 100%;
}

#perfil .campo.fijo {
	color: #9c9c9c;
	margin-bottom: 20px;
}

#perfil .letra-pequena {
	font-size: 0.8em;
}

#perfil .grupo {
	margin-bottom: 10px;
}

#perfil #status {
    color: #fff;
    text-align: center;
    font-size: 1em;
}

#perfil #status .exito {
	background-color: #73b632;
	padding: 10px;
}

#perfil .eliminar-usuario {
	padding: 40px;
	background-color: #fff;
	text-align: center;
}

#perfil .btn-eliminar-usuario {
	display: inline-block;
	    font-size: 1em;
    background-color: tomato;
    border: 0;
    color: #fff;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

#perfil .popup-eliminar-usuario {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(50,55,72,0.9);
	z-index: 9999;
    top: 0;
    left: 0;
    display: none;

}

#perfil .popup-eliminar-usuario .contenedor {
	
}

#perfil .popup-eliminar-usuario .cerrar {
    width: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

#perfil .popup-eliminar-usuario .box-mensaje {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 40px;
	text-align: center;
}


#perfil .btn-eliminar-usuario-definitivo {
		display: inline-block;
	    font-size: 1em;
    background-color: tomato;
    border: 0;
    color: #fff;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

/*------------------------------------*\
    Mis tickets - Soporte
\*------------------------------------*/

#mis-tickets {
    width: 100%;
    margin: 0 auto;
	background-color: #f8f8f8;
	padding: 10px 0;
	font-weight: 500;

}


.js-shuffle-search {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #cccccc;
    font-size: 1em;
    min-width: 320px;
}


#mis-tickets h1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#mis-tickets .row {
	padding: 20px 0;
}

#mis-tickets .consultas {
	padding-top: 20px;
}

#mis-tickets .btn-fondo-verde {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	padding: 4px 10px;
    font-size: 1em;
}

#mis-tickets .padding-wrapper{
    margin:30px auto;
    padding-top: 10px;
    padding-bottom: 40px;
}

#mis-tickets .consulta {
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#mis-tickets .consulta .fecha {
	min-width: 110px;
    font-size: 0.9em;
}

#mis-tickets .consulta .nombre {
    flex-grow: 1;
}

#mis-tickets .consulta .estado {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 10px 0 0;
}

#mis-tickets .consulta .estado.enproceso {
	background-color: #a1d66e;
}

#mis-tickets .consulta .estado.terminado {
	background-color: #dedede;
}

#mis-tickets .consulta .estado.sinaprobar {
	background-color: #95c1d2;
}

#mis-tickets .consulta .estado.cancelado {
	background-color: tomato;
	color: #fff;
}

#mis-tickets .consulta .estado.alaespera {
	background-color: #ffd36b;
}

#mis-tickets .consulta a {
	font-weight: 500;
}

#mis-tickets .consulta a:hover {
	color: #73b632
}

#mis-tickets .consulta:last-of-type {
	border-bottom: 1px solid #ccc;
}

#mis-tickets .wpas-form-control {
    height: 40px;
    border: 0px;
    background-color: #f2f2f2;
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding: 6px;
    width: 100%;
    box-shadow: none;
}


#mis-tickets .no-hay-tickets {
    margin-bottom: 10px;
}

#mis-tickets .mes {
	margin-bottom: 20px;
}

#mis-tickets .mes h2 {
    color: #395771;
    font-size: 1.2em;
    margin: 10px 0px;
}
#mis-tickets .anno h1 {
	font-size: 2em;
	color: #fff;
	background-color: #6ca039;
	padding: 10px 20px 5px 20px;
}

#mis-tickets .anno {
	margin: 10px 0;
}

	
#mis-tickets .filter-label {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 4px;
    color: #95a5a6;
}
		
#mis-tickets .filters-group {
    padding: 0;
    margin: 0 0 4px;
    border: 0;
}		
	
#mis-tickets .btn-group .btn:not(:first-child) {
	margin-left: -1px;
}

#mis-tickets .btn-group .btn {
	float: left;
	border-radius: 0;
	font-size: 0.9em;
	padding: 4px 7px;
	cursor: pointer;
	border: 1px solid;
}
#mis-tickets .btn--primary {
	color: #3498db;
	border-color: #3498db;
	background-color: rgba(52, 152, 219, 0);
}	
	
	
	
#mis-tickets .filters-group-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}


#mis-tickets .btn--primary.active, 
#mis-tickets .btn--primary:active {
    background-color: #3498db;
}

#mis-tickets .btn.active, 
#mis-tickets .btn:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    background-color: #34495e;
}
	







.wpas-btn-default {
	background-color: #73b632;
	padding: 4px 20px;
	font-size: 1.2em;
	color: #fff;
    display: inline-block;
    cursor: pointer;
    border: none;
}


.wpas-btn-default.active, .wpas-btn-default.focus, .wpas-btn-default:active, .wpas-btn-default:focus, .wpas-btn-default:hover {
	color: #fff;
    background-color: #323748;
}



/* Single */

#formulario-respuesta .message {
	height: auto !important;
}



/* Crear nuevo ticket - nueva consulta */

.solicitud-servicio.crear-nuevo-ticket {
	background-color: #f8f8f8;
	margin: 0;
	padding: 40px 0;
}

.solicitud-servicio.crear-nuevo-ticket h1 {
	color: #323748 !important;
}

.box-descripcion {
	max-width: 400px;
}

/*------------------------------------*\
    Socios fundadores - equipo
\*------------------------------------*/

.box-intro-socios {
	text-align: center;
}

.box-intro-socios h1 {
	color: #fff;
}

.box-intro-socios .inline {
    font-size: 1.8em;
    color: #465a79;
    margin-top: 5px;
}

.box-intro-socios .texto {
	font-size: 1.2em;
	color: #fff;
	max-width: 600px;
	margin: 0 auto;
}

#socios-fundadores {
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #f8f8f8;
}

#socios-fundadores .curriculum a {
	color: #508220;
}

#socios-fundadores .curriculum a:hover {
	color: #465a79;
}

#socios-fundadores h2 {

}

#socios-fundadores h2:after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: #73b632;
	margin: 20px auto;
}

#socios-fundadores article {
	width: 100%;
    text-align: center;
	margin: 0 auto 60px auto;
}

#socios-fundadores .contenedor {
    background-color: #fff;
    padding: 0 40px 40px 40px;
    margin: 0 30px;
}

#socios-fundadores .areas-especializacion {
    background-color: #73b632;
    color: #fff;
    padding: 20px;
    margin: 30px 0;
}

#socios-fundadores .areas-especializacion h3 {
	margin-bottom: 10px;
}

#socios-fundadores .imagen {
	overflow: hidden;
	background-color: #eaeaea;
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
	transform: translateY(-40px);
    border: 2px solid #eaeaea;
    margin-bottom: -10px;
}

#socios-fundadores .imagen img {
	width: 100%;
}


#socios-fundadores .linkedin img {
	margin-right: 5px;
	width: 25px;

}


/*------------------------------------*\
    FAQ
\*------------------------------------*/

#faq {
	display: flex;
	justify-content: space-between;
    padding-top: 80px;
    margin-bottom: 60px;
}

#faq ul {
	list-style: none;
}

#faq section.faq ul li {
    border-bottom: 1px solid #D3D3D3;
    font-size: 1.3em;
    padding: 10px 0 10px 0;
}

#faq section {
	width: 65%;
}

#faq .inline {
	font-size: 1.3em;
    margin: 0 0 20px 0;
}

#faq aside {
	width: 35%;
	margin-left: 100px;
}

#faq aside > div {
	padding: 40px 30px;
	background-color: #f8f8f8;
	margin-bottom: 20px;

}

#faq aside ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
    max-width: 80%;
}

#faq aside ul li {
	margin: 10px 0;
}


#faq .box-contacto-faq p {
	margin-bottom: 5px;
}

#faq .pagination{
	margin: 20px 0;
}


.single-faq #faq .titulo {
	font-size: 2em;
	font-family: 'Comfortaa', 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	line-height: 1.2;
}

.single-faq #faq .container-faq h1 {
    font-size: 1.3em;
}

.single-faq #faq .container-faq h2 {
    font-size: 1em;
}


.box-accordion .accordion,
#accordion .accordion {
	padding: 10px 0 10px 30px;
    margin: 0;
    border-bottom: 1px solid #D3D3D3;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    font-size: 1.3em;
    position: relative;
    color: #465a79;
    line-height: 1.3;
}

.box-accordion .panel  {
	padding: 0 0 0px 30px;
	border-bottom: 1px solid #D3D3D3;
	font-size: 0.9em;
}


#accordion .panel {
	padding: 0 0 20px 30px;
	border-bottom: 1px solid #D3D3D3;
	font-size: 0.9em;
}

.box-accordion .accordion:before,
#accordion .accordion:before {
	position: absolute;
	left: 0;
	content: '+';
	margin: 0 10px;
}

.box-accordion h3.ui-accordion-header-active:before,
#accordion h3.ui-accordion-header-active:before {
	content: '-';
}

.container-faq .ui-accordion a {
	color: #508220;
}

.container-faq .ui-accordion a:hover {
    color: #465a79;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#73b632;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#73b632;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#73b632;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#preloader {
	position: fixed;
	background: #406999; /* Old browsers */
	background: -moz-linear-gradient(45deg, #406999 0%, #6eb1e5 64%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406999', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	/* border: 80px solid #465a79; */

}

#preloader .contenedor {
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#preloader .contenedor .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	max-width: 130px;
}

#preloader .contenedor .logo-translucido {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	opacity: 0.5;
}

#preloader .contenedor .logo-translucido img {
	min-width: 100px;
	width: 130px;
}

#preloader .contenedor .logo img {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes slideInUp {
  from {
		transform: translate(0%,100%);
    visibility: visible;
  }

  to {
		transform: translate(0%,0%);
  }
}

.slideInUp {
}

@keyframes slideInDown {
  from {
		transform: translate(-50%,-150%);
    visibility: visible;
  }

  to {
		transform: translate(-50%,-50%);
  }
}

.slideInUp {
}

.logo.home {
	overflow: hidden;
	transform: translateY(100%);
	z-index: 1;
}

.logo.home img {
	overflow: hidden;
	transform: translateY(-100%);
}



#separador-cuidamos .logo {
	margin: 0 auto;
}


.cuidamos-las-formas {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	visibility: hidden;
	font-family: 'Comfortaa', 'Open Sans', sans-serif ;
	font-size: 2em;
	color: #fff;
	text-align: center;
}


.body-contenedor {
	position: relative;
	/* height: 100%; */
}
/* wrapper */
.wrapper {
	max-width:1600px;
	width:95%;
	margin:0 auto;
	position:relative;
}


/* logo */
.logo {
	max-width: 170px;
	width: 100%;
 
}

.logo img {
	min-width: 100px;
	width: 100%;
	max-width: 170px;
}

/* sidebar */
.sidebar {

}

.sidebar ul {
	padding-left: 10px;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 10px;
}


form.search {
	margin-bottom: 40px;
}

form.search .search-input {
    height: 40px;
    border: 0px;
    background-color: #f2f2f2;
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding: 6px;
    width: 100%;
}


.sidebar-widget > div {
	margin-bottom: 40px;
}

.sidebar-widget > div:after {
	display: block;
    content: '';
    width: 30px;
    margin: 30px 0 40px 10px;
    height: 4px;
    background-color: #73b632;
}

.logo h1 {
	margin: 0; /* Como hemos metido el logo dentro del H1 tenemos que quitarle los márgenes */
}

#flecha-abajo {
	position: fixed;
	bottom: 80px;
	right: 4%;
	z-index: 3;
}

#flecha-abajo img {
	width: 18px;
	height: 53px;
}


#botonera-servicios-linguisticos {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 36px 0;
	left: 0;
	font-size: 0.8em;
	display: none;
}

#botonera-servicios-linguisticos .contenedor {
	background-color: rgba(23,53,85,1);
	display: flex;
	justify-content: center;
	padding: 20px 40px; 
}

#botonera-servicios-linguisticos .servicio {
    max-width: 180px;
    margin-right: 40px;
	border-bottom: 2px solid transparent;

}

#botonera-servicios-linguisticos .contenedor a:last-child .servicio {
	margin-right: 0;
}


#botonera-servicios-linguisticos .servicio:hover {
	border-bottom: 2px solid #c4d4e4;
}


#botonera-servicios-linguisticos .icono-servicio {
	max-width: 25px;
	margin-bottom: 10px;
}

#botonera-servicios-linguisticos .icono-servicio svg {
	fill:#fff;

}

#botonera-servicios-linguisticos .nombre-servicio {
	color: #fff;
	font-size: 1em;
}

#menu-item-156:after {
    content: '';
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    background-color: rgba(23,53,85,1);
    display: none;
    position: absolute;
    margin-top: 20px;
}

nav li { list-style: none; }
nav > li { float: left; margin: 0 15px; }

/*------------------------------------*\
    MENÚ PRINCIPAL
\*------------------------------------*/


#navegador-superior ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 500;
}


#navegador-superior nav.principal > ul > li {
    display: inline-block;
    margin: 0;
    font-size: 1.3em;
    padding: 4px 20px;
    position: relative;
}

#navegador-superior nav.principal > ul > li a {
	z-index: 2;
	position: relative;
}


#navegador-superior nav.principal > ul > li:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #6ca039;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0;

}

#navegador-superior nav.principal > ul > li:before {
    content: '';
    display: block;
    width: 0%;
    height: 0%;
    background-color: #6ca039;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-top-left-radius: 0;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


#icono-solicitar-presupuesto:before {
	display: none !important;
}




#navegador-superior ul li:hover .efecto > div {
	top: 0%;
	border-radius: 0%;
    width: 100%;
    left: 0%;
   
}

#navegador-superior .efecto {
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
}


#navegador-superior .efecto > div {
	border-radius: 100%;
    background-color: #6ca039;
    width: 10%;
    position: absolute;
    height: 100%;
    left: -100%;
    z-index: -1;
	top: 100%;
}
nav.footer ul li.current_page_parent,
nav.footer ul li.current-page-ancestor,
nav.footer ul li.current-menu-item,
#navegador-superior ul li.current_page_parent,
#navegador-superior ul li.current-page-ancestor,
#navegador-superior ul li.current-menu-item {
    
    /* 210619
    background-color: #73b632; */
    background-color: #6ca039;
    color: #fff;
}


#navegador-superior ul li a {
	color: #fff;
	-o-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.menu-item-has-children:hover > .sub-menu {
	display: block;
}


.menu-item-has-children .sub-menu {
	display: none;
}

#navegador-superior nav > ul > li > .sub-menu {
    font-size: 0.7em;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0;
    color: #000;
    z-index: 12;
}

#navegador-superior nav > ul > li > .sub-menu > li > .sub-menu > li  {
	 background-color: #5d759a;
	 background-color: #5d759adb;
    background-color: rgba(93,117,154,0.86);
 }


#navegador-superior nav > ul > li > .sub-menu:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 20px solid transparent;
	border-top: 20px solid transparent;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #465a79db;
	margin: -10px auto 0px auto;
}



#navegador-superior .sub-menu a:hover {
	color: #89d043;
}


#navegador-superior .sub-menu li {
    background-color: #465a79;
    background-color: #465a79db;
    background-color: rgba(70,90,121,0.86);
    padding: 5px 20px 5px 20px;
	line-height: 1.1;
	width: 250px;
}

#navegador-superior .sub-menu li:first-of-type {
	padding-top: 15px;
}

#navegador-superior .sub-menu li:last-of-type {
	padding-bottom: 15px;
}


#navegador-superior .sub-menu > li > .sub-menu {
	position: absolute;
	left: 250px;
	margin-top: -31px;
} 

footer .box-blocks {
	display: flex;
	justify-content: space-evenly;
	padding: 20px 0 40px 0;
}

footer .contact {
	color: #fff;
	text-align: left;
}

footer .contact a {
 color: #2e404f;
}


nav.footer-legal ul,
nav.footer ul {
	padding: 0;
	margin: 0;
}

nav.footer-legal ul,
nav.footer ul li {
	text-align: left;
}

nav.footer ul li a {
	color: #fff;
}

nav.footer ul li {
    margin: 0;
    padding: 2px 10px;
    overflow: hidden;
    position: relative;
	font-size: 0.9em;
}

nav.footer-legal ul li a {
	color: #fff;
}

nav.footer-legal ul li {
	margin: 0;
	padding: 4px 10px;
	overflow: hidden;
	position: relative;
	font-size: 0.9em;
}




#navegador-lateral {
	/* display: none; */
	display: block;
	position: fixed;
	height: 100%;
	background-color: #f8f8f8;
	right: 0;
	top: 0;
	width: 400px;
	transform: translate(100%); 
}


/* Burger menú -  Este menú solo aparece cuando la ventana es menor de 650px de ancho */




.menu-burger-icon {
    display: none;
    margin-bottom: 20px;
}

/* Botonera */

#burger-layers {
  width: 25px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#burger-layers span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#burger-layers span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#burger-layers span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#burger-layers span:nth-child(3) {
  top: 19px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#burger-layers.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 1px;
}

#burger-layers.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#burger-layers.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  left: 1px;
}

.nav.burger ul.sub-menu {
	font-size: 0.8em;
}



/*
---------  Pagination
*/


.page-template-home .pagination {
	position: fixed;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
	text-align: right;
	list-style: none;
	z-index: 3;
}

.page-template-home .pagination a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}


.page-template-home .pagination a > div{
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
}

.page-template-home .pagination li {
	height: 17px;
	cursor: pointer;
}

.page-template-home .pagination li:hover span {
	opacity: 1;
}

.page-template-home .pagination li:hover div {
	width: 25px;
}

.page-template-home .pagination li div {
	display: block;
	background-color: #fff;
	width: 15px;
	height: 2px;
	margin-left: 10px;
}

.page-template-home .pagination li.activo div {
	width: 25px;
}

.page-template-home .pagination li span {
	opacity: 0;
}



/*------------------------------------*\
    Testimoniales
\*------------------------------------*/


#testimoniales {
    background-color: #f8f8f8;
}


#testimoniales .panel {
    padding: 50px 0 60px !important;
}


#testimoniales .modulo-testimoniales {
    padding: 0;
}

.modulo-testimoniales {
    text-align: center;
    padding: 50px 0;
        background-color: #f8f8f8;

}

.modulo-testimoniales h3 {
	text-align: center;
    font-size: 1.4em;
    color: #fff;
    background-color: #1d7ea3;
    display: inline-block;
    margin: 0 auto;
    padding: 6px 30px;
}

.modulo-testimoniales .carousel-testimoniales {
	display: block;
	opacity: 1;
	position: relative;
}


.modulo-testimoniales .carousel-testimoniales .flickity-viewport {
	margin-bottom: 40px;

}


.modulo-testimoniales .carousel-testimoniales .carousel-cell {
	width: 54%;
	margin-top: 0 !important;
}



.modulo-testimoniales .carousel-testimoniales .carousel-cell .contenedor {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	/* background: rgba(255,255,255,0.5); */
    padding: 30px !important;
	opacity: 0.3;

}

.modulo-testimoniales .carousel-testimoniales .carousel-cell.is-selected .contenedor  {
	opacity: 1;
}

.modulo-testimoniales .carousel-testimoniales .titulo{
	font-family: 'Comfortaa', 'Open Sans', sans-serif;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.modulo-testimoniales .carousel-testimoniales .carousel-cell .linea{
	content: '';
	display: block;
	margin: 0px auto;
	position: relative;
	width: 10px;
	height: 0px;
	background-color: #465a79;
}

.modulo-testimoniales .carousel-testimoniales .carousel-cell.is-selected .linea{
	margin: 20px auto;
	width: 100px;
	height: 4px;
}

.modulo-testimoniales .carousel-testimoniales .carousel-cell .box-testimonial {
	margin-bottom: 40px;
}


.modulo-testimoniales .carousel-testimoniales .carousel-cell.is-selected .testimonial{
	font-weight: 400;
}
.modulo-testimoniales .carousel-testimoniales .testimonial{
    margin-bottom: 20px;
}

.modulo-testimoniales .carousel-testimoniales .nombre {
	color: #465a79;
	font-weight: bold;
}

.modulo-testimoniales .carousel-testimoniales .servicio {
	color: #465a79;
	font-weight: bold;
	font-size: 1.2em;
}


.modulo-testimoniales .carousel-testimoniales .cargo {
    font-size: 0.8em;
	font-weight: 400;
}


.modulo-testimoniales .flickity-prev-next-button.previous {
	left: 70px;
}

.modulo-testimoniales .flickity-prev-next-button.next {
	right: 70px;
}

.modulo-testimoniales .flickity-page-dots .dot {
	background-color: #465a79;
}

.carousel-status {
	color: #292728;
}

.carousel-status span {
	color: #465a79;
	font-weight: bold;
}



@media only screen and (max-width:1024px) {
	.modulo-testimoniales .carousel-testimoniales .carousel-cell {
	    width: 75%;
	}
}

@media only screen and (max-width:480px) {
	.modulo-testimoniales .carousel-testimoniales .carousel-cell {
	    width: 100%;
	}
}

/*------------------------------------*\
    Solicitud testimoniales
\*------------------------------------*/
.page-template-enviar_testimonial_formacion .box-descripcion h1,
.page-template-enviar_testimonial .box-descripcion h1 {
	font-size: 1.8em;
}


/*------------------------------------*\
    Módulo Carousel Clientes
\*------------------------------------*/
#clientes {
	background-color: #fff;
}

#clientes .modulo-carousel-clientes {
	padding: 0;
}

.modulo-carousel-clientes {
	padding: 20px 0;
	background-color: #fff;
}

.panel.clientes {
	padding: 4% 0;
}

.modulo-carousel-clientes h3 {
	text-align: center;
	font-size: 2em;
	color: #465a79;
	margin-bottom: 30px;
}

.modulo-carousel-clientes .carousel-clientes-modulo .flickity-slider{
	
}


.modulo-carousel-clientes .carousel-clientes-modulo {
	display: block;
	opacity: 1;
	position: relative;

}


.modulo-carousel-clientes .carousel-clientes-modulo .carousel-cell {
	width: 200px;
}



.modulo-carousel-clientes .carousel-clientes-modulo .carousel-cell {
	text-align: center;
	margin: 0 auto;
	/* background: rgba(255,255,255,0.5); */
    padding: 20px;
	opacity: 1;

}
.modulo-carousel-clientes .carousel-clientes-modulo .carousel-cell img {
	/*-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    opacity: 0.6; */
}

#clientes .carousel-clientes-modulo .flickity-viewport {
	height: 100px !important;
}




/*------------------------------------*\
    Servicios
\*------------------------------------*/


#intro-servicio {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#intro-servicio .indice {
}

#intro-servicio .indice .contenedor {
	max-width: 600px;
	color: #fff;
    margin: 70px 30px 70px 0;

}

#intro-servicio .indice h2 {
	color: #3c678b;
}

#intro-servicio .indice p.inline {
	color: #0c2435;
}

#intro-servicio .imagen-intro-servicio {
    align-self:center;
}

#intro-servicio .indice .listado-servicios ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 1.2em;
}

#intro-servicio .indice .listado-servicios li {
	margin: 15px 0;
	line-height: 1.2;
}

#intro-servicio .indice .listado-servicios li  a{
	color: #fff;
	cursor: pointer;
}
#intro-servicio .indice .listado-servicios li  a:hover {
	color: #0c2435;
}

/*------------------------------------*\
    Servicios web
\*------------------------------------*/

.box-intro.servicio-web {
	padding: 40px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-intro.servicio-web .descripcion {
	margin: 20px 0;
	color: #0c2435;

}

.box-intro.servicio-web .intro-seccion {
	max-width: 780px;
	width: 40%;
}

.box-intro.servicio-web .imagen {
    margin-bottom: -70px;
    padding: 0 5%;
    align-self: flex-end;
    width: 60%;
}

section.proyectos {
    padding: 80px 4% 0 4%;
}

section.proyectos .volver {
 
}



section.proyectos .descripcion {
	margin-bottom: 20px;
}

section.proyectos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.proyectos ul li {
	position: relative;
	background-color: #eee;
	color: #fff;
	margin: 10px;
    width: 280px;
    height: 280px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
}

section.proyectos ul li:hover {
	background-size: 110%;
}

section.proyectos ul li:hover .overlay {
	opacity: 1;
	transform: translateY(0%);
}

section.proyectos ul li a {
	color: #fff;
}

section.proyectos ul li:hover .efecto {
	opacity: 1;
}

section.proyectos ul li .efecto {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(115,182,50,0.8);
	opacity: 0;
}


section.proyectos ul li .overlay {
	width: 100%;
	height: 100%;
	transform: translateY(20%);
	/* background-color: rgba(62,85,105,0.8); */
	opacity: 0;
}

section.proyectos ul li .overlay .titulo {
	font-family: 'Comfortaa', 'Open Sans', sans-serif;
	font-size: 1.3em;
    line-height: 1.2;
    font-weight: 600;
}

section.proyectos ul li .overlay .link {
    width: 25px;
    margin: 10px auto 0 auto;
}


section.proyectos ul li .overlay .contenedor {
	position: absolute;
	text-align: center;
	top: 53%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 90%;
}

.caracteristicas-generales-web {
	padding: 50px 0;
}

.caracteristicas-generales-web h5 {
    font-size: 1.3em;
    color: #73b632;
}

.proyectos h2 {
	color: #465a79;
	font-size: 2em;
}

#paquetes-web .ui-tabs-nav {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}


#paquetes-web .ui-tabs-nav a {
	color: #fff;
}

#paquetes-web .descripcion-pack  {
	text-align: center;
	color: #fff;
	width: 90%;
	margin: 20px auto;
}



#paquetes-web h4 {
	text-align: center;
	
}

#paquetes-web .ui-state-active a {
	color: #465a79;
}

#paquetes-web .ui-state-active {
	background-color: #e1ecd5;
}

#paquetes-web .ui-tabs-nav li {
	padding: 5px 10px;
	border: 1px solid #fff;
}

#paquetes-web .ui-tabs-nav li:nth-child(1) {
    border-radius: 10px 0 0 10px;
}

#paquetes-web .ui-tabs-nav li:nth-child(2) {
    border-radius: 0 10px 10px 0;
	border-left: 0;
}

#paquetes-web .ui-tabs-nav {
	
}



/*------------------------------------*\
    Proyecto web - Single Proyecto
\*------------------------------------*/

#proyecto {
	padding: 4% 0;

}

#proyecto article {
	z-index: 1;
	position: relative;
}

#proyecto .volver {
	font-size: 1.2em;
	margin-bottom: 20px;
}

#proyecto .volver img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

#proyecto .contenedor {
	display: flex;

}

#proyecto .box-imagenes {
	width: 70%;
}

#proyecto .box-imagenes .imagen {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #eee;
}

#proyecto .box-imagenes .pie-foto {
    padding: 10px;
    border: 1px solid #d2d2d2;
    background-color: #f8f8f8;
    font-size: 0.9em;
}

#proyecto .box-imagenes .imagen:first-of-type {
	margin-top: 0;
}

#proyecto .box-imagenes .imagen img {
	width: 100%;
}

#proyecto h1 {
	font-size: 2.2em;
	color: #465a79;
}

#proyecto .subtitulo {
	font-size: 1.6em;
	
}

#proyecto .box-texto {
	width: 30%;
	margin-left: 60px;
    padding-top: 20px;
}
#proyecto .contenido:before,
#proyecto .contenido:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background-color: #73b632;
	margin-top: 20px;
}

#proyecto .box-texto a {
	color: #73b632;
}

#proyecto .box-texto a:hover {
	color: #465a79;
}

#proyecto .categoria {
	margin-top: 20px;
}

#proyecto .box-texto strong {
	color: #465a79;
}

#proyecto #share {
	margin-top: 10px;
	font-size: 0.8em;
}

#proyecto #share a {
	color: #fff;
}

#proyecto #otros-proyectos {
	
}

#proyecto #otros-proyectos:before {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background-color: #73b632;
	margin: 20px 0;
}

#proyecto #otros-proyectos h4 {
	margin: 20px 0;
	font-size: 1.5em;
}

#proyecto #otros-proyectos ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

#proyecto #otros-proyectos li {
	margin-bottom: 10px;
	width: 100%;
	padding: 20px;
	position: relative;
}

#proyecto #otros-proyectos a {
	color: #fff;
}

#proyecto #otros-proyectos li .link {
    width: 20px;
    margin-right: 10px;
    z-index: 9;
}

#proyecto #otros-proyectos .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(115,182,50,0.8);
    top: 0;
    left: 0;
}


#proyecto #otros-proyectos li:nth-child(1) .overlay {
    background-color: rgba(67,108,153,0.8);
}

#proyecto #otros-proyectos li:nth-child(2) .overlay {
    background-color: rgba(85,136,182,0.8);
}

#proyecto #otros-proyectos li:nth-child(3) .overlay {
    background-color: rgba(103,163,211,0.8);
}

#proyecto #otros-proyectos li:nth-child(4) .overlay {
    background-color: rgba(117,180,228,0.8);
}

#proyecto #otros-proyectos li:nth-child(5) .overlay {
    background-color: rgba(126,185,229,0.8);
}

#proyecto #otros-proyectos .titulo {
	z-index: 3;
    font-size: 1.1em;
    font-weight: 600;
    font-family: 'Comfortaa', 'Open Sans', sans-serif;
}

/*------------------------------------*\
    Stiblogo - Noticias - Entradas
\*------------------------------------*/


h1.titulo-noticias {
	margin: 30px 0;
    color: #465a79;
}


.box-noticias {
	margin-bottom: 30px;
}



.noticias {
	width: 80%;
}

.noticias article {
	margin-bottom: 30px;
}

.noticias article img.wp-post-image {
	width: 100%;
}

.noticias article .box-texto {
	padding: 30px;
	background-color: #fff;

}

.noticias article a:hover {
	color: #73b632;
}


.sidebar {
	width: 30%;
	margin-left: 30px;
}

.sidebar .contenedor {
	padding:30px;
	background-color: #fff;
}


.jssocials-share {
	    margin: 0.3em 1em 0.3em  0 !important;
}


.popup-galeria {
	background-color: rgba(50,55,72,0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}

.popup-galeria .imagen {
	max-width: 90%;
	max-height: 90%;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
}

.popup-galeria .cerrar {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	 }

/* paginacion - pagination */

.pagination {
	text-align: center;
}

.pagination .page-numbers {
	padding: 10px;
	background-color: #fff;
	
}

.pagination .page-numbers.current {
	background-color: #73b632;
	color: #fff;

}

.pagination .page-numbers.current a {
}

.pagination .next {
	
}

/* Comentarios */

#comments {
	margin-top: 30px;
}

.comments {
	margin-top: 40px;
	margin-bottom: 60px;
}

.comments ul {
	list-style: none;
	padding: 0;
}

.comments ul li {
	margin-bottom: 1rem;
	padding: 3rem 4rem;
	position: relative;
	background-color: #fafafa;
}

.comments ul li .children {
	margin-top: 2rem;
	margin-left: 2rem;
	position: relative;
}

.comments ul li .children .reply a {
    background-color: #395771;
    color: #fff;
}

.comments ul li .children .comment-author-admin {
	border: 1px solid #c4b9aa;
}

.comments ul li .children .comment-author-admin .reply a {
	    background-color: #fff;
}

.comments ul li .children:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #c4b9aa;
	border-bottom: 1px solid #c4b9aa;
	position: absolute;
	left: -20px;
	top: 0px;
	
}



.comments ul li.comment-author-admin:before {
	content: 'Admin';
    background-color: #c4b9aa;
    color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    right: 4rem;
    padding: 0.1em 1em;
}

.vcard {
	font-size: 1.6em;
}

.vcard img {
	width: 35px;
	height: 35px;
}

.comments ul li.comment-author-admin {
    background-color: #395771;
    color: #fff;
}


.comment-author-admin .reply a {
	    background-color: #fff;
}

.commentmetadata {
	margin-bottom: 10px;
	font-size: 0.8em;
	color: #8b8379;
}

.commentmetadata a {
	color: #8b8379;
}

.reply a {
    padding: 5px 10px;
    display: inline-block;
    background-color: #395771;
    color: #fff;
}

span.comments {
    float: right;
}

.comment-form p label {
	width: 100%;
	display: block;	
}

.comment-form textarea {
    width: 100%;
    border: none;
    background-color: #f8f8f8;
    font-size: 1.1em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0.4em 0.7em;
    outline:none;


}

p.comment-form-comment label,
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
	font-size: 1.2em;
}

p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input {
	width: 100%;
	border: none;
    background-color: #f8f8f8;
    font-size: 1.1em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0.4em 0.7em;
}

p.comment-form-email input,
p.comment-form-url input {
	padding-right: 3em;
	}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
	width: 100%;
}

h3.comment-reply-title {
	font-size: 2em;
	margin-bottom: 0;
}

.form-submit input.submit {
	font-size: 1em;
	background-color: #73b632;
	border: 0;
	color: #fff;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
}

.form-submit input.submit:hover {
	background-color: #323748;
	color: #fff;
	cursor: pointer;

}

.comments li.byuser {
	background-color: #d9e5ef;
}

#respond {
	margin-top: 20px;
}


/* Single post - ficha noticia - entrada */

.single-post .sidebar .contenedor {
	padding-top: 0px;
	background-color: #fff;
}

.single-post .wp-post-image {
	width: 100%;
}

.single-post main a:hover {
	color: #73b632;
}

.single-post .box-cabecera-single {
	margin-bottom: 30px;
}

.single-post .box-cabecera-single:after {
    display: block;
    content: '';
    width: 80px;
    margin: 30px 0 10px;
    height: 4px;
    background-color: #73b632;
}

.single-post .separador {
    width: 80px;
    margin: 30px 0 20px;
    height: 4px;
    background-color: #73b632;
}

.single-post aside {
    max-width: 400px;
}

.single-cuerpo-noticia {
	width: 80%;
	max-width: 750px;
}

.single-cuerpo-noticia article p a {
	color: #508220;
}

.single-post h1 {
	margin: 30px 0 5px 0;
	font-size: 2.6em;
}

.single-post main > div {
	background-color: #fff;
	padding-top: 4%;
	justify-content: center;
}



/*------------------------------------*\
    Contacto
\*------------------------------------*/

#intro-contacto {
	display: flex;
    padding-bottom: 60px;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 20px;
}

#intro-contacto h1 {
	color: #fff;
}

#intro-contacto p.inline {
	font-size: 1.4em;
	max-width: 400px;
    margin: 10px 0 ;
}

#intro-contacto .estado {
    color: #fff;
    border-radius: 17px;
    padding: 1px 20px;
    display: inline-block;
}

#intro-contacto .estado {
	display: none;
}

#intro-contacto .estado.abierto {
    background-color: #73b632;
}

#intro-contacto .estado.cerrado {
    background-color: tomato;
}

#intro-contacto .datos-contacto {
	color: #fff;
	margin-bottom: 30px;
}

#intro-contacto .estado-horario {
	margin-bottom: 20px;
}

#intro-contacto .datos-contacto a {
	color: #fff;
}



#intro-contacto .texto-intro {
	
}

#intro-contacto .imagen-intro-servicio {
    width: 70%;
    padding: 0px 40px;
    text-align: center;
}

#intro-contacto .imagen-intro-servicio svg {
	height: 100%;
    width: 70%;
}

#intro-contacto .imagen-intro-servicio #mapa-animado {
    width: 100%;
}
	

#datos-contacto {
    padding-top: 80px;
    padding-bottom: 60px;
}

#datos-contacto .contenedor {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#datos-contacto .intro {
    max-width: 400px;
}

#datos-contacto .intro .texto {
	margin-bottom: 20px;
	font-size: 1.2em;
}

#datos-contacto .enlaces {
    padding-top: 40px;
    max-width: 500px;
    margin: 0 30px;
}

#datos-contacto .enlaces a {
	color: #292728;
}

#datos-contacto .enlaces a:hover {
	color: #73b632;
}

#datos-contacto .enlaces .enlace {
	margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

#datos-contacto .enlaces .enlace:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #73b632;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

#socios-fundadores-contacto {
	background-color: #323748;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 40px;
}

#socios-fundadores-contacto > .contenedor {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#socios-fundadores-contacto .persona {
	max-width: 600px;
	width: 50%;
}

#socios-fundadores-contacto .persona > .contenedor {
	margin: 40px;
}

#socios-fundadores-contacto .persona:first-of-type {
	margin-left: 0;
}

#socios-fundadores-contacto h3 {
	color: #5c95c5;
	margin-bottom: 10px;
}

#socios-fundadores-contacto .texto-cv {
	margin-bottom: 15px;
}

#socios-fundadores-contacto a {
	color: #fff;
}

#socios-fundadores-contacto .linkedin img {
	margin-right: 5px;
	width: 25px;

}

#socios-fundadores-contacto .imagen {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#socios-fundadores-contacto .linkedin img {
}

#socios-fundadores-contacto .saber-mas {
    margin: 10px;
    text-align: center;
    width: 100%;
    font-size: 1.3em;
}

#socios-fundadores-contacto .saber-mas a {
	color: #73b632;
}

#socios-fundadores-contacto .saber-mas a:hover {
	color: #fff;
}

/*------------------------------------*\
    Envío CV - Currículum
\*------------------------------------*/

.box-intro-plantilla {
	text-align: center;
	color: #fff;
}

.box-intro-plantilla .intro-seccion {
	max-width: 750px;
	margin: 0 auto;
	
}


.box-intro-plantilla .inline {
	font-size: 1.2em;
	color: #465a79;
}

.contenido-plantilla {
	padding: 50px;
}


/*------------------------------------*\
    Formularios
\*------------------------------------*/
.popup-formulario #mostrar-info:hover {
    opacity: 0.8;
}


form.estandar .cerrar {
	display: block;
	position: absolute;
	background-color: #73b632;
	padding: 10px;
	width: 50px;
	height: 50px;
	right: 20px;
	top: 20px;
	cursor: pointer;
}


.popup-formulario {
    background: #406999;
    background: -moz-linear-gradient(45deg, #406999 0%, #6eb1e5 64%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    background: linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406999', endColorstr='#7db9e8',GradientType=1 );
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-formulario .contenedor {
	width: 100%;
	height: 100%;
	position: relative;
}

.popup-formulario .box-formulario {
	background-color: #fff;
	width: 90%;
	max-width: 800px;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}




.box-formulario .cabecera {
    margin: 0 5px;
}

.box-formulario .cabecera .inline {
	margin: 0;
}

.box-formulario .flex {
	width: 100%;
}

.box-formulario .flex > div {
	width: 50%;
    margin: 0 5px;
}

.box-formulario h2 {
	display: inline-block;
}

.box-formulario #mostrar-info {
	width: 20px;
	margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.3;
}

form.login .campo-lopd {
    position: relative;
}

form.estandar .campo-lopd {
    position: relative;
    margin: 20px 5px;
}

form .custom-checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 34px;
}

form .custom-checkbox a:hover {
	color: #73b632;
}
/* Hide the browser's default checkbox */
form .custom-checkbox input {
    position: absolute;
    opacity: 0;
    left: 8px;
    top: 10px;
}

/* Create a custom checkbox */
form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
form .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
form .custom-checkbox input:checked ~ .checkmark {
  background-color: #73b632;
}

form .custom-checkbox.prioridad input:checked ~ .checkmark {
  background-color: tomato;
}

/* Create the checkmark/indicator (hidden when not checked) */
form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
form .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
form .custom-checkbox .checkmark:after {
	left: 10px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


form.estandar .listado-servicios .campo {
	height: 200px;
}

.listado-servicios optgroup {
	margin-bottom: 10px;
}

form.estandar .campo {
    height: 40px;
    border: 0px;
    background-color: #f2f2f2;
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding: 6px;
    width: 100%;
}

form.estandar .campo.descripcion{
	margin-bottom: 0;
}


.grecaptcha-badge {
    display: none;
}


.box-formulario .letraformulario {
    font-size: 0.8em;
    padding: 20px;
    background-color: beige;
    margin-top: 20px;
}

.box-formulario .letraformulario a:hover {
	color: #395771;
	text-decoration: underline;
}

.box-formulario .letraformulario p.inline {
	font-size: 1.6em;
	margin: 0;
}

.popup-formulario .box-formulario .texto-info {
	display: none;
}

.popup-formulario .box-formulario .cabecera .inline {
	margin-bottom: 10px;
}

.popup-formulario .letraformulario a:hover {
	color:#73b632;
}

.popup-formulario .letraformulario p.inline {
	font-size: 1.5em;
	margin: 0;
}

form.estandar .message,
form.estandar .message .campo {
	height: 100% !important;
    padding-bottom: 10px;
}

form.estandar.servicio .message,
form.estandar.servicio .message .campo {
	padding-bottom: 0;
}


form.estandar.servicio .dropbox {
	display: none;
	background-color: aliceblue;
	padding: 10px;
}



#statusmail > div {
    color: #fff;
    text-align: center;
    font-size: 1em;
    padding: 0.7em;
    margin: 20px 0;
    display: none;
}

#statusmail .success {
	background-color: #73b632;
}

#statusmail .error {
	background-color: tomato;
	
}

.form-loading {
    display: inline-block;
    width: 28px;
    margin: 0 15px;
}




/* Drag and drop */

/* Drag and drop */
.fileuploader-input-inner {
	width: 100%;
}

form.estandar .texto-file {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}


form.estandar .texto-file .imagen {
	width: 50px;
}


form.estandar .texto-file .texto {
	margin-left: 10px;
}

form.estandar .texto-file .titulo {
	color: #73b632;
	font-weight: 600;
}

form.estandar .texto-file .subtitulo {
	font-size: 0.8em;
}

form.estandar .texto-file {
    margin: 0 5px;
}



form.estandar.servicio .texto-file {
    margin: 0;
}

form.estandar .texto-file {
	position: relative;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    border: 3px solid #f2f2f2;
}


form.estandar .ezdz-dropzone span {
    color: #615d5f;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 23px 13px;
    background-color: rgba(0,0,0,0.1);
    font-size: 0.9em;
    font-weight: 600;
    border-radius: 20px;
}

form.estandar .ezdz-dropzone img {
	width: 100px;
}

form.estandar .ezdz-dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

form.estandar .ezdz-focus {
    border: 3px dotted #ccc;
}

form.estandar .ezdz-enter {
    border: 3px dotted #ccc;
}

form.estandar .ezdz-accept {
    border: 3px solid #73b632;
}

form.estandar .ezdz-reject {
    border: 3px dotted #ccc;
}

form.estandar p.descripcion {
	margin: 5px 0 10px;	
	font-size: 0.9em;
}

.servicio-interes {
	
}

.servicio-interes p {
	font-size: 1.3em;
    margin: 0 0 20px 0;
    color: #73b632;
    font-weight: 600;
}




form.estandar .ezdz-dropzone > div {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}


form.estandar .ezdz-dropzone .imagen {
	width: 50px;
}


form.estandar .ezdz-dropzone .texto {
	margin-left: 10px;
}

form.estandar .ezdz-dropzone .titulo {
	color: #73b632;
	font-weight: 600;
}

form.estandar .ezdz-dropzone {
    margin: 0 5px;
}

form.estandar .ezdz-dropzone .image-g {
	list-style: none;
	padding: 0;
    margin: 0;
}

form.estandar .ezdz-dropzone .image-g li{
	display: inline-block;
	margin: 10px;
	
}

form.estandar.servicio .ezdz-dropzone {
    margin: 0 0 10px 0;
}

form.estandar .ezdz-dropzone {
	position: relative;
    background-color: #f2f2f2;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    border: 3px solid #f2f2f2;
}


form.estandar .ezdz-dropzone span {
    color: #615d5f;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 23px 13px;
    background-color: rgba(0,0,0,0.1);
    font-size: 0.9em;
    font-weight: 600;
    border-radius: 20px;
}

form.estandar .ezdz-dropzone img {
	width: 100px;
}

form.estandar .ezdz-dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

form.estandar .ezdz-focus {
    border: 3px dotted #ccc;
}

form.estandar .ezdz-enter {
    border: 3px dotted #ccc;
}

form.estandar .ezdz-accept {
    border: 3px solid #73b632;
}

form.estandar .ezdz-reject {
    border: 3px dotted #ccc;
}

form.estandar p.descripcion {
	margin: 5px 0 10px;	
	font-size: 0.9em;
}

.servicio-interes {
	
}

.servicio-interes p {
	font-size: 1.3em;
    margin: 0 0 20px 0;
    color: #73b632;
    font-weight: 600;
}


    
    .form-status {
        font-weight: bold;
        margin: 12px 0;
    }
    
    .form-status p {
        margin: 0;   
    }
    
    .form-status .text-success {
        color: #43d084;
    }
    
    .form-status .text-error {
        color: #fe7676;
    }
    
    .form-status .progressbar-holder {
        display: block;
        width: 100%;
        height: 4px;
        background: #fafbfd;
        border-radius: 6px;
        overflow: hidden;
    }
    
    .form-status .progressbar-holder .progressbar {
        height: 100%;
        width: 0;
        background: #73b632;
        border-radius: 6px;
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
    }

/*------------------------------------*\
    Mapa web
\*------------------------------------*/

main#mapa-web {
	background-color: #fff;
	padding: 20px 0;
}

main#mapa-web ul {
	  list-style-type: circle;
	  list-style: 
	
}
main#mapa-web .box {
	padding-left: 10px;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/

footer {
	text-align: center;
	padding: 20px 0;

    background: #406999;
    background: -moz-linear-gradient(45deg, #406999 0%, #6eb1e5 64%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    background: linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406999', endColorstr='#7db9e8',GradientType=1 );

}

body.search footer,
body.stiblogo footer,
body.archive footer {
	background: transparent;
}

footer a:hover {
	color: #1d7ea3;
}

footer .nav.footer {
}

footer > .nav.footer > ul {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer a:hover {
	color: #2e404f !important;
}


footer > .nav.footer > ul li {
	margin: 0 15px;
}

.box-copyright {
	display: flex;
	align-items: center;
	justify-content: center;
}

.copyright {
	font-size: 0.7em;
}

.page-template-home footer .menu {
	margin: 10px 0 20px 0;
	padding: 0;
}

.page-template-home footer .menu a{
	color: #fff;
    padding: 4px 10px;
}

.copyright {
	color: #fff;
	margin: 10px 0;
}

footer .logo-footer {
	width: 54px;
	margin: 0 4px 7px 4px;
}




/* ---------------------------------------------- */
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}



/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/*
// 1
img[src*=".svg"] {
  width: 100%\9; 
}
// 2
@media screen and (min-width:0\0) {
  img[src*=".svg"] {
    width: 100%; 
  }
}
*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:480px) {

}



@media only screen and (min-width:1600px) {
	.padding-wrapper {
		padding-left:10%;
		padding-right: 10%;
	}
}

@media only screen and (min-width:1920px) {
	.padding-wrapper {
		padding-left:15%;
		padding-right: 15%; 
	}
}

@media only screen and (max-width:1280px) {
	#navegador-superior {
		font-size: 0.83em;
	}
	
	
	
	.logo.home {
	    max-width: 130px;
	}
	
	
	/* MODO NAVIDAD */	
	header.principal .acebo-navidad {
	    right: -20px;
	    width: 30px;
	}



	#icono-solicitar-presupuesto img {
	    width: 20px;
	    height: 25px;
	}


}

@media only screen and (max-width:1140px) {
	#paquetes-web .box-paquetes-web article h3 {
	    font-size: 1.5em;
	}
	
	.box-intro.servicio-web .imagen {
		padding: 0;
	}
}

@media only screen and (max-width:1024px) {
	#navegador-superior ul li {
	    font-size: 1em;
        padding: 4px 5px;
	}
	
	
	#socios-fundadores-contacto .persona > .contenedor {
		margin: 20px;
	}
	
	

	/* Servicios */
	#descripcion-servicios article .titulo {
	    font-size: 1.6em;
	}




	/* Servicios web */
	

	
	#paquetes-web .box-paquetes-web article {
	    padding: 30px 20px;
	}
	
	#paquetes-web .box-paquetes-web article .características ul {
		font-size: 0.9em;
	}
	.box-intro.servicio-web .intro-seccion,
	.box-intro.servicio-web .imagen {
		width: 50%;
		
	}

	/* Soporte */
	
	#ejemplo-soporte .contenedor .imagen {
	    margin-left: 40px;
	}
	
	
	/* Ficha Servicio */
	
	.ficha-servicio #calltoaction .contenedor .box-imagen {
		transform: scale(1);
		margin-bottom: 40px;
	}
	
	.ficha-servicio #calltoaction .contenedor .box-texto {
		margin: 0;
	}	
	
	.ficha-servicio #calltoaction .contenedor {
	    flex-wrap: wrap;
	   justify-content: center;
	   text-align: center;
	}
	
	
	/* Formación */
	
	
	body.single-formacion .box-intro {
	    flex-wrap: wrap;
	}
	body.single-formacion .box-icons {
		width: 100%;
	}
	
	body.single-formacion .box-icons .contenedor {
	    margin-left: 0;
	    margin-bottom: 30px;
	    width: 100%;
	}
	
	
	
}

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

	.menu-item-has-children:hover > .sub-menu,
	.sub-menu {
		display: none;
	}


	#navegador-superior {
		display: none;
	}

	.menu-burger-icon {
		display: block;
	}
	
	#iconos-stiky {
		display: block;
	}
	
	.page-template-home #iconos-stiky {
		top: 70px;
	}

	.cuidamos-las-formas {
		text-align: center;
		width: 80%;
		line-height: 1.2;
	}
	
	/* Servicios */
	.box-servicios .servicio .padding-wrapper {
		flex-wrap: wrap;
	}
	
	.box-servicios .servicio .padding-wrapper > div {
		width: 100%;
		max-width: none;
		margin: 0;
	}
	
	#descripcion-servicios .calcular .contenedor {
	    flex-wrap: wrap;
	    text-align: center;
		background-size: 30%;
	}
	
	#descripcion-servicios .calcular .contenedor .box-palabras {
		margin-top: 20px;
	}
	/* Caculadora */
	
	.box-servicios .servicio .padding-wrapper > div:nth-child(2) {
		display: none;
	}
	
	#descripcion-servicios article > .contenedor {
		flex-wrap: wrap;
	}
	
	#descripcion-servicios article > .contenedor > div:nth-child(1) {
		width: 100%;
	}	
	#descripcion-servicios article > .contenedor > div:nth-child(2) {
		width: 100%;
	    margin-top: 20px;
	}
	
	#intro-servicio .indice .listado-servicios li {
	    margin: 10px 0;
	    line-height: 1.2;
	    font-size: 0.8em;
	}
	.ficha-servicio .extendidos > .contenedor > #box-extendido1,
	.ficha-servicio .extendidos > .contenedor > #box-extendido2 {
		width: 100%;
		padding:0 0 20px 0;
	}
	
	
	.servicios-pro .listado-servicios .box {
    	width: 100%;
    }

	
	.linea-izquierda::after,
	.linea-derecha::after {
		margin: 25px auto 0 auto;
	}
	
	
	header.principal {
		display: flex;
		flex-wrap: wrap;
		font-size: 0.9em;
		text-align: center;
	}
	
	header.principal > div{
		width: 100%
	}
	
	.logo.home {
		margin-top: 30px;
	}

	
	.box-intro.servicio-web {
		flex-wrap: wrap;
	    flex-direction: column-reverse;
	    text-align: center;
	}
	
	#intro-servicio {
		flex-wrap: wrap;
	    flex-direction: column-reverse;

	}
	.box-intro.servicio-web .intro-seccion {
		margin: 0 auto;
		width: 100%;
		max-width: none;
	}
	#intro-servicio .imagen-intro-servicio {
	    width: 80%;
	    margin: 0 auto;
	}
	
	/* Servicios web */
	
	#intro-servicio .indice .contenedor {
	    margin: 30px 30px 40px 0;
	}
	
	#separador-bibliotecas .contenedor {
		flex-wrap: wrap;
	}
	
	#separador-bibliotecas .imagen {
	    width: 80%;
	    transform: none;
	    margin-right: 0;
	    margin: 0 auto;
	}

	#separador-bibliotecas .caja-texto {
	    width: 100%;
	    max-width: 360px;
	    margin: 0 5%;
	    text-align: center;
	    max-width: none;
	    margin-top: 30px;
	}


	.box-intro.servicio-web .imagen {
		margin: 0;
		width: 100%;
	}
	
	#destacados-web .contenedor .caja-texto {
		width: 100%;	
	}
	
	#destacados-web .contenedor .imagen {
		margin: 20px;
		width: 60%;
	}
	/* Servicios web - destacados */
	
	#destacados-web .contenedor {
		flex-wrap: wrap;
	}

	#destacados-web .box {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	/* Servicios web - Packs */
	
	#paquetes-web .box-paquetes-web {
		flex-wrap: wrap;
	}
	#paquetes-web .box-paquetes-web article {
	    max-width: none;
	    width: 100%;
	    margin-bottom: 30px;
	}
	
	
	/* Solicitud de servicio */
	
	.solicitud-servicio > .contenedor {
		flex-wrap: wrap;
	}
	
	.solicitud-servicio .box-formulario h2 {
	    margin: 0px 0 10px 0;
	    font-size: 1.6em;
	}
	
	.solicitud-servicio .box-formulario .contenedor {
	    padding: 30px;
	}
	
	.solicitud-servicio .box-adicional, 
	.solicitud-servicio .box-intro {
		margin-right: 30px;
	}
	
	/* Noticias */
	h1.titulo-noticias {
	    margin: 10px 0;
		font-size: 1.6em;	
	}
	
	.noticias {
	    width: 60%;
	}
	
	.sidebar {
	    width: 40%;
	    margin-left: 20px;
	}
	
	.sidebar .contenedor,
	.noticias article .box-texto {
	    padding: 20px;
    }
    
    .noticias article {
	    margin-bottom: 20px;
	}
	
	/* Single noticias */
	.single-post h1 {
	    font-size: 2em;
	}
	
	
	/* Socios */
	
	#socios-fundadores .contenedor {
	    padding: 0 20px 40px 20px;
	    margin: 0 10px;
	}
	
	#socios-fundadores article {
		width: 100%;
	}
	
	#socios-fundadores .contenedor {
		margin-bottom: 70px;
	}
	
	#socios-fundadores-contacto .persona {
	    width: 100%;
	}
	
	/* Contacto */
	#intro-contacto p.inline {
	    font-size: 1.2em;
	}
	
	#datos-contacto {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	
	#datos-contacto .enlaces {
		margin: 0;
	}
	
	/* Soporte */
	
	#ejemplo-soporte .contenedor {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	#ejemplo-soporte .contenedor .imagen {
		width: 90%;
		margin: 0 auto 30px auto;
	}
	
	#ejemplo-soporte .contenedor .intro {
		width: 100%;
	}
	
	#ejemplo-soporte h2 {
		font-size: 1.6em;
	}
	
	#soporte > .contenedor {
	    flex-wrap: wrap;
	}
	
	#soporte .box-descripcion-acceso-registro {
	    max-width: 470px;
	    margin: 40px 30px 0 30px;
	    text-align: center;
	}
 	
 	#consulta > .contenedor {
	    flex-wrap: wrap;
 	}
 	
 	#consulta > .contenedor > article {
	 	width: 100%;
 	}
 	
 	#consulta > .contenedor > aside {
	 	width: 100%;
	 	margin-left: 0;
 	}
 	
 	/* Servicios lite */
 	
 	.servicios-lite .contenedor {
	 	flex-wrap: wrap;
	 	text-align: center;
 	}
 	
	.servicios-lite h3:after {
		margin: 20px auto;
	}
	
	.servicios-lite .contenedor .imagen {
		transform: scale(1);
	    margin-top: -30px;
	}
	
 	.servicios-lite .contenedor ul,
 	.servicios-lite .contenedor .imagen {
	 	width: 100%;
	 }
 	
 	.servicios-lite .contenedor > div {
	    width: 100%;
	}
	
	/* FAQ */
	
	#faq {
	    flex-wrap: wrap;
	}
	
	#faq > section,
	#faq > aside {
 		width: 100%; 
 	}
 	#faq aside {
	 	margin: 30px 0 0 0;
 	}
 	
 	
 	
 	/* Mis tickets */
 	
 	#mis-tickets .container .row .filters-group-wrap {
	 	flex-direction: column;
 	}


 	#mis-tickets .container .row .filters-group {
	 	margin-bottom: 10px;
 	}
 	
 	#mis-tickets .consulta {
	 	flex-direction: column;
 	}
 	
 	#mis-tickets .consulta .estado {
	 	margin-bottom: 5px;
 	}
 	
 	
 	#mis-tickets .consulta .fecha {
	    text-align: center;
		margin-bottom: 5px;
	}

	#mis-tickets .consulta .nombre {
	    text-align: center;
	}
	
	footer.footer {
		text-align: center !important;
	}
	
	footer .box-blocks {
		flex-wrap: wrap;
	}

	footer .box-blocks .datos-contacto,
	footer .box-blocks nav {
		width: 100%;
	}
	
	footer .datos-contacto {
		margin-bottom: 10px;
	}
	
	footer .datos-contacto,
	nav.footer-legal ul, 
	nav.footer ul li {
		text-align: center;
	}

 	

}

@media only screen and (max-height:700px) {

	#portada {
		height: 100% !important;
	}
}

@media only screen and (max-width:480px) {
	
	ul.pagination {
		display: none;
	}
	
	.page-template-home footer .menu li {
		width: 100%;
		text-align: center;
	}

	.box-copyright {
	    flex-wrap: wrap;
	}
	
	/* modulo clientes */
	#clientes .carousel-clientes-modulo .flickity-viewport {
		height: 70px !important;
	}
	.modulo-carousel-clientes .carousel-clientes-modulo .carousel-cell {
		width: 120px;
		padding: 10px;
	}
	
	/* modulo testimoniales */
	
	#testimoniales .modulo-testimoniales {
	}


	/* Servicios */
	
	.box-servicios .servicio .padding-wrapper > div:nth-child(1) {
		margin: 0;
	}
	
	
	#intro-servicio {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	#descripcion-servicios .calcular .contenedor {
    	flex-wrap: wrap;
    	flex-direction: column-reverse;
	}
	
	#descripcion-servicios article > .contenedor {
    	flex-wrap: wrap;
	}
	
	#descripcion-servicios article > .contenedor > div{
		width: 100%;
	}
	
	#descripcion-servicios .calcular .contenedor {
		text-align: center;
	}
	
	
	#descripcion-servicios .incluye, 
	#descripcion-servicios .excluye, 
	#descripcion-servicios .plazos, 
	#descripcion-servicios .gestion { 
		flex-wrap: wrap;
	}
	
	#descripcion-servicios .icono {
		margin-bottom: 15px;
	}
	
	#descripcion-servicios .descripcion-corta {
		display: none;
	}
	
	/* Servicios lite */
	
	.servicios-lite .contenedor {
    	flex-wrap: wrap;
    	flex-direction: column-reverse;
    }
    
    .servicios-lite .contenedor > div {
	    width: 100%;
    }
    
    /* Servicios web */
    
    .box-intro.servicio-web .intro-seccion {
	    text-align: center;
    }
    
    section.proyectos {
	    text-align: center;
	    padding-top: 40px;
    }
    
    section.proyectos ul {
	    justify-content: center;
    }
    
    #separador-bibliotecas .contenedor,
    #paquetes-web .box-paquetes-web,
    #destacados-web .contenedor {
	    flex-wrap: wrap;
    }
    
    #paquetes-web .box-paquetes-web article {
	    margin: 10px 0 !important;
    }
	
	#separador-bibliotecas .caja-texto,
	#separador-bibliotecas .imagen {
		width: 100%;
		transform: none;
	}
	
	#separador-bibliotecas .imagen {
		margin: 0 0 20px 0;
	}
	
	#proyecto .contenedor {
		flex-wrap: wrap;
	}
	
	#proyecto .box-texto,
	#proyecto .box-imagenes {
		width: 100%;
		margin-left: 0 !important;
	}
	
	#proyecto h1 {
    	font-size: 1.4em;
    }
	
	/* Solicitud de presupuesto */
	
	.solicitud-servicio > .contenedor {
		flex-wrap: wrap;
	}
	.solicitud-servicio .box-adicional {
		height: 0;
		overflow: hidden;
		padding-top: 20px;
	}
	
	.solicitud-servicio .box-intro {
	    padding: 10px 0 40px 0;
	}
	
	.solicitud-servicio .box-formulario {
		width: 100%;
	}
	
	.solicitud-servicio .box-formulario .contenedor {
	    padding: 20px;
	}
	
	
	/* Socios - Contacto */
	
	#socios-fundadores-contacto .persona {
		width: 100%;
	}
	
	#intro-contacto {
	    flex-direction: column-reverse;
	}
	
	#intro-contacto .imagen-intro-servicio {
	    margin-bottom: 30px;
	}
	
	
	/* Noticias */
	
	.box-noticias {
		flex-wrap: wrap;
	}
	.noticias {
	    width: 100%;
	}
	
	.sidebar {
	    width: 100%;
	    margin-left: 0px;
	}
	
	.single-post main > div {
		flex-wrap: wrap;
	}
	
	.single-cuerpo-noticia {
		width: 100%;
	}
	
	.single-post h1 {
		font-size: 1.4em;
	}
	
	/* FAQ */
	
	#faq ul {
		padding-left: 10px;
		font-size: 0.9em;
	}
	
	#faq .ui-accordion-header {
		font-size: 1em;
	}
	
	/* Footer */
	nav.footer ul {
		padding: 0;
	}
	nav.footer ul li {
		width: 100%;
		
	}
	
	
	

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    Cambios SEO
\*------------------------------------*/



/*------------------------------------*\
    Cookie Consent
\*------------------------------------*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

