/*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: 350px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:50vh;
    width:100%;
    position:absolute;
}


.frame{
	z-index: 1;
	opacity: 0.5;
}

#modaltext > p{
	font-size: 1rem;
}

.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;
}

.vermas{
	position: absolute;
    top: 83vh;
    left: 46vw;
    z-index: 999;
    width: 180px;
    max-width: 180px;
}

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

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

.srv-img-50{
	width: 70%;
	/* max-height: 137px; */
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#responsive li{
	text-align: center;
}
.lslide-personal-wrapper p{
	font-size: 0.75rem;
	text-align: justify;
}

.personal-text{
	padding-right: 10%;
	
}


.lslide-personal-wrapper .lSPrev,.lslide-personal-wrapper .lSNext{
	background-color: white;
	/* right: 11px !important; */
	color: #70a300;
}


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

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

.lslide-personal-wrapper{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5vh;
	/* border-bottom: 3px #6d6d6d solid; */
	margin-bottom: 3vh;
}

.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(255 255 255);
	width: 100%;
	text-align: center;
	padding-top: 184px;
	padding: auto 50vw;
	font-size: 2.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;
    margin-top: 20%;
    width: 50%;
}

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

.iso-wrapper{
	width: 100%;
	text-align: center;
}
.iso-wrapper img{
	width: 100px;
}

.green-line{
	background-color: #70a300;
}
.white-line{
	background-color: white;
}
.green-line, .white-line{
	width: 9vw;
	margin-top: 6px;
	min-height: 6px;
	
	line-height: 0;
	margin-left: auto;
	margin-right: auto;
}

.green-text{
	color: #70a300;
	margin-top: 2vh !important;
	margin-bottom:  2vh;
	font-weight: 700;
}

.parag{
	font-size: 0.9rem;
	text-align: justify;
}

.green-fonts{
	color: #70a300;
	margin-top: 0 !important;
	text-align: center;
}

.green-btn {
	background-color: #70a300;
	padding: 5px 15px;
	border-radius: 13px;
	margin-bottom: 10px;
	color: white;
	font-weight: 300;
	border: none;
	cursor: pointer;
}

.grey-btn {
	background-color: #5c615f;
	padding: 5px 15px;
	border-radius: 13px;
	margin-bottom: 10px;
	color: white;
	font-weight: 300;
	border: none;
	cursor: pointer;
}

button.green-btn {}

.green-btn:hover{
	color: black;
	text-decoration: none;
}

.cover_wrapper h2{
	color: #70a300;
	font-size: 2.8vw;
	line-height: 1;
	font-family: 'avenirBold';
	margin-bottom: 5vh;
	/* text-shadow: 4px 2px 5px black; */
}

h2 {}

.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: 4vh;
	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: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-sub{
	font-size: 1.5rem;
	color: white;
	font-weight: 700;
}

.white{
	margin-top: 1rem;
	color: white !important;
}

.formWrapper{
	width: 70%;
	padding-top: 2vh;
	padding-bottom: 2vh;
	margin-left: auto;
	margin-right: auto;
}

.gray{
	background-color: #cecece;
}

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

.blog_entry h3{
	color: #000000;
	font-family: 'avenirBold';
	font-size: 2rem;
	margin-bottom: 0;
	text-align: center;
}

.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: black;
}

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

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

p{
	font-size: 1.0rem;
}

a{
	color: black;
	font-weight: 700;
	/* margin-left: auto; */
	/* margin-right: auto; */
}
a:hover{
	color: #70a300;
}

.modal-content{
	top: 10vh;
}
.modal-title{
	color: #70a300;
	width: 100%;
	font-weight: 700;
}
.modal-header{
	text-align: center;
}

.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-size: cover; */
}

.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: #fdfdfd;
	position: fixed;
	top: 0px;
	width: 100%;
	padding: 20px 2% 16px 2%;
	z-index: 1100;
}

.menu_btn{
	color: black;
	/* flex-grow: 1; */
	flex-shrink: ;
	line-height: 2;
	margin-top: 0vh;
	padding-left: 3vw;
	text-align: center;
	border-right: solid 1.5px #70a300;
	padding-right: 3vw;
	/* font-weight: 700 !important; */
}

.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: #70a300;
}

/*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 */
	background-color: #70a300;
	height: 420px;

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

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

.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) {

	.srv-img-50{
		 max-height: 270px; 
	}

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

	.logo_secundario{
		display: none;
	}

	.parallax-text{
		font-size: 2.5rem;
		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;
	}
	.logo_wrapper{
		display: none;
	}
	.menu_btn{
		line-height: 2.5;
		border: none;
	}

	.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;
	}

	.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: 350px;
	}
}

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