@import url('https://fonts.googleapis.com/css?family=Oswald:300,500|Teko:400,700');
body {
    margin: 0px;
    background-color: #1C2029;
}
.cuerpo_container {
    width: 100%;
    background-image: url("https://www.kuronitro.com.ar/images/fondo.jpg");
    background-size: inherit;
    background-repeat: repeat-y;
    text-align: center;
}
.cuerpo {
    background-color: black;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.22);
}
a {
    text-decoration: none;
}
.menu_container_outer {
    top: 0;
    background-color: #000000;
    width: 100%;
    position: absolute;
    height: 80px;
    z-index: 7;
    margin: 0px;
    left: 0;
}
.logo {
    padding-top: 10px;
    top: 0px;
    width: 200px;
    height: auto;
}
.menu_container {
}
.logo {
    width: 120px;
    padding-top: 22px;
    padding-left: 20px;
}
/*hamburguer*/
.hamburger_container_fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 90000;
}
.hamburger_container {
    height: 90px;
    margin: 0 auto;
}
.hamburger {
    float: right;
    padding-top: 30px;
    padding-right: 30px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: red;
    border-radius: 0px;
}
/*fullscreenmenu*/
.fullscreen_menu_all {
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 5;
}
.fullscreen_menu_container {
    margin: 0 auto;
    position: relative;
    padding-top: 200px;
    background-color: #222222;
    background-image: url("https://www.kuronitro.com.ar/images/menu.jpg");
      background-repeat: no-repeat;
     background-size: cover;
    background-position: left;
}
.boton {
    text-align: left;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px ridge red;
    letter-spacing: 1.2px;
    color: white;
    cursor: pointer;
    margin: 0px;
    line-height: 50px;
    padding: 15px 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.boton:hover {
    padding-left: 50px;
    border-bottom: 1px ridge white;
}
.boton a {
    color: white;
    margin-left: 20px;
}
.boton:hover a {
    color: red
}
.boton:hover {
    padding-left: 50px;
    border-bottom: 1px ridge white;
    color: red
}
.boton a:hover {
    color: red
}
.trans {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ocultar {
    top: -600px;
}
.nocultar {
    top: -50px;
}
.fullscreen_block2, .fullscreen_block2 a, .fullscreen_block2 a:link {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: white;
    margin-top: 100px;
    margin-left: 15px;
    padding-bottom: 50px;
}
.encajonado {
    margin: 0 auto;
}
.blur {
    filter: grayscale(50%) blur(3px);
    transform: translateY(100px);
}

@media all and (min-width:1000px) {
.encajonado {
    width: 60%;
    max-width: 1000px;
}
}

@media all and (max-width:999px) {
.encajonado {
    width: 100%;
    max-width: 700px;
}
}


/*footer*/
.foot_todo {
	z-index: -5;
	background-color: #2c2d33;
	position: absolute;
	width: 100%;
	left: 0;
}
.foot_container1 {
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}
.foot_block2, .foot_block2 a, .foot_block2 a:link {
	font-family: 'Abel', sans-serif;
	font-size: 17px;
	text-align: center;
	padding-top: 20px;
	line-height: 25px;
	color: #909090;
}
.foot_todo .footicon {
	width: 50px;
	padding: 20px 10px

    }
.home_06_text {
    font-size: 25px;
    line-height: 80px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom:  0px;
}
