   @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&family=Satisfy&display=swap');

body {
	font-family: "Poppins", cursive;
	font-size: 1.3em;
	font-weight: 400;
	font-style: normal;
    background: #F4F6F7;
}




a  {
	color: DodgerBlue;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

a:hover {
	color: Gold;
}



img, video {
	max-width: 100%;
	border-radius: 10px;
}


/* Header styles */
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #0066b2;
  color: #fff;
  flex-flow: wrap;
}


h1 {
  font-size: 1.9em;
  color: #500E6C;
  font-weight: bold;

}

h2 {
  font-size: 1.7em;
  color: Blue;
  font-weight: bold;

}

h4 {
	font-size: 1.2rem;
}      
     
.cta-button {
  background-color: #fff;
  color: #0066b2;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
}



 
.avisopublico {
    text-align: right;
}

.anchode {
	width: 90%;
	margin: 0 auto;
}

ul {
 
	list-style: none;
}      
      
   
   
nav {
  font-size: 0.8em;
	padding: 20px 0;
}

nav ul {
    display: flex;
   flex-direction: row;
   justify-content: center;
	 align-items: center;
   flex-flow: wrap;
   list-style: none;
}

nav li {
  margin-right: 18px;
  margin-bottom: 10px;
}

nav a {
  color: #fff;
  text-decoration: none;
}
   
.resaltado {

    color: #f50a40; 
    background: #EEBF87;
    padding: 5px 10px;
    border-radius: 5px;

}
      
  
.ladoinferior {
  background-color: #0066b2;
	height: 300px;
	padding-top: 15px;
  padding-bottom: 40px;
	text-align: center;
	float: left;
	width: 100%;
}


.fansocial {
  background-color: navajowhite;
    width: 330px;
    margin: 0 auto;
}


.fansocial ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
}


.fansocial li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}








.menu-inferior ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
  align-items: center;
	list-style: none;
}



.menu-inferior li {
 color: white;
 margin: 0 4px;

}

.redessociales {
    padding-top: 17px;
	text-align: center;
}


.partedeaz {
  background-color: #0066b2;
}


.partedeaz ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
}


.partedeaz li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}

.logito {
	border-radius: 50%;
}


.vedet {
	color: Blue;
	background-color: white;
  padding: 4px 6px;
  border-radius: 20px;
}

.vedet a {
     color: #F50A40;
}



    
    
    
    
