@charset "UTF-8";
/*
$size5: 5.563rem !default;
$size8: 4.5rem !default; // 40px
$size10: 3.563rem !default; //57px
$size9: 2.813rem !default; // 45px
$size7: 2.25rem !default; //36px
$size2: 1.875rem !default; // 30px
$size4: 1.563rem !default; // 25px
$size6: 1.375rem !default; // 22px
$size1: 1.125rem !default; //18px
$size3: 1rem !default; //16px
*/
@font-face {
  font-family: "RobotoBlack";
  src: url("../fonts/RobotoBlack.eot");
  src: url("../fonts/RobotoBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBlack.woff2") format("woff2"), url("../fonts/RobotoBlack.woff") format("woff"), url("../fonts/RobotoBlack.ttf") format("truetype"), url("../fonts/RobotoBlack.svg#RobotoBlack") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "RobotoBlack";
    src: url("../fonts/RobotoBlack.svg#RobotoBlack") format("svg"); } }
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg#RobotoBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "RobotoBold";
    src: url("../fonts/RobotoBold.svg#RobotoBold") format("svg"); } }
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight.woff2") format("woff2"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype"), url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight.svg#RobotoLight") format("svg"); } }
@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium.woff2") format("woff2"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype"), url("../fonts/RobotoMedium.svg#RobotoMedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/RobotoMedium.svg#RobotoMedium") format("svg"); } }
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular.woff2") format("woff2"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg"); } }
@font-face {
  font-family: "RobotoThin";
  src: url("../fonts/RobotoThin.eot");
  src: url("../fonts/RobotoThin.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoThin.woff2") format("woff2"), url("../fonts/RobotoThin.woff") format("woff"), url("../fonts/RobotoThin.ttf") format("truetype"), url("../fonts/RobotoThin.svg#RobotoThin") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "RobotoThin";
    src: url("../fonts/RobotoThin.svg#RobotoThin") format("svg"); } }
@font-face {
  font-family: "Georgia";
  src: url("../fonts/Georgia.eot");
  src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype"), url("../fonts/Georgia.svg#Georgia") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Georgia";
    src: url("../fonts/Georgia.svg#Georgia") format("svg"); } }
:root {
  font-size: 25px; }

html,
body {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }
  *:before, *:after {
    box-sizing: inherit; }

figure {
  margin: 0;
  padding: 0; }

img {
  width: 100%; }

a {
  color: inherit;
  text-decoration: none; }

html {
  background-color: white;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

article,
aside,
figure,
footer,
header,
section {
  display: block; }

body,
button,
input,
select,
textarea {
  font-family: "RobotoLight", "Helvetica Neue", Arial, sans-serif; }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.columns {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .columns.vcenter {
    align-items: center; }
  .columns.vstart {
    align-items: flex-start; }
  .columns.vend {
    align-items: flex-end; }
  .columns.hleft {
    justify-content: flex-start; }
  .columns.hcenter {
    justify-content: center; }
  .columns.hright {
    justify-content: flex-end; }

.columna {
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: inline-flex; }

.grilla-1 .columna {
  height: 7.33333vw; }

.column-1 {
  width: 8.33333%; }

.grilla-2 .columna {
  height: 15.66667vw; }

.column-2 {
  width: 16.66667%; }

.grilla-3 .columna {
  height: 24vw; }

.column-3 {
  width: 25%; }

.grilla-4 .columna {
  height: 32.33333vw; }

.column-4 {
  width: 33.33333%; }

.grilla-5 .columna {
  height: 40.66667vw; }

.column-5 {
  width: 41.66667%; }

.grilla-6 .columna {
  height: 49vw; }

.column-6 {
  width: 50%; }

.grilla-7 .columna {
  height: 57.33333vw; }

.column-7 {
  width: 58.33333%; }

.grilla-8 .columna {
  height: 65.66667vw; }

.column-8 {
  width: 66.66667%; }

.grilla-9 .columna {
  height: 74vw; }

.column-9 {
  width: 75%; }

.grilla-10 .columna {
  height: 82.33333vw; }

.column-10 {
  width: 83.33333%; }

.grilla-11 .columna {
  height: 90.66667vw; }

.column-11 {
  width: 91.66667%; }

.grilla-12 .columna {
  height: 99vw; }

.column-12 {
  width: 100%; }

@media screen and (min-width: 721px) and (max-width: 840px) {
  .grilla-1-s .columna {
    height: 24vw; }

  .column-1-s {
    width: 25%; }

  .grilla-2-s .columna {
    height: 49vw; }

  .column-2-s {
    width: 50%; }

  .grilla-3-s .columna {
    height: 74vw; }

  .column-3-s {
    width: 75%; }

  .grilla-4-s .columna {
    height: 99vw; }

  .column-4-s {
    width: 100%; } }
@media screen and (max-width: 720px) {
  .grilla-1-xs .columna {
    height: 24vw; }

  .column-1-xs {
    width: 25%; }

  .grilla-2-xs .columna {
    height: 49vw; }

  .column-2-xs {
    width: 50%; }

  .grilla-3-xs .columna {
    height: 74vw; }

  .column-3-xs {
    width: 75%; }

  .grilla-4-xs .columna {
    height: 99vw; }

  .column-4-xs {
    width: 100%; } }
.grilla-ext-1 .columna {
  height: 5.25vw; }

.column-ext-1 {
  width: 6.25%; }

.grilla-ext-2 .columna {
  height: 11.5vw; }

.column-ext-2 {
  width: 12.5%; }

.grilla-ext-3 .columna {
  height: 17.75vw; }

.column-ext-3 {
  width: 18.75%; }

.grilla-ext-4 .columna {
  height: 24vw; }

.column-ext-4 {
  width: 25%; }

.grilla-ext-5 .columna {
  height: 30.25vw; }

.column-ext-5 {
  width: 31.25%; }

.grilla-ext-6 .columna {
  height: 36.5vw; }

.column-ext-6 {
  width: 37.5%; }

.grilla-ext-7 .columna {
  height: 42.75vw; }

.column-ext-7 {
  width: 43.75%; }

.grilla-ext-8 .columna {
  height: 49vw; }

.column-ext-8 {
  width: 50%; }

.grilla-ext-9 .columna {
  height: 55.25vw; }

.column-ext-9 {
  width: 56.25%; }

.grilla-ext-10 .columna {
  height: 61.5vw; }

.column-ext-10 {
  width: 62.5%; }

.grilla-ext-11 .columna {
  height: 67.75vw; }

.column-ext-11 {
  width: 68.75%; }

.grilla-ext-12 .columna {
  height: 74vw; }

.column-ext-12 {
  width: 75%; }

.grilla-ext-13 .columna {
  height: 80.25vw; }

.column-ext-13 {
  width: 81.25%; }

.grilla-ext-14 .columna {
  height: 86.5vw; }

.column-ext-14 {
  width: 87.5%; }

.grilla-ext-15 .columna {
  height: 92.75vw; }

.column-ext-15 {
  width: 93.75%; }

.grilla-ext-16 .columna {
  height: 99vw; }

.column-ext-16 {
  width: 100%; }

@media screen and (min-width: 480px) and (max-width: 840px) {
  .column-ext-1 {
    min-width: 12.5%;
    min-height: 11.5vw; }

  .column-ext-2 {
    min-width: 25%;
    min-height: 24vw; }

  .column-ext-3 {
    min-width: 37.5%;
    min-height: 36.5vw; }

  .column-ext-4 {
    min-width: 50%;
    min-height: 49vw; }

  .column-ext-5 {
    min-width: 62.5%;
    min-height: 61.5vw; }

  .column-ext-6 {
    min-width: 75%;
    min-height: 74vw; }

  .column-ext-7 {
    min-width: 87.5%;
    min-height: 86.5vw; }

  .column-ext-8 {
    min-width: 100%;
    min-height: 99vw; } }
@media screen and (max-width: 480px) {
  .column-ext-1 {
    min-width: 25%;
    min-height: 24vw; }

  .column-ext-2 {
    min-width: 50%;
    min-height: 49vw; }

  .column-ext-3 {
    min-width: 75%;
    min-height: 74vw; }

  .column-ext-4 {
    min-width: 100%;
    min-height: 99vw; } }
img {
  width: 100%; }

/*Filter styles*/
.saturate {
  -webkit-filter: saturate(3);
  filter: saturate(3); }

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.contrast {
  -webkit-filter: contrast(160%);
  filter: contrast(160%); }

.brightness {
  -webkit-filter: brightness(0.25);
  filter: brightness(0.25); }

.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.sepia {
  -webkit-filter: sepia(100%);
  filter: sepia(100%); }

.huerotate {
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg); }

.opacity {
  -webkit-filter: opacity(50%);
  filter: opacity(50%); }

.grid-2 .imagen {
  line-height: 0; }

.icono {
  max-height: 9rem;
  max-width: 9rem; }

.icono img {
  max-width: 100%;
  max-height: 100%; }

div.section {
  min-height: 100vh;
  padding: 3rem 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media screen and (min-width: 480px) and (max-width: 840px) {
    div.section {
      padding: 2rem 1rem; }
      div.section.color {
        padding: 4rem 1rem; } }
  @media screen and (max-width: 480px) {
    div.section {
      padding: 2rem 1rem; }
      div.section.color {
        padding: 4rem 1rem; } }

.content {
  width: 100%; }
  .content.color {
    max-width: 1650px; }
    .content.color.home {
      max-width: inherit; }

.cuadro {
  position: relative;
  padding: 4vw;
  display: inline-flex;
  flex-direction: column;
  align-items: center; }
  .cuadro-cita {
    margin-top: 1rem;
    margin-bottom: 1rem; }

@media screen and (max-width: 915px) {
  .bloque-separacion {
    width: 100%; } }

@media screen and (max-width: 915px) {
  .cita-separador {
    min-height: 25vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 5vh 4vw;
    margin: 2vw; } }

.logo {
  padding-bottom: 6vh; }
  @media screen and (min-width: 480px) and (max-width: 840px) {
    .logo {
      padding-bottom: 6vh; } }
  @media screen and (max-width: 480px) {
    .logo {
      padding-bottom: 4vh; } }

.titulo {
  padding-bottom: 6vh;
  margin: 0 auto; }
  .titulo.sin-borde {
    padding-bottom: 0; }
  @media screen and (min-width: 480px) and (max-width: 840px) {
    .titulo {
      padding-bottom: 5vh; } }
  @media screen and (max-width: 480px) {
    .titulo {
      padding-bottom: 5vh; } }

.content .texto {
  margin: 0 auto;
  padding-bottom: 6vh; }
  @media screen and (min-width: 480px) and (max-width: 840px) {
    .content .texto {
      padding-bottom: 8vh; } }
  @media screen and (max-width: 480px) {
    .content .texto {
      padding-bottom: 6vh; } }

.home .texto {
  max-width: 100%;
  width: calc(50em - .5vw + 4.8px); }

.header .texto {
  max-width: 100%;
  width: calc(46em - .5vw + 4.8px); }

.boton a {
  display: inline-block;
  padding: 0.5625rem 1.188rem;
  border: white 1px solid; }

.home .boton {
  padding-bottom: 6vh; }
  @media screen and (min-width: 480px) and (max-width: 840px) {
    .home .boton {
      padding-bottom: 8vh; } }
  @media screen and (max-width: 480px) {
    .home .boton {
      padding-bottom: 6vh; } }

.columna .cuadro-cita {
  margin: 2vw; }

.header-cita .citas {
  margin-top: 1rem; }

div.section.header,
div.section.header-cita {
  justify-content: flex-end; }
  @media screen and (min-width: 480px) and (max-width: 840px) {
    div.section.header,
    div.section.header-cita {
      padding: 2rem 1rem; } }
  @media screen and (max-width: 480px) {
    div.section.header,
    div.section.header-cita {
      padding: 2rem 1rem; } }

.bg-blanco {
  background-color: white;
  color: white; }
  .bg-blanco .boton a:hover {
    background-color: white;
    color: white !important; }
  .bg-blanco.header-cita .citas span {
    /*background-color: rgba($fondo, .8);*/
    text-shadow: 2px 2px 5px black; }
  .bg-blanco .overlay {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
    /*@media only screen and (max-device-width: 260px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 2.5vw;
    opacity: 0;
    transition: opacity .1s ease-in-out; }
    @media (max-width: 520px) {
      .bg-blanco .overlay {
        font-size: 13px; } }
    @media (min-width: 800px) {
      .bg-blanco .overlay {
        font-size: 20px; } }
    .bg-blanco .overlay.opaco {
      background: rgba(128, 128, 128, 0.85); }
    @media screen and (max-width: 720px) {
      .bg-blanco .overlay {
        opacity: 1;
        padding: 0.2rem 0.5rem;
        top: auto;
        background: rgba(255, 255, 255, 0.7);
        height: 10.5vh;
        justify-content: flex-start; } }

.bg-naranja {
  background-color: #ff6900;
  color: white; }
  .bg-naranja .boton a:hover {
    background-color: white;
    color: #ff6900 !important; }
  .bg-naranja.header-cita .citas span {
    /*background-color: rgba($fondo, .8);*/
    text-shadow: 2px 2px 5px black; }
  .bg-naranja .overlay {
    background: rgba(255, 105, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
    /*@media only screen and (max-device-width: 260px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 2.5vw;
    opacity: 0;
    transition: opacity .1s ease-in-out; }
    @media (max-width: 520px) {
      .bg-naranja .overlay {
        font-size: 13px; } }
    @media (min-width: 800px) {
      .bg-naranja .overlay {
        font-size: 20px; } }
    .bg-naranja .overlay.opaco {
      background: rgba(128, 53, 0, 0.85); }
    @media screen and (max-width: 720px) {
      .bg-naranja .overlay {
        opacity: 1;
        padding: 0.2rem 0.5rem;
        top: auto;
        background: rgba(255, 105, 0, 0.7);
        height: 10.5vh;
        justify-content: flex-start; } }

.bg-rojo {
  background-color: #e40046;
  color: white; }
  .bg-rojo .boton a:hover {
    background-color: white;
    color: #e40046 !important; }
  .bg-rojo.header-cita .citas span {
    /*background-color: rgba($fondo, .8);*/
    text-shadow: 2px 2px 5px black; }
  .bg-rojo .overlay {
    background: rgba(228, 0, 70, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
    /*@media only screen and (max-device-width: 260px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 2.5vw;
    opacity: 0;
    transition: opacity .1s ease-in-out; }
    @media (max-width: 520px) {
      .bg-rojo .overlay {
        font-size: 13px; } }
    @media (min-width: 800px) {
      .bg-rojo .overlay {
        font-size: 20px; } }
    .bg-rojo .overlay.opaco {
      background: rgba(114, 0, 35, 0.85); }
    @media screen and (max-width: 720px) {
      .bg-rojo .overlay {
        opacity: 1;
        padding: 0.2rem 0.5rem;
        top: auto;
        background: rgba(228, 0, 70, 0.7);
        height: 10.5vh;
        justify-content: flex-start; } }

.bg-celeste {
  background-color: #00aec7;
  color: white; }
  .bg-celeste .boton a:hover {
    background-color: white;
    color: #00aec7 !important; }
  .bg-celeste.header-cita .citas span {
    /*background-color: rgba($fondo, .8);*/
    text-shadow: 2px 2px 5px black; }
  .bg-celeste .overlay {
    background: rgba(0, 174, 199, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
    /*@media only screen and (max-device-width: 260px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 2.5vw;
    opacity: 0;
    transition: opacity .1s ease-in-out; }
    @media (max-width: 520px) {
      .bg-celeste .overlay {
        font-size: 13px; } }
    @media (min-width: 800px) {
      .bg-celeste .overlay {
        font-size: 20px; } }
    .bg-celeste .overlay.opaco {
      background: rgba(0, 87, 100, 0.85); }
    @media screen and (max-width: 720px) {
      .bg-celeste .overlay {
        opacity: 1;
        padding: 0.2rem 0.5rem;
        top: auto;
        background: rgba(0, 174, 199, 0.7);
        height: 10.5vh;
        justify-content: flex-start; } }

.bg-magenta {
  background-color: #a3195e;
  color: white; }
  .bg-magenta .boton a:hover {
    background-color: white;
    color: #a3195e !important; }
  .bg-magenta.header-cita .citas span {
    /*background-color: rgba($fondo, .8);*/
    text-shadow: 2px 2px 5px black; }
  .bg-magenta .overlay {
    background: rgba(163, 25, 94, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
    /*@media only screen and (max-device-width: 260px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 2.5vw;
    opacity: 0;
    transition: opacity .1s ease-in-out; }
    @media (max-width: 520px) {
      .bg-magenta .overlay {
        font-size: 13px; } }
    @media (min-width: 800px) {
      .bg-magenta .overlay {
        font-size: 20px; } }
    .bg-magenta .overlay.opaco {
      background: rgba(82, 13, 47, 0.85); }
    @media screen and (max-width: 720px) {
      .bg-magenta .overlay {
        opacity: 1;
        padding: 0.2rem 0.5rem;
        top: auto;
        background: rgba(163, 25, 94, 0.7);
        height: 10.5vh;
        justify-content: flex-start; } }

.bg-azul {
  background-color: #0092ff;
  color: white; }
  .bg-azul .boton a:hover {
    background-color: white;
    color: #0092ff !important; }
  .bg-azul.header-cita .citas span {
    /*background-color: rgba($fondo, .8);*/
    text-shadow: 2px 2px 5px black; }
  .bg-azul .overlay {
    background: rgba(0, 146, 255, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
    /*@media only screen and (max-device-width: 260px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 2.5vw;
    opacity: 0;
    transition: opacity .1s ease-in-out; }
    @media (max-width: 520px) {
      .bg-azul .overlay {
        font-size: 13px; } }
    @media (min-width: 800px) {
      .bg-azul .overlay {
        font-size: 20px; } }
    .bg-azul .overlay.opaco {
      background: rgba(0, 73, 128, 0.85); }
    @media screen and (max-width: 720px) {
      .bg-azul .overlay {
        opacity: 1;
        padding: 0.2rem 0.5rem;
        top: auto;
        background: rgba(0, 146, 255, 0.7);
        height: 10.5vh;
        justify-content: flex-start; } }

.bg-morado {
  background-color: #8031a7;
  color: white; }
  .bg-morado .boton a:hover {
    background-color: white;
    color: #8031a7 !important; }
  .bg-morado.header-cita .citas span {
    /*background-color: rgba($fondo, .8);*/
    text-shadow: 2px 2px 5px black; }
  .bg-morado .overlay {
    background: rgba(128, 49, 167, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
    /*@media only screen and (max-device-width: 260px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 2.5vw;
    opacity: 0;
    transition: opacity .1s ease-in-out; }
    @media (max-width: 520px) {
      .bg-morado .overlay {
        font-size: 13px; } }
    @media (min-width: 800px) {
      .bg-morado .overlay {
        font-size: 20px; } }
    .bg-morado .overlay.opaco {
      background: rgba(64, 25, 84, 0.85); }
    @media screen and (max-width: 720px) {
      .bg-morado .overlay {
        opacity: 1;
        padding: 0.2rem 0.5rem;
        top: auto;
        background: rgba(128, 49, 167, 0.7);
        height: 10.5vh;
        justify-content: flex-start; } }

.bg-negro {
  background-color: black;
  color: white; }
  .bg-negro .boton a:hover {
    background-color: white;
    color: black !important; }
  .bg-negro.header-cita .citas span {
    /*background-color: rgba($fondo, .8);*/
    text-shadow: 2px 2px 5px black; }
  .bg-negro .overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
    /*@media only screen and (max-device-width: 260px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 2.5vw;
    opacity: 0;
    transition: opacity .1s ease-in-out; }
    @media (max-width: 520px) {
      .bg-negro .overlay {
        font-size: 13px; } }
    @media (min-width: 800px) {
      .bg-negro .overlay {
        font-size: 20px; } }
    .bg-negro .overlay.opaco {
      background: rgba(0, 0, 0, 0.85); }
    @media screen and (max-width: 720px) {
      .bg-negro .overlay {
        opacity: 1;
        padding: 0.2rem 0.5rem;
        top: auto;
        background: rgba(0, 0, 0, 0.7);
        height: 10.5vh;
        justify-content: flex-start; } }

.bg-blanco {
  color: #3a3a3a; }
  .bg-blanco .boton a {
    border: #3a3a3a 1px solid; }
    .bg-blanco .boton a:hover {
      background-color: #3a3a3a;
      color: white !important; }

.separador {
  border-top: 1px solid white;
  margin-top: .5rem;
  margin-bottom: .5rem; }
  @media screen and (max-width: 720px) {
    .separador {
      margin-top: .1rem;
      margin-bottom: .1rem; } }

.color {
  text-align: center; }
  .color .texto {
    max-width: 100%;
    width: calc(50em - .5vw + 4.8px); }
  .color .texto-contenido {
    padding: 2.25rem 0 3.563rem; }

.contenido-cita {
  width: 67vw; }
  .contenido-cita h4 {
    text-shadow: 2px 2px 5px black; }
  @media screen and (max-width: 840px) {
    .contenido-cita {
      width: 100%; } }

.citas {
  position: relative; }

.content-cita {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center; }

.header {
  text-align: center; }

.derecha .orden {
  order: 0; }

.izquierda .orden {
  order: 1; }

@media screen and (max-width: 915px) {
  .derecha .orden {
    order: 1; }
  .derecha .imagen {
    order: 0; }

  .izquierda .orden {
    order: 1; }
  .izquierda .imagen {
    order: 0; } }
.texto-servicio {
  padding: 5vh; }

@media screen and (min-width: 480px) and (max-width: 915px) {
  .caluga .columna {
    width: 100%;
    height: auto; }
    .caluga .columna .cuadro {
      padding-bottom: 5vh;
      padding-top: 5vh; } }
@media screen and (max-width: 480px) {
  .caluga {
    padding: 0; }
    .caluga .columna {
      width: 100%;
      height: auto; }
      .caluga .columna .cuadro {
        padding-bottom: 5vh;
        padding-top: 5vh; } }

@media screen and (max-width: 1270px) {
  .icono {
    margin-top: 0.5rem; } }

@media screen and (max-width: 480px) {
  .cuadro .boton {
    padding-top: 4vw; } }
@media screen and (max-width: 915px) {
  .bloque-separacion {
    width: 100%; }
    .bloque-separacion.imagen-separador {
      order: 0; }
    .bloque-separacion.cita-separador {
      order: 1;
      padding: 2vw; }
      .bloque-separacion.cita-separador .cuadro-cita {
        width: 100%;
        padding: 4vw;
        margin-left: 0;
        margin-right: 0; }
    .bloque-separacion.color-separador {
      display: none; } }

@media screen and (max-width: 768px) {
  .bloque-servicio {
    width: 100%; }

  .titulo-servicio {
    padding-top: 3vh;
    padding-bottom: 3vh; }

  .bloque-servicio.servicio {
    height: inherit !important; } }
div.section.mod-colores {
  min-height: 41vh; }
  div.section.mod-colores .texto {
    padding-bottom: 0; }

.bloque-premios {
  display: flex;
  flex-wrap: wrap; }

.item-premio {
  min-width: calc(100%/6);
  flex-direction: column;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10vh 2vw 0;
  border-left: 2px solid white;
  margin-bottom: 4vh;
  margin-top: 4vh; }
  @media screen and (max-width: 1000px) {
    .item-premio {
      width: 100%;
      display: block;
      min-width: 100%;
      padding: 0 0 5vh;
      height: auto !important;
      border-left: none;
      border-bottom: 2px solid white; }
      .item-premio:last-child {
        margin-bottom: 0; } }
  .item-premio.titulo-seccion {
    border-left: none;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding-top: 2vh;
    padding-bottom: 2vh; }
  .item-premio .titulo-anio {
    /*font-size: 6vw;*/
    /*@media only screen and (max-device-width: 675px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 4vw;
    align-content: center;
    justify-content: center; }
    @media (max-width: 1350px) {
      .item-premio .titulo-anio {
        font-size: 54px; } }
    @media (min-width: 2875px) {
      .item-premio .titulo-anio {
        font-size: 115px; } }

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 3vw;
  height: 3vw;
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0; }
  @media screen and (max-width: 840px) {
    #back-to-top {
      border: 2px solid white; } }

#back-to-top:hover {
  border: 2px solid white; }

#back-to-top.show {
  opacity: 1; }

.in-desktop {
  display: block; }

.in-movil {
  display: none; }

@media screen and (max-width: 915px) {
  .in-desktop {
    display: none; }

  .in-movil {
    display: block; } }
.light {
  font-family: "RobotoLight", "Helvetica Neue", Arial, sans-serif; }

.black {
  font-family: "RobotoBlack", "Helvetica Neue", Arial, sans-serif; }

.dark {
  color: #3a3a3a; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.txt-center {
  text-align: center; }

.destacado {
  font-size: 130%; }
  @media screen and (max-width: 480px) {
    .destacado {
      font-size: 120%; } }

h1 {
  /*@media only screen and (max-device-width: 437.5px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 4vw;
  margin: 0 0.2rem;
  display: inline-block;
  line-height: 95%; }
  @media (max-width: 875px) {
    h1 {
      font-size: 35px; } }
  @media (min-width: 1750px) {
    h1 {
      font-size: 70px; } }

h2 {
  /*@media only screen and (max-device-width: 287.5px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 4vw;
  margin: 0;
  display: inline-block; }
  @media (max-width: 575px) {
    h2 {
      font-size: 23px; } }
  @media (min-width: 1125px) {
    h2 {
      font-size: 45px; } }

h3 {
  font-size: 3.563rem;
  margin: 0; }

h4 {
  /*@media only screen and (max-device-width: 421.875px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 4vw;
  margin: 0;
  text-align: center; }
  @media (max-width: 843.75px) {
    h4 {
      font-size: 33.75px; } }
  @media (min-width: 1750px) {
    h4 {
      font-size: 70px; } }
  h4.bg-blanco {
    background-color: transparent;
    color: white; }
  h4.bg-naranja {
    background-color: transparent;
    color: #ff6900; }
  h4.bg-rojo {
    background-color: transparent;
    color: #e40046; }
  h4.bg-celeste {
    background-color: transparent;
    color: #00aec7; }
  h4.bg-magenta {
    background-color: transparent;
    color: #a3195e; }
  h4.bg-azul {
    background-color: transparent;
    color: #0092ff; }
  h4.bg-morado {
    background-color: transparent;
    color: #8031a7; }
  h4.bg-negro {
    background-color: transparent;
    color: black; }

h5 {
  font-family: "RobotoBlack", "Helvetica Neue", Arial, sans-serif;
  /*@media only screen and (max-device-width: 225px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 4vw;
  margin: 0; }
  @media (max-width: 450px) {
    h5 {
      font-size: 18px; } }
  @media (min-width: 625px) {
    h5 {
      font-size: 25px; } }

h6 {
  /*@media only screen and (max-device-width: 500px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 1.5vw;
  margin: 0;
  padding: 0;
  text-align: center; }
  @media (max-width: 1000px) {
    h6 {
      font-size: 15px; } }
  @media (min-width: 1600px) {
    h6 {
      font-size: 24px; } }

.texto {
  /*@media only screen and (max-device-width: 500px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 2vw; }
  @media (max-width: 1000px) {
    .texto {
      font-size: 20px; } }
  @media (min-width: 1250px) {
    .texto {
      font-size: 25px; } }
  @media screen and (max-width: 480px) {
    .texto {
      text-align: left; } }

.home .texto {
  /*@media only screen and (max-device-width: 425px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 2vw; }
  @media (max-width: 850px) {
    .home .texto {
      font-size: 17px; } }
  @media (min-width: 1250px) {
    .home .texto {
      font-size: 25px; } }

.caluga-color {
  align-items: left; }
  .caluga-color h4 {
    /*@media only screen and (max-device-width: 416.66667px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 3vw;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
    line-height: 100%;
    text-align: left; }
    @media (max-width: 833.33333px) {
      .caluga-color h4 {
        font-size: 25px; } }
    @media (min-width: 1900px) {
      .caluga-color h4 {
        font-size: 57px; } }
  .caluga-color .cuadro-cita {
    margin: 0; }
  .caluga-color .cita {
    /*@media only screen and (max-device-width: 625px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 1.2vw;
    line-height: 146%; }
    @media (max-width: 1250px) {
      .caluga-color .cita {
        font-size: 15px; } }
    @media (min-width: 1916.66667px) {
      .caluga-color .cita {
        font-size: 23px; } }
    .caluga-color .cita p {
      margin-bottom: 5vh;
      margin-top: 3vh;
      font-family: "RobotoRegular", "Helvetica Neue", Arial, sans-serif;
      font-weight: 500; }
  .caluga-color .boton.bg-blanco {
    background-color: transparent;
    border-color: white;
    color: white; }
    .caluga-color .boton.bg-blanco a {
      border-color: white; }
      .caluga-color .boton.bg-blanco a:hover {
        background-color: white;
        color: #ffffff; }
  .caluga-color .boton.bg-naranja {
    background-color: transparent;
    border-color: #ff6900;
    color: #ff6900; }
    .caluga-color .boton.bg-naranja a {
      border-color: #ff6900; }
      .caluga-color .boton.bg-naranja a:hover {
        background-color: #ff6900;
        color: #ffffff; }
  .caluga-color .boton.bg-rojo {
    background-color: transparent;
    border-color: #e40046;
    color: #e40046; }
    .caluga-color .boton.bg-rojo a {
      border-color: #e40046; }
      .caluga-color .boton.bg-rojo a:hover {
        background-color: #e40046;
        color: #ffffff; }
  .caluga-color .boton.bg-celeste {
    background-color: transparent;
    border-color: #00aec7;
    color: #00aec7; }
    .caluga-color .boton.bg-celeste a {
      border-color: #00aec7; }
      .caluga-color .boton.bg-celeste a:hover {
        background-color: #00aec7;
        color: #ffffff; }
  .caluga-color .boton.bg-magenta {
    background-color: transparent;
    border-color: #a3195e;
    color: #a3195e; }
    .caluga-color .boton.bg-magenta a {
      border-color: #a3195e; }
      .caluga-color .boton.bg-magenta a:hover {
        background-color: #a3195e;
        color: #ffffff; }
  .caluga-color .boton.bg-azul {
    background-color: transparent;
    border-color: #0092ff;
    color: #0092ff; }
    .caluga-color .boton.bg-azul a {
      border-color: #0092ff; }
      .caluga-color .boton.bg-azul a:hover {
        background-color: #0092ff;
        color: #ffffff; }
  .caluga-color .boton.bg-morado {
    background-color: transparent;
    border-color: #8031a7;
    color: #8031a7; }
    .caluga-color .boton.bg-morado a {
      border-color: #8031a7; }
      .caluga-color .boton.bg-morado a:hover {
        background-color: #8031a7;
        color: #ffffff; }
  .caluga-color .boton.bg-negro {
    background-color: transparent;
    border-color: black;
    color: black; }
    .caluga-color .boton.bg-negro a {
      border-color: black; }
      .caluga-color .boton.bg-negro a:hover {
        background-color: black;
        color: #ffffff; }

.bloque-cliente .texto {
  font-family: "RobotoLight", "Helvetica Neue", Arial, sans-serif;
  /*@media only screen and (max-device-width: 450px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 2vw; }
  @media (max-width: 900px) {
    .bloque-cliente .texto {
      font-size: 18px; } }
  @media (min-width: 1000px) {
    .bloque-cliente .texto {
      font-size: 20px; } }

.boton a {
  /*@media only screen and (max-device-width: 400px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 2vw; }
  @media (max-width: 800px) {
    .boton a {
      font-size: 16px; } }
  @media (min-width: 1250px) {
    .boton a {
      font-size: 25px; } }

strong {
  font-weight: normal;
  font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif; }

.subtitulo {
  /*@media only screen and (max-device-width: 541.66667px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 1.2vw;
  margin-top: 2vh;
  margin-bottom: 2vh;
  text-align: left;
  width: 100%;
  padding-left: 2vw; }
  @media (max-width: 1083.33333px) {
    .subtitulo {
      font-size: 13px; } }
  @media (min-width: 1666.66667px) {
    .subtitulo {
      font-size: 20px; } }

.cita {
  font-family: "RobotoLight", "Helvetica Neue", Arial, sans-serif;
  /*@media only screen and (max-device-width: 500px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 1.5vw;
  color: white;
  position: relative; }
  @media (max-width: 1000px) {
    .cita {
      font-size: 15px; } }
  @media (min-width: 1333.33333px) {
    .cita {
      font-size: 20px; } }
  .cita strong {
    font-size: 110%; }
    @media screen and (max-width: 480px) {
      .cita strong {
        font-size: 105%; } }
  .cita.cita-destacado {
    font-size: 1rem;
    margin-bottom: .5rem;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif; }

.header .cita {
  /*@media only screen and (max-device-width: 250px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 4vw; }
  @media (max-width: 500px) {
    .header .cita {
      font-size: 20px; } }
  @media (min-width: 750px) {
    .header .cita {
      font-size: 30px; } }

.header-titulo h1 {
  text-shadow: 2px 2px 5px black; }

@media screen and (max-width: 840px) {
  .contenido-cita .txt-right {
    text-align: left; } }
.contenido-cita h1 {
  display: block;
  text-shadow: 2px 2px 5px black; }

.header-cita,
.header-titulo {
  text-shadow: 2px 2px 5px black; }

.header-cita .cita {
  /*@media only screen and (max-device-width: 383.33333px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 3vw;
  font-family: "RobotoMedium", "Helvetica Neue", Arial, sans-serif;
  line-height: 129%; }
  @media (max-width: 766.66667px) {
    .header-cita .cita {
      font-size: 23px; } }
  @media (min-width: 1333.33333px) {
    .header-cita .cita {
      font-size: 40px; } }

.cuadro-cita {
  font-size: 0.8rem; }

.content-cita {
  font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem; }
  .content-cita .cita {
    /*@media only screen and (max-device-width: 525px) and (orientation:portrait) {
      font-size: $max*2;
    }*/
    font-size: 2vw;
    font-family: "RobotoBold", "Helvetica Neue", Arial, sans-serif;
    display: inline-block; }
    @media (max-width: 1050px) {
      .content-cita .cita {
        font-size: 21px; } }
    @media (min-width: 1500px) {
      .content-cita .cita {
        font-size: 30px; } }

.bg-blanco .cita {
  color: #3a3a3a; }

@media screen and (max-width: 720px) {
  .cita-hide {
    display: none; } }
q:before {
  font-family: "Georgia", "Helvetica Neue", Arial, sans-serif;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -.4em;
  content: '“'; }

q:after {
  font-family: "Georgia", "Helvetica Neue", Arial, sans-serif;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.1em;
  vertical-align: -.6em;
  content: '”'; }

.referencia {
  text-align: left;
  display: flex;
  justify-content: flex-end;
  color: white;
  margin-top: 0.9vw;
  font-family: "RobotoLight", "Helvetica Neue", Arial, sans-serif;
  /*@media only screen and (max-device-width: 541.66667px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 1.2vw; }
  @media (max-width: 1083.33333px) {
    .referencia {
      font-size: 13px; } }
  @media (min-width: 1500px) {
    .referencia {
      font-size: 18px; } }
  .referencia strong {
    font-size: 110%; }
  .referencia p {
    margin: 0; }

.content-cita .referencia {
  font-size: 70%;
  text-align: center;
  justify-content: center; }
  .content-cita .referencia p {
    margin: 0; }

.bg-blanco .referencia {
  color: #3a3a3a; }

.texto-servicio {
  /*@media only screen and (max-device-width: 500px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 1.5vw; }
  @media (max-width: 1000px) {
    .texto-servicio {
      font-size: 15px; } }
  @media (min-width: 1200px) {
    .texto-servicio {
      font-size: 18px; } }

/*********************
******** MENU ********
**********************/
.menu {
  background: white; }

.menu-1 {
  font-size: 0.8rem;
  font-family: "RobotoLight", "Helvetica Neue", Arial, sans-serif;
  /*color: $black;*/ }

.menu-2 {
  font-size: 0.8rem;
  font-family: "RobotoBlack", "Helvetica Neue", Arial, sans-serif;
  color: #ff6900; }

.lista-menu:hover a {
  border-bottom: 2px solid #666666; }
  .lista-menu:hover a .menu-2 {
    color: #666; }

.selected {
  border-bottom: 2px solid #666666; }
  .selected .menu-2 {
    color: #666; }

.contacto {
  font-size: 0.6rem;
  color: #666; }

.contacto h5 {
  font-family: "RobotoRegular", "Helvetica Neue", Arial, sans-serif;
  color: #666; }

.contacto a.mail {
  color: #ff6900 !important; }

.contacto a.mail:hover {
  color: #666 !important; }

.texto-medio {
  /*@media only screen and (max-device-width: 333.33333px) and (orientation:portrait) {
    font-size: $max*2;
  }*/
  font-size: 3vw; }
  @media (max-width: 666.66667px) {
    .texto-medio {
      font-size: 20px; } }
  @media (min-width: 1133.33333px) {
    .texto-medio {
      font-size: 34px; } }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  padding: 1.563rem 2.313rem 0 2.313rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }
  header.fondo {
    background: transparent; }
  header.fondo-a {
    background: transparent; }
  @media screen and (min-width: 480px) and (max-width: 840px) {
    header {
      padding: 0.8rem 1rem 0.5rem 1rem; }
      header.fondo {
        background: rgba(58, 58, 58, 0.7); }
      header.fondo-a {
        background: transparent; }
      header #menu_min img {
        -webkit-filter: invert(100%);
        filter: invert(100%); } }
  @media screen and (max-width: 480px) {
    header {
      padding: 0.8rem 1rem 0.5rem 1rem; }
      header.fondo {
        background: rgba(58, 58, 58, 0.7); }
      header.fondo-a {
        background: transparent; }
      header #menu_min img {
        -webkit-filter: invert(100%);
        filter: invert(100%); } }
  header figure {
    min-width: 76px; }
    @media screen and (max-width: 840px) {
      header figure {
        max-width: 76px; } }

.idioma {
  background-color: #ff6900;
  color: white;
  padding: 0 5px; }
  .idioma:hover {
    background-color: #666;
    color: white; }

.jarallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.jarallax {
  /*padding: 2rem 1rem;*/
  min-height: 600px; }
  @media screen and (min-width: 480px) and (max-width: 840px) {
    .jarallax {
      padding: 2rem 1rem;
      min-height: 50vh; } }
  @media screen and (max-width: 480px) {
    .jarallax {
      padding: 2rem 1rem;
      min-height: 50vh; } }

.hide {
  display: none !important; }

.fondo-a .hide {
  display: block !important;
  visibility: hidden; }

.flecha-pagina {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: translate(-50%, -200%);
  -moz-transition: translate(-50%, -200%);
  -ms-transition: translate(-50%, -200%);
  -o-transition: translate(-50%, -200%);
  transition: translate(-50%, -200%);
  transform: translate(-50%, -200%); }

.flecha {
  min-width: 27px;
  max-width: 53px;
  height: auto;
  line-height: 0; }

.boton-sinhover {
  padding-top: 6vh;
  padding-bottom: 6vh;
  margin: 0 auto;
  width: 30%; }
  @media screen and (min-width: 480px) and (max-width: 840px) {
    .boton-sinhover {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .boton-sinhover {
      width: 60%; } }
  .boton-sinhover a:hover {
    background-color: black; }

/*# sourceMappingURL=global.css.map */
