/*******************************************************************/
/******************************** HEADER ***************************/
/*******************************************************************/
#header{
  max-width: 1400px;
}
.row{
  min-width: 1024px;
}
.container{
  max-width: 1024px;
}
.row-footer {
  background-color: #EDF0F3;
  overflow: hidden;
}

.boxSearch{
padding: 0px 0px 0;
    display: inline-block;
}
.boxSearch ~ #SocialHeader{
  margin-left: 54px;
}
.boxSearch a {
float: left;
    line-height: 40px;
    color: #fff;
}
#idioms {
  display: inline-block;
  line-height: 38px;
}


/************************** MENU *******************/
.row.row-menu{
  border-top: 1px solid #6381a8;
  display: flex;
}
#menu ul{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#menu .elementMenu.selectedTab a {
    background-color: #255DA4;
}
#menu .elementMenu.selectedTab ul .selectedTab a {
    background-color: #255DA4;
}
#menu .elementMenu.selectedTab ul .selectedTab  ul .selectedTab a {
    background-color: #255DA4;
}
#menu .elementMenu {
  float: left;
  width: auto;
  flex-grow: 2;
  display: block;
  margin: 0;
  position: relative;
  white-space: nowrap;
  z-index: 99999999;
 }
#menu .elementMenu:hover a{
  background-color: #255DA4;
}
#menu .elementMenu:first-child{
  flex-grow:1;
}
#menu .elementMenu:nth-child(2){
  flex-grow:1;
}
#menu li a{
  padding: 9px 6px 9px;
}
#menu li a, #menu li span{
  float: left;
  font-size: 13px;
  font-family: 'Lato-Bold', Arial;
  color: #fff;
  text-decoration: none;
}

/**************** SEGUNDO NIVEL MENU ****************/


#menu ul .submenu,#menu ul .submenu .MenuThirdLevel, #menu ul .submenu .MenuThirdLevel .MenuFourthLevel {
  left: 100%;
  top: 0px;
  border-color: #5c731e;
  display: none;
  position: absolute;
  -webkit-box-shadow: inset 25px 0px 36px -10px rgba(3,20,42,0.48);
  -moz-box-shadow: inset 25px 0px 36px -10px rgba(3,20,42,0.48);
  box-shadow: inset 25px 0px 36px -10px rgba(3,20,42,0.48);
  min-width: 170px;
}
#menu ul .submenu,#menu ul .submenu .MenuThirdLevel {
  left: 0;
  opacity: 0;
  top: 100%;
  display: none;
  position: absolute;
  margin-left: 2px;
  padding: 0px 0px 0 0px;
  width: auto;
  background-color: #154481;
  min-width: 170px;
}
#menu > ul > li > a{
  float: left;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;
}
#menu ul li:last-child .submenu{
  left: inherit;
  right: 0;
}
#menu ul li:last-child .submenu .MenuThirdLevel{
  left: inherit;
  right: 100%;
}

#menu .elementMenu:hover ul{
  margin-left: 0;
  display: block;
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#menu ul .submenu li {
  list-style: none;
  float: left;
  width: 100%;
  display: block;
  clear: both;
  white-space: nowrap;
  position: relative;
}

#menu li .submenu a, #menu li .submenu span{
  font-size: 14px;
  font-family: 'Lato-Regular', Arial;
}
#menu .elementMenu:hover .submenu a {
  background-color: #154481;
  padding: 9px 30px 9px 20px;
  float: left;
  display: block;
  width: 100%;
}
#menu ul .submenu li{
  padding: 0px 50px 0 0px;
}
#menu .elementMenu .submenu a{
  padding-right: 50px;
}
#menu .elementMenu .submenu li:hover a{
  background-color:#255DA4;
}

/**************** TERCER NIVEL MENU ****************/
#menu ul .submenu .MenuThirdLevel{
  left: 100%;
  top: 0px;
  border-color: #5c731e;
  display: none;
  position: absolute;
  -webkit-box-shadow: inset 25px 0px 36px -10px rgba(3,20,42,0.48);
  -moz-box-shadow: inset 25px 0px 36px -10px rgba(3,20,42,0.48);
  box-shadow: inset 25px 0px 36px -10px rgba(3,20,42,0.48);

}
#menu ul .submenu li:hover .MenuThirdLevel{
  display: block;
  opacity: 1;
}
#menu .elementMenu .submenu li:hover .MenuThirdLevel a{
  background-color:#154481;
  -webkit-box-shadow: inset -16px 0px 48px -14px rgba(3,20,42,0.3);
  -moz-box-shadow: inset -16px 0px 48px -14px rgba(3,20,42,0.3);
  box-shadow: inset -16px 0px 48px -14px rgba(3,20,42,0.3);
}
#menu .elementMenu .submenu li:hover .MenuThirdLevel li:hover a{
  background-color:#255DA4;
}
#menu ul li:nth-child(n+4) .submenu .MenuThirdLevel, #menu ul li:nth-child(n+4) .submenu .MenuThirdLevel .MenuFourthLevel{
  left: inherit;
  right: 100%;
}
/**************** CUARTO NIVEL MENU ****************/

#menu ul .submenu .MenuThirdLevel .MenuFourthLevel{
  left: 100%;
  top: 0px;
  border-color: #5c731e;
  display: none;
  position: absolute;
  -webkit-box-shadow: inset 25px 0px 36px -10px rgba(3,20,42,0.48);
  -moz-box-shadow: inset 25px 0px 36px -10px rgba(3,20,42,0.48);
  box-shadow: inset 25px 0px 36px -10px rgba(3,20,42,0.48);
}
#menu ul .submenu .MenuThirdLevel li:hover .MenuFourthLevel{
  display: block;
  opacity: 1;
}
#menu .elementMenu .submenu .MenuThirdhLevel li:hover .MenuFourthLevel a{
  background-color:#154481;
  -webkit-box-shadow: inset 26px 0px 33px -12px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 26px 0px 33px -12px rgba(0,0,0,0.15);
  box-shadow: inset 26px 0px 33px -12px rgba(0,0,0,0.15);
}
#menu ul .submenu li:first-child .MenuThirdLevel li:first-child .MenuFourthLevel li:first-child a{
  -webkit-box-shadow: inset 0px 26px 33px -12px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px 26px 33px -12px rgba(0,0,0,0.15);
  box-shadow: inset 0px 26px 33px -12px rgba(0,0,0,0.15);
}
#menu .elementMenu .submenu .MenuThirdLevel .MenuFourthLevel li:hover > a{
  background-color:#255DA4;
}

/****************** FLECHAS MENU  ************/
#menu .arrowMenu:after{
  float: left;
  margin-left: 5px;
  font-size: 7px;
  font-family: "icons";
  content: "\e816";
  color: #ffffff;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu .arrowMenu.arrowRight:after{
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari */
  transform: rotate(-90deg);
  float: right;
  margin-top: 5px;
}
#menu li li:hover .arrowRight:after {
  -ms-transform: translate(10px, 0px) rotate(-90deg); /* IE 9 */
  -webkit-transform: translate(10px, 0px) rotate(-90deg); /* Safari */
  transform: translate(10px, 0px) rotate(-90deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu li:hover .arrowBot:after {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari */
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}



/*******************************************************************/
/**************************** contenido ***************************/
/*******************************************************************/

/*******************************************************************/
/******************************** FOOTER ***************************/
/*******************************************************************/
