body{
    background-image: url(../img/fondo2.jpg);
    color: #fff;
	font-family: 'Roboto', sans-serif;
}

.parrafo1{
    padding: 100px;
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.titulo1{
	color: rgb(255, 255, 255);
	background-color: rgb(0, 36, 68);
	text-align: center;	
}

.clic{
	color: rgb(255, 255, 255);
	text-align: center;
	background-color: rgb(0, 0, 0);
	width: 200px;
	justify-content: center;
}

.clic1{
	color: white;
	font-size: 22px;
	
}

.contenedor {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding: 40px 0;

	
}

.titulo {
	font-size: 24px;
	padding: 20px 0;
}



.card {
	border-radius: 10px;
	min-height: 200px;
	font-weight: bold;
	padding: 20px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	
}

.card .textos {
	height: 100%;
	
	
}

.banner {
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	background-size: cover;
	background-position: center center;


}

.banner ul {
	list-style: none;
}

.banner ul li {
	margin: 15px;
	font-weight: bold;
}

.banner .boton {
	background: #FFD600;
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	border: none;
	border-radius: 100px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
}

@media screen and (max-width: 900px) {
	
}

@media screen and (max-width: 700px) {
	
}

@media screen and (max-width: 600px) {

}

p {
    color: powderblue;
    transition: background-color 1s;
}

p:hover{
    color:#FFD600;
}