.nosotros1{
	/*background-image: url('../img/nosotros/banner.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;*/
    padding: 5rem 1rem 3rem;
	display: flex;
	align-items: center;
}
.nosotros1-txt{
	margin-left: 5rem;
}
.nosotros1-txt h2{
	font-size: 4rem;
	/*color: #fff;*/
	margin: 0 0 25px 0;
	/*font-weight: 600;*/
	line-height: 1;
	text-shadow: 0 0 2px #373435, 0 0 2px #373435, 0 0 2px #373435;
	font-family: 'BrittanySignature', sans-serif !important;
}
.nosotros1-txt h2 span{
	font-size: 5.3rem;
	/*color: #fff;
	font-weight: 600;*/
	text-shadow: 0 0 2px #373435, 0 0 2px #373435, 0 0 2px #373435;
	font-family: 'BrittanySignature', sans-serif !important;
}

.nosotros2{
	padding: 80px 0;
}
.nosotros2-2 img{
	border-radius: 1rem;
	box-shadow: 0 0 10px -2px #000;

	object-fit: cover;
	max-height: 550px;
}
.nosotros2-1 h2{
	font-size: 2.8rem;
	margin: 0 0 50px 0;
}
.nosotros2-1 p{
	font-size: 1rem;
	margin-bottom: 0;
}
.nosotros2-1 div{
	color: #201E1E;
}
.nosotros3{
	color: #201E1E;
	padding: 60px 0 100px 0;
}
.nosotros3 h2{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 60px;
	position: relative;
}
.nosotros3 h2:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 8px;
    background: #ED3237;
    left: 0;
    bottom: -28px;
}
.nosotros3 h3{
	font-size: 1.2rem;
	text-align: justify;
	margin-bottom: 40px;
}
.nosotros3 p{
	font-size: 1rem;
	text-align: justify;
}
/*---------------------*/
.nosotros-historia{
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.nosotros-historia-bg{
	background-image: url('../img/nosotros/banner-inf.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 500px;

	padding-top: 5rem;
	padding-bottom: 5rem;

	display: flex;
	align-items: center;
	justify-content: center;
}
.nosotros-historia-texto-bg{
	background-color: #00000057;
	border-radius: 1rem;
	backdrop-filter: blur(.4rem);
	padding: 2rem 1rem;
	width: 100%;
}
.nosotros-historia-texto{
	color: white;
	text-align: center;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	gap: 1rem;
}
.nosotros-historia-texto h1{
	color: #ED3237;
}

/*---------------------*/
.nosotros4-1{
	width: 100%;
}
.nosotros4-1 h2{
	width: 100%;
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 7rem;
	position: relative;
}
.nosotros4-1 h2:after{
	content: '';
	position: absolute;
    width: 50px;
    height: 8px;
    background: #ED3237;
    left: 0;
    bottom: -28px;
}
.nosotros4-valores-div{
	width: 100%;
}
.nosotros4-valores{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.nos4-valores > div{
	background-color: #373435;
	height: 8.5rem;
	width: 8.5rem;
	margin: 0 auto 1rem auto;
	border-radius: 5px;
    border: 3px solid #1a1819;
	position: relative;
	transition: 0.5s;
}
.nos4-valores div div{
	width: 65%;
	height: 65%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	filter: invert(1);
}
.nos4-valores h3{
	font-size: 1.1rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 60px;
	margin: auto;

	max-width: 180px;
}
.n-valor1{
	background-image: url(../img/nosotros/iconos/artesanal.png);
}
.n-valor2{
	background-image: url(../img/nosotros/iconos/sostenibilidad.png);
}
.n-valor3{
	background-image: url(../img/nosotros/iconos/innovacion.png);
}
.n-valor4{
	background-image: url(../img/nosotros/iconos/tradicion.png);
}
.n-valor5{
	background-image: url(../img/nosotros/iconos/autenticidad.png);
}
.n-valor6{
	background-image: url(../img/nosotros/iconos/compromiso.png);
}
.n-valor7{
	background-image: url(../img/nosotros/iconos/pasion.png);
}
.n-valor8{
	background-image: url(../img/nosotros/iconos/integridad.png);
}
.nosotros-marg{
	width: 90%;
	margin: auto;
}
.nosotros-marg2{
	max-width: 1200px;
	margin: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}


.inicio5 {
    padding: 80px 1rem 110px;
}
.inicio5 h3 {
    font-size: 1.4rem;
	color: #201E1E;
    font-weight: 600;
    margin: 40px 0 20px 0;
}
.inicio5 p {
    font-size: 0.9rem;
    color: #000;
    margin-bottom: 50px;
}
.inicio5 a {
    display: inline-block;
    color: #E0072F;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px 25px;
    border: 2px solid #E0072F;
    border-radius: 50px;
    text-decoration: none;
}

@media(min-width: 320px){
	.nosotros2-1 h2{
		font-size: 2rem;
	}
	.nosotros2-1 p, .nosotros3 p{
		font-size: 0.9rem;
	}
	.nosotros3 h2, .nosotros4-1 h2{
		font-size: 1.5rem;
	}
	.nosotros3 h3{
		font-size: 1.1rem;
	}
}
@media(min-width: 375px){
	.nosotros1{
		background-position: center;
	}
	.nosotros3 h2, .nosotros4-1 h2 {
	    font-size: 1.6rem;
	}
}
@media(max-width: 767px){
	.nosotros2-1 h2{
		text-align: center;
	}
	.nosotros2-1 p{
		margin-bottom: 40px;
	}
	.nosotros3{
		padding: 10px 0 70px 0;
	}
	.nosotros3-1:nth-child(2) div{
		margin-top: 40px;
	}
}
@media(min-width: 768px){
	.nosotros-marg{
		display: flex;
		width: 95%;
		margin: auto;
	}
	.nosotros2 .row{
		align-items: center;
	}
	.nosotros2-1 div{
		width: 90%;
		margin-left: 10%;
	}
	.nosotros3-1 div{
		width: 80%;
		margin-left: 10%;
	}
	.nosotros2-2 img{
		width: 90%;
		margin-left: 8%;
	}
	.nosotros1-txt h2{
		font-size: 3.8rem;
	}
	.nosotros2-1 h2 {
    	font-size: 1.7rem;
	    margin: 0 0 30px 0;
	}
	.nosotros2-1 p,.nosotros3 p{
		font-size: 0.9rem;
	}
	.nosotros3 h3{
		font-size: 1.1rem;
	}
	.nosotros3 h2,.nosotros4-1 h2{
		font-size: 1.5rem;
	}
	.nos4-valores > div{
		width: 6.5rem;
		height: 6.5rem;
	}

	.inicio5 h3 {
		font-size: 1.8rem;
	}
	.inicio5 p, .inicio5 a {
		font-size: 1rem;
	}
	.inicio5 {
		padding: 80px 0 140px 0;
	}
	.inicio5 a {
		padding: 15px 100px;
	}
}
@media(min-width: 992px){
	.nosotros2-1 div{
		width: 80%;
	}
	.nosotros2-1 h2{
		font-size: 2.4rem;
		margin-bottom: 50px;
	}
	.nos4-valores > div{
		width: 8.5rem;
		height: 8.5rem;
	}
}
@media(min-width: 1200px){
	.nosotros2-1 h2{
		font-size: 2.8rem;
	}
	.nosotros2-1 p,.nosotros3 p{
		font-size: 1rem;
	}
	.nosotros3 h3{
		font-size: 1.2rem;
	}
	.nosotros3 h2,.nosotros4-1 h2{
		font-size: 1.8rem;
	}
	.nosotros4-1 h2{
		margin-bottom: 7rem;
	}
}
@media(min-width: 1400px){
	.nosotros3 h3{
		font-size: 1.3rem;
	}
	
}
@media(min-width: 1600px){
	.nosotros2-1 h2{
		font-size: 3.2rem;
	}
	.nosotros2-1 p, .nosotros3 p{
		font-size: 1.3rem;
	}
	.nosotros3 h2, .nosotros4-1 h2{
		font-size: 2.4rem;
	}
	.nosotros3 h2{
		margin-bottom: 80px;
	}
	.nosotros3 h3{
		font-size: 1.5rem;
		margin-bottom: 50px;
	}
	.nosotros3 {
	    padding: 100px 0 150px 0;
	}
	.nosotros4-1 h2{
		margin-bottom: 8rem;
	}
	.nos4-valores > div {
	    width: 11rem;
	    height: 11rem;
	}
	.inicio5 {
	    padding: 100px 0 140px 0;
	}
	.inicio5 h3 {
		font-size: 2.2rem;
		margin: 60px 0 20px 0;
	}
	.inicio5 p, .inicio5 a {
		font-size: 1.2rem;
	}
	.inicio5 {
		padding: 100px 0 140px 0;
	}
}
@media(max-width: 992px){
	.nosotros1-txt h2{
		font-size: 2rem;
	}
	.nosotros1-txt h2 span{
		font-size: 2.5rem;
	}
	.nosotros1-txt {
		padding-left: 1rem;
		padding-right: 1rem;
		text-align: center;
	    margin-left: 0;
	}
	.nosotros1{
		justify-content: center !important;
		height: 400px;
	}
}
@media(max-width: 768px){
	.nosotros2-2{
		text-align: center;
	}
}
