@font-face{
	font-family: "Mifuente";
	src: url('fonts/Nun/NunitoSans-Regular.ttf'); 
	font-size-adjust: auto;
}


.fonnosotros{
    margin: 0;
    padding: 0;
    background: url(ima/fondonosotrosopt.jpg);   
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Mifuente';
}



.fonproceso{
    margin: 0;
    padding: 0;
    background: url(ima/fondoprocesoopt.jpg);   
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: "Mifuente";
}

.fonproducto{
    margin: 0;
    padding: 0;
    background: url(ima/fondoproductoopt.jpg);   
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: "Mifuente";
}


.foncontacto{
    margin: 0;
    padding: 0;
    background: url(ima/fondocontactoopt.jpg);   
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: "Mifuente";
}



.shadow-lg{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 160px;
	padding: 0px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 30px;

}



.textodentroin{
	margin-right: 50px;
	margin-left: 50px;
}

@media screen and (max-width: 800px){
	.textodentroin{
		margin-left: 25px;
		margin-right: 25px;
	}
	.shadow-lg{
		margin-top: 130;
	}
}


.textproduct{
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
	margin-bottom: 120px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 30px;
}


@media screen and (max-width: 800px){
	.textproduct{
		margin-top: 130px;
	}
}

.textodentro{
	margin-right: 40px;
	margin-left: 40px;
}

.imgproduct{
	width: 300px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 30px;

}

.textprin{
	margin: auto;
}

.imgtext{
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}


@media screen and (max-width: 800px){
	.imgtext{
		border-radius: 30px;
		margin-bottom: 12px;
	}
}

.card{
	margin-right: auto;
	margin-left: auto;
	background: rgba(0, 0, 0, 0.6);
	padding-right: auto;
	padding-left: auto;
	border-radius: 20px;
}

@media screen and (max-width: 800px){
	.card{
		margin-top: 25px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

.margen{
	margin: 2px;
}

.card-text{
	padding: auto;
	margin: auto;
}

.imgtarjeta{
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.navbar {background-color: black;}

.active1 {background-color: #BC2F2F;
padding: 2px 5px;
color: #fff;
border-radius: 8px;
border: none;
margin-top: 8px;}

.btn-outline-danger {
	padding: 2px 5px;
color: #fff;
border-radius: 8px;
border: none;
margin-top: 8px;}

.imagenprin {
	padding: px 250px;
}


a{ color: #BC2F2F; 
-webkit-transition: color 300ms, background-color 300ms;
transition: color 300ms, background-color 300ms;}

a:hover,
a:focus {color: #BC2F2F}

.fondofoot{
	background-color: black;
	margin-top: 10px;
}

.fondoline {
	background-color: #BC2F2F;

}

form{
	width: 450px;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 135px;
	border-radius: 8px;
}


.item{
	margin: auto;
	padding: auto;
}

.contenedorproceso{
	margin-top: 130px;
}

.itempro{
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	float: left;
}

.rowproceso{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.protext{
	margin-top: 10px;

}

.proinfo{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.itemcuadro{
	width: 350px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
	margin-top: 166px;
	margin-bottom: 47px;
	border-radius: 8px;
}

.cuadroproceso{
	max-height: 700px;
	max-width: 580px;
	background: rgba(0, 0, 0, 0.6);
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	border-radius:50px;
}

.center{
	margin-left: auto;
	margin-right: auto;
}

.contactorow{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.contenedorcon{
	overflow: hidden;
}



h1{
	color: #BC2F2F;
}


h2{
	color: white;
	text-align: center;
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
}



input, textarea{
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 16px;
	border: none;
}

textarea{
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
}

#btnenviar{
	background: #BC2F2F;
	color: white;
	padding: 15px;
}


@media (max-width: 480px) {
	form{
		width: 100%;
	}

}


.iconimg{
	width: 33px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}




.num{
	margin-top: 0px;
}

.imgpro{
	width: 200px;
	margin: 20px 20px;
	padding: 10px 20px;
}

.imgprovaca{
	width: 200px;
	margin-top: 5px;
}



.tabla{
	width: 75vh;
	margin-bottom: 40px;
}


.redpro{
	padding: 50px;
}


@media screen and (max-width: 800px){

	.imgalda{

		width: 200px;
		height: 40px;
		margin-right: 200px;
	}
	.alda{
		width: 0px;
		margin-left: 8px;
		float: left;
		padding: 0px;
	}
}
