/* @font-face {
  font-family: "newgoth";
  src: url("fonts/NEWSGOTB.TTF");
} */

@font-face {
  font-family: "newgoth";
  src: url("fonts/NEWSGOTB.woff");
}


.nav {
    width: 89%;
	display:flex;
	margin-left:5%;
	margin-top:1%;
	margin-bottom:1%;

}

.nav img{
	    max-width: 100%;
}

/* Navigation */

.nav {
    font-family: Georgia, Arial, sans-serif;
    font-size: 17px;
}

.nav-items {
    padding: 0;
    list-style: none;
	margin-bottom:0px;
	font-weight:bold;
	display:grid;
}


.nav-item {
    display: inline-block;
    margin-right: 25px;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-link:focus{
	font-size:xx-large!important;
}

.nav-link,.nav-link:hover{
	font-family:"newgoth";
}
.nav-link,.nav-link:active{
	font-family:"newgoth";
}

.nav-link:hover::before,
.nav-link:hover::before {
    opacity: 1;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
	font-family:"newgoth";
}

.dropdown {
    position: relative;
}

.dropdown .nav-link {
    margin-right: 15px;
    height: 17px;
    line-height: 17px;
}



.submenu {
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 100;
    width: 500px;
    margin-left: auto;
	margin-right:auto;
   background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.78) 47%, rgba(246,246,246,0.53) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.78)), color-stop(100%, rgba(246,246,246,0.53)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.78) 47%, rgba(246,246,246,0.53) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.78) 47%, rgba(246,246,246,0.53) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.78) 47%, rgba(246,246,246,0.53) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.78) 47%, rgba(246,246,246,0.53) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );
    border-radius: 3px;
    line-height: 1.46667;
    margin-top: -5px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    opacity:0;
    -webkit-transform: translate(0, 0) scale(.85);
    pointer-events: none;
}



.submenu::after {
    border-bottom-color: #fff;
}

.menuSelector{
	    color: #fff;
    font-size: 20px;
}


.submenu-items {
    list-style: none;
    padding: 10px 0;
}

.submenu-item {
    display: block;
    text-align: left;
	font-family:"newgoth";
}

.submenu-item a{
	font-family:"newgoth";
	border-bottom:0px solid black;
}

.nav-link{
	text-decoration:none!important;
}

.submenu-link,
.submenu-link:link,
.submenu-link:visited,
.submenu-link:active {
    /* color: #3498db; */
    padding: 10px 20px;
	/* color:black!important; */
	font-family:"newgoth";
}

.submenu-link:hover {
    text-decoration: underline;
}

.submenu-seperator {
    height: 0;
    margin: 12px 10px;
    border-top: 1px solid #eee;
}

.show-submenu .submenu {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
    pointer-events: auto;
}

.MenuDiv{
	margin-bottom:5%;
	margin-top:5%;

}

.MenuDiv .col-md-4{
	text-align:left;

}
.MenuDiv .col-md-4 ul li a{
	font-family: latoRegular!important;
	font-weight:normal!important;
	/* text-transform:uppercase; */
	line-height:1.2;
}



.MenuDiv .col-md-4 ul li {
    margin-bottom: 10%;
    line-height: 1.5;
    width: 80%;
    margin-right: 0;
    text-align: left;
    margin-left: 20%;
}

.menuHeaderSuperior{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    text-align: center;
}

.menuHeaderSuperior div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    text-align: center;
}

.padre {
	display: table;
	height:200px;
}
.hijo {
    display: flex;
    vertical-align: middle;
    height: 43px;
    margin: 0px;
    line-height: 43px;
	margin-left:5%;
}
.menuFlotante {
    position: absolute;
    top: 205px;
    background-color: transparent;
    z-index: 999;
}

.menuSection:hover {
   	text-decoration:none!important;
	color: rgb(0, 40, 16)!important;
}

.movilMenu{
	display:none;
}

@media (max-width: 1730px) {
	.menuHeaderSuperior img{
		width:36px;
	}

	.hijo {
		height: 36px;
		line-height: 36px;
		margin-left: 4%;
	}

	.menuSelector {
		font-size: 18px;
	}

	.menuSection {
    color: #fff;
    font-size: 18px!important;
}

}
@media (max-width: 1680px) {
.menuFlotante {
    top: 194px;
}
}
@media (max-width: 1600px) {
	.menuHeaderSuperior img{
		width:30px;
	}

	.hijo {
		height: 30px;
		line-height: 30px;
		margin-left: 4%;
	}

	.menuSelector {
		font-size: 17px;
	}

	.menuSection {
    color: #fff;
    font-size: 17px!important;
}

.menuFlotante {
    top: 190px;
}

}

@media (max-width: 1540px) {

.menuFlotante {
    top: 179px;
}

}

@media (max-width: 1500px) {

	.menuSelector {
		font-size: 15px;
	}

	.menuSection {
    color: #fff;
    font-size: 15px!important;
}

}

@media (max-width: 1440px) {

	.menuFlotante {
		position: absolute;
		top: 140px;
		z-index: 999;
	}


	.menuHeaderSuperior img{
		width:30px;
	}

	.hijo {
		height: 30px;
		line-height: 30px;
		margin-left: 4%;
	}

	.menuSelector {
		font-size: 15px;
	}
	.menuSection {
    color: #fff;
    font-size: 15px!important;
}

}
@media (max-width: 1410px){
	.menuFlotante {
    top: 139px;
}
}
@media (max-width: 1390px) {

	.menuFlotante {
		position: absolute;
		top: 135px;
		z-index: 999;
	}

	.menuSection {
    color: #fff;
    font-size: 15px!important;
}


	.menuHeaderSuperior img{
		width:30px;
	}

	.hijo {
		height: 30px;
		line-height: 30px;
		margin-left: 4%;
	}

	.menuSelector {
		font-size: 15px;
	}

}
@media (max-width: 1335px) {
.menuFlotante {
    top: 130px;
}
}

@media (max-width: 1315px) {

	.menuFlotante {
		position: absolute;
		top: 130px;
		z-index: 999;
	}

	.menuSection {
    color: #fff;
    font-size: 13px!important;
}


	.menuHeaderSuperior img{
		width:30px;
	}

	.hijo {
		height: 30px;
		line-height: 30px;
		margin-left: 4%;
	}

	.menuSelector {
		font-size: 13px;
	}

}
@media (max-width: 1300px) {
.menuFlotante {
    top: 145px;

}
}

@media (max-width: 1280px) {
.menuFlotante {
    top: 130px;

}
}
@media (max-width: 1240px) {
.menuFlotante {
    position: absolute;
    top: 127px;
    z-index: 999;
}

	.menuSection {
    color: #fff;
    font-size: 15px!important;
}


	.menuHeaderSuperior img{
		width:20px;
	}

	.hijo {
		height: 20px;
		line-height: 20px;
		margin-left: 3%;
	}

	.menuSelector {
		font-size: 15px;
	}

}

@media (max-width: 1194px) {

	.menuFlotante {
		position: absolute;
		top: 12%;
		z-index: 999;
	}

		.menuSection {
    color: #fff;
    font-size: 13px!important;
}

	.menuSelector {
		font-size: 13px;
	}


}

@media (max-width: 1090px) {

		.menuFlotante {
		position: absolute;
		top: 11.5%;
		z-index: 999;
	}
}

@media (max-width: 1075px) {

	.menuFlotante {
		position: absolute;
		top: 10%;;
		z-index: 999;
	}

	.contenedorMenu .col-md-4{
		width:20%;
	}

	.menuHeaderSuperior{
		width:80%;
	}
}


@media (max-width: 1024px) {
	.hijo {
    font-size: 10px!important;
}

.menuFlotante {
    position: absolute;
    top: 12%;
    z-index: 999;
}
}

@media (max-width: 1023px) {

	nav{
	position: absolute;
	padding-top:2%!important;
	left:-300px; /* Escondemos nuestro menú con un valor negativo */
  	left:-900px; /* Escondemos nuestro menú con un valor negativo */
	width: 100%;
	z-index: 1;
	padding: 90px 30px 30px;
	background: #66ad4d;
	opacity: 0;
	transition: all 0.75s ease;
	font-size: 1.2em;
	overflow-y: auto;
	top:18%;
}

header nav{
	top:120px;
}

.menuSidebarBlog {
    position: relative;
    padding-top: 2%!important;
    left: -300px;
    left: auto;
    width: 100%;
    z-index: 19;
    padding: 0px 0px 0px;
    background: white;
    opacity: 1;
    transition: all 0.75s ease;
    font-size: 1.2em;
    overflow-y: auto;
    top: 18%;
}

	.enlaceMovil{
		margin-left:15%;
	}
	.movilMenu{
		display:block;
	}

.headerMenu nav{
	top:15%;
	z-index: 9999;
}

	.desktopMenu{
		display:none;
	}

	.menuHeaderSuperior{
		text-align:right;
	}

#header{
	text-align:right!important;
}
#menu_on{
	display: inline-block;
	width:30px;
	height: 20px;
	position: relative;
	z-index: 2;
}

#menu_on span{
	width: 100%;
	height: 4px;
	border-radius: 4px;
	display: block;
	position: absolute;
	background: #fff;
	transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
	transform-origin : 0px 100%;
}

#menu_on span:nth-child(2){
	top: calc(50% - 2px);
}

#menu_on span:nth-child(3){
bottom: 0;
}



nav a{
	display:block;
	text-decoration: none;
	padding: 10px;
	color: rgba(255,255,255,0.75);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all ease 0.25s;
}

nav a:hover{
	color: rgba(255,255,255,1);
	border-bottom-color:rgba(255,255,255,0.4);
}

.visible_menu span:nth-child(1){
	transform: rotate(45deg) translate(-2px,1px);
}

.visible_menu .segundoPalo{
	opacity: 0;
}

.visible_menu span:nth-child(3){
	transform: rotate(-45deg) translate(-3px,3px);
}

.visible_menu nav{
	left: 0;
	opacity: 1;
}

.tituloMenuLateral {
    padding:0px!important;
	margin-bottom:0px!important;
}
}
@media (max-width: 991px) {

}

@media (max-width:890px) {
.headerMenu nav{
	top:14%;
}
}

@media (max-width:800px) {
.headerMenu nav{
	top:13.5%;
}
}
@media (max-width:800px) {
.headerMenu nav{
	top:13%;
}
}

@media (max-width:730px) {
.headerMenu nav{
	top:12%;
}
}


@media (max-width:640px) {
.headerMenu nav{
	top:11%;
}
}

@media (max-width:600px) {
.headerMenu nav{
	top:18.5%;
}
}

@media (max-width:560px) {
.headerMenu nav{
	top:17%;
}
}
@media (max-width:510px) {
.headerMenu nav{
	top:16.5%;
}
}
@media (max-width: 500px) {
nav{
	position: absolute;
	padding-top:2%!important;
	width: 100%;
	z-index: 1;
	padding: 90px 30px 30px;
	background: #66ad4d;
	opacity: 0;
	transition: all 0.75s ease;
	font-size: 1.2em;
	overflow-y: auto;
	top:17%;
}
}

@media (max-width:480px) {
.headerMenu nav{
	top:16.5%;
}
}

@media (max-width:455px) {
.headerMenu nav{
	top:16%;
}
}

@media (max-width:420px) {
.headerMenu nav{
	top:15.5%;
  z-index: 99999999;
}
}

@media (max-width: 414px) {
nav{
	position: absolute;
	padding-top:2%!important;
	width: 100%;
	z-index: 1;
	padding: 90px 30px 30px;
	background: #66ad4d;
	opacity: 0;
	transition: all 0.75s ease;
	font-size: 1.2em;
	overflow-y: auto;
	top:18%;
}

.contenedorMenu {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
}

@media (max-width:407px) {
.headerMenu nav{
	top:18%;
}
}

@media (max-width:375px) {
.headerMenu nav{
	top:16%;
}
}

@media (max-width:369px) {
.headerMenu nav{
	top:18%;
}
}

@media (max-width:355px) {
.headerMenu nav{
	top:17.5%;
}
}

@media (max-width:325px) {
.headerMenu nav{
	top:17%;
}
}

@media only screen and (max-width: 1680px) {


  .submenu {
    width: 298%;
  }

  .nav {
    width: 93%;
  }
}

.situacionMenu{
	padding:0px!important;
	position:relative;
}

.menuFlotante {
    top: 0!important;
}
