body {
 	background-color: white;
	width: 99%;
	font: 16px raleway, sans-serif;
}

/**-------menu-----**/

nav {
	position: -webkit-sticky; /* Safari */
  	position: sticky;
  	top: 0;
	color: gray;
	opacity: 95%;
	/**border: 2px yellow solid;**/
	width: 100%;
	padding-top: 15px;
	background-color: white;
}

.secciones{
	display: flex;
	text-align: center;
	/**border: 2px red solid;**/
	margin-top: 20px;
	width: 70%;
	float: right;
	margin-right: 30px;
}

a:link {
	color:gray;
	text-decoration: none;
}

/**
table {
	margin-bottom: 50px;
}
**/


.secciones td {
	list-style-type: none;
	border-right: 1px solid gray;
	font-size: 12px;
	/**border: 2px green solid;**/
	width: 110px;
	padding-right: 1%;
}

#arg{
	border: none;
}

section p {
	color: #616162;
}

td a{
	color:gray;
}

/**
nav table{
	float: right;
}
**/

.logo{
	margin: 5px 0px 0px 50px;
	/**border: 2px red solid;***/
}



/**-----------------------slide-------------------------------**/

.slide1{
	/**border: 2px red solid;**/
	width: auto;
	height: auto;
	font-family: raleway, arial, sans-serif;
	color: #4C4D4E;
}

.slide1 img{
	width: 100%;
}

.mySlides {
  display: none;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/**---animacion----**/

.fades {
  -webkit-animation-name: fades;
  -webkit-animation-duration: 2s;
  animation-name: fades;
  animation-duration: 2s;
}

@-webkit-keyframes fades {
  from {opacity: .2}
  to {opacity: 1}
}

@keyframes fades {
  from {opacity: .2}
  to {opacity: 1}
}


.slide2{
	/**border: 2px red solid;**/
	width: auto;
	height: auto;
	font-family: raleway, arial, sans-serif;
	color: #4C4D4E;
}

.slide2 img{
	width: 100%;
}


/**
#slide h2{
	 position: absolute;
	 top: 40%;
	 left: 50%;
	 transform: translate(-80%, -70%);
	 font-size: 26px;
}

#slide p{
	 position: absolute;
	 top: 55%;
	 left: 50%;
	 transform: translate(-70%, -0%);
	 font-size: 14px;
}
**/

/**----------------------------------------- medio -------------------**/

#bodymargin {
	margin: 15px 20% 100px 20%;
	height: auto;
}

#bodymargin h2{
	color: #ed7e06;
	text-align: center;
	font: 26px raleway, sans-serif;
}

#bodymargin p{
	color: gray;
	/**border: 1px red solid;**/
	text-align: justify;
}

.LUFT3 {
	background-color: #ED7E06;
	color: white;
	padding: 10px;
	margin-top: 30px;
}

article table {
	margin: 0px;
	padding: 0px;
}

#nuevoluft3{
	font-size: 21px;
	background-color:;
	width:200px;
	border-right: 1px white solid;
	/**border: 1px green solid;**/
	font-weight: bold;
	margin: 0px;
}

#material{
	background-color:;
	border-right: 0px;
	padding-left: 20px;
	/**width: 65%;
	/**border: 1px red solid;**/
	margin-right: 0px;
	font-size: 12px;
}


td b{
	color: #4d4e4e;
	font-family: roboto-regular, arial, sans-serif;
}

.fotos{
	margin-top: 30px;
	width: 110%;
	display: flex;
	text-align: center;
	color: #ed7e06;
	font-size: 12px;
	width: 100%;
}

.fotos article{
	margin: 0 5px 0px 5px;
	width: 33%;
}

.fotos article h3{
	height: 20px;
	margin-bottom: 30px;
	align-self: center;
}

.fotos article img{
	width: 100%;
}

/**-----------------**/

#manuales{
	background-color:;
	color: #ed7e06;
	margin: 0px;
	padding: 0px;
	text-align:center;
	margin-bottom: 40px;
}

#manuales ul{
	list-style: none;
	min-height: 60px;
	border-bottom: 1px solid #ed7e06;
	padding-bottom: 10px;
	background-color: ;
	width: 50%;
	padding-left: 0px;
}

#manuales li{
	display: inline;
	background-color: ;
}

#manuales div{
	background-color:;
	width: 70%;
	margin-left: 15%;
	display: flex;
	font-size: 11px;
	text-align: left;
	margin-top: 15px;
}

#manuales div article{
	margin: 0 10px;	
	width: 100%;
	background-color: ;
	margin-bottom: 30px;
	text-align: left;
}

#manuales div article ul{
	background-color: ;
	width: auto;
	text-align:left;
}

#manuales div article img{
	width: 100%;
}

.manual{
	color: #ed7e06;
	text-align: left;
	font-size: 12px;
	background-color: ;
}

.descargar{
	color: #ed7e06;
	text-align: right;
	margin-left: 0px;
	border-left: 1px solid orange;
	padding-left: 5px;
}

.none{
	opacity: 0%;
}

/**-----------------**/

#videos{
	background-color: ;
	color: #ed7e06;
	margin: 0px;
	padding: 0px;
	text-align:center;
	margin-bottom: 40px;
}

#videos div{
	background-color: ;
	width: 75%;
	margin-left: 20%;
	display: flex;
	font-size: 11px;
	text-align: left;
	margin-top: 15px;
}

#videos div article{
	margin: 0 5px;	
	width: auto;
	background-color: ;
	margin-bottom: 50px;
	text-align: left;
	display:
}

#videos div article div{
	width: auto;
	min-height: 40px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:;
}

#videos div article div h3{
	background-color: ;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	border:1px solid #ed7e06;
	padding: 10px 0px;
}

#videos div article img{
	width: 100%;
}

#videos h4{
	font-size: 9px;
	padding-bottom: 10px;
}



/**-----------------------------footer--------------------------**/


h3 a{
	color: #ed7e06;
	text-decoration: none;}

h3 a:link {
	color: #ed7e06;
	text-decoration: none;}

footer {
	background-color: #5D5D5D;
	height: auto;
	width: 100%;
	color: white;
}

footer table {
	width: 100%;
	padding: 10px;
	height: auto;
	/**text-align: center;**/
	/**background-color: red;**/
	font: 12px raleway, sans-serif;

}

footer tr {
	/**background-color: blue;**/
	width: 20%;
	/**background-color:red;**/
}

footer td {
	height: auto;
	border-right: 1px solid #cecece;
	vertical-align: top;
	padding: 10px;
	/**background-color:green;**/
	margin-left: 5%;
}

footer td h3{
	color:#ed7e06;
}

.logofooter{
	max-width: 300px;
}

#top{
	width: auto;
	padding: 20px;
	position: fixed;
	right: 20px;
	top: 80%;
	border: 1px solid gray;
	opacity: 75%;
}

/**mediaonly muygrande**/

@media only screen and (min-width: 1500px) 
{
	#videos div{
		background-color:;
		margin-left: 30%;
	}
}


/**mediaonly grande**/

@media only screen and (min-width: 801px) 
{

	#slide1{
		width: 100%;
	}

	#slide2{
		display:none;
	}

	#material2{
		display: none;
	}

	.topnav{
		display: none;
	}

	.logonav{
		display: none;
	}

	#footer2{
		display: none;
	}

}

/**tamaño minimo en pantalla 770px**/

@media only screen and (max-width: 800px) 
{
  	body {
	  	padding: 0px;
	  	margin: 0px;
	    /**background-color: lightblue;**/
  	}

  	.secciones{
		display: none;
	}

	nav{
		width: 100%;
		margin: 0px;
		padding: 0px;
		background-color:;
		display: none;
	}

	.logonav{
		position: relative;
		left: 40%;
		top: 0;
	}

/**----menu hamburguesa----**/

	.topnav {
	  overflow: hidden;
	  position: relative;
	  opacity: 100%;
	  font-size: 11px;
	  font-family: raleway, sans-serif;
	  background-color: white;
	}

	.topnav #myLinks {
	  display: none;
	}

	.topnav a {
	  color: gray;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 14px;
	  display: block;
	  opacity: 100%;
	}

	.topnav a.icon {
	  background: white;
	  opacity: 50%;
	  display: block;
	  position: absolute;
	  left: 40px;
	  top: 60px;
	  color:gray;
	}

	/**.topnav a:hover {
	  background-color: gray;
	  color: black;
	  opacity: 100%;
	}**/

	.active {
	  opacity: 5%;
	  color: white;
	  display: none;
	}

	#myLinks a{
		margin: 0px 30px 0px 50px;
	}

	#myLinks a{
		border-bottom: 1px #ececec solid;
		width: 85%
	}

/**-------fin menu hamburguesa------*/

	#bodymargin {
	margin: 15px 5% 100px 5%;
	height: auto;
	}

	#slide2{
		width: 100%;
	}

	#slide1{
		display:none;
	}

	#nuevoluft3{
		font-size: 21px;
		width:100%;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		border: 0px;
		text-align: center;
	}

	#material2{
		padding-top: 5%;
		font: 12px raleway, sans-serif;
		text-align: justify;
	}

	#material{
		display: none;
	}

	.fotos{
		display: block;
		background-color:;
		padding: 0px;
		margin: 0px;
	}

	.fotos article{
		width: 100%;
		padding: 0px;
		margin: 0;

	}

	.fotos article h3{
		margin: 50px 0 10px 0;
		padding: 0px;
	}

	.fotos article img{
		margin: 0px;
		padding: 0px;
	}

	footer table {
		display: none;
	}

	#footer2 {
		font-size: 12px;
		padding: 35px;
		color: white;
	}


	#footer2 p{
		color:;
	}

	#footer2 h3{
		color: #ed7e06;
		margin-top: 25px;
	}

	.gray{
		color: #ccc;
	}

	#manuales div{
	display: block;
	}

	#manuales h2{
	width: 75%;
	background-color:;
	margin-left: 10%;
	margin-bottom: 50px;
	}

	#videos div{
	display: block;
	margin-bottom: 100px;
	}

	#videos div article{
	margin-bottom: 100px;
	padding-left: 0px;
	}

	#videos div article div h3{
	background-color: ;
	margin-left: 0px;
	}

}

.btn-whatsapp {
	display:block;
	width:70px;
	height:70px;
	color#fff;
	position: fixed;
	right:20px;
	bottom:20px;
	border-radius:50%;
	line-height:80px;
	text-align:center;
	z-index:999;
}