@charset "UTF-8";
/*-------------------------------- E L L I P S I S ---------------------------------*/
/*

@mixin ()
{
	-webkit-: ;
	   -moz-: ;
	    -ms-: ;
	     -o-: ;
			: ;
}
*/
.H-header {
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.header-left {
  margin-right: 50px;
  float: left;
}

.header-right {
  margin-right: 50px;
  float: right;
}

.H-nav-menu {
  font-weight: bold;
  width: 100%;
  z-index: 1;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.H-container-menu {
  width: 90%;
  font-size: 18px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.H-collapsable-menu {
  display: none;
  overflow: hidden;
  background-color: #fff;
}

.H-collapsable-menu > div {
  width: 85%;
  height: 32px;
  margin: 2px 0px;
  background-color: rgba(0, 0, 0, 0.01);
  text-align: center;
}

.H-collapsable-menu > div a {
  text-decoration: none;
  color: #000;
  width: 100%;
  text-align: center;
}

.H-collapsable-menu:not(.H-collapsed) {
  top: 10px;
  height: auto;
  z-index: 1;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 25px #ccc;
  -moz-box-shadow: 0px 5px 25px #ccc;
  box-shadow: 0px 5px 25px #ccc;
  -webkit-transition: top 0.175s linear 0.175s, height 0.35s;
  -moz-transition: top 0.175s linear 0.175s, height 0.35s;
  -o-transition: top 0.175s linear 0.175s, height 0.35s;
  transition: top 0.175s linear 0.175s, height 0.35s;
}

.H-div-menu {
  height: 55px;
  padding: 0 20px;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.H-div-menu a:hover {
  color: #059cdd;
  text-decoration: none;
}

.H-div-menu a {
  text-decoration: none;
  color: #000;
  width: 100%;
  text-align: center;
}

.dropbtn {
  color: white;
  padding: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}

.dropdown-content {
  display: none;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: black;
  padding: 12px 0;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.H-div-menu.logo {
  overflow: visible;
  -webkit-align-items: baseline;
  align-items: baseline;
  width: 200px;
  height: 110px;
}

.H-div-menu.logo img {
  height: 194px;
  /*flex-shrink: 0;*/
}

.H-boton-menu {
  display: none;
  height: 35px;
  padding-right: 59px;
  padding-left: 59px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none;
  background-color: #fff;
}

.H-icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  margin-top: 3px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #01376b;
}

.H-img-menu {
  width: 100px;
  height: 90px;
}

.navegacion {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 100vh;
  background: transparent;
}

.navegacion ul {
  width: 320px;
  height: 100%;
  background: #fff;
  list-style: none;
  position: absolute;
  top: 0;
  left: -320px;
  transition: left .3s;
}

.navegacion .menu li.title-menu {
  padding: 20px;
  background: #5F6F81;
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.navegacion .menu a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #C6D0DA;
  font-size: 22px;
  font-weight: 200;
  text-decoration: none;
  color: #575D69;
}

/*--------------------------------------  M E D I A ---------------------*/
@media screen and (max-width: 1350px) {
  .H-container-menu {
    font-size: 15px;
  }
}

@media screen and (max-width: 1240px) {
  .H-container-menu {
    width: 88%;
  }
  .H-img-menu {
    width: 100px;
    height: 90px;
  }
}

@media screen and (max-width: 1136px) {
  .H-container-menu {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .H-header-contenido {
    display: none;
  }
  .H-div-menu:not(.logo) {
    display: none;
  }
  .H-nav-menu {
    width: 100%;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background-color: #fff;
  }
  .H-container-menu {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .H-collapsable-menu {
    display: flex;
    width: 100%;
    height: 0px;
    position: relative;
    top: 0px;
    z-index: -1;
  }
  .H-div-menu.logo {
    width: 150px;
  }
  .H-div-menu.logo img {
    height: 180px;
  }
  .H-boton-menu {
    display: block;
  }
  .H-boton-menu:not(.H-collapsed) span.H-icon-bar {
    -webkit-transition: transform 0.75s;
    -moz-transition: transform 0.75s;
    -o-transition: transform 0.75s;
    transition: transform 0.75s;
    position: absolute;
    margin: 0;
  }
  .H-boton-menu:not(.H-collapsed) span.H-icon-bar:nth-child(odd) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .H-boton-menu:not(.H-collapsed) span.H-icon-bar:nth-child(even) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .H-logo {
    width: 100%;
    height: 100px;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: inline-flex;
  }
  .H-left {
    float: left;
    left: 0;
    position: absolute;
  }
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: transparent;
  color: #01376b;
  text-decoration: none;
}

nav ul li a:hover {
  background: #2581DC;
  color: #01376b;
}

nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
  z-index: 1;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 70px;
  width: 70px;
}

.nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

.nav-toggle .nav-active {
  background-color: transparent !important;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #01376b;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

.nav-toggle span:before {
  top: -10px;
}

.nav-toggle span:after {
  bottom: -10px;
}

.nav-toggle.nav-active span {
  background-color: transparent;
}

.nav-toggle.nav-active span:before, .nav-toggle.nav-active span:after {
  top: 0;
}

.nav-toggle.nav-active span:before {
  transform: rotate(45deg);
}

.nav-toggle.nav-active span:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1000px) {
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
}

@media screen and (min-width: 1000px) {
  .nav-list {
    display: block !important;
  }
}

.navigation {
  height: 70px;
  background: transparent;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a, .brand a:visited {
  color: #01376b;
  text-decoration: none;
}
