/* RESET CSS */
* { margin:0; padding:0; border:0; }
a { text-decoration: none; }
a , img { display: block; }
p a { display: inline; }
li{ list-style-type: none; }
a:link { text-decoration: none }
a:hover { text-decoration: none }
a:visited { text-decoration: none }
h2 { font-weight: 200; font-size: 50px;	color: #646464;	line-height: 60px; margin-top: 57px; margin-bottom: 31px; }
h3 { font-size: 30px; color: #FFFFFF; font-weight: 400; margin-bottom: 24px}



.clear { clear:both; }
.slider *::selection { background: transparent; }




::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    /*background: #89CCE2;*/
    background-color: black;
}
::-webkit-scrollbar-track {
    background: #efefef;
}
.bg-green{ background-color: rgba(203,233,42,0.8); width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; transition: all .3s ease;opacity: 0;}
.bg-orange{ background-color: rgba(249,187,31,0.8); width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; transition: all .3s ease;opacity: 0;}
.bg-red{ background-color: rgba(236,103,85,0.8); width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; transition: all .3s ease;opacity: 0;}
.bg-blue{ background-color: rgba(137,204,226,0.8); width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; transition: all .3s ease;opacity: 0;}
.medium{ font-weight: 500; }
a.contact, button.contact{
	width: 180px;
	/* border: 5px solid #FF6755;*/
	border: 5px solid #CDE12A;
	border-radius: 50px;
	font-weight: 700;
	/* color: #FF6755;*/
	color: #CDE12A;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 0;
	transition: all .3s ease;
	    margin: 20px 0px;
	cursor: pointer;
	background-color: white;
}
a.contact:hover, button.contact:hover{
	letter-spacing: 1.5px;
}




/************* SHARE BUTTON *************/
.share-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 3px 10px 2px 8px;
  margin: 10px;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.share-button:hover {
  color: #fff;
  background-color: #4f4f4f;
}

.share-button:active {
  top: 1px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}

.share-button svg {
  fill: #ffffff;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
.share-button.linkedin { background-color: #0077B5; }
.share-button.linkedin:hover { background-color: #1e84b9; }
/************* SHARE BUTTON *************/






html {
  overflow-x: hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  /*Definir mejor las letras y que no se vean borrosas*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*Fin definir las letras*/
  overflow: hidden;
}

header{
	width: 100%;
	height: 96px;
	background-color: transparent;
	/*position: fixed;*/
	position: relative;
	z-index: 2;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-color: #FFF;
}
	.menu-icon{
		width: 29px;
		position: absolute;
		top: 34%;
		left: 5%;
		cursor: pointer;
	}
	.menu-icon img{
		width: 100%;
	}	
	header .logo{
		width: 110px;
		display: block !important;
	}
	header .logo img{
		width: 100%;
	}
	header .custom-area{
		width: 66px;
		position: absolute;
		top: 23%;
		right: 5.1%;
		cursor: pointer;
		display: flex;
		align-items: center;
		margin-top: 15px;
	}
	.custom-area img{
		width: 24px;
		margin: 0 auto;
	}
	.custom-area p{
		width: 100%;
	    font-size: 9px;
	    color: #4D4D4D;
	    text-align: left;
	    line-height: 10px;
	    text-transform: uppercase;
	    margin-top: 1px;
	    margin-left: 5px;
	    letter-spacing: 1px;
	    font-weight: 700;
	}
	.content-menu{
		width: 100%;
		height: 100%;
		background-color: #CBDF2A;
		display: -webkit-box;
	    display: -ms-flexbox;
	    /*display: flex;*/
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
		display: none;
	}
	.content-menu img.close-icon{
		width: 23px;
		position: absolute;
		top: 3.5%;
		left: 5%;
		cursor: pointer;
	}
	.content-menu img.logo{
		width: 128px;
		position: absolute;
		top: 5%;
		left: 50%;
		margin-left: -64px;
	}
	.content-menu ul{ 
		width: 80%;
	}
	.content-menu ul li{
		text-align: center;
		font-size: 40px;
		padding: 24px 0px;
	}
	/*.content-menu ul li:nth-child(odd) {
	    font-weight: 300;
	}
	.content-menu ul li:nth-child(even) {
	    font-weight: 700;
	}*/
	.content-menu ul li a{
		color: white;
		transition: all .3s ease;
		font-weight: 300;
	}
	.content-menu ul li a:hover{
		transform: scale(1.05);
		font-weight: 700;
	}
	.content-menu .rrss{
		position: absolute;
		bottom: 5%;
    	left: 50%;
    	/*margin-left: -72.67px; Para cuando estan los 3 iconos*/
    	margin-left: -22.5px;
	}
	.content-menu .rrss a {
		display: inline-block;
		padding: 0px 10px;
	}



section{
	width: 100%;
	/*min-height: 768px;*/
}
section.homehead{
	/*min-height: 768px;*/
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}	
	.homehead video{
		width: 100%;
		max-width: 1440px;
	}
	.homehead #touchlogo{
		width: 80%;
		max-width: 817px;
		display: block;
	}
	.blog{
		width: 60px;
		height: 60px;
		border: 4px solid #C8C8C8;
		border-radius: 60px;
		position: absolute;
		top: 50%;
		right: 5%;
		cursor: pointer;
		z-index: 1;
	}
	.blog p{
		width: 100%;
		text-align: center;
		color: #C8C8C8;
		margin-top: 18px;
	}
	.scroll-icon{
		position: absolute;
		bottom: 5%;
    	left: 50%;
    	margin-left: -4px;
	}
	.content-blog-menu-right{
		width: 50%;
		max-width: 415px;
	    height: 100%;
	    z-index: 99999;
	    background-color: #89CCE2;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    /*display: flex; */
	    display: none;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    position: fixed;
	    top: 0;
	    right: 0;
	    z-index: 2;
		background-image: url("../img/mountain.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	.content-blog-menu-right p:nth-child(1){
		font-weight: 700;
		font-size: 30px;
		color: #FFFFFF;
		text-align: center;
		position: absolute;
		top: 2.1%;
		left: 5%;
		z-index: 4;
	}
	.content-blog-menu-right img.close-blog-menu-right{
		width: 19px;
		position: absolute;
		top: 3.5%;
		right: 5%;
		cursor: pointer;
		z-index: 4;
	}
	.content-blog-menu-right .content-text{
		z-index: 4;
		margin: 0% 5% 0 0;
		position: absolute;
		bottom: 5%;
		left: 5%;
	}
	.content-blog-menu-right h3{
		z-index: 4;
	}
	.content-blog-menu-right p{
		z-index: 4;
		color: white;
		font-weight: 300;
		font-size: 18px;
		color: #FFFFFF;
		margin-bottom: 24px;
	}
	.content-blog-menu-right img{
		float: right;
	}

section.slider-home01{
	width: 100%;
	height: 520px;
	margin: 0 auto;
	background-color: lightyellow;
}
	.slider-home01 .slick-dots{
		bottom: 10px;
	}
	.slider-home01 .slick-dots li button:before{
		font-size: 26px;
		color: white;
	}
	.slider-home01 .slick-dots li.slick-active button:before{
		color: white;
	}
	.slider-home01 .container-info{
		display: flex !important;
		align-items: stretch;
		position: relative;
		height: 520px;
	}
	.slider-home01 .slide01{
		background: rgba(203, 223, 42, 1);
		/*background: -moz-linear-gradient(-45deg, rgba(207,226,63,1) 0%, rgba(137,204,226,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(207,226,63,1)), color-stop(100%, rgba(137,204,226,1)));
		background: -webkit-linear-gradient(-45deg, rgba(207,226,63,1) 0%, rgba(137,204,226,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(207,226,63,1) 0%, rgba(137,204,226,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(207,226,63,1) 0%, rgba(137,204,226,1) 100%);
		background: linear-gradient(135deg, rgba(207,226,63,1) 0%, rgba(137,204,226,1) 100%);*/
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe23f', endColorstr='#89cce2', GradientType=1 );
	}
	.slider-home01 .slide02{
		background: rgba(252,234,187,1);
		background: -moz-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(237,172,7,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(100%, rgba(237,172,7,1)));
		background: -webkit-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(237,172,7,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(237,172,7,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(237,172,7,1) 100%);
		background: linear-gradient(135deg, rgba(234,234,234,1) 0%, rgba(178,178,178,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#edac07', GradientType=1 );
	}
	.slider-home01 .slide03{
		background: rgba(183,222,237,1);
		background: -moz-linear-gradient(-45deg, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(100%, rgba(33,180,226,1)));
		background: -webkit-linear-gradient(-45deg, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(183,222,237,1) 0%, rgba(33,180,226,1) 100%);
		background: linear-gradient(135deg, rgba(59,61,61,100) 0%, rgba(15,15,15,100) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#21b4e2', GradientType=1 );
	}
	.slider-home01 .container-info .container-img{
		width: 50%;
		display: flex;
		align-items: flex-end;
	}
	.slider-home01 .container-info .center{
		align-items: center;
	}
	.slider-home01 .container-info .container-img img{
		margin: 0 auto;
		width: auto;
		max-width: 100%;
	}
	.slider-home01 .container-info .container-text{
		width: 50%;
		max-width: 460px;
		display: flex;
	}
	.slider-home01 .container-info .container-text >div{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.slider-home01 .container-info .container-text h2{
		font-weight: 700;
		font-size: 56px;
		color: #FFFFFF;
		letter-spacing: -0.05px;
		line-height: 56px;
		margin-top: 0;
	}
	.slider-home01 .container-info .container-text p, .slider-home01 .container-info .container-text h1{
		font-weight: 400;
		font-size: 20px;
		color: #FFFFFF;
		letter-spacing: -0.02px;
	}
	.slider-home01 .container-info .container-text h1{
		margin: 0;
	}
	.slider-home01 .container-info .container-text .cta{
		font-weight: 700;
		font-size: 24px;
		color: #FFF;
		letter-spacing: -0.02px;
		border: 3px solid #FFF;
		border-radius: 50px;
		width: 250px;
		text-align: center;
		padding: 10px 0;
		margin-top: 30px;
		transition: all .3s ease;
	}
	.slider-home01 .container-info .container-text .cta:hover{
		color: #FF6755;
		border: 3px solid #FF6755;
	}

section.whatwe{
	max-width: 1440px;
	margin: 30px auto;
	display: flex;
}	
	.wedo{
		width: 50%;
		max-height: 688px;
		float: left;
		overflow: hidden;
		position: relative;
	}
	.wedo img{
		width: 100%;
	}
	.weare{
		width: 50%;
		float: left;
		position: relative;
		max-height: 688px;
		overflow: hidden;
		/*display: flex;*/
	}
	.weare div.slider{
		width: 100%;
		overflow: hidden;
	}
	.weare div.slider ul{
		display: flex;
		width: 1100%;
		animation: cambio 30s infinite;
		animation-timing-function: ease;
	}
	.weare div.slider ul li{
		width: 100%;
	}

	.weare div.slider ul li img{
		width: 100%;
	}
	@keyframes cambio{
		0% { margin-left: 0; }
		8% { margin-left: 0; }

		10% { margin-left: -100%; }
		18% { margin-left: -100%; }

		20% { margin-left: -200%; }
		28% { margin-left: -200%; }

		30% { margin-left: -300%; }
		38% { margin-left: -300%; }

		40% { margin-left: -400%; }
		48% { margin-left: -400%; }

		50% { margin-left: -500%; }
		58% { margin-left: -500%; }

		60% { margin-left: -600%; }
		68% { margin-left: -600%; }

		70% { margin-left: -700%; }
		78% { margin-left: -700%; }

		80% { margin-left: -800%; }
		88% { margin-left: -800%; }

		90% { margin-left: -900%; }
		98% { margin-left: -900%; }

		100% { margin-left: -1000%; }
		100% { margin-left: -1000%; }
	}
	.weare .container-video{
		width: 180%;
		height: 100%;
		margin-left: -35%;
		overflow: hidden;
	}
	.weare .container-video .enlace{
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		position: absolute;
		top: 0;
		left: 0;
	}
	.weare .container-video iframe{
		height: 100%;
		width: 100%;
	}
	.wedo p, .weare p{
		font-weight: 700;
		/*font-size: 80px;*/
		font-size: 63px;
		text-transform: uppercase;
		line-height: 78px;
	    writing-mode: vertical-rl;
	    transform: rotate(180deg);
        position: absolute;
	    left: 5%;
	    bottom: 8%;
	}
	.wedo p{ 
		/*color: #FF6755;*/
		color:white;
	}
	.weare p{ /*color: #FFC11F;*/
		color:white; 
		z-index: 2; 
	}
	.weare img{
		width: 100%;
		opacity: 1;
	}

section.customers{
	/*display: flex;*/
	margin: 30px 0;
}
	.customers .container-map{
		background-image: url("../img/customers-bg.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		width: 100%;
		height: 500px;
		height: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		padding: 50px 0;
	}
	.customers .container-map .container{
		width: 90%;
		max-width: 1275px;
		margin: 0 auto;
		position: relative;
	}
	.customers .container-map h2{
		font-weight: 700;
		/*font-size: 56px;*/
		font-size: 50px;
		text-transform:uppercase;
		color: #FFFFFF;
		letter-spacing: -0.05px;
		line-height: 56px;
		margin-top: 0px;
		position: absolute;
		top: 0;
		left: 0;
		width: 400px;
	}
	.customers .container-map .leyenda{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.customers .container-map .leyenda p{
		font-weight: 700;
		font-size: 26px;
		color: #FFFFFF;
		letter-spacing: -0.02px;
		line-height: 36px;
		position: relative;
		padding-left: 35px;
	}
	.customers .container-map .leyenda p:nth-child(1):after{
		content: '';
		width: 20px;
		height: 20px;
		border-radius: 20px;
		background-color: #CBDF2A;
		position: absolute;
		top: 10px;
		left: 0;
	}
	.customers .container-map .leyenda p:nth-child(2):after{
		content: '';
		width: 20px;
		height: 20px;
		border-radius: 20px;
		background-color: #FF6755;
		position: absolute;
		top: 10px;
		left: 0;
	}
	.customers .container-map .content-img{
		float: right;
		position: relative;
	}
	.customers .container-map .content-img .city{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		position: absolute;
		cursor: pointer;
	}
	.customers .container-map .content-img .city.red{
		background-color: #FF6755;
	}
	.customers .container-map .content-img .city.green{
		background-color: #CBDF2A;
	}
	.customers .container-map .content-img .city.green.america1{ top: 34%; left: 23%; }
	.customers .container-map .content-img .city.green.america2{ top: 42%; left: 14%; }
	.customers .container-map .content-img .city.green.america3{ top: 47%; left: 24%; }
	.customers .container-map .content-img .city.green.america4{ top: 80.2%; left: 32.3%; }
	.customers .container-map .content-img .city.green.europa{ top: 39%; left: 44%; }

	.customers .container-map .content-img .city.red.angola{ top: 69%; left: 51.5%; }
	.customers .container-map .content-img .city.red.brasil{ top: 70%; left: 32.8%; }
	.customers .container-map .content-img .city.red.vietnam{ top: 55.9%; left: 76.4%; }
	.customers .container-map .content-img .city.red.nepal{ top: 46.6%; left: 69.8%; }
	.customers .container-map .content-img .city.red.eua{ top: 44.9%; left: 23%; }
	.customers .container-map .content-img .city.red.espana{ top: 39.5%; left: 45.4%; }
	.customers .container-map .content-img .city.red.portugal{ top: 40.5%; left: 43.9%; }
	.customers .container-map .content-img .city.red.alemania{ top: 31.5%; left: 49.5%;}

	.customers .container-map .content-img .city.red.morocco{ top: 45.5%; left: 44.9%;}

	.customers .container-map .content-img .city.green.chile{ top: 78.2%; left: 26.3%; }
	.customers .container-map .content-img .city.red.chile{ top: 80.2%; left: 26.3%; }

	.customers .container-map .content-img .city.red.canada{ top: 27%; left: 17%; }
	.customers .container-map .content-img .city.red.italy{ top: 38%; left: 50.5%; }

	.customers .container-map .content-img .city.green.poland{ top: 30.5%; left: 52.5%; }
	.customers .container-map .content-img .city.red.poland{ top: 30.5%; left: 51.5%; }


	.customers .container-map .content-img img{
		width: 100%;
		max-width: 808px;
	}
	.customers .container-logos{
		width: 90%;
		max-width: 1440px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 30px 0;
	}
	.customers .container-logos img{
		padding: 10px 20px;
		transition: all .3s ease;
	}
	.customers .slider-logos {
		display: none;
	}
	.customers .slider-logos h2{
		display: none;
	}

.customers .slider-logos .slick-dots{
		bottom: -55px;
	}
	.customers .slider-logos .slick-dots li button:before{
		font-size: 26px;
		color: black;
	}
	.customers .slider-logos .slick-dots li.slick-active button:before{
		color: black;
	}
	.slider-customers .container-info{
		display: flex !important;
		align-items: stretch;
		position: relative;
		height: 520px;
	}

section.blog-posts{
	width: 90%;
	max-width: 1440px;
	margin:0 auto;
	display: table;
	padding-bottom: 57px;
}
	.blog-posts h2{
		font-weight: bold;
		font-size: 50px;
		color: #646464;
		line-height: 60px;
		z-index: 5; 
	}
	/*.blog-posts h3{	z-index: 5; }

	.blog-posts .post-25 h3{	
		font-size: 24px;
		z-index: 5;
	}
	.blog-posts p{
		font-weight: 300;
		color: white;
		margin-bottom: 24px;
	}
	.blog-posts .post-50{
		width: 50%;
		min-height: 688px;
		float: left;
		position: relative;
		background-image: url("../img/mountain.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.blog-posts .post-50 .content-text{
		position: initial;

	}
	.blog-posts .post-50 .content-text p{
		display: none;
	}

	.blog-posts .post-50 img{
		float: right;
		margin-right: 8%;
	}
	.blog-posts .post-50:hover .content-text, .blog-posts .post-25:hover .content-text{
		transform: scale(1.02);
	}
	.blog-posts .post-25{
		width: 50%;
		height: 344px;
		float: left;
		position: relative;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	.blog-posts .post-25 img{
		float: right;
		margin-right: 8%;		
	}
	.blog-posts .top{
		background-image: url("../img/sunset-globos.png");
	}
	.blog-posts .down{
		background-image: url("../img/sunset-boy.png");
	}*/
	/*.blog-posts .content-text{
		width: 72%;
		position: absolute;
		left: 14%;
		bottom: 50px;
		z-index: 3;
		transition: all .2s ease;
	}*/
	.blog-posts .container-posts, .more-posts .container-posts{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.blog-posts .container-posts a, .more-posts .container-posts a{

		width: 32%;
	    max-width: 400px;
	    padding: 0 2%;
	}
.blog-posts .container-posts a, .more-posts .container-posts a{
	    width: 94%;
	}
	.blog-posts .container-posts a:nth-child(1) .content-img{ background-image: url("../img/mountain.jpg"); }
	.blog-posts .container-posts a:nth-child(2) .content-img{ background-image: url("../img/sunset-globos.png"); }
	.blog-posts .container-posts a:nth-child(3) .content-img{ background-image: url("../img/sunset-boy.png"); }
	.blog-posts .container-posts a .content-img, .more-posts .container-posts a .content-img{
		width: 100%;
		height: 200px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		margin-bottom: 30px;
	}
	.blog-posts .container-posts a .content-text, .more-posts .container-posts a .content-text{
		width: 100%;
		max-width: 360px;
		margin: 0 auto 60px;
	}
	.blog-posts .container-posts a .content-text .date, .more-posts .container-posts a .content-text .date{
		font-size: 20px;
		color: #646464;
		margin-bottom: 20px;
		border-bottom: 1px solid #646464;
		padding-bottom: 5px;
	}
	.blog-posts .container-posts a .content-text h3, .more-posts .container-posts a .content-text h3{
		font-size: 30px;
		color: #646464;
		text-transform: uppercase;
	}
	.blog-posts .container-posts a .content-text p, .more-posts .container-posts a .content-text p{
		font-weight: 300;
		font-size: 16px;
		color: #646464;
		line-height: 19px;
		margin-bottom: 1em;
	}
	.blog-posts .container-posts a .content-text .cta, .more-posts .container-posts a .content-text .cta{
		font-weight: 700;
		font-size: 14px;
		color: #646464;
		line-height: 17px;
		text-transform: uppercase;
		border-bottom: 2px solid #646464;
		transition: all .3s ease;
		width: fit-content;
		position: absolute;
		bottom: 0;
	}	
	.blog-posts .container-posts a .content-text .cta:hover, .more-posts .container-posts a .content-text .cta:hover{
		border-bottom: 2px solid transparent;
	}
	.blog-posts .moreposts{
		font-weight: 700;
		font-size: 30px;
		color: #646464;
		line-height: 60px;
		border-bottom: 4px solid #646464;
		transition: all .3s ease;
		margin: 20px auto;
		width: fit-content;
	}
	.blog-posts .moreposts:hover{
		border-bottom: 4px solid transparent;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * Search Blog */
	section.search-blog{
		width: 90%;
		max-width: 1440px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	.search-blog .tags-sb{
		min-width: 300px;
		
	}
	.search-blog .tags-sb h1{
		margin-top: 0;
		font-size: 50px;
		color: #646464;
		line-height: 60px;
	}
	.search-blog .tags-sb >div{
		width: 300px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
	}
	.search-blog .tags-sb .label{
		width: fit-content;
	    font-weight: 300;
	    font-size: 12px;
	    color: #9B9B9B;
	    letter-spacing: -0.02px;
	    text-align: center;
	    padding: 5px 20px;
	    border: 1px solid #9B9B9B;
	    margin: 5px;
	    cursor: pointer;
	    transition: all .3s ease;
	}
	.search-blog .tags-sb .label:hover{
	    border: 1px solid #89CCE2;
	    color: #89CCE2;
	    font-weight: 500;
	}
	.search-blog .tags-sb .label.active{
		background-color: #89CCE2;
		color: #FFF;
	    border: 1px solid #89CCE2;
	}
	.search-blog .blog-posts .search-box{
		width: 96%;
		height: 60px;
		margin: 0 auto 40px;
	}
	.search-blog .blog-posts .search-box > form{
	}
	.search-blog .blog-posts .search-box > form > div{
		position: relative;
		border-bottom: 1px solid #646464;
	}
	.search-blog .blog-posts .search-box > form > div input{
		font-family: Montserrat;
		font-size: 36px;
		color: #646464;
		line-height: 60px;
		background-color: transparent;
		outline: 0;
		width: 90%;
	}
	.search-blog .blog-posts .search-box > form > div button{
		font-family: Montserrat;
		font-size: 24px;
		color: #646464;
		line-height: 30px;
		position: absolute;
		top: 20px;
		right: 0;
		cursor: pointer;
		transition: all .3s ease;
	}
	.search-blog .blog-posts .search-box > form > div button:hover{
		color: #89CCE2;
	}
	.search-blog .blog-posts .container-posts{
		flex-wrap: wrap;
		justify-content: space-between;
	}


	/*HIDE on v1.2
	.search-blog .blog-posts .container-posts > a{
		width: 300px;
	}*/


	.search-blog .blog-posts .container-posts > a .content-img{
		height: 170px;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * Footer */
	footer{
		clear: both;
		background-color: white;
		display: grid;
		grid-template-columns: 3fr 6fr 3fr;
		max-width: 1440px;
		margin:0 auto;
	}
	footer a.logo{
		margin: 35px auto;
	}
	footer a.logo img{
		width: 150px;
	}
	footer .copy{
		margin:35px;
	}
	footer .copy p{
		font-family: 'Poppins', sans-serif;
		font-weight: 300;
		font-size: 12px;
		color: #9B9B9B;
		letter-spacing: -0.02px;
		text-align: center;
		padding: 20px;
	}
	footer .rrss{
		margin:35px auto;
		display: flex;
		align-items: center;
	}
	footer .rrss a{
		margin: 13px 13px;
		color: #646464;
	}	
	footer .tlf{
		font-weight: 300;
		font-size: 16px;
		color: #89CCE2 !important;
		letter-spacing: -0.02px;
	}
	footer .custom-area{
		width: 66px;
		cursor: pointer;
		display: flex;
		align-items: center;
		margin-top: 15px;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * Single */
	body.single header{
		background-color: white;
	}
	body.single header .logo{
		display: block !important;
	}
	.first-section{
		/*padding-top: 96px;  es la altura del header*/
	}
	.maxwidth{
		/*width: 100%;*/
		height: 100%;
		max-width: 1440px;
		margin: 0 auto;
		position: relative;
	}
	.padding-5{
		padding: 5%;
	}
	.light-black-bg{
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		position: absolute;
		top: 0;
		left: 0;
	}
				.accordion {
				    color: #444;
				    /*cursor: pointer;*/
				    /*padding: 18px;*/
				    width: 100%;
				    border: none;
				    text-align: left;
				    outline: none;
				    font-size: 15px;
				    transition: 0.4s;
				}

				.active, .accordion:hover {
				    background-color: #ccc;
				}

				.panel {
				    /*padding: 0 18px;*/
				    background-color: white;
				    max-height: 0;
				    overflow: hidden;
				    transition: max-height .5s ease-out;
				    display: flex;
				    width: 100%;
					max-width: 1440px;
					margin: 0 auto;
				}
	.paralax{
		/* Create the parallax scrolling effect */
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    position: relative;
	}
	.contentservices{
		background-image: url("../img/single-content-services.jpg");
    	/*height: 65vh;
    	max-height: 607px;
    	min-height: 400px;*/
    	position: relative;
	}
	.technicalservices{
		background-image: url("../img/single-technical.jpg");
    	/*height: 65vh;
    	max-height: 607px;
    	min-height: 400px;*/
    	position: relative;
	}
	.mediasales{
		background-image: url("../img/single-mediasales.jpg");
    	/*height: 65vh;
    	max-height: 607px;
    	min-height: 400px;*/
    	position: relative;
	}
	.consulting{
		background-image: url("../img/single-consulting.jpg");
    	/*height: 65vh;
    	max-height: 607px;
    	min-height: 400px;*/
    	position: relative;
	}


	.single .accordion .maxwidth .content-text{
		width: 50%;
		max-width: 500px;
		/*position: absolute;
		left: 5%;
		bottom: 5%;*/
	}
	.single .accordion .maxwidth .content-text h2{
		font-weight: 700;
		font-size: 60px;
		color: #FFFFFF;
		line-height: 70px;
		text-transform: uppercase;
		margin: 0px 0px 25px;
	}
	.single .accordion .maxwidth .content-text > p{
		font-weight: 300;
		font-size: 24px;
		color: #FFFFFF;
		margin-bottom: 35px;
	}
	.single .accordion .maxwidth .content-text .info > p{
		font-weight: 700;
		font-size: 14px;
		color: #FFFFFF;
		text-transform: uppercase;
		cursor: pointer;
	}
	.single .accordion .maxwidth .content-text .info > p.close{
		display: none;
	}

	.single .panel{ 
		display: block;
	}
	.single .panel-content .content-text{
		font-size: 20px;
		font-weight: 300;
		color: #6F6F6F;
		padding: 6% 7.5% 0 6%;
		width: 44%;
		float: left;
	}
.single .panel-content .content-button{
		padding: 0% 7.5%;
		width: 44%;
		float: left;
		margin-bottom:20px;
	}
	.single .panel-content .content-text p{
		margin-bottom: 1em;
	}

	.single .panel .content-text .intro{
		font-size: 24px;
		line-height: 29px;
		font-weight: 500;
		margin-bottom: 40px;
	}
.single .panel-content .content-text .intro{
		font-size: 24px;
		line-height: 29px;
		font-weight: 500;
		margin-bottom: 40px;
	}

	.single .panel-content .content-text p.name-list{
		font-weight: 700;
		margin-bottom: .6em;
	}


	.single .panel .content-text ul{ 
		margin-bottom: 30px;
	}
.single .panel-content .content-text ul{ 
		margin-bottom: 30px;
	}

	.single .panel .content-text ul li{
		padding-left: 20px;
		position: relative;
		margin-bottom: .6em;
		transition: all .3s ease;
	}
.single .panel-content .content-text ul li{
		padding-left: 20px;
		position: relative;
		margin-bottom: .6em;
		transition: all .3s ease;
	}
	.single .panel .content-text ul li:hover{
		transform: translate(20px);
	}
	.single .panel .content-text ul li:hover:before{
		/*background-color: #89CCE2;*/
	}
	.single .panel .content-text ul li:before{
		content: '';
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #EC6755;
		position: absolute;
		top: 8px;
		left: 0px;
		transition: all .3s ease;
	}
.single .panel-content .content-text ul li:before{
		content: '';
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #EC6755;
		position: absolute;
		top: 8px;
		left: 0px;
		transition: all .3s ease;
	}
	.single .panel-content .content-images{
		width: 41%;
		float: left;
	}
	.single .panel-content .content-images .image{
		width: 100%;
		/*max-height: 357px;*/
	}
	.single .panel-content .content-images .image img{
		width: 100%;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * We are */
	.container-video-weare{
		width: 100%;
		/*max-height: 600px;*/
		overflow: hidden;
		position: relative;
	}
		.container-video-weare video{
			width: 100%;
			margin-top: 0%;
		}
		.container-video-weare .volume-weare{
		    width: 36px;
			height: 30px;
		    background-color: transparent;
		    position: absolute;
		    left: 5%;
		    bottom: 5%;
		    cursor: pointer;
		    outline: none;
		    font-size: 12px;
		    color: white;
		    font-weight: 700;
		    text-align: center;
		}
		.container-video-weare .volume-weare img{
			
			height: 20px;

		}
		.container-video-weare .volume-weare-off{
			display: none;
		}
	section.ourteam{ 
		width: 100%;
	}
		.ourteam h1{
			font-weight: 700;
			font-size: 60px;
			color: #646464;
			line-height: 70px;
			text-transform: uppercase;
			padding-left: 5%;
		}
		.container-info-member{
			display: table;
		}
		.container-info-member .members{
			display: none;
		}
			.container-info-member .content-img{
				width: 50%;
				margin-left: auto;
				margin-right: auto;
				/*width: 40%;*/
				/*float: left;*/
				max-width: 574px;
				height: 495px;
				overflow: hidden;
			}
				.container-info-member .content-img img{
					width: 100%;
				}
			.container-info-member .content-text{
				/*width: 50%;*/
				float: left;
				padding: 15px 5%;
			}
				.container-info-member .content-text .name{
					font-weight: 500;
					font-size: 36px;
					color: #6F6F6F;
					margin-bottom: 20px;
				}
				.container-info-member .content-text .jobposition{
					font-weight: 300;
					font-size: 16px;
					color: #6F6F6F;
					text-transform: uppercase;
					margin-bottom: 50px;
				}
				.container-info-member .content-text p{
					font-weight: 300;
					font-size: 20px;
					color: #6F6F6F;
					margin-bottom: 1em;
				}
				.container-info-member a.contact{
					margin-bottom: 40px;
				}
		.container-caricaturas{
			width: 100%;
			max-height: 500px;
			display: table;
		}
			.container-caricaturas .caricatura{
				/*width: 20%;
				float: left;
				cursor: pointer;
				transition: all .3s ease;
				position: relative;*/
				width: 19.8%;
			    float: left;
			    cursor: pointer;
			    transition: all .3s ease;
			    position: relative;
			    border-left: solid 1px lightgrey;
			    margin: 24px 0px;
			}
			.container-caricaturas .caricatura:nth-child(5), .container-caricaturas .caricatura:nth-child(10){
				border-right: solid 1px lightgrey;
			}

			
			.container-caricaturas .caricatura:after{
				content:'';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: transparent;
				opacity: .3;
				transition: all .3s ease;
			}
			.container-caricaturas .caricatura:hover:after{
				/*background-color: #FFCF22;*/
				background-color: lightgrey;

			}
			.container-caricaturas img{
				width: 100%;
			}
	.foundation{
		background-image: url("../img/foundation01.jpg");
    	height: 65vh;
    	max-height: 500px;
    	min-height: 400px;
    	position: relative;
    	display: table;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * Contact */
	section.container-form{
		width: 100%;
		display: table;
	}
		.container-form .content-text{
			min-height: 560px;
			width: 35%;
			background-color: #FF6755;
			float: left;
			padding: 100px 5% 0 10%;
			transition: all .3s ease;
		}
			.container-form .content-text h1{
				width: 100%;
				max-width: 320px;
				font-weight: 700;
				font-size: 60px;
				color: #FFFFFF;
				line-height: 70px;
				text-transform: uppercase;
				margin: 0 0 35px 0;
			}
			.container-form .content-text p{
				width: 100%;
				max-width: 450px;
				font-weight: 300;
				font-size: 24px;
				color: #FFFFFF;
			}
		.container-form .content-form{
			width: 40%;
			background-color: #FFF;
			float: left;
			padding: 50px 5%;
		}
			.container-form .content-form form{
				width: 100%;
			}
				.container-form .content-form form input, .content-form form textarea{
					width: 100%;
					border-bottom: 1px #979797 solid;
					outline: none;
					font-weight: 300;
					font-size: 20px;
					color: #6F6F6F;
					margin-bottom: 40px;
					position: relative;
					resize: vertical;
				}
				.container-form .content-form form input.privacy{
					width: initial;
     				margin-bottom: 0px;
				}
				.container-form .content-form form .privacy-form{
					color: #FF6755;
					font-size: 14px;
					font-weight: 400;
					display: inline-block;
					margin-left: 10px;
				}
				.container-form .content-form form .privacy-form a{
					color: #FF6755;
					text-decoration: underline;
				}
				.container-form .content-form form textarea{
					height: 130px;
					max-height: 130px;			
				}
				.container-form input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
				  color: #6F6F6F;
				}
				.container-form input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
				  color: #6F6F6F;
				}
				.container-form input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
				  color: #6F6F6F;
				}
				.container-form input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
				  color: #6F6F6F;
				}
				.container-form button.contact{
					float: left;
				}
				.container-form .content-form form .legal{
					float:left;
					clear: both;
				}

				.container-form .content-form form .legal p{
					font-size: 14px;
					font-weight: 400;
					margin-top: 30px;
					margin-bottom: 15px;
					width: 100%;
					color: grey;
				}

	section.container-map{
		width: 100%;
		height: 260px;
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-gap: 0px;
	}	
		.container-map .content-map{
			grid-column: auto / span 8;
		}
			.container-map .content-map iframe{
				width: 100%;
			}
		.container-map .content-info{
			font-family: 'Poppins', sans-serif;
			grid-column: auto / span 4;
			background-color: #FF6755;
			height: 260px;
				display: -webkit-box;
			    display: -ms-flexbox;
			    display: flex;
			    -webkit-box-align: center;
			    -ms-flex-align: center;
			    align-items: center;
			    -webkit-box-pack: center;
			    -ms-flex-pack: center;
			    /*justify-content: center;*/
		    padding-left: 65px;
		}
			.container-map .content-info div{}
				.container-map .content-info div p, .container-map .content-info div a{
					font-weight: 300;
					font-size: 12px;
					color: #FFFFFF;
					letter-spacing: -0.02px;
					width: 100%;
					max-width: 365px;
					margin-bottom: 20px;
				}
				.container-map .content-info div p.city{
					font-weight: 700;
					font-size: 26px;
				}
				.container-map .content-info div a.mail{
					font-weight: 700;
				}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * Blog */

	.imgblogheader{
		width: 100%;
		height: 400px;
		background-image: url("../img/mountain.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		position: relative;
		transition: all .3s ease;
	}
	/*.imgblogheader:hover .bg-green{
		opacity: 0;
	}*/
	.content-post{
		width: 90%;
		margin: 0 auto;
		max-width: 715px;
		color: #6F6F6F;

	}	
	.content-post h1{
		margin-top: 20px;
		font-size: 50px;
		text-transform: uppercase;
	}
	.content-post .info {
		display: table;
		border-bottom: 1px solid lightgrey;
		width: 100%;
    	margin-top: 60px;
	}
	.content-post .info .date{
		float: left;
		font-size: 12px;
		font-weight: 700;
		padding-top: 10px;
		padding-right: 5px;
		position: relative;
	}
	.content-post .info .date:after{
		content: '';
		width: 1px;
		height: 15px;
		background-color: #6F6F6F;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.content-post .info .tags{
		float: left;
		width: initial;
	}
	.content-post .info .tags .label{
		border: 0px;
		padding: 5px 0px 5px 5px;
	}

	.content-post h2{
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.content-post p{
		font-weight: 300;
		margin-bottom: 2em;
	}
	.content-post img{
		/*width: 100%;*/
		/*margin: 60px 0px;*/
		max-width: 100%;
		margin: auto;
		height: auto;

	}
	.more-posts{
		width: 90%;
		max-width: 715px;
		margin:0 auto;
		padding-top: 20px;
	}
	.more-posts p{
		width: 100%;
		font-weight: 500;
		font-size: 40px;
		color: #6F6F6F;
		margin-bottom: 40px;
	}
	.more-posts .container-read-post{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}

	.more-posts .container-read-post .red-bg{
		background-image: url(../img/sunset-boy.png);
	}
	
	.more-posts .container-read-post .orange-bg{
		background-image: url(../img/sunset-globos.png);
	}
	.more-posts .container-read-post .read-post{
		height: 300px;
		background-color: lightyellow;
		/*height: 343px;*/
		height: 200px;
		position: relative;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	.more-posts .container-read-post .read-post h3{
		z-index: 1;
		position: absolute;
		top: 15%;
		left: 10%;
		width: 80%;
		font-size: 24px;
	}
	.more-posts .container-read-post .read-post img{
		float: right;
		z-index: 1;
		position: absolute;
		bottom: 15%;
		right: 10%;
	}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * Textos legales */
	.terms{
		width: 90%;
	    max-width: 1440px;
    	margin: 0 auto; 
    	padding-bottom: 30px;
	}
	.terms .medium { font-weight: 500; }
	.terms h1 { color: #6F6F6F; }
	.terms p, .terms ul{
		margin: 0 0 0 0;
		font-size: 15px;
		font-weight: 300;
		color: #6F6F6F;
	}
	.terms ul li, .terms ol li{
		padding-left: 25px;
		position: relative;
	}
	.terms ul li:after, .terms ol li:after{
		content: '';
		position: absolute;
		top: 7px;
		left: 15px;
		width: 4px;
		height: 4px;
		border-radius: 10px;
		background-color: #ff6654;
	}
	.terms .mtop{
		margin-top: 1em;
	}
	.terms .title{
		color: #ff6654;
		font-weight: 500;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * Busqueda tags */
	div.tags{
		width: 90%;
		max-width: 715px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		height: auto;
	}
	.tags .label{
	    font-weight: 300;
	    font-size: 12px;
	    color: #9B9B9B;
	    letter-spacing: -0.02px;
	    text-align: center;
	    padding: 5px 20px;
	    border: 1px solid #9B9B9B;
	    margin: 5px;
	    cursor: pointer;
	    transition: all .3s ease;
	}
	.tags .label:hover{
	    border: 1px solid #89CCE2;
	    color: #89CCE2;
	    font-weight: 500;
	}



/* ----------- dispositivos móviles ----------- */
	/* cambios css para modo vertical y horizontal */
	@media only screen
	  and (min-device-width:0px) 
	  and (max-device-width: 1024px)
	{
		.paralax{
			background-attachment: initial;
		}
	}
	/*ajustar el mapa de la home en repsonsive*/
		@media (max-width: 1335px){	
			.customers .container-map h2{
				width: 100%;
			}
			.customers .container-map .content-img{
				margin-top: 80px;
			}
		}

		@media (max-width: 1024px){
			.customers .container-map .content-img{
				margin-top: 110px;
				margin-bottom: 80px;
			}
		}

		@media (max-width: 860px){
			.customers .container-map h2{
				font-size: 46px;
				line-height: 46px;
			}
			.customers .container-map .leyenda p{
				font-size: 20px;
			}
		}


@media (max-width: 768px){

	 .slider-home01 .container-info .container-text p, .slider-home01 .container-info .container-text h1{
		display:none;
	}
	.slider-home01 .container-info .container-text h2 {
        font-size: 38px;
    	line-height: 54px;
    	text-transform: uppercase;
	}
	
	section.slider-home01{
		height: 400px;
	}
	.slider-home01 .container-info{
		height: 400px;
	}
	.slider-home01 .container-info .container-img{
	    width: 100%;
	    align-items: flex-end;
	    display: initial;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
	.slider-home01 .container-info .container-text{
	    width: 90%;
	    padding: 0 5%;
    	max-width: initial; 
	    display: flex;
	    z-index: 2;
	    background-color: rgba(0,0,0,.5);
	}
	.customers .container-logos{
		justify-content: space-around;
	}
	.customers .container-logos img{
		padding: 5px 20px;
	}
	.blog-posts h2{
		margin-top: 0px;
	}
	.blog-posts .container-posts{
		flex-direction: column;
	}
	.blog-posts .container-posts a{
		max-width: initial;
		margin-bottom: 30px;
	}
	.blog-posts .container-posts a .content-img{
		height: 200px;
	}
	.blog-posts .container-posts a .content-text{
		max-width: initial;
	}
	
	
	.content-menu ul li{
		font-size: 30px;
	}
	.container-caricaturas .caricatura{
		/*width: 50%;*/
		width: 49.5%;
	}
	.container-caricaturas .caricatura:nth-child(5), .container-caricaturas .caricatura:nth-child(10){
		border-right: solid 0px lightgrey;
	}


	
	
	
	
	.slider-home01 .container-info .container-text p, .slider-home01 .container-info .container-text h1{
		line-height: 1.5;
		font-size: 14px;
	}
	.slider-home01 .container-info .container-text .cta{
		    font-size: 18px;
		    width: 202px;
	}
	.customers .container-logos img{
		margin-left: auto;
		margin-right: auto;
		padding: 20px 0px;
	}
	.customers .slider-logos h2{
		display: block;
		font-weight: 700;
		font-size: 34px;
		color: #646464;
		line-height: 70px;
		text-transform: uppercase;
		margin: 0px 0px 25px;
		margin-left: 14px;
		margin-top: 20px;
	}
	.blog-posts h2{
		font-size: 34px;
		margin-left: 14px;
	}
	
	
	
	/* * * * * * * * Single Pages (what we do) 
	 * SHOW on v1.2*/
	.single .panel-content .content-text{
		width: 85%;
	}
	.single .panel-content .content-images{
		width: 85%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.single .panel-content .content-images .image{
		margin-bottom: 20px;
	}
	
	
	
	
	
	
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * Search Blog */
	section.search-blog{
	    flex-direction: column;
	}
	.search-blog .tags-sb >div{
		width: 100%;
	}
	section.blog-posts{
		width: 100%;
	}
	.search-blog .blog-posts .search-box{
		width: 100%;
	}
	.search-blog .blog-posts .container-posts{
		flex-direction: column;
	}
	.search-blog .blog-posts .container-posts > a{
		width: 100%;
		padding: 0;
		max-width: initial;
		margin-bottom: 30px;
	}
	.search-blog .blog-posts .container-posts > a .content-img{
		height: 200px;
	}
	.blog-posts .container-posts a .content-text{
		max-width: initial;
	}




	/* * * * * * * * * * * * * * * * * * * * * * * * * * * Contact */
		section.container-form{
			display: table;
			height: initial;
		}
		.container-form .content-text{
			width: 90%;
		    min-height: initial;
    		padding: 100px 5% 100px 5%;
		}
		.container-form .content-text h1{
			max-width: initial;
		}
		.container-form .content-form{
			width: 90%;
		}
		section.container-map{
			height: initial;
		}
		.container-map .content-map{
			grid-column: auto / span 12;
		}
		.container-map .content-info{
			grid-column: auto / span 12;
			justify-content: center;
			text-align: center;
			padding-left: 0px;
		}
		.container-form button.contact{
			margin-top: 20px;
		}

		.container-form .content-form form .legal{
			float:left;
		}
		footer{
			grid-template-columns: 12fr;
		}
		footer a.logo, footer .copy, footer .rrss{
			margin: 10px auto;
		}
		footer a.logo img{
			width: 100px;
		}
		footer .copy p{
			padding: 0px;
		}
}


@media (max-width: 550px){
	.customers .container-logos,
	.customers .container-map{
		display: none;
	}
	.customers .slider-logos {
		display: block;
		padding-bottom: 50px;
	}
}


@media (max-width: 480px){
	.imgblogheader{
		height: 210px;
	}
	.content-post h1{
		font-size: 26px;
	}
	.content-post p {
		font-size: 16px;
	}
	.slider-home01 .container-info .container-img img{
		width: 80%;
	}
	.slider-home01 .container-info .container-text h2{
		font-size: 23px;
		line-height: 32px;
	}
	.slider-home01 .container-info .container-text p, .slider-home01 .container-info .container-text h1{
		font-size: 13px;
		line-height: 18px;
	}
	.slider-home01 .container-info .container-text .cta{
		font-size: 14px;
		width: 180px;
		border: 2px solid #FFF;
		padding: 7px 0;
	}


	section.whatwe{
		margin-top:-21px;
	}

	section.whatwe{
		flex-direction: column;
	}
	.wedo, .weare{
		max-height: 300px;
	}
	 .weare{
	 	height: 300px;
	 	margin-top: 10px;
	 }


	.customers .container-map{
		display: none;
	}
	
	/*HIDE on v1.2
	.customers .container-logos {
		display: block;
	}*/
	
	
	
		.customers .container-map h2{
			font-size: 36px;
			line-height: 36px;
			top: -20px;
		}
		.customers .container-map .leyenda{
			bottom: -20px;
		}
		.customers .container-map .leyenda p{
			font-size: 16px;
			padding-left: 18px;
			line-height: 26px;
		}
		.customers .container-map .leyenda p:nth-child(1):after{
			width: 10px;
			height: 10px;
			top: 9px;
		}
		.customers .container-map .leyenda p:nth-child(2):after{
			width: 10px;
			height: 10px;
			top: 9px;
		}
	/*.customers .container-logos{
		display: none;
	}*/

	/*.customers .slider-logos {
		display: block;
	}*/
	.customers .slider-logos #logos-customers-movil{
		width: auto;
		margin: 0 auto;
	}
	.customers .slider-logos .slick-track{
		display: flex;
    	align-items: center;
	}
	.customers .slider-logos h2{
		font-size: 36px;
		display: block;
		padding-left: 2%;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		margin: -30px 0 -10px 0;
	}
	.customers .slider-logos .container-logo{
		width: 67% !important;
    	padding: 0 20%;
	}
	.customers .slider-logos .customer-mobile{
        height: auto;
	    max-height: 60px;
	    width: auto;
		
	}



	
	.blog-posts h2{
		font-size: 36px;
		padding-left: 2%;
	}
	.blog-posts .moreposts{
		font-size: 20px;
		line-height: 32px;
    	border-bottom: 3px solid #646464;
	}
	.blog-posts .container-posts a .content-text .date{
		font-size: 15px;
	}
	.blog-posts .container-posts a .content-text h3{
		font-size: 22px;
	}




	.content-menu ul li{
		font-size: 24px;
	}
	h3{
		font-size: 28px;
	}
	section.homehead{
		height: 80vh;
	}
	.content-blog-menu-right{
		width: 100%;
		max-width: initial;
	}
	.wedo, .weare{
		width: 100%;
	}
	.wedo p, .weare p{		
    	font-size: 50px;
    	line-height: 55px;
	}
	.wedo p span, .weare p span{		
    	display:block;
	}
	.blog-posts .post-50{
		width: 100%;
		min-height: 375px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.blog-posts .post-25{
		width: 50%;
	}
	.blog-posts .content-text{
		width: 90%;
		left: 5%;
	}
	.blog-posts .post-50 .content-text{
		position: initial;
	}
	.blog-posts .post-50 .content-text p{
		display: none;
	}
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * Single */

		.single .accordion .maxwidth .content-text{
			width: 90%;
		}
		.single .accordion .maxwidth .content-text h2{
			font-size: 40px;
			line-height: 50px;
		}
		.single .accordion .maxwidth .content-text > p{
			font-size: 20px;
		}
		.panel{
			display: block;
			padding: 0 5%;
		}
		.single .panel .content-text{
			width: 90%;
			padding: 5% 0%;
			font-size: 18px;
		}
		.single .panel .content-images{
			width: 90%;
		}
		.blog-posts p{
			font-size: 18px;
		}

	/* * * * * * * * * * * * * * * * * * * * * * * * * * * We are */
	.ourteam h1{
		font-size: 50px;
		line-height: 60px;
	}
	.container-info-member .content-img{
		width: 100%;
	    height: initial;
	}
	.container-info-member .content-img img{
		max-width: 240px;
    	margin: 0 auto;
	}
	.container-info-member .content-text{
		width: 90%;
	}
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * Contact */
	section.container-form{
		overflow: hidden;
	}


	/* * * * * * * * * * * * * * * * * * * * * * * * * * * Blog */
	.more-posts .container-read-post{
		grid-template-columns: repeat(1, 1fr);
	}



}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media (max-width: 600px) {
  .more-posts .container-posts {
    display: inline-block;
  }
	.more-posts .container-posts a .content-text .cta{
		position: initial
	}
	.more-posts .container-posts a {
		margin-left:auto;
		margin-right:auto;
	}
}
@media (max-width: 1200px) {
	.blog-posts .container-posts a, .more-posts .container-posts a{
		width: 49%;
	}
}
@media (max-width: 990px) {
	.blog-posts .container-posts a, .more-posts .container-posts a{
		width: 96%;
	}
}
.frame-weare-mobile{
	display:none;
}
@media only screen and (max-width: 768px) {
	.frame-weare-mobile{
		display:block;
	}
	.video-weare-mobile{
		display:none;
	}
	.wedo p, .weare p{
		font-size: 34px;
		color:white;
	}
}
.blog-page-post{
	width:28% !important;
}
@media only screen and (max-width: 1200px) {
	.blog-page-post{
	width:46% !important;
}
}
@media only screen and (max-width: 800px) {
	.blog-page-post{
	width:100% !important;
}
}
@media only screen and (max-width: 500px) {
.customers .slider-logos h2{
		margin-left: 14px;
		font-size: 24px;

	}
	.blog-posts h2{
		font-size: 24px;
	}
}






.caricatura {
  position: relative;
}


.caricatura-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
	width: 85%;
}
.caricatura-overlay{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:0;
}
.caricatura:hover .caricatura-overlay{
	opacity:0.7;
	background-color: #000;
	transition: .5s ease;
}

.caricatura:hover .caricatura-middle {
  opacity: 1;	
}

.caricatura-middle h3,
.caricatura-middle p{
	color:#fff
}
.caricatura-middle h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.caricatura-middle p{
    font-size: 14px;
}



.slick-next,
.slick-prev{
    z-index: 1 !important;
}
.touch-care-logo {
    max-width: 200px;
    margin-bottom: 30px;
}
.btn-upload{
	font-size:14px !important;
}
header .custom-area-work{
		width: 85px;
		position: absolute;
		top: 23%;
		right: 12%;
		cursor: pointer;
		display: flex;
		align-items: center;
		margin-top: 15px;
	}
	.custom-area-work img{
		width: 24px;
		margin: 0 auto;
	}
	.custom-area-work p{
		width: 100%;
	    font-size: 9px;
	    color: #4D4D4D;
	    text-align: left;
	    line-height: 10px;
	    text-transform: uppercase;
	    margin-top: 1px;
	    margin-left: 5px;
	    letter-spacing: 1px;
	    font-weight: 700;
	}
@media only screen and (max-width: 1000px) {
	header .custom-area-work{
		right: 14%;
	}
}
@media only screen and (max-width: 700px) {
	header .custom-area-work{
		display:none;
	}
}
.grid-container {
	display: grid;
    justify-content: center;
    align-content: center;

  	grid-template-columns: 220px 220px 220px 220px;

}
.grid-item {
  padding: 20px 0px;
}
.grid-item img{
  margin:auto;
}
@media only screen and (max-width: 880px) {
	.grid-container {
  		grid-template-columns: 220px 220px 220px;
	}
}
@media only screen and (max-width: 688px) {
	.grid-container {
  		grid-template-columns: 220px 220px;
	}
}
@media only screen and (max-width: 550px) {
	.grid-container {
  		display: none;
	}
}

.customers-header{
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    color: #646464;
    letter-spacing: -0.05px;
    line-height: 56px;
    margin: 50px 0px;
}
@media only screen and (max-width: 550px) {
	.customers-header {
  		display: none;
	}
}
@media (max-width: 768px){
	.customers-header {
		font-size: 34px;
	}
}
section.customers{
	width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.grid-item img {
    zoom: 108%;
}