/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.logo {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .logo {
      padding: 3.125rem; } }
  @media print, screen and (min-width: 64em) {
    .logo {
      padding: 7.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .logo img.logotipo {
      width: 8.125rem; } }

.position-top {
  z-index: 10;
  height: 100vh;
  transform: translateY(-100vh);
  padding-top: 3.125rem; }

/*.mensaje {
    margin: 0;
    background: $blanco;
    position: absolute;
    z-index: 20;
    top:  5%;
    width: rem-calc(300);
    padding: rem-calc(25);
    img {
        margin-bottom: rem-calc(20);
    }
    @include horizontal-center;
    @include breakpoint(medium) {
        padding: rem-calc(50 0);
        width: rem-calc(600);
    }
    h3 {
        font-size: rem-calc(20);
        line-height: rem-calc(20);
        @include breakpoint(small only) {
            font-size: rem-calc(18);
            line-height: rem-calc(18);
        }
    }
    .fa-times {
        font-size: rem-calc(20);
        color: $morado03;
    }
    .fa-check-circle {
        margin-left: rem-calc(20);
    }
}
.mensaje.success {
    border: 1px solid $morado03;
    background: $blanco;
    h3, p, small, .fa-times-circle {
        color: $morado03;
    }
}
.mensaje.alert {
    border: 1px solid $morado03;
    h3, p, small, .fa-times-circle, .fa-frown-o {
        color: $morado03;
    }
    .fa-frown-o {
        font-size: rem-calc(50);
        margin-bottom: rem-calc(20);
    }
}*/
h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif; }

h1 {
  font-size: 0.9375rem;
  line-height: 1.875rem; }
  @media print, screen and (min-width: 40em) {
    h1 {
      font-size: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    h1 {
      font-size: 1.5625rem; } }

h2 {
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 900; }
  @media print, screen and (min-width: 64em) {
    h2 {
      font-size: 1.5625rem; } }
  h2.azul {
    color: #0033a1; }

p, li, span, strong, blockquote, label {
  font-family: 'Poppins', sans-serif; }

p, li, blockquote, label {
  font-size: 0.9375rem;
  line-height: 1.875rem; }
  @media print, screen and (min-width: 40em) {
    p, li, blockquote, label {
      font-size: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    p, li, blockquote, label {
      font-size: 1.5625rem; } }
  p.sm, li.sm, blockquote.sm, label.sm {
    font-size: 0.75rem;
    line-height: 1rem; }
    @media print, screen and (min-width: 40em) {
      p.sm, li.sm, blockquote.sm, label.sm {
        font-size: 0.875rem;
        line-height: 1.375rem; } }

.cont-numero {
  padding-left: 0;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .cont-numero {
      padding-left: 4.375rem; } }

img.num-3 {
  position: absolute;
  top: 0;
  width: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    img.num-3 {
      left: -5rem;
      width: auto; } }
  @media screen and (min-width: 90em) {
    img.num-3 {
      left: 0; } }

p a, li a, span a, strong a, blockquote a, label a {
  color: inherit; }

.button {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  color: #e8edef; }
  .button.boton-azul {
    transition: 0.3s;
    background: #0033a1; }
    .button.boton-azul:hover, .button.boton-azul:focus, .button.boton-azul:active {
      transition: 0.3s;
      background: #53575a; }

.desplazar {
  padding: 1.875rem 0 0.625rem 0; }
  .desplazar a {
    font-size: 1.875rem; }

.separador-20 {
  padding: 1.25rem 0; }

.separador-30 {
  padding: 1.25rem 0; }

.separador-50 {
  padding: 3.125rem 0; }

.bg-azul-01 {
  background: #e8edef; }
  .bg-azul-01 h2 {
    color: #0033a1; }

.site-index .bg-principal {
  background: url(../img/bg-principal-01.jpg) no-repeat;
  background-size: cover;
  background-position: 40%;
  height: 26.875rem;
  color: #ffffff;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .site-index .bg-principal {
      height: 42.5rem; } }
  @media print, screen and (min-width: 64em) {
    .site-index .bg-principal {
      height: 56.25rem; } }
  .site-index .bg-principal .contenido {
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media print, screen and (min-width: 40em) {
      .site-index .bg-principal .contenido {
        width: 38.125rem; } }
    @media print, screen and (min-width: 64em) {
      .site-index .bg-principal .contenido {
        width: 64rem; } }
    @media screen and (min-width: 75em) {
      .site-index .bg-principal .contenido {
        width: 75rem; } }
    .site-index .bg-principal .contenido ul.menu {
      border-top: 0.0625rem solid #53575a;
      padding-top: 1.25rem;
      margin-top: 2.5rem; }
      @media print, screen and (min-width: 40em) {
        .site-index .bg-principal .contenido ul.menu {
          margin-top: 5rem; } }
      @media print, screen and (min-width: 40em) {
        .site-index .bg-principal .contenido ul.menu li {
          width: 8.125rem; } }
      @media print, screen and (min-width: 64em) {
        .site-index .bg-principal .contenido ul.menu li {
          width: 15rem; } }
      .site-index .bg-principal .contenido ul.menu li a {
        color: #ffffff; }
        @media screen and (max-width: 39.9375em) {
          .site-index .bg-principal .contenido ul.menu li a {
            padding: 0;
            padding-right: 0.3125rem; } }
        .site-index .bg-principal .contenido ul.menu li a .numero {
          font-size: 1.875rem;
          font-weight: 200; }
          @media screen and (max-width: 39.9375em) {
            .site-index .bg-principal .contenido ul.menu li a .numero {
              font-size: 0.625rem; } }
        .site-index .bg-principal .contenido ul.menu li a p {
          font-size: 0.75rem;
          margin-bottom: 0; }
          @media screen and (max-width: 39.9375em) {
            .site-index .bg-principal .contenido ul.menu li a p {
              line-height: 1rem; } }
        .site-index .bg-principal .contenido ul.menu li a:after {
          content: '';
          height: 0.5rem;
          width: 3.3125rem;
          background: #0033a1;
          transition: 0.2s;
          opacity: 0;
          display: block;
          border-radius: 3.75rem 0 3.75rem 0; }
        .site-index .bg-principal .contenido ul.menu li a:hover:after, .site-index .bg-principal .contenido ul.menu li a:focus:after, .site-index .bg-principal .contenido ul.menu li a:active:after {
          transition: 0.2s;
          opacity: 1; }
    .site-index .bg-principal .contenido .desplazar {
      padding: 1.875rem 0; }
      .site-index .bg-principal .contenido .desplazar a {
        font-size: 1.875rem; }
  .site-index .bg-principal .desplazar a {
    color: #ffffff; }
.site-index .seccion-01 {
  background: url(../img/seccion-01-sm.jpg) no-repeat;
  padding-top: 3.125rem; }
  @media print, screen and (min-width: 40em) {
    .site-index .seccion-01 {
      background: url(../img/seccion-01.jpg) no-repeat;
      background-position: left top;
      padding-top: 5.625rem;
      background-position: -6.25rem top; } }
  @media screen and (min-width: 90em) {
    .site-index .seccion-01 {
      background-position: 0 top; } }
  .site-index .seccion-01 h2 {
    color: #0033a1; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .site-index .seccion-01 img.producto {
      width: 20.625rem;
      margin: auto;
      display: block; } }
  .site-index .seccion-01 .desplazar a {
    color: #000000; }
.site-index .seccion-02 {
  padding-top: 3.125rem;
  background: #e8edef url(../img/numero-02.png) no-repeat;
  background-size: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .site-index .seccion-02 {
      background-size: auto;
      padding-top: 5.625rem;
      background-position: -4.375rem top; } }
  @media screen and (min-width: 90em) {
    .site-index .seccion-02 {
      background-position: left top; } }
  .site-index .seccion-02 .row-iconos {
    margin: 3.125rem 0; }
    @media print, screen and (min-width: 40em) {
      .site-index .seccion-02 .row-iconos {
        margin: 8.125rem 0; } }
    .site-index .seccion-02 .row-iconos .column-block {
      margin: 0; }
  .site-index .seccion-02 .desplazar a {
    color: #000000; }
.site-index .seccion-03 {
  background: url(../img/seccion-03.jpg) no-repeat;
  background-position: 40%;
  padding-top: 3.125rem;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .site-index .seccion-03 {
      background-position: 60%; } }
  @media print, screen and (min-width: 40em) {
    .site-index .seccion-03 {
      padding-top: 5.625rem; } }
  .site-index .seccion-03 h2, .site-index .seccion-03 p {
    color: #ffffff; }
  .site-index .seccion-03 img.logotipo {
    margin: 3.125rem 0; }
  .site-index .seccion-03 img.x-logo {
    margin: 1.25rem auto; }
  .site-index .seccion-03 .desplazar a {
    color: #ffffff; }
.site-index .cont-galeria {
  padding-top: 3.125rem;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .site-index .cont-galeria {
      padding-top: 5.625rem; } }
  .site-index .cont-galeria h2 {
    margin-bottom: 3.125rem; }
    @media print, screen and (min-width: 40em) {
      .site-index .cont-galeria h2 {
        margin-bottom: 6.25rem; } }
  .site-index .cont-galeria .column-block img {
    margin-bottom: 1.25rem;
    transition: 0.3s;
    transform: scale(1); }
    .site-index .cont-galeria .column-block img:hover, .site-index .cont-galeria .column-block img:focus, .site-index .cont-galeria .column-block img:active {
      transition: 0.3s;
      transform: scale(1.05); }
  .site-index .cont-galeria .column-block h3 {
    font-size: 0.875rem;
    line-height: 1.375rem;
    min-height: 2.8125rem;
    padding: 0 0.625rem; }
  .site-index .cont-galeria .desplazar a {
    color: #000000; }
.site-index .cont-contactos {
  background: #0033a1;
  padding-top: 3.125rem;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .site-index .cont-contactos {
      padding-top: 5.625rem; } }
  .site-index .cont-contactos .row-datos {
    margin-top: 3.125rem; }
    @media print, screen and (min-width: 64em) {
      .site-index .cont-contactos .row-datos {
        margin-top: 6.25rem; } }
    .site-index .cont-contactos .row-datos p, .site-index .cont-contactos .row-datos a {
      font-size: 1rem; }
    .site-index .cont-contactos .row-datos hr {
      border-bottom: 1px solid #000000; }
  .site-index .cont-contactos .iconos i {
    border: 0.0625rem solid white;
    border-radius: 6.25rem;
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    vertical-align: bottom; }
    .site-index .cont-contactos .iconos i:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.125rem; }
  .site-index .cont-contactos p, .site-index .cont-contactos h2 {
    color: #ffffff; }
.site-index .mapa {
  height: 25rem; }

.site-aviso-privacidad {
  padding-top: 3.125rem; }
  @media print, screen and (min-width: 64em) {
    .site-aviso-privacidad {
      padding-top: 4.375rem; } }
  .site-aviso-privacidad h1 {
    color: #0033a1;
    font-size: 1.5625rem;
    font-weight: 700;
    margin-bottom: 1.875rem; }

.site-error {
  background: #000000;
  padding-bottom: 3.125rem; }
  @media print, screen and (min-width: 64em) {
    .site-error {
      padding-bottom: 6.25rem; } }
  .site-error h1, .site-error h2, .site-error p {
    color: #ffffff; }
  .site-error .cont-logo {
    padding: 3.125rem 0; }
    @media print, screen and (min-width: 64em) {
      .site-error .cont-logo {
        padding: 6.25rem 0; } }
    @media screen and (max-width: 39.9375em) {
      .site-error .cont-logo img {
        width: 6.25rem; } }
  .site-error h2 {
    font-size: 1.25rem;
    font-weight: 200; }
    @media print, screen and (min-width: 64em) {
      .site-error h2 {
        text-align: left;
        float: right; } }
    .site-error h2 div {
      font-weight: 700;
      font-size: 7.5rem;
      line-height: 7.5rem; }
      @media print, screen and (min-width: 64em) {
        .site-error h2 div {
          font-size: 13.75rem;
          line-height: 11.25rem; } }
  .site-error h1 {
    text-transform: uppercase; }
  .site-error .col-2 {
    padding: 3.125rem; }
    .site-error .col-2 p {
      font-size: 0.875rem;
      line-height: 1.25rem; }
  .site-error ul.menu {
    border-top: 0.0625rem solid #53575a;
    padding-top: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .site-error ul.menu li {
        width: 8.125rem; } }
    @media print, screen and (min-width: 64em) {
      .site-error ul.menu li {
        width: 15rem; } }
    .site-error ul.menu li a {
      color: #ffffff; }
      @media screen and (max-width: 39.9375em) {
        .site-error ul.menu li a {
          padding: 0;
          padding-right: 0.3125rem; } }
      .site-error ul.menu li a .numero {
        font-size: 1.875rem;
        font-weight: 200; }
        @media screen and (max-width: 39.9375em) {
          .site-error ul.menu li a .numero {
            font-size: 0.625rem; } }
      .site-error ul.menu li a p {
        font-size: 0.75rem;
        margin-bottom: 0; }
        @media screen and (max-width: 39.9375em) {
          .site-error ul.menu li a p {
            line-height: 1rem; } }
      .site-error ul.menu li a:after {
        content: '';
        height: 0.5rem;
        width: 3.3125rem;
        background: #0033a1;
        transition: 0.2s;
        opacity: 0;
        display: block;
        border-radius: 3.75rem 0 3.75rem 0; }
      .site-error ul.menu li a:hover:after, .site-error ul.menu li a:focus:after, .site-error ul.menu li a:active:after {
        transition: 0.2s;
        opacity: 1; }

.footer {
  background: #53575a;
  padding: 1.25rem 0; }
  .footer ul.menu {
    margin-top: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .footer ul.menu {
        display: flex;
        justify-content: space-around; } }
    .footer ul.menu li a {
      font-family: 'Poppins', sans-serif;
      font-size: 0.75rem;
      transition: 0.2s;
      color: #ffffff; }
      @media screen and (max-width: 39.9375em) {
        .footer ul.menu li a {
          padding: 0 0.625rem; } }
      .footer ul.menu li a:hover, .footer ul.menu li a:focus, .footer ul.menu li a:active {
        transition: 0.2s;
        color: #0033a1; }

.legales {
  background: #000000; }
  .legales p {
    font-size: 0.75rem;
    margin: 0;
    color: #ffffff; }

/*# sourceMappingURL=app.css.map */
