@font-face {
  font-family: 'Fixer';
  src: url("../vendor/fonts/fixer_line.ttf");
  font-weight: 100; }
@font-face {
  font-family: 'Fixer';
  src: url("../vendor/fonts/fixer_regular.ttf");
  font-weight: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../vendor/fonts/gotham_narrow_bold.otf");
  font-weight: bold; }
@font-face {
  font-family: 'Gotham';
  src: url("../vendor/fonts/gotham_narrow_book.otf");
  font-weight: normal; }
@font-face {
  font-family: 'Myriad Pro';
  src: url("../vendor/fonts/myriad_pro.otf");
  font-weight: bold; }
.red {
  color: #fd2a06; }

.black {
  color: #000000; }

.grey {
  color: #777777; }

.blue {
  color: #76c2f3; }

.purple {
  color: #a00beb; }

.pink {
  color: #ff2fd2; }

.bg-blue {
  background-color: #76c2f3; }

.bg-purple {
  background-color: #a00beb; }

.bg-pink {
  background-color: #ff2fd2; }

.bg-yellow {
  background-color: #fcea13; }

.bg-white {
  background-color: white; }

.bg-black {
  background-color: #000000; }

.bg-red {
  background-color: #fd2a06; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 16px; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.43;
  margin: 0;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

h1 {
  font-size: 2rem;
  font-weight: 700; }
  @media (max-width: 991px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 2.5rem;
  font-weight: 600; }

h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1; }

h5 {
  font-size: 1.5rem;
  font-weight: 600; }

p {
  font-size: 1rem;
  line-height: 2.375rem;
  font-weight: 400; }

a {
  transition: 200ms all;
  font-weight: 600;
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    color: #76c2f3; }

.hide, .hidden {
  display: none; }

.center, .centered {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.bold, strong {
  font-weight: bold; }

.light {
  font-weight: lighter; }

.lead {
  font-size: 1.5rem;
  font-weight: 500; }

.no-borders {
  border: 0 !important; }

.no-effects {
  cursor: auto !important; }
  .no-effects:hover, .no-effects:focus, .no-effects:active {
    text-decoration: none; }

.white-letters {
  color: white; }
  .white-letters h1, .white-letters h2, .white-letters h3, .white-letters h4, .white-letters h5, .white-letters h6, .white-letters p, .white-letters a, .white-letters ul, .white-letters li {
    color: white; }

.wrap {
  word-wrap: break-word; }

.logo {
  max-height: 50px; }

section {
  position: relative;
  padding: 5rem 0; }
  section.padding-sm, section.padding-small {
    padding: 2rem 0; }
  @media (max-width: 991px) {
    section {
      padding: 2rem 0; } }
  section.pt0 {
    padding-top: 0; }
  section.pb0 {
    padding-bottom: 0; }

.section-title {
  font-size: 2.5rem;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 2rem; }
  @media (max-width: 991px) {
    .section-title {
      font-size: 2rem; } }

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 700; }

.black-letters p {
  color: black !important; }

.img-wrapper {
  display: inline-block; }
  .img-wrapper img {
    bottom: 19px;
    left: 19px;
    display: block;
    position: relative; }
  @media (max-width: 991px) {
    .img-wrapper {
      display: block;
      max-width: 80%;
      margin: 3rem auto 1rem; }
      .img-wrapper img {
        left: 9px;
        bottom: 9px; } }

.img-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.video-wrapper {
  padding: 10px;
  padding-right: 25px;
  margin-bottom: 1.5rem; }
  .video-wrapper .bg-red iframe {
    width: 100%;
    height: 270px;
    bottom: 10px;
    left: 10px;
    display: block;
    position: relative; }
  .video-wrapper .video-description {
    font-size: .9rem;
    line-height: 1.5rem; }
  @media (max-width: 400px) {
    .video-wrapper {
      padding: 5px;
      padding-right: 15px;
      width: 100%; }
      .video-wrapper iframe {
        height: 170px !important; } }
  @media (min-width: 400px) {
    .video-wrapper {
      width: 90%; }
      .video-wrapper iframe {
        height: 200px !important; } }
  @media (min-width: 576px) {
    .video-wrapper {
      width: 90%; }
      .video-wrapper iframe {
        height: 250px !important; } }
  @media (min-width: 768px) {
    .video-wrapper iframe {
      height: 345px !important;
      left: 15px !important;
      bottom: 15px !important; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    .video-wrapper iframe {
      height: 250px !important; }
    .video-wrapper .video-description {
      font-size: .8rem; } }
  @media (min-width: 1200px) {
    .video-wrapper {
      padding-right: 40px; }
      .video-wrapper iframe {
        height: 290px !important; } }

#clockdiv {
  display: flex;
  justify-content: center;
  font-family: "Fixer", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 991px) {
    #clockdiv {
      flex-wrap: wrap; }
      #clockdiv .clock-item {
        flex: 1 1 50%; } }
  #clockdiv .clock-item {
    padding: 20px;
    text-align: center;
    display: inline-block;
    font-size: 5rem;
    color: #76c2f3;
    font-weight: 600; }
    #clockdiv .clock-item .smalltext {
      color: white;
      font-size: 1.5rem; }

.hero {
  text-align: center;
  position: relative;
  background: no-repeat center bottom scroll;
  background-size: cover;
  background-image: url(../img/equipo.jpg);
  color: white;
  min-height: 420px;
  height: 60%; }
  .hero .container,
  .hero .row {
    height: 100%; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(180deg, black, #0d0d0d);
  opacity: 0.8; }

footer {
  background: black;
  color: white;
  padding: 5rem 0; }
  footer .social-icons .social-icon {
    color: white;
    font-size: 2rem;
    padding: 15px; }
    footer .social-icons .social-icon:hover, footer .social-icons .social-icon:focus, footer .social-icons .social-icon:active {
      color: white; }

.social-icons .social-icon {
  display: inline-block;
  color: #000000;
  transition: 200ms all; }

.bg-wave {
  position: relative;
  overflow: hidden; }
  .bg-wave::before {
    content: "";
    position: absolute;
    width: auto;
    min-width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background: url(../img/wave1.png) 0 0 repeat;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }

.box {
  padding: 3rem; }

@media (max-width: 991px) {
  .separator-top-mobile {
    margin-top: 3rem; } }

hr {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  margin: 2rem 0; }

.text-underline {
  text-decoration: underline; }

.img-carousel {
  height: 500px;
  object-fit: cover;
  object-position: center; }

.bg-video {
  overflow: hidden;
  background-color: black; }
  .bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    z-index: 1; }
    @media (min-width: 1200px) {
      .bg-video video {
        width: 100%;
        height: auto; } }

.video-thumbnail {
  position: relative; }
  .video-thumbnail.with-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.25) 0%, transparent 20%); }
  .video-thumbnail:hover .play-button {
    opacity: 1; }
  .video-thumbnail .video-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .video-thumbnail .play-button {
    opacity: 0.75;
    transition: 200ms all;
    height: 70px;
    width: 70px;
    box-shadow: 0 0 0 3px white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px; }
    .video-thumbnail .play-button::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-30%, -50%);
      z-index: 0;
      border: solid white;
      border-right-width: 0;
      border-left-width: 24.5px;
      border-top-width: 16.1px;
      border-bottom-width: 16.1px;
      border-top-color: transparent;
      border-bottom-color: transparent;
      height: 0;
      width: 0;
      -webkit-transition: 0.6s, 0s border-color;
      transition: 0.6s, 0s border-color; }

.video-boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px; }
  .video-boxes .video-box {
    margin: 10px; }

.video-box {
  text-decoration: none;
  max-width: 300px;
  display: block;
  margin: 0 auto 1rem;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 5px 5px 20px 0px rgba(46, 61, 73, 0.2);
  transition: 200ms all; }
  .video-box img {
    max-height: 150px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px 4px 0 0; }
  .video-box .description {
    min-height: 100%;
    padding: 10px;
    text-align: left; }
    .video-box .description h2 {
      font-weight: 700;
      font-size: 14px;
      color: #000000;
      margin-bottom: 5px; }
    .video-box .description p {
      font-size: 12px;
      font-weight: 300;
      margin: 0;
      color: #777777; }
  .video-box.vertical {
    height: 100%; }
    .video-box.vertical img {
      max-height: 240px; }
    .video-box.vertical h2 {
      margin: 5px 0 10px;
      font-size: 17px; }
    .video-box.vertical p {
      font-size: 14px; }
    @media (max-width: 991px) {
      .video-box.vertical {
        margin: 1rem auto; } }
  .video-box:hover, .video-box:focus, .video-box:active {
    text-decoration: none;
    outline: none;
    transform: translateY(-3px);
    box-shadow: 5px 5px 35px 0px rgba(46, 61, 73, 0.25);
    transition: 200ms all; }
    .video-box:hover .play-button, .video-box:focus .play-button, .video-box:active .play-button {
      opacity: 1; }

.navbar.navbar-light {
  padding: 0;
  background: black; }
  .navbar.navbar-light .navbar-brand {
    max-width: 70%; }
    .navbar.navbar-light .navbar-brand img {
      max-width: 100%; }
  .navbar.navbar-light .navbar-toggler {
    color: white;
    border: 0; }
    .navbar.navbar-light .navbar-toggler:hover, .navbar.navbar-light .navbar-toggler:focus, .navbar.navbar-light .navbar-toggler:active {
      outline: none; }
  .navbar.navbar-light .navbar-nav .nav-link {
    position: relative;
    height: 100%;
    font-weight: 600;
    color: white;
    padding: 30px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 200ms all; }
    .navbar.navbar-light .navbar-nav .nav-link::before {
      content: "";
      position: absolute;
      display: block;
      top: 0rem;
      left: 3px;
      height: 5px;
      width: calc(100% - 6px);
      background-color: white;
      opacity: 0;
      transition: 200ms all; }
    .navbar.navbar-light .navbar-nav .nav-link.button {
      font-size: 2rem;
      padding: 5px 10px;
      margin: 28px 15px 0;
      border: 0;
      background-color: #d9c903;
      color: white; }
      .navbar.navbar-light .navbar-nav .nav-link.button:before {
        content: none; }
      .navbar.navbar-light .navbar-nav .nav-link.button:hover, .navbar.navbar-light .navbar-nav .nav-link.button:focus {
        color: #fff;
        background: #76c2f3; }
    @media (min-width: 992px) {
      .navbar.navbar-light .navbar-nav .nav-link.active::before, .navbar.navbar-light .navbar-nav .nav-link:hover::before, .navbar.navbar-light .navbar-nav .nav-link:focus::before, .navbar.navbar-light .navbar-nav .nav-link:active::before {
        opacity: 1; } }
  .navbar.navbar-light .social-icons {
    height: 100%; }
    @media (min-width: 992px) {
      .navbar.navbar-light .social-icons {
        display: flex;
        align-items: center; } }
  .navbar.navbar-light .social-icon {
    padding: 40px 5px;
    color: white; }
    .navbar.navbar-light .social-icon:hover, .navbar.navbar-light .social-icon:focus, .navbar.navbar-light .social-icon:active {
      color: white; }
  @media (max-width: 991px) {
    .navbar.navbar-light {
      padding: 10px;
      text-align: center; }
      .navbar.navbar-light .navbar-nav .nav-link,
      .navbar.navbar-light .social-icon {
        padding: 10px; }
      .navbar.navbar-light .navbar-nav .nav-link.button {
        margin: 10px; } }
  .navbar.navbar-light .active {
    background-color: white !important;
    color: #000000 !important; }
  .navbar.navbar-light .dropdown-item:focus {
    background-color: white !important;
    color: #000000 !important; }

.apply {
  background: #fd2a06 !important; }
  .apply .nav-link {
    text-decoration: none;
    color: black !important; }
    .apply .nav-link::before {
      background-color: red !important; }
  @media (max-width: 767px) {
    .apply {
      background: none !important; }
      .apply .nav-link {
        display: inline-block !important;
        margin-bottom: 6px;
        color: white !important;
        border-bottom: 2px red solid; }
        .apply .nav-link::before {
          background-color: red !important; } }

.dropdown-toggle:focus, .dropdown-toggle:active {
  outline: none; }

.dropdown-menu {
  padding: 0;
  overflow: hidden; }
  .dropdown-menu .dropdown-item {
    text-decoration: none;
    padding: 12px 24px; }
    .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active {
      background-color: #fd2a06;
      color: white; }

@media (max-width: 991px) {
  .navbar .dropdown-toggle, .navbar .dropdown-toggle.active {
    background-color: #000000; }
  .navbar .dropdown-menu {
    background-color: #000000;
    padding-left: 1rem;
    padding-bottom: 1rem; }
    .navbar .dropdown-menu .dropdown-item {
      color: white; }
      .navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active {
        color: white;
        background-color: #000000; } }

.button {
  font-family: "Fixer", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 1rem 2rem;
  margin: 10px 0;
  color: white;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
  border: solid 3px #d9c903;
  border-radius: 0;
  display: inline-block;
  white-space: normal;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .button:hover, .button:focus, .button:active {
    text-decoration: none;
    opacity: 1;
    outline: none;
    box-shadow: 0; }
  .button.lg {
    font-size: 3rem;
    width: 100%;
    max-width: 420px; }

.button-primary {
  background: #d9c903;
  border-color: #d9c903; }
  .button-primary:hover, .button-primary:focus {
    color: #fff;
    background: #76c2f3;
    border-color: #76c2f3; }

.button-secondary {
  background: transparent;
  border-color: yellow;
  color: #fff; }
  .button-secondary:hover, .button-secondary:focus {
    color: white;
    background: #d9c903;
    border-color: white; }

.button-ted {
  background: #fd2a06 !important;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px; }
  .button-ted:hover {
    background: #ce1f02 !important;
    text-decoration: none;
    color: #fff; }

.m0 {
  margin: 0; }

.m1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m1sides {
  margin-left: 1rem;
  margin-right: 1rem; }

.m2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.m3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.mthalf {
  margin-top: 0.5rem; }

.mt0 {
  margin-top: 0rem; }

.mt1 {
  margin-top: 1rem; }

.mt2 {
  margin-top: 2rem; }

.mt3 {
  margin-top: 3rem; }

.mbhalf {
  margin-bottom: 0.5rem; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: 1rem; }

.mb2 {
  margin-bottom: 2rem; }

.mb3 {
  margin-bottom: 3rem; }

.mr {
  margin-right: 0.33rem; }

.mr1 {
  margin-right: 0.66rem; }

.ml {
  margin-left: 0.33rem; }

.ml1 {
  margin-left: 0.55rem; }

.p0 {
  padding: 0; }

.phalf {
  padding: 0.5rem; }

.p1 {
  padding: 1rem; }

.p2 {
  padding: 2rem; }

.pt0 {
  padding-top: 0; }

.pb0 {
  padding-bottom: 0; }

.pb1 {
  padding-bottom: 1rem; }

.pl0 {
  padding-left: 0; }

.pr0 {
  padding-right: 0; }

.pl1 {
  padding-left: 1rem; }

.pr1 {
  padding-right: 1rem; }

.p1a {
  padding: 1rem; }

.p2a {
  padding: 2rem; }

@media (max-width: 991px) {
  .mb1-mobile {
    margin-bottom: 1rem; } }

@media (max-width: 991px) {
  .mb2-mobile {
    margin-bottom: 2rem; } }

@media (max-width: 991px) {
  .mt1-mobile {
    margin-top: 1rem; } }

@media (max-width: 991px) {
  .mt2-mobile {
    margin-top: 2rem; } }
