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

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------- SETTINGS FOR MOBILE MEDIUM  ------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */

@media screen and (max-width: 790px) {  
	
.ancho {
	width: 100%;
}
	
/* ---------------- HEADER ------------------- */

header { 
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	 	z-index: 5;
	}
	
.header__logo {	
		margin: 34px 0 0 20%;
		height: 80px;
	}
	
.header__argentina {
		display: inline-block;
		position: relative;
		margin-top: 137px;
		margin-right: -98px;	
	}
	
/* ---------------   NAV  -------------------- */
	
.nav__rojotransparente {
		display: none;
		width: 45%;
		height: 30px;
		margin: 0 auto -26px auto;
	}

.burger {
	display: inline-block;
	float: right;
  	margin: 60px 15% 0 0;
	font-size: 35px;
}

.nav_show_respo_menu {
	display: block;
	}

nav {
	position: fixed;
	right: 0;
    	left: 0;
	z-index: 10;
	width: 55%;
	display: none;
	text-align: center;
	margin: 10px auto;
	line-height: 1.7em;
}

.nav_boton_degrade1 {    						 /*  ---- CADA BOTON MENU ---------*/
		margin: 0;
		border: #FFFFFF solid 1px;
}

.nav_boton_violeta {
		margin: -1px 0 0 0;
		font-size: 80%;
		border: #FFFFFF solid 1px;
}


/* --------------- CUERPO  ------------------- */
	
.cuerpo {
		display: block;
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}
	
.cuerpo__titulos {
		text-align: center;
		font-size: 43px;
		margin-bottom: 35px;
		display: block;
		margin-top: 40px;
	}	
	
.cuerpo__icono {
		display: none;
	}
	
      
      
/* --------------- ASIDE ------------------- */    
.boton_gris {
     margin-left: auto; 
     margin-right: auto; 
}
      
      
/* --------------- FOOTER ------------------- */
	

footer {
		height: auto;
		padding: 40px 0 15px 0;
	}
	
.footer__celda {
		display: block;
		width: 100%;
		margin-bottom: 50px;
	}

.footer__celda_1, .footer__celda_3 {
		text-align: center;
	}
		
.footer__celda_1_titulo, .footer__celda_3_titulo {
		transform-origin: center;
	}
	
	
	
	
	
	
	
	
	
/* ------------- FINAL GENERAL DE SETTINGS PARA MOBILE MEDIUM ---------------------*/	
}

