p {
	line-height: 1.4em;
}

.menu_blanco {
	height: 110px;
	background: url(../images/img/1a.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

@media (max-width:768px){ .menu_blanco { height: 130px;	} }
@media (max-width:648px){ .menu_blanco { height: 135px;	} }
@media (max-width:640px){ .menu_blanco { height: 160px;	} }


/* -------------- Dropdown menu -------------------*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	color: #fff;
    display: none;
    position: absolute;
	background-color: rgba(0,0,0,.5);
	border-radius: 10px;
    min-width: 165px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px;
}

.dropdown-content a {
	color: #7bac39;
}

.dropdown:hover .dropdown-content {
    display: block;
}
/* -------------- End Dropdown menu -------------------*/



/* ---------------- content change --------------------*/
/* remember THIS! */

.active2 {
	padding: 40px 0;
 	box-shadow: 5px 5px 5px #797979;
}

/* Just cool styling. no important stuff here.. */

*{
 	margin: 0;
	padding: 0;
}

navbox1 {
    margin: 0 auto;
	width: 100%;
	text-align: center;
}

navbox1 img {
	height: 100px;
	border-radius: 50%;
}

navbox1 ul li {
  list-style-type: none;
  display: inline-block;
  margin: 10px;
  font-size: 14px;
}

navbox1 ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 50%;
}

navbox1 ul li a:hover {
	position: relative;
	top: -10px;
}

navbox1 ul li a:action {
	position: relative;
	top: -7px;
}


header2 {
  width: 100%;
  background-color: rgba(0,0,0,0.05);
  padding: 20px;
  display: inline-block;
  border-radius: 10px; 
}



/* Second navbox */

navbox2{
    margin: 0 auto;
	width: 100%;
	text-align: center;
}
navbox2 img {
	height: 150px;
	border-radius: 20px/30px;
}

navbox2 ul li{
  list-style-type: none;
  display: inline-block;
  margin: 10px;
}

navbox2 ul li a{
  text-decoration: none;
  border: none;
  border-radius: 20px/50px;
}

navbox2 ul li a:hover{
  background-color: rgba(222,10,20,.5);
}

header3{
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  display: block;
  border-radius: 5px;
}
/* ---------------- end content change --------------------*/

.gallery_text {
	margin-bottom: 10px;
	padding: 0 30px;
	display: inline-block;
}

.gallery_text h4 {
	color: #7bac39;
}

.gallery_text2 {
	padding: 0 30px;
	width: 80%;
	float: right;
}

.gallery_text2 h4 {
	color: #7bac39;
}

.gallery_text ul {
	padding: 0 50px;
}

video {
	width: 80%;
	border-radius: 10px;
	z-index: 1;
}

/* ----------------- Pop UP -------------------- */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #1a237e;
  font-family: 'Source Sans Pro', sans-serif;  
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border: none;
}
.popup .close:hover {
  color: #de0000;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  font-family: 'Source Sans Pro', sans-serif;
}

.popup img {
	height: 200px;
	padding-right: 10px;
}

@media screen and (max-width: 700px){
  .popup{
    width: 70%;
  }
}

/* ------------- end popup -------------- */