.navbar {
height: 100px;
/* background-color: rgba(0, 0, 0, 0.4); */
border-bottom: 1px solid#fbcc31;
}

.w-nav-link.w--current {
color: white;
background: #fbcc31;
}
/*
CONTACTOS*/
.contactColumn{
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

.contactColumn h3, .contactColumn h5{
	color: #fbcc31;
font-family: Arvo, sans-serif;
font-weight: lighter;
}

.contactColumn input{
	width: 100%;
margin-top: 10px;
color: gray;
padding: 5px;
border: none;
box-shadow: none;
}
.buttonSend{
	background: #fbcc31;
	color: black !important;
}
.mensajeCorreo{
height: 100px;
}

.contactColumn li{
 list-style: none
}

/*NOTICIAS*/
.content2{
	background-color: rgba(0, 0, 0, 0.4);
}
.listNews h4, .listNews h5, .actualNews h3{
	color: #fbcc31;
	font-family: Arvo, sans-serif;
font-weight: lighter;
} 
.actualNews{
	background-color: rgba(0, 0, 0, 0.6);
padding: 20px;
width: 100%;
text-align: center;
}
.dateNews{
	color: gray;
}
.actualNews img{
	width: 50%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.contentNews{
	width: 45%;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	text-align:left;
}

.listNews{
	text-align: center;
}
.listNews h4{
text-transform: uppercase;
}
.listNews li {
list-style: none;
border-bottom: 1px solid#fff;
text-align: center;
}

.listNews img{
max-width: 200px;
max-height: 120px;
overflow: hidden;
display: inline-block;
vertical-align: bottom;
margin-bottom: 15px;
}

.otra{
	width: 40%;
	display: inline-block;
	vertical-align: bottom;
	margin: 15px;
	text-align: left;
}

.otra p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.listNews a{
	display: inline-block;
	vertical-align: bottom;
	padding: 10px;
	color: white !important;
	text-decoration: none;
	background: #fbcc31 !important;
}
.readMore{
	color: black;
}
