body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	color:#555555;
	overflow-x: hidden;
}
main,section,article,footer{
	display:block;
	width:100%;
	float:left;
}
.contenedor{
	display:block;
	margin:0 auto;
	width:90%;
}
.contenedor-80{
	display:block;
	margin:0 auto;
	width:80%;
}
.contenedor-1600{
	display:block;
	margin:0 auto;
	width:90%;
	max-width:1600px;
}
.centrar{
	text-align: center;
}
.derecha{
	text-align: right;
}
.row{
	display:block;
	width:100%;
	float:left;
}
.relative{
	position: relative;
}
.full-width{
	width:100%;
	display:block;
}
.vertical-center{
    align-items: center;
    justify-content: center;
}
.flex-container{
	display:flex;
	width:100%;
	flex-flow: row wrap;
}
.flex-10{
	flex:0 0 10%;
}
.flex-15{
	flex:0 0 15%;
}
.flex-16{
	flex:0 0 16.6666%;
}
.flex-20{
	flex:0 0 20%;
}
.flex-25{
	flex:0 0 25%;
}
.flex-30{
	flex:0 0 30%;
}
.flex-33{
	flex:0 0 33.33%;
}
.flex-14{
	flex: 0 0 14.2%;
	margin: 10px 0;
}
.flex-40{
	flex:0 0 40%;
}
.flex-50{
	flex:0 0 50%;
}
.flex-60{
	flex:0 0 60%;
}
.flex-70{
	flex:0 0 70%;
}
.flex-80{
	flex:0 0 80%;
}
.flex-85{
	flex:0 0 85%;
}
.display-flex{
	display:flex;
	flex:0 0 100%;
}
.p-b-10{
	padding-bottom:10px;
}
.p-b-20{
	padding-bottom:20px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-b-40{
	padding-bottom:40px;
}
.p-b-50{
	padding-bottom:50px;
}
.p-t-20{
	padding-top:20px;
}
.p-t-200{
	padding-top:200px;
}
.p-t-10{
	padding-top:10px;
}
.p-t-30{
	padding-top:30px;
}
.p-t-40{
	padding-top:40px;
}
.p-t-50{
	padding-top:50px;
}
.m-r-10{
	margin-right: 10px;
}
.col-10{
	display:inline-block;
	width:10%;
	float:left;
}
.col-20{
	display:inline-block;
	width: 20%;
	float:left;
}
.col-25{
	display:inline-block;
	width: 25%;
	float:left;
}
.col-30{
	display:inline-block;
	width: 30%;
	float:left;
}
.col-33{
	display:inline-block;
	width: 33.3333%;
	float:left;
}
.col-40{
	display:inline-block;
	width: 40%;
	float:left;
}
.col-50{
	display:inline-block;
	width:50%;
	float:left;
}
.col-60{
	display:inline-block;
	width:60%;
	float:left;
}
.col-70{
	display:inline-block;
	width:70%;
	float:left;
}
.col-80{
	display:inline-block;
	width:80%;
	float:left;
}
.col-90{
	display:inline-block;
	width:90%;
	float:left;
}

nav{
	position: fixed;
	top: 0;
	z-index: 10;
	left: 0;
	width: 100%;
	padding: 30px 0 10px 0;
	transition: 0.3s;
}
.logo{
	display: inline-block;
	float: left;
}
header{
	background: #1c1c1c;
	width: 100%;
}
.idiomas{
	color: #ffffff;
	font-size: 24px;
	margin: 0 10px;
	text-decoration: none;
}
.idiomas.activo{
	color: #00bbf2;
}
header video{
	display: block;
	width: 100%;
	height: auto;
}
.menu-p{
	padding: 20px 0;
	font-size: 25px;
}
.menu-p a{
	color: #ffffff;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 5px 10px;
	margin-right: 15px;
	text-transform: uppercase;
}
.menu-p a:before,
.menu-p a:after,
.menu-p a > span:before,
.menu-p a > span:after {
	content: "";
	position: absolute;
	transition: transform 0.5s ease;
}
.effect-1 {
	padding-top: 10px;
	position: relative;
}
.effect-1:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #00bbf2;
  transform: scaleX(0);
}
.effect-1:hover:before {
  transform: scaleX(1);
}
.effect-1.activo{
	color: #00bbf2;
	box-shadow: inset 0 -2px 0 #00bbf2;
}
.effect-1.contacto{
	text-align: right;
	float: right;
}
#servicios{
	padding: 80px 0;
	background: url(../img/back-servicios.jpg) top center no-repeat;
	background-size: 100%;
}
#servicios h2{
	color: #00000a;
	margin: 60px 0 120px 0;
	font-size: 120px;
}
#servicios h2 span{
	color: #00bbf2;
}
#servicios .icon{
	display: block;
	width: 50%;
	margin: 0 auto 20px auto;
}
#servicios .flex-16{
	font-size: 20px;
}
.scroll{
	background: #1c1c1c;
}
#divWrap .oculto{
    display:none;
    opacity:0;
    visibility: hidden;
    transition: 0.3s;
    width: 100%;
}
.boton{
	padding: 20px 0;
	cursor: pointer;
}
.Active.boton{
	background: #00bbf2;
	transition: 0.3s;
	color: #fff;
}
.Active.boton .blanco{fill: #fff !important}
.Active.boton .morado{fill: #fff !important}
.Active.boton .naranja{fill: #fff !important}

#divWrap .Active{
    display:block;
    opacity:1;
    visibility: visible;
    -webkit-animation:fadeUp ease-in-out 0.5s;
    animation:fadeUp ease-in-out 0.5s;
}
.blanco{fill:#FFFFFF;}
.morado{fill:#5C288E;}
.naranja{fill:#FF9100;}
#divWrap{
	display: block;
	width: 100%;
	padding: 80px 0;
	font-size: 20px;
}
#divWrap h3{
	font-size: 100px;
	color: #1C1C1C;
	margin: 0;
}
#divWrap h4{
	font-size: 30px;
	color: #1c1c1c;
}
#divWrap h3 span{
	color: #00BBF2;
}
.rp{
	display: block;
	width: 100%;
}
.descrp-servicios{
	color: #fff;
}
.descrp-servicios h4{
	margin: 0 0 20px 0;
	color: #fff !important;
}
.cita{
	padding: 50px 0;
}
.cita h3{
	color: #5C288E !important;
	font-size: 50px !important;
}
#clientes{
	background-color: #1C1C1C;
	padding: 80px 0 150px 0;
	background-image: url(../img/back-clientes.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#clientes h2{
	font-size: 110px;
	color: #ffffff;
	text-transform: uppercase;
}
#clientes h2 strong{
	text-stroke: 2px #ffffff;
	-webkit-text-stroke: 2px #ffffff;
	font-size: 110px;
	color: #1c1c1c;
}
#clientes h2 span{
	color: #00BBF2;
}
.morado{
	background: transparent;
	transition: 0.3s;
}
.morado:hover{
	background: #5c288e;
}
.azul{
	background: transparent;
	transition: 0.3s;
}
.cazul{
	color: #00bbf2;
}
.cmorado{
	color: #5c288e;
}
.azul:hover{
	background: #00bbf2;
}
.naranja{
	background: transparent;
	transition: 0.3s;
}
.naranja:hover{
	background: #ff9100;
}
.logo-cliente{
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 100px 0;
}
.plus{
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #fff;
}
.tooltip{
	position: absolute;
	top: 93%;
	left: 30px;
	width: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0.1s;
	padding: 20px 0;
	z-index: 2;
}
.logo-test:hover .tooltip{
	opacity: 1;
	visibility: visible;
	
}
.tooltip .flecha{
	position: absolute;
	top: -50px;
	width: 60px;
	right: 2%;
	transition: 0.1s;
	opacity: 0;
	visibility: hidden;
	
}
.logo-test:hover .tooltip .flecha{
	opacity: 1;
	visibility: visible;
	
}
.tooltip .flecha img{
	display: block;
	width: 100%;
}
.morado .tooltip{
	color: #5c288e;
}
.azul .tooltip{
	color: #00bbf2;
}
.naranja .tooltip{
	color: #ff9100;
}
#equipo{
	background-color: #fff;
	padding: 80px 0;
	background-image: url(../img/back-equipo.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#equipo h2{
	font-size: 110px;
	color: #1c1c1c;
	text-transform: uppercase;
}
#equipo h2 strong{
	text-stroke: 2px #1c1c1c;
	-webkit-text-stroke: 2px #1c1c1c;
	font-size: 110px;
	color: #ffffff;
}
#equipo h2 span{
	color: #00BBF2;
}
.colaborador{
	height: 560px;
	width: 80%;
	max-width: 350px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.posicion{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 20px;
	transition: 0.3s;
}
.posicion strong{
	display: block;
	width: 100%;
	text-align: center;
}
.colaborador-descripcion{
	opacity: 0;
	visibility: hidden;	
	display: none;
	transition: 0.3s;
	width: 80%;
	margin: 0 auto;
	height: calc(100% - 20px);
}
.posicion.morado{
	background: rgba(92,40,142,0.8);
	text-align:center;
}
.posicion.naranja{
	background: rgba(255,145,0,0.8);
	text-align:center;
}
.posicion.azul{
	background: rgba(0,187,242,0.8);
	text-align:center;
}
.colaborador:hover .titulo-col{
	display: none;
}
.colaborador:hover .colaborador-descripcion{
	display: block;
	visibility: visible;
	opacity: 1;
}
.colaborador:hover .posicion{
	height: calc(100% - 20px);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #ff9100 !important;

}
#equipo h3{
	font-size: 50px;
	color: #5C288E;
	font-weight: lighter;
	display: block;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
#blog{
	background-color: #000000;
	padding: 80px 0;
	background-image: url(../img/back-blog.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	color: #ccc;
	line-height: 1.5;
}
#blog h2 strong{
	text-stroke: 2px #ffffff;
	-webkit-text-stroke: 2px #ffffff;
	font-size: 110px;
	color: #000000;
	text-transform: uppercase;
}
#blog h2 span{
	color: #00BBF2;
	font-size: 110px;
}
.menu-blog a{
	color: #ffffff;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 10px;
	font-size: 25px;
	text-transform: uppercase;
}
.menu-blog a:before,
.menu-blog a:after,
.menu-blog a:after,
 a > span:before,
.menu-blog a:after,
 a > span:after {
	content: "";
	position: absolute;
	transition: transform 0.5s ease;
}
#podcast{
	background-color: #ffffff;
	padding: 80px 0;
	background-image: url(../img/back-podcast.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#podcast h2 span{
	color: #00BBF2;
	font-size: 110px;
}
#podcast h2 {
	font-size: 110px;
	color: #1c1c1c;
	text-transform: uppercase;
}
#podcast h3{
	font-size: 100px;
	margin: 40px 0 30px 0;
}
#podcast h4{
	font-size: 50px;
	margin: 0;
	font-weight: lighter;
}
.gratis{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	background: #ff9100;
	padding: 10px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.bazul{
	background: #00bbf2;
}
.row.bazul{
	padding: 60px 0;
	font-size: 50px;
	font-weight: lighter;
	text-align: center;
	color: #fff;
}
.row.bazul strong{
	font-weight: bold;
}
.tt-podcast{
	font-size: 35px !important;
	padding-top: 80px;
	text-align: center;
	color: #000;
}
.st-podcast{
	font-size: 22px !important;
	text-align: center;
	color: #000;
	font-weight: lighter;
}
.img-post{
	display: block;
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
}
.post-titulo{
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 20px;
	display: block;
}
#contacto{
	background-color: #000000;
	padding: 80px 0;
	background-image: url(../img/back-contacto.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	color: #ccc;
	line-height: 1.5;
}
#contacto h2{
	font-size: 110px;
	color: #fff;
}
#contacto h2 strong{
	text-stroke: 2px #ffffff;
	-webkit-text-stroke: 2px #ffffff;
	color: #000000;
	text-transform: uppercase;
}
#contacto h2 span{
	color: #00BBF2;
}
footer{
	background: #1c1c1c;
	padding: 80px 0;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
}
footer a{
	color: #fff;
}
footer h4{
	margin:0;
	font-weight: lighter;
	font-size:24px;
}
.logo-footer{
	display: block;
	width: 100px;
}
label{
	display: block;
	margin: 0 0 50px 0;
}
button{
	display: block;
	width: calc(100% - 50px);
	padding: 15px 10px;
	margin: 5px 0;
	background: #00B0E7;
	color: #ffffff;
	border: 0;
	font-size: 30px;
}
input[type=text],input[type=tel],input[type=email]{
	display: block;
	width: calc(100% - 50px);
	padding: 15px 10px;
	margin: 5px 0;
	background: #000;
	color: #ffffff;
}
textarea{
	display: block;
	width: calc(100% - 50px);
	height: 120px;
	padding: 15px 10px;
	margin: 5px 0;
	background: #000;
	color: #ffffff;
	border: 2px solid #00B0E7;
}
input[type=text]{
	border: 2px solid #00B0E7;
}
input[type=tel]{
	border: 2px solid #FF8E00;
}
input[type=email]{
	border: 2px solid #5C2883;
}
input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,textarea{
	outline: none;
}
#menciones{
	padding: 80px 0;
	background: url(../img/back-menciones.jpg) top center no-repeat;
	background-size: 100%;
}
#menciones h2{
	color: #00000a;
	margin: 60px 0 120px 0;
	font-size: 120px;
}
#menciones h2 span{
	color: #00bbf2;
}
.caja-imagen{
	display: block;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;;
}
#menciones h3 a{
	text-decoration: none;
}
#menciones h3{
	margin: 10px 0;
}
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	width: 30px;
	height: 30px;
}
.owl-theme .owl-dots .owl-dot span{
	margin: 0 auto !important;
}
.mantra h3{
	font-size:40px;
	color:#000;
	margin:10px 0;
}
.mantra h4{
	font-size:35px;
	font-weight: lighter;
	margin:10px 0;
	line-height: 1.4;
}
@media screen and (max-width:1200px){
	#podcast h3{
		font-size: 70px;
	}
	.row.bazul{
		font-size: 40px;
	}
}
@media screen and (max-width:1000px){
	.menu-p{
		display: none;
	}
	nav .flex-30{
		flex: 0 0 100%;
	}
	nav .flex-30 .full-width{
		width: 300px;
	}
	nav .flex-70{
		display: none;
	}
	#servicios .flex-16{
		font-size: 14px;
	}
	#divWrap h3{
		font-size: 60px;
	}
	#divWrap h4{
		font-size: 22px;
	}
	#servicios .descrp-servicios .flex-30{
		flex: 0 0 40%;
	}
	#servicios .descrp-servicios .flex-70{
		flex: 0 0 60%;
	}
	.cita h3{
		font-size: 30px !important;
	}
	#clientes h2,#servicios h2,#blog h2, #podcast h2,#menciones h2{
		font-size: 80px;
	}
	footer .flex-50{
		flex: 0 0 100%;
		padding: 50px 0;
		text-align: center;
	}
	.logo-footer{
		display: block;
		margin: 0 auto;
	}
	.flex-40, .flex-60{
		flex: 0 0 100%;
	}
	.col-50{
		width: 100%;
		display: block;
	}
	.mantra .flex-30, .mantra .flex-70{
		flex:0 0 100%;
	}
}
@media screen and (max-width:700px){
	#servicios .flex-16{
		font-size: 12px !important;
	}
	#clientes h2,#servicios h2,#blog h2, #podcast h2,#contacto h2,#menciones h2{
		font-size: 50px;
	}
	#clientes h2 strong,#blog h2 strong{
		font-size: 50px;
	}
	#podcast h3{
		font-size: 50px;
	}
	#podcast h4{
		font-size: 30px;
	}
	.flex-30, .flex-70{
		flex: 0 0 100%;
	}
	#servicios .flex-30 .full-width{
		width: 300px;
	}
	#servicios .descrp-servicios .flex-70,#servicios .descrp-servicios .flex-30{
		flex: 0 0 100%;
	}
	.flex-33{
		flex: 0 0 100%;
	}
	#blog h2 span{
		font-size: 50px;
	}
	#blog .flex-33{
		margin-bottom: 60px;
	}
	.row.bazul{
		font-size: 27px;
	}
	.flex-50{
		flex: 0 0 100%;
	}
	#servicios .flex-16{
		flex: 0 0 33.33%;
	}

}
@media screen and (max-width:600px){
	#divWrap h3,#podcast h3{
		font-size: 30px;
	}
	#divWrap h4{
		font-size: 20px;
	}
	#podcast h2 span, #podcast h2,#contacto h2{
		font-size: 35px;
	}
	.tooltip{
		left: 0;
	}
	nav .flex-30 .full-width{
		width: 180px;
	}
}