@media  (max-width: 768px){

	/* Footer */

	#footer{
		text-align: left;
		margin-left: 5%;
		margin-top: 42%;
		font-size: 2.5vh;
	  }

	  .content{
		display: table;
		height: 95%;
		padding-top: 2%;
		padding-bottom: 2%;
		margin-left: 8%;
		margin-right: 8%;
		width: 84%;
	}

	/* Frame 0 */

.frame0-cnt0{
	clear: both;
	height: 10%;
}
.frame0-cnt1{
	clear: both;
	height: 60%;
	display: flex;
	align-items: center;

}
.frame0-cnt2{
	clear: both;
	height: 20%;

}



	/* Imagenes*/

	#imagen-logo{
		width: 45%;
	}
	
	#imagen-menu{
		width: 10%;
	}
	
	#imagen-main{
		width: 66%;
		margin-left: 17%;
	}
	
	#imagen-cierre{
		width: 60%;
		margin-left: 15%;
		margin-top: 2%;
	}

	/* Frame 1 */

	.frame1-cnt0{
		padding-top: 15%;
	}

	.text-titles{
		font-weight:bold;
		font-size:8vw;
		color: white;
		width: 80%;
	}
	.text-custom{
		display: none;
	}

	#tranf{
		float: left;
		width: 90%;
		height: 100%; 
	}
	
	#tranp{
		float: right;
		width: 90%;
		height: 100% ;
	}
	#mobile-transp{
		float: right;
		margin-right: 10%;
	}
	#inc{
		float: left;
		width: 90%;
		height: 100%; 
		text-align: right;
	}
	
	#img-trnsf{
		width:400%; 
		vertical-align: top;
		float: left;
	}
	#img-video{
		width:35%; 
		vertical-align: bottom;
	}
	#imag-trnsp{
		width:400%; 
		vertical-align: top;
	}
	#imagen-inc{
		width:400%; 
		vertical-align: top;
	}
	

	/* Frame 3 */

	.frame3-cnt0{
		width: 100%;
		height: 50%;
		vertical-align: bottom;
	}
	.frame3-cnt1{
		width: 100%;
		height: 50%;
	}

	#imagen-contacto-screen{
		display: none;
	}
	#imagen-contacto-mobile{
		display: inline;

	}

	/* Formulario */

	.formulario{
		align-items: center;
		display: table;
		margin-top: 0%;
		font-size:3.5vw;
		font-weight:lighter;
	}

	.input-format{
		border-radius: 5px;
		background-color: #000021;
		border-color: white;
		color:white;
		border-style: solid;
		border-width: 1px;
		padding-top: 4%;
		padding-bottom: 4%;
		width: 155%;
	}  

	#button{
		border-radius: 5px;
		color: white;
		background-color: #477385;
		border-style: none;
		font-weight:bold;
		width: 70%;
		padding-top: 3%;
		padding-bottom: 3%;
		margin-left:45%;
	}

	
  .fullnav nav {
	position: relative;
	height: 50%;
	top: 45%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	font-size: 6vh;
	font-weight: 1000;
	text-align: right;
	margin-right: 10%;
  }
 
  
  /* Overlay style button*/

  .fullnavBtn {
	position: fixed;
	top: 2%;
	right: 10%;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
  }

  #footer{
	text-align: left;
	margin-left: 4%;
	margin-top: 60%;
	font-size: 2.5vh;
  }

}