@charset "utf-8";
/* CSS Document */

#titulo{
	position: absolute;
	bottom: 20%;
	left: 10%;
	right: 10%;
	z-index: 20;
	background-color:rgba(0,0,0,0.61);
}
#titulo h1{
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	font-size:3.5vw;
	text-align: center;
	line-height: 80px
}

#juxtaposecelu{
	display: none
}

#menu {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.video{
	width: 400px;
	text-align: center;
}

.topnav {
  background-color:#ea3d4e;
  overflow: hidden;
	position: fixed;
	top: 0;
	left:0;
	width:100%;
	z-index: 20000;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #111111;
  text-align: center;
  padding: 14px 65px;
  text-decoration: none;
  font-size: 17px;
font-family: 'Roboto', sans-serif;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:#494949;
  color: white;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color:#151515;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.pie {
	width: 100%;
	background-color:rgba(209,209,209,1.00);
}

.pie span{
	color: rgba(0,0,0,1.00);
	margin-left: 900px;
	font-family: 'Raleway', sans-serif;
}

.texto{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	
}

.texto p {
	font-family: 'Roboto', sans-serif;
	color: #171717;
	font-size: 1.2em;
}

.texto h1{
	font-family: 'Roboto Slab', serif;
	color: #171717;
}

.texto h3{
	font-family: 'Roboto Slab', serif;
	color: #171717;
	font-size: 1.5em;
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px 1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../img/img2.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("https://i.ibb.co/BKwP1yq/Final-Golden-Apertura7.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("../img/img3.jpg");
  min-height: 100%;
}

.bgimg-4 {
  background-image: url("https://i.ibb.co/wC8Y89H/Final-Golden-Apertura2.jpg");
  min-height: 400px;
}

.bgimg-5 {
  background-image: url("https://i.ibb.co/3TjL1LR/DSC-0243-2.jpg");
  min-height: 100%;
}

.bgimg-6 {
  background-image: url("https://i.ibb.co/VDTBP2k/Golden3.jpg");
  min-height: 400px;
}

.bgimg-7 {
  background-image: url("../img/img4.jpg");
  min-height: 100%;
}

.bgimg-8 {
  background-image: url("../img/jugadores.png");
  min-height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
	
	.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
	
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;
	  top:0;
	  left:0;}
  .topnav.responsive a.icon {
    position: fixed;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Media Queries */
@media screen and (max-width: 600px) {
	.title, .content {
		font-size: 70%;
	}

	.codrops-demos a {
		font-size: 80%;
	}

	.intro-effect-side .title {
		width: 100%;
		padding: 0 1em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro-effect-side.modify .bg-img::before {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.intro-effect-side .bg-img::after {
		border-left-width: 0px;
		border-right-width: 0px;
		right: 0px;
		left: 0px;
		background: rgba(255,255,255,0.1);
	}

	.intro-effect-side.modify .bg-img::after {
		background: rgba(255,255,255,0.8);
	}

	.intro-effect-sidefixed .content {
		width: 100%;
		margin-left: auto;
	}

	.intro-effect-sidefixed .bg-img::after {
		width: 95%;
	}

}

@media screen and (max-width: 600px) {
	.intro-effect-jam3 .content {
		padding: 0 2em 5em;
	}

	.intro-effect-grid .grid li h2 {
		display: none;
	}

	.intro-effect-push .header .title {
		top: 60px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.title, .content {
		font-size: 50%;
	}

	button.trigger::before {
		display: none;
	}
}

@media only screen and (max-width:600px) {
	
	#juxtaposecelu{
	display: block}
	
#juxtaposecompu{
	display: none}
	
	
#titulo{
	position: absolute;
	bottom:15%;
	right: 5%; 
	}

#titulo h1{
	font-size: 6vw;
	margin-bottom: 0px;
	margin-top: 0px;
	}

#menuhover{display: none}
	
.texto{
	margin-left: 5px; 
	width: 100%;
	margin: 0 auto;}
	
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}