/*@import url(./mixin.css);*/
/*----NAVBAR----*/
.header{
	width: 100%;
	text-align: center;
}
.navbar{
	top:0;
	max-width: 100%;
	width: 100%;
	position: absolute;
	z-index: 6;
	height: 70px;
	/*	height: auto;*/
	text-align: center;
	transition: ease-in-out 0.32s;
}
.navbar-section{
	background: rgba(32,32,32,0.76)
}
.sticky-nav{
	position: fixed;
	top:0;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: space-around;
	align-content: stretch;
	height: 70px;
	background: #000;
	transition: ease-in-out 0.32s;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.50);
}
.navbar-home::before.sticky-nav,.navbar-section::before.sticky-nav{
	position: relative;
}
.navbar-home::after.sticky-nav,.navbar-section::after.sticky-nav{
	transition: ease-in 2s;
	position: relative;
	top:0px;
}
.ele_nav{
	display: inline-flex;
	height: 70px;
	align-items: center;
	justify-content: center;
	align-content: center;
	max-width: 100%;
	top: 0;
}
.ul-menu{
	transition: ease-out 0.3s;
}
.navlink{
	position: relative;
	width: auto;
}
.navlink > a {
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-decoration: none;
	font-weight: 300;
	font-size: 18px;
	transition: all 0.2s ease-out;
}
.navlink .fa-envelope{
	position:absolute;
	display: inline-block;
	top:-2px;
	margin-left: 8px;
	font-size: 24px !important;
}
.navlink > a::before {
	background: #E00E35;
	content: '';
	display: block;
	height: 3px;
	line-height: 70px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.2s ease-out;
	width: 0;
}
.navlink > a.active {
	color: #fff;
	background: rgba(0,0,0,0.10);
}
.navlink > a.active::before {
	width: 100%;
}
.navlink:hover a{
	text-decoration: underline;
	text-decoration-color: #1d5468;
	color: #fff;
}
.ico-nav{
	width: 50px;
}
.cont-logo-inicio{
	width: 100%;
	transition: all ease-out 0.2s;
	text-align: center;
	position: absolute;
	z-index: 2;
}
.logo-inicio{
	max-width: 100%;
	width: 220px;
	margin: auto;
}
.logo-inicio img{
	transition: ease-out 0.1s;
}
.logo-section{
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	/*margin-top: -40px;*/
	text-align: center;
	width:260px; 
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	margin-bottom: -60px;
}
.logo-brand, .logo-brand2{
	max-width: 100%;
	width: 320px; 
	padding-left: 30px;
	padding-right: 30px;
}
.cont-logo-footer{
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	text-align: left;
	background: #3e3e3e;
}
.logo-footer{
	position: relative;
	width: 160px;
	margin-top:20px;
	margin-bottom: 20px;
/*background: rgba(70,127,168, 0.8);*/}
.cont_elenavs{
	top: 0;
	position: relative;
	/*text-align: right;*/
	width: auto;
}
.site-nav{
	text-align: center;
	position: relative;	
}
.movil-menu{
	display: none;
	position: absolute;
	width:auto;
	top: 0px;
	padding: 10px 14px;
	height: 70px;
	margin: auto;
	z-index: 1200;
	text-align: center;
	right: 5px;
	cursor: pointer;
}
.movil-menu .burguer{
	display: inline-block;
	top:0;
	height: auto;
	border-radius: 4px;
	position: relative;
	text-align: right;
	padding: 0px 14px;
}
.movil-menu .burguer .bur-item{
	transition: ease-out 0.4s;  
	position: relative;
	width: 38px;
	height: 2px;
	background: #FFF; 
}
.burguer #bur-item1 {
	top:7px;
	width: 34px;
}
.burguer #bur-item2 {
	top: 14px;
}
.burguer #bur-item3 {
	top: 21px;
	width: 30px;
}
.movil-menu .burguer #bur-item1.open {
	background: #fff; 
	transition: all ease-out 0.4s; 
	width: 40px;
	-webkit-transform: rotate(135deg);
	top: 16px;
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
	background: #f3af4b !important;
}
.movil-menu .burguer #bur-item2.open {
	background: transparent;
	transition: all ease-out 0.2s; 
	width: 0px;
}
.movil-menu .burguer #bur-item3.open{
	width: 40px;
	transition: all ease-out 0.4s; 
	-webkit-transform: rotate(-135deg);
	top: 12px;
	-webkit-transform: rotateZ(-135deg);
	transform: rotateZ(-135deg);
	background: #f3af4b !important;
}
.movil-menu:hover .burguer .bur-item:nth-child(1),
.movil-menu:hover .burguer .bur-item:nth-child(2),
.movil-menu:hover .burguer .bur-item:nth-child(3){
	width: 100%;
	transition: all ease-in 0.4s;
	background: #f3af4b !important;
}
.movil-menu:hover .burguer .bur-item:nth-child(2){
	width: 50%;
	transition: all ease-in 0.6s;
}
.movil-menu:hover .burguer .bur-item.open:nth-child(2) {
	transition: all ease-out 0.4s; 
	background: transparent; 
	width: 0;
}
.banner{
	width: 100%;
	height: 100vh;
}
#inicio{
	overflow: hidden;
}
#home{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-image: url(../img/slide1.jpg);
	background-size: cover;
	background-position: center; 
	height: auto;
}
#nosotros{
	transition: all ease-out 0.2s;
	padding-top: 60px;
	max-width: 100%;
	background: #fff;
}
#quienes-somos{
	width: 100%;
	display: inline-block;
	margin-bottom: -2px;
}
#hagamos-marca{
	background: url(../img/hagamos-marca2.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	text-align: left;
	background-attachment: fixed;
}
#rrpp{
	background: url(../img/rrpp.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	text-align: center;
	background-attachment: fixed;
}
#experiencias{
	background: url(../img/experiencias-1b.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	text-align: center;
	background-attachment: fixed;
}
#brands-and-work{
	background: url(../img/brands-and-work3.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	text-align: center;
	background-attachment: fixed;
}
#contacto{
	background: url(../img/contacto3.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	text-align: center;
	background-attachment: fixed;
}
#rrpp-null .title, #experiencias .title, #hagamos-marca .title{
	padding-top: 30px;
	/*background:red;*/
}
#experiencias .logo-section{
	margin-top: 10px;
}
#rrpp .logo-section{
	margin-top: 30px;
}
#rrpp .title, #brands-and-work .title{
	padding-top: 30px;
}
#brands-and-work .logo-section{
	margin-top: 25px;
}
.sec-banner{
	position: relative;
	top:0;
	height: 100vh;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	align-self: center;
}
.sec-banner .title{
	text-align: left;
}
.sec-banner .title{
	max-width: 100%;
	width: 650px;
	padding-right: 15px;
	padding-left: 15px;
}
.sec-banner .title h1{
	font-size: 48px;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.35);
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 0px;
	/*	color:#F3AF4B;*/
}
.sec-banner .title p{
	font-size: 19px;
	line-height: 24px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
	color: #d8d8d8;
	font-weight: 400;
	/*color:#fff;
	color:#F3AF4B;
	color:#f4b55d;*/
}

.cont-form{
	width: 100%;
	bottom: 0;
	z-index: 4;
	/*position: absolute;*/
	position: relative;
	padding-top: 0px;
	max-width: 100%;
	height: auto;
}
.cont-form2{
	width: 100%;
	bottom: 0;
	z-index: 0;
	/*position: absolute;*/
	position: relative;
	padding-top: 0px;
	max-width: 100%;
	height: auto;
	bottom:0;
	text-align: center;
}
.cont-form2 .cont-form-inicio{
	position: relative;
	margin-top: 100px;
}
.cont-form2 .cont-form-inicio .form-inicio{
	position: relative;
	max-width: 620px;
	margin: 0 auto;
	/*background: rgba(0,0,0, 0.35);*/
	background:transparent;
	bottom: 0;
	padding-bottom: 15px;
	border-radius: 4px;
}
.cont-form2 .cont-form-inicio .form-inicio h2{
	margin-bottom: 0;
	color:#fff;
}
.cont-form-inicio{
	/*position: relative;* cambiar esto en responsive*/
	bottom: 0;
	/*height: 100vh;*/
	/*height: 50vh;*/
	position: absolute; /*cambiar esto a relative en responsive*/
	max-width: 100%;
	width: 100%;
}

.form-inicio{
	width: 100%;
	padding-top: 20px;
	/*position: absolute;*/
	text-align: left;
	background: rgba(243,175,75, 0.75);
	max-width: 100%;
	bottom: 0;
	padding-bottom: 40px;
	/*position: absolute;*/
	z-index: 10;
}
.form-inicio h2{
	padding-top: 10px;
	margin-bottom:15px;
	line-height: 38px;
	color:#000;
}
.cont-form label{
	font-size: 14px;
}
.items-form{
	max-width: 100%;
	width: 460px;
	margin: 0 auto;
}
.form-control{
	width: 100%;
	display: inline-block;
	margin-bottom: 14px;
}
.inputer, .selecter{
	border-radius: 2px;
	font-size: 18px;
	padding: 12px;
	max-width: 100%;
	width:460px;
	background: #fff;
	/*border:1px solid #939393;*/
	height: 34px;
	color: #939393;
	font-weight: 400;
}
.inputer2{
	border-radius: 2px;
	font-size: 18px;
	text-align: center;
	padding: 12px;
	font-weight: 500;
	background: #fff;
	border:1px solid #939393;
	height: 34px;
	color: #939393;
	height: 38px;
	max-width: 100%;
	width:460px;
}
.selecter{
	height: 34px;
	font-size: 18px;
	padding: 0px 4px;
	border-radius: 2px;
}
.texter-zone{
	width:460px;
	resize: none;
	height: 88px;
	color: #939393;
	border-radius: 2px;
	font-size: 18px;
	padding: 8px 12px;
	max-width: 100%;
	background: #fff;
	border:1px solid #939393;
	color: #939393;
	font-weight: 500;
}
.inputer:focus, .selecter:focus, .texter-zone:focus{
	border-radius: 2px;
	border-color: #6893b2;
	opacity: 1;
	color:#202020;
	font-family: 'Source Sans Pro', sans-serif;
}
.selecter option:focus {
	font-family: 'Source Sans Pro', sans-serif;
}
.submiter{
	text-align: right;
	max-width: 100%;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	width:auto;
	letter-spacing: 0.1em;
	/*float: right;*/
	padding: 5px 15px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	background: #000;
	/*margin-top: -10px;*/
	color: #fff;
}
.submiter:hover{
	opacity: 0.9;
	transition: ease-in opacity 0.4s;
}
.submiter2{
	width: auto;
	padding: 8px 10px;
}
.submiter2:hover{
}
.line-separator{
	position: relative;
	height: 6px;
	width: 80px;
	margin-bottom: 14px;
}
.ele-side{
	max-width: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 320px;
}
.txt-side h3{
	font-weight: 700;
}
.bg-side{
	overflow: hidden;
	position: relative;
	align-content: center;
	justify-content: center;
}
.bg-side .text-content h2{
	color:#fff;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: -1px 2px 3px rgba(0,0,0,0.45);
}
.bg-side .text-content p{
	text-shadow: -1px 2px 2px rgba(0,0,0,0.45);
}
.icon-side{
	width: 120px;
}
.icon-element{
	border-radius: 4px;
	padding: 8px 10px;
	display: inline-block;
}
.icon-element img{
	width: 45px;
	display: block;
}
#icon-msg-form{
	position: relative;
	float: right;
	top:-45px;
}
.ele-footer{
	max-width: 100%;
	display: flex;
	min-height: 320px;
	justify-content: center;
	align-items: center;
	align-content: center;
	/*height: 240px;*/
	text-align: left;
}
.item-otherinfo{
	max-width: 100%;
	width: 260px;
	display: flex;
	align-items: right;
	align-content: right;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	text-align: left;
}
.item-otherinfo .other-title{
	border-bottom: 2px solid #3E3E3E;
	padding-bottom: 5px;
	color:#e0e0e0;
	margin-bottom: 12px;
}
.other-links{
	width: 100%;
	text-align: left;
	margin-bottom: 4px;
}
.other-links a{
	color: #919191;
	line-height: 26px;
}
.other-links a:hover{
	color:#b7b7b7;
	text-decoration: underline;
}
.carret{
	display: inline-block;
	padding-right: 2px;
}
.cont-servs{
	width: 100%;
	display: inline-block;
}
.item-serv{
	cursor: pointer;
	position: relative;
	max-width: 100%;
	width: 380px;
	margin: auto;
	height: 300px;
	overflow: hidden;
	border-radius: 4px;
}
.item-serv .serv-content{
	position: relative;
	background:rgba(11,56,72,.90);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 234px;
	top:-234px;
	text-align: center;
	transition: ease-in 0.6s;
}
.btn-more{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 10px;
	border-radius: 50%;
	width: 36px;
	align-items: center;
	/*line-height: 32px;*/
	height: 36px;
	border:2px solid #fff;
}
.item-serv:hover .serv-content, .item-serv.active .serv-content{
	transition: ease-in 0.2s;
	top:0;
}
.item-serv .serv-content p{
	padding-top: 40px;
	line-height: 22px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}
.item-serv:hover .title-serv, .item-serv.active .title-serv{
	transition: ease-in 0.2s;
	color: #F3AF4B;
	background: #202020;
}
.title-serv{
	padding: 6px 25px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom: 0;
	color:#fff;
	height: 66px;
	background: #3E3E3E;
}
.title-serv h5{
	padding-top: 6px;
}
#item-serv1{
	background: url(../img/servicio1-make-your-brand.jpg) no-repeat;
	position: relative;
	background-size: cover;
	background-position: center;
}
#item-serv2{
	background: url(../img/servicio2-rrpp-comunication.jpg) no-repeat;
	position: relative;
	background-size: cover;
	background-position: center;
}
#item-serv3{
	background: url(../img/servicio3-generate-experiencies.jpg) no-repeat;
	position: relative;
	background-size: cover;
	background-position: center;
}
#txt-side1, #bg-side1, #bg-side3, #bg-side5, #bg-side11, #txt-side11{
	height: 380px;
}
#bg-side1{
	width: 100%;
	text-align: center;
	background: url(../img/bg-side1.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#bg-side2{
	width: 100%;
	text-align: center;
	background: url(../img/bg-side2.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#bg-side3{
	width: 100%;
	text-align: center;
	background: url(../img/bg-side3.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#bg-side4{
	width: 100%;
	text-align: center;
	background: url(../img/bg-side4.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#bg-side5{
	width: 100%;
	text-align: center;
	background: url(../img/bg-side5.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#bg-side6{
	width: 100%;
	text-align: left;
	background: url(../img/bg-side6.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#bg-side7{
	width: 100%;
	text-align: left;
	background: url(../img/bg-side7.jpg)no-repeat;
	background-size: cover;
	background-position: bottom center;
}
#bg-side8{
	width: auto;
	text-align: left;
	background: url(../img/bg-side8.jpg)no-repeat;
	background-size: cover;
	background-position: top center;
}
#bg-side9{
	width: auto;
	text-align: left;
	background: url(../img/bg-side9.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#bg-side10{
	width: auto;
	text-align: left;
	background: url(../img/bg-side10.jpg)no-repeat;
	background-size: cover;
	background-position: right top;
}
#bg-side11{
	width: auto;
	text-align: left;
	background: url(../img/bg-side11.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#bg-side12{
	width: auto;
	text-align: left;
	background: url(../img/bg-side12.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#brand-pres1{
	width: auto;
	background: url(../img/mexico-en-tu-mesa-bg.jpg)no-repeat;
	background-size: cover;
	background-position: top center;
}
#brand-pres2{
	width: auto;
	background: url(../img/travel-living-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#brand-pres3{
	width: auto;
	background: url(../img/dej-jaguar-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#brand-pres4{
	width: auto;
	background: url(../img/food-loose-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#brand-pres5{
	width: auto;
	background: url(../img/ciudadano-bg.png)no-repeat;
	background-size: cover;
	background-position: center;
}
#brand-pres6{
	width: auto;
	background: url(../img/el-papalote-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#brand-pres7{
	width: auto;
	background: url(../img/botanico-pedro-ruiz-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#brand-pres8{
	width: auto;
	background: url(../img/fime-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#brand-pres1,#brand-pres2,#brand-pres3,#brand-pres4,#brand-pres5,#brand-pres6,#brand-pres7,#brand-pres8{
	/*min-height: 380px;*/
}
#bg-side4  .text-content p{
	text-shadow: 0px 2px 3px rgba(0,0,0,0.75);
}
.cont-txt{
	position: relative;
	z-index: 1;
}
.img-desc-head{
	width: 160px;
}
.pie-page .btn-top{
	text-align: right;
}
.btn-top:before{
	position: relative;
}
.btn-top{
	transition: ease-in 1.6s;
	right: 30px;
	padding: 0px;
	z-index: 1;
	display: block;
	border-radius: 50%;
	bottom: -168px;
	position: fixed;
	width: 44px;
	height: 44px;
	background: rgba(11,56,72,1)
}
.btn-top.show{
	transition: ease-in 1.6s;
	bottom: 68px;
	position: fixed;
}
.btn-top img{
	display: block;
	padding: 0;
	border-radius: 50%;
}
.cont-items{
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}
.item-square{
	position: relative;
	text-align: center;
	background: transparent;
	display: flex;
	flex-wrap: nowrap;
	flex-flow: column;
	align-items: center;
	align-content: center;
}
.item-square.hg-280{
	display: flex;
	height: 280px;
	align-items: center;
	align-content: center;
	justify-content: center;
}
#item-square1{background: #f6f6f6;}
#item-square2{background: #eaeaea;}
#item-square3{background: #dfdfdf;}
#item-square4{background: #d6d6d6;}
.item-square-200{
	position: relative;
	background: transparent;
	height: 200px;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	flex-flow: column;
	align-items: center;
	align-content: center;
	margin-bottom: 50px;
}
.cont-item{
	max-width: 100%;
	border-radius: 4px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
}
.cont-item h3{
	font-weight: 700;
	line-height: 32px;
}
.cont-item p{
	max-width: 100%;
	font-size: 18px;
	margin-bottom: 10px;
}
.cont-item:hover{
	-webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.15); 
	box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.15);
}
/*-----------NOSOTROS---------------*/
#nosotros{
	position: relative;
	width: 100%;
	margin-bottom: -2px;
}
.cont-card-img{
	display: block;
}
#cont-cards-nosotros, #proyectos{
	width: 100%;
}
.cont-items-proyectos{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}
.item-proyecto{
	position: relative;
	max-width: 100%;
	width: 310px;
	display: inline-block;
	vertical-align: middle;
	height: 145px;
	margin: auto;
	border-radius: 4px;
}
.item-proyecto .btn-modal{
	position: absolute;
	/*left: 0;*/width: 310px;;
	height: 110px;
	left: 0;
	border:none;
	background: transparent;
	cursor: pointer;
}
.item-proyecto .btn-modal:hover{
	border:1px solid lightgray;
}
.btn-action.close-modal{
	width: 120px;
	display: flex;
	margin:auto;
	color: #fff;
	border-radius: 0;
	padding: 0;
	background: #6893b2;
	position: relative;
	font-size: 18px;
}
.btn-action i{
	display: inline-flex;
	padding-left: 6px;
}
.item-proyecto .my-item-img{
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	height: 110px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #F5F6FA;
	-webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.15); 
	box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.15);
	border-radius: 4px;
}
.item-proyecto .my-item-img:hover > img{
	transform: scale(1.04);
	transition: ease-in 0.2s;
	border-radius: 4px;
}
.item-proyecto img{
	height: 90px;
	border-radius: 4px;
	transition: ease-in 0.4s;
	object-fit: cover;
}
#cont-txt2{
	width: 100%;
	display: inline-block;
}
.cont-form-footer{
	max-width: 100%;
	width: 760px;
	margin: auto;
	text-align: center;
}
.cont-form-footer .sps{
	letter-spacing: 1px;
}
.fancybox {
	display: block;
	width: 100%;
	height: 100%;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
}
/*------------------------------------*/
/*------------ FOOTER --------------*/
.antefooter{
	position: relative;
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.cont-other-info{
	width: 100%;
	display: inline-block;
	align-items: center;
	min-height: 260px;
	justify-content: center;
	align-items: center;
	margin-bottom: -3px;
}
.cont-pie-page{
	text-align: left;
	width: 100%;
	display: flex;
}
.info-item a{
	font-weight: 300;
}
.info-item a:hover{
	text-decoration: underline;
}
.info-item .info-icon{
	padding-right: 8px;
}
.outicon-space{
	padding-right: 22px;
}
.cont_whats{
	top:13px;
	left:30px;
	position: fixed;
	padding: 0;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	z-index: 20;
}
#btn_whatsnav{
	position: relative;
	color: #58ee82;
	color: #fff;
	font-size: 32px;
}
.cont_whats:hover{
	background: #0b3848; 
}
.pulse_whats {
	background: transparent;
	border-radius: 50%;
	height: 48px;
	width: 48px;
	position: absolute;
	top:20px;
	left: -4px;
  /*margin: 11px 11px 11px 15px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);*/
  z-index: 1;
}

.pulse_whats:after {
	content: "";
	border-radius: 50%;
	height: 36px;
	width: 36px;
	position: absolute;
	margin: -16px 0 0 -16px;
	-webkit-animation: pulsate 1.4s ease-out;
	-moz-animation: pulsate 1.4s ease-out;
	-o-animation: pulsate 1.4s ease-out;
	-ms-animation: pulsate 1.4s ease-out;
	animation: pulsate 1.4s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-box-shadow: 0 0 2px 3px #75FF9C;
	box-shadow: 0 0 2px 3px #75FF9C;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-o-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}
@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-o-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}
@-o-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-o-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}
@keyframes pulsate {
	0% {
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-o-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}
/*----------------------------*/


/*------- slide --------*/
.cont-slider{
	width: 100%;
	height: 100vh;
	position: relative;
	/*position: relative;*/
}
.slide .btn {
	display: inline-block;
	/*border-radius: 4px;*/
	padding: 11px 20px;
	color: #fff;
	text-decoration: none;
	position: relative;
	background: transparent;
	border: 1px solid #1D5468;
	letter-spacing: 0.4em;
	text-align: center;
	text-indent: 2px;
	font-size: 16px;
	text-transform: uppercase;
	transition: color 0.1s linear 0.05s;
}
.slide .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	background: #1D5468;
	/*border-radius: 4px;*/
	z-index: 1;
	opacity: 0;
	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.slide .btn::after {
	/*	border-radius: 4px;*/
	background: #1D5468;
	transition: border 0.1s linear 0.05s;
}
.slide .btn .btn-inner {
	/*	border-radius: 4px;*/
	position: relative;
	z-index: 2;
}
.slide .btn:hover {
	/*border-radius: 4px;*/
	/*color: #373737;*/
	color:#1D5468;
	transition: color 0.1s linear 0s;
}
.slide .btn:hover::before {
	/*border-radius: 4px;*/
	top: 0;
	height: 100%;
	opacity: 1;
	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.slide .btn:hover::after {
	/*border-radius: 4px;*/
	color:#1D5468;
	border-color: #373737;
	border-color: #1D5468;
	transition: border 0.1s linear 0s;
}

.slideshow {
	overflow: hidden;
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	height: 100vh;
	z-index: 1;
}
.slideshow .slideshow-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slideshow .slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.slideshow .slide {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
	display: block;
}
.slideshow .slide.is-loaded {
	opacity: 1;
}
.slideshow .slide .caption {
	/*padding: 0 100px;*/
}
.slideshow .slide .image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	z-index: 1;
	background-size: cover;
	image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
	width: 100%;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.slideshow .slide-content .caption{
	width: 100%;
}
.slideshow .slide-content {
	position: absolute;
	top: 0;
	max-width: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: center;
}
.slideshow .slide .title {
	margin-top:200px;
	width: 100%;
	position: relative;
	font-weight: 500;
	max-width: 100%;
}
.slideshow .slide .title h1{
	font-size: 50px;
	text-shadow: -1px 3px 4px rgba(0,0,0,0.45);
	line-height: 48px;
	/*font-weight: 500 !important;*/
	text-transform: uppercase;
}
.slideshow .slide .text {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	font-size: 18px;
	line-height: 1.4;
}
.slideshow .slide .btn {
	border-radius: 4px;
	margin-top: 10px;
	border-color: #fff;
}
.slideshow .slide .btn::before {
	background: #fff;
}
.slideshow .pagination {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	height: 12px;
	cursor: default;
	z-index: 6;
	/*text-align: center;*/
	text-align: left;
}
.slideshow .pagination .item {
	display: inline-block;
	padding: 15px 5px;
	position: relative;
	width: 46px;
	height: 32px;
	cursor: pointer;
	text-indent: -999em;
	z-index: 6;
}
.slideshow .pagination .item + .page {
	margin-left: -2px;
}
.slideshow .pagination .item::before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 36px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
	width: 0;
	background: #fff;
	z-index: 2;
	transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
	background-color: #f3af4b;
}
.slideshow .arrows{
	cursor: pointer;
	background: red;
}
.slideshow .arrows .arrow {
	margin: -33px 0 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	line-height: 36px;
	position: absolute;
	top: 40%;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
	z-index: 3;
	transition: ease-out 0.4s;
}
.slideshow .arrows .prev {
	left: 15px;
}
.slideshow .arrows .next{
	right: 15px;
}
.slideshow .arrow.prev .svg{
	left:-2px;
}
.slideshow .arrow.next .svg{
	left:2px;
}
.slideshow .arrow.prev:hover {
	background: #000;
	transition: ease-in 0.4s;
	left: 25px;
}
.slideshow .arrow.next:hover {
	background: #000;
	transition: ease-in 0.4s;
	right: 25px;
}
.slideshow .arrows .svg {
	position: relative;
	line-height: 22px;
	top:6px;
	width: 16px;
	height: 38px;
	fill: #fff;
	transition: left 0.2s ease;
}
.cont-mapa{
	width: 100%;
	height: 360px;
}
.cont-mapa iframe, .cont-mapa img{
	width: 100%;
	object-fit: cover;
	object-position: top center;
	height: 360px;
}