/*POWERED BY*/
/*@media only screen and (min-width: 755px){*/
	.powered {
	    /* min-height: 28px; */
	    position: relative;
	    /* bottom: 0 !important; */
	    bottom: 30px;
	    margin-bottom: 8px;
	}
	
	.powered a {		
    position: absolute;
    right: 0;
    width: 129px;
    min-height: 28px;
    background-color: red;
    padding: 15px;
    padding-left: 129px;
    background: url(../img/footer01.png) no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	}

	.powered a:hover {
    background: url(../img/footer02.png) no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

/* GMAPS RESPONSIVE*/
.map-responsive{
    overflow:hidden;
    padding-bottom: 25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:50vh;
    width:100%;
    position:absolute;
}


iframe{
	z-index: 1;
	opacity: 0.5;
}

.btn-primary{
	background-color: #D3AF00;
    border-color: #D3AF00;
    font-size: 1.5rem;
    font-family: 'avenirBold';
    border-radius: 38px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.2;
}

.btn-primary:hover{
	background-color: #3c3c3d;
    border-color: #3c3c3d;
	}	
.btn-primary:not(:disabled):not(.disabled):active{
	background-color: #D3AF00;
    border-color: #D3AF00;
}

.bg_map{
	background-color: black;
}

.golden_bar{
	height: 0.5vh;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #D3AF00;
}

.srv-img{
	width: 45%;
	margin-right: auto;
	margin-left: auto;
}

#responsive li{
	text-align: center;
}

.lslide p {
	font-size: 1rem;
	color: #D3AF00;
	font-family: avenirBold;
	line-height: 1rem;
}

.lslide-wrapper{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.floating{
	background-color: white;
	position: absolute;
	z-index: 999;
	/* top: -18vh; */
	/* left: 15vw; */
	padding: 18px;
	width: 40vw;
}
/************* CUSTOM STYLE LUIS PALAFOX *************/

@font-face {
  font-family: avenir;
  src: url(AvenirNextLTPro-Regular.otf);
}

@font-face {
  font-family: avenirBold;
  src: url(AvenirNextLTPro-Bold_0.otf);
}

body {
	font-family: 'avenir';
}

.parallax-text{
	font-family: avenirBold;
	color: rgb(0, 0, 0);
	width: 100%;
	text-align: center;
	padding-top: 184px;
	padding: auto 50vw;
	font-size: 5rem;
}

.wrapper{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vh;
	margin-bottom: 5vh;
}

.logo_wrapper {
	position: absolute;
	z-index: 999;
	top: 8vh;
	left: 9vw;
}

.burger_wrapper {
	position: absolute;
	z-index: 999;
	top: 22vh;
	left: 9vw;
}
.burger_wrapper img{
	width: 29px;
}

.logo_wrapper > img {
	width: 11vw;
}

.cover_wrapper{
    position: absolute;
    z-index: 999;
    top: 54%;
    left: 7vw;
    width: 23%;
}

.logo_secundario{
	position: absolute;
	z-index: 999;
	top: 17%;
	left: 7vw;
	width: 25%;
	max-width: 25%;
}
.logo_secundario > img{
	max-width: 100%;
	width: 100%;
}

.cover_wrapper h2{
	color: #D3AF00;
	font-size: 2.8vw;
	line-height: 1;
	font-family: 'avenirBold';
	margin-bottom: 5vh;
}

.cover_wrapper p{
	color: white;
	font-size: 2.5vw;
	line-height: 0.9;
}

.center{
	text-align: center;
}

.centered{
	margin-right: auto;
	margin-left: auto;
	width: 70%
}
.centered > div {
	padding: 3%;
}

.galery-centered{
	margin-right: auto;
	margin-left: auto;
	width: 70%
}

.two-years{
	padding: 0 !important;
	padding-top: 3.5vh !important;
}


.center > h1 {
	width: 100%;
	/* font-weight: 700; */
	margin-bottom: 5vh;
	font-family: 'avenirBold';
	font-size: 1.7rem;
}

.img-wrapper, .img-wrapper-footer{
	width: 100%;
}
.img-wrapper{
	padding-bottom: 3vh;
}

.parallax {
  /* The image used */
  background-image: url("../img/a2.png");

  /* Set a specific height */
  height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.formWrapper{
	width: 70%;
	padding-top: 2vh;
	padding-bottom: 2vh;
	margin-left: auto;
	margin-right: auto;
}

.gray{
	background-color: #cecece;
}

.negatives{
	background-color: #4f4f4f;
}
.negative, .negatives{
	padding-bottom: 2vh;
	padding-top:  2vh;
}
.negative, .negatives h1{
	color: white;
}
.negative, .negatives p {
	color: white;
}

.blog_entry h3{
	color: #D3AF00;
	font-family: 'avenirBold';
	font-size: 1.6rem;
	margin-bottom: 0;
}

.blog_entry p{
	font-size: 1.2rem;
	text-align: justify;
	line-height: 2.5rem;
	margin-top: 3vh;
}

.footer-wrapper{
	color: white;
	/* position: absolute; */
	/* bottom: 111px; */
	z-index: 999;
	width: 100%;
	/* height: 100px; */
	min-height: 100px;
	/* margin-top: -50vh; */
	/* background-image: url('../img/datos-10.png'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #49904b;
}

.footer-icons{
	width: 100%;
	text-align: center;
}

.icons {
	flex-wrap: wrap;
	width: 40px;
	margin: 0.5vw;
}

p{
	font-size: 1.2rem;
}

a{
	color: white;
	font-weight: 100;
	/* margin-left: auto; */
	/* margin-right: auto; */
}
a:hover{
	color: #b0b0b0;
}

.modal-content{
	top: 10vh;
}
.modal-title{
	color:  #D3AF00;
	width: 100%;
}
.modal-header{
	text-align: center;
}

.foot a{
	color: black;
}
.foot{
	font-size: 1.2rem;
	line-height: 2;
	/* border-top: solid #D3AF00; */
	padding-top: 1vh;
	padding-bottom: 0.8vh;
	/* background-image: url('../img/datos-11.png'); */
	background-color: white;
	color: black !important;
	font-weight: 900;
}

.btn_primary{
	width: 150px;
}

.btn-play{
	width: 45px;
	height: 45px;
	background-image: url(../img/play.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.btn-play:hover{
	background-image: url(../img/play2.png);
	}

/*MENU*/
.menu_wrapper{
	background-color: #000000;
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 20px 5% 16px 5%;
	z-index: 1100;
}

.menu_btn{
	color: white;
	/* flex-grow: 1; */
	flex-shrink: ;
	line-height: 2;
	margin-top: 0vh;
	padding-left: 3%;
	text-align: center;
	/* border-right: solid 1.5px #9e9e9e; */
	padding-right: 3%;
}

.menu_btn img {
    height: 50px;
    margin-top: -14px;
}

.no_border{
	border-right: none;
}

.menu_btn a:hover {
    text-decoration: none;
}

.close{
	display: none;
}

.selected{
	color: #6d925c;
}

/*NOSOTROS*/
.img-wrapper{
	width: 100%;
	max-height: 100vh;
	overflow: hidden;
}
.img-wrapper img {
	width: 100%;
}

.grey {
	background-color: #DADADA;
}

.valores{
	/* The image used */
	background-image: url("../img/a1.png");

  /* Set a specific height */
	height: 500px;

  /* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.valores h1{
	color: white;
	padding-top: 14vh;
}

.valores-wrapper{
	display: flex;
	margin-left: 10%;
	margin-right: 10%;
}

.valor {
	flex-grow: 1;
	width: 10%;
}

.valor img {
	height: 16vh;
}

.jalf{
	width: 48%; 
	margin-right: 2%; 
	padding: 10px;
}

.gallery-title{
	position: relative;
	top: -14vh;
	margin-left: 26px;
	border-left: 5px black solid;
	padding-left: 8px;
	font-family: 'avenirBold';
	line-height: 1.1;
	/* font-size: 2rem !important; */
}

.gallery-title>p{
	font-size: 1.8rem;
	
	text-decoration: solid;
} 

.galeria-hrerf{
	color: black;
}
.galeria-hrerf:hover{
	text-decoration: none;
	color: #424242 !important;
}

video[controls]::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {

	.main-message{
		font-size: 2rem !important;
	}

	.menu_wrapper{
		position: fixed;
	}
	.wabtn{
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.galery-centered{
		margin-right: auto;
		margin-left: auto;
		width: 95%
	}

	.logo_secundario{
		display: none;
	}

	.parallax-text{
		font-size: 3rem;
		padding-top: 161px;
	}

	.foot, .foot > p{
		font-size: 0.8rem;
		padding-bottom: 15px;
	}
	.cover_wrapper h2{
		font-size: 2.5rem;
	}
	.cover_wrapper p {
	    font-size: 5.5vw;
	}
	.btn_primary{
		margin-bottom: 1vh
	}
	.menu_wrapper{
		flex-direction: column;
		/* z-index: 999; */
		text-align: center;
	}
	.logo_wrapper{
		display: none;
	}
	.menu_btn{
		line-height: 2.5;
		border: none;
		width: fit-content;
	}

	.close{
		display: inherit;
	}

	.blog_entry p{
		line-height: 2rem;
	}

	.jalf{
		width: 100%;
		margin-right:0;
	}
	.wrapper{
		width: 85%;
	}
	.burger_wrapper{
		background-color: black;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		padding: 15px;
	}
	.cover_wrapper{
		width: 65%;
		margin-left: 6vw;
	}
	.menu_btn img{
		/* height: 100px; */
		/* margin-left: auto; */
		/* margin-right: 0; */
		/* width: 50px; */
	}

	.valores-wrapper{
		flex-direction: column;
		text-align: center;
	}

	.valores{
		height: 56vh;
		text-align: center;
	}

	.servicioss{
		height: 150vh
	}
	
	.valor{
		width: 100%;
		margin-bottom: 3vh;
	}

	.map-responsive{
		padding-bottom: 92%
	}
}

#contacto, #galeria{
	margin-top: -10vh;
	position: absolute;
}





/******************** HITO */

.main-wrapper{
	width: 100%;
	position: absolute;
	top: 40%;
	z-index: 1;
}

.main-message{
	width: fit-content;
	color: white;
	margin-left: auto;
	margin-right: auto; 
	font-size: 10vh;
	font-weight: 700;
}

.main-btn-wrapper{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10vh;
	text-align: center;
	width: fit-content;
}
.main-btn:hover{
	text-transform: none;
	text-decoration: none;
	background-color: #4f4f4f;
	color: white;
	transition-duration: 1s
}

.main-btn{
    background-color: #6d925c;
    padding: 10px 32px;
    border-radius: 25px;
    color: white;
    border: none;
    cursor: pointer;
}

.gray-bar{
	background-color: #4f4f4f;
	height: 100px;
	width: 100%;
}

.main-img{
	width: 65px;
	margin-top: 20px;
}

.hito-presentacion{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem
}
.hito-presentacion ul{
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

.hito-presentacion ul li{
	width: fit-content;
}

.section-title{
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
	padding-top: 5vh;
	padding-bottom: 5vh;
}

.green-bar{
	margin-top: 2vh;
	height: 10px;
	width: 100px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto; 
	background-color: green;
}

h4{
	font-weight: 700;
	line-height: 3rem;
}

h5 {
	font-weight: 700;
	line-height: 1.5rem;
}

.hito-servicios{
	background-color: #4f4f4f;
}

.selecter{
	color: white;
	border: 3px white solid;
	position: relative;
	margin-top: -13px;
}

.selecter-w{
	margin-top: -31px;
	text-align: center;
}

.opta {
	position: relative;
	margin-top: 22px;
	margin-bottom: 22px;
	width: fit-content;
	padding: 0px 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #4f4f4f;
	/* font-size: 0.6rem; */
}

.outer{
	width: 100%;
	margin-bottom: 20px;
	position:initial;
	color: white;
	margin-top: 20px;
}

.semiselectar{
	border-top: 3px white solid;
	border-left: 3px white solid;
	border-right: 3px white solid;
}
.service-wrapp{
	color: white;
	font-size: 1.1rem;
	line-height: 2rem;
}

#lagaleria {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
#lagaleria .row{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: -15px;
    margin-left: -15px;
}

.opta, .outer {
	cursor: pointer;
}