
nav{
	height: 100%;
}




.bto-sobre{
	width: 80%;
}


.dropbtn {
	background-color: #004541;
	color: #FFFFFF;
	padding: 10px;
	font-size: 1.5em;
	cursor: pointer;
	border-radius: 10px;
	font-family: 'Barlow', sans-serif;
  }
  
  .dropbtn:hover {
	background-color: #f4b800;
	border-radius: 10px;
  }
  .dropbtn:active{
	background-color: #f4b800;
	border-radius: 10px;
  }
  
  .dropdown {
	position: relative;
	display: inline-block;
	margin-right: 1%;
	margin-top: 3%;
	padding-left: 1%;
  }
    .dropdown li {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
  }
  
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f2f2f2;
	color: #002638;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	cursor: pointer;
	border-style: outset;
	text-align: center;
	border-radius: 10px;
	font-family: 'Barlow', sans-serif;
	left: -15px;
  }
  
  .dropdown-content a {
	color: #000000;
	padding: 1px;
	text-decoration: none;
	display: block;
	cursor: pointer;
font-family: 'Barlow', sans-serif;
  }
.dropdown-content a:hover {
	background-color: white;
	color: black
}

.show {display:block;}


.jumbotron {
	width: 100%;
	height: auto;

}

.fullscreen-bg__video {
	width: 85%;
	height: auto;
	margin-left: 10%;
	cursor: pointer;
	border-radius: 10px;
	margin-top: 10%;
}


.imagen-caja{	
	width: 100%;
    height: auto;
}


/*---------------------------------------------------------------------------------MEDIAS QUERYS----------------------------------------------------------------------------------------------*/

@media (max-width: 958px){


	.jumbotron {
		width: 100%;
		height: auto;
	
	}
	
	.fullscreen-bg__video {
		width: 90%;
		height: 400px;
		margin-left: 4%;
	}

	
	.show {display:block;}
}


@media (max-width:394px){



	.jumbotron {
		width: 100%;
		height: auto;
	    margin-top: 30%;
	}
	
	.fullscreen-bg__video {
		    width: 100%;
    height: 100%;
    margin-left: 1%;
}
	

	.fondo0 {
		background-repeat: no-repeat;
		background-color: #1c1c1c;
		height: 54px;
		margin-top: 0;
	}

	
	.show {display:block;}



	
}

@media (min-width:395px) and (max-width: 542px){


	.jumbotron {
		width: 100%;
		height: auto;
	    margin-top: 30%;
	}
	
	.fullscreen-bg__video {
		width: 90%;
		height: 275px;
		margin-left: 4%;
	}

	.fondo0 {
		background-repeat: no-repeat;
		background-color: #1c1c1c;
		height: 110px;
		margin-top: 0;
	}


	
	.show {display:block;}





}

@media (min-width:226px) and (max-width:269){
	.logos {
		background-color: #FFF;
		float: left;
		margin-top: 5%;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 20px;
		padding: 2px;
		width: 35%;
	}

	.bto-sobre{
		width: 80%;
		padding-top: 15%;
	}

	.menu-signar{
		padding-top: 23%;
		padding-right: 1%;
		font-size: 12px;
		
	}
	.menu-signar li{
		padding-right: 10px;
		color: #2c3343;
		font-family:"Poppins";
		text-decoration: none;
		display: inline;
		
	}
	
	.nav-link{
		padding-top: 8%;
		padding-right: 0px;
		color: #2c3343;
		font-family: "Poppins";
		text-decoration: none;
		display: inline;
		margin-left: 0%;
		padding-left: 15%;
	}


	
	.fullscreen-bg__video {
		width: 100%;
    height: 100%;
    margin-left: 1%;

	}

	

	
	.show {display:block;}

	
}