/*******************************************************************/
/******************************** HEADER ***************************/
/*******************************************************************/
#header{
  max-width: 1400px;
}
.row{
  min-width: 965px;
}
.container{
  max-width: 965px;
}
.row-footer {
  background-color: #F5F8FA;
      overflow: hidden;
}

.boxSearch a {
  float: left;
  line-height: 37px;
}
.boxSearch{
    margin: 12px 0 13px 10px;
    display: inline-block;
}
#idioms {
    display: inline-block;
}

.social-fixed {
  margin: 19px 0 19px 15px;
}

.row-link-sites .container {
    overflow: hidden;
}


/************************** MENU *******************/

#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 {
  float: left;
  width: auto;
  -webkit-flex-grow:2;
  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{
  -webkit-flex-grow:1;
  flex-grow:1;
}
#menu .elementMenu:nth-child(2){
  -webkit-flex-grow:1;
  flex-grow:1;
}
#menu li a{
  padding: 18.5px 20px;
}
#menu li a, #menu li span{
  float: left;
  font-size: 16px;
  font-family: 'Lato-Semibold', Arial;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

/**************** SEGUNDO NIVEL MENU ****************/
#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:last-child .submenu{
  left: inherit;
  right: 0;
}
#menu ul li:last-child .submenu .MenuThirdLevel{
  left: inherit;
  right: 100%;
}
#menu .elementMenu:last-child .submenu li:hover .MenuThirdLevel a {
  -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 .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 ul .submenu li:first-child a, #menu ul .submenu .MenuThirdLevel 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 li .submenu a, #menu li .submenu span{
  font-size: 14px;
}
#menu .elementMenu:hover .submenu a {
  background-color: #154481;
  padding: 15px 30px 15px 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 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 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 li:hover .MenuThirdLevel li:hover a{
  background-color:#255DA4; 
}

/****************** FLECHAS MENU  ************/
#menu .arrowMenu:after{
  float: left;
  margin-left: 9px;
  font-size: 7px;
  font-family: "icons";
  content: "\e816";
  color: #ffffff;
  margin-top: 6px;
  -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;
}
#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;
}


/*******************************************************************/
/**************************** breadcrumb ***************************/
/*******************************************************************/

/*******************************************************************/
/**************************** contenido ***************************/
/*******************************************************************/

/*******************************************************************/
/******************************** FOOTER ***************************/
/*******************************************************************/
footer, .footer-container {
  max-width: 1400px;
}
#footer{
  width: auto;
}


#footer p {
  clear:both;
}



