@charset "UTF-8";
/* CSS Document */

nav{
	background-size:auto;
	background-position:center;
	background-repeat: no-repeat;
	height: 15vh;
}
#logo{
	height: 15vh;
	
}
#prox{
	font-variant: small-caps;
}
#logoDiv{
	z-index: 1000;
}
#menu{
	background-color: rgba(6,5,5,1.00);
}

#menu a{
	color: rgba(247,245,245,1.00);
}

#carrusel{
	width: 100%;
}

.imgs{
	width: 100%;;
	height: 85vh;
}


#carouselExampleIndicators li{
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

@media screen and (max-width:750px){
	#carrusel{
		height: 50vh;
	}
	.imgs{
	width: 100%;;
	height: 50vh;
	}
}

.marcoBtn{
	border: 3px solid rgba(92,61,62,0.90);
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border-radius: 200px 200px 200px 200px;
}

a:hover{
	transform: scale(1.1)
}

#redes {
	align-self: center;
	display: flex;
	flex-direction: row;
	list-style: none;
}

#redes a{
	color:rgba(252,245,245,0.78);
	text-decoration: none;
	margin: 1em;
	align-self: center;
}
#whatsapp{
	align-self: center;
	color: rgba(50,143,97,1.00);
}

#menuFooter{
	align-self: center;
	display: flex;
	flex-direction: row;
	list-style: none;
}

#menuFooter a{
	color:rgba(252,245,245,0.78);
	text-decoration: none;
	margin: 1em;
	align-self: center;
}

#logCorreo{
	color: rgba(206,32,35,1.00);
}
#logForm{
	color: rgba(26,89,200,1.00);
}

#respuesta{
	font-size: 2em;
}
