/* -------- COLOR PALETTE  -------- */
:root {
  --text-color: #ffffff;
  --light-blue: #0099cc;
}

/* Extra extra large devices (hasta 1399.98px) */
@media (max-width: 1399.98px) {}

/* Extra large devices (hasta 1199.98px) */
@media (max-width: 1199.98px) {}

/* Large devices (hasta 991.98px) */
@media (max-width: 991.98px) {
  .hamb .lineh {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0 solid #000000;
    display: block;
    margin: 7px auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  /* .hamb .lineh:nth-child(2) {
    background-color: var(--royal-blue);
  }

  .hamb .lineh:nth-child(3) {
    background-color: var(--capri-blue);
  } */

  .hamb:hover {
    cursor: pointer;
  }

  .hamb.is-active {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamb.is-active .lineh {
    height: 3px;
  }

  .hamb.is-active .lineh:nth-child(2) {
    width: 0;
  }

  .hamb.is-active .lineh:nth-child(1),
  .hamb.is-active .lineh:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .hamb.is-active .lineh:nth-child(1) {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
  }

  .hamb.is-active .lineh:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(90deg);
    -ms-transform: translateY(-7px) rotate(90deg);
    -o-transform: translateY(-7px) rotate(90deg);
    transform: translateY(-7px) rotate(90deg);
  }

  .navbar-collapse {
    position: absolute;
    top: 0;
    width: 100%;
    right: -100%;
    height: 100vh;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 20px;
    background: rgba(27, 123, 161, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0;
    border: none;
    transition: all 0.2s ease;
    z-index: -1;
  }

  .navbar-collapse.show {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .navbar-collapse ul.navbar-nav {
    padding: 30px 30px 60px 6px;
    height: 89%;
    overflow: scroll;
  }

  .navbar-collapse ul.navbar-nav {
    padding: 30px 30px 60px 6px;
    height: 89%;
    overflow: auto;
    /* o scroll */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE y Edge */
  }

  .navbar-collapse ul.navbar-nav::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari y Opera */
  }

  #mainNav .navbar-nav {
    padding-top: 160px;
  }

  #mainNav .navbar-nav .nav-item {
    line-height: 1.1em;
    padding-left: 1.5em;
    text-align: center;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 1.5em;
    margin-bottom: 2em;
  }

  #mainNav .navbar-brand {
    width: 200px;
  }

  .lang-switch-btn {
    text-align: center;
    margin-left: 0;
    padding: 10px 22px !important;
    margin-top: 2.5em;
    display: inline-block;
  }


  .header-info h1 {
    text-align: center;
    margin-left: 0;
    font-size: 4.2em;
  }

  .header-info h1 span {
    text-align: center;
    margin-top: -10px;
  }

  .primary-title h2,
  .primary-title h3 {
    margin-left: 0;
    text-align: left;
    margin-left: 12vw;
  }

  .textWithBorder p {
    margin: 0 auto;
  }

  .whitVideo .textWithBorder {
    margin-left: 0;
    padding-top: 0;
  }

  .videoInContent video {
    margin: 0 auto;
    margin-top: 2em;
  }

  .imgInContent img {
    margin-right: 0;
    margin: 0 auto;
    float: none;
  }

  .imgInContent {
    padding-top: 2em;
  }

  .circle {
    left: -20%;
  }

  footer .footer-info {
    padding-bottom: 30vw;
  }


}

/* Medium devices (hasta 767.98px) */
@media (max-width: 767.98px) {
  .primary-title h2 {
    font-size: 2.5em;
  }

  .primary-title h3 {
    font-size: 1.7em;
  }

  .slide img,
  .slide video {
    height: 20vw;
  }

  .primary-title h2,
  .primary-title h3 {
    margin-left: 0;
    text-align: left;
    margin-left: 3%;
  }

  .header-info h1{
    margin-bottom: 50%;
  }

}

/* Small devices (hasta 575.98px) */
@media (max-width: 575.98px) {
  .header-info h1 {
    font-size: 3em;
  }

  .header-info h1 span {
    text-align: center;
    margin-top: -5px;
  }

  .circle {
    left: -40%;
  }

  .textWithBorder p {
    border-left: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .header-bg {
    width: 150vw;
    height: 150vh;
  }

  .circle-container {
    height: 0;
  }

  footer .footer-info {
    padding-bottom: 40vw;
  }

  .primary-title h2,
  .primary-title h3 {
    margin-left: 0;
    text-align: left;
    margin-left: 2%;
  }

}