/* -------- IMPORT -------- */
/* MIXING */
/* END MIXING */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700");
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1em; }

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

ul, ol {
  list-style: none; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

/* -------- COOKIES -------- */
.cookies_header {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -50%;
  z-index: 10000;
  margin: 0 auto;
  transition: all 1s ease 0s; }
  .cookies_header.visible {
    bottom: 0px;
    transition: all 1s ease 1s; }

#cookies_header > p {
  color: #ffffff;
  font-size: 0.875rem;
  margin: 10px auto;
  max-width: 1170px;
  padding: 20px 50px; }
#cookies_header > #cookie_cross {
  position: absolute;
  right: 12px;
  text-align: center;
  top: 8px;
  cursor: pointer; }

.link_cookie {
  color: white;
  font-weight: bold; }

#cookie_cross svg {
  width: 15px; }
#cookie_cross + .fa.fa-times {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  font-size: 20px; }
#cookie_cross:hover + .fa.fa-times {
  color: white; }

a#ocultar_cookie, a.link_cookie {
  cursor: pointer; }

/* -------- COOKIES -------- */
/* MIXING */
/* END MIXING */
/* TYPO */
/* SIZE */
/* COLOURS */
/* MEDIA QUERY */
/* -------- IMPORT -------- */
/* PRE_LOAD PAGE */
.ie_logo {
  display: none; }

* {
  font-family: "Poppins", sans-serif; }

.uppercase {
  text-transform: uppercase; }

body {
  min-height: 100vh;
  width: 100%; }

.preload_choose_market {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/themes/morillas-child/assets/image/preload.jpg");
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  color: white;
  transition: all 200ms ease-in-out; }
  .preload_choose_market .logo_preload_page {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .preload_choose_market .logo_preload_page {
        padding: 0px;
        max-width: 400px;
        margin-bottom: 60px; } }
  .preload_choose_market header {
    font-weight: 400;
    font-size: 0.6875rem;
    letter-spacing: 1.4px; }
    @media (min-width: 768px) {
      .preload_choose_market header {
        font-size: 0.875rem;
        line-height: 1.64286em;
        letter-spacing: 2.6px; } }
  .preload_choose_market .set_language_group.choose_market, .preload_choose_market nav.choose_market {
    margin-top: -32px;
    position: relative;
    z-index: 9999; }
  .preload_choose_market .set_language_group a, .preload_choose_market nav a {
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 0.6875rem;
    letter-spacing: 1.4px;
    display: block;
    text-align: center;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .preload_choose_market .set_language_group a, .preload_choose_market nav a {
        padding: 0px;
        margin: 20px;
        display: inline-block;
        font-size: 0.875rem;
        line-height: 1.64286em;
        letter-spacing: 2.6px; } }
    .preload_choose_market .set_language_group a.selected, .preload_choose_market nav a.selected {
      color: white; }
    .preload_choose_market .set_language_group a:hover, .preload_choose_market nav a:hover {
      color: white; }
  .preload_choose_market .set_language_group {
    text-align: center;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .preload_choose_market .set_language_group {
        padding-bottom: 60px; } }
    .preload_choose_market .set_language_group nav a {
      text-transform: uppercase;
      display: inline-block; }
  .preload_choose_market .separator_line {
    margin-top: 30px !important;
    height: 3px;
    background-color: white !important; }

.hide {
  opacity: 0;
  display: none; }

.selected {
  color: white; }
  .selected:hover {
    color: white; }

/* END PRE_LOAD PAGE */
/* SVG STYLES */
svg.logo_animation {
  transform: scale(0.8);
  margin-left: -20px; }
  @media (min-width: 1024px) {
    svg.logo_animation {
      margin-left: -40px;
      transform: scale(1.7); } }

.svg {
  stroke-width: 5px;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: animation-v 5s linear forwards; }

.ie_logo {
  transform: scale(1); }
  @media (min-width: 1024px) {
    .ie_logo {
      transform: scale(2); } }
  .ie_logo .logo {
    animation: animation 2s linear; }

.delay_animation {
  animation-delay: 400ms;
  transition: opacity 400ms cubic-bezier(0.08, 0.9, 0.38, 0.66) forwards; }

svg {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    svg {
      margin-bottom: 80px; } }

.logo {
  animation: logo 5s linear forwards;
  fill: white; }

.set_select_market {
  -webkit-animation: fadein 4.25s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 4.25s;
  /* Firefox < 16 */
  -ms-animation: fadein 4.25s;
  /* Internet Explorer */
  -o-animation: fadein 4.25s;
  /* Opera < 12.1 */
  animation: fadein 4.25s; }
  .set_select_market header {
    text-align: center;
    padding-bottom: 30px; }

@keyframes animation-v {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    stroke-dashoffset: 0;
    opacity: 0; } }
@keyframes animation {
  0% {
    opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    opacity: 1; } }
.since1912 {
  margin-top: -235px;
  transform: scale(0.5);
  margin-left: 0px;
  margin-bottom: -30px;
  height: 280px;
  width: 400px; }
  @media (min-width: 768px) {
    .since1912 {
      margin-left: 20px;
      transform: scale(1);
      height: 400px;
      margin-top: -280px;
      margin-bottom: -140px; } }
  .since1912 g {
    fill: white; }

@keyframes logo {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* END STYLES SVG */
.logo_animation3 {
  -webkit-animation: fadein 3.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 3.5s;
  /* Internet Explorer */
  -o-animation: fadein 3.5s;
  /* Opera < 12.1 */
  animation: fadein 3.5s;
  transform: scale(0.45);
  height: 30px;
  width: 400px;
  margin-top: -40px;
  margin-bottom: 20px;
  margin-left: 10px; }
  @media (min-width: 768px) {
    .logo_animation3 {
      margin-left: 20px;
      margin-top: 0px;
      margin-bottom: 0px;
      width: 390px;
      height: 80px;
      transform: scale(1); } }

.logo_animation_1912 {
  -webkit-animation: fadein2 3.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein2 3.5s;
  /* Firefox < 16 */
  -ms-animation: fadein2 3.5s;
  /* Internet Explorer */
  -o-animation: fadein2 3.5s;
  /* Opera < 12.1 */
  animation: fadein2 3.5s; }

/* ANIMATIONS */
@keyframes fadein {
  0% {
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein2 {
  0% {
    opacity: 0; }
  55% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein3 {
  0% {
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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