@font-face{
  font-family: 'Montserrat';
  src: url("/fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("/fonts/Montserrat/Montserrat.ttf") format("truetype"), url("/fonts/Montserrat/Montserrat.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

#header {
  width: 100%;
  z-index: 99;
  position: absolute;
 
}

#iconMobile{
 display: none;
}

.mobileElement{
  display:none;
}

#headerTopBar {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #F0EFEE;
  display: flex;
  align-items: center;
  height: 5px;
  opacity: 0;
}

#searchBox{
  position: absolute;
  width: 350px;
  height: 30px;
  right: 30px;
  background: #F4F4F4;
  border-radius: 4px;
  padding-left: 10px;
  display: none;
}

#searchBox::placeholder {
  color: #F4F4F4;
}

.expandedMenu{
  position: absolute;
  width: max-content;
  left: -20px;
  padding-bottom: 10px;
  background: white;
  display: none;
  padding-top: 25px;
  z-index: 99999;
}

.headerItem:hover{
  cursor: pointer;
}

.expandedItem {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #666666;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  width: calc(100% - 40px);
  text-align: initial;
  background-color: #FFFFFF;
}

.expandedItem:hover {
  background-color: rgba(98, 143, 204, 0.1);
}

#headerTopBar img{

margin-right: 5px;

}
#headerBottom {
  width: 80%;
  padding-top: 15px;
  display: flex;
  margin: 0 auto;
  }

#headerLogo {
  display: flex;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
}

#headerLogo img {
  height: 110px;
}

#headerItemsContainer {
  display: flex;
  width: 100%;
  margin-left: 30px;
  justify-content: space-between;
   
}
#headerDummy{position: relative;width: 100%;height: 130px;}

.arrow{
  
position: absolute;
  
right: 30px;
}

#headerItemsRightContainer { 
  float: right;

    margin-left: 6vw;
    right: 0;
    
}

.itemFAQ{
margin-right: 25px;
}
.itemContact{

  float: right;
}
.headerItem {
font-family: 'Montserrat';

    color: #464655;
    font-size: 14px;
    font-weight: normal;
    
}

.headerItem:hover{
    color: #3562AB;
}

#headerTopBar div{
  float: left;
  font-weight: 400;
  font-size: 12px;
  color: #595959;
  align-items: center;
  line-height: 30px;
  display: flex;
  margin-left: 10%;
}

.arrowDown{
  padding-left: 5px;
  cursor: pointer;
  width: 11px;
  height: 5px;
}

.tituloyflecha{
  position: relative;
  display: flex;
  white-space: nowrap;
  margin-left: 2vw;
  justify-content: center;
  align-items: center;
}
.headerMobileMenu{
  display:none;
}

@media screen and (max-width: 1420px) {
.headerItem{
  font-size: 12px;
}
}
@media screen and (max-width: 1150px) {
  .headerItem{
    font-size: 10px;
  }
  

}


@media screen and (max-width: 1000px) {
 
 #searchBox{
   display:none;
 }

 #headerLogo {
  width: calc(90% - 33px);
  margin-right: 5%;
  margin-left: 5%;
 }

 #headerLogo img{
    height: 62px;
    margin-right: 10%;
 }
 #headerDummy{
   height: 90px;
 }
 #headerItemsContainer{
   display: none;
 }

 #headerTopBar{
  display: none;
  /*align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: -2%;*/
 }

 #headerBottom{
  position: absolute;
  width: 90%;
  margin-right: 5%;
  display: flex;
  top: 17px;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0px;
 }

 .mobileElement{
  position: relative;
  display: flex;
  margin-right: 11%;
 }

 .headerMobileMenuIcon {
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  margin-left: 10%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}

#iconMobile{
  display: block;
  width: auto;
  height: 18px;
}

.headerMobileMenuIcon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #242463;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.headerMobileMenuIcon span:nth-child(even) {
  left: 50%;
  /*border-radius: 0 9px 9px 0*/
}
.headerMobileMenuIcon span:nth-child(odd) {
  left: 0px;
  /*  border-radius: 9px 0 0 9px; */
}
.headerMobileMenuIcon span:nth-child(1),
#headerMobileMenuIcon span:nth-child(2) {
  top: 0px;
}
.headerMobileMenuIcon span:nth-child(3),
.headerMobileMenuIcon span:nth-child(4) {
  top: 9px;
}
.headerMobileMenuIcon span:nth-child(5),
.headerMobileMenuIcon span:nth-child(6) {
  top: 18px;
}
.headerMobileMenuIcon.open span:nth-child(1),
.headerMobileMenuIcon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.headerMobileMenuIcon.open span:nth-child(2),
.headerMobileMenuIcon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.headerMobileMenuIcon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.headerMobileMenuIcon.open span:nth-child(2) {
  left: calc(50% - 7px);
  top: 7px;
}
.headerMobileMenuIcon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.headerMobileMenuIcon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.headerMobileMenuIcon.open span:nth-child(5) {
  left: 5px;
  top: 12px;
}
.headerMobileMenuIcon.open span:nth-child(6) {
  left: calc(50% - 7px);
  top: 12px;
}

.headerMobileMenu {
  font-family: "Montserrat";
  display: block;
  position: absolute;
  top: 90px;
  height: auto;
  padding-bottom: 10px;
  width: 249px;
  left: -249px;
  background-color: white;
  z-index: 2;
  overflow: scroll;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.headerMobileMenu.open {
  left: 0px;
}

.mobileMenuItem {
  position: relative;
  width: 100%;
  display: table;
  height: auto;
  color: #3562AB;
}
.mobileMenuLink {
  position: relative;
  float: left;
  display: inline-block;
  width: auto;
  font-size: 13px;
  max-width: 186px;
  height: auto;
  padding-left: 13%;
  word-break: break-all;
  margin-top: 13px;
  margin-bottom: 13px;
}
.mobileMenuSeeMore {
  position: relative;
  float: right;
  margin-right: 13px;
  height: auto;
  line-height: 40px;
  width: 30px;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 13px;
}

.mobileMenuSubcategories {
  position: relative;
  float: left;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.mobileMenuSubcategory {
  position: relative;
  width: 100%;
  height: auto;
  color: #515E6D;
  height: auto;
  overflow: hidden;
  font-weight: 100;
}
.mobileMenuSubcategory.open {
  border-bottom: 0px;
}


}
