@charset "UTF-8";
@font-face {
  font-family: Poppins-Bold;
  src: url("../../assets/fonts/Poppins-Bold.otf");
}
@font-face {
  font-family: Poppins-Light;
  src: url("../../assets/fonts/Poppins-Light.otf");
}
@font-face {
  font-family: Poppins-Medium;
  src: url("../../assets/fonts/Poppins-Medium.otf");
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../../assets/fonts/Poppins-Regular.otf");
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../../assets/fonts/Poppins-SemiBold.otf");
}
@font-face {
  font-family: Avenir;
  src: url("../../assets/fonts/Avenir.ttc");
}
@font-face {
  font-family: Futura;
  src: url("../../assets/fonts/Futura.ttc");
}
@font-face {
  font-family: Playfair-Regular;
  src: url("../../assets/fonts/PlayfairDisplay-Regular.ttf");
}
@font-face {
  font-family: Playfair-Bold;
  src: url("../../assets/fonts/PlayfairDisplay-Bold.ttf");
}
@font-face {
  font-family: Lora-Regular;
  src: url("../../assets/fonts/Lora-Regular.ttf");
}
@font-face {
  font-family: Lora-Bold;
  src: url("../../assets/fonts/Lora-Bold.ttf");
}
.heightFull {
  position: relative;
}

#cd-logo.mobile {
  position: absolute;
  top: 2em;
  left: 2em;
  width: 15em;
}

#cd-logo-top {
  position: absolute;
  margin: 3em 4.6em;
  z-index: 20;
  width: 17em;
}
@media (max-width: 992px) {
  #cd-logo-top {
    display: none;
  }
}
#cd-logo-top.fixed {
  margin: 2.5em 4em;
  width: 15em;
  position: fixed;
}
#cd-logo-top img {
  width: 100%;
}

#cd-logo img {
  width: 100%;
}

.menuMobile {
  display: flex;
  align-content: stretch;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .menuMobile {
    margin-bottom: 4rem;
  }
}
.menuMobile > .menuImg {
  flex-grow: 1;
  flex-basis: 100%;
  position: relative;
}

.menuBtnsContainer {
  font-size: 16px;
  color: #324049;
  height: 6em;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11000;
}
.menuBtnsContainer #close, .menuBtnsContainer #open {
  color: #324049;
  font-size: 1.5em;
  font-weight: 400;
  margin: 1.5em 1em;
}
.menuBtnsContainer .menuTxt {
  color: #324049;
  cursor: pointer;
  float: right;
  z-index: 11;
}
.menuBtnsContainer .menuBtns {
  color: #324049;
  cursor: pointer;
  height: 18px;
  margin: 32px auto 0 auto;
  position: relative;
  width: 33px;
}
.menuBtnsContainer .menuBtns #open {
  font-size: 36px;
}
.menuBtnsContainer #menuSearch {
  background: inherit;
  border: 1px solid lightgrey;
}
.menuBtnsContainer p.claim {
  margin: 1em;
  font-size: 1.125em;
  line-height: 1.625em;
  z-index: 1;
  padding-left: 0.5em;
}

.background--light {
  color: #324049 !important;
  transition: all 0.1s ease-in-out;
}

.background--dark {
  color: white !important;
  text-shadow: 0px 1px 2px #000000;
  transition: all 0.3s ease-in-out;
}

.menuContainer {
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Poppins-SemiBold";
  height: 100vh;
  padding: 24px;
  padding-bottom: 5em;
  position: absolute;
  width: 100%;
  z-index: 10100;
}
.menuContainer .menu {
  padding-top: 7rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.menuContainer .menu p {
  cursor: pointer;
}
.menuContainer .menu ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.menuContainer .menu ul .menu-item {
  border-top: 1px solid #010101;
  padding: 10px 4px;
  position: relative;
  -webkit-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  -ms-transition: all 1s linear 0s;
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.menuContainer .menu ul .menu-item a {
  color: #010101;
  display: block;
  width: 100%;
}
.menuContainer .menu ul .menu-item.item-has-children a > span::after {
  content: url("../../assets/imgs/down.svg");
  position: absolute;
  right: 0;
  top: 0.5rem;
  transition-duration: 0.5s;
  transition-property: transform;
}
.menuContainer .menu ul .menu-item.item-has-children.open a > span::after {
  transform: rotate(180deg);
}
.menuContainer .menu ul .menu-item .sub-menu {
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.5s linear;
}
.menuContainer .menu ul .menu-item .sub-menu.open {
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-height: 32rem;
  transition: all 0.5s linear;
}
.menuContainer .secondMenu {
  font-family: "Poppins-Regular";
}
.menuContainer .secondMenu a {
  font-family: "Poppins-Regular";
}
.menuContainer .secondMenu i {
  cursor: pointer;
  margin-bottom: 1rem;
  margin-top: 0;
}
.menuContainer .secondMenu p {
  cursor: pointer;
}
.menuContainer .secondMenu ul li {
  margin: 0;
}

.pre-menu {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .pre-menu {
    margin-top: 4rem;
  }
}
.pre-menu .searchBtnMenu {
  cursor: pointer;
  font-size: 0.55em;
  padding: 1.5em 1.5em 1.5em 0;
}

.lang {
  float: right;
  margin-top: 1em;
}
.lang a.language {
  color: #8a8a8a;
}
.lang a.language:not(:last-child)::after {
  content: " · ";
}
.lang a.language.active {
  color: #010101;
}

.menu-z {
  z-index: 0 !important;
}

#logo-responsive {
  padding: 0 1.75rem;
  z-index: 99;
}
#logo-responsive img {
  width: 13.1em;
  margin-top: 1.95em;
}

.top-claim {
  margin: 2.5em 4em;
  flex-grow: 1;
}
.top-claim #cd-logo {
  visibility: hidden;
  padding: 0 0 1em 0;
}
.top-claim #cd-logo img {
  width: 15em;
}
.top-claim .claim {
  font-size: 1.375em;
  line-height: 1.75em;
  color: #000000;
  font-weight: normal;
  margin-top: 1em;
}

header.desktop {
  display: none;
  font-size: 16px;
}
header.desktop.fixed {
  position: fixed;
  width: 100%;
  font-size: 16px;
  background-color: white;
  z-index: 5;
}
@media (min-width: 1200px) {
  header.desktop {
    display: flex;
    gap: 2.5em;
  }
}

header.desktop > .contact, header.desktop > .auth, .bottomContainer > .contact, .bottomContainer > .auth {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 1em;
  font-size: 14px;
  text-align: center;
  font-family: "Poppins-Regular";
  width: 12em;
  margin-top: 2.5em;
  margin-bottom: auto;
}
header.desktop .menu-toggle-button, .bottomContainer .menu-toggle-button {
  font-size: 2em;
  margin-bottom: auto;
  margin-top: 1.15em;
  margin-right: 2em;
  cursor: pointer;
  align-self: flex-start;
}

.desktop-menu-opened {
  height: 100vh;
  overflow-y: hidden;
}

.menuTotal {
  color: #324049;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  inset: 0 0 0 0;
  background-color: #fff;
  transition: all 0.7s ease-in-out;
  display: none;
  padding-top: 2.2em;
  padding-bottom: 3em;
  padding-left: 4em;
  padding-right: 4em;
  z-index: 999;
  flex-direction: column;
  font-size: 16px;
}
.menuTotal.fixed .topbar > .bottomContainer > .contact.telf {
  margin-right: 1.65em;
}
.menuTotal.fixed .topbar > .bottomContainer > .contact.whats {
  margin-right: 1.15em;
}
.menuTotal.fixed .topbar > .menu-toggle-button {
  font-size: 3.2rem;
}
.menuTotal.showMe {
  opacity: 1;
  display: flex;
}
.menuTotal .topbar {
  display: flex;
  font-size: 16px;
}
.menuTotal .topbar > a#cd-logo {
  flex-basis: 85%;
  margin-top: 0.3em;
}
.menuTotal .topbar > a#cd-logo > img {
  width: 15em;
}
.menuTotal .topbar > .menu-toggle-button {
  font-size: 2rem;
  cursor: pointer;
  align-self: flex-start;
  margin-left: auto;
  padding: 0 0.5rem 0 2rem;
}
.menuTotal .topbar > .bottomContainer > .push, .menuTotal .topbar > .bottomContainer > .auth, .menuTotal .topbar > .bottomContainer > .contact {
  margin-left: auto;
  margin-top: 0;
}
.menuTotal .topbar > .bottomContainer > .contact.telf {
  margin-right: 0.5rem;
}
.menuTotal .topbar > .bottomContainer > .contact.whats {
  margin-right: 1rem;
}
.menuTotal p {
  cursor: pointer;
  font-family: "Poppins-SemiBold";
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 8px 0;
}
.menuTotal .bottomContainer {
  display: flex;
  gap: 1.5em;
  justify-content: flex-end;
}
.menuTotal .bottomContainer > .push {
  margin-left: auto;
  margin-top: 2.5em;
}
.menuTotal .secondMenu {
  display: none;
  font-family: "Poppins-Regular";
}
.menuTotal .secondMenu a {
  font-family: "Poppins-Regular";
}
.menuTotal .secondMenu i {
  cursor: pointer;
  margin-bottom: 1rem;
  margin-top: 0;
}
.menuTotal .secondMenu p {
  cursor: pointer;
}
.menuTotal .secondMenu ul {
  margin-top: -8px;
}
.menuTotal .secondMenu ul li {
  margin: 0;
}
.menuTotal ul {
  list-style: none;
}
.menuTotal ul li {
  margin: 0 0 8px 0;
}
.menuTotal ul li.sub-menu {
  display: none;
}
.menuTotal ul li a {
  cursor: pointer;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 8px 0;
  color: #324049;
  text-decoration: none;
}
.menuTotal ul li ul.sub-menu2 > li {
  margin-bottom: 4px;
}

#searchMenu, #searchMenuResponsive {
  border: 1px solid rgba(211, 211, 211, 0.9);
  color: #324049;
  display: none;
  font-family: "Poppins-Regular";
  font-size: 13px;
  line-height: 21px;
  outline: none;
  padding: 6px 9px;
}

.searchMenu {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.75);
}
.searchMenu form {
  margin: 65px auto;
  background-color: white;
}
.searchMenu form .searchbox-input {
  font-size: 2em;
  padding: 12px;
  width: 100%;
}
.searchMenu form .searchbox-input:focus {
  outline: none;
}

#searchMenuClose {
  display: block;
  font-size: 3em;
  color: white;
  position: absolute;
  right: 22px;
  top: 22px;
  cursor: pointer;
}

.secondMenuContainer {
  flex: 1;
  display: flex;
  margin: 0 !important;
}
.secondMenuContainer ul {
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  padding: 0;
}
@media (min-width: 1200px) {
  .secondMenuContainer ul {
    flex-grow: 1;
  }
  .secondMenuContainer ul ul.sub-menu2 {
    flex-direction: column;
    margin-top: 1em;
    gap: 0.25em;
  }
  .secondMenuContainer ul ul.sub-menu2 > li {
    border-top: none;
    padding-top: 0;
  }
}
.secondMenuContainer ul li {
  border-top: 2px solid #262626;
  padding-top: 1.5em;
  width: 100%;
}
.secondMenuContainer ul li.item-has-children {
  height: 14em;
}
.secondMenuContainer ul li.item-has-children ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  margin-top: 1.75em;
}
.secondMenuContainer ul li.item-has-children ul.sub-menu > li {
  border-top: none;
  padding-top: 0;
}
.secondMenuContainer ul li.item-has-children ul.sub-menu > li a {
  text-decoration: none !important;
  font-family: "Poppins-SemiBold";
}
.secondMenuContainer ul li a {
  font-size: 1.375em;
  text-decoration: underline !important;
  font-family: "Poppins-Regular";
}

.auth {
  background-color: #efefef;
  color: #010101;
}
.auth::before {
  content: " ";
  -webkit-mask: url("../../assets/imgs/person.svg");
  mask: url("../../assets/imgs/person.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 0.25em;
  position: relative;
  top: 0.2em;
  width: 1.1em;
  height: 1.1em;
  background-color: #010101;
  display: inline-block;
}
.auth:hover {
  background-color: #8a8a8a;
  color: #ffffff;
}
.auth:hover::before {
  background-color: #ffffff;
}

.contact {
  background-color: #010101 !important;
  color: #ffffff;
  border: 1.5px solid #010101 !important;
  /* &.push {
      margin-top: auto;
  } */
}
.contact:hover {
  border-radius: 4px;
  background-color: #ffffff !important;
  color: #010101 !important;
}
.contact:hover::before {
  background-color: #010101;
}

.whats::before {
  content: " ";
  -webkit-mask: url("../../assets/imgs/whatsapp.svg");
  mask: url("../../assets/imgs/whatsapp.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 0.625em;
  display: inline-block;
  position: relative;
  top: 0.2em;
  background-color: #ffffff;
  width: 1.1em;
  height: 1.1em;
}

.telf::before {
  content: " ";
  -webkit-mask: url("../../assets/imgs/phone.svg") no-repeat 50% 50%;
  mask: url("../../assets/imgs/phone.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 0.625em;
  display: inline-block;
  position: relative;
  top: 0.2em;
  background-color: #ffffff;
  width: 1.1em;
  height: 1.1em;
}

.secondMenu {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.secondMenu a {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 1em;
  font-size: 14px;
  text-align: center;
}

.hide {
  display: none;
}

/*# sourceMappingURL=menu.css.map */
