* {
  margin: 0;
  padding: 0;
}

#content {
  overflow: hidden;
}

/*---------------------------Fuentes----------------------------*/
@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Bold.eot#iefix") format("embedded-opentype");
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Bold.svg") format("svg");
  font-weight: normal;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Regular.ttf") format("opentype");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Regular.eot#iefix") format("embedded-opentype");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Regular.woff") format("woff");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Regular.svg") format("svg");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Light.ttf") format("opentype");
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Light.eot#iefix") format("embedded-opentype");
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/fonts/ProximaNova/ProximaNova-Light.svg") format("svg");
  font-weight: 300;
  font-weight: normal;
}

/* Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.preloader img {
  width: 100px;
}

/*------------------Generales------------------*/
.mobileElement {
  display: none !important;
}

a {
  cursor: pointer;
}

img {
  resize: none !important;
}

body {
  background-color: #1A4450;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
span,
a,
li {
  font-family: "ProximaNova";
  font-weight: 300;
  color: white;
}

h1 {
  position: absolute;
  top: 0;
  opacity: 0;
}

h2,
h2 span {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  line-height: normal;
  max-width: 600px;
  margin-bottom: 20px;
}

h2 span {
  color: #cf9d58;
}

h4 {
  font-size: 23px;
  font-weight: 400;
}

h3 {
  font-size: 45px;
  font-weight: 700;
}

.button-container{
  position: relative;
  width: fit-content;
  overflow: hidden;
  height: auto;
  border-radius: 100px;
  background: #cf9d58;
  padding: 15px 0;
}

.active .button-container{
  border: 1px solid #cf9d58;
}

.button {
  position: relative;
  padding: 15px 35px;
  font-size: 14px;
  color: white;
  z-index: 1;
  border-radius: 100px;
  font-size: 14px;
  cursor: pointer;
  /* margin: 0 auto;
    text-align: center;
    font-weight: 500;*/
}

.button:hover{
  color: #cf9d58;
  transition: 0.6s all ease-in-out;
}

.button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: -200%;
  background-color: white;
  border-radius: 50%;
  transition: all 0.6s ease;
  z-index: -1;
}

.button:hover::before {
  top: 0;
  border-radius: 0%;
}

p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

/* Form */
.form-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 140px 5%;
  overflow: hidden;
  background: #1a4450;
}

.form-container-left {
  margin-right: 40px;
}

.form-container-left h2,
.form-container-left h2 span {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: normal;
  max-width: 600px;
  margin-bottom: 20px;
}

.form-container-left h2 span {
  color: #cf9d58;
}

.form-container-redes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  width: fit-content;
}

.form-container-redes a .redes-hover{
  display: none;
}

.form-container-redes a:hover .redes{
  display: none;
}

.form-container-redes a:hover .redes-hover{
  display: block;
}

.form-container-redes a {
  cursor: pointer;
}

.form {
  z-index: 1;
  background: #235462;
  padding: 40px;
  border-radius: 50px;
  width: 50%;
}

.subContainerForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.subContainerForm h3,
.textArea {
  grid-column: 2 span;
  font-size: 45px;
  font-weight: 700;
}

.formInput,
.formTextarea,
.formSelect {
  color: #235462;
  background: white;
  padding: 0 20px;
  height: 50px;
  border-radius: 1000px;
  border: unset;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
}

.formInput {}

.formSelect {
  width: 49%;
  background: url(/files/icons/arrow-down.svg), #1a4450;
  background-repeat: no-repeat;
  background-position: 95%;
  border-bottom: 2px solid transparent;
}

input:focus {
  border-bottom: 0 solid #cf9d58;
}

select:focus {
  border-bottom: 0 solid #cf9d58;
}

.textArea {
  position: relative;
}

.formTextarea {
  resize: none;
  width: calc(100% - 40px);
}

#sendForm.button-contact {
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
}

.formInput::placeholder,
.formTextarea::placeholder {
  color: #235462;
}

/* -------------Header--------------- */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 90px;
  background: white;
  z-index: 20;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.active {
  background-color: white;
}

.item-contact:hover {
  background: transparent;
  color: #cf9d58 !important;
}

.container-whatsapp-language {
  position: relative;
}


.active .button{
}

.container-whatsapp-language .button-container {
  padding: 10px 0;
  /* margin-right: 100px; */
}

.item,
.language {
  color: #7a7a7a;
}

.language {
  color: #7a7a7a !important;
}

.item-contact {
  border: 0.5px solid #cf9d58;
  background: #cf9d58;
  border-radius: 5px;
  color: white !important;
}

.item-contact:hover {
  background: transparent;
  color: #cf9d58 !important;
}

.language {
  color: rgba(122, 122, 122, 1);
  background: white;
}

.row {
  height: 100%;
}

.desktop-menu {
  height: 100%;
}

header .container {
  height: 100%;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 11;
}

.row>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#headerLogoLink {
  display: flex;
  width: 236px;
}

#logoHeader {
  width: 100px;
  filter: unset !important;
}

/* .logo-blue {
  display: none;
} */
/* 
.active .logo-blue {
  display: block;
}

.active .logo-white {
  display: none;
} */

.mainmenu {
  display: flex;
  position: relative;
  align-items: center;
}

.mainmenu li {
  margin: 0px 25px;
  display: inline;
  list-style: none;
  position: relative;
  cursor: pointer;
  line-height: 23px;
}

.mainmenu li .item,
.mainmenu li a {
  font-size: 14px !important;
  color: #1A4450;
  display: flex;
  align-items: center;
  font-weight: 300;
  transition: 0.5s all ease-in-out;
}

.mainmenu li a:hover {
  color: #cf9d58;
}

header.active .mainmenu li .item,
header.active .mainmenu li a {
  color: #1A4450;
}

.item-contact {
  margin-right: 90px;
  padding: 5px 35px;
  border: 0.5px solid white;
  transition: 0.5s all ease-in-out;
}

.item-contact:hover {
  background-color: white;
  color: #cf9d58 !important;
  border: 1px solid #cf9d58;
}

.languagepicker:hover {
  height: 83px;
}

.languagepicker {
  display: flex;
  flex-direction: column;
  height: 43px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0px;
}

.language {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  color: white !important;
  display: flex;
  margin-bottom: 5px;
  width: 55px;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(20.564908981323242px);
  background: rgb(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-weight: 300;
  border-radius: 100px;
  border: thin solid #d9d9d9;
}

.active .language {
  color: #8B8B8B !important;
  background: white;
}

.language img::nth-of-type(2) {
  margin-left: 7px;
}

.language img:nth-of-type(1) {
  margin-right: 0;
  width: 22px;
}

.item img {
  margin-left: 5px;
}

/* Sub menu */
.item-menu-sub-menu {
  position: relative;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 40px 10px 10px;
  width: auto;
  transform: scaley(0);
  transform-origin: top;
  transition: transform 0.3s linear;
  background: #1a4450;
}

.sub-menu .item-menu-link {
  padding: 10px 0 10px;
  text-wrap: nowrap;
}

.item-menu-sub-menu:hover .sub-menu {
  transform: scaley(1);
}

.sub-menu .item-menu {
  padding: 0 !important;
}

.sub-menu .item-menu a {
  font-size: 12px !important;
}

/* Sub menu hover */
#mainnav ul.submenu {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px !important;
  width: fit-content;
  text-align: left;
  z-index: 9999;
  background-color: rgba(34, 64, 74);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 10px;
  width: max-content;
}

.active .container .row .desktop-menu #mainnav .mainmenu li .submenu {
  top: 48px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#mainnav ul.submenu li:first-child {
  border-top: none;
}

#mainnav ul li ul li {
  margin-left: 0;
}

#mainnav ul.submenu>li>a {
  color: #fff5e2;
  text-decoration: none;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mainnav ul li:hover>ul.submenu {
  top: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.submenu li {
  margin: 0;
}

.item-menu {
  line-height: 14px !important;
  margin: 0 !important;
}

.mainmenu li a {
  color: white;
}

/* Burger Menu */
#main-container-responsive {
  display: none;
}

#container-menu-responsive nav {
  display: none;
}

/*-----------------Footer-----------------*/
footer {
  width: 90%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 40px 5%;
  background: #1a4450;
}

.section-footer {
  display: flex;
  flex-direction: column;
}

.section-footer img:first-child {
  width: 100px;
}

.section-footer img:last-child {
  width: 200px;
}

.section-footer p {
  max-width: 320px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-footer h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
}

.section-footer a,
.section-footer span {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}

.section-footer a:hover {
  color: #cf9d58;
}

.footer-bottom {
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: space-between;
  padding: 14px 5%;
  background: #1a4450;
}

.footer-bottom p {
  font-size: 13px;
}

.footer-bottom p span {
  font-weight: 700;
}

.redes a {
  cursor: pointer;
  margin-left: 5px;
}

/*--------------------- RESPONSIVE ----------------------*/

/* Mobile */
@media screen and (max-width: 1000px) {

  /*---------------Generales---------------*/
  .desktopElement {
    display: none !important;
  }

  .mobileElement {
    display: block !important;
  }

  h2,
  h2 span {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 15px;
    line-height: 18px;
  }

  .button {
  }

  /*---------------Header------------------*/
  header {
    box-shadow: none;
    border-radius: 0;
  }

  header .container {
    width: 90%;
  }

  .row {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }

  #logoHeader {
    width: 110px;
  }

  .mainmenu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    align-items: baseline;
    position: unset;
  }

  .container-whatsapp-language .button {
  white-space: nowrap;
  padding: 15px 30px;
  }

  /* Burger Menu */
  #main-container-responsive {
    display: block;
    height: auto;
  }

  #hamburger div {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 28px;
    height: 24px;
    position: relative;
  }

  #hamburger div span {
    background-color: #1a4450;
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    transition: all 0.3s ease;
  }

  .active #hamburger div span {
    background-color: #1a4450;
  }

  .top-line {
    top: 0;
  }

  .middle-line {
    top: 50%;
    transform: translateY(-50%);
  }

  .bottom-line {
    bottom: 0;
  }

  #hamburger .open .top-line {
    top: 50%;
    transform: rotate(45deg);
  }

  #hamburger .open .middle-line {
    opacity: 0;
  }

  #hamburger .open .bottom-line {
    top: 50%;
    transform: rotate(-45deg);
  }

  /* Menu */
  #container-menu-responsive nav {
    background: white;
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 80px;
    left: 100%;
    display: block;
    transition: left 0.5s ease-in-out;
    padding-bottom: 20px;
  }

  #container-menu.open {
    left: 0;
  }

  .mainmenu li {
    margin-bottom: 0;
    margin-left: 0;
    width: 90%;
    padding: 15px 5%;
    color: white;
  }

  .mainmenu li a {
    color: white;
    font-size: 15px !important;
  }

  .mainmenu li:last-child {
    margin-bottom: 0;
  }

  .logo.open {
    display: none;
  }

  .container-whatsapp-language {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .container-whatsapp-language  .button-container{
  margin: 0;
  }

  .languagepicker {
    flex-direction: unset;
    position: relative;
    top: 0;
    right: 2px;
  }

  .languagepicker:hover {
    height: 35px;
  }

  .languagepickerMobile .language {
    border: 0.6px solid #d9d9d9;
    padding: 5px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
    padding: 9px 15px;
  }

  .language img {
    margin-right: 8px !important;
  }

  .languagepickerMobile .language:last-child {
    margin-right: 0;
  }

  /* Submenu */

  .item-menu-sub-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .sub-menu-open {
    padding: 0;
    justify-content: flex-start;
  }

  .sub-menu {
    width: 100%;
    position: initial;
    transform: scaley(1);
    display: none;
    padding: 0;
  }

  .item-menu {
    border: unset !important;
  }

  .sub-menu .item-menu-link {
    padding: 0;
  }

  .sub-menu .item-menu a {
    font-size: 12px !important;
    padding: 20px 0 0 0;
  }

  /*---------------Footer------------------*/
  footer {
    flex-direction: column;
  }

  .section-footer h5 {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .footer-bottom p {
    font-size: 11px;
  }

  .redes a {
    margin-left: 2px;
  }

  .redes a img {
    width: 20px;
  }


  .form-container {
    flex-direction: column;
    align-items: center;
    padding: 50px 5%;
  }

  .form-container-left {
    margin-left: 0;
    margin: auto;
  }

  .form-container-left h2,
  .form-container-left h2 span {
    font-size: 40px;
    line-height: 45px;
  }

  .form {
    width: calc(90% - 30px);
    padding: 30px;
  }

  .subContainerForm {
    grid-template-columns: 1fr;
  }

  .subContainerForm h3,
  .textArea {
    grid-column: auto;
  }

  .subContainerForm h3,
  .textArea {
    font-size: 30px
  }

  .form-container-redes {
    margin-top: 40px
  }
}