@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?');
  src:  url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?') format('woff'),
    url('../fonts/icomoon/icomoon.svg?#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-pinterest:before {
  content: "\e90f";
}
.icon-google:before {
  content: "\e910";
}
.icon-periscope:before {
  content: "\e907";
}
.icon-flickr:before {
  content: "\e900";
}
.icon-vimeo:before {
  content: "\e913";
}
.icon-skype:before {
  content: "\e902";
}
.icon-foursquare:before {
  content: "\e908";
}
.icon-woman:before {
  content: "\e90a";
}
.icon-man:before {
  content: "\e90b";
}
.icon-telephone:before {
  content: "\e90c";
}
.icon-phone:before {
  content: "\e909";
}
.icon-mail:before {
  content: "\e90e";
}
.icon-whatsapp:before {
  content: "\e90d";
}

*,*:before,*:after{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin:0;padding:0;outline:none;}
html{overflow-y:scroll; overflow-x:hidden;}
article,aside,details,figcaption,figure,footer,header,hgroup,sub,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{color:#333;font-family:'Lato', Arial, Helvetica, sans-serif; font-size:16px; font-weight:400;margin:0;counter-reset:contador;}
a{color:inherit;background:transparent;text-decoration:none}
a:focus{outline:0}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}
pre{white-space:pre-wrap}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0;line-height:0}
img{width:100%}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
.clear{clear:both}
[class^="show"]{display: none}
a,button,a:after,button:after,a:before,button:before,input[type="submit"],button[type="submit"],input[type="reset"],button[type="reset"]{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
a:hover,a:after,button:after,a:before,button:before,button:hover,input[type="submit"]:hover,button[type="submit"]:hover,input[type="reset"]:hover,button[type="reset"]:hover{
	-webkit-transform: opacity(1);
	-moz-transform: opacity(1);
	-ms-transform: opacity(1);
	-o-transform: opacity(1);
	transform: opacity(1)
}
/****************************
COLUMNAS
****************************/
.col-xl-12,
.col-lg-12,
.col-mg-12,
.col-md-12,
.col-mc-12,
.col-ch-12{
	margin: 0;
}

[class^=col-]{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	display:inline-block;
	margin:0 -2px;
	vertical-align:top;
}

.col-xl-1 {width: 8.33333%;}
.col-xl-2 {width: 16.666%;}
.col-xl-3 {width: 25%;}
.col-xl-4 {width: 33.33%;}
.col-xl-5 {width: 41.66667%;}
.col-xl-5-1 {width: 20%;}
.col-xl-6 {width: 50%;}
.col-xl-7 {width: 58.33333%;}
.col-xl-8 {width: 66.66667%;}
.col-xl-9 {width: 75%;}
.col-xl-10 {width: 83.33333%;}
.col-xl-11 {width: 91.66667%;}
.col-xl-12 {width: 100%;}

/**************************************
GENERALES
**************************************/
.contenedor {
	width: 1600px;
	margin: 0px auto;
}

.Cont50-left{
	width: 640px;
	margin-right: 0;
	margin-left: auto;
}

.Cont50-right{
	width: 640px;
	margin-right: auto;
	margin-left: 0;
}

#back{
	position: fixed;
	z-index: 201;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.Titulo{
	display: block;
	text-align: center;
	position: relative;
	padding: 0px 0px 3em;
	text-transform: uppercase;
}

.Titulo *{
	display: inline-block;
	padding: 0 15px;
	font-size: 2.45em;
}

.Titulo * span{
	display: block;
	font-weight: 300;
	color: #333;
	font-size: 0.6em;
	text-transform: none;
}

.Titulo:after{
	content: '';
	z-index: -1;
	width: 100%;
	height: 3px;
	top: 50%;
	left: 0;
	position: static;
	max-width: 400px;
	margin: 15px auto 0px;
	display: block;
}

.Titulo2:after{
	position: absolute;
	max-width: none;
	margin: -1.5px 0 0;
}

.Titulo2 *{
	background: #fff;
}

.Titulo.Titulo3{
	color: #ca0092;
}

.Titulo3:after{
	display: none;
}

/**************************************
HEADER
**************************************/
header{
	position: relative;
	z-index: 201;
}

.Hd-Logo,
.Hd-Navegacion {
	vertical-align: middle;
}

.Hd-Logo a{
	width: 50%;
	max-width: 250px;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	position: relative;
	margin: 0 -2px;
}

.Hd-Logo a:first-child:after{
	content: '';
	position: absolute;
	z-index: -2;
	height: 80%;
	width: 10px;
	top: 10%;
	right: 8px;
	-webkit-box-shadow: 10px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 10px 0px 10px rgba(0,0,0,0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.Hd-Logo a:first-child:before{
	content: '';
	height: 100%;
	position: absolute;
	width: 20px;
	top: 0;
	right: 0px;
	background: white;
	z-index: -1;
}

.Hd-Logo a:last-child{
	max-width: 350px;
}

.Hd-Navegacion{
	padding: 0;
	text-align: right;
}

.Hd-Navegacion ul{
	list-style: none;
	margin-right: -3px;
	display: inline-block;
	line-height: 0;
}

.Hd-Navegacion ul:after{
	content: '';
	display: block;
	clear: both;
	float: none;
}

.Redes-1{
	margin-bottom: -3px;
}

.Redes-1.MasRedes {
	margin-bottom: 0;
}

.Redes-1 > a{
	display: none;
	background: #ffce00;
	cursor: pointer;
}

.Redes-1.MasRedes > a{
	display: inline-block !important;
}

.Redes-1.MasRedes > a,
.Hd-Navegacion li a{
	color: #fff;
	padding: 10px 17px;
	font-size: 1.3em;
	line-height: 170px;
	display: block;
}

.Hd-Navegacion li{
	display: inline-block;
	float: left;
}

.Redes-1 li a,
.Redes-6 li:nth-child(n+1):nth-child(-n+5) a,
.Redes-1.MasRedes li:nth-child(n+1):nth-child(-n+5) a{
	display: none;
}

.Redes-1 li:nth-child(n+1):nth-child(-n+5) a,
.Redes-1.MasRedes li:nth-child(n+1):nth-child(-n+4) a,
.Redes-6.MasRedes li:nth-child(n+5) a{
	display: inline-block;
}

.Hd-Navegacion .Redes-6{
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	max-width: 265px;
}

.Hd-Navegacion .Redes-6 li{
	display: block;
	float: none;
	width: 100%;
}

.Hd-Navegacion .Redes-6 li a{
	line-height: normal;
	width: 100%;
	text-align: center;
}

.Hd-Navegacion .icon-facebook{background: #3b5998}
.Hd-Navegacion .icon-twitter{background: #55acee}
.Hd-Navegacion .icon-linkedin{background: #007bb5}
.Hd-Navegacion .icon-instagram{background: #bc2a8d}
.Hd-Navegacion .icon-youtube{background: #ff0000}
.Hd-Navegacion .icon-pinterest{background: #cb2027}
.Hd-Navegacion .icon-google{background: #dd4b39}
.Hd-Navegacion .icon-periscope{background: #3FA4C4}
.Hd-Navegacion .icon-flickr{
	background: #ff0084;
	background: -moz-linear-gradient(left, rgba(0,99,220,1) 0%, rgba(0,99,220,1) 50%, rgba(255,0,132,1) 50%, rgba(255,0,132,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,99,220,1)), color-stop(50%, rgba(0,99,220,1)), color-stop(50%, rgba(255,0,132,1)), color-stop(100%, rgba(255,0,132,1)));
	background: -webkit-linear-gradient(left, rgba(0,99,220,1) 0%, rgba(0,99,220,1) 50%, rgba(255,0,132,1) 50%, rgba(255,0,132,1) 100%);
	background: -o-linear-gradient(left, rgba(0,99,220,1) 0%, rgba(0,99,220,1) 50%, rgba(255,0,132,1) 50%, rgba(255,0,132,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,99,220,1) 0%, rgba(0,99,220,1) 50%, rgba(255,0,132,1) 50%, rgba(255,0,132,1) 100%);
	background: linear-gradient(to right, rgba(0,99,220,1) 0%, rgba(0,99,220,1) 50%, rgba(255,0,132,1) 50%, rgba(255,0,132,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063dc', endColorstr='#ff0084', GradientType=1 );
}
.Hd-Navegacion .icon-vimeo{background: #aad450}
.Hd-Navegacion .icon-skype{background: #12A5F4}
.Hd-Navegacion .icon-foursquare{background: #0072b1}
.Hd-Navegacion .icon-whatsapp{background: #4dc247}


/**************************************
INDEX
**************************************/
.Slider-Mobil{
	display: none;
}

.H-Nosotros {
	padding: 50px 0;
}

.H-Nosotros figure{
	padding: 15px;
}

.H-Nosotros div{
	vertical-align: middle;
}

.H-Nosotros figure div,
.H-Mosaico figure div{
    overflow: hidden;
}

.H-Nosotros figure div img,
.H-Mosaico figure div img{
	-webkit-transition: transform ease-in-out 0.5s;
	-o-transition: transform ease-in-out 0.5s;
	transition: transform ease-in-out 0.5s;
}

.H-Nosotros figure div img:hover,
.H-Mosaico figure div img:hover{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.H-CuerpoText p{
	text-align: justify;
	-ms-text-align-last: center;
	text-align-last: center;
	margin-bottom: 1em;
}

.H-CuerpoText figure{
	display: block;
	margin: 0 auto 1em;
	max-width: 100px;
	padding: 0;
}

.H-Info .myBlock,
.H-Planes .myBlock{
	height: 350px;
	position: relative;
	color: #fff;
 	position: relative;
 	color: #fff;
}

.myBlock div{
	position: relative;
	z-index: 1;
	display: table;
	width: 100%;
	height: 100%;
}

.myBlock div div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 5;
}

.myBlock img{
	display: block;
	margin: 0 auto 1em;
	max-width: 150px;
}

.myBlock > div:last-child{
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.myBlock > div:last-child:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
}

.myBlock:hover > div:last-child{
	top: 0%;
}

.H-Info .myBlock:nth-child(2n+2) > div:last-child h2,
.H-Planes .myBlock > div:last-child h2{
	color: #fff;
}

.myBlock div:last-child div h2{
	font-size: 3.75em;
	font-weight: 700;
}

.myBlock h2{
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 900;
}

.myBlock h2 span{
	display: block;
	text-transform: none;
	color: #fff !important;
	font-weight: 200;
}

.myBlock small{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-weight: 200;
	font-size: 1.15em;
	margin-bottom: 1em;
	padding: 0 10px;
}

.H-Form{
	padding: 50px 0;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.H-Form figure{
	margin-bottom: 1em;
}

.H-Form img{
	display: inline-block;
	max-width: 150px;
	vertical-align: middle;
}

.H-Form h2{
	font-size: 2.5em;
	text-transform: uppercase;
}

.H-Form h3{
	font-size: 1.85em;
	font-weight: 200;
}

.H-Form form{
	display: block;
	margin: 0 auto;
	max-width: 1280px;
}

.H-Form label{
	text-align: right;
	vertical-align: middle;
}

.H-Form form > div{
	margin: 15px 0px;
}

.H-Form form > div > div{
	vertical-align: middle;
}

.H-Form input,
.H-Form textarea{
	width: 100%;
	border: 0;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.H-Form textarea{
	max-width: 100%;
	height: 70px;
	max-height: 70px;
}

.H-Form ::-webkit-input-placeholder {
  	color: #919191;
}
.H-Form ::-moz-placeholder {
  	color: #919191;
}
.H-Form :-ms-input-placeholder {
  	color: #919191;
}
.H-Form :-moz-placeholder {
  	color: #919191;
}

.Select{
	display: block;
	position: relative;
	padding: 0;
	margin: 10px auto;
	background: #fff;
	padding-left: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.Select:after{
	content: '▾';
	font-size: 1.15em;
	position: absolute;
	right: 0;
	color: #919191;
	top: 50%;
	line-height: 0;
	padding: 0px 10px;
	z-index: 1;
}

.Select select{
	background: transparent;
	border: 0;
	color: #919191;
	font-size: 0.9em;
	height: 39px;
	width: 100%;
	position: relative;
	z-index: 2;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}

.Select select option:first-child{
	display: none;
}

.H-Form .HR{
	display: block;
	width: 100%;
	height: 3px;
}

.H-Capcha,
.Btn-Enviar{
	text-align: left;
}

.Btn-Enviar button{
	border: 0;
	color: #fff;
	padding: 10px 15px;
	font-size: 1.15em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.H-Form small{
	font-weight: 300;
	letter-spacing: 1px;
	opacity: 0.75;
}

.H-Planes .Titulo{
	margin: 3em auto 0;
	max-width: 1280px;
}

.H-Planes .myBlock > div:last-child{
	font-size: 1.5em;
}

.H-Contacto{
	padding: 50px 0;
}

.H-Contacto img{
	display: block;
	margin: 0 auto 2em;
	max-width: 200px;
}

.H-ContactoBloq{
	display: block;
	margin: 0 auto;
	max-width: 1280px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 1.5em;
}

.H-ContactoBloq b,
.H-ContactoBloq strong{
	display: block;
}

.H-ContactoBloq > div{
	position: relative;
	padding: 0 5px;
}

.H-ContactoBloq > div > div{
	height: 100%;
	padding: 100px 10px 75px;
}

.H-ContactoBloq > div > div > i{
	font-size: 3.15em;
	margin-bottom: 15px;
	display: block;
}

.H-ContactoBloq > div:nth-child(1) > div{
	background: #ffba01;
}

.H-ContactoBloq > div:nth-child(2) > div{
	background: #440354;
}

.H-ContactoBloq > div:nth-child(3) > div{
	background: #da4fa7;
}

.H-ContactoBloq > div:nth-child(4) > div{
	background: #ca0092;
}


/**************************************
AVISO DE PRIVACIDAD
**************************************/
.Aviso p{
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.Aviso a{
	color: #333;
}

.Aviso ul{
	list-style: none;
	margin-bottom: 1em;
}

.Aviso ul li{
	font-weight: 700;
}

/**************************************
ERROR 404
**************************************/
.E404{
	display:block;
	margin:30px auto;
	text-align:center;
	max-width:600px;
	border:1px #ccc solid;
	padding:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#333;
	background:rgba(250,250,250,1);
	background:-moz-linear-gradient(top,rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(250,250,250,1)),color-stop(100%,rgba(238,238,238,1)));
	background:-webkit-linear-gradient(top,rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%);
	background:-o-linear-gradient(top,rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%);
	background:-ms-linear-gradient(top,rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%);
	background:linear-gradient(to bottom,rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eeeeee',GradientType=0)
}

.E404 figure{
	margin-bottom:10px;
	padding:20px 0 30px;
	border-bottom:1px solid #ccc;
	text-align:center
}

.E404 figure img{
	max-width: 150px;
	display:inline-block;
	margin: 0 5px;
	/*mix-blend-mode:multiply*/
}

/**************************************
FOOTER
**************************************/
footer{
	display: block;
	width: 100%;
	background: #303030;
	color: #fff;
	font-weight: 300;
}

footer > div{
	padding: 20px 0;
}

footer a{
	display: inline-block;
	padding: 0 5px;
}

.Ft-Contacto{
	text-align: center;
}

.Ft-Redes{
	text-align: right;
}