.dropbtn {
    background-color: #ff9d00;
    color: #4c0058;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ff9d00;
  min-width: 10%;
  box-shadow: 0px 8px 16px 0px rgba(15,15,15,0.20);
  z-index: 1;
}

.dropdown-content a {
	color: #4c0058;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border-radius: 10px;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
	border-radius: 10px;
}

.dropdown:hover .dropdown-content {
    display: block;
    border-radius: 10px;
}

.dropdown:hover .dropbtn {
  background-color: #833e8e;
}h2 {
	color: #B32326;
}


h1 {
font-size: 600pt;
    color: #4c0058;
    padding: 20px;
    font-size: 300pt;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.new {
font-size: 40pt;
font-weight: bold;
    color: #4c0058;
    padding: 20px;
    
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.parrafo {
    color: #4c0058;
    padding: 20px;
    font-size: 30pt;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}


h3 {
font-size: 50pt;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ff9d00;
    padding: 20px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}    

h4 {
font-size: 20pt;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #4c0058 !important;
    padding: 020px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}    