@charset "UTF-8";

/***** Nosotros *****/
.container-nos-img {
	background-image: url('../../assets/images/Nosotros.jpg');
	background-color: black;
	height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
	/*border-bottom-style: solid;  
	border-color: black; 
	border-width:30px;*/
}


.container-nos-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	background-color: black;
	opacity: 0.8;
	padding: 30px;
	text-align: justify;

}

/***** Fin Nosotros *****/




/***** Carousel *****/
.item-main-nos {
	background-image: url('../../assets/images/Nos_MG_3201.jpg');
	background-color: black;
	height: 425px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: 0% 18%;
}

.item-main-nos2 {
	background-image: url('../../assets/images/Nos_Madre_Monte_21.jpg');
	background-color: black;
	height: 425px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: 0% 85%;
}

.item-main-nos3 {
	background-image: url('../../assets/images/Nos_concept.jpeg');
	background-color: black;
	height: 425px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: 0% 15%;
}

.item-main-nos4 {
	background-image: url('../../assets/images/Nos_Madre_Monte.jpg');
	background-color: black;
	height: 425px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: 0% 100%;
}
/***** Fin Carousel *****/




/* Responsive Desktop */
@media screen and (min-width: 601px) {

}




/* Responsive Mobile */
@media screen and (max-width: 600px) {
	
	/***** Nosotros *****/
	.container-nos-img {
		height: 1050px;
		background-position: 80%;
	}

	.container-nos-text {
		top: 15%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	/***** Fin Nosotros *****/
	



	/***** Carousel *****/
	.item-main-nos2 {
		background-position: 45% 85%;
	}

	.item-main-nos4 {
		background-position: 47% 100%;
	}

	/***** Fin Carousel *****/
}