/*COLORES GENERALES*/
/*
	- Negro: #151515
	- Verde base: #a3bd31
	- Verde hover: #cce362
	- tipografía: #333333
	- gris: #a6a6a6

*/

/****FUENTES******/
/*Titulos*/@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*Textos generales*/@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,500,600);
/*Título random números*/ @import url(https://fonts.googleapis.com/css?family=Handlee);


/*********
	ESTILOS GENERALES
*****************************/
input:focus{
	box-shadow: none!important;
}

body{
	background: white;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Raleway';
}

.novedades{
	margin-top: 20px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default{
	background: transparent;
}

h1,
h2,
h3{
	font-family: 'Montserrat';
	/* margin: 0; */
}

/*p{
	text-align: justify;
}*/

p,
ul li{
	/* margin: 0; */
    font-size: 15px;
    line-height: 24px;
	color: #151515;
	font-weight: 400;
}


.ml-8{
	margin-left: 2rem;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
	background: transparent;
}

.content-general,
.container-general{
	background: white;
	padding: 10px 0;
}

.form-control{
	border-radius: 0;
	border: none;
	box-shadow: none;
}


p > a,
.container-general ul li a,
.testimonial_rotator_quote a,
.testimonial_rotator_author_info a,
.form-horizontal p a,
p em > a{
	color:#151515;
	border-bottom: 1px solid #a3bd31;
}

	p a:hover,
	.container-general ul li a:hover,
	.testimonial_rotator_quote a:hover,
	.testimonial_rotator_author_info a:hover,
	.form-horizontal p a:hover{
		color:#a3bd31;
		border-bottom: 1px solid #151515;
		text-decoration: none;
	}


.container-general ul{
	padding-left: 10px;
}

	.container-general ul li:before{
		content:'\f1ce';
		font-family: 'FontAwesome';
		font-size: 10px;
		color:#cce362;
		margin-right: 5px;
	}

/*imagenes en el contenido*/
.logotipos{
	display: block;
	margin: 0 auto;
}
/********
		FLECHAS DE NAVEGACIÓN
**********/

button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
}

.paginate {
  position: relative;
  margin: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.paginate i {
  position: absolute;
  top: 40%;
  left: 0;
  width: 10px;
  height: 3px;
  border-radius: 2.5px;
  background: #C5C5C5;
  transition: all 0.15s ease;
}
.paginate.left {
	right: 51%;
}
.paginate.left i {
  transform-origin: 0% 50%;
}
.paginate.left i:first-child {
  transform: translate(0, -1px) rotate(40deg);
}
.paginate.left i:last-child {
  transform: translate(0, 1px) rotate(-40deg);
}
.paginate.left:hover i:first-child {
  transform: translate(0, -1px) rotate(30deg);
}
.paginate.left:hover i:last-child {
  transform: translate(0, 1px) rotate(-30deg);
}
.paginate.left:active i:first-child {
  transform: translate(1px, -1px) rotate(25deg);
}
.paginate.left:active i:last-child {
  transform: translate(1px, 1px) rotate(-25deg);
}
.paginate.left[data-state=disabled] i:first-child {
  transform: translate(-5px, 0) rotate(0deg);
}
.paginate.left[data-state=disabled] i:last-child {
  transform: translate(-5px, 0) rotate(0deg);
}
.paginate.left[data-state=disabled]:hover i:first-child {
  transform: translate(-5px, 0) rotate(0deg);
}
.paginate.left[data-state=disabled]:hover i:last-child {
  transform: translate(-5px, 0) rotate(0deg);
}
.paginate.right {
  left: 51%;
}
.paginate.right i {
  transform-origin: 100% 50%;
}
.paginate.right i:first-child {
  transform: translate(0, 1px) rotate(40deg);
}
.paginate.right i:last-child {
  transform: translate(0, -1px) rotate(-40deg);
}
.paginate.right:hover i:first-child {
  transform: translate(0, 1px) rotate(30deg);
}
.paginate.right:hover i:last-child {
  transform: translate(0, -1px) rotate(-30deg);
}
.paginate.right:active i:first-child {
  transform: translate(1px, 1px) rotate(25deg);
}
.paginate.right:active i:last-child {
  transform: translate(1px, -1px) rotate(-25deg);
}
.paginate.right[data-state=disabled] i:first-child {
  transform: translate(5px, 0) rotate(0deg);
}
.paginate.right[data-state=disabled] i:last-child {
  transform: translate(5px, 0) rotate(0deg);
}
.paginate.right[data-state=disabled]:hover i:first-child {
  transform: translate(5px, 0) rotate(0deg);
}
.paginate.right[data-state=disabled]:hover i:last-child {
  transform: translate(5px, 0) rotate(0deg);
}
.paginate[data-state=disabled] {
  opacity: 0.3;
  cursor: default;
}

.counter {
	text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -23px;
    font-size: 10px;
    font-family: 'Montserrat';
    color: #333333;
}

.container-flechas{
	position: relative;
}

	.flechas-navegacion{
		position: absolute;
	    width: 100%;
	    bottom: 7px;
	}


/*********
	LAST-CHILD
**********/
#RedesSociales li:last-child,
#menu-footer li:last-child{
	margin-right: 0;
}

.descripcion-producto ul li:last-child,
blockquote ul li{
	margin-bottom: 0;
}


/******
	ESLOGAN
********/
.eslogan-mainjobs p strong{
	font-family: 'Indie Flower', cursive;
	font-size: 16px;
}

/*******
	MENÚ
*******/
.menu{
	font-family: 'Montserrat';
}

	.menu li a{
		font-size: 14px;
		font-weight: 400;
		padding: 0;
	}

		.menu li a:hover,
		.menu li a:focus{
			background: none;
		}

/*******
	SUBMENÚ
********/
.submenu li a{
	font-family: 'Open Sans';
	text-align: left!important;
}

/*******
	MENU MOVIL
********/
.brandMainjobs{
	margin-bottom: 10px;
}

	.button-mvl a{
		padding: 0;
	    height: auto;
	    line-height: initial;
	    font-family: 'Montserrat';
	    color: white;
	}

	.ContentMenuMvl,
	.navbar-collapse{
		max-height: 100%;
		overflow-y: hidden!important;
		overflow-x: hidden!important;
	}

		.submenu{
			position: relative;
		}

/*BG CORPORATIVO*/
.bg-corporativo01{
	background: #cce362;
	overflow: auto;
}

.bg-corporativo02{
	background: #a3bd31;
	overflow: auto;
}

.bg-corporativo03{
	background: white;
}

.bg-corporativo04{
    background: #F7F7F7;
	padding: 20px;
}
/*ICONOS*/
.icono{
	font-size: 20px!important;
	border-left: 2px solid #a3bd31;
	padding-left: 10px;
	margin-left: 10px;
}

/******
	BOTONES
********/

.btn-info{
	border-radius: 0;
    background-color: white;
    color: #151515;
    font-weight: 800;
    border: none;
    font-size: 18px;
    text-align: center;
}

	.boton-general,
	input[type=submit]{
		background: #cce362!important;
		padding: 10px 5px;
		display: block;
		text-align: center;
		margin-top: 20px;
		color:#151515;
		font-weight: 600;
	}

		input[type=submit]{
			margin: 0;
			width: 100%;
		}
input,
textarea,
select{
    border: 2px solid white!important;
	background: #f3f3f3!important;
	border-radius: 0;

}

	input:active,
	input:focus{
		border-bottom: 1px solid #a3bd31!important;
		border-right: none;
		border-left: none;
		border-top: none;
	}

	textarea { resize:none; }

/*******
	FORMULARIO DE CONTACTO
*********/

.form-contacto > p > span > input{
	width: 100%;
}

.formulario-general p,
.form-contacto p{
	margin: 5px 0 10px 0;
}

.wpcf7 p:last-child{
	text-align: center;
}


.formulario-general p input,
.form-contacto p input{
    padding: 10px 0 10px 35px;
}

.formulario-general p,
.espacio-texto,
.form-contacto p/*formulario pagina te asesoramos*/{
	position: relative;
}


.formulario-general p:before,
.espacio-texto:before,
.form-contacto > p:before/*formulario pagina te asesoramos*/{
	font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    padding-top: 12px!important;
    color: #a3bd31;
    left: 0;
    text-align: center;
    right: 0;
    height: 40px;
		width: 35px;
		z-index: 10;
/*	 	display: grid;
   	justify-content: center;*/
}


	.formulario-general > p.nombre:before,
	.form-contacto > p.nombre:before{
		content: '\f118';
	}

	.formulario-general > p.email:before,
	.form-contacto > p.email:before{
		content: '\f003';
	}


	.form-contacto > p.ubicacion:before{
		content: '\f041';
	}

	.form-contacto > p.empresa:before{
		content: '\f0b1';
	}

	.form-contacto > p.trabajadores:before{
		content: '\f0c0';
	}

	.form-contacto > p.telefono:before{
		content: '\f10b';
	}

	p.dedicacion:before{
		content:'\f135';
	}

	.formulario-general > span > textarea{
		height: 95px;
		margin-top: 5px;
		padding-left: 30px;
	}

	.form-contacto > p.mensaje > span > textarea{
		height: 95px;
		margin-top: 5px;
		padding-left: 30px;
		width: 100%;
	}

	.form-contacto > p > label.checkbox-inline > span.wpcf7-form-control-wrap.acepto{
		padding-top: 22px;
	}

	.formulario-general .btn-info{
		margin-top: 5px;
		width: 100%;
	    background: #cce362!important;
	    height: 95px;
		font-size: 16px;
	}

		.espacio-texto:before{
			content: '\f040';
			left: 18px;
		}

		.formulario-general .btn-info:hover{
			background:#a3bd31!important;
		}

/********
	PLUGGINS TESTIMONIAL
*********/
.testimonial_rotator.template-longform .testimonial_rotator_author_info{
	font-size: 16px;
}

.testimonial_rotator.template-longform .testimonial_rotator_img,
.testimonial_rotator.template-longform .testimonial_rotator_img img {
    width: 100px!important;
    height: 100px!important;
}

/*BLOQUE DERECHO*/

/**** ZONA CORPORATIVA ***/
#menu-contacto{
	margin-bottom: 10px;
	text-align: center;
}

	#menu-contacto li a{
		color: #a6a6a6;
		font-weight: 400;
		font-size: 12px;
	}

.zona-corporativa{
    background: #383838;
    padding: 25px 10px 10px 10px;
    overflow: hidden;
}

.logotipo{
	/*margin: 0 auto; */
	width: 250px;
	float: right;
	margin-bottom: 2rem;
}



.eslogan{
	color: white;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	line-height: 20px;
}

/*BUSCADOR + LOGIN*/
.carrito_compra,
.buscador{
	padding: 20px;
	text-align: right;
}

	.input-buscador,
	.boton-generico{
		border: none;
	    background: none;
	    box-shadow: none;
	    text-align: right;
	    padding: 0;
	    background: none!important;
	}

	.buscador input{
		border: none!important;
	}
/*MENU SERVICIOS*/
#MenuServicios{
	
	position: relative;
}

	#MenuServicios li:first-child{
		margin-top: 0;
	}

	#MenuServicios li:last-child{
		margin-bottom: 0;
	}

	/*Dropdown menú*/
	#MenuServicios .submenu,
	#SoliciteInformacion .submenu{
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		padding: 10px;
		border: none;
		background: #cce362;
	    transition: max-height 0.8s;
	}

		#SoliciteInformacion .submenu{
			background: #a3bd31;
			margin-top: 0;
		}

		#MenuServicios .submenu li a,
		#SoliciteInformacion .submenu li a{
			font-family: 'Montserrat';
			text-align: right!important;
			white-space: normal;
		}

			#MenuServicios .submenu > li{
				border-bottom: 1px solid #a3bd31;
			}

				#MenuServicios .submenu > li a,
				#SoliciteInformacion .submenu > li a{
					padding: 5px;
				}

					#MenuServicios .submenu > li a:active,
					.dropdown-menu > .active > a{
						background: #a3bd31;
					}

				#MenuServicios .submenu > li:last-child{
					margin-bottom: 0;
					border-bottom: 0;
				}

		.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover{
			background: #a3bd31;
			color:#cce362;
		}

	#MenuServicios li a,
	#SoliciteInformacion li a,
	#ContactoEmpresa li a{
		text-align: right;
		color:#151515;
		font-size: 12px;
	}

		#MenuServicios > li > a,
		#SoliciteInformacion > li > a{
			font-family: 'Montserrat';
			text-transform: uppercase;
		}

			#MenuServicios > li > a{
				border-bottom: 1px solid #a3bd31;
			}

			#MenuServicios > li > a:before,
			#MenuServicios > li.current-menu-item > a:before{
			    font-family: 'FontAwesome';
			    margin-right: 10px;
			    display: inline-block;
			}
				/*#MenuServicios > li > a:before {
				    content: '\f107';
				}*/

				#MenuServicios > li.current-menu-item > a{
					font-size: 14px;
					font-weight: 400;
				}

					#MenuServicios > li.current-menu-item > a:before{
						content:'\f105';
					}

					#MenuServicios > li > a,
					#SoliciteInformacion .submenu > li > a{
						border-bottom: 1px solid #a3bd31;
						padding: 5px 0;
					}

						#SoliciteInformacion > li > a{
							border-bottom: 1px solid #a3bd31;
							padding: 5px 0;
						}

						#MenuServicios > li:last-child > a,
						.navbar-nav .open .dropdown-menu li:last-child,
						#SoliciteInformacion > li:last-child > a,
						#SoliciteInformacion .submenu > li:last-child > a{
							border-bottom: none!important;
						}

				#SoliciteInformacion li.ico-cafe a:after,
				li.ico-cafe a:after{
					content:'\f0f4';
					font-family: 'FontAwesome';
					font-size: 20px;
				    margin-left: 5px;
				    color: #151515;
				}
						/*#MenuServicios > li.current-menu-item ~ li a,
						#MenuServicios > li ~ li.current-menu-item ~ li a{
							color:#cce362;
						}*/

				/*dropdown menú*/
				.navbar-nav .open .dropdown-menu{
					background: #cce362;
				}

					.navbar-nav .open .dropdown-menu li{
						border-bottom: 1px solid #a3bd31;
					}

						.navbar-nav .open .dropdown-menu li a{
							font-weight: 400;
							font-family: 'Montserrat';
						}

						.dropdown-menu > li > a:hover{
							background: #a3bd31;
						}


		#MenuServicios > li > a:hover{
			background: none;
			color: #cce362;
		}

			#MenuServicios > li:first-child{
				display: none;
			}

	.icon-bar{
		width: 40px!important;
		background: #cce362;
	}

		.btnMenuMvl{
			margin: 0;
		}

	/*texto menú
	#MenuServicios > li:first-child{
		position: absolute;
		text-transform: lowercase;
		left: 0;
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		left: -72px;
		bottom: 64px;
	}

		#MenuServicios > li:first-child a{
			color: #AFC740;
			font-size: 60px;
			font-weight: bold;
		}*/

/*SOLICITE INFORMACIÓN*/
	#SoliciteInformacion{
		border-top: 1px solid #a3bd31;
	}

/*CONTACTO EMPRESA*/
	.contacto-corporativo{
		padding: 10px 0;
	}

		#ContactoEmpresa{
			text-align: right;
		}

		#ContactoEmpresa li{
			display: inline-block;
			margin-right: 10px;
		}
		#ContactoEmpresa li a,
		#menu-ubicacion li a{
			text-transform: lowercase;
			color: #333333;
			font-size:14px;
			transition: color 0.7s ease;
		}


				#ContactoEmpresa li:last-child{
					margin-right: 0;
				}

		#ContactoEmpresa li a:hover{
			color:#a3bd31;
		}


/*REDES SOCIALES*/
#RedesSociales{
	text-align: right;
	padding: 10px 0 0 0;
}



#RedesSociales li{
	display: inline-block;
	margin-right: 10px;
}

	#RedesSociales li:nth-child(8){
		margin-right: 0;
	}

	#RedesSociales li a{
		font-size: 0;
		height: 25px;
		border-bottom: none;
	}
		#RedesSociales li:last-child a{
			font-size: 16px;
			display: block;
		    color: #383838;
		    margin-top: 10px;
		}

			#RedesSociales li:last-child a:before{
				content: '\f040';
				font-family: 'FontAwesome';
				margin-right: 5px;
				font-size: 20px;
				color: #a3bd31;
			}

				#RedesSociales li:last-child a:hover:before{
					color: #b2b2b2
				}

				#RedesSociales li:last-child a:hover{
					color: #a3bd31;
				}

	#RedesSociales li a:after,
	#menu-ubicacion li a:before{
		font-family: 'FontAwesome';
		font-size: 25px;
		color: #b2b2b2;
		transition: color 0.7s ease;
	}

		#RedesSociales li.ico-fb a:after{/*Icono Facebook*/
			content: '\f09a';
		}

			#RedesSociales li.ico-fb a:hover:after{
				color:#3B5998;
			}

		#RedesSociales li.ico-tw a:after{/*Icono Twitter*/
			content: '\f099';
		}

			#RedesSociales li.ico-tw a:hover:after{/*Icono Twitter*/
				color:#00aced;
			}

		#RedesSociales li.ico-ld a:after{/*Icono Linkedin*/
			content: '\f08c';
		}

			#RedesSociales li.ico-ld a:hover:after{/*Icono Linkedin*/
				color:#007bb5;
			}

		#RedesSociales li.ico-spotify a:after{/*Icono Linkedin*/
			content: '\f1bc';
		}

			#RedesSociales li.ico-spotify a:hover:after{/*Icono Linkedin*/
				color:#9fe025;
			}

		#RedesSociales li.ico-youtube a:after{/*Icono YouTube*/
			content: '\f167';
		}

			#RedesSociales li.ico-youtube a:hover:after{/*Icono YouTube*/
				color:#e52d27;
			}

		#RedesSociales li.ico-pinterest a:after{/*Icono Pinterest*/
			content: '\f231';
		}

			#RedesSociales li.ico-pinterest a:hover:after{/*Icono Pinterest*/
				color:#cb2027;
			}

		#RedesSociales li.ico-medium a:after{/*Icono Medium*/
			content: '\f23a';
		}

			#RedesSociales li.ico-medium a:hover:after{/*Icono Medium*/
				color:#0000cd;
			}

		#RedesSociales li.ico-vimeo a:after{/*Icono Vimeo*/
			content: '\f27d';
		}

			#RedesSociales li.ico-vimeo a:hover:after{/*Icono Vimeo*/
				color:#1ab7ea;
			}

/*MENU UBICACIÓN*/
#menu-ubicacion{
	text-align: right;
	padding: 20px 15px;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
}

	#menu-ubicacion li{
		margin-bottom: 10px;
	}

		#menu-ubicacion li:before,
		#ContactoEmpresa li:before,
		#RedesSociales li:before,
		.logotipos-footer li:before,
		#menu-footer li:before{
			display: none;
		}

	#menu-ubicacion li a{
		text-transform: uppercase;
		white-space: normal;
		text-align: right!important;
	}

		#menu-ubicacion > li.ico-mapa a:before{
			content:'\f041';
			margin-right: 5px;
			color: #333333;
		}

			#menu-ubicacion ul.dropdown-menu{
				text-align: right;
			}

			#menu-ubicacion ul.dropdown-menu li a:before{
				display: none;
			}

			#menu-ubicacion li ul.dropdown-menu{
				display: block;
				box-shadow: none;
				border-radius: 0;
				border:none;
				background: none;
				position: relative;
				margin: 0;
				padding: 0;
				float: none;
			}

				#menu-ubicacion li ul.dropdown-menu li a{
					text-transform: lowercase;
					font-size: 14px;
					transition: color 0.7s ease;
				}

				.direccion-nav > a{
					text-transform: initial!important;
				}

					#menu-ubicacion li ul.dropdown-menu li a:hover{
						background: none;
						color: #a3bd31;
					}



/***********
	MENU INTRANET
***********/
#menu-intranet{
    background: #383838;
	padding: 10px;
	text-align: right;
	color: white;
}

	#menu-intranet li a{
		font-size: 13px;
		color:white;
	}

	.ico-empleados{
		font-size: 18px!important;
		color: white;
	}

/***********
	MENU IDIOMAS
***********/

.menu-idiomas{
    margin-bottom: 10px;
    background: transparent;
    padding: 0;
    display: none;
}

#lang_sel_list{
	height: auto;
	text-align: right;
}
	#lang_sel_list li{
		float: none;
		display: inline-block;
		width: 35px;
	}

	#lang_sel_list li a{
		background: transparent;
	}

/*********
	MENU MÓVIL
********/
.MenuMovil > li:nth-child(9) > a{
	border-bottom: none!important;
}

.MenuMovil li:nth-child(n+10){
	background: #cce362;
	border-bottom: 1px solid #a3bd31;
	margin: 0 -10px;
}

	.MenuMovil li:nth-child(n+10) a{
		padding: 10px!important;
	}

	.MenuMovil li:nth-child(n+10) a:hover{
		color:#151515!important;
	}

	.MenuMovil .verde-oscuro{
		background-color:#a3bd31!important;
	}


	.MenuMovil #menu-item-9076{
		border-top: 1px solid #cce362;
	}

	#menu-item-9076 > a:hover,
	#menu-item-8677 > a:hover	{
			color: #cce362!important;
	}




/***********
	HOME
***********/

.wrap-grill-3{
	display: grid;
	padding-top: 2rem;
	grid-gap: 2rem;
	margin-bottom: 2rem;
}

.wrap-grill-4{
	padding-top: 2rem;
	display: grid;
	grid-gap: 2rem;
}


@media(min-width: 40rem){
	.wrap-grill-3{grid-template-columns: repeat(2,1fr);}
	.wrap-grill-3{grid-template-columns: repeat(2,1fr);}
}

@media(min-width: 40rem){
	.wrap-grill-3,.wrap-grill-4{grid-template-columns: repeat(2,1fr);}
	
}

@media(min-width: 64rem){
	.wrap-grill-3,.wrap-grill-4{grid-template-columns: repeat(3,1fr);}
	
}

@media(min-width: 90rem){
	.wrap-grill-4{grid-template-columns: repeat(4,1fr);}
}




/***********
	SERVICIOS HOME
***********/

.container-title-category{
	position: relative;
    margin: 10px 0;
}

	.container-title-category.title{
		margin-bottom: 0;
	}

.title-category{
    text-transform: uppercase;
    color: #151515;
    text-align: center;
    margin: 0;
    font-size: 20px;
    display: inline-block;
    z-index: 100;
    background: white;
    position: relative;
    top: 0px;
    padding-right: 10px;
    font-weight: 600;
    /*padding: 5px 10px 5px 0;
    margin-top: 10px;*/
}

		/*descripcion del producto/servicio*/
		.descripcion-producto .title-category{
			background: #F7F7F7;
		}

	.title-descripcion-productos{
		background: white;
	}

	.title-producto{
		text-align: center;
		display: block;
		padding: 0;
		margin-bottom: 10px;
		position: relative;
	}

	.linea,
	.container-title-category.title p{
		border-bottom: 2px solid #a3bd31;
		width: 100%;
		display: block;
		position: absolute;
		top: 40%;
	}

		.container-title-category.title p{
			margin: 0;/*en el formulario introduce un p*/
		}

	.title-search{
		font-size: 18px;
		background: #eaeaea;
	}

	.title-servicios{
		background:white;
		margin: 10px 0;
	}

.contenido-servicios{
	text-align: center;
	position: relative;
	overflow: hidden;
}

	.servicios:nth-child(-n+5) .contenido-servicios{
		margin-bottom: 20px;
	}
	.container-titulo-servicios{
		position: absolute;
	    bottom: 0;
	    width: 100%;
	    left: 0;
	    right: 0;
	    background: #f9f9f9;
	    margin: 0;
	    z-index: 1;
	}

	.contenido-servicios .titulo-general{
		text-transform: lowercase;
		font-size: 18px;
		text-align: center;
		margin: 10px 0;
		border-bottom: 2px solid #a3bd31;
		display: inline-block;
	}

		.img-cat-servicio{
			position: relative;
		    width: 100%;
		    height: 230px;
		    border-radius: 0;
		    box-shadow: none;
		    border: none;
		    background-size: cover!important;
		    background-position: center;
		}

		.img-cat-servicio img{
			/*-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
			-webkit-transition: .3s ease-in-out;
			transition: .3s ease-in-out;*/
			width: 100%;
			max-width: 100%;
			height: auto;
			height: auto;
		    border-radius: 0;
		    padding: 0;
		    border: none;
		    height: 200px;
		}

			.img-cat-servicio:hover img{
				-webkit-filter: grayscale(0);
				filter: grayscale(0);
			}

.descripcion-servicio{
	position: absolute;
	z-index: 1;
    margin: 20px;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    opacity: 0;
}

	.descripcion-servicio:hover{
		opacity: 1;new
	}

	.descripcion-servicio p{
		font-size: 14px;
		color: #333333;
		line-height: 24px;
		margin-bottom: 0;
	}

		.descripcion-servicio p{
			-webkit-transition: all 0.7s ease;
			transition: all 0.7s ease;
		}

/**********
	OPINIONES PERSONALES
***********/
.container-opiniones-alumnos{
	padding: 20px;
	text-align: center;
}

.container-novedades{
	position: relative;
    padding: 20px;
    height: 210px;
}

	.tag{
		text-transform: uppercase;
		font-size: 11px;
		color: #151515;
		background: #a3bd31;
		display: inline-block;
		padding: 5px;
		position: absolute;
		top:0;
		right:0;
		margin: 0;
		font-weight: bold;
	}

	p .tag{
		padding: 0;
	}

		.tag a{
			color: #151515;
			padding: 0;
		}


.fecha{
	font-size: 31px;
	text-align: center;
	font-weight: bold;
	color: #151515;
	position: relative;
}

	.fecha:before {
	    content: ' ';
	    position: absolute;
	    height: 10px;
	    width: 10px;
	    background: #a3bd31;
	    border-radius: 100%;
	    right: 0;
	    top: 25%;
	}

	.mes{
		font-size: 13px;
		text-transform: uppercase;
		display: block;
	}

	.titulo-general{
		margin: 0 0 10px 0;
		text-align: center;
		font-size: 20px;
		border-bottom: 2px solid #a3bd31;
		display: inline-block;
		color: #151515;
	}

	.titulo-general.titulo-verde{
		border-bottom: none;
		color: #a3bd31;
		text-align: center;
		display: block;
	    padding: 10px 0;
	    margin: 0;
	}

.field-form,
.widefat{
	border: none;
	width: 100%;
	background: #f9f9f9;
	padding: 4px;
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
}

/*******
	newsletter
**********/
.newsletter{
	border: 3px solid #a3bd31;
}
.widget-newsletter div{
	padding: 0!important;
}

	#submit_acumba{
	    background: #a3bd31;
	    border: none;
	    font-weight: 600;
	}

/********
	COUNTERBOX
*******/

.number-box h3{
	font-size: 25px;
	color:#333;
	font-family: 'Handlee', cursive;
}
.statistics{
	background: white!important;
	border: 1px solid #a3bd31;
}

	.statistics-inner {
		margin: 0!important;
		padding: 20px 0;
		text-align: center;
	}

	.estadisticas > .stat{
		margin: 0!important;
		padding: 20px 20px 0 20px;
		line-height: 1.4;
		height: 120px;
	}

	.stat{
		display: inline-block;
		text-align: center;
	}

	.darkgrey{
		color: darkgrey!important;
	}

	.darkweight{
		color: #333!important;
    font-weight: 500;
	}

	.counter{
		position: relative;
		margin-top: 10px;
	}

	.stat .count-icon{
		color: #a3bd31;
		margin-bottom: 10px;
	}

	.stat > .count-title{
		font-size: 16px;
		color:#a3bd31;
	}

		.stat > .counter{
			color: #151515!important;
			font-size: 25px;
			font-family: 'Raleway'!important;
			margin-bottom: -7px;
		}

			.stat .fa{
				font-size: 45px!important;
			}

/*ANIMACION CHART SATISFACCION*/
.circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width: 440px){
	.stat-mobile{
		padding-right: 87px!important;
		padding-left: 43px!important;
	}

	.post-content h2{
		text-align: center;
		font-size: 2.2rem;
		margin-bottom: 15px;
		line-height: 30px;
	}
}
/********
	MIGAS DE PAN
*********/

.breadcrumbs-wrapper{
	position: relative;
	z-index: 1000;
	overflow: auto;
}
.breadcrumb {
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 20px;
    border-bottom: 1px solid;
}

	.breadcrumb a{
		color: white;
	}
	.breadcrumb > .active{
		color: #a3bd31;
		font-size: 14px;
		font-weight: 800;
	}


.contacto-breadcrumbs{
	text-align: right;
	padding-top: 10px;
}

	.contacto-breadcrumbs li{
		list-style: none;
	}

		.contacto-breadcrumbs li a{
		    padding: 5px;
		    color: white;
		    margin-top: 2px;
		    background: rgba(163, 189, 49, 0.6);
		}

			.contacto-breadcrumbs li a:hover{
				text-decoration: none;
			}

/********
	CRITERIOS DE BÚSQUEDA
*********/
.container-busqueda{
	padding: 10px;
	background: #eaeaea;
}

.accurate{
	padding: 20px;
	background:#eaeaea;
}

/*********
	TEMPLATE CATEGORY
**********/

.descripcion-categoria{
	padding: 20px;
}

	.list-group li{
		display: inline-block;
		list-style: none;
		margin-bottom: 20px;
	}

.result{
	position: relative;
	padding: 5px;
    border: 2px solid #e8e8e8;
	min-height:329px;
}

.result-2{
	position: relative;
	padding: 4px;
    /*border: 1px dashed #e4e4e4;*/
	min-height:329px;
}

	.frontpage .result{
		min-height: 290px;
	}

	.result:hover{
		border: 1px dashed #a3bd31;
	}

		.result:hover .textodescripcion{
			visibility: hidden;
		}

	.result a{
		display: block;
	}

	.result a img{
		border: none;
		border-radius: 0;
		padding: 0;
		height: 180px;
	}

	/*****
		TITULO CURSO
	******/
	.grid-group-item-heading a,
	a .grid-group-item-heading,
	.textodescripcion{
	    color: #151515;
	    font-size: 15px;
	    text-align: center;
	    margin-top: 10px;
	    line-height: 20px;
	    margin-top: 0;
	    padding: 0 20px;
	}

		.textodescripcion{
		    left: 0;
		    right: 0;
		}


	.textbox:hover {
		opacity:.8;
	}

	.textbox a:hover{
		text-decoration: none;
	}

	.contenido-bloque{
	  position: relative;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}

.textbox {
	width:100%;
	padding: 10px;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color: rgba(253, 253, 253, 0.85);
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}

	.text:after,
	.title-producto:after {
	    content: '';
	    display: block;
	    border-bottom: 1px solid #a3bd31;
	    width: 60px;
	    margin: 0 auto;
	    padding-top: 5px;
	}

	.textbox p{
		text-align: center;
		margin-top: 5px;
	}

.iconomas{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	text-align: center;
	top: 40%;
}

	.iconomas .fa{
		background: rgba(163, 189, 49, 0.8);
		width: 25px;
		height: 25px;
		border-radius: 100%;
		color:white;
		line-height: 25px;
	}
	.result:hover .iconomas{
		display: none;
	}

.button-single,
.button-single span{
	text-align:center;
	position: relative;
}

.button-single{
	color: #151515;
    font-weight: 600;
    border-right: 1px solid #151515;
    padding: 0 6px;
    text-align: center;
    margin: 0 auto;
    border-left: 1px solid #151515;
    margin-top: 5px;
    background: transparent;
    text-align: center;
    width: 150px;
}

	.button-single:before{
	    content: ' ';
	    border-top: 1px solid #151515;
	    display: block;
	    width: 6px;
	    left: 0;
	    position: absolute;
    }

    	.button-single:after {
	    content: ' ';
	    border-bottom: 1px solid #151515;
	    display: block;
	    width: 6px;
	    left: 0;
	    position: absolute;
	    bottom: 0;
    	}

    	.button-single span {
	    	display: block;
    	}

    		.button-single span a{
	    		color: #151515;
    		}
    	.button-single span:before{
		    content: ' ';
		    border-top: 1px solid #151515;
		    display: block;
		    width: 6px;
		    right: -6px;
		    position: absolute;
    	}

    	.button-single span:after{
		    content: ' ';
		    border-top: 1px solid #151515;
		    display: block;
		    width: 6px;
		    right: -6px;
		    position: absolute;
		    bottom: 0;
    	}

.grid-group-item{
	margin-bottom: 20px;
}

.fixed-height{
	height: 285px;
}

/****
	PRUEBA INDEX
*******/


.header-categoria{
	content: '';
    min-height: 250px;
    background-size: cover!important;
    position: relative;
    display: block;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

	.header-categoria:before{
	    content: " ";
	    position: absolute;
	    background-color: rgba(10,10,10,0.6);
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
		z-index: 1;
	}

	.bkg-normal:before{
		content: " ";
    position: absolute;
    background-color: #383838;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
		z-index: 1;
	}

		.header-categoria.header-blog:before{
			background-color: transparent;
		}

	.header-categoria .titulo-general{
		text-align: right;
		color: white;
		font-size: 40px;
	}

		.container-definicion-categoria{
			position: relative;
			z-index: 9;
		}


			.definicion-categoria{
				text-align: right;
				padding: 20px;
			}

			.definicion-categoria p{
				color: white;
			    font-size: 20px;
			    text-align: right;
			    padding: 20px 0 20px 0;
			    line-height: 30px;
			}

	.img-categoria img{
	    max-height: 300px;
	    width: 100%;
	    background-size: cover;
	}

/******
	HEADER CATEGORÍA
***********/
.header-descripcion{
	height: auto;
	min-height: auto;
}


/********
	SINGLE
******/
.descripcion-producto ul,
blockquote ul,
.tab-content ul{
	padding-left: 10px;
}

	.descripcion-producto ul li,
	blockquote ul li{
		list-style: none;
	}

	.descripcion-producto ul li:before{
		content:'\f004';
		font-family: 'FontAwesome';
		font-size: 10px;
		margin-right: 5px;
		color:#cce362;
	}


.precio-servicio{
	color:#151515;
}
.precio-servicio h4{
	font-size: 13px;
	margin:5px 0 0 0;
}

blockquote{
	background: #ECECEC;
	border-left: 0;
	margin: 10px 0;
}

	blockquote ul li,
	.tab-pane ul li,
	.container-general ul li{
		list-style: none;
	}

	blockquote ul li:before,
	.tab-pane ul li:before{
		content:'\f101';
		color:#cce362;
		font-family: 'FontAwesome';
		margin-right: 5px;
	}

.carousel{
	margin-top: 20px;
}

.tab-content {
    padding: 10px 20px;
    background: white;
    min-height: auto;
    border-width: 1px 1px 1px 1px;
    border-color: #f5f5f5;
    border-style: solid;
}

	.tab-content ul{
		margin-bottom: 0;
	}

	.nav-tabs{
		border-bottom: none;
	}

		.nav-tabs li:before{
			display: none;
		}


	.nav-tabs > li > a{
		border-radius: 0;
	    margin-bottom: 0;
	    text-transform: uppercase;
	    font-size: 13px;
	    font-family: 'Montserrat';
	    border-bottom: none!important;
	    border: 1px solid #f5f5f5;
		color: #151515!important;
	    border: 1px solid #f5f5f5;
	}

	.nav-tabs > li.active a{
		border-radius: 0;
	    border: none;
	    background: #f5f5f5;
	    margin-bottom: 0;
	    text-transform: uppercase;
	    font-size: 13px;
	    font-family: 'Montserrat';
	    color: #a3bd31!important;

	}

		.nav-tabs > li.active > a:hover{
			border: none;
			background: #f5f5f5;
			color: #a3bd31;
		}


	/*slide*/
	.bx-wrapper .bx-viewport{
		box-shadow: none!important;
		height: auto!important;
	}

		.bx-wrapper:nth-child(10) img{
			margin-right: 0;
		}

		.bx-wrapper .bx-prev,
		.bx-wrapper .bx-next {
		    opacity: 0.3!important;
		}

		.bx-wrapper .bx-next {
		   right:-10px!important;
		}

		.bx-wrapper .bx-prev{
			left: -10px!important;
		}

		.bx-wrapper img{
			width: auto!important;
		}

/*******
	MENU FOOTER
********/
footer{
	background: #eaeaea;
	margin-top: 20px;
	padding: 20px 0;
	float: left;
	width: 100%;
}

#menu-footer{
	text-align: center;
}

	#menu-footer li{
		display: inline-block;
		margin-right: 5px;
	}

		#menu-footer li a{
			text-transform: lowercase;
			font-size: 12px;
			font-family: 'Raleway';
			font-weight: 400;
			transition: color 0.7s ease;
			color: #b7b7b7;
			border-bottom: none;
		}

			#menu-footer li a:hover{
				color: #a3bd31;
			}


.logotipos-footer{
	text-align: center;
	padding-left: 0;
}

.logotipos-footer li{
	display: inline-block;
	margin-right: 20px;
}

	.logotipos-footer li:last-child{
		margin-right: 0;
	}

.logotipos-footer li h1{
	font-size: 10px;
	margin-bottom: 10px;
	color: #6f6f6f;
}

	.logotipos-footer li img{
		max-width: 110px;
	}

		.logotipos-footer li:first-child img{
			/* height: 50px; */
			width: 100px;
		}


		.logotipos-footer li.certificaciones img{
			max-width: 60px;
			margin-left: 0;
		}

		.logotipos-footer li.entidad img{
			max-width: 50px;
			height: 72px;
			margin-left: 0;
		}

		.logotipos-footer li.camara-comercio img{
			padding-top: 18px;
		}

		.logotipos-footer li.urjc img{
			width: 100px;
			height: 41px;
		}

			.logotipos-footer li.calidad-mediambiente img{
			    width: 60px;
			    height: 59px;
			}

			.logotipos-footer li.logo-iso{
				top: 10px;
				position: relative;
			}

			.logotipos-footer li.logo-iso img{
				width: 70px;
				height: 69px;
				max-width: 75px;
			}

/*******
	REDES SOCIALES FOOTER
*******/
.contacto-rrss{
    border-width: 0 1px 0 1px;
    border-color: #cce362;
    border-style: solid;
}

	.titulo-rrss{
	font-size: 18px;
	text-align: right;
	color: #a3bd31;
	margin: 10px 0;
	}

.bg-rrss-footer{
	background: #a6a6a6;
	overflow: auto;
	padding: 5px;
	margin-top: -20px;
}

	.bg-rrss-footer #RedesSociales{
		text-align: center;
		padding: 5px 0 0 0;
	}

		.bg-rrss-footer #RedesSociales li a:after, #menu-ubicacion li a:before{
			color: white;
		}


.contacto-rrss.rrssblog{
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: :red;
}

/*******
	PÁGINA CONTACTO
*******/

.informacion-contacto{
	padding:15px 20px;
	background: #f5f5f5;
}

.informacion-contacto #menu-ubicacion{
	padding: 0;
	border-bottom: 1px solid #a3bd31;
    border-left: 0;
    border-right: 0;

}

	.informacion-contacto #menu-ubicacion li a,
	.informacion-contacto #RedesSociales li a,
	.informacion-contacto #ContactoEmpresa li a{
		text-decoration: none;
		border-bottom: none;
	}

.titulo-seccion-contacto {
    text-align: right;
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #151515;
    font-weight: 700;
}

#menu-ubicacion .titulo-seccion-contacto{
	margin-top: 0;
}

/******
	COMENTARIOS BLOG
******/
#comment{
	width: 100%;
    max-height: 100px!important;
	margin-bottom: 10px;
}

	.comment-notes{
		margin: 10px 0;
	}

	.comment-form-author,
	.comment-form-email{
		position: relative;
		margin-bottom: 10px;
	}

		.comment-form-author span,
		.comment-form-email span{
			position: absolute;
		    right: 0;
		    background: #f5f5f5;
		    width: 10px;
		    height: 10px;
		    text-align: center;
		    line-height: 25px;
		    color: red;
		    font-size: 30px;
		    top: 2px;
		}

.logged-in-as{
    margin: 10px 0;
    background: #383838;
    padding: 5px;
}

	.logged-in-as a{
		color:white;
	}
/******
		COMPARTIR EN REDES SOCIALES BLOG
*******/
#atstbx{
	padding: 10px 0;
    border-top: 1px solid #b2b2b2;
    margin: 10px 0;
    border-bottom: 1px solid #b2b2b2;
}


@media(max-width:968px){

	.logotipo{
		margin: 0;
	}

	/*******
		MENU
	*******/
	#MenuServicios{
		padding: 16px;
	    width: inherit;
	    margin-top: 0;
	    display: inline-grid;
	}

		#MenuServicios > li{
			padding: 0;
		}

			#MenuServicios > li:first-child{
				display: block;
				padding: 0;
			}

	/*********
		MENÚ MOVIL
	*******/
	.zona-corporativa,
	.bg-corporativo01Mvl{
		margin: 0 -15px;
	}

		.bg-corporativo01Mvl{
			padding: 5px 0;
		}

	/*menu carritp*/
	.carrito_compra,
	.buscador{
		border-top: 0;
		padding: 0;
	}


	.icono{
		border-left: none;
		padding-left: 0;
		margin-left: 0;
		font-size: 28px!important;
	}

		.carrito_compra, .buscador{
			text-align: center;
		}


	#ContactoEmpresa{
		text-align: center;
		padding: 5px 0;
	}

		#ContactoEmpresa li{
			display: inline-block;
			margin-bottom: 0;
			margin-right: 10px;
		}

			#ContactoEmpresa li:last-child{
				margin-right: 0;
			}


	.container-novedades{
		margin-bottom: 20px;
	}


	.definicion-categoria p{
		font-size: 16px;
		line-height: 26px;
	}

		.header-categoria .titulo-general{
			font-size: 25px;
		}
}

/********
	carrusel
*******/
.container-title-category.title{
	position: relative;
}

	.carousel-controls{
		position: absolute;
	    top: 4px;
	    right: 0;
	    background: white;
	    width: 30px;
	    height: 30px;
	    border-radius: 100%;
	    text-align: center;
	    line-height: 33px;
	}

		.carousel-controls .fa{
			font-size: 20px;
			color:#a3bd31;
		}

.categoria-clientes{
	text-align: center;
}

	.categoria-clientes a{
		text-align: center;
	    color: #151515;
	    border: 1px solid #cce362;
	    padding: 10px;
        display: inline-block;
	}


/*******
	PAGINA BLOG
*******/


.bloque-pagina-blog{
	margin-bottom: 20px;
}

.contenido-blog{
	padding: 10px;
	border: 1px solid #eaeaea;
	position: relative;
	margin-bottom: 20px;
}
.titulo-blog{
	text-align: center;
	font-size: 30px;
	color:#151515;
	padding: 10px 5px;
}

	.img-post img{
		max-width: 100%;
		max-height: 200px;
	}

.titulo-general.titulo-blog{
	text-align: center;
	display: inherit;
}

	.fecha-post{
		position: absolute;
	    top: 20px;
	    z-index: 999999999999999999999999999;
	    left: 20px;
	    color: white;
	    border: 1px solid;
	    padding: 2px 10px;
	}

.contenido-post{
	margin-top: 30px;
}

	.titulo-post{
	    text-align: center;
	    position: absolute;
	    bottom: -20px;
	    right: 0;
	    left: 0;
	    z-index: 9999999999;
	    color: #151515;
	    text-transform: uppercase;
	}

		.titulo-post span{
		    display: inline-block;
		    background: white;
		    padding: 10px;
		    font-size: 25px;
		    color: #a3bd31;
		}

/*compartir en rrss*/
#atstbx{
	text-align: right;
}


/********
	SLIDE
******/

/* NEW EXPERIMENT */
/* Slider Setup */


#slide1:checked ~ #slides .inner { margin-left:0; }
#slide2:checked ~ #slides .inner { margin-left:-100%; }
#slide3:checked ~ #slides .inner { margin-left:-200%; }
#slide4:checked ~ #slides .inner { margin-left:-300%; }
#slide5:checked ~ #slides .inner { margin-left:-400%; }


#overflow {
	width: 100%;
	overflow: hidden;
}

/*li.slide-producto a{
	width: 100%;
}

#slides .inner {
	line-height: 0;
}

#slides li.slide-producto {
	width: 20%;
	display: inline-block;
}
*/
/* Slider Styling */

/* Control Setup */

#controls {
	margin: -25% 0 0 0;
	width: 100%;
}

#controls label {
	display: none;
	width: 50px;
	height: 50px;
	opacity: 0.3;
}

#active {
	margin: 23% 0 0;
	text-align: center;
}

#active label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #bbb;
}

#active label:hover {
	background: #ccc;
	border-color: #777 !important;
}

#controls label:hover {
	opacity: 0.8;
}

#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(5),
#slide5:checked ~ #controls label:nth-child(1) {
	background: url('next.png') no-repeat;
	float: right;
	margin: 0 -70px 0 0;
	display: block;
}


#slide1:checked ~ #controls label:nth-child(5),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3),
#slide5:checked ~ #controls label:nth-child(4) {
	background: url('prev.png') no-repeat;
	float: left;
	margin: 0 0 0 -70px;
	display: block;
}

#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3),
#slide4:checked ~ #active label:nth-child(4),
#slide5:checked ~ #active label:nth-child(5)
#slide6:checked ~ #active label:nth-child(6)
#slide7:checked ~ #active label:nth-child(7)
#slide8:checked ~ #active label:nth-child(8)
#slide9:checked ~ #active label:nth-child(9)  {
	background: #333;
	border-color: #333 !important;
}


/* Slider Styling */

#slides {
	margin: 45px 0 0;
	padding: 1%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#dbdac9',GradientType=0 ); /* IE6-9 */
}


/* Animation */

#slides .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#slide1:checked ~ #slides li:nth-child(1) .info,
#slide2:checked ~ #slides li:nth-child(2) .info,
#slide3:checked ~ #slides li:nth-child(3) .info,
#slide4:checked ~ #slides li:nth-child(4) .info,
#slide5:checked ~ #slides li:nth-child(5) .info {
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}

.info, #controls, #slides, #active, #active label, .info h3, .desktop, .tablet, .mobile {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}



#desktop:checked ~ #slider .desktop,
#tablet:checked ~ #slider .tablet,
#mobile:checked ~ #slider .mobile {
	color: #777;
	opacity: 1;
}

.desktop, .tablet, .mobile {
	display: inline-block;
	width: 60px;
	height: 60px;
	padding-top: 50px;
	opacity: 0.35;
	font-size: 12px;
}

.desktop:hover, .tablet:hover, .mobile:hover {
	opacity: 0.2;
}


/* Responsive Styling */

/* Tablet */

#tablet:checked ~ #slider #controls {
	margin: -25% 0 0 12%;
	width: 76%;
	height: 50px;
}

#tablet:checked ~ #slider #controls label {
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

#tablet:checked  ~ #slider #slides, #mobile:checked  ~ #slider #slides {
	padding: 1% 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#tablet:checked ~ #slider #active {
	margin: 22% 0 0;
}


/*****
	BLOG
******/
#comments{
	padding: 20px;
	background: #f5f5f5;
}

	textarea#comment,
	input#author,
	input#email{
		background: white!important;
		width: 100%;
		border-bottom: 2px solid white;
	}

		textarea#comment:focus,
		input#author:focus,
		input#email:focus{
			outline:none;
			border-bottom: 2px solid #cce362!important;
		}
@media only screen and (max-width: 850px) and (min-width: 450px) {

	#slider #controls {
		margin: -25% 0 0 15%;
		width: 70%;
		height: 50px;
	}

	#slider #controls label {
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	#slider #slides {
		padding: 1% 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	#slider #active {
		margin: 22% 0 0;
	}

}

/* Mobile */

#mobile:checked ~ #slider #controls {
	margin: -28% 0 0 24%;
	width: 50%;
	height: 50px;
}

#mobile:checked ~ #slider #active {
	margin: 23% 0 0;
}

#mobile:checked ~ #slider #slides .info {
	opacity: 0 !important;
}

#mobile:checked ~ #slider #controls label {
	-moz-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-o-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.productos-slide:before{
	list-style: none;
	display: none;
}


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

	#slider #controls {
		margin: -28% 0 0 24%;
		width: 50%;
		height: 50px;
	}

	#slider #active {
		margin: 23% 0 0;
	}

	#slider #slides {
		padding: 1% 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	#slider #slides .info {
		opacity: 0 !important;
	}

	#slider #controls label {
		-moz-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		-o-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}

	#slides li {
		width: 20%;
		float: left;
	}

	#slides .inner {
	width: 500%
	}

}



@media (max-width:769px){

	/******
		MENU GENERAL
	*******/
	#main-menu{
		box-shadow: none;
		border-top: none;
		padding-right: 0;
		margin: 0px 0px 0px 8px;
	}

		#MenuServicios{
			padding: 10px;
			margin-top: 20px;
		}

	.eslogan{
		margin-top: 10px;
	}
	.formulario-general .btn-info{
		height: auto;
		margin-top: 10px;
	}

	.title-category{
		font-size: 18px;
	}

	input[type="search"]{
		padding: 9px 10px 9px 32px;
		border-radius: 15em;
		-webkit-transition: all .5s; /* transición de .5seg a todos los elementos para chrome*/
		-moz-transition: all .5s; /* transición de .5seg a todos los elementos para mozilla*/
		-o-transition: all .5s; /* transición de .5seg a todos los elementos para ophera*/
		transition: all .5s; /* transición de .5seg a todos los elementos*/
		outline: none; /* ocultar el fucos automático de los input */
	}


	input[type="search"]:focus{
		width: auto; /*tamaño del boton buscar al hacer click*/
		padding-left: 32px; /*espacio entre el icono lupa y el placeholder*/
		color: #000;
		background-color: #FFF;
	}

		#ContactoEmpresa{
		padding: 0;
	}
		#ContactoEmpresa li{
			padding-right: 15px;
			line-height: normal;
			padding-top: 5px;
			border-right: 2px solid #a3bd31;
		}

			#ContactoEmpresa li:last-child{
				padding-right: 0;
				border-right: 0;
			}

	#ContactoEmpresa li a{
		font-size: 0;
	}

		#ContactoEmpresa li:first-child a:before{
			content:'\f0e0';
			font-family: 'FontAwesome';
			font-size: 25px;
		}

		#ContactoEmpresa li:nth-child(2) a:before{
			content:'\f095';
			font-family: 'FontAwesome';
			font-size: 25px;
		}

	/****
		CUADRO PRODUCTO
	*****/
	.result{
		position: relative;
		padding: 5px;
	    border: 1px dashed #e4e4e4;
	    min-height:329px;
	}

	/*icono buscador*/
	.input-group-btn{
		padding-right: 10px;
	}

	.cabecera{
		/*position: fixed*/;
		z-index: 999999999;
		top: 0;
	}


	/*********
		PAGINA DESCRIPCION
	*********/
	.descripcion-producto{
		margin-top: 20px;
	}

	/******
		PAGINA CATEGORIA
	*******/
	.header-categoria{
		min-height: auto;
		margin: 0 -15px;
		/*margin-top: 165px*/;
	}

		.definicion-categoria p{
			padding-top: 0;
		}

	/******
		BLOG
	******/
	.header-categoria{
		margin: 0;
		min-height: 150px;
	}

	/******
		FOOTER
	******/

	#RedesSociales li:last-child a{
		color:white;
	}

	#menu-ubicacion{
		border: none;
	}


}

@media (max-width:480px){

	/*header*/
	.logotipo{
		max-width: 170px;
	}

	/*.contenido-extra{
		padding-top: 155px;
	}*/


	/*******
		footer
	*******/
	#RedesSociales li:last-child a:before,
	#menu-ubicacion li ul.dropdown-menu{
		display: none;
	}

	#menu-ubicacion{
		text-align: center;
		border-bottom: 1px solid white;
		padding: 10px;
	}

		#menu-ubicacion li{
			display: inline-block;
			margin-right: 20px;
			margin-bottom: 0;
		}

		#menu-ubicacion li a,
		#menu-ubicacion > li a:before{
			color:#6f6f6f!important;
		}

			#menu-ubicacion > li a:before{
				font-size: 16px;
			}

		#menu-ubicacion li:last-child{
			margin-right: 0;
		}

			.logotipos-footer > li{
				margin-right: 0;
			}
			.logotipos-footer li.camara-comercio{
				margin-right: 0;
			}

			.logotipos-footer li h1{
				margin-top: 10px;
			}

			.logotipos-footer li ul{
				padding-left: 0;
			}

	.contacto-breadcrumbs li a{
		font-size: 12px;
	}

		#MenuServicios > li > a{
			padding: 10px 0;
			font-size: 11px;
		}

	/*enlaces finales footer*/
	#menu-footer li{
		margin-right: 20px;
		margin-bottom: 10px;
	}

			.colaboraciones li.camara-comercio{
				margin-right: 20px;
			}


	.separacion-mvl{
		display:inline-block!important;
		width:100%
	}
	/*slide*/
	.bx-wrapper img{
		max-width: 90px!important;
		height: auto!important;
	}

	/*******
		CUADRO PRODUCTO / SERVICIO
	********/
	.result{
	    min-height:auto;
	}

}

/*******Accumba Mail**********/
.clasic-form-content-acm{
	padding: 0!important;
	max-width: inherit!important;
}

#form-acm_11069{
	background-color: white!important;
}

.clasic-form-acm .row-form-acm{
		margin-bottom: 5px!important;

}

div.text-form-acm .editable-object-acm .col-form-acm_1 > div > p{
	font-family: 'Montserrat'!important;
}

.text-form-acm.editable-object-acm.col-form-acm_1 > div > p > span > span{
	font-size: 20px!important;
}

.ckeditor-text-acm > p > span > span > span > span > span{
	font-weight: 500;
	font-size: 2rem;
	font-family: 'Montserrat';
}

::placeholder{
	font-size: 14px !important;
	text-align: center !important;
	font-weight: 300 !important;
	letter-spacing: 1px !important;
}

div.button-submit-form-acm{
	background-color: #cce362!important;
	padding: 4px 5px;
}

div.button-submit-form-acm > input{
	border: none!important;
}

@media (min-width: 481px) and (max-width: 767px){
	.col-form-acm_1{
		margin-bottom: 10px!important;
	}
}

@media (max-width: 480px){
	.col-form-acm_1{
		margin-bottom: 5px!important;
	}
	.text-form-acm.editable-object-acm.col-form-acm_1 > div > p > span > span{
		font-size: 20px!important;
	}
}

/*ENTRADAS PRODUCTOS MAINJOBS*/

.redes{
	margin-top: 20px;
	display: flex;
	list-style: none;
}

.redes > li:before{
	content: ''!important;
	margin-right: 0px !important;
	font-size: 0px !important;
}
.redes > li{
	margin-right: 10px;
}

.redes > li > a{
	text-decoration: none!important;
	border-bottom: unset!important;
	border:2px solid #a3bd31;
	padding: 13px 0px;
	border-radius: 50%;
	display: inline-block;
	width: 52px;
	height: 52px;
	text-align: center;
	color: #a3bd31;
	font-weight: 600;
}
.redes > li > a:hover{
	color: white;
	background-color: #a3bd31;
}

.redes > li > a > i{
	font-size: 20px;
	color: #a3bd31;
}

.redes > li > a:hover > i{
	color: white;
}

/*NOSOTROS*/

.texto-quienes-somos > p{
	text-align: justify;
}

.encabezado-4{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}

.img-encabezado-nosotros{
	display: flex;
	justify-content: center;
}

.img-encabezado-nosotros > img{
	width: 400px;
	height: 400px;
}

@media(max-width: 576px){
	.img-encabezado-nosotros > img{
	width: 350px;
	height: 350px;
	}
}

@media(min-width: 577px) and (max-width: 768px){
	.img-encabezado-nosotros > img{
	width: 380px;
	height: 380px;
	}
}



/*CASOS DE EXITO*/

.img-td{
	width: 100px;
}

.extra-empresas > ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.extra-empresas > ul > li:before{
	content:'';
}

.extra-empresas > ul > li > img{
	width: 100px;
}

.extra-empresas > ul > li:nth-child(1) > img,
.extra-empresas > ul > li:nth-child(2) > img{
	width: 240px;
}

@media(max-width: 576px){
	.extra-empresas > ul{
	display: grid;
	justify-items: center;
	}
.extra-empresas > ul > li:nth-child(1) > img,
.extra-empresas > ul > li:nth-child(2) > img{
	width: 200px;
	}
	.extra-empresas > ul > li > img{
	width: 60px;
	}
}

/*PRODUCTOS MAINJOBS*/

.content-h3{
	padding-bottom: 10px;
	font-size: 2rem;
	font-weight: 600;
}

.contenido-principal{
	padding: 10px;
	text-align: justify;
}

.img-contenido{
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.img-contenido > img{
	width: 40%;
	height: 40%;
	border-radius: 3%;
}

.contenido-principal > p{
	padding-bottom: 10px;
}

.contenido-principal > p > a{
	border: none!important;
	color: dodgerblue;
}
.contenido-principal > p > a:hover{
	font-weight: 600;
}

.listado-principal > li:before{
	content: '\f0da'!important;
  font-family: 'FontAwesome';
  font-size: 12px!important;
  color: #8E2D3A!important;
  margin-right: 5px;
}


@media (max-width: 991px) {
  .contentPrincipal{
    margin-top: 20%;
  }
}

@media (max-width: 442px) {
	.contentPrincipal{
	  margin-top: 10%;
	}
  }

/*******BLOG MAINJOBS****************/
.blog-mainjobs{
	padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-redes{
	padding:10px;
}

.post-redes h3, .post-destacados h3, .post-hablamos h3{
	border-bottom: 2px solid #a3bd31;
    line-height: 4rem;
}

.social-buttons{
	list-style: none;
    display: flex;
    justify-content: center;
	padding-left: 0;
	margin-top: 10px;
}

.social-icon{
	padding: 5px;
    font-size: 2.6rem;
    margin-right: 2px;
}
.contenido-seccion-blog > p{
	color: white;
	font-size: 2rem;
}

.enlace-post{
	display: flex;
	flex-direction: column;
	transition: box-shadow .2s ease-in-out;
}

.enlace-post:hover{
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 6px 2px rgba(189,187,189,1);
-moz-box-shadow: 1px 1px 6px 2px rgba(189,187,189,1);
box-shadow: 1px 1px 6px 2px rgba(189,187,189,1);
}

.post-mainjobs{
	text-align: center;
	padding: 8px;
}

.post-individual{
	/* box-shadow: 0px 15px 45px -9px rgba(0,0,0,.2); */
	border-radius: 10px;
	margin:20px 0;
}

.contenido-post{
	padding: 10px 15px;
	color: #333;
}
.contenido-post > h3{
	margin-top: 5px;
}

.excerpt{
	text-align: justify;
	text-justify: inter-word;
}

.btn-leer,
.btn-leer-post{
	background-color: #383838;
	color: white;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.titulo-subcategoria-post{
	position: absolute;
	display: block;
	right: 8px;
	top: 13px;
	color: white;
	background-color: #a3bd31;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 500;
}



.img-post{
	width: 100%;
}

.img-post > img{
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	height: 500px;
    object-position: center;
}

.post-destacados,
.post-redes,
.post-suscripcion,
.post-hablamos{
	padding: 10px;
}

.post-redes,
.post-destacados,
.post-hablamos{
	margin-bottom: 15px;
}

.social-buttons{
	display: flex;
justify-content: center;
}

.social-icon{
	transition: all .5s ease-in-out;
}

.social-icon a{
	padding: 10px;
    background: #208152;
    color: #fff;
    font-size: 2rem;
	margin-right: 8px;
	border-radius: 50%;
}

.social-icon:hover{
	transform: scale(1.2);
}

.social-icon > a > i{
	width: 22px;
    height: 22px;
    text-align: center;
}

.post-destacado{
	display: flex;
	flex-direction: row;
	padding: 5px;
	transition-duration: .3s;
}

.post-destacado:hover{
	transform:  translateX(5px);
}

.post-destacado:hover >h4{
 color: coral;
}


.img-post-destacado{
	margin-right: 8px;
}

.img-post-destacado img{
	width: 60px;
	height: auto;
	border-radius: 10px;
}

.titulo-post-destacado{
	font-size: 1.7rem;
	color: #333;
}

/* .post-destacados > h3:before,
.post-redes > h3:before,
.post-hablamos > h3:before{
	content:'\f111';
	font-family: 'FontAwesome';
	font-size: 12px;
	color: coral;
	padding-right: 5px;
	position: relative;
	top: 16px;
} */

/**SINGLE POST**/
.site-content-post{
	padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-cabecera-post{
	padding: 10px;
    margin-bottom: 15px;
}

.wp-block-image img{
	display: block;
    max-width: 100%;
    height: auto;
}

/* .aligncenter{
	text-align: center;
  }

  .alignright{
	text-align: right;
  }

  .alignleft{
	text-align: left;
  } */

.img-cabecera-post img{
	height: 400px;
	object-fit: cover;
	margin: 0 auto;
}

.post-title{
	font-size: 2.7rem;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.post-meta{
	text-align: center;
    padding: 6px;
    margin-bottom: 10px;
}

.post-content{
	padding: 6px;
    /*text-align: justify;*/
}

.post-content p{
	margin-bottom: 5px;
}

.meta-post-date{

	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .7px;
	color: #999;
}

/**RELATED POST**/

.thumb_rel img{
	width: 100%;
    height: 130px;
    object-fit: cover;
}

 .rel_posts {
	border-top: 1px dotted gray;
	padding-top: 20px;
  }
  .rel_posts:after {
	content: "";
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
  }
  .rel_posts ul {
	width: 100%;
  }
  .rel_posts ul li {
	list-style: none;
	width: 20%;
	float: left;
	margin-left: 20px;
  }
  .rel_posts ul li .title_rel {
	display: block;
	text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
  }

  .title_rel:hover{
	color:#3c763d;
  }

  @media only screen and (max-width: 600px) {
	.rel_posts ul li {
	  width: 40%;
	  margin-left: 15px;
	  margin-bottom: 15px;
	}
	.rel_posts ul li:nth-child(odd) {
	  clear: both;
	}
  }



/**********PROGRESS BAR***********/
.header-progress-bar {
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
	background-color: #f1f1f1;
  }
	  /* The progress container (grey background) */
  .progress-container {
	width: 100%;
	height: 8px;
	background: #ccc;
  }

  /* The progress bar (scroll indicator) */
  .progress-bar {
	height: 8px;
	background: seagreen;
	width: 0%;
  }

@media (min-width: 993px) and (max-width: 1200px){
	/* .titulo-subcategoria-post{
		left:32%;
	} */
}

@media (max-width: 992px){
	.titulo-subcategoria-post{
		left:38%;
	}
}

@media (min-width: 769px){
	.btn-leer-post{
		display: none;
	}
}

@media(max-width: 768px){
	.post-mainjobs{
		margin-bottom: 15px;
	}


	.post-destacados > h3,
	.post-redes > h3,
	.post-hablamos > h3{
		font-size: 20px;
	}

	.titulo-subcategoria-post{
		left: 0%;
	}

	.img-post img{
		height: 150px;
		object-fit: content;
	}

	.excerpt{
		display: none;
	}
	.btn-leer{
		display: none;
	}
}

@media (max-width: 448px){


	.contenido-post > h3{
		font-size: 1.7rem;
	}
	.titulo-subcategoria-post{
		font-size: 1.1rem;
		left: 0%;
		top: 15px;
	}

	.img-cabecera-post img{
		height: auto;
		padding: 0;
	}

	.post-title{
		font-size:2rem;
	}

}

@media(max-width: 378px){
	.contenido-post > h3{
		font-size: 1.5rem;
	}

	.titulo-subcategoria-post{
		left: 29%;
	}
}
 /********END BLOG MAINJOBS****/
/*.affix {
	z-index: 9999999;
}*/

/*NOSOTROS*/

.nota-cliente{
	display: grid;
	justify-content: center;
  text-align: center;
  padding: 10px;
  transition: all .2s ease-in-out;
}

.nota-cliente > .circle-chart__percent{
	color:#151515;
	font-weight: 500;
}

/*.nota-cliente:hover{
	transform: scale(1.05);
	background-color: #a3bd31;
	border: 1px solid white;
	color: white;
}
*/
.nota-cliente > span{
	margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.stat-animated {
    padding: 10px;
    height: 120px;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

.stat-animated:hover{
	background-color: #a3bd31;
	color: white;
	transform: scale(1.05);
}



.stat-animated > .count-title{
	color: #151515!important;
	text-transform: uppercase;
}

@media(max-width: 1200px){
	.stat-animated > .count-title{
	font-size: 14px;
	}

}

@media(min-width: 992px){
			.nota-cliente{
		margin-left: 13.333333%;
	}
}

/*SECCION CLIENTES*/

.logo-listado-empresas > img {
    width: 120px;
    height: auto;
}

.solicita-info {
    background: #fff;
    padding: 5px;
    margin-bottom: 80px;
    border-top: 4px solid #a3bd31;
}

.the-filter {
    margin-bottom: 20px;
    margin-top: 20px;
}
#tabla-empresas-movil {
    display: none;
	}

	.btn-filtro > select#cliente{
		height: 45px;
	}

@media (max-width: 667px){

	.contenedor-movil {
    padding: 0px !important;
	}

	.page-template-clientes{
	margin-top: -25%;
	}
}



@media (max-width: 767px){
	.internacional {
    margin-top: 80px !important;
	}
	.logo-listado-empresas > img {
    width: 90px;

	}
}

/*PAGINATION*/

.paginacion{
	display: flex;
	justify-content: center;
}

ul.page-numbers {
    list-style: none;
	margin: 0;
	padding-left: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 10px;
    height: 22px;
    line-height: 18px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    /*border: 1px solid #ddd;*/
    color: #333;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #a3bd31;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

/*END PAGINATION*/

/*LISTA SINGLE FORMACION 360*/

.collapse-360 > div {
	border-color: transparent;
	border: none;
}

.collapse-360 > div > .panel-heading{
	background-color: transparent;
	border-color: transparent;
	padding: 10px 0;
}

.collapse-360 > div > .panel-heading > h4{
	font-size: 15px;
}

.collapse-360 > div > .panel-heading > h4 > a:after{
	content:'\f103';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left: 5px;
}

.list-360 > li{
	display: block!important;
	border: none!important;
	margin-bottom: 0;
}

/* MODALES */

.imgpop{
		text-align: center
}

.imgpop > img{
	width: 100%;
	max-width: 150px;
	height: 130px;

}

span.text-caption{
	display: inline-block;
	margin-top: 6px;
	text-align: center;
}

#myImg01, #myImg02, #myImg03 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg01:hover, #myImg02:hover, #myImg03 {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 50%;
  /*max-width: 350px;*/
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close1, .close2, .close3 {
  position: absolute;
  top: 35px;
  right: 35px;
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus,
.close2:hover,
.close2:focus,
.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }

  .imgpop{
  	margin-bottom: 15px;
  }
}

/*SEPARACION H1, h2*/
.container-general > .row > div > h2,
.container-general > .row > div > h1 {
	margin-top: 16px;
	margin-bottom: 10px
}

/*NUESTRO EQUIPO*/

.team{
	margin-top: 25px;
}
.img-team{
	text-align: center;
}

.img-team > img{
	width: 200px;
}

.flip-card {
  background-color: transparent;
  height: 215px;
  perspective: 1000px;
  margin-bottom: 80px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.card-front {

  color: black;
}

/* Style the back side */
.card-back {
  background-color: #a3bd31;
  color: white;
  transform: rotateY(180deg);
  width: 200px;
  height: 200px;
}


.redes-team{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	top:40%;
}

.redes-team > span:nth-child(1){
	padding-right: 18px;
}

.redes-team > span > a{
	text-align: center;
	color: white;
}

.redes-team > span > a:hover{
	color:#63731e;
}

.redes-team > span > a > i{
	font-size: 3rem;
}

.datos-team{
	display: grid;
	text-align: center;
}

.datos-team > span:nth-child(1){
	font-weight: 600;
}

/*CONDICIONES DE VENTA*/
.p-justify{
	padding: 10px 0;
}

.p-justify p{
	margin-bottom: 16px;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}

@media(min-width: 667px and max-width: 767px){
	.flip-card {
  	width: 50%!important;
	}
}

.emagister-div{
	text-align: center;
}

.emagister-div > p{
	font-size: 13px;
    margin-bottom: 10px;
    color: #6f6f6f;
    text-align: center;
}

.emagister-img{
	width: 95px;
}

.img-7941{
	background-size:100%!important;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}