* {
  margin: 0;
  padding: 0;
}

#content {
  overflow: hidden;
  min-height: 100vh;
}

body {
  background-color: #0a112d;
}

h1 {
  font-size: 14px;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

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

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

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

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

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

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

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


/*******/
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat/Montserrat-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-display: block;
}

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

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat/Montserrat-SemiBold.svg") format("svg");
  font-weight: 600;
  font-display: block;
}

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

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

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

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

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

a {
  cursor: pointer;
}

img {
  resize: none !important;
  pointer-events: none;
}

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

h3 {
  font-size: 30px;
  font-weight: 600;
}

p {
  font-size: 14px;
  line-height: 22px;
}

img {
  resize: none !important;
}

.featured-title {
  color: #0F1933;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  background: #19ADF4;
  padding: 20px;
  margin-bottom: 30px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: fit-content;
  margin: auto;
  margin-bottom: 35px;
}


/* -------------Header--------------- */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 80px;
  z-index: 20;
}

/* #headerDummy{
  height: 118px;
} */

.active {
  background-color: #0a112d;
}

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

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

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

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

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

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

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

.row {
  height: 100%;
}

.desktop-menu {
  height: 100%;
}

header .container {
  height: 100%;
  width: 90%;
  padding: 0 5%;
  position: relative;
  z-index: 11;
  background: #211F40;
  overflow: hidden;
}

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

#headerLogoLink {
  display: flex;
}

#logoHeader {
  width: 140px;
  height: 24px;
  filter: unset !important;
}

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

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

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

.mainmenu li a:hover {
  color: #19ADF4;
}

.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: #19ADF4 !important;
  border: 1px solid #19ADF4;
}

.languagepicker:hover {
  height: 75px;
}

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

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

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

.language img:nth-of-type(1) {
  margin-right: 7px;
  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: #0A112D;
}

.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;
}

/*-------------- Header top --------------*/
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  padding: 10px 5%;
  background: #0F1933;
  font-size: 12px;
}

.header-top-left,
.info-header {
  display: flex;
  align-items: center;
}

.info-header {
  margin-right: 15px;
}

.info-header img {
  margin-right: 7px;
  height: 14px;
  width: 14px;
}

.header-top-right img {
  margin-left: 10px;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

/*-----------------Footer-----------------*/
footer {
  width: 90%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 60px 5%;
  background: url(/files/background-provider.png), #131938;
  background-size: contain;
  background-repeat: no-repeat;
}

footer h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: 'Montserrat' !important;
}

footer p {
  font-family: 'Montserrat' !important;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 13px;
}

.footer-left{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-left p:not(:nth-of-type(4)){
  border-right: 1px solid white;
  padding-right: 30px;
  margin-right: 30px;
}

.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: #19ADF4;
}

.footer-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

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

.suscribe-container {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.suscribe-container input,
.suscribe-container input::placeholder {
  background: transparent;
  color: white;
  font-size: 13px;
  font-family: 'Montserrat';
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: calc(100% - 25px);
}

.suscribe-button {
  background: transparent;
  color: white;
  border: unset;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}


/*---------- Whatsapp fixed ----------*/
.whatsapp-fixed {
  width: fit-content;
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 100px;
  padding-left: 17px;
  z-index: 9;
}

.whatsapp-fixed p {
  color: #7A7A7A;
  font-size: 12px;
  margin-right: 13px;
  font-weight: 600;
}

.whatsapp-fixed img {
  width: 50px;
  height: 50px;
}

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

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

  .mobileElement {
    display: block !important;
  }

  .featured-title {
    font-size: 17px;
  }


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

  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;
    background: #211F40;
  }

  /* 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: white;
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    transition: all 0.3s ease;
  }

  .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: #0a112d;
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 80px;
    left: 100%;
    display: block;
    transition: left 0.5s ease-in-out;
    padding-bottom: 0;
  }

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

  .mainmenu li {
    margin-bottom: 0;
    margin-left: 0;
    width: 90%;
    padding: 20px 5%;
    color: white;
    border-top: 0.5px solid #FFF;
  }

  .mainmenu li a {
    color: white;
    font-size: 12px !important;
    font-family: 'Montserrat' !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;
  }

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

  .languagepicker:hover {
    height: 35px;
  }

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

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

  .button-pink {
    line-height: 17px;
    font-size: 13px;
    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;
  }

  .header-top {
    border-top: 0.5px solid white;
    border-bottom: 0.5px solid white;
    padding-top: 20px;
  }

  .header-top a,
  .header-top .info-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .header-top a p,
  .header-top .info-header span {
    font-size: 12px;
  }

  .info-header:last-child {
    margin-top: 30px;
  }

  .header-top a img {
    margin-right: 5px;
    width: 15px;
    height: 15px;
  }

  /*---------------Footer------------------*/
  footer {
    flex-direction: column-reverse;
    background: url(/files/background-provider-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 5%;
  }

  .footer-left{
    width: 100%;
    flex-direction: column;
  }

  .footer-left p{
    margin-bottom: 20px;
  }

  .footer-left p:not(:nth-of-type(4)){
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }

  footer h3 {
    font-size: 18px;
  }

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

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

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

  .redes a img {
    width: 20px;
  }

}