	html{
		font-family: 'Roboto', sans-serif;
		scroll-behavior: smooth;
	}

	body {
	  margin:0px;
	  padding:0px;
	}

	.background{
		display: grid;
		background-image: url("../Img/fondo.jpg");
		background-repeat:no-repeat;
		background-size: cover;
    	background-position: center;
    	height: 500px;
    	grid-template: 1fr 1fr 1fr/1fr;
	}

	.nav-link{
		style: ;color:#000!important;
		font-weight: bold;
	}
	.nav-link{
		style: ;color:#000;
		font-weight: bold;
	}

	.aa{
		padding-left: 8px;
	}
	.cont{
		display: flex;
   	 	justify-content: center;
    	align-items: center;
    	cursor: pointer;
	}
	
	.container a{
	   text-decoration: none;
	   color:black;
	}
	
	.subtitulo{
		display: grid;
		grid-row: 2/3;
		color: #fff;
		height: 200px;
		justify-content: center;
		text-shadow: 1px 1px 1px black;
		font-weight: bold;
	}

	.subtitulo h4{
		font-size: 40px;
		margin:0px;	
	}

	.btn1 {
		display: grid;
		grid-row: 3/4;
		margin-bottom: 25px;
		justify-content: center;
	}
	.btn1 button{
		width: 200px;
		height: 70px;
		background-color: #68f294;
		border: none;
		border-radius: 15px;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		color: #000;
		cursor: pointer;
		box-shadow: 4px 4px 4px  rgb(0,0,0,0.3);
	}
	.btn1 button:hover{	
		background-color: #f16b68;
		color: white;	
	}

	.formulario{
		background-color: #68f294;
	}
	
	.accordion-button{
		color: #f16b68!important;
		font-weight: bolder;
		font-size: 17px!important;
	}

	.accordion-body {
    	background-color: #faeeee!important;
	}

	.btnn button{
		background-color: #68f294;
		border: none;
		box-shadow: 4px 4px 4px  rgb(0,0,0,0.3);
		color: #000;
		font-weight: bold;
		margin-top: 8px;
	}

	.btnn button:hover{	
		background-color: #f16b68;	
	}
	

	footer{
		display: grid;
		grid-area: footer;
		justify-content: center;
		align-content: center;
		padding: 10px;
		background-color: #f6f7f7;
		color: #000;
		font-size: 17px;	
		text-align: center;
		font-weight: 550;
	}

	footer a{
		color: #f16b68;
	}

@media (max-width: 1150px) {
								


	.subtitulo h4{
		font-size: 32px;
	}

	.btn1 button{
		width: 150px;
		height: 50px;
		font-size: 13px;
	}

	}

	@media (max-width: 600px) {
	footer{
		font-size: 15px;	
	}

	}