.navbar-scrolled {
  padding-bottom: 5px;
  background:
    linear-gradient(to left,
      rgba(117, 199, 172, 1),
      #244895) left bottom #f5f2f2 no-repeat;
  background-size: 100% 7px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}

.hero_bg-mask {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.01);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}

.video-embed {
  width: 1px;
  height: 1px;
  background-color: rgba(237, 237, 237, 0);
  margin-bottom: 0
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-embed:after {
  clear: both
}

.videocontainer {
  z-index: -1;
  background-image: none;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}

.section_hero {
  min-height: 90svh
}

#container_section1 {
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 70%;
  height: 60%;
  opacity: 0.80;
  border: none;
  font: normal 16px/1 "Times New Roman", Times, serif;
  color: black;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.8) 100%), -webkit-linear-gradient(0deg, rgba(117, 199, 172, 1) 0, #244895 100%);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.8) 100%), -moz-linear-gradient(90deg, rgba(117, 199, 172, 1) 0, #244895 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.8) 100%), linear-gradient(90deg, rgba(117, 199, 172, 1) 0, #244895 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  border-bottom-right-radius: 40px 40px;

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#container_section1_box {
  position: absolute;
  width: 70%;
  height: 50%;
  opacity: 1;
  border: none;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.img_container_section1_box {
  width: 60%;
  height: auto;
}

#videoContainer {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_intro {
  width: 100%;
  height: auto;
  background:
    linear-gradient(to left,
      rgba(42, 55, 126, 1),
      rgba(243, 172, 81, 1)) left bottom #f5f2f2 no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0rem;
  padding-bottom: 1rem
}

#container_section2 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #fff;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  border-bottom-right-radius: 40px 40px;
}

.container-scrolled {
  padding-bottom: 5px;
  background:
    linear-gradient(to left,
      #244895,
      rgba(117, 199, 172, 1)) left bottom #f5f2f2 no-repeat;
  background-size: 100% 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.title_section {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  color: #ffffff;
  font-size: 27px;
  background: #646661;
  padding: 5px 30px 5px 20px;
  text-decoration: none;
  font-weight: bold;
  width: 410px;
}

.section_white {
  width: 100%;
  height: auto;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0rem;
  padding-bottom: 0rem
}

.title_section:hover {
  text-decoration: none;
}


.footer {
  z-index: 20;
  width: 100%;
  height: auto;
  background:
    linear-gradient(to left,
      rgba(52, 52, 52, 1),
      rgba(100, 101, 98, 1)) left bottom #f5f2f2 no-repeat;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 0rem;
  font-size: .75rem;
}

.footer_link {
  color: white;
  line-height: 1rem;
  text-decoration: none
}

.footer_link:hover {
  color: white;
  text-decoration: none
}

.container_gris {
  border: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #E4E4E3;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  border-bottom-right-radius: 40px 40px;
  box-shadow: 10px 11px 25px -9px rgba(0, 0, 0, 0.77);
  -webkit-box-shadow: 10px 11px 25px -9px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: 10px 11px 25px -9px rgba(0, 0, 0, 0.77);
}

.line {
  width: 10px;
  height: 100%;
  background:
    linear-gradient(to bottom,
      rgba(117, 199, 172, 1),
      #244895) left bottom #f5f2f2 no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
}

.line-horizontal {
  width: 80%;
  height: 8px;
  background:
    linear-gradient(to left,
      #244895,
       rgba(117, 199, 172, 1)) left bottom #f5f2f2 no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
}

.title_section_right {
-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;

    background:
        linear-gradient(to left,
          #1c9ab2,
          #244895) left bottom #f5f2f2 no-repeat;

  color: #ffffff;
  font-size: 27px;
  padding: 20px 40px 20px 40px;
  text-decoration: none;
  font-weight: bold;
    background-origin: padding-box;
      background-size: auto auto;
}

.container_gris_right {
  border: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #E4E4E3;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  border-bottom-left-radius: 40px 40px;
  box-shadow: -9px 11px 25px -9px rgba(0, 0, 0, 0.77);
  -webkit-box-shadow: -9px 11px 25px -9px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: -9px 11px 25px -9px rgba(0, 0, 0, 0.77);
}

.icon-footer {
    margin-left: 20px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius:40px;
    border: 1px solid #333333;
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: #333333;
    text-decoration: none;
    z-index:1;
        display: inline-block;
    &:before {
      display:inline-block;
      vertical-align:middle;
      height:100%;
      content: "";
    }
    a{
      display:inline-block;
      vertical-align:middle;
      opacity:0;
      color: inherit;
    }

}

.nav_rrss {

  text-align: center;
  display: inline-block;
  vertical-align: middle;

  &:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  &:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 100%;
    border-right: 1px solid black;
    transition: all 0.5s;
    transition-delay: 0.5s;
  }

  &.active {
    &:after {
      top: 0;
    }
  }
}

.radial-nav {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-transform-origin: center center;

  .menu {
    border: none !important;
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 100;
    transition: all 0.5s;
    display: table-cell;
    vertical-align: middle;

    &:active {
      -webkit-transform: rotate(-15deg);
    }
  }

  li:not(.menu) {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px solid transparent;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: black;
    transition: all 0.5s;
    z-index: 1;

    &.selected {
      -webkit-transform: rotate(0deg) translateX(120px) rotate(-0deg);
      border: 1px solid black;

      a {
        opacity: 1;
      }
    }

    &:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
    }

    a {
      display: inline-block;
      vertical-align: middle;
      opacity: 0;
      -webkit-transition: all 0.5s;
    }
  }

  &.expanded {

    li:not(.menu) {
      border: 1px solid black;

      &:hover {
        background-color: black;
      }
    }

    li:nth-child(1) {
      -webkit-transform: rotate(-45deg) translateX(120px) rotate(45deg);
    }

    li:nth-child(2) {
      -webkit-transform: rotate(45deg) translateX(120px) rotate(-45deg);
    }

    li:nth-child(3) {
      -webkit-transform: rotate(225deg) translateX(120px) rotate(-225deg);
    }

    li:nth-child(4) {
      -webkit-transform: rotate(135deg) translateX(120px) rotate(-135deg);
    }

    li {
      a {
        opacity: 1;
      }
    }

    .icon-menu {
      border-color: black;
      -webkit-transform: rotate(90deg);

      &:before {
        border-color: black;
      }
    }

    .menu {
      &:active {
        -webkit-transform: rotate(15deg) !important;
      }
    }
  }
}

.icon-menu {
  display: inline-block;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;

  &:before {
    content: "";
    display: inline-block;
    border-bottom: 3px solid black;
    width: 100%;
    -webkit-transition: all 0.3s;
  }

  &:hover {
    border-color: black;

    &:before {
      border-color: black;
    }
  }
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


.content {
  padding-top: 65px;
  overflow: hidden;

  .item {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 1.3s;
    position: absolute;

    &.active {
      opacity: 1;
      position: static;
    }

    h1 {
      font-size: 25px;
      margin-bottom: 0.3em;
    }
  }
}
