@charset "UTF-8";
/* CSS Document */

html, body, main
{
	height: 100%;
	box-sizing: border-box;
	background-color: #E9E9EB;
}

.inicio
{
	background: #999 url("../img/imagenes finales/BANNER.png")center center no-repeat;
	background-size: cover;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
}

.navbar{
	align-items: baseline;
}

.degradado
{
	background-color: #48506c; 
	height: 10%;
	padding: 10px 200px;
	box-shadow: -5px 5px 30px black;
}

.centrar
{
	display: flex;
	align-items: center;
	justify-content: center;
}

h1
{
	text-align: center;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 700;
	color:  #E9E9EB;
	font-size: 8rem;
}

.slogan
{
	padding-top: 50px;
	font-size: 40px;
	font-family: 'Kanit', sans-serif;
	color: #747284;
}

.logo
{
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #E9E9EB;
}

#MenuUno a
{
	color: #E9E9EB;
	font-family: 'Kanit', sans-serif;
	font-size: 20px;
}

#MenuUno a:hover
{
	color: #EF484C;
	text-decoration: underline;
	animation: 1s;
}

#nosotros
{
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
    justify-content: center;
}

#nosotros p
{
	text-align: center;
	color: #35323D;
	font-size: 20px;
	line-height: 35px;
	font-family: 'Raleway', sans-serif;
	margin-top: 35px;
	margin-bottom: 35px;
	font-weight: 500;
}

h2
{
	text-align: center;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 700;
	color: #3D619B;
	font-size: 60px;
	text-transform: uppercase;
}

h6
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #747284; 
	font-style: italic
}


#servicios
{
	height: 100%;
	padding-top: 60px;
}

#servicios p
{
	text-align: center;
	color: #35323D;
	font-size: 20px;
	line-height: 35px;
	font-family: 'Raleway', sans-serif;
	margin-top: 35px;
	margin-bottom: 35px;
	font-weight: 500;
}

#servicios ul li
{
	color: #35323D;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding-left: 2em;
}

span{
	font-weight: 600;
	text-decoration: underline;
}

.navbar-dark .navbar-toggler
{
	border: none;
}


#contacto
{
	background-color: #48506c;
	padding: 50px 0;
	color: #747284;
	list-style: none;
	font-family: 'Kanit', sans-serif;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}

#contacto ul li 
{
	list-style: none;
	
}

#contacto ul
{
	padding-left: 25px;
}

#contacto a
{
	color:#747284;
	text-decoration: none;
	padding-left: 25px;
}

#contacto a:hover
{
	text-decoration: underline;
	font-weight: 400;
}

h4
{
	font-family:'Chakra Petch', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
}

h5
{
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}



@media only screen and (min-width:765px) and (max-width:990px)
{
	#servicios
	{
		margin-bottom: 650px;
	}
	
	#nosotros
	{
		height: 100%;
	}

	h1{
		font-size: 5rem;
	}
}

@media only screen and (min-width:200px) and (max-width:775px)
{
	#servicios
	{
		margin-bottom: 20rem;	
	}
	
	.servicios
	{
		height: 150%;
	}
	
	.navbar-collapse
{
	background-color: #EF484C;
	text-align: center;
	font-family: 'Chakra Petch', sans-serif;
	color: #48506c;
}

h1{
	font-size: 3rem;
}
	
	#nosotros
	{
		height: 150%;
		
	}
}

@media only screen and (min-width:770px) and (max-width:990px)
{

}

@media only screen and (min-width:200px) and (max-width:990px)
{
	.degradado
	{
		padding: 10px 75px;	
	}
	
	.navbar-collapse
{
	background-color: hsla(256,10%,22%,0.90);
	text-align: center;
	font-family: 'Chakra Petch', sans-serif;
	color: #35323D;
	}
	
}


