

*{
	margin: 0;
	padding: 0;
}

#background-color{
	height: 30px;
	background-color: black;
	width: 100%;
}

.background-color-text{
	text-align: center;
	color: #d5ad6d!important;
	font-family: Poppins;
	font-weight: 300;
}

#navbarMain{
	/*background-image: url("../imagenes/18121.jpg");
	background-repeat: no-repeat;
	background-position: center;*/
	/*background-size: 2000px;*/
	background-size: 100px;
	background-color: rgba(255, 255, 255, 0);
	height: 80px;
	transition: background-color 0.5s linear;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;*/
}

#navbarMainPostBajar{
	/*background-image: url("../imagenes/18121.jpg");
	background-repeat: no-repeat;
	background-position: center;*/
	/*background-size: 2000px;*/
	background-size: 100px;
	background-color: rgba(255, 255, 255, 1);
	height: 80px;
	transition: background-color 0.5s linear;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;*/
}

/* Navbar Header Items*/
/*#navbarHeader{
	padding-left: 400px;
}*/

#navbarHeaderText{
font-size: 18px;
font-family: Poppins;
color: #d5ad6d!important;
/*padding-top: 30px;*/ /* Antes era 70px */
}


/* Slides */
/*#slidesContainer{
	padding-top: 150px;
	width: 100%;
	height: 25px;
}*/

/*.carousel{
	width: 100%;
}*/

.container-fluid{
	width: 100%;
}

/*DROPDOWNS OPTIONS*/

.dropdown > a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 55% 80%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    color: black;
}

.dropdown > a:hover, .dropdown >a:focus {
    background-size: 87% 2px;
}

.dropdown-item{
	font-size: 10px;
	background-color: rgba(255, 255, 255, 0);
    font-family: Poppins;
}

.dropdown-item:hover{
	background-color: rgba(78, 78, 78, 1);
	color: white;
}


/* LASER */

.texto-laser{
	font-family: Poppins;
	color: #d5ad6d!important;
	font-size: 50px;
	text-align: center;
	letter-spacing: 3px;
	float: left;
}

.header-1{
	width: 100%;
	text-align: left;
	font-weight: 300px!important;
	font-family: Poppins;
    color: #d5ad6d!important;
	font-size: 46px!important;
	letter-spacing: 1.5px;
	float: left;
	/*padding-left: 2em;*/
}

.header-2{
	width: 100%;
	text-align: left;
	font-weight: 300px!important;
	font-family: Poppins;
	color: #d5ad6d!important;
	font-size: 46px!important;
	letter-spacing: 1.5px;
	float: left;
	/*padding-left: 2em;*/
	margin-top: -0.5em;
}

/*.header-2:after{
    content: ' ';
    position: absolute;
    top: 2.8em;
    left: 2em;
    border-bottom: 4px solid #000;
    border-color: inherit;
    width: 20%;
	float: left;
}*/

.texto-1{
	padding-top: 1em;
	text-align: left;
	font-weight: 300px!important;
	font-family: Poppins;
	font-size: 18px;
	color: black;
	float: left;
	/*padding-left: 6em;*/
}

#col-foto > img{
	float: right;
}
/* FIN LASER */

/* Footer Section */
.footer-section{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: /*#ffe6ff*/ white;
}

#footer-section-center-info h4, p{
	text-align: center;
	font-family: Poppins;
}

.footer-section-center-info-icons{
	margin-left: 240px;
}

.footer-section-bottom p{
	text-align: center;
}

.footer-section-bottom a{
	font-size: 0.8em;
}

.footer-section-bottom i{
	margin: 5px;
}

.fa-instagram{
	color: rgb(0, 0, 0);
}

.fa-facebook{
	color: rgb(0, 0, 0);
}

/* AJUSTES LAYOUT IPHONE X */
@media screen and (max-width: 375px){
	#jumbo1{
		background-size: 1000px;
	}

	#jumbo1 h1{
		font-size: 30px;
		text-align: center;
	}

	#jumbo2{
		background-size: contain;
	}

	#jumbo3{
		background-size: contain;
	}

	#navbarMain{
	/*background-image: url("../imagenes/18121.jpg");
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: rgba(255, 255, 230, 1);
	background-size: 375px;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;*/
}

.carousel-caption h5{
	font-size: 25px;
}

.carousel-caption p{
	font-size: 15px;
}

} 

/* AJUSTES LAYOUT IPHONE X */
@media screen and (min-width: 320px) and (max-width: 374px){

	.dropdown-menu{
		max-height: 280px;
		overflow-y: auto;
	}

	#navbarMain{
	/*background-image: url("../imagenes/18121.jpg");
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: rgba(255, 255, 230, 1);
	background-size: 375px;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;*/
	}

	.header-1{
		width: 100%;
		text-align: center;
		font-weight: 300px!important;
		font-family: Poppins;
		color: #d5ad6d!important;
		font-size: 2.5rem!important;
		letter-spacing: 1.5px;
		float: none;
		/*padding-left: 2em;*/
	}
	
	.header-2{
		width: 100%;
		text-align: center;
		font-weight: 300px!important;
		font-family: Poppins;
		color: #d5ad6d!important;
		font-size: 2.5rem!important;
		letter-spacing: 1.5px;
		float: none;
		margin-top: -0.5em;
	}
	
	.texto-1{
		padding-top: 1em;
		text-align: center;
		font-weight: 300px!important;
		font-family: Poppins;
		font-size: 1rem;
		color: black;
		float: none;
	}

	#col-foto > img{
		float:none;
	}

} 

/* LAYOUT MOBILE L */
@media screen and (min-width: 375px) and (max-width: 424px){

#navbarMain{
	/*background-image: url("../imagenes/18121.jpg");
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: rgba(255, 255, 230, 1);
	background-size: 375px;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;*/
}

.header-1{
	width: 100%;
	text-align: center;
	font-weight: 300px!important;
	font-family: Poppins;
	color: #d5ad6d!important;
	font-size: 2.5rem!important;
	letter-spacing: 1.5px;
	float: none;
}

.header-2{
	width: 100%;
	text-align: center;
	font-weight: 300px!important;
	font-family: Poppins;
	color: #d5ad6d!important;
	font-size: 2.5rem!important;
	letter-spacing: 1.5px;
	float: none;
	margin-top: -0.5em;
}

.texto-1{
	padding-top: 1em;
	text-align: center;
	font-weight: 300px!important;
	font-family: Poppins;
	font-size: 1rem;
	color: black;
	float: none;
}

#col-foto > img{
	float:none;
}

.dropdown-menu{
	max-height: 200px;
	overflow-y: auto;
}

} 

@media screen and (min-width: 425px) and (max-width: 767px){

	
#navbarMain{
	/*background-image: url("../imagenes/18121.jpg");
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: rgba(255, 255, 230, 1);
	background-size: 375px;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;*/
}

.header-1{
	width: 100%;
	text-align: center;
	font-weight: 300px!important;
	font-family: Poppins;
	color: #d5ad6d!important;
	font-size: 2.5rem!important;
	letter-spacing: 1.5px;
	float: none;
}

.header-2{
	width: 100%;
	text-align: center;
	font-weight: 300px!important;
	font-family: Poppins;
	color: #d5ad6d!important;
	font-size: 2.5rem!important;
	letter-spacing: 1.5px;
	float: none;
	margin-top: -0.5em;
}

.texto-1{
	padding-top: 1em;
	text-align: center;
	font-weight: 300px!important;
	font-family: Poppins;
	font-size: 1rem;
	color: black;
	float: none;
}

#col-foto > img{
	float:none;
}

.dropdown-menu{
	max-height: 200px;
	overflow-y: auto;
}

} 

@media screen and (min-width: 768px) and (max-width: 1023px){

	
#navbarMain{
	/*background-image: url("../imagenes/18121.jpg");
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: rgba(255, 255, 230, 1);
	background-size: 375px;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;*/
}

.header-1{
	width: 100%;
	text-align: left;
	font-weight: 300px!important;
	font-family: Poppins;
	color: #d5ad6d!important;
	font-size: 1.3rem!important;
	letter-spacing: 1.5px;
	float: left;
}

.header-2{
	width: 100%;
	text-align: left;
	font-weight: 300px!important;
	font-family: Poppins;
	color: #d5ad6d!important;
	font-size: 1.3rem!important;
	letter-spacing: 1.5px;
	float: none;
	margin-top: -0.5em;
}

.texto-1{
	padding-top: 1em;
	text-align: left;
	font-weight: 300px!important;
	font-family: Poppins;
	font-size: 0.7rem;
	color: black;
	float: left;
}

#col-foto > img{
	float:right;
}

.dropdown-menu{
	max-height: 200px;
	overflow-y: auto;
}
} 

@media screen and (min-width: 1024px) and (max-width: 1439px){

	#navbarMain{
		/*background-image: url("../imagenes/18121.jpg");
		background-repeat: no-repeat;
		background-position: center;*/
		background-color: rgba(255, 255, 230, 1);
		background-size: 375px;
		/*background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;*/
	}
	
	.header-1{
		width: 100%;
		text-align: left;
		font-weight: 300px!important;
		font-family: Poppins;
		color: #d5ad6d!important;
		font-size: 1.8rem!important;
		letter-spacing: 1.5px;
		float: left;
	}
	
	.header-2{
		width: 100%;
		text-align: left;
		font-weight: 300px!important;
		font-family: Poppins;
		color: #d5ad6d!important;
		font-size: 1.8rem!important;
		letter-spacing: 1.5px;
		float: none;
		margin-top: -0.5em;
	}
	
	.texto-1{
		padding-top: 1em;
		text-align: left;
		font-weight: 300px!important;
		font-family: Poppins;
		font-size: 1rem;
		color: black;
		float: left;
	}
	
	#col-foto > img{
		float:right;
	}
	
	.dropdown-menu{
		max-height: 200px;
		overflow-y: auto;
	}

}

/*	width: 100%;
}

.carousel-item img{
	width: 100%;
}*/