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

*/


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



/* lato-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: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-italic - 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: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/lato-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* titillium-web-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: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/titillium-web-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* titillium-web-italic - 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: 'Titillium Web';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/titillium-web-v17-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* titillium-web-600 - 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: 'Titillium Web';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/titillium-web-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* titillium-web-600italic - 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: 'Titillium Web';
	font-style: italic;
	font-weight: 600;
	src: url('fonts/titillium-web-v17-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* titillium-web-700 - 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: 'Titillium Web';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/titillium-web-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* titillium-web-700italic - 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: 'Titillium Web';
	font-style: italic;
	font-weight: 700;
	src: url('fonts/titillium-web-v17-latin-700italic.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: 'Lato', sans-serif;
	line-height: 1.2;
	color: #1b1f30;
	background-color: #ffffff; 
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


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

button {
	background-color: transparent;
} 

h1, h2 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	margin: 0;
	line-height: 1.1;
}



h2, h3, h4, h5, h6 {
	line-height: 1.1;
	color: #bba95a;
	font-weight: 600;
}
 
.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;
}

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

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

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

.btn {
	border: none;
}

.btn-main {
	font-family: 'Titillium Web', sans-serif;
	background-color: #bba95a;
	padding: 2px 30px;
	font-size: 1em;
	color: #fff;
    display: inline-block;
    cursor: pointer;
	line-height: 1.2;
	text-align: center;
	display: inline-flex;
	align-items: center;
	position: relative;
	font-weight: 600;
}


.btn-main:hover {
	color: #fff;
	background-color: #1b1f30;
}




.btn-main-d { 
    background-color: #1b1f30;
    padding: 12px 25px;
    font-size: 1.4em;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border: 0;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-align: center;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 0;
}
.btn-main-d:hover {

}

.btn-main-w {
	background-color: #fff;
	padding: 10px 18px;
	font-size: 1.2em;
	color: #bba95a;
    display: inline-block;
    cursor: pointer;
    border: 0;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.btn-main-w:after {
	opacity: 0;
	transform: translateX(-100%);
	content: '>';
	position: absolute;
	right: 18px;
	color: #000;
}

.btn-main-w:hover:after {
	opacity: 1;
	transform: translateX(0);
}

.btn-main-w:hover {
	padding-right: 40px;
	color: #000;
	background-color: #1b1f30;
}


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

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

}

.parallax-image {
	width: 100%;
}


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




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

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

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

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



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

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

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



/* fade */

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


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


.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);

  }
}




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


.spacer {
	display: block;
	height: 1px;
	width: 100%;
}

header.main.home {
	padding: 50px 0;	
}

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

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

header.main .box-stamp > div{
	max-height: 100px;
	margin-left: 20px;
}

header.main .box-stamp > div.blancco {
	width: 100px;
}

header.main .box-stamp > div.blancco.black {
	display: none;
	width: 100px;
}

header.main.is-sticky .box-stamp > div.blancco {
	display: none;
}

header.main.is-sticky .box-stamp > div.blancco.black {
	display: block;
}

header.main .box-stamp > div.iso {
	width: 30px;
}


header.main .box-stamp > div img{
	max-height: 100%;
}

header.main .logo {
	width: 160px;
}

.logo-after {
	display: none;
}

header.main.home.is-sticky {
	padding: 10px 0;
}

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-header {
	display: flex;
    padding-left: 120px;
	justify-content: space-between;
}
 
header.main .box-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
 
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;
}


header.main .box-menu .button-admin:hover {
	background-color: #555a59;
}

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

header.main nav.main ul.menu  {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

header.main nav.main ul.menu li {
	font-family: 'Titillium Web', sans-serif;
	padding: 6px 17px;
	font-weight: 600;
	font-size: 1.3em;
	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 {
	background-color: #bba95a;
}

header.main nav.main ul.menu li:hover {
	background-color: #817e70;
}

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

header.main.is-sticky nav.main ul.menu li a {
	color: #1b1f30;
}


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


/* is sticky */

header.main.is-sticky  {
	background-color: #fff;
	box-shadow: 0px 3px 10px rgb(50 99 51 / 11%);
    z-index: 99999;
}


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

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


/* languages */

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

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

.languages li.active {
	opacity: 0.4;
}


.box-header {
	background-color: #1e2233;
	position: relative;

}

.box-header::before {    
	content: "";
	background-image: url('img/bg_header4.jpg');
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 1;
}


.box-header .box-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
    min-height: 30vw;
}

.box-header .box-title .container {
	width: 90%;
	max-width: 500px;
	position: relative;
}

.box-header .box-title h1 {
	font-size: 3em;
	color: #fff;
	margin-bottom: 10px;
}

.box-header .box-title  span {
	padding: 0px 0px 0px 0px;
}

.box-header .box-title  span#type-text {
	background-color: #bba95a;
	display: inline-block;
	padding: 0px 7px 0px 7px;
}

.box-header .box-icons {
	display: flex;
}

.box-header .box-icons > div {
	width: 50px;
	margin-right: 10px;
}

.box-header .wave {
	width: 100%;
	position: relative;
}

.box-header .wave img {
	width: 100%;
}



/* intro image */

section.intro-image {
	background-color:#414c48 ;
	clip-path: path('M0,0.219 C0.011,0.248,0.022,0.278,0.032,0.305 C0.061,0.378,0.09,0.452,0.118,0.52 C0.145,0.584,0.172,0.644,0.199,0.7 C0.225,0.753,0.25,0.8,0.276,0.844 C0.296,0.879,0.317,0.909,0.338,0.933 C0.372,0.972,0.405,0.986,0.439,0.964 C0.455,0.953,0.472,0.934,0.488,0.913 C0.516,0.878,0.543,0.809,0.57,0.725 C0.596,0.647,0.621,0.543,0.645,0.437 C0.673,0.319,0.701,0.226,0.73,0.155 C0.753,0.099,0.775,0.059,0.798,0.034 C0.822,0.009,0.846,0,0.869,0.012 C0.906,0.029,0.942,0.09,0.977,0.207 C0.985,0.233,0.992,0.266,1,0.296 C1,0.533,1,0.77,1,1 C0.667,1,0.333,1,0,1 C0,0.744,0,0.481,0,0.219');
	clip-path: url(#clip-path-custom);
}


section.intro-image .box-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
    min-height: 30vw;
}

section.intro-image .box-title .container {
	width: 90%;
	max-width: 500px;
	position: relative;
}

section.intro-image .box-title h1 {
	font-size: 3em;
	color: #fff;
	margin-bottom: 10px;
}

section.intro-image .box-title  span {
	padding: 0px 0px 0px 0px;
}

section.intro-image .box-title  span#type-text {
	background-color: #bba95a;
	display: inline-block;
	padding: 0px 7px 0px 7px;
}

section.intro-image .box-icons {
	display: flex;
}

section.intro-image .box-icons > div {
	width: 50px;
	margin-right: 10px;
}

section.intro-image .wave {
	width: 100%;
}

section.intro-image .wave img {
	width: 100%;
}





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


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

.ham .menuIcon {
	display: block;
	position: relative;
	background: #bba95a;
    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;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: rgb(187 169 90 / 96%);
	transform: translateY(-100%);
	transition: transform 0.2s;
	list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 99;
	overflow-y: auto;
	
}

header.main.burger .logo {
	text-align: center;
	margin: 0 auto 30px auto;
}

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

header.main.burger nav.main ul.menu li.current-menu-item {
	background-color: #fff;
}


header.main.burger nav.main ul.menu li.current-menu-item a {
	color: #1b1f30;
}

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

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

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

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

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

article#post-404 a {
	background-color: #1b1f30;
	color: #fff;
	padding: 0px 10px;
}


/*------------------------------------*\
    Home
\*------------------------------------*/

/* Intro */
main#home section.intro {
	padding: 5% 0;
}

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

main#home section.intro .box-image {
	width: 25%;
}


main#home section.intro .box-text {
	width: 75%;
}

main#home section.intro .logos {
	display: flex;
	align-items: center;
}

main#home section.intro .logos .logo {
	margin-right: 30px;
	max-width: 170px;
}

main#home section.intro .box-text {
	padding-left: 5%;
}

main#home section.intro .box-text > .container {
	width: 90%;
	max-width: 750px;
}

main#home section.intro h2 {
	font-size: 2.4em;
	color: #1b1f30;
	margin-bottom: 10px;
}

main#home section.intro .text {
	font-size: 1.6em;
	margin-bottom: 40px;
}

main#home section.intro h2:before {
    content: '*';
    display: block;
    font-size: 3em;
    color: #a58d23;
    line-height: 0.2;
    margin-left: -50px;
}

/* Servicios */

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


main#home section.services .box-services {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    border-bottom: 2px dotted #1b1f30;
    padding-bottom: 60px;
    margin-bottom: 50px;
}

main#home section.services .box-services .service {
	display: flex;
	position: relative;
	border-top: 2px solid #1b1f30;
	padding: 10% 8%;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(251,251,252,1) 0%, rgba(251,251,252,1) 100%);
}

main#home section.services .box-services .service:hover {
	background: rgb(238,238,240);
	background: linear-gradient(150deg, rgba(238,238,240,1) 0%, rgba(251,251,252,1) 100%);
	color: #1b1f30;
}

main#home section.services .box-services .service .image {
	max-width: 70px;
	width: 100%;
	min-width: 50px;
}

main#home section.services .box-services .service .box-text {
	padding: 0 30px;
}

main#home section.services .box-services .service .title {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 10px;
}

main#home section.services .box-services .service .text {
	font-size: 1.1em;
	font-weight: 100;
	line-height: 1.3;
}


main#home section.services .box-button {
	text-align: center;
}

main#home section.services .box-button a {
	font-size: 1.4em;
}

main#home section.services .box-button a img {
	width: 50px;
	margin-left: 10px;
    margin-right: -7px;
}

/* Gallery */
main#home section.gallery {
	padding: 40px 0 80px 0;
	background-color: #f7f7f7;
}

main#home section.gallery .carousel {
}

main#home section.gallery .carousel img {
	max-width: none;
	
}

main#home section.gallery .carousel .flickity-viewport {
	width: 100%;
}

main#home section.gallery .carousel img {
	display: block;
	height: 30vw;
	padding: 0 1px;
	min-height: 300px;
}

main#home section.gallery .flickity-page-dots {
	
}

main#home section.gallery .flickity-page-dots {
    bottom: -30px;
    z-index: 2;
}

main#home section.gallery flickity-prev-next-button {
	display: none;
}

main#home section.gallery .flickity-page-dots .dot {
    background: #1b1f30 ;
    border: 2px solid #1b1f30 ;
    opacity: 1;
    background-color: transparent ;
    width: 13px;
    height: 13px;
}

main#home section.gallery .flickity-page-dots .dot.is-selected {
	border: none; 
	background-color: #1b1f30;
}



/*------------------------------------*\
   	Por qué iQtec
\*------------------------------------*/

main#porqueiqtec section.principios {
	text-align: center;
}

main#porqueiqtec section.principios h2 {
	color: #fff;
}

main#porqueiqtec section.principios {
	background-color: #bba95a;
	padding: 50px 0;
}

main#porqueiqtec section.principios .icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 0 10px 0;
}

main#porqueiqtec section.principios .icons .icon {
	padding: 20px;
	max-width: 230px;
	text-wrap: pretty;
}
main#porqueiqtec section.principios .icons .icon img {
	max-width: 75px;
	opacity: 0.5;
}


main#porqueiqtec section.experiencia {
	padding: 100px 0 0 0;
	background-image: url('img/bg_faq.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

main#porqueiqtec section.experiencia h2 {
	color: #1b1f30;
    font-size: 2.5em;
}

main#porqueiqtec section.experiencia .box-text {
	text-align: center;
	margin: 0 auto;
	max-width: 700px;
	padding-bottom: 60px;
}

main#porqueiqtec section.experiencia .text {
	    font-size: 1.6em;
}

main#porqueiqtec section.experiencia .icons {
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
    margin: 0 auto;
}

main#porqueiqtec section.experiencia .icons .icon  {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	max-width: 300px;
}

main#porqueiqtec section.experiencia .icons .icon .big  {
	font-size: 6em;
	color: #bba95a;
}

main#porqueiqtec section.experiencia .icons .icon .small  {
	font-size: 1.5em;

}

main#porqueiqtec section.servicios {
	padding-top: 30px;
} 


main#porqueiqtec section.servicios h2 {
	color: #1b1f30;
}

main#porqueiqtec section.servicios > .container {
	display: flex;
}

main.general section.servicios .box-separator {
	width: 30%;
}

main.general section.servicios .box-text {
	width: 70%;
}

main.general section.servicios .box-text .text {
	font-size: 1.4em;
}

main.general section.servicios #accordion .accordion {
	padding: 10px 0 10px 30px;
    margin: 0;
    border-bottom: 1px solid #D3D3D3;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    font-size: 1.4em;
    position: relative;
    line-height: 1.3;
    font-weight: 600;
}

main.general section.servicios #accordion .accordion.ui-state-active {
	border-bottom: 0;
}
 
main.general section.servicios #accordion .panel  {
	padding: 0 0 0px 30px;
	border-bottom: 1px solid #D3D3D3;
	font-size: 0.9em;

}

main.general section.servicios #accordion {
	padding: 30px 0 60px 0;
	width: 70%;
	margin: 0 auto;
}

main.general section.servicios #accordion .panel {
	padding: 10px 30px 30px 30px;
	border-bottom: 1px solid #D3D3D3;
	font-size: 0.9em;
	font-size: 1.2em;
}


main.general section.servicios #accordion .accordion {
	display: flex;
	align-items: center;
}

main.general section.servicios #accordion .accordion .icon {
	width: 40px;
    margin-right: 20px;
}

main.general section.servicios #accordion .accordion:first-of-type {
	border-top: 1px solid #D3D3D3;
}

main.general section.servicios #accordion .accordion:before {
	position: absolute;
	left: 0;
	content: '+';
	margin: 0 10px;
	color: #a58d23;

}

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

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

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

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



/* Intro */
main#servicios section.intro {
	padding: 5% 0;
}

main#servicios section.intro > .container {
	display: flex;
	align-items: center;
	position: relative;
}

main#servicios section.intro .box-image {
	width: 25%;
    position: absolute;
    width: 30%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 850px;
}

main#servicios section.intro .box-image.video {
    height: 100%;
}

main#servicios section.intro .box-image.video .container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

main#servicios section.intro .box-image.video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

main#servicios section.intro .box-text {
	width: 90%;
	padding-left: 40%;

}

main#servicios section.intro .logos {
	display: flex;
	align-items: center;
}

main#servicios section.intro .logos .logo {
	margin-right: 30px;
	max-width: 170px;
}

main#servicios section.intro .box-text {
}

main#servicios section.intro .box-text > .container {
	width: 90%;
	max-width: 750px;
}

main#servicios section.intro h2 {
	font-size: 2.4em;
	color: #1b1f30;
	margin-bottom: 10px;
}

main#servicios section.intro .text {
	font-size: 1.6em;
	margin-bottom: 40px;
}

main#servicios section.intro h2:before {
    content: '*';
    display: block;
    font-size: 3em;
    color: #a58d23;
    line-height: 0.2;
    margin-left: -50px;
}
 
 
main#servicios section.servicio-ppal {
	padding-bottom: 60px;
}
 
main#servicios section.servicio-ppal .bg1 {
	padding: 100px 0 0 0;
	background-image: url('img/bg_faq.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 60px;
	padding-bottom: 100px;
	position: relative;
}

main#servicios section.servicio-ppal .bg1 > .container {
	display: flex;
}

main#servicios section.servicio-ppal .bg1 .icon {
	width: 30%;
	text-align: right;
}

main#servicios section.servicio-ppal .bg1 .icon img {
	max-width: 200px;
	margin-top: -30px;
}

main#servicios section.servicio-ppal .box-text {
	max-width: 650px;
	padding-left: 50px;
	width: 70%;

}

main#servicios section.servicio-ppal .box-text h2 {
	color: #1b1f30;
	font-size: 3em;
	margin-bottom: 10px;
}

main#servicios section.servicio-ppal .box-text .text {
	color: #bba95a;
	font-style: italic;
	font-size: 1.8em;
	margin-bottom: 20px;
}


main#servicios section.servicio-ppal .box-text .inline {
	font-size: 1.4em;
	font-weight: 600;
}

main#servicios section.servicio-ppal .box-text .list {
	list-style: none;
	padding-left: 30px;

}

main#servicios section.servicio-ppal .box-text .list li {
	font-size: 1.3em;
	margin-bottom: 13px;
	position: relative;
}
main#servicios section.servicio-ppal .box-text .list li:before {
    content: '+';
    position: absolute;
    left: -23px;
    font-size: 1.3em;
    margin-top: -2px;
}

main#servicios section.servicio-ppal .arrow {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 80px;
    transform: translate(-50%, 50%) rotate( 45deg );
    left: 50%;
    background-color: #fff;
}
main#servicios section.servicio-ppal .box-soluciones {
	padding-bottom: 40px;
}

main#servicios section.servicio-ppal .box-soluciones > .text {
	font-family: 'Titillium Web', sans-serif;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 100px;
}

main#servicios section.servicio-ppal .box-soluciones #accordion {
	max-width: 700px;
	margin: 0 auto;
}

main#servicios section.servicio-ppal .box-soluciones #accordion .ui-accordion-header {
	display: flex;
	align-items: flex-end;
	padding: 15px 0;
	border-top: 1px solid;
	cursor: pointer;
}

main#servicios section.servicio-ppal .box-soluciones #accordion .ui-accordion-header .number {
	font-size: 2em;
	margin-right: 10px;
	color: #a58d23;
}

main#servicios section.servicio-ppal .box-soluciones #accordion .ui-accordion-header .title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.7em;
	font-weight: 600;
}

main#servicios section.servicio-ppal .box-soluciones #accordion .panel {
	font-size: 1.2em;
	padding: 0 0 20px 60px;
}

/* Servicios */

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

main#servicios section.services > .container > .title {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 2.4em;
    color: #1b1f30;
    margin-bottom: 30px;
	display: flex;
    justify-content: center;
}

main#servicios section.services > .container > .title:before {
	content: '+';
    display: block;
    font-size: 2em;
    color: #a58d23;
    line-height: 0;
    margin-left: -50px;
    padding-right: 10px;
}

main#servicios section.services .box-services {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    border-bottom: 2px dotted #1b1f30;
    padding-bottom: 60px;
    margin-bottom: 50px;
}

main#servicios section.services .box-services .service {
	display: flex;
	position: relative;
	border-top: 2px solid #1b1f30;
	padding: 10% 8%;
	background: rgb(255,255,255);
	cursor: pointer;
	background: linear-gradient(0deg, rgba(251,251,252,1) 0%, rgba(251,251,252,1) 100%);
}

main#servicios section.services .box-services .service:hover {
	background: rgb(238,238,240);
	background: linear-gradient(150deg, rgba(238,238,240,1) 0%, rgba(251,251,252,1) 100%);
	color: #1b1f30;
}

main#servicios section.services .box-services .service .image {
	max-width: 70px;
	width: 100%;
	min-width: 50px;
}

main#servicios section.services .box-services .service .box-text {
	padding: 0 30px;
}

main#servicios section.services .box-services .service .title {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 10px;
}

main#servicios section.services .box-services .service .text {
	font-size: 1.1em;
	font-weight: 100;
	line-height: 1.3;
}


main#servicios .box-button {
	text-align: center;
}

main#servicios .box-button a {
	font-size: 1.4em;
}

main#servicios .box-button a img {
	width: 50px;
	margin-left: 10px;
    margin-right: -7px;
}


 
 
/*------------------------------------*\
   	Certificados
\*------------------------------------*/



/* Intro */
main#certificados section.intro {
	padding: 5% 0;
}

main#certificados section.intro > .container {
	display: flex;
	align-items: center;
	position: relative;
}

main#certificados section.intro .box-image {
	width: 25%;
    position: absolute;
    width: 30%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 850px;
}

main#certificados section.intro .box-image.video {
    height: 100%;
}

main#certificados section.intro .box-image.video .container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

main#certificados section.intro .box-image.video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

main#certificados section.intro .box-text {

}

main#certificados section.intro .logos {
	display: flex;
}

main#certificados section.intro .logos .logo {
	margin-right: 30px;
}

main#certificados section.intro .box-text {
}

main#certificados section.intro .box-text > .container {
	width: 100%;
	max-width:inherit;
}

main#certificados section.intro h2 {
	font-size: 2.4em;
	color: #1b1f30;
	margin-bottom: 10px;
}

main#certificados section.intro .text {
	font-size: 1.3em;
	margin-bottom: 40px;
}


main#certificados section.intro h2:before {
    content: '*';
    display: block;
    font-size: 3em;
    color: #a58d23;
    line-height: 0.2;
    margin-left: -50px;
}
 

main#certificados section.logo {
	text-align: center;
    width: 100%;
    display: block;
    position: relative;
    max-width: 100%;
}
 

main#certificados section.logo img {
	max-width: 200px;
}

main#certificados section.certificados-ppal {
	padding-bottom: 60px;
}
 
main#certificados section.certificados-ppal .bg1 {
	padding: 60px 0 ;
	background-image: url('img/bg_faq.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 60px;
	position: relative;
}

main#certificados section.certificados-ppal .logos {
	display: flex;
	justify-content:space-around;
	align-items: center;
}

main#certificados section.certificados-ppal .logo {
	text-align: center;
}

main#certificados section.certificados-ppal .text2 {
	font-size: 1.1em;
	margin-bottom: 80px;
	text-align: center;
    max-width: 750px;
}

main#certificados section.certificados-ppal .box-soluciones {
	padding-bottom: 40px;
	text-align: center;
}

main#certificados section.certificados-ppal .box-soluciones img {
	max-width: 700px;
	width: 90%;
	margin-bottom: 40px;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

main#certificados section.certificados-ppal .box-soluciones > .text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 80px;
    font-size: 1.1em;
}

main#certificados section.certificados-ppal .box-soluciones > .text2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 40px;
}

main#certificados section.certificados-ppal .box-soluciones #accordion {
	max-width: 700px;
	margin: 0 auto;
}

main#certificados section.certificados-ppal .box-soluciones #accordion .ui-accordion-header {
	display: flex;
	align-items: flex-end;
	padding: 15px 0;
	border-top: 1px solid;
	cursor: pointer;
}

main#certificados section.certificados-ppal .box-soluciones #accordion .ui-accordion-header .number {
	font-size: 2em;
	margin-right: 10px;
	color: #a58d23;
}

main#certificados section.certificados-ppal .box-soluciones #accordion .ui-accordion-header .title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.7em;
	font-weight: 600;
}

main#certificados section.certificados-ppal .box-soluciones #accordion .panel {
	font-size: 1.2em;
	padding: 0 0 20px 60px;
}

/* Servicios */

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

main#certificados section.services > .container > .title {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 2.4em;
    color: #1b1f30;
    margin-bottom: 30px;
	display: flex;
    justify-content: center;
}

main#certificados section.services > .container > .title:before {
	content: '+';
    display: block;
    font-size: 2em;
    color: #a58d23;
    line-height: 0;
    margin-left: -50px;
    padding-right: 10px;
}

main#certificados section.services .box-services {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    border-bottom: 2px dotted #1b1f30;
    padding-bottom: 60px;
    margin-bottom: 50px;
}

main#certificados section.services .box-services .service {
	display: flex;
	position: relative;
	border-top: 2px solid #1b1f30;
	padding: 10% 8%;
	background: rgb(255,255,255);
	cursor: pointer;
	background: linear-gradient(0deg, rgba(251,251,252,1) 0%, rgba(251,251,252,1) 100%);
}

main#certificados section.services .box-services .service:hover {
	background: rgb(238,238,240);
	background: linear-gradient(150deg, rgba(238,238,240,1) 0%, rgba(251,251,252,1) 100%);
	color: #1b1f30;
}

main#certificados section.services .box-services .service .image {
	max-width: 70px;
	width: 100%;
	min-width: 50px;
}

main#certificados section.services .box-services .service .box-text {
	padding: 0 30px;
}

main#certificados section.services .box-services .service .title {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 10px;
}

main#certificados section.services .box-services .service .text {
	font-size: 1.1em;
	font-weight: 100;
	line-height: 1.3;
}


main#certificados .box-button {
	text-align: center;
}

main#certificados .box-button a {
	font-size: 1.4em;
}

main#certificados .box-button a img {
	width: 50px;
	margin-left: 10px;
    margin-right: -7px;
}



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

/* FAQ */

section.faq {
	padding: 60px 0;
	background-image: url('img/bg_faq.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

main#faq section.faq {
	background-image: none;
}

main#faq section.faq .box-button {
	text-align: center;
}

main#faq section.faq .box-button a {
	font-size: 1.4em;
}

main#faq section.faq .box-button a img {
	width: 50px;
	margin-left: 10px;
    margin-right: -7px;
}

section.faq h2 {
	font-size: 2.4em;
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}

section.faq #accordion .accordion {
	padding: 10px 0 10px 30px;
    margin: 0;
    border-bottom: 1px solid #D3D3D3;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    font-size: 1.4em;
    position: relative;
    line-height: 1.3;
    font-weight: 600;
}

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

}

section.faq #accordion {
	padding: 30px 0 40px 0;
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}

section.faq #accordion .panel {
	padding: 10px 30px 30px 30px;
	border-bottom: 1px solid #D3D3D3;
	font-size: 0.9em;
	font-size: 1.2em;
}


section.faq #accordion .accordion:first-of-type {
	border-top: 1px solid #D3D3D3;
}

section.faq #accordion .accordion:before {
	position: absolute;
	left: 0;
	content: '+';
	margin: 0 10px;
	color: #a58d23;

}

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

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

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

main#home section.faq .btn {
	text-align: center;
	font-size: 1.3em;
	width: 100%;
	display: block;
	text-decoration: underline;
}

/*------------------------------------*\
   	General
\*------------------------------------*/


/* Intro */
main.general section.intro {
	padding: 5% 0;
}

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

main.general section.intro .box-image {
	width: 10%;
}


main.general section.intro .box-text {
	width: 90%;
}

main.general section.intro .logos {
	display: flex;
}

main.general section.intro .logos .logo {
	margin-right: 50px;
}

main.general section.intro .box-text {
	padding-left: 5%;
}

main.general section.intro .box-text > .container {
	width: 90%;
	max-width: 750px;
}

main.general section.intro h2 {
	font-size: 2.4em;
	color: #1b1f30;
	margin-bottom: 10px;
}

main.general section.intro .text {
	font-size: 1.6em;
	margin-bottom: 40px;
}

main.general section.intro h2:before {
    content: '*';
    display: block;
    font-size: 3em;
    color: #a58d23;
    line-height: 0.2;
    margin-left: -50px;
}



/*------------------------------------*\
    Contacto
\*------------------------------------*/

main#contacto section.intro {
	padding: 60px 0 0 0;
}

main#contacto section.intro .container {
	padding-bottom: 60px;
}

main#contacto section.intro h1 {
	font-size: 2.2em;
	margin-bottom: 10px;
}

main#contacto section.intro .text {
	font-size: 1.3em;
    max-width: 650px;
    padding-bottom: 30px;
}

main#contacto section.intro .btn-main {
	padding: 10px 30px
}

main#contacto section.intro .box-button {
}

main#contacto section.intro .box-button a {
	font-size: 1.4em;
}

main#contacto section.intro .box-button a img {
	width: 50px;
	margin-left: 10px;
    margin-right: -7px;
}


main#contacto section.intro h1:before {
    content: '*';
    display: block;
    font-size: 3em;
    color: #a58d23;
    line-height: 0.2;
    margin-left: -40px;
}

main#contacto section.intro .box-map #google-maps {
	height: 400px;
	width: 100%;
}



/*------------------------------------*\
    Fast contact
\*------------------------------------*/

section.contact-form.fast-contact {
    background-color: #bba95a;
    background-image: url('img/bg_fast_contact.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0 0;
}

section.contact-form.fast-contact h3 {
	color: #1b1f30;
	font-size: 2.2em;
	margin-bottom: 10px;
}

section.contact-form.fast-contact h4 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
    margin: 0 0 40px;
}

section.contact-form.fast-contact .main-label {
    font-size: 1.4em;
    margin-bottom: 10px;
    display: block;
    padding: 0 10px;
}

.fast-contact form#contact {
	width: 70%;
}

.fast-contact aside {
	width: 30%;
	padding: 30px 0 0 50px;
}

.fast-contact aside a:hover {
	color: #fff;
}

.fast-contact aside .box-item {
	margin-bottom: 25px;
}

.fast-contact aside .box-item .title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 5px;
}

.fast-contact aside .box-item .text {
	font-size: 1.3em;
}

form#contact .flex > div {
	width: 50%;
	margin: 0 20px;
}

form#contact .flex > div:first-of-type {
	margin-left: 0;
}

form#contact .flex > div:last-of-type {
	margin-right: 0;
}

form#contact ::-webkit-input-placeholder { /* Edge */
	color: #8ba78b;
}

form#contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8ba78b;
}

form#contact ::placeholder {
	color: #8ba78b;
}


.fast-contact form.general .campo-lopd {

}

.fast-contact  form.general .campo-lopd a {
    color: #fff;
}


.fast-contact .submit {
	display: inline-flex;
	cursor: pointer;
	margin: 20px 0 30px 0;
}


.fast-contact .icon-send {
	background-color: #1b1f30;
    padding: 12px 20px 0 0;
}

.fast-contact .submit:hover .icon-send {
    padding: 12px 20px 0 5px;
}

.fast-contact .submit .btn-main-d {
	padding: 12px 11px 12px 25px;
}

.fast-contact .icon-send img {
	width: 30px;
}

.fast-contact .protection-data-text {
	background-color: #494c59;
	color: #fff;
	padding: 30px 0;
}
.fast-contact .protection-data-text .title {
    font-size: 1.4em;
    margin: 10px 0;
}

.fast-contact .protection-data-text .text {
	font-size: 0.9em;
}

.fast-contact .protection-data-text a {
    color: #1b1f30;
}



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

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

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

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

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

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

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

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

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

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

.popup-entrada {
	display: none;
}

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

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

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

.prev-next {
	display: flex;
}

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

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

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


/*------------------------------------*\
    Single
\*------------------------------------*/

.wp-block-search .wp-block-search__label {
	width: auto;
}

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


/*------------------------------------*\
    Category
\*------------------------------------*/


main.category h2 {
	font-size: 2em;
}

main.category h2 a {
	color: #bba95a;
}

main.category article {
	margin-bottom: 80px;
}

main.category .box-thumbnail {
	border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}


/*------------------------------------*\
    Sidebar
\*------------------------------------*/

aside.sidebar h3 {
	color: #bba95a;
}

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

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



/*------------------------------------*\
    BLOG
\*------------------------------------*/

.social-box {
    display: block;
    margin: 20px 0 40px;
}

.social-box:last-of-type {
    margin: 0 0 40px;
}

.social-btn {
    display: block;
    width: 100%;
}

a.col-2.sbtn span {
    display: none;
}

a.col-1.sbtn {
    width: 180px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    margin: 0 0.5% 0 0;
    font-size: 15px;
}

a.col-1.sbtn span {
    margin: 0 0 0 15px;
}

a.col-2.sbtn {
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 5px;
    color: #fff;
    margin: 0 0.5% 0 0;
    line-height: 1.825 !important;
    width: 40px;
}


/* Related posts */

.related-posts {
	display: flex;
}



.related-posts > div {
	width: 25%;
	margin: 0 20px;
}



.related-posts > div:first-of-type {
	margin-left: 0;
}

.related-posts > div:last-of-type {
	margin-right: 0;
}



/********************************
////// Important
*******************************/

.social-btn a:last-of-type {
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    a.col-1.sbtn {
        width: 180px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        padding: 10px;
        color: #fff;
        margin: 0 0.5% 0 0;
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    a.col-1.sbtn {
        width: 46px;
    }

    a.col-1.sbtn span {
        display: none;
    }
}


/*------------------------------------*\
    General
\*------------------------------------*/

main.general {
	padding: 60px 0 0 0;
}

main.general .logo {
	max-width: 200px;
	margin-bottom: 40px;
}

main.general h1 {
	font-size: 2.3em;
	color: #bba95a;
	margin: 10px 0 20px 0;
}

main.general h2 {
	font-size: 2em;
}

main.general h2 a {
	color: #bba95a;
}

main.general .wrapper section {
	width: 70%;
	margin-right: 10%;
}

main.general aside {
	width: 30%;
}

main.general .box-details:after {
	content: '';
    display: block;
    background-color: #bba95a;
    width: 60px;
    height: 6px;
    margin: 15px 0;
}

main.general .box-details a {
	color: #bba95a;
	text-decoration: underline;
}

main.general article {
	margin-bottom: 80px;
}

main.general .box-thumbnail {
    overflow: hidden;
    margin-bottom: 20px;
}



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

::selection {
	background:#1b1f30;
	color:#fff;
	text-shadow:none;
}
::-webkit-selection {
	background:#1b1f30;
	color:#fff;
	text-shadow:none;
}
::-moz-selection {
	background:#1b1f30;
	color:#fff;
	text-shadow:none;
}

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

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

.btn.btn-featured-news {
	color: #bba95a;
	padding-left: 10px;
	text-decoration: underline;
	font-weight: 700;
}

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


/* paginacion - pagination */

.pagination {
	text-align: center;
	padding: 0 0 40px 0;
}

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

.pagination .page-numbers.current {
	background-color: #bba95a;
	color: #fff;
}

.pagination .page-numbers.current a {
}

.pagination .next {
	
}


/* Comentarios */

#comments {
	margin-top: 30px;
}

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

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

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

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

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

.comments ul li .children .comment-author-admin {
	border: 1px solid #c4b9aa;
}

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

.comments ul li .children:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #c4b9aa;
	border-bottom: 1px solid #c4b9aa;
	position: absolute;
	left: -20px;
	top: 0px;
}

.comments ul li.comment-author-admin:before {
	content: 'Admin';
    background-color: #c4b9aa;
    color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    right: 4rem;
    padding: 0.1em 1em;
}

.vcard {
	font-size: 1.6em;
}

.vcard img {
	width: 35px;
	height: 35px;
}

.comments ul li.comment-author-admin {
    background-color: #395771;
    color: #fff;
}

.comment-author-admin .reply a {
	    background-color: #fff;
}

.commentmetadata {
	margin-bottom: 10px;
	font-size: 0.8em;
	color: #8b8379;
}

.commentmetadata a {
	color: #8b8379;
}

.reply a {
    padding: 5px 10px;
    display: inline-block;
    background-color: #395771;
    color: #fff;
}

span.comments {
    float: right;
}

.comment-form p label {
	width: 100%;
	display: block;	
}

.comment-form textarea {
    width: 100%;
    border: none;
    background-color: #fff;
    font-size: 1.1em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0.4em 0.7em;
    outline:none;
    border: 1px solid #cecece;
}

p.comment-form-comment label,
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
	font-size: 1.2em;
}

p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input {
	width: 100%;
	border: 1px solid #cecece;
    background-color: #fff;
    font-size: 1.1em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0.4em 0.7em;
}

p.comment-form-email input,
p.comment-form-url input {
	padding-right: 3em;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
	width: 100%;
}

h3.comment-reply-title {
	font-size: 2em;
	margin-bottom: 0;
}

.form-submit input.submit {
	font-size: 1em;
	background-color: #bba95a;
	border: 0;
	color: #fff;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
}

.form-submit input.submit:hover {
	background-color: #1b1f30;
	color: #000;
	cursor: pointer;
}

.comments li.byuser {
	background-color: #d9e5ef;
}

#respond {
	margin-top: 20px;
}


/*------------------------------------*\
    Formularios
\*------------------------------------*/


.fast-contact form#contact .flex > div {
	width: 100%;
	margin: 0;
}


.fast-contact form#contact {
	width: 100%;
}
.fast-contact form#contact .bloque {
	display: flex;

}

.fast-contact form#contact .bloque > div {
	width: 50%;
}

.fast-contact form#contact .bloque > div:nth-child(1) {
	margin-right: 10px;
}

.fast-contact form#contact .bloque > div:nth-child(2) {
	margin-left: 10px;
}


.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: #bba95a;
}

/* 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: 50px;
    border: 0px;
    background-color: #fff;
    font-size: 1.2em;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding: 6px;
    width: 100%;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	color: #292728 !important;
	font-weight: 300;
    
}

form.general .campo:disabled {
	color: #a5a5a5 !important;
}

form.general.contact select.campo {
    height: 50px;
}

form.general.contact .campo {
	height: 50px;
    border: 0px;
    font-size: 1.4em;
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding: 6px;
    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;
    height: auto;
}

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;
    display: none;
}

#statusmail .success {
	background-color: #668a44;
}

#statusmail .error {
	background-color: tomato;
	
}

.form-loading {
    display: inline-block;
    width: 28px;
    margin: 0 15px;
}

/* 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: #1b1f30;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	
}

footer.main a {
	color: #fff;
}

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


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

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

footer.main .logo-landscape {
	max-width: 100px;
	width: 90%;
}

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

footer.main nav.footer ul li {
	margin: 10px;
}



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


.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 {
	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%);
	display: none;
}

.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) {

	header.main nav.main ul.menu li {
		padding: 12px 10px;
	}
	
	.btn-main {
		font-size: 1em;
	}


}

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

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

	.box-header::before {    
		opacity: 0.7;
	}

	.logo-after {
		display: block;
		width: 180px;
		margin: 70px auto 10px;
		position: relative;
		z-index: 1;
	}




	/* burger */
	
	button.ham {
		display: block;
	}
	
	header.main {
		display: none;
	}
	
	.spacer {
		background-color: transparent;
	}
	
	main#porqueiqtec section.experiencia .icons .icon .big {
	    font-size: 4em;
	}
	
	main#porqueiqtec section.experiencia .icons {
		flex-wrap: wrap;
	}
	
	main#porqueiqtec section.experiencia .icons .icon {
		width: 100%;
		max-width: none;
		margin-bottom: 40px;
	}
	
	main#porqueiqtec section.experiencia .box-text {
		padding-bottom: 20px;
	}
	
	main#home section.services .box-services .service {
		flex-wrap: wrap;
		text-align: center;
		padding: 6%;
	}
	
	main#home section.services .box-services .service .image {
		max-width: 100px;
	    margin: 0 auto;
	    padding-bottom: 10px;
	}
	
		
}


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

	
}



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


	main.general section.intro .logos {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	main.general section.intro .logos .logo {
		width: 100% !important;
		max-width: none !important;
	}



	.box-header::before {    
		opacity: 0.6;
	}

    main#servicios section.services .box-services,
	main#home section.services .box-services {
	    grid-template-columns: repeat(2, 1fr);
	}
	

	.box-header .box-title h1 {
		font-size: 2em;
		text-align: center;

	}

	.box-header .box-icons {
		justify-content: center;
	}
	

	main#home section.gallery .flickity-page-dots {
		display: none;
	}

	/* 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%;
	}
	
	
		section.contact-form.fast-contact {
	    padding: 10px 0 0 0;
	}
	
	
	.fast-contact .box-form .flex {
		flex-wrap: wrap;
	}



	section.contact-form.fast-contact h4 {
	    font-size: 1.3em;
	}
	
	section.contact-form.fast-contact h3 {
	    font-size: 1.9em;
	}
	
	form.general .campo-lopd {
	    font-size: 1.3em;
	}
	
	.fast-contact aside {
		width: 100%;
		padding: 0 0 20px 0;
	}
	
	.fast-contact .icon-send {
		display: none;
	}
	
	
	main.general aside,
	main.general .wrapper section {
		width: 100%;
	}
	
	main#servicios section.intro > .container {
	    flex-wrap: wrap;
	}
	
	main#servicios section.intro .box-image {
		position: relative;
		width: 100%;
		transform: none;
		max-width: none;
		left: 0;
		top: 0;
		margin-bottom: 40px;

	}
	
	main#servicios section.intro .box-image.video video {
		position: relative;
		width: 100%;
		transform: none;
		max-width: none;
		left: 0;
		top: 0;
	}
	
	main#servicios section.intro .box-text {
	    width: 90%;
	    padding-left: 10%;
	}
	
	main#servicios section.servicio-ppal .bg1 > .container {
	    flex-wrap: wrap;
	}
	
	main#servicios section.servicio-ppal .bg1 .icon {
	    width: 100%;
	    text-align: left;
	    padding-left: 7%;
	}
	
	main#servicios section.servicio-ppal .box-text {
	    padding-left: 7%;
	    width: 90%;
	}
	
	
	
	.related-posts {
		flex-wrap: wrap;
	}
	
	.related-posts > div {
		width: 100%;
		margin: 0 0 50px 0;
		
	}



	main#certificados section.intro .flex {
		flex-wrap: wrap;
	}

	main#certificados section.intro .text2 {
		padding-left: 0;
	}

	main#certificados section.certificados-ppal .logos {
		flex-wrap: wrap;
	}

	main.general .logo img {
		max-width: 250px;
		margin: 0 auto;
	}

	main.general .logo {
		width: 100%;
		max-width: none;
	}

}



@media only screen and (max-width: 650px) {
	
	.fast-contact form#contact .bloque {
		display: block

	}

	.fast-contact form#contact .bloque > div {
		width: 100%;
	}

	.fast-contact form#contact .bloque > div:nth-child(1) {
		margin-right: 0px;
	}

	.fast-contact form#contact .bloque > div:nth-child(2) {
		margin-left: 0px;
	}


    main#home section.intro > .container {
	    flex-wrap: wrap;
	    flex-direction: column-reverse;
	}
	
	main#home section.intro .box-image {
		width: 100%;
		padding: 40px 0;
	}
	
	main#home section.intro .box-text {
		width: 90%;
	}
	
    main#servicios section.services .box-services,
	main#home section.services .box-services {
	    grid-template-columns: repeat(1, 1fr);
	}
	
	main.general section.servicios .box-separator {
		width: 0;
	}
	
	main.general section.servicios .box-text,
	main.general section.servicios #accordion {
		width: 100%;
	}

	main#porqueiqtec section.principios .icons .icon {
		width: 100%;
		max-width: 100%;
	}



}





@media only screen and (max-width:480px) {
	
	/* contacto */
	
	main.general .flex {
		flex-wrap: wrap;
	}

	.box-header .box-title h1 {
		font-size: 2em;
	}



	main#home section.intro h2 {
    	font-size: 1.8em;
    	margin-top: 20px;
    }

	main#home section.intro h2:before {
		margin-left: -28px;
	}

    main#home section.intro .text {
	    font-size: 1.2em;
    }
    

}

@media only screen and (max-width:414px) {
	.box-header .box-title h1 {
		font-size: 1.9em;
	}

	.box-header .box-icons > div {
	    width: 35px;
	}
	

    
    main#home section.intro h2:before {
	    margin-left: 0;
    }
    


	main#home section.services .box-services .service {
		flex-wrap: wrap;
		text-align: center;
		padding: 6%;
	}
	
	main#home section.services .box-services .service .image {
		max-width: 100px;
	    margin: 0 auto;
	    padding-bottom: 10px;
	}
	
	main#home section.services .box-services .service .box-text {
		padding: 0;
	}
	

	
	main#home section.gallery .flickity-page-dots {
		display: none;
	}
	
	
	footer.main > .container nav{
		width: 100%;
	}
	

}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    Cambios SEO
\*------------------------------------*/




