﻿/*
	Theme Name: Humantech Theme v2
	Theme URI: https://www.humantechsoftware.com/
	Description: Plantilla personalizada para Humantech
	Version: 1.0
	Author: Stílogo Lab S.L
	Tags: HTML5, CSS3, Responsive

*/


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

/* exo-2-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/exo-2-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
 
/* 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: 'Exo 2', sans-serif;
	line-height: 1.2;
	color: #383838;
	background-color: #f5f5f5;
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-size: 115%;
}


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:#000000;
	text-decoration:none;
}
a:hover {
	color:#d45c18;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

button {
	background-color: transparent;
} 

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	line-height: 1.2;
	font-weight: 400;
}
 
.animated-f { 
	-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;
}

.animated-f-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; 
}


.btn,
.btn:after, 
.animated {
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


@-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;
}

.btn-main {
	background-color: transparent;
	border: 1px solid #404f65;
	padding: 10px 35px 14px;
	font-size: 1.2em;
	color: #404f65;
	display: inline-block;
	cursor: pointer;
}

.btn-main:hover {
	background-color: #404f65;
	color: #fff;
}

.button-primary,
.btn-main-b {
	background-color: #404f65;
	border: 1px solid #404f65;
	padding: 9px 35px 9px;
	font-size: 1em;
	/* line-height: 1; */
	color: #fff;
	display: inline-block;
	cursor: pointer;
}

.button-primary:hover,
.btn-main-b:hover {
	background-color: #596980;
	color: #fff;
}


.btn-main-w {
	background-color: transparent;
	border: 1px solid #fff;
	padding: 10px 35px 14px;
	font-size: 1.2em;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}

.btn-main-w:hover {
	background-color: #fff;
	color: #404f65;
}


.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', sans-serif;

}

.parallax-image {
	width: 100%;
}



#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #404f65;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
  z-index: 999;
}

#btn-back-to-top:hover {
	transform: translateY(-3px);
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.15);
}


#btn-back-to-top img {
	height: 15px;
}

/* 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;
}
	




/* Default */


.page-template-default header.main {
	position: relative;
	background-color: #404f65;
	z-index: 9;
}

.page-template-default main.page.general {
	padding: 60px 0;
}

.page-template-default main.page.general h1 {
	margin-bottom: 20px;
}


.page-template-default main.page.general h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #658fca;
	margin-bottom: 10px;
}

.page-template-default main.page.general ul {
	list-style: circle;
}


.page-template-default main.page.general ul li {
	margin-bottom: 10px;
}



/* 404 */

body.error404 header.main {
	background-color: #404f65;
	z-index: 9;
}

body.error404 main {
	overflow: hidden;
}

body.error404 article#post-404 {
	padding: 170px 0;
}

body.error404 article#post-404 .hexagono4  {
	position: absolute;
	width: 70%;
	/* opacity: 0.05; */
	transform: translate(-50%,-50%);
	right: -60%;
	top: 40%;
	/* z-index: -1; */
	opacity: 0.1;
}

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


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

.tooltip-formacion {
	display: none;
	position: absolute;
	background-color: #cb384b;
	font-size: 0.8em;
	padding: 7px 15px;
	border-radius: 10px;
	left: 50%;
	margin-top: 14px;
	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;
}

.logo-home {
	display: none;
	max-width: 250px;
	margin-bottom: 30px;
}

/*------------------------------------*\
	Botonera
\*------------------------------------*/


.spacer {
	display: block;
	height: 1px;
	background-color: #404f65;
	width: 100%;
}

header.main {
	padding: 40px 0;
	z-index: 9;
}


header.main .box-icons {
	display: flex;
	align-items: center;
}

header.main .logo {
	max-width: 230px;
	width: 100%;
 
}


header.main.is-sticky .logo {
	display: flex;
	align-items: center;
	max-width: 180px;

}

header.main > .container {
	display: flex;
	justify-content: space-between;
}

header.main .rrss  {
	margin-right: 10px;
}

header.main .rrss .container {
	display: flex;
}

header.main .bookings {
	display: flex;
	align-items: center;
	white-space: nowrap; 
}
 

header.main .rrss .container .item-rs {
	width: 23px;
	margin-right: 10px;
}
 
 
header.main .box-menu {
	display: flex;
	align-items: center;
}
 
header.main .box-menu .lang ul {
	display: flex;
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
	align-items: center;
}
  
header.main .box-menu .lang ul li {
	width: 26px;
	margin: 0 5px;
}

header.main .box-menu .main > .container {
	display: flex;
	justify-content: center;
}

header.main .box-menu .main > .container .button-admin {
	position: relative;
	padding: 10px;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
}

header.main .box-menu .main > .container .button-admin:hover {
	background-color: #837d5c;
}

header.main .box-menu .main > .container .button-admin img {
	width: 21px;
	height: 21px;
}


header.main nav.main {
	position: relative;
	padding: 0;
	margin: 0;
}

header.main nav.main a {
	color: #fff;
}

header.main nav.main .menu ul {
	display: flex;
	list-style: none;
}

header.main nav.main .menu ul li {
	margin: 0 10px;
}

header.main nav.main #menu-item-9534,
header.main nav.main #menu-item-403 {
	position: relative;
	background-color: #aba479;
	padding-right: 40px;
}

header.main nav.main #menu-item-9534:hover,
header.main nav.main #menu-item-403:hover {
	background-color: #837d5c;
}

header.main nav.main #menu-item-9534 a,
header.main nav.main #menu-item-403 a {
	color: #fff;	
	display: flex;
	align-content: center;
}

header.main nav.main #menu-item-9534 a:after,
header.main nav.main #menu-item-403 a:after {
	content: url('img/icons/icon_user.svg');
	display: block;
	width: 20px;
	position: absolute;
	right: 12px;
}

header.main nav.main ul.menu  {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 4;
}

header.main nav.main ul.menu li {
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 20px;
	font-size: 0.9em;
	white-space: nowrap;
	
	-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;	
}

header.main nav.main ul.menu li.current-menu-item {
	color: #9a3b26;
} 

header.main.burger nav.main ul.menu li {
	font-size: 1.1em;
	margin: 0;
}


/* is sticky */

header.main.is-sticky  {
	background: rgb(38,41,68 ,0.9);
	box-shadow: 0px 3px 10px rgb(50 99 51 / 11%);
	padding: 10px 0;
	z-index: 99999;
}

header.main.is-sticky nav.main a {
}

header.main.is-sticky .box-icons {
	display: none;
}

header.main.is-sticky nav.main ul.menu li {
	padding: 15px 20px;
}

header.main.is-sticky .box-menu .main > .container .button-admin {
	background-color: #404f65;
}


/* header product */

header.product {
	position: relative;
	background-color: transparent;
	z-index: 9;
}

header.product > .container,
header.main > .container {
	z-index: 9;
}


/* languages */

.languages {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
	margin-left: 15px;
}

.languages li {
	width: 30px;
	margin: 0 5px;
}

.languages li.active {
	opacity: 0.4;
}





/*------------------------------------*\
	Submenú
\*------------------------------------*/



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


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

header.main nav.main .menu-item-has-children .sub-menu {
	font-size: 0.95em;
	position: absolute;
	width: max-content;
	left: 0px;
	right: 0;
	color: #fff;
	z-index: 12;
	padding: 0;
}

header.main nav.main .menu-item-has-children .sub-menu > li  {
	background-color: #58759e;
	background-color: rgba(88, 117, 158, 0.85);
	
 }


header.main nav.main .menu-item-has-children .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 rgba(88, 117, 158, 0.85);
	margin: -10px auto 0px auto;
}

header.main nav.main .menu-item-has-children .sub-menu a {
	color: #fff;
}

header.main nav.main .menu-item-has-children .sub-menu a:hover {
	color: #333942;
}


header.main nav.main .menu-item-has-children .sub-menu li {
	background-color: #58759e;
	background-color: rgba(88, 117, 158, 0.85);
	padding: 10px 20px 10px 20px;
	line-height: 1.1;
	max-width: 300px;
	white-space: normal !important
}

header.main nav.main .menu-item-has-children .sub-menu li:first-of-type {
	padding-top: 20px;
}

header.main nav.main .menu-item-has-children .sub-menu li:last-of-type {
	padding-bottom: 20px;
}


header.main nav.main .menu-item-has-children .sub-menu > li > .sub-menu {
	position: absolute;
	left: 250px;
	margin-top: -31px;
} 


/*------------------------------------*\
	BURGER MENU
\*------------------------------------*/


.ham {
	position: fixed;
	/* keep the hamburger button above everything */
	z-index: 9999999999;
	top: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	border: 0;
}

.ham .menuIcon {
	display: block;
	position: relative;
	background: #ababab;
	padding: 10px;
}

.ham .menuIcon span.line {
	display: block;
	width: 20px;
	height: 3px;
	margin-bottom: 4px;
	background-color: #fff;
}

.ham .menuIcon span.line:last-of-type {
	margin-bottom: 0px;
}

.xIcon  span.line:nth-child(1) {
	display: block;
	width: 20px;
	height: 3px;
	background-color: #fff;
	transform: rotate(45deg) translate(1px,1px);
}

.xIcon  span.line:nth-child(2) {
	display: block;
	width: 20px;
	height: 3px;
	background-color: #fff;
	transform: rotate(-45deg) translate(1px,-1px);
}
.xIcon {
	display: none;
	padding: 10px;
}
header.main.burger {
	position: fixed !important;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: #404f65 !important;
	transform: translateY(-100%);
	transition: transform 0.2s;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999999;
	overflow-y: auto;
	
}

header.main.burger .rrss .container .item-rs {
		margin: 5px;
}

header.main.burger .box-icons {
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

header.main.burger .rrss .container {
	justify-content: center;
}


header.main.burger .box-icons > div {
	width: 100%;
	justify-content: center;
}

header.main.showMenu {
	transform: translateY(0);
}

.menu-burger ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1.3em;
}

.menu-burger li {
	text-transform: uppercase;
	padding-bottom: 10px;
}

.menu-burger li a {
	color: #fff;
}



header.main.burger > .container {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

header.main.burger nav.main ul.menu {
	flex-wrap: wrap;
}

header.main.burger nav.main ul.menu li {
	width: 100%;
	text-align: center;
	
}

header.main.burger .box-menu .lang ul {
	margin: 0;
}

header.main.burger nav.main {
	width: 100%;
	margin-bottom: 30px;
}

header.main.burger .box-menu {
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
} 

header.main.burger .box-menu .logo {
	margin-bottom: 30px;
}


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

article#post-404 {
	text-align: center;
}


article#post-404 h1 {
	max-width: 600px;
	margin: 0 auto 20px auto;
}

/*------------------------------------*\
	Login
\*------------------------------------*/


header.main {
	/* background: rgb(38,41,68);
	background: linear-gradient(180deg, rgba(38,41,68,1) 22%, rgba(26,26,45,1) 79%); */
	width: 100% !important;
 
}

#login {
	padding: 90px 0;
	text-align: center;
}

#login #login-tabs {
	display: none;
}

#login .message-box {
	margin-top: 10px;
	background-color: #eaeaea;
	padding: 20px;
}

#login .message-box.message-error {
	background-color: #d57370;
	color: #fff;
}

#login .message-box.message-error a {
	color: #fff;
}


#login .message-box a {
	color: #d45c18;
	text-decoration: underline;
}

#login ul {
	list-style: none;
	padding: 0;
}

#login .login-remember {
	display: none;
}

#login .box-formulario-acceso-registro {
	max-width: 450px;
	margin: 0 auto;
}



#login form#resetpasswordform label,
#login form#lostpasswordform label,
#login form#loginform label {
	margin-bottom: 10px;
	display: block;
}

#login form#loginform .login-username,
#login form#loginform .login-password {
	display: flex;
	flex-direction: column;
}

#login input[type='text'],
#login input[type='password'] {
	height: 40px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding: 6px;
	background-color: #e2e2e2;
	color: #383838 !important;
	width: 100%;
	outline: none;
	font-size: 1em;
	border: 0;
}

#menu-user-logged {
	z-index: 999999999;
	position: relative;
}
/*------------------------------------*\
	Home
\*------------------------------------*/
main#home .bg-header { 
	
}

header.main {
	background-color: transparent;
	position: absolute;
	width: 100%;
 
}

main#home section.intro {
	padding: 10% 0 0 0;
	background: rgb(38,41,68);
	background: linear-gradient(180deg, rgba(38,41,68,1) 22%, rgba(26,26,45,1) 79%);
	position: relative;
}



main#home section.intro .bg-header {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}

main#home section.intro > .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 80px;
	max-width: 1000px;
	margin-bottom: -5%;
}

main#home section.intro .box-image {
	position: relative;
	width: 40%;
	text-align: center;
	z-index: 3;
}

main#home section.intro .box-image .icono {
	width: 50%;
	position: relative;
}

main#home section.intro .box-image .hexagono {
	position: absolute;
	width: 70%;
	/* opacity: 0.05; */
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}


main#home section.intro .box-image .hexagono2 {
	position: absolute;
	width: 50%;
	opacity: 0.5; 
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}


main#home section.intro .box-image .hexagono3 {
	position: absolute;
	width: 38%;
    opacity: 0.5; 
    transform: translate(-50%, -50%);
    left: 74%;
    top: 17%;
}

main#home section.intro .box-image .hexagono4 {
	position: absolute;
	width: 30%;
	opacity: 0.5; 
	transform: translate(-50%,-50%);
    left: 108%;
    top: 50%;
}

main#home section.intro .box-image .hexagono1 {

}

main#home section.intro .hts-movil {
	z-index: 2;
	position: relative;
	transform: scale(1.2) translate(20%, 20%);
}


main#home section.intro .box-image .hexagono2,
main#home section.intro .box-image .hexagono3,
main#home section.intro .box-image .hexagono4 {
	transform: translate(-100%,-55%) rotate(45deg);
	-webkit-animation: movement1 15s ease-in-out 0.2s infinite alternate both;
	animation: movement1 15s ease-in-out 0.2s infinite alternate both;
}

@keyframes movement1 {
  0% {
	-webkit-transform: translate(-100%,-55%) rotate(45deg);
			transform: translate(-100%,-55%) rotate(45deg);
  }
  50% {
	-webkit-transform: translate(-100%,-40%) rotate(35deg);
			transform: translate(-100%,-40%) rotate(35deg);
  }
  
  100% {
	  -webkit-transform: translate(-100%,-75%) rotate(47deg);
			  transform: translate(-100%,-75%) rotate(47deg);
	}
  
}

main#home section.intro .box-text {
	padding-left: 10%;
	width: 60%;
	color: #fff;
	z-index: 2;
	
	-webkit-animation: movement2 15s ease-in-out 0.2s infinite alternate both;
	animation: movement2 15s ease-in-out 0.2s infinite alternate both;
}

@keyframes movement2 {
  0% {
	-webkit-transform: translateY(0%);
			transform: translateY(0%);
  }
  
  100% {
	  -webkit-transform: translateY(-5%);
			  transform: translateY(-5%);
	}
  
}

html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}

main#home section.intro .box-text .logotipo {
	width: 90%;
	max-width: 300px;
	margin-bottom: 10px;
}

main#home section.intro .box-text .text {
    font-size: 2.8em;
    line-height: 1.1;
    margin-bottom: 30px;
}

main#home section.intro .box-text .line {
	width: 100px;
	margin: 15px 0;
}

main#home section.box-intro .box-text .container {
	max-width: 650px;
}

main#home section.intro .box-text h1 {
	font-size: 2.3em;
}

main#home section.intro .box-text .inline {
	font-size: 1.2em;
	margin-bottom: 25px;
	max-width: 600px;
	line-height: 1.2;
}

main#home section.intro .divider {
	width: 100%;
	z-index: 2;
	position: relative;
}


/* home - products */

main#home section.products {
	background-color: #f3f1e5;
	position: relative;
}

main#home section.products .line1 {
	position: absolute;
	width: 15%;
	max-width: 160px;
	right: 20%;
	top: 10%;
	opacity: 0.2;
}

main#home section.products .line2 {
	position: absolute;
	width: 15%;
	max-width: 160px;
	left: 14%;
	top: 40%;
	opacity: 0.2;
}

main#home section.products .line3 {
	position: absolute;
	width: 15%;
	max-width: 160px;
	left: 80%;
	top: 60%;
	opacity: 0.2;
}

main#home section.products .box-products {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 60px 0 80px;
}

main#home section.products .box-products .product {
	position: relative;
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
	padding: 0px 3% 50px;
}


main#home section.products .box-products .product:hover .hexagono1 {
	filter: blur(9px);
	transform: translate(11px,-12px) scale(1.05) !important;
	transition-delay: 50ms;
}

main#home section.products .box-products .product:hover .title {
	color: #58759e
}



main#home section.products .box-products .product:hover .hexagono2 {
	transform: scale(1.05) !important;
}
main#home section.products .box-products .product a:hover {
	color: #000000
}

main#home section.products .box-products .product:hover .image .icon {
	transform: scale(1.05) !important;
}

main#home section.products .box-products .product .container {
	max-width: 180px;
	margin: 0 auto;
}

main#home section.products .box-products .product .image {
	aspect-ratio: 1;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

main#home section.products .box-products .product .image .hexagono {

}

main#home section.products .box-products .product .image .hexagono1 {
	position: absolute;
	transform: translate(9px,-11px);
	opacity: 0.2;

}

main#home section.products .box-products .product .image .hexagono2 {
	position: relative;
	z-index: 1;
}

main#home section.products .box-products .product .image .icon {
	z-index: 2;
	width: 60%;
	filter: brightness(0.5) sepia(1) hue-rotate(183deg);
	
}

main#home section.products .box-products .product .title {
	font-size: 1.4em;
	line-height: 1.2;
}

main#home section.products .box-products .product .line {
	width: 20%;
	margin: 0 auto 15px auto;
}


/* faq */


.page-template-faq header.main.sticky {
	position: relative;
	background: rgb(38,41,68);
	z-index: 9;
}

main#home section.faq {
	position: relative;
	padding: 100px 0 20px 0;
	overflow-x: clip;
}


main#home section.faq .box-image {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: -150px auto 40px auto;
	z-index: 3;
}

main#home section.faq .container {
	max-width: 750px;
	margin: 0 auto;
}

main#home section.faq #accordion {
	position: relative;
	margin: 0 auto;
	z-index: 2;
}

main#home section.faq #accordion .accordion {
	padding: 20px 0 0 30px;
	margin: 0;
	clear: both;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	font-size: 1.8em;
	position: relative;
	line-height: 1.3;
	font-weight: 600;
	color: #58759e;
}

main#home section.faq #accordion .panel {
	padding: 0 30px 10px 30px;
	font-size: 1em;
}

main#home section.faq #accordion .panel span {
	font-size: 1.2em;
}

main#home section.faq #accordion .panel .line {
	width: 70px;
	margin: 0 0 15px;
}

main#home section.faq #accordion .accordion:before {
	position: absolute;
	left: 0;
	content: '+';
	margin: 0 10px;
	color: #d45c18;
	font-weight: 700;
}

main#home section.faq #accordion .ui-accordion-header-active:before {
	content: '-';
}

main#home section.faq #accordion .ui-accordion a {
	color: #508220;
}

main#home section.faq #accordion .ui-accordion a:hover {
	color: #465a79;
}

main#home section.faq .hexagono4 {
	position: absolute;
	width: 70%;
	/* opacity: 0.05; */
	transform: translate(-50%,-50%);
	right: -60%;
	top: 40%;
	/* z-index: -1; */
	opacity: 0.1;
}

main#home section.faq .btn-view-faq {
	display: block;
	margin: 30px 0 30px 20px;
	color: #d45c18;
	text-decoration: underline;
}

/* info */

main#home section.info {
	padding: 90px 0 150px 0;
	margin-top: 40px;
	overflow: hidden;
}

main#home section.info .container {
	max-width: 600px;
	margin:  0 auto;
}

main#home section.info .title {
	font-size: 3em;
}

main#home section.info .line {
	width: 20%;
	max-width: 120px;
	margin: 20px 0;
}

main#home section.info .text {
	font-size: 1.3em;
}

main#home section.info .hexagono3 {
	position: absolute;
	width: 40%;
	/* opacity: 0.05; */
	transform: translate(-50%,-50%);
	left: 90%;
	top: 20%;
	opacity: 0.3;
}



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

main#faq section.intro {
	padding: 10% 0 0 0;
	background-color: #404f65;
	position: relative;
}

main#faq section.intro .bg-header {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}

main#faq section.intro > .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 12%;
}

main#faq section.intro .box-image {
	position: relative;
	width: 30%;
	text-align: center;
}

main#faq section.intro .box-image .icono {
	width: 50%;
	position: relative;
}

main#faq section.intro .box-image .hexagono {
	position: absolute;
	width: 90%;
	opacity: 0.05;
	transform: translate(-50%,-50%);
	left: 50%;	top: 50%;
}

main#faq section.intro .box-image .hexagono1 {

}

main#faq section.intro .box-image .hexagono2 {
	transform: translate(-45%,-55%);

}

main#faq section.intro .box-text {
	padding-left: 10%;
	width: 70%;
	color: #fff;
}

main#faq section.intro .box-text .line {
	width: 100px;
	margin: 15px 0;
}

main#faq section.box-intro .box-text .container {
	max-width: 650px;
}

main#faq section.intro .box-text h1 {
	font-size: 2.3em;
}

main#faq section.intro .box-text .inline {
	font-size: 1.5em;
	margin-bottom: 25px;
	max-width: 600px;
}

main#faq section.intro .divider {
	width: 100%;
	z-index: 2;
	position: relative;
}






main#faq section.faq {
	position: relative;
	padding: 100px 0;
	overflow-x: clip;
}


main#faq section.faq .box-image {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: -150px auto 40px auto;
	z-index: 3;
}

main#faq section.faq .container {
	max-width: 750px;
	margin: 0 auto;
}

main#faq section.faq #accordion {
	position: relative;
	margin: 0 auto;
	z-index: 2;
}

main#faq section.faq #accordion .accordion {
	padding: 20px 0 0 30px;
	margin: 0;
	clear: both;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	font-size: 1.8em;
	position: relative;
	line-height: 1.3;
	font-weight: 600;
	color: #58759e;
}

main#faq section.faq #accordion .panel {
	padding: 0 30px 10px 30px;
	font-size: 1em;
}

main#faq section.faq #accordion .panel span {
	font-size: 1.2em;
}

main#faq section.faq #accordion .panel .line {
	width: 70px;
	margin: 0 0 15px;
}

main#faq section.faq #accordion .accordion:before {
	position: absolute;
	left: 0;
	content: '+';
	margin: 0 10px;
	color: #d45c18;
	font-weight: 700;
}

main#faq section.faq #accordion .ui-accordion-header-active:before {
	content: '-';
}

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

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

main#faq section.faq .hexagono4 {
	position: absolute;
	width: 70%;
	/* opacity: 0.05; */
	transform: translate(-50%,-50%);
	right: -60%;
	top: 40%;
	/* z-index: -1; */
	opacity: 0.1;
}




/*------------------------------------*\
	Product
\*------------------------------------*/

#product section.intro {
	padding: 15% 0 0 0;
	background: rgb(38,41,68);
	background: linear-gradient(180deg, rgba(38,41,68,1) 22%, rgba(26,26,45,1) 79%);
	position: relative;
}

#product section.intro .bg-header {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(38,41,68);
	background: linear-gradient(180deg, rgba(38,41,68,1) 22%, rgba(26,26,45,1) 79%);

}

#product section.intro > .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 12%;
}

#product section.intro .box-image {
	position: relative;
	width: 30%;
	text-align: center;
}

#product section.intro .box-image .icono {
	width: 50%;
	position: relative;
}

#product section.intro .box-image .hexagono {
	position: absolute;
	width: 90%;
	opacity: 0.05;
	transform: translate(-50%,-50%);
	left: 50%;	top: 50%;
}

#product section.intro .box-image .hexagono1 {

}

#product section.intro .box-image .hexagono2 {
	transform: translate(-45%,-55%);

}

#product section.intro .box-text {
	padding-left: 10%;
	width: 70%;
	color: #fff;
}

#product section.intro .box-text .line {
	width: 100px;
	margin: 15px 0;
}

#product section.box-intro .box-text .container {
	max-width: 650px;
}

#product section.intro .box-text h1 {
	font-size: 2.3em;
}

#product section.intro .box-text .inline {
	font-size: 1.5em;
	margin-bottom: 25px;
	max-width: 600px;
}

#product section.intro .divider {
	width: 100%;
	z-index: 2;
	position: relative;
}


#product section.what  {
	position: relative;
	padding: 10% 0;
	margin-top: -20%;
	z-index: 2;
}

#product section.what .hexagono3  {
	width: 20%;
	max-width: 230px;
	position: absolute;
	right: 10%;
	transform: rotate(45deg) translateY(20%);
	top: 0;
	opacity: 0.6;
}

#product section.what .box-image {
	max-width: 850px;
	margin: 0 auto 60px auto;
}

#product section.what .box-text > .container {
	display: flex;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#product section.what .box-text .box-intro {
	width: 60%;
}

#product section.what .box-text .box-list {
	width: 50%;
	font-size: 1.2em;
	list-style: none;
	padding-left: 40px;
	margin-top: 85px;
}

#product section.what .box-text .box-list li {
	margin-bottom: 20px;
}


#product section.what .box-text .box-list li span {
	color: #658fca;
	font-weight: 700;
}

#product section.what .box-text .box-intro .line {
	width: 50px;
	margin: 10px 0 20px;
}

#product section.what .divider {
	position: relative;
	width: 100%;
	transform: rotateX(180deg);
	z-index: 2;

}


#product section.slides {
	background-color: #f3f1e5;
	margin-top: -23%;
	padding: 20% 0 10%;
}

#product section.slides .container {
}


#product section.slides .slide {
	display: flex;
	align-items: center;
	margin-bottom: 10%;
}

#product section.slides .slide:nth-child(even){
	display: flex;
	align-items: center;
	margin-bottom: 10%;
	flex-direction: row-reverse;
}

#product section.slides .slide:nth-child(even) .box-text {
	text-align: right;
	padding: 0 5% 0 0;

}

#product section.slides .slide:nth-child(even) .line {
	width: 50px;
	margin: 5px 0 15px auto;
}

#product section.slides .slide .box-image {
	width: 50%;
	-webkit-box-shadow: 0px 7px 15px 0px rgba(84,100,120,0.3);
	-moz-box-shadow: 0px 7px 15px 0px rgba(84,100,120,0.3);
	box-shadow: 0px 7px 15px 0px rgba(84,100,120,0.3);
}

#product section.slides .slide .box-text {
	width: 50%;
	padding-left: 5%;
	max-width: 450px;
}

#product section.slides .slide .box-text .title {
	font-size: 1.2em;
	color: #658fca;
	font-weight: 700;
}


#product section.slides .slide .line {
	width: 50px;
	margin: 5px 0 15px;
}

#product section.signature {
	padding: 10% 0;
}

#product section.signature .container {
	max-width: 800px;
}

#product section.signature #accordion {
	margin: 0 auto;
	padding-bottom: 20%;
}

#product section.signature #accordion .accordion {
	padding: 20px 0 0 30px;
	margin: 0;
	clear: both;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	font-size: 1.8em;
	position: relative;
	line-height: 1.3;
	font-weight: 600;
	color: #58759e;
}

#product section.signature #accordion .panel {
	padding: 0 30px 30px 30px;
	font-size: 1em;
}

#product section.signature #accordion .panel span {
	font-size: 1.2em;
}

#product section.signature #accordion .panel .line {
	width: 70px;
	margin: 0 0 15px;
}

#product section.signature #accordion .accordion:before {
	position: absolute;
	left: 0;
	content: '+';
	margin: 0 10px;
	color: #d45c18;
	font-weight: 700;
}

#product section.signature #accordion .ui-accordion-header-active:before {
	content: '-';
}

#product section.signature #accordion .ui-accordion a {
	color: #508220;
}

#product section.signature #accordion .ui-accordion a:hover {
	color: #465a79;
}

#product section.signature .box-image {
	padding-bottom: 10%;
}

#product section.signature .featured {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

#product section.signature .featured .title {
	font-size: 2.2em;
	margin-bottom: 20px;
}

#product section.signature .featured .inline {
	font-size: 1.4em;
}

#product section.signature .featured .hexagono4 {
	width: 20%;
	max-width: 230px;
	position: absolute;
	right: 10%;
	transform: rotate(45deg) translateY(20%);
	top: -20%;
	opacity: 0.4;
	z-index: -1;
}

/*------------------------------------*\
	Product plus
\*------------------------------------*/

#product.plus .box-form.plus {
	padding: 20%  0;
	max-width: 450px;
	margin: 0 auto;
}

#product.plus .box-form.plus form {
	text-align: center;
}

#product.plus .box-form.plus .group {
	text-align: center;
}

#product.plus .box-form label {
	display: block;
	margin-bottom: 10px;
}

#product.plus .box-form.plus h3 {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 20px;
	color: #292728 !important;
}
#product.plus .box-form.plus .campo {
	height: 45px;
	border: 0px;
	background-color: #c7c8d3;
	font-size: 1.2em;	
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding: 6px;
	font-family: 'Exo 2', sans-serif;
	line-height: 1.5;
	color: #292728 !important;
	font-weight: 300;
}

#product.plus section.slides .slide .box-image {
	border-radius: 50%;
    overflow: hidden;
    mix-blend-mode: darken;
	box-shadow: none;
}

/*------------------------------------*\
	Product Formations
\*------------------------------------*/

#product.formations .course {
	background-color: #658fca;
	max-width: 750px;
	margin: 10% auto 5% auto;
	padding: 40px;
	border-radius: 10px;
	display: flex;
	gap: 40px;
}

/*queries*/
@media (max-width: 768px) {
	#product.formations .course {
		flex-direction: column;
		gap: 0;
	}

	#product.formations .course .box-image {
		max-width: 100% !important;
		width: 100%;
	}
}

#product.formations .course .box-image {
	margin-bottom: 20px;
	width: 100%;
	max-width: 200px;
}

#product.formations .course .box-text {
	width: 100%;
	padding-left: 0;
}

#product.formations .course .box-text h2 {
	margin-bottom: 10px;
}

#product.formations .course .text {
	margin-bottom: 20px;
}
/*------------------------------------*\
	Prices
\*------------------------------------*/

#prices section.intro {
	padding: 15% 0 0 0;
	background: rgb(38,41,68);
	background: linear-gradient(180deg, rgba(38,41,68,1) 22%, rgba(26,26,45,1) 79%);
	position: relative;
}

#prices section.intro .bg-header {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;

}

#prices section.intro > .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2%;
}

#prices section.intro .box-image {
	position: relative;
	width: 30%;
	text-align: center;
}

#prices section.intro .box-image .icono {
	width: 50%;
	position: relative;
}

#prices section.intro .box-image .hexagono {
	position: absolute;
	width: 90%;
	opacity: 0.05;
	transform: translate(-50%,-50%);
	left: 50%;	top: 50%;
}

#prices section.intro .box-image .hexagono1 {

}

#prices section.intro .box-image .hexagono2 {
	transform: translate(-45%,-55%);

}

#prices section.intro .box-text {
	padding-left: 10%;
	width: 70%;
	color: #fff;
}

#prices section.intro .box-text .line {
	width: 100px;
	margin: 15px 0;
}

#prices section.box-intro .box-text .container {
	max-width: 650px;
}

#prices section.intro .box-text h1 {
	font-size: 2.3em;
}

#prices section.intro .box-text .inline {
	font-size: 1.5em;
	margin-bottom: 25px;
	max-width: 600px;
}

#prices section.intro .divider {
	width: 100%;
	z-index: 2;
	position: relative;
}

#prices .plans-prices .box-tables {
	display: flex;
	position: relative;
	margin-bottom: 60px;
	margin-top: -100px;
	z-index: 9;
}

#prices .plans-prices .box-tables .table {
	margin: 0 2%;
	-webkit-box-shadow: 0px 7px 15px 0px rgba(84,100,120,0.3);
	-moz-box-shadow: 0px 7px 15px 0px rgba(84,100,120,0.3);
	box-shadow: 0px 7px 15px 0px rgba(84,100,120,0.3);
	background-color: #fff;
}

#prices .plans-prices .box-tables .table .container {
	background-color: #fff;
	padding: 40px;
}

#prices .plans-prices .box-tables .table .line {
	width: 20%;
	max-width: 100px;
}

#prices .plans-prices .box-tables .table .description {
	
}

#prices .plans-prices .box-tables .table .description ul {
	margin-bottom: 40px;
}

#prices .plans-prices .box-tables .table .description li {
	margin-bottom: 10px;
}

#prices .plans-prices .box-tables .table .btn-main {
	
}


/*------------------------------------*\
	Contact
\*------------------------------------*/

.page-template-contact header.main {

}

.page-template-contact #fast-contact {
	padding-top: 15%;
}

.divider.divider-contact {
	background-color: rgba(26,26,45,1);
}

/* info */
	
main#contact section.info {
	padding: 90px 0 150px 0;
	margin-top: 40px;
	overflow: hidden;
}

main#contact section.info .container {
	max-width: 600px;
	margin:  0 auto;
}

main#contact section.info .title {
	font-size: 3em;
}

main#contact section.info .line {
	width: 20%;
	max-width: 120px;
	margin: 20px 0;
}

main#contact section.info .text {
	font-size: 1.3em;
}

main#contact section.info .hexagono3 {
	position: absolute;
	width: 40%;
	/* opacity: 0.05; */
	transform: translate(-50%,-50%);
	left: 90%;
	top: 20%;
	opacity: 0.3;
}

/*------------------------------------*\
	Part Our products
\*------------------------------------*/

.page-template-template-request-service header.main {
	background-color: #383838;
}




/*------------------------------------*\
	Part Our products
\*------------------------------------*/

section.our-products {
	background-color: #e5f1f4;
	position: relative;
	padding: 100px 0;
}

section.our-products .box-products {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 60px 0 20px;
	list-style: none;

}

section.our-products .box-products .product {
	position: relative;
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
	padding: 0px 3% 50px;
}


section.our-products .box-products .product:hover .hexagono1 {
	filter: blur(9px);
	transform: translate(11px,-12px) scale(1.05) !important;
	transition-delay: 50ms;
}

section.our-products .box-products .product:hover .title {
	color: #58759e
}



section.our-products .box-products .product:hover .hexagono2 {
	transform: scale(1.05) !important;
}
section.our-products .box-products .product a:hover {
	color: #000000
}

section.our-products .box-products .product:hover .image .icon {
	transform: scale(1.05) !important;
	
}

section.our-products .box-products .product .container {
	max-width: 180px;
	margin: 0 auto;
}

section.our-products .box-products .product .image {
	position: relative;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.our-products .box-products .product .image .hexagono {

}

section.our-products .box-products .product .image .hexagono1 {
	position: absolute;
	transform: translate(9px,-11px);
	opacity: 0.2;

}

section.our-products .box-products .product .image .hexagono2 {
	position: relative;
	z-index: 1;
}

section.our-products .box-products .product .image .icon {
	position: absolute;
	z-index: 2;
	width: 60%;
	filter: brightness(0.5) sepia(1) hue-rotate(183deg);
	
}

section.our-products .box-products .product .title {
	font-size: 1.4em;
	line-height: 1.2;
}

section.our-products .box-products .product .line {
	width: 20%;
	margin: 0 auto 15px auto;
}



/*------------------------------------*\
	Part Our products
\*------------------------------------*/

section.our-products-simple {
	background-color: #f3f1e5;
	position: relative;
	padding: 100px 0;
}

section.our-products-simple h2 {
	text-align: center;
	font-size: 2em;
}

section.our-products-simple .box-products {
	padding: 60px 0 20px;
	list-style: none;

}

section.our-products-simple .box-products .product {
	position: relative;
	text-align: left;
	margin-bottom: 30px;
	padding: 0px 3% 30px;
}


section.our-products-simple .box-products .product:hover .title {
	color: #58759e
}


section.our-products-simple .box-products .product .container {
	margin: 0 auto;
}

section.our-products-simple .box-products .product .title {
	font-size: 1.4em;
	line-height: 1.2;
}

section.our-products-simple .box-products .product .line {
	width: 20%;
	margin: 0 auto 15px auto;
	max-width: 60px;
}


section.our-products-simple .box-products .product:hover .hexagono1 {
	filter: blur(9px);
	transform: translate(11px,-12px) scale(1.05) !important;
	transition-delay: 50ms;
}


section.our-products-simple .box-products .product:hover .hexagono2 {
	transform: scale(1.05) !important;
}

section.our-products-simple .box-products .product:hover .image .icon {
	transform: scale(1.05) !important;
	
}

section.our-products-simple .box-products .product .image {
	position: relative;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100px;
	margin: 0 auto 20px;
}

section.our-products-simple .box-products .product .box-text {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

section.our-products-simple .box-products .product .image .hexagono {

}

section.our-products-simple .box-products .product .image .hexagono1 {
	position: absolute;
	transform: translate(9px,-11px);
	opacity: 0.2;

}

section.our-products-simple .box-products .product .image .hexagono2 {
	position: relative;
	z-index: 1;
}

section.our-products-simple .box-products .product .image .icon {
	position: absolute;
	z-index: 2;
	width: 60%;
	filter: brightness(0.5) sepia(1) hue-rotate(183deg);

}

section.our-products-simple  .line1 {
	position: absolute;
	width: 15%;
	max-width: 160px;
	right: 20%;
	top: 10%;
	opacity: 0.2;
}

section.our-products-simple  .line2 {
	position: absolute;
	width: 15%;
	max-width: 160px;
	left: 14%;
	top: 40%;
	opacity: 0.2;
}

section.our-products-simple .line3 {
	position: absolute;
	width: 15%;
	max-width: 160px;
	left: 80%;
	top: 60%;
	opacity: 0.2;
}

/*------------------------------------*\
	Login  pass
\*------------------------------------*/

	
#login-pass {
	
	text-align: center;
}

#login-pass section {
	padding: 90px 0;
}

#login-pass .campo {
	height: 40px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding: 6px;
	background-color: #d8d8d8;
	color: #383838 !important;
	width: 100%;
	outline: none;
	font-size: 1em;
	border: 0;
	max-width: 350px;
}


/*------------------------------------*\
	Tutoriales
\*------------------------------------*/

.page-template-tutorials header.main {
	background-color: #404f65;
	z-index: 9;
}

main#tutorials h1 {
	margin-bottom: 20px;
}

main#tutorials section.list {
	padding: 10% 0 0 0;
	position: relative;
}

main#tutorials section.list {
	position: relative;
	padding: 100px 0;
	overflow-x: clip;
}

main#tutorials section.list .container {
	max-width: 750px;
	margin: 0 auto;
}

main#tutorials section.list .title {
	padding: 20px 0 0 30px;
	margin: 0;
	clear: both;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	font-size: 1.8em;
	position: relative;
	line-height: 1.3;
	font-weight: 600;
	color: #58759e; 
}

main#tutorials section.list .hexagono4 {
	position: absolute;
	width: 70%;
	/* opacity: 0.05; */
	transform: translate(-50%,-50%);
	right: -60%;
	top: 40%;
	/* z-index: -1; */
	opacity: 0.1;
}

main#tutorials .tutorials .tutorial {
	padding-bottom: 20px;
}




/*------------------------------------*\
	Tutorial
\*------------------------------------*/

main#tutorial section.intro .bg-header {
	background-color: #404f65;

}

main#tutorial section.intro {
	padding: 10% 0 0 0;
	background-color: #404f65;
	position: relative;
}

main#tutorial section.intro .bg-header {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}

main#tutorial section.intro > .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

main#tutorial section.intro .box-image {
	position: relative;
	width: 30%;
	text-align: center;
}

main#tutorial section.intro .box-image .icono {
	width: 50%;
	position: relative;
}

main#tutorial section.intro .box-image .hexagono {
	position: absolute;
	width: 90%;
	opacity: 0.05;
	transform: translate(-50%,-50%);
	left: 50%;	top: 50%;
}

main#tutorial section.intro .box-image .hexagono1 {

}

main#tutorial section.intro .box-image .hexagono2 {
	transform: translate(-45%,-55%);

}

main#tutorial section.intro .box-text {
	padding-left: 10%;
	width: 70%;
	color: #fff;
}

main#tutorial section.intro .box-text .line {
	width: 100px;
	margin: 15px 0;
}

main#tutorial section.box-intro .box-text .container {
	max-width: 650px;
}

main#tutorial section.intro .box-text h1 {
	font-size: 2.3em;
}

main#tutorial section.intro .box-text .inline {
	font-size: 1.5em;
	margin-bottom: 25px;
	max-width: 600px;
}

main#tutorial section.intro .divider {
	width: 100%;
	z-index: 2;
	position: relative;
}


main#tutorial section.what  {
	position: relative;
	padding: 10% 0;
	z-index: 2;
}

main#tutorial section.what .hexagono3  {
	width: 20%;
	max-width: 230px;
	position: absolute;
	right: 10%;
	transform: rotate(45deg) translateY(20%);
	top: 0;
	opacity: 0.6;
}

main#tutorial section.what .box-image {
	max-width: 850px;
	margin: 0 auto 60px auto;
}

main#tutorial section.what .box-text > .container {
	display: flex;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 100px;
}

main#tutorial section.what .box-text .box-intro {
	width: 60%;
}

main#tutorial section.what .box-text .box-list {
	width: 50%;
	font-size: 1.2em;
	list-style: none;
	padding-left: 40px;
	margin-top: 85px;
}

main#tutorial section.what .box-text .box-list li {
	margin-bottom: 20px;
}


main#tutorial section.what .box-text .box-list li span {
	color: #658fca;
	font-weight: 700;
}

main#tutorial section.what .box-text .box-intro .line {
	width: 50px;
	margin: 10px 0 20px;
}

main#tutorial section.what .divider {
	position: relative;
	width: 100%;
	transform: rotateX(180deg);
	z-index: 2;

}


main#tutorial section.slides {
	background-color: #e5f1f4;
	margin-top: -23%;
	padding: 20% 0 10%;
}

main#tutorial section.slides .container {
}


main#tutorial section.slides .slide {
	display: flex;
	align-items: center;
	margin-bottom: 10%;
}

main#tutorial section.slides .slide:nth-child(even){
	display: flex;
	align-items: center;
	margin-bottom: 10%;
	flex-direction: row-reverse;
}

main#tutorial section.slides .slide:nth-child(even) .box-text {
	text-align: right;
	padding: 0 5% 0 0;

}

main#tutorial section.slides .slide:nth-child(even) .line {
	width: 50px;
	margin: 5px 0 15px auto;
}

main#tutorial section.slides .slide .box-image {
	width: 50%;
	-webkit-box-shadow: 0px 7px 15px 0px rgba(84,100,120,0.3);
	-moz-box-shadow: 0px 7px 15px 0px rgba(84,100,120,0.3);
	box-shadow: 0px 7px 15px 0px rgba(84,100,120,0.3);
	text-align: center;
	background-color: #f4f4f4;
}

main#tutorial section.slides .slide .box-text {
	width: 50%;
	padding-left: 5%;
	max-width: 450px;
}

main#tutorial section.slides .slide .box-text .title {
	font-size: 1.2em;
	color: #658fca;
	font-weight: 700;
}


main#tutorial section.slides .slide .line {
	width: 50px;
	margin: 5px 0 15px;
}

main#tutorial h2 {
	margin-bottom: 20px;
}

main#tutorial section.list {
	position: relative;
	overflow: hidden;
	padding: 6% 0 6%;
	text-align: center;
}

main#tutorial section.list .hexagono4 {
	position: absolute;
	width: 70%;
	/* opacity: 0.05; */
	transform: translate(-50%,-50%);
	right: -60%;
	top: 40%;
	/* z-index: -1; */
	opacity: 0.1;
}

main#tutorial section.list .tutorials .tutorial {
	padding-bottom: 20px;
}

main#tutorial section.list .title {
	padding: 20px 0 0 30px;
	margin: 0;
	clear: both;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	font-size: 1.8em;
	position: relative;
	line-height: 1.3;
	font-weight: 600;
	color: #58759e;
} 

main#tutorial .nav-tutorials {
	text-align: center;
	padding: 50px 0;
}

main#tutorial .nav-tutorials a {
	margin: 10px 0;
}

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

::selection {
	background:#ababab;
	color:#000;
	text-shadow:none;
}
::-webkit-selection {
	background:#ababab;
	color:#000;
	text-shadow:none;
}
::-moz-selection {
	background:#ababab;
	color:#000;
	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 {

}



/* wrapper */
.wrapper {
	max-width:1600px;
	width:90%;
	margin:0 auto;
	position:relative;
}




/*------------------------------------*\
	Formularios
\*------------------------------------*/
.popup-formulario #mostrar-info:hover {
	opacity: 0.8;
}



form.login .campo-lopd {
	position: relative;
}

form.general .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 .custom-checkbox .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);
}






.radio.field .radio-options .radio-option input,
.radio.field .radio-options .radio-option label {
	cursor: pointer;
}





/* Customize the label (the container) */
.radio-options label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio-options label input {
	position: absolute;
	left: 5px;
	top: 5px;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.radio-options label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d8d8d8;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-options label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-options label input:checked ~ .checkmark {
	background-color: #aba479;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-options label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-options label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-options label .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}










form.general .listado-servicios .campo {
	height: 200px;
}

.listado-servicios optgroup {
	margin-bottom: 10px;
}

form.general .campo {
	height: 45px;
	border: 0px;
	background-color: #f2f2f2;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding: 6px;
	width: 100%;
	
	font-family: 'Exo 2', sans-serif;
	line-height: 1.5;
	color: #292728 !important;
	font-weight: 300;
	
}

form.general .campo:disabled {
	color: #a5a5a5 !important;
}
form.general.contact select.campo {
	color: #fff !important;
	height: 50px;
}


form.general.contact .campo {
	height: 40px;
	border: 0px;
	font-size: 1.6em;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding: 6px;
	background-color: #fff;
	color: #fff;
	width: 100%;
	outline: none;
}

form.general .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;
}

form.general .message,
form.general .message .campo {
	padding-bottom: 10px;
}

form.general.servicio .message,
form.general.servicio .message .campo {
	padding-bottom: 0;
}






#statusmail > div {
	color: #fff;
	text-align: center;
	font-size: 1em;
	padding: 0.7em;
	margin: 20px 0;
}

#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.general .texto-file {
	margin: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}


form.general .texto-file .imagen {
	width: 50px;
}


form.general .texto-file .texto {
	margin-left: 10px;
}

form.general .texto-file .titulo {
	color: #73b632;
	font-weight: 600;
}

form.general .texto-file .subtitulo {
	font-size: 0.8em;
}

form.general .texto-file {
	margin: 0 5px;
}



form.general.servicio .texto-file {
	margin: 0;
}

form.general .texto-file {
	position: relative;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	overflow: hidden;
	border: 3px solid #f2f2f2;
}


form.general .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.general .ezdz-dropzone img {
	width: 100px;
}

form.general .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.general .ezdz-focus {
	border: 3px dotted #ccc;
}

form.general .ezdz-enter {
	border: 3px dotted #ccc;
}

form.general .ezdz-accept {
	border: 3px solid #73b632;
}

form.general .ezdz-reject {
	border: 3px dotted #ccc;
}

form.general 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.general .ezdz-dropzone > div {
	margin: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}


form.general .ezdz-dropzone .imagen {
	width: 50px;
}


form.general .ezdz-dropzone .texto {
	margin-left: 10px;
}

form.general .ezdz-dropzone .titulo {
	color: #73b632;
	font-weight: 600;
}

form.general .ezdz-dropzone {
	margin: 0 5px;
}

form.general .ezdz-dropzone .image-g {
	list-style: none;
	padding: 0;
	margin: 0;
}

form.general .ezdz-dropzone .image-g li{
	display: inline-block;
	margin: 10px;
	
}

form.general.servicio .ezdz-dropzone {
	margin: 0 0 10px 0;
}

form.general .ezdz-dropzone {
	position: relative;
	background-color: #f2f2f2;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	overflow: hidden;
	border: 3px solid #f2f2f2;
}


form.general .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.general .ezdz-dropzone img {
	width: 100px;
}

form.general .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.general .ezdz-focus {
	border: 3px dotted #ccc;
}

form.general .ezdz-enter {
	border: 3px dotted #ccc;
}

form.general .ezdz-accept {
	border: 3px solid #73b632;
}

form.general .ezdz-reject {
	border: 3px dotted #ccc;
}

form.general 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;
}


/*------------------------------------*\
	Footer
\*------------------------------------*/

footer.main {
	background-color: #9a410e;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}

footer.main a {
	color: #fff;
}

footer.main a:hover {
	color: #ababab;
}


footer.main > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer.main .logo {
	max-width: 140px;
}

footer.main nav.footer ul {
	display: flex;
	list-style: none;
	padding: 0;
}

footer.main nav.footer ul li {
}



footer.main .rrss  {
	margin-right: 10px;
}

footer.main .rrss .container {
	display: flex;
}

footer.main .bookings {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

footer.main .box-icons {
	display: flex;
	align-items: center;
}

footer.main .rrss .container .item-rs {
	width: 23px;
	margin-right: 10px;
}

footer.main nav {
	font-size: 0.7em;
}

footer.main nav li {
	margin-right: 20px;
}

.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;
}
 
.copyright {
	color: #fff;
	margin: 10px 0;
}

footer .logo-footer {
	width: 80px;
	margin: 0 10px 7px 10px;
}


/* ---------------------------------------------- */
/*! 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;
}




/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/


@media only screen and (min-width:1600px) {

}

@media only screen and (min-width:1920px) {

}

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

}

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


	
}

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

	main#home section.intro {
		padding: 1% 0 0 0;
	}

	.logo-home {
		display: block;
	}

	/* burger */
	
	button.ham {
		display: block;
	}
	
	header.main {
		display: none;
	}
	
	.spacer {
		background-color: transparent;
	}
	
	/* Home */
	
	main#home section.intro .box-text .text {
		font-size: 2.4em;
		line-height: 1.1;
	}
	
	main#home section.intro .box-text .inline {
		font-size: 1.3em;
	}
	
	main#home section.products .box-products .product .line,
	main#home section.products .box-products .product .text {
		display: none;
	}
	
	main#home section.products .box-products .product {
		width: 30%;
		padding: 0px 5% 50px;
	}
	
	main#home section.products .box-products .product .title {
		font-size: 1.1em;
	}
	
	
	/* Soluciones (Productos) */
	#product section.intro .box-text h1 {
		font-size: 1.7em;
	}
	
	#product section.intro .box-text .inline {
		font-size: 1.2em;
	}
	
	#product section.signature .featured .title {
		font-size: 1.9em;
	}
	
	#product section.signature .featured .inline {
		font-size: 1.2em;
	}
	
	
	/* Fast Contact */
	
	#fast-contact .box-form > .flex {
		flex-wrap: wrap;
	}
	
	#fast-contact .box-form form {
		width: 100%;
	}
	
	#fast-contact .box-form aside {
		width: 100%;
		padding-left: 0;
	}
	
	
	
	/* Planes y precios */
	#prices section.intro .box-text h1 {
		font-size: 2em;
	}
	
	#prices section.intro .box-text .inline {
		font-size: 1.3em;
	}
	
	#prices .plans-prices .box-tables {
		flex-wrap: wrap;
	}
	
	#prices .plans-prices .box-tables .table {
		margin-bottom: 50px;
	}
	
	
	/* Section info */
	
	section.info .title {
		font-size: 2.5em !important;
	}
	
}


@media only screen and (min-width:1025px) {
		
	header.main.showMenu {
		transform: translateY(-100%);
	}
	
}



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



	
	
	/* footer */
	
	footer.main > .container {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	footer.main .logo {
		margin-bottom: 20px;
	}
	
	.box-copyright {
		flex-wrap: wrap;
	}
	footer.main .box-icons {
		width: 100%;
		justify-content: center;
	}

	footer.main nav.footer ul {
		flex-wrap: wrap;
	}
	
	footer.main nav.footer li {
		width: 100%;
	}
	
	header.main nav.main .menu-item-has-children .sub-menu {
		display: block !important;
		position: relative;
		width: 100%;
	}
	
	header.main nav.main .menu-item-has-children .sub-menu a {
		color: #aabed3;
	}
	
	header.main nav.main .menu-item-has-children .sub-menu li {
		max-width: 100%;
		background: transparent;
		padding: 5px 20px 5px 20px;
		font-size: 0.8em !important;
		text-transform: math-auto;
	}
	
	header.main nav.main .menu-item-has-children .sub-menu:before {
		display: none;
	}
	
	/*
	main#home section.products .box-products .product:nth-child(even) {
		margin-left: 50px;
	}
	
	main#home section.products .box-products .product:nth-child(odd) {
		margin-right: 50px;
	}
		*/	
	
}




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



}









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

	
	
	#fast-contact .box-form form > .flex {
		flex-wrap: wrap;
	}
	
	form#form-fast-contact .flex > div {
		width: 100%;
		margin: 0;
	}
	
	/* Soluciones (Productos) */
	#tutorial section.intro .box-text .line,
	#product section.intro .box-text .line {
		margin: 15px auto !important;
	}
	
	#tutorial section.intro > .container,
	#product section.intro > .container {
		flex-wrap: wrap;
	}
	
	#tutorial section.intro > .container > .box-image,
	#product section.intro > .container > .box-image {
		width: 60%;
		padding: 15% 0;
		margin: 0 auto;
		text-align: center;
	}

	#tutorial section.intro > .container > .box-text,
	#product section.intro > .container > .box-text {
		width: 90%;
		padding: 5% 0;
		margin: 0 auto;
		text-align: center;
	}

	
	#tutorial section.what .box-text > .container,
	#product section.what .box-text > .container {
		flex-wrap: wrap;
	}
	
	#tutorial section.what .box-text > .container > div,
	#tutorial section.what .box-text .box-list,
	#product section.what .box-text > .container > div,
	#product section.what .box-text .box-list {
		width: 100%;
		margin-top: 25px;
	}
	
	#tutorial section.what .box-text .box-list,
	#product section.what .box-text .box-list {
		padding-left: 20px;
	}
	
	#tutorial section.what .box-text > .container,
	#product section.what .box-text > .container {
		padding-bottom: 20px;
	}
	
	#tutorial section.slides .slide,
	#product section.slides .slide {
		flex-wrap: wrap;
	}
	
	#tutorial section.slides .slide > div,
	#product section.slides .slide > div {
		width: 100% !important;
	}
	
	#tutorial section.slides .slide .box-image,
	#product section.slides .slide .box-image {
		margin-bottom: 50px;
	}
	
	#tutorial section.slides .slide .box-text,
	#product section.slides .slide .box-text {
		padding: 0 !important;
		text-align: center !important;
	}
	
	#tutorial section.slides .slide .line,
	#product section.slides .slide .line {
		margin: 0 auto 10px auto !important;
	}
	
	#tutorial section.signature #accordion .accordion,
	#product section.signature #accordion .accordion {
		font-size: 1.2em;
	}
	
	#product section.signature .featured .title {
		font-size: 1.5em;
	}


	/* FAQ */

	main#faq section.faq {
		padding: 50px 0;
	}

	main#faq section.faq h1 {
		font-size: 1.4em;
	}


	
	main#faq section.faq #accordion .accordion {
		font-size: 1.2em;
	}
	
	section.our-products-simple h2 {
		font-size: 1.7em;
	}
	
	/* Home */
	
	main#home section.products .box-products .product {
		width: 54%;
	}
	
	main#home section.products .box-products .product {
		padding: 0px 5% 10px;
	}
	
	
	main#home section.intro {
		overflow: hidden;
	}
	
	main#home section.intro .box-text .logotipo {
		max-width: 180px;
	}
	
	main#home section.intro .box-text .text {
		font-size: 1.8em;
	}
	
	main#home section.intro .box-text {
		padding-left: 3%;
		width: 90%;
	}
	
	main#home section.intro .box-image {
		width: 85%;
		padding-bottom: 20%;
	}
	
	main#home section.intro .box-text .inline {
		font-size: 1.1em;
	}
	
	section.info .title {
		font-size: 1.9em !important;
	}
	
	main#home section.info {
		padding: 50px 0 80px 0;
	}
	
	main#home section.faq #accordion .accordion {
		font-size: 1.3em;
	}
	
	main#home section.intro .divider {
		width: 100%;
		z-index: 2;
		position: relative;
		transform: scale(3) translate(9%,-24%);
	}
	
	
	/* Plans and prices */
	
	#prices section.intro .box-text {
		width: 100%;
	}
	
	#prices .plans-prices .box-tables {
		margin-top: -20px;
	}
	

}

@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
\*------------------------------------*/




