@charset "UTF-8";
/* INI PARTIALS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* INI MEDIA QUERIES */
/* USO: @include respond-to(small) { ... }/
/* FIN MEDIA QUERIES */
/* INI CALCULA REM */
/* USO: @include font-size(14px); */
/* FIN CALCULA REM */
/* INI CLEARFIX*/
/* USO: @include clearfix(); */
/* FIN CLEARFIX*/
/* INI BOX SIZING */
/* USO: @include box-sizing(border-box); */
/* FIN BOX SIZING */
/* INI CENTERER */
/* USO: con parent en position relative añadir a elemento child @include centerer; */
/* FIN CENTERER */
/* INI BORDER RADIUS */
/* USO: @include border-radius(5px); */
/* USO: @include border-top-radius(10px); */
/* FIN BORDER RADIUS */
/* INI OPACITY */
/* USO: @include opacity(0.8); */
/* FIN OPACITY */
/* INI CENTER BLOCK */
/* USO: @include center-block; */
/* FIN CENTER BLOCK */
/* INI TEXT OVERFLOW */
/* USO: @include text-truncate; */
/* FIN TEXT OVERFLOW */
/* INI BACKGROUND IMAGE */
/* USO: @include bgimage('../img/generic/flecha_top.png',no-repeat,100%); */
/* FIN BACKGROUND IMAGE */
/* INI TRANSITION */
/* USO: @include transition(color .3s ease); */
/* FIN TRANSITION */
/* INI TRANSFORM */
/*
  USO:
  @include skew(25,10);
  @include transform-origin(top left);
*/
/* FIN TRANSFORM */
/* INI PLACEHOLDER */
/*USO:
@include input-placeholder {
        color: $grey;
    }*/
/* FIN PLACEHOLDER */
/* INI WORD WRAPPING */
/* USO: @include mixin word-wrap; */
/* FIN WORD WRAPPING */
/* INI BACKGROUND COVER */
/* USO: @include bg-cover('../path/to/image.jpg', no-repeat 100%); */
/* FIN BACKGROUND COVER */
/* INI LINKS */
/* USO: @include linx (blue, green, red, orange); */
/* FIN LINKS */
/* INI RGBA */
/* USO: @include alpha-background-color(rgba(black, 0.5), white); */
/* FIN RGBA */
/* USO @include horizontal-gradient(#71c005, #88dd06); */
/* FIN PARTIALS */
/* INI TYPE */
/* FIN TYPE */
/* INI COLORS WEBSITE */
/* INI HIGHLIGHTS */
::selection {
  color: #0d164d;
  background: #f6e924;
}

::-moz-selection {
  color: #0d164d;
  background: #f6e924;
}

::-webkit-selection {
  color: #0d164d;
  background: #f6e924;
}

/* FIN HIGHLIGHTS */
/* INI GENERAL */
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #0d164d;
}

body {
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -140px;
  padding-top: 64px;
}

@media (min-width: 480px) {
  .wrapper {
    margin: 0 auto -110px;
  }
}

@media (min-width: 767px) {
  .wrapper {
    padding-top: 68px;
    margin: 0 auto -70px;
  }
}

#push, .footer {
  height: 140px;
}

@media (min-width: 480px) {
  #push, .footer {
    height: 110px;
  }
}

@media (min-width: 767px) {
  #push, .footer {
    height: 70px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  color: #0d164d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 1rem;
}

p strong {
  font-weight: 700;
}

p strong.slab {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: .25rem;
}

a, button {
  color: #0d164d;
  text-decoration: none;
}

a:active, a:focus, button:active, button:focus {
  outline: none !important;
}

a:active img, a:focus img, button:active img, button:focus img {
  outline: none;
}

button {
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

ul {
  margin: 0;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

ol li h3 {
  display: inline-block;
  /*Para Firefox*/
}

li {
  list-style: none;
}

.no-ov {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.flex-container {
  display: flex;
}

.form-group .form-control {
  font-family: "Roboto Slab", serif;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  color: #030303;
  font-weight: 300;
  background-clip: unset;
  height: 46px;
  padding: 0.375rem 1rem;
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .form-group .form-control {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.form-group textarea.form-control {
  height: auto;
  min-height: 50px;
  padding: .5rem 1rem;
  -webkit-appearance: none;
}

.checkbox-inline {
  display: inline-block;
  max-width: 85%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  text-transform: none;
  color: #030303;
  padding-bottom: .75rem;
  margin-top: 0px;
  text-align: left;
}

.checkbox-inline.custom-control-label::before {
  width: 0.85rem;
  height: 0.85rem;
}

.checkbox-inline.custom-control-label::after {
  width: 0.85rem;
  height: 0.85rem;
}

.checkbox-inline input {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px !important;
  margin-right: 5px;
}

.checkbox-inline span {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}

.checkbox-inline a {
  color: #030303;
  outline: none;
  text-decoration: underline;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #030303;
  opacity: 1;
  filter: alpha(opacity=100);
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #030303;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #030303;
}

.form-result {
  margin-bottom: 1.65rem;
}

@media (min-width: 576px) {
  .form-result {
    margin-bottom: 0;
    text-align: left;
  }
}

.form-result span {
  display: inline-block;
  vertical-align: middle;
  color: #030303;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  margin-right: 8px;
}

@media (min-width: 992px) {
  .form-result span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.form-result .form-control {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 40px;
  padding-left: .25rem;
  padding-right: .25rem;
  text-align: center;
  border: 1px solid transparent !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
}

@media (min-width: 767px) {
  .form-result .form-control {
    width: 40px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .form-result .form-control {
    width: 60px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .form-result .form-control {
    width: 80px;
  }
}

.btn {
  outline: none;
  box-shadow: none !important;
}

.btn-primary {
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #030303;
  background-color: #01f9ff;
  outline: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  background-clip: border-box !important;
  border: 1px solid transparent !important;
  height: 40px;
  line-height: 1;
  padding: 0 1.5rem;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 767px) {
  .btn-primary {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 .5rem;
  }
}

@media (min-width: 992px) {
  .btn-primary {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 1.5rem;
  }
}

.btn-primary:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #030303;
  border: 1px solid transparent !important;
  background-color: #01f9ff !important;
}

.btn-primary img {
  display: inline-block;
  vertical-align: middle;
}

.btn-primary i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

h1 {
  font-family: "Roboto Slab", serif;
  color: #f6e924;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.1;
  text-align: center;
  font-weight: 300;
}

h1.principal {
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 0px;
  font-size: 0rem;
}

h1 strong {
  font-weight: 500;
}

@media (min-width: 767px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

h2 {
  font-family: "Roboto Slab", serif;
  color: #0d164d;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
}

h2 strong {
  font-weight: 500;
}

@media (min-width: 767px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h3 {
  font-family: "Roboto Slab", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0d164d;
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (min-width: 767px) {
  h4 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

/* INI HEADER*/
/* ini navbar */
.header {
  font-family: "Roboto Slab", serif;
}

.header .navbar-brand {
  text-align: left !important;
  margin: 0 !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  padding-top: .3125rem !important;
  padding-bottom: .3125rem !important;
  border: none !important;
  max-width: 120px;
}

@media (min-width: 767px) {
  .header .navbar-brand {
    position: absolute;
    max-width: 110px !important;
    top: 16px;
  }
}

@media (min-width: 992px) {
  .header .navbar-brand {
    max-width: 150px;
    top: 10px;
  }
}

@media (min-width: 767px) {
  .header .navbar > .container, .header .navbar > .container-fluid {
    align-items: baseline;
  }
}

.header .navbar {
  /*border-bottom: 1px solid transparentize($white, 0.9);*/
}

.header .navbar.navbar-dark {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
}

@media (min-width: 767px) {
  .header .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header .navbar.fixed-top.scrolled {
  background: rgba(3, 3, 3, 0.8);
  transition: background-color 200ms linear;
}

.header .navbar .nav-item.nav-sep {
  color: #01f9ff;
  font-weight: 300;
}

@media (min-width: 767px) {
  .header .navbar .nav-item.nav-sep {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .header .navbar .nav-item.nav-sep {
    font-size: 22px;
    font-size: 1.375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.15rem;
  }
}

.header .navbar .nav-link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  color: #030303;
  border-bottom: 2px solid transparent;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .navbar .nav-link:hover, .header .navbar .nav-link:focus, .header .navbar .nav-link:active {
  color: rgba(3, 3, 3, 0.8);
}

@media (min-width: 767px) {
  .header .navbar .nav-link {
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 4px solid transparent;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    max-width: 90px;
  }
}

@media (min-width: 992px) {
  .header .navbar .nav-link {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.15rem;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .header .navbar .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.15rem;
    padding-left: .5rem;
    padding-right: .5rem;
    max-width: 100%;
  }
}

.header .navbar .nav-link span {
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: .25rem;
}

@media (min-width: 767px) {
  .header .navbar .nav-link span {
    border: none;
  }
}

.header .navbar .nav-link.active {
  color: #01f9ff;
}

@media (min-width: 767px) {
  .header .navbar .nav-link.active {
    border-bottom: 4px solid #01f9ff;
  }
}

.header .navbar .nav-link.active span {
  border-bottom: 2px solid #01f9ff;
}

@media (min-width: 767px) {
  .header .navbar .nav-link.active span {
    border: none;
  }
}

/* end navbar */
/* ini toggler */
/* remove navbar button stying */
.navbar-toggler {
  background: none;
  border: none;
  margin-top: 0px;
  /* remove the blue outline when active or focused */
  /* basic styles for each icon bar */
  /* styles for when .navbar is closed */
}

.navbar-toggler:active, .navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 43px;
  height: 2px;
  border-radius: 1px;
  margin: 7px 0 7px 0;
  transition: all 0.2s;
  /* custom .navbar-dark .icon-bar background */
  /* .navbar open top .icon-bar rotated down 45° */
  /* .navbar open middle .icon-bar invisible */
  /* .navbar open bottom .icon-bar rotated up 45° */
}

.navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar {
  /* .navbar closed top .icon-bar no rotation - straight */
  /* .navbar open middle .icon-bar visible */
  /* .navbar open bottom .icon-bar no rotation - straight */
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.navbar-toggler {
  position: absolute;
  top: 8px;
  right: 18px;
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 43px;
  height: 2px;
  border-radius: 1px;
  background: #0d164d !important;
}

@media (min-width: 767px) {
  .navbar-toggler {
    display: none;
  }
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 10px;
}

/* end toggler */
/* END HEADER */
/* ini footer */
.footer {
  width: 100%;
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #0d164d;
  padding-top: 16px;
}

@media (min-width: 576px) {
  .footer {
    padding-top: 12px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  .footer .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.footer .logo-footer img {
  margin: 0 auto 1rem auto;
  max-width: 120px;
}

@media (min-width: 767px) {
  .footer .logo-footer img {
    max-width: 150px;
    margin: 0;
  }
}

.footer .info-footer {
  color: #0d164d;
}

@media (min-width: 767px) {
  .footer .info-footer {
    margin-top: 15px;
    text-align: right;
  }
}

.footer a {
  display: block;
  margin-top: .45rem;
  margin-bottom: .45rem;
  text-decoration: underline;
  color: #0d164d;
}

@media (min-width: 480px) {
  .footer a {
    display: inline-block;
    margin: 0;
  }
}

.footer a:hover {
  color: #0d164d;
  text-decoration: underline;
}

.footer .sep {
  display: none;
  color: #0d164d;
}

@media (min-width: 480px) {
  .footer .sep {
    display: inline-block;
    margin: 0 8px;
  }
}

@media (min-width: 576px) {
  .footer .sep {
    margin: 0 8px;
  }
}

.footer .sep.sep-year {
  display: none;
}

@media (min-width: 576px) {
  .footer .sep.sep-year {
    display: inline-block;
  }
}

.footer .sep.sep-break {
  display: block;
}

@media (min-width: 576px) {
  .footer .sep.sep-break {
    display: none;
  }
}

/* end footer */
.section {
  text-align: center;
}

@media (min-width: 767px) {
  .section {
    text-align: left;
  }
}

.section h2 {
  margin-top: -32px;
  padding-bottom: 16px;
}

@media (min-width: 992px) {
  .section h2 {
    margin-top: -50px;
    margin-left: -15px;
    /* padding-bottom: 36px; */
    padding-bottom: 28px;
  }
}

.section .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  .section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section .container-section {
  padding: 30px 0px;
}

@media (min-width: 767px) {
  .section .container-section {
    padding: 48px 26px;
  }
}

.section .box-section {
  position: relative;
  border: 14px solid #f6e924;
  padding-bottom: .75rem;
}

@media (min-width: 992px) {
  .section .box-section {
    border: 28px solid #f6e924;
  }
}

.section .box-section.box-section-blue {
  border: 14px solid #01f9ff;
}

@media (min-width: 992px) {
  .section .box-section.box-section-blue {
    border: 28px solid #01f9ff;
  }
}

.section .box-section.box-section-white {
  border: 14px solid #ffffff;
}

@media (min-width: 992px) {
  .section .box-section.box-section-white {
    border: 28px solid #ffffff;
  }
}

.section .box-section.box-section-yellow {
  border: 14px solid #f6e924;
}

@media (min-width: 992px) {
  .section .box-section.box-section-yellow {
    border: 28px solid #f6e924;
  }
}

.section .box-section .section-info {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 767px) {
  .section .box-section .section-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section .popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #4c4d56;
}

.section .popup.popup-blue {
  background: #01f9ff;
}

.section .popup.popup-blue .btn-primary {
  background-color: #ffffff !important;
}

@media (min-width: 767px) {
  .section .popup {
    position: absolute;
  }
}

@media (min-width: 767px) {
  .section .popup {
    z-index: 200;
  }
}

.section .popup.popup-one {
  background: url("../img/bg-popup-1-mb.jpg") no-repeat top center;
  background-size: auto 100%;
  background-color: #4c4d56;
}

@media (min-width: 767px) {
  .section .popup.popup-one {
    background: url("../img/bg-popup-1.jpg") no-repeat center center;
    background-size: cover;
    background-color: #4c4d56;
  }
}

.section .popup.popup-two {
  background: url("../img/bg-popup-2-mb.jpg") no-repeat top center;
  background-size: auto 100%;
  background-color: #4c4d56;
}

@media (min-width: 767px) {
  .section .popup.popup-two {
    background: url("../img/bg-popup-2.jpg") no-repeat center center;
    background-size: cover;
    background-color: #4c4d56;
  }
}

.section .popup.popup-three {
  background: url("../img/bg-popup-3-mb.jpg") no-repeat top center;
  background-size: auto 100%;
  background-color: #4c4d56;
}

@media (min-width: 767px) {
  .section .popup.popup-three {
    background: url("../img/bg-popup-3.jpg") no-repeat center center;
    background-size: cover;
    background-color: #4c4d56;
  }
}

.section .popup.popup-four {
  background: url("../img/bg-popup-4-mb.jpg") no-repeat top center;
  background-size: auto 100%;
  background-color: #4c4d56;
}

@media (min-width: 767px) {
  .section .popup.popup-four {
    background: url("../img/bg-popup-4.jpg") no-repeat center center;
    background-size: cover;
    background-color: #4c4d56;
  }
}

.section .popup .box-popup {
  position: static;
  width: 100%;
  padding: 3rem 1rem;
}

.section .popup .box-popup h3 {
  display: block;
  width: 100%;
  padding-left: 32px;
}

@media (min-width: 992px) {
  .section .popup .box-popup h3 {
    padding-left: 0;
  }
}

.section .popup .box-popup p {
  width: 100%;
  width: 100%;
  max-width: 100%;
}

.section .popup .box-popup .btn-primary {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .section .popup .box-popup {
    padding: 3rem 20px;
  }
}

.section .popup .box-popup .popup-half {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  padding: 28px 30px 30px 30px;
  text-align: left;
}

@media (min-width: 992px) {
  .section .popup .box-popup .popup-half {
    padding: 28px 30px 30px 30px;
  }
}

.section .popup .box-popup .popup-half h2 {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 0;
  margin-bottom: .5rem;
}

@media (min-width: 992px) {
  .section .popup .box-popup .popup-half h2 {
    max-width: 100%;
    font-size: 26px;
    font-size: 1.625rem;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .section .popup .box-popup .popup-half h2 {
    max-width: 100%;
  }
}

.section .popup .box-popup .popup-half .item-half {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 40px 20px 20px;
  min-height: 440px;
}

@media (min-width: 992px) {
  .section .popup .box-popup .popup-half .item-half {
    max-width: 100%;
    padding: 20px 60px 20px 20px;
    min-height: 300px;
  }
}

@media (min-width: 1200px) {
  .section .popup .box-popup .popup-half .item-half {
    max-width: 100%;
  }
}

.section .popup .box-popup .popup-half .item-half p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .section .popup .box-popup .popup-half .item-half p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.section .popup .box-popup .popup-half .item-half .item-half-number {
  position: absolute;
  bottom: -20px;
  right: -35px;
  width: 90px;
  height: auto;
}

@media (min-width: 767px) {
  .section .popup .box-popup .popup-half .item-half .item-half-number.item-half-number-three {
    right: -55px;
  }
}

.section .popup .box-popup .popup-half.half-one {
  top: 0;
}

.section .popup .box-popup .popup-half.half-one h2 {
  color: #f6e924;
}

.section .popup .box-popup .popup-half.half-one .item-half {
  background-color: #f6e924;
}

@media (min-width: 992px) {
  .section .popup .box-popup .popup-half {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.section .popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Roboto Slab", serif;
  color: #0d164d;
  font-size: 24px;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-weight: 300;
  margin-top: 0px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #01f9ff;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 33;
}

.section .popup .close:hover {
  -moz-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 992px) {
  .section .popup .close {
    font-size: 28px;
    font-size: 1.75rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    top: 5px;
    right: 5px;
  }
}

/* END GENERAL */
.anchor {
  padding-top: 65px;
  margin-top: -65px;
}

/* INI HEADING */
.heading {
  background: #0d164d;
  color: #ffffff;
}

.heading .heading-box {
  padding-left: 13px;
  padding-right: 13px;
}

.heading .heading-box .carousel {
  background: url("../img/bg-slider-mb.jpg") no-repeat top center;
  background-size: auto 100%;
}

@media (min-width: 767px) {
  .heading .heading-box .carousel {
    background: url("../img/bg-slider.jpg") no-repeat top left;
    background-size: auto 100%;
  }
}

.heading .heading-box .carousel .carousel-item img {
  height: 300px;
}

@media (min-width: 767px) {
  .heading .heading-box .carousel .carousel-item img {
    height: auto;
  }
}

@media (min-width: 767px) {
  .heading .heading-box {
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media (min-width: 992px) {
  .heading .heading-box {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.heading .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14px 3px;
  z-index: 2;
}

@media (min-width: 992px) {
  .heading .frame {
    padding: 28px;
  }
}

.heading .frame .box-frame {
  width: 100%;
  height: 100%;
  border: 14px solid #01f9ff;
}

@media (min-width: 992px) {
  .heading .frame .box-frame {
    border: 28px solid #01f9ff;
  }
}

.heading .item-heading {
  height: 300px;
}

@media (min-width: 992px) {
  .heading .item-heading {
    height: 386px;
  }
}

@media (min-width: 1200px) {
  .heading .item-heading {
    height: 460px;
  }
}

.heading .item-heading h1, .heading .item-heading h2 {
  position: absolute;
  z-index: 3;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Roboto Slab", serif;
  color: #f6e924;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  width: 70%;
  width: 70%;
  min-width: 180px;
}

.heading .item-heading h1 strong, .heading .item-heading h2 strong {
  font-weight: 500;
}

@media (min-width: 767px) {
  .heading .item-heading h1, .heading .item-heading h2 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
    padding-left: 120px;
    margin-top: 0px;
    width: 500px;
  }
}

@media (min-width: 992px) {
  .heading .item-heading h1, .heading .item-heading h2 {
    font-size: 36px;
    font-size: 2.25rem;
    padding-left: 190px;
    width: 630px;
  }
}

@media (min-width: 1200px) {
  .heading .item-heading h1, .heading .item-heading h2 {
    font-size: 42px;
    font-size: 2.625rem;
    padding-left: 210px;
    width: 700px;
  }
}

.heading .item-heading .item-heading-image {
  width: auto;
  height: 100%;
  max-width: none;
  margin: 0 auto;
  display: block;
}

@media (min-width: 767px) {
  .heading .item-heading .item-heading-image {
    width: 100%;
    height: auto;
  }
}

.heading .carousel-control-next, .heading .carousel-control-prev {
  z-index: 3;
  background: none;
  width: 22%;
}

@media (min-width: 767px) {
  .heading .carousel-control-next, .heading .carousel-control-prev {
    width: 10%;
  }
}

@media (min-width: 992px) {
  .heading .carousel-control-next, .heading .carousel-control-prev {
    width: 18%;
  }
}

.heading .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.heading .carousel-control-next-icon {
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.heading .bg-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  transition: opacity .15s ease;
  background-image: -webkit-linear-gradient(left, #0d164d 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, #0d164d 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#0d164d), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, #0d164d 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.heading .bg-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  transition: opacity .15s ease;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, #0d164d 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, #0d164d 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(#0d164d));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, #0d164d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* END HEADING */
/* INI WHAT */
.what {
  /*
  background: url('../img/bg-1-mb.jpg') no-repeat bottom right;
  background-size: 600px auto;
  @include respond-to(large) {
    background: url('../img/bg-1.jpg') no-repeat top center;
    background-size: auto 100% ;
  }
  */
}

.what h3 {
  max-width: 100%;
}

@media (min-width: 992px) {
  .what h3 {
    max-width: 400px;
  }
}

.what p {
  text-align: left;
}

/* END WHAT */
/* INI TRUTHS */
.truths {
  background: url("../img/bg-2-mb.jpg") no-repeat bottom left;
  background-size: 600px auto;
  background-color: #01f9ff;
}

@media (min-width: 992px) {
  .truths {
    background: url("../img/bg-2.jpg") no-repeat top -200px;
    background-size: auto 100%;
    background-color: #01f9ff;
  }
}

@media (min-width: 1400px) {
  .truths {
    background: url("../img/bg-2.jpg") no-repeat 0px 0px;
    background-size: auto 100%;
    background-color: #01f9ff;
  }
}

@media (min-width: 767px) {
  .truths h2 {
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .truths h2 {
    padding-bottom: 2rem;
  }
}

.truths h3, .truths p {
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .truths h3, .truths p {
    /*max-width: 270px;*/
  }
}

.truths .item-truth {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  max-width: 330px;
  min-height: 80px;
  margin: 0 auto 4rem auto;
  background: #f6e924;
  cursor: pointer;
}

.truths .item-truth:hover .item-truth-cursor {
  -moz-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

@media (min-width: 992px) {
  .truths .item-truth {
    width: 28.9%;
    max-width: 100%;
    min-height: 210px;
    margin: 0 2% 2rem 2%;
  }
}

.truths .item-truth.item-truth-one .item-truth-number {
  right: 0;
  top: -25px;
}

.truths .item-truth.item-truth-one .item-truth-info {
  top: 25px;
  right: 0px;
  text-align: right;
}

@media (min-width: 992px) {
  .truths .item-truth.item-truth-one .item-truth-info {
    top: 90px;
  }
}

.truths .item-truth .item-truth-number {
  position: absolute;
  width: 65px;
}

.truths .item-truth .item-truth-info {
  position: absolute;
  width: 100%;
}

.truths .item-truth .item-truth-info h4 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
}

.truths .item-truth .item-truth-cursor {
  position: absolute;
  left: 10px;
  bottom: -15px;
  width: 65px;
  width: 35px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* END TRUTHS */
/* INI HOW */
.how {
  background-color: #ffffff;
  text-align: center;
}

.how h3 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.how h3 span {
  display: inline-block;
  border-top: 3px solid #ffffff;
  padding-bottom: 5px;
  background: #f6e924;
  line-height: 1;
}

.how h3 strong {
  display: inline-block;
  margin-top: -3px;
  background: transparent;
  line-height: 1;
}

.how .item-how {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  max-width: 270px;
  height: auto;
  margin: 0 auto 2rem auto;
  text-align: center;
  padding: 2.25rem 1.5rem 4rem 1.5rem;
  background-size: 80% auto;
}

@media (min-width: 576px) {
  .how .item-how {
    width: 270px;
    /* height: 270px; */
    height: 230px;
    padding: 2.25rem 1.5rem 0 1.5rem;
  }
}

@media (min-width: 992px) {
  .how .item-how {
    width: 28%;
    /*  height: 320px; */
    height: 280px;
    max-width: 100%;
    margin: 0 2% 2rem 2%;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .how .item-how {
    /*  height: 290px; */
    height: 250px;
  }
}

.how .item-how h4 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .how .item-how h4 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media (min-width: 1200px) {
  .how .item-how h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.how .item-how.item-how-one {
  background: url("../img/bg-a.png") no-repeat center center #f6e924;
  background-size: 95% auto;
}

.how .item-how.item-how-two {
  background: url("../img/bg-b.png") no-repeat center center #f6e924;
  background-size: 95% auto;
}

.how .item-how.item-how-three {
  background: url("../img/bg-c.png") no-repeat center center #f6e924;
  background-size: 95% auto;
}

.how .item-how.item-how-three .item-how-cta {
  bottom: 10px;
}

@media (min-width: 576px) {
  .how .item-how.item-how-three .item-how-cta {
    bottom: -7px;
  }
}

@media (min-width: 992px) {
  .how .item-how.item-how-three .item-how-cta {
    bottom: -7px;
    left: -5px;
  }
}

@media (min-width: 1200px) {
  .how .item-how.item-how-three .item-how-cta {
    bottom: -15px;
  }
}

.how .item-how.item-how-three .item-how-cta span {
  padding-top: 0px;
  margin-left: 10px;
  width: 140px;
  text-align: left;
}

@media (min-width: 576px) {
  .how .item-how.item-how-three .item-how-cta span {
    padding-top: 10px;
    width: 165px;
  }
}

@media (min-width: 992px) {
  .how .item-how.item-how-three .item-how-cta span {
    width: 140px;
    padding-top: 0;
    margin-left: -12px;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .how .item-how.item-how-three .item-how-cta span {
    padding-top: 10px;
    width: 175px;
  }
}

.how .item-how .item-how-cta {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding-left: 10px;
  display: none;
}

.how .item-how .item-how-cta:hover img {
  -moz-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

@media (min-width: 576px) {
  .how .item-how .item-how-cta {
    bottom: -7px;
  }
}

@media (min-width: 1200px) {
  .how .item-how .item-how-cta {
    bottom: -15px;
  }
}

.how .item-how .item-how-cta img {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 576px) {
  .how .item-how .item-how-cta img {
    width: 60px;
  }
}

@media (min-width: 992px) {
  .how .item-how .item-how-cta img {
    margin-top: 5px;
    width: 50px;
  }
}

@media (min-width: 1200px) {
  .how .item-how .item-how-cta img {
    margin-top: 0;
    width: 60px;
  }
}

.how .item-how .item-how-cta span {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  color: #0d164d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  padding-top: 10px;
  margin-left: 10px;
  width: 130px;
  text-align: left;
}

@media (min-width: 576px) {
  .how .item-how .item-how-cta span {
    padding-top: 10px;
    margin-left: 20px;
    width: 140px;
  }
}

@media (min-width: 992px) {
  .how .item-how .item-how-cta span {
    padding-top: 0px;
    margin-left: 10px;
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .how .item-how .item-how-cta span {
    padding-top: 10px;
    margin-left: 20px;
    width: 140px;
  }
}

/* END HOW */
/* INI US */
.us {
  background-color: #01f9ff;
}

.us h3 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.us .item-us .item-us-image {
  position: relative;
  max-width: 220px;
  margin: 0 auto 1rem auto;
}

@media (min-width: 767px) {
  .us .item-us .item-us-image {
    margin: 0 auto 1rem auto;
    max-width: none;
  }
}

@media (min-width: 767px) {
  .us .item-us .item-us-image img {
    width: 100%;
  }
}

.us .item-us .item-us-image h4 {
  position: absolute;
  left: 0px;
  bottom: 15px;
  font-family: "Roboto Slab", serif;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}

.us .item-us .item-us-image h4 span {
  display: inline-block;
  text-transform: none;
  color: #f6e924;
  font-weight: 300;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 767px) {
  .us .item-us .item-us-image h4 {
    font-size: 22px;
    font-size: 1.375rem;
    left: 15px;
    bottom: 15px;
    padding-left: 0px;
    padding-right: 15px;
  }
}

.us .item-us p {
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  .us .item-us p {
    margin-bottom: 0rem;
    min-height: 145px;
  }
}

.us .item-us .tags {
  display: inline-block;
  width: auto;
  color: #0d164d;
  margin-bottom: 2.5rem;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  min-height: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .us .item-us .tags {
    margin-bottom: 3rem;
  }
}

.us .us-logos {
  text-align: center;
  padding: 30px;
  max-width: 780px;
}

.us .us-logos a {
  display: inline-block;
  max-width: 300px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
}

.us .us-logos a:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (min-width: 576px) {
  .us .us-logos a {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/* END US */
/* INI TALK */
.talk {
  background-color: #f6e924;
}

.talk h2 {
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  .talk h2 {
    margin-bottom: 3.75rem;
  }
}

.talk .address {
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  line-height: 1.3;
  font-size: 22px;
  font-size: 1.375rem;
}

.talk .address a {
  color: #0d164d;
  text-decoration: none;
}

@media (min-width: 767px) {
  .talk .address {
    margin-top: 2.5rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .talk .address {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .talk .address {
    font-size: 32px;
    font-size: 2rem;
  }
}

.talk .box-section {
  padding-bottom: 1.75rem;
}

@media (min-width: 767px) {
  .talk .box-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.talk h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}

.talk h4 a {
  color: #0d164d;
}

.talk h4 a:hover {
  color: #0d164d;
  text-decoration: underline;
}

@media (min-width: 480px) {
  .talk h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 767px) {
  .talk h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .talk h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .talk h4 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.talk .rrss {
  margin-bottom: 1.75rem;
}

@media (min-width: 767px) {
  .talk .rrss {
    margin-bottom: 2.25rem;
  }
}

.talk .rrss li {
  display: inline-block;
  vertical-align: middle;
  margin: 1rem .5rem;
}

@media (min-width: 767px) {
  .talk .rrss li {
    margin: 1rem 1.25rem 1rem 0;
  }
}

.talk .rrss li a {
  display: block;
  text-decoration: none;
  outline: none;
  width: 45px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.talk .rrss li a:hover {
  -moz-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

@media (min-width: 767px) {
  .talk .rrss li a {
    width: 55px;
  }
}

/* END TALK */
/* INI VIDEO */
.section-video {
  background-color: #f6e924;
}

.section-video h2 {
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  .section-video h2 {
    margin-bottom: 3.75rem;
  }
}

.section-video .box-section {
  padding-bottom: 1.75rem;
}

@media (min-width: 767px) {
  .section-video .box-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* ini video container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end video container */
/* END VIDEO */
/* INI MODAL */
.modal {
  /* ini modal video */
  /* end modal video */
  font-size: 14px;
  font-size: 0.875rem;
}

.modal.modal-video .modal-dialog {
  overflow: hidden;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  background-color: transparent;
}

@media (min-width: 767px) {
  .modal.modal-video .modal-dialog {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .modal.modal-video .modal-dialog {
    max-width: 850px;
  }
}

@media (min-width: 1200px) {
  .modal.modal-video .modal-dialog {
    max-width: 900px;
  }
}

.modal.modal-video .modal-content {
  overflow: hidden;
  background-color: #0d164d;
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  padding: 0px;
  padding-top: 30%;
}

@media (min-width: 767px) {
  .modal.modal-video .modal-content {
    padding-top: 0;
  }
}

.modal.modal-video .modal-content .modal-header {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2000;
  background: transparent;
  padding: 0;
}

.modal.modal-video .modal-content .modal-header button {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  background: transparent;
  color: #f6e924;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 58px;
  font-size: 3.625rem;
  padding: 0;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
}

.modal.modal-video .modal-content .modal-header .close {
  margin: 0;
  background: transparent;
}

.modal.modal-video .modal-body {
  padding: 3rem .5rem .5rem .5rem;
  background-color: transparent;
}

@media (min-width: 767px) {
  .modal {
    font-size: 16px;
    font-size: 1rem;
  }
}

.modal .modal-content {
  background: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: border-box;
  border: 1px solid #ffffff;
}

@media (min-width: 767px) {
  .modal .modal-content {
    padding: 8px;
  }
}

@media (min-width: 767px) {
  .modal .modal-content .box-modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.modal .modal-content .modal-header {
  border-bottom: none;
  padding: .75rem 0rem .5rem 1rem;
}

.modal .modal-content .modal-header .close {
  font-family: "Roboto Slab", serif;
  font-size: 56px;
  font-size: 3.5rem;
  margin: -.35rem .5rem 0 0;
  color: #0d164d;
  background: #ffffff;
  min-width: 36px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-weight: 300;
  padding: 0;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.modal .modal-content .modal-header .close:hover {
  -moz-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.modal .modal-content .modal-header h2 strong {
  font-weight: 700;
  vertical-align: middle;
}

.modal .modal-content .modal-header h4 {
  padding-top: 3px;
  line-height: 1.2;
  font-size: 21px;
  font-size: 1.3125rem;
}

@media (min-width: 767px) {
  .modal .modal-content .modal-header h4 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.modal .modal-content .modal-body h2 {
  color: #0d164d;
  margin-bottom: 20px;
}

.modal .modal-content .modal-body h3 {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #0d164d;
  margin-bottom: 20px;
  line-height: 1.3;
}

.modal .modal-content .modal-body h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
}

.modal .modal-content .modal-body p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.modal .modal-content .modal-body p a {
  color: #01f9ff;
}

.modal .modal-content .modal-body ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 15px;
}

.modal .modal-content .modal-body ul li {
  font-size: 16px;
  font-size: 1rem;
  list-style-type: disc;
  color: #0d164d;
  line-height: 1.4;
  margin-bottom: 20px;
}

.modal .modal-content .modal-body .enlace-cookies {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .modal .modal-content .modal-body .enlace-cookies {
    width: auto;
  }
}

.modal .modal-content .modal-body a {
  text-decoration: underline;
}

.modal .modal-content .modal-footer {
  justify-content: center;
}

@media (min-width: 767px) {
  .modal .modal-dialog {
    max-width: 730px;
  }
}

@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 830px;
  }
}

/* END MODAL */
/* INI SCROLLBAR */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0d164d !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #0d164d !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #0d164d !important;
}

/* END SCROLLBAR */
/* INI INFO */
.info .item-info {
  text-align: center;
  margin: 80px auto;
}

@media (min-width: 767px) {
  .info .item-info {
    margin: 40px auto;
  }
}

.info .item-info img {
  max-width: 90px;
  margin: 30px auto;
}

@media (min-width: 767px) {
  .info .item-info img {
    margin: 30px auto;
    max-width: 180px;
  }
}

.info .item-info a {
  margin: 30px auto 0 auto;
}

@media (min-width: 767px) {
  .info .item-info a {
    margin: 40px auto 0 auto;
  }
}

.info .item-info h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .info .item-info h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.info .item-info p {
  line-height: 1.3;
}

.info .item-info p strong {
  font-weight: 600;
}

@media (min-width: 767px) {
  .info .item-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
  }
}

/* END INFO */
/* INI SWAL */
.swal2-popup {
  width: 400px !important;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.swal2-popup .swal2-title {
  font-size: 16px !important;
  font-weight: normal;
  font-family: "Roboto", sans-serif !important;
}

.swal2-popup .swal2-styled {
  display: inline-block;
  color: #ffffff;
  background: #f6e924 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #0d164d;
  padding: 0.75rem 2rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 28px !important;
  outline: none;
  border: none !important;
}

.swal2-popup .swal2-styled:hover, .swal2-popup .swal2-styled:active {
  color: #ffffff !important;
  background: #f6e924 !important;
  border: 1px solid #f6e924 !important;
  box-shadow: none !important;
  border-radius: 28px !important;
  outline: none;
  border: none !important;
}

.swal2-popup .swal2-styled:focus {
  color: #ffffff !important;
  border-radius: 28px !important;
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

.swal2-popup .swal2-buttonswrapper {
  margin-top: 0 !important;
}

/* END SWAL */
/* INI SCROLL UP */
#scroll {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #01f9ff;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: rgba(1, 249, 255, 0.9);
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* END SCROLL UP */
/* INI VIDEO LINK */
.video-link {
  display: block;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.video-link:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* END VIDEO LINK */
.bg-blue {
  background-color: #01f9ff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-yellow {
  background-color: #f6e924 !important;
}

.modal-backdrop.show {
  opacity: 1;
  background-color: #0d164d;
}

/* INI BANNER VELOCIDAD */
.banner-velocidad {
  margin-top: 30px;
  padding: 30px;
  background: #f6e924;
  text-decoration: none;
}

.banner-velocidad:hover {
  text-decoration: none;
}

.banner-velocidad:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.banner-velocidad h2 {
  margin: 0;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 15px;
}

.banner-velocidad h2 strong {
  font-weight: 900;
}

@media (min-width: 767px) {
  .banner-velocidad h2 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .banner-velocidad h2 {
    text-align: left;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .banner-velocidad h2 {
    text-align: left;
    font-size: 32px;
    font-size: 2rem;
  }
}

.banner-velocidad p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .banner-velocidad p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .banner-velocidad p {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .banner-velocidad p {
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.banner-velocidad img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* FIN BANNER VELOCIDAD */
