/* compiled by scssphp v0.5.1 on Sun, 22 Sep 2024 10:04:06 +0000 (0.0298s) */

/* FONTS */
@font-face {
  font-family: 'normal';
  font-style: normal;
  font-weight: normal;
  src: url('') format('woff'); }

@font-face {
  font-family: 'HelveticaNeue-Condensed';
  font-style: normal;
  font-weight: normal;
  src: url('/public/paginas/fuentes/HelveticaNeue-Condensed.woff') format('woff'); }

@font-face {
  font-family: 'bold';
  font-style: normal;
  font-weight: normal;
  src: url('/public/paginas/fuentes/HelveticaNeueCondensedBold.woff') format('woff'); }

* {
  font-family: 'HelveticaNeue-Condensed';
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

*:focus {
  outline: inherit !important; }

a:hover {
  color: inherit; }

html, body {
  height: 100%; }

body {
  position: relative; }
/* PAGINA */
.off-canvas-wrapper {
  height: 100%;
  overflow-y: scroll; }
  .off-canvas-wrapper .off-canvas-wrapper-inner {
    height: 100%; }
    .off-canvas-wrapper .off-canvas-wrapper-inner .off-canvas.position-left {
      overflow-y: scroll;
      max-height: none !important;
      background-color: rgba(0, 0, 0, 0.4); }
    .off-canvas-wrapper .off-canvas-wrapper-inner .off-canvas-content {
      padding-bottom: 70px;
      position: relative;
      min-height: 100%; }
      .off-canvas-wrapper .off-canvas-wrapper-inner .off-canvas-content .footer {
        position: absolute;
        bottom: 0; }
      @media screen and (max-width: 1023px) {
  .off-canvas-wrapper .off-canvas-wrapper-inner .off-canvas-content {
    padding-bottom: 70px; } }
      @media screen and (max-width: 639px) {
  .off-canvas-wrapper .off-canvas-wrapper-inner .off-canvas-content {
    padding-bottom: 70px; } }

.row {
  width: 100%;
  max-width: 1024px; }
  .row .row {
    margin: 0px; }
/* Colores */
.blanco {
  color: #fff; }

.negro {
  color: #070707; }

.rojo {
  color: #ff1a1a; }

.gris {
  color: #586268; }

.gris-oscuro {
  color: #4a4a4a; }

.verde {
  color: #1d9496; }

.azul {
  color: #045cb1; }
/* Fuentes */
.regular {
  font-family: 'HelveticaNeue-Condensed'; }

.bold {
  font-family: 'bold'; }

.font-6 {
  font-size: 0.6rem; }

.font-7 {
  font-size: 0.7rem; }

.font-8 {
  font-size: 0.8rem; }

.font-9 {
  font-size: 0.9rem; }

.font-10 {
  font-size: 1rem; }

.font-11 {
  font-size: 1.1rem; }

.font-12 {
  font-size: 1.2rem; }

.font-13 {
  font-size: 1.3rem; }

.font-14 {
  font-size: 1.4rem; }

.font-15 {
  font-size: 1.5rem; }

.font-16 {
  font-size: 1.6rem; }

.font-17 {
  font-size: 1.7rem; }

.font-18 {
  font-size: 1.8rem; }

.line-through {
  text-decoration: line-through; }

.underline {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }
/* Position */
.relative {
  position: relative; }
/* hover */
.no-hover-blanco:hover {
  color: #fff; }
  .no-hover-blanco:focus {
    color: #fff; }

.no-hover-negro:hover {
  color: #070707; }
  .no-hover-negro:focus {
    color: #070707; }

.no-hover-rojo:hover {
  color: #070707; }
  .no-hover-rojo:focus {
    color: #070707; }
/* Flecha ir arriba */
.icon-ir-arriba {
  position: fixed;
  right: 32px;
  bottom: 80px;
  z-index: 3; }
/* padding */
.padding-left-none {
  padding-left: 0 !important; }

.padding-right-none {
  padding-right: 0; }

.padding-top-1 {
  padding-top: 1rem; }

.padding-bottom-1 {
  padding-bottom: 1rem; }

.padding-none {
  padding: 0; }
/* margin */
.margin-top-1 {
  margin-top: 1rem; }

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

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

.margin-top-4 {
  margin-top: 4rem; }

.margin-top-5 {
  margin-top: 5rem; }

.margin-bottom-0 {
  margin-bottom: 0px; }

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

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

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

.margin-bottom-4 {
  margin-bottom: 4rem; }

.margin-bottom-5 {
  margin-bottom: 5rem; }

.margin-right-0 {
  margin-right: 0 !important; }

.margin-none {
  margin: 0; }

.pagination li {
  display: inline-block !important;
  margin-left: 3px;
  margin-right: 3px; }
  .pagination li, .pagination .current {
    background-color: transparent;
    border: 1px solid #1d9496;
    padding: 1px;
    border-radius: 25px; }
    .pagination li a, .pagination .current a {
      font-family: 'HelveticaNeue-Condensed';
      color: #1d9496;
      padding: 1px 0.6rem; }
    .pagination li:hover, .pagination .current:hover {
      background-color: #1d9496; }
      .pagination li:hover a, .pagination .current:hover a {
        color: #fff;
        background-color: transparent; }
  .pagination .current {
    border: 1px solid #1d9496;
    background-color: #1d9496; }
    .pagination .current a {
      color: #fff; }
  .pagination a:hover {
    background-color: #1d9496;
    color: #fff; }

.overflow-none {
  overflow: hidden; }

.pointer {
  cursor: pointer; }

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

@media screen and (max-width: 639px) {
  .padding-right-small-none {
    padding-right: 0; }

  .padding-left-small-none {
    padding-left: 0; }

  .padding-small-none {
    padding: 0; }

  .margin-top-small-1 {
    margin-top: 1rem; }

  .margin-bottom-small-1 {
    margin-bottom: 1rem; }

  .margin-small-none {
    margin: 0; } }

@media screen and (min-width: 640px) {
  .text-medium-right {
    text-align: right; } }

@media screen and (min-width: 1024px) {
  .text-right-large {
    text-align: right; } }

.hiden {
  display: none; }

.content-video {
  position: relative; }
  .content-video iframe {
    position: absolute;
    top: 1rem;
    right: 1rem; }
    @media screen and (max-width: 1023px) {
  .content-video iframe {
    width: 350px;
    height: 268px; } }

.header {
  position: relative; }
  .header .content-blanco {
    padding-top: 10px;
    padding-bottom: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.51); }
    .header .content-blanco .logo {
      height: 50px;
      padding-top: 10px; }
      .header .content-blanco .logo a img {
        margin-top: -10px; }
    .header .content-blanco .icon-menu {
      position: absolute;
      top: 15px;
      width: 32px;
      height: 32px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .header .content-blanco .icon-menu .hamburguesa {
        height: 17%;
        background-color: #204c81; }
      .header .content-blanco .icon-menu .hamburguesa::before, .header .content-blanco .icon-menu .hamburguesa::after, .header .content-blanco .icon-menu .hamburguesa {
        position: absolute;
        left: 0;
        width: 100%;
        content: '';
        background-color: #204c81; }
      .header .content-blanco .icon-menu .hamburguesa::before {
        height: 100%;
        top: -10px; }
      .header .content-blanco .icon-menu .hamburguesa::after {
        height: 100%;
        top: 10px; }
    @media screen and (max-width: 1023px) {
  .header .content-blanco .logo {
    padding-left: 60px;
    padding-right: 60px; }
  .header .content-blanco .logo {
    padding-top: 3px; } }

.menu_small .menu {
  padding-top: 16px !important; }
  .menu_small .menu li a {
    color: #fff !important; }
    .menu_small .menu li a:hover, .menu_small .menu li a:focus {
      color: #fff !important;
      font-weight: bold; }
/* Effect 3: bottom line slides/fades in */
.menu {
  /* Effect 12: circle */ }
  .menu .menu-animacion li {
    padding: 8px 6px;
    position: relative; }
  .menu .menu-animacion li a {
    color: #4a4a4a;
    font-family: 'HelveticaNeue-Condensed';
    padding: 0.7rem 0.5rem !important; }
  .menu .menu-animacion li .is-dropdown-submenu-item {
    padding: 0px; }
  .menu .menu-animacion li a[url="nuestra-experiencia"] {
    color: #204c81;
    font-weight: bold; }
  .menu .menu-animacion li > a::before, .menu .menu-animacion li > a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(235, 106, 86, 0.2);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2); }
  .menu .menu-animacion li > a::after {
    width: 40px;
    height: 40px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8); }
  .menu .menu-animacion li > a:hover::before, .menu .menu-animacion li > a:hover::after, .menu .menu-animacion li > a:focus::before, .menu .menu-animacion li > a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1); }

#slider .item .imagen {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1023px) {
  #slider .item .imagen {
    height: 300px; } }
  @media screen and (max-width: 639px) {
  #slider .item .imagen {
    height: 200px; } }

#slider .owl-prev {
  position: absolute;
  left: 10px;
  top: 43%; }
  #slider .owl-next {
    position: absolute;
    right: 10px;
    top: 43%; }

@media screen and (min-width: 640px) {
    .redes {
      position: fixed;
      left: 0;
      top: 35%;
      z-index: 1000; }
      .redes .red {
        margin-bottom: 8px; } }
  @media screen and (max-width: 639px) {
  .redes {
    position: relative;
    bottom: -32px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 2px; }
    .redes .red {
      display: inline-block;
      margin: 8px; } }

.footer {
  width: 100%; }
  .footer .creditos {
    margin-top: 1rem;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff; }
  .footer .creditos p {
    margin-bottom: 0px !important; }
  @media screen and (max-width: 1023px) {
    .footer .pd-right-none {
      padding-left: 0px; } }

.reveal {
  background-color: #fff; }
  .reveal .title {
    color: #045cb1;
    text-align: center; }
  .reveal .message {
    margin-top: 1rem;
    text-align: center; }
  .reveal .btn {
    text-align: center; }
  .reveal .btn .button {
    padding: 0.85em 7em;
    border-radius: 4px;
    margin-bottom: 0;
    background: #045cb1;
    color: #fff; }
    .reveal .btn .button:hover {
      background: #045cb1; }
  @media screen and (max-width: 39.9375em) {
  .reveal {
    position: relative;
    width: 315px;
    margin: auto;
    height: 30vh;
    min-height: 30vh;
    border-radius: 5px; } }

.contenido .content {
  margin-top: 2rem; }
  .contenido .content .titulo {
    position: relative;
    margin-bottom: 3rem; }
    .contenido .content .titulo::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 46%;
      width: 60px;
      height: 2px;
      background-color: #4a4a4a; }
