@charset "UTF-8";
/*!
Theme Name: BarbaRoja
Theme URI: http://underscores.me/
Author: Glass Design Lab
Author URI: https://glassdesignlab.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: barbaroja
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BarbaRoja is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

body {
  background-color: #161616;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  overflow: hidden;
}

:root {
  --ti-cursor-font-size: 70px;
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    --ti-cursor-font-size: 32px;
  }
}

/*
Preloader
*/
.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #161616;
  z-index: 10;
}
.preloader__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 307px;
}
.preloader__image img {
  width: 100%;
  height: auto;
  animation: spin 10s infinite linear;
}
.preloader__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-family: "Glegoo";
  text-align: center;
}
.preloader__text .number {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.3%;
  text-transform: uppercase;
}
.preloader__text .percentage {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.3%;
  text-transform: uppercase;
}
.preloader__text .text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 119.3%;
}

/*
Header
*/
header {
  position: fixed;
  z-index: 15;
  display: grid;
  grid-template-columns: 130px 1fr;
  width: 100%;
  height: 109px;
}
header .site-branding {
  margin: 24px 0 0 24px;
  width: 100%;
  max-width: 126px;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-branding {
    margin: 12px 0 0 12px;
    max-width: 104px;
  }
}
header .site-navigation {
  display: flex;
  justify-content: flex-end;
  padding-top: 60px;
}
header .site-navigation.active {
  transition: all ease-in-out 0.35s;
  opacity: 1;
}
header .site-navigation.hidden {
  transition: all ease-in-out 0.35s;
  opacity: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation {
    padding: 0;
    display: block;
  }
}
header .site-navigation ul {
  margin: 0 24px 0 0;
  padding: 0;
  position: relative;
}
header .site-navigation ul span {
  position: absolute;
  z-index: 1;
  top: 100%;
  height: 2px;
  background-color: #fff;
  width: 0;
  display: block;
  margin-top: -1px;
  left: 0;
  transition: all ease-in-out 0.35s;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation ul {
    padding: 56px 0 0 24px;
    box-sizing: border-box;
  }
}
header .site-navigation ul li {
  margin: 0 26px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation ul li {
    margin-bottom: 32px;
    display: block;
  }
}
header .site-navigation ul li:last-child {
  margin: 0;
}
header .site-navigation ul a {
  text-decoration: none;
}
header .site-navigation a {
  font-family: "Clan";
  color: #f2f5f9;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  line-height: 22px;
  transition: all ease-in-out 0.35s;
  outline: none;
  position: relative;
}
header .site-navigation a.active {
  transition: all ease-in-out 0.35s;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation a.active {
    transition: all ease-in-out 0.35s;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation a.active::after {
    position: relative;
    top: 100%;
    left: 0;
    content: "";
    height: 2px;
    background-color: #fff;
    width: 100%;
    display: block;
    animation: active-link 0.5s forwards linear;
  }
}
header .site-navigation a:hover {
  color: rgba(255, 255, 255, 0.75);
  transition: all ease-in-out 0.35s;
}
header .site-navigation .burger {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation .burger {
    display: block;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    position: absolute;
    right: 24px;
    top: 42px;
  }
}
header .site-navigation .burger.dark {
  filter: invert(100%);
}
header .site-navigation .menu {
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation .menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 104px);
    width: 84.44%;
    padding: 0;
    margin: 0;
    background: url("img/bg-menu.svg") no-repeat #b51715;
    background-position: right bottom;
  }
}
header .site-navigation .menu__header {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation .menu__header {
    padding: 25px 32px 25px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  header .site-navigation .menu__header::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: calc(100% - 16px);
    left: 8px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12);
  }
}
header .site-navigation .menu__footer {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation .menu__footer {
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
  }
}
header .site-navigation .menu__footer span {
  display: block;
  color: #f2f5f9;
  font-family: "Clan-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 182.244%;
}
header .site-navigation .menu__footer::before {
  content: "";
  position: absolute;
  top: -1px;
  width: calc(100% - 16px);
  left: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}
header .site-navigation .menu__footer a {
  font-family: "Clan";
}
header .site-navigation .menu .close {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
header .site-navigation .menu .close::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -2px;
  width: 24px;
  height: 24px;
  background: url("img/x.svg") no-repeat;
  background-size: contain;
  background-position: left top;
}
header .site-navigation .menu__open {
  display: block;
  animation: open-menu 0.35s linear forwards;
}
header .site-navigation .menu__close {
  display: block;
  animation: close-menu 0.35s linear forwards;
}
header .site-navigation.dark ul span {
  background-color: #161616;
}
header .site-navigation.dark a {
  font-family: "Clan";
  color: #161616;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  line-height: 22px;
  transition: all ease-in-out 0.35s;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation.dark a {
    color: #fff;
  }
}
header .site-navigation.dark a.active {
  border-bottom: solid 1px #161616;
  transition: all ease-in-out 0.35s;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation.dark a.active {
    border-bottom: solid 1px #fff;
  }
}
header .site-navigation.dark a:hover {
  color: rgba(22, 22, 22, 0.75);
  transition: all ease-in-out 0.35s;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .site-navigation.dark a:hover {
    color: #fff;
  }
}

/*
Home
*/
.inicio {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  overflow: hidden;
}
.inicio .container {
  width: 1160px;
  margin: 0 auto;
  color: #fff;
  color: #f2f5f9;
  text-align: center;
  font-family: "Glegoo";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.3%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .inicio .container {
    font-size: 32px;
    padding: 0 43px;
    box-sizing: border-box;
  }
}
.inicio .line-first {
  display: block;
  position: relative;
  z-index: 2;
}
.inicio .line-second {
  background: rgba(181, 23, 21, 0.5);
  display: inline-block;
  margin: 5px 0 0;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 767px) {
  .inicio .line-second {
    padding: 16px 12px;
  }
}
.inicio .mouse {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 24px;
  height: 37px;
}
.inicio .mouse img {
  width: 100%;
  height: auto;
}
.inicio #bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.inicio #bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .inicio #bg video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .inicio #bg video {
    width: auto;
    height: 100%;
  }
}
.inicio #bg .video-hover {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.inicio #bg-desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .inicio #bg-desktop {
    display: none;
  }
}
.inicio #bg-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .inicio #bg-mobile {
    display: block;
  }
}

/*
Quiénes somos
*/
.quienes-somos {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #161616;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .quienes-somos {
    padding-bottom: 0;
    z-index: 5;
  }
}
.quienes-somos .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 96px 81px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .quienes-somos .container {
    padding: 62px 0 0;
    width: 100%;
  }
}
.quienes-somos__content {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .quienes-somos__content {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.quienes-somos__image {
  position: absolute;
  top: 80px;
  width: 100%;
  max-width: 385px;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .quienes-somos__image {
    position: relative;
    order: 2;
    top: 0;
  }
}
.quienes-somos__image img {
  width: 100%;
  height: auto;
}
.quienes-somos__element--first {
  position: absolute;
  left: -148px;
  top: -108px;
  z-index: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .quienes-somos__element--first {
    left: -68px;
    top: -178px;
  }
  .quienes-somos__element--first img {
    width: 100%;
    height: auto;
  }
}
.quienes-somos__text {
  position: relative;
  padding-top: 20px;
  z-index: 3;
}
@media (min-width: 320px) and (max-width: 767px) {
  .quienes-somos__text {
    position: relative;
    order: 1;
    padding-top: 48px;
  }
}
.quienes-somos__text h2 {
  margin: 0 0 70px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .quienes-somos__text h2 {
    margin-bottom: 48px;
  }
}
.quienes-somos h2 {
  color: #b51715;
  text-align: right;
  font-family: "Glegoo";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 124.744%;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .quienes-somos h2 {
    font-size: 36px;
  }
}
.quienes-somos h3 {
  margin: 0;
  padding: 0;
  color: #f2f5f9;
  font-family: "Glegoo";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 125.3%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .quienes-somos h3 {
    padding: 0 24px;
    box-sizing: border-box;
    font-size: 20px;
  }
}
.quienes-somos p {
  color: #f2f5f9;
  font-family: "Clan-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 182.244%;
  width: 100%;
  max-width: 550px;
  float: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .quienes-somos p {
    margin: 0 0 24px;
  }
}
.quienes-somos .swiper {
  padding-bottom: 30px;
}
.quienes-somos .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 7px;
  background-color: #3e3e3e;
}
.quienes-somos .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b51715;
}

/*
Proyectos
*/
.proyectos {
  position: relative;
  padding-top: 100px;
  z-index: 2;
  padding-bottom: 130px;
  box-sizing: border-box;
  background: url("img/bg-proyectos.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proyectos {
    background: none;
  }
}
.proyectos .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proyectos .container {
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.proyectos__element--first {
  position: absolute;
  left: -285px;
  top: -405px;
  z-index: 0;
  width: 100%;
  max-width: 826px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proyectos__element--first {
    left: 0px;
    top: -75px;
    padding-top: 75px;
  }
}
.proyectos__element--first img {
  width: 100%;
  height: auto;
}
.proyectos__element--second {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proyectos__element--second {
    left: -68px;
    top: -178px;
  }
  .proyectos__element--second img {
    width: 100%;
    height: auto;
  }
}
.proyectos h3 {
  margin: 0;
  padding: 0;
  color: #f2f5f9;
  font-family: "Glegoo";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 125.3%;
}
.proyectos__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  grid-gap: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proyectos__gallery {
    display: block;
  }
}
.proyectos__gallery > div {
  position: relative;
  height: 209px;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  .proyectos__gallery > div {
    width: 100%;
    margin: 0 auto;
  }
}
.proyectos__gallery > div iframe {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: relative;
  top: -1px;
  left: -1px;
  border: 0;
  display: block;
  max-width: calc(100% + 2px);
}
.proyectos__gallery > div img {
  width: 100%;
  height: auto;
  display: block;
}
.proyectos__gallery > div .video-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.proyectos__gallery > div::after {
  content: "";
  position: absolute;
  width: 69px;
  height: 69px;
  display: block;
  background: url("img/ver.svg") no-repeat;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
.proyectos__gallery > div:hover::after {
  transition: all 0.35s ease-in-out;
  opacity: 1;
}
.proyectos__gallery iframe {
  border: 0;
}
.proyectos__gallery iframe.special {
  width: 145%;
  position: absolute;
  max-width: 145%;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  height: 145%;
}
.proyectos__gallery iframe.special-1 {
  width: 110%;
  position: absolute;
  max-width: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 110%;
}
.proyectos__gallery iframe.special-2 {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 0;
  display: block;
  max-width: calc(100% + 2px);
}
.proyectos__gallery iframe.special-3 {
  width: 105%;
  position: absolute;
  max-width: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 105%;
}
.proyectos__gallery iframe.special-3 {
  width: 102%;
  position: absolute;
  max-width: 102%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 102%;
}
.proyectos__button {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

/*
Servicios
*/
.servicios {
  position: relative;
  z-index: 1;
  min-height: 750px;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .servicios {
    height: calc(100vh + 109px);
  }
}
.servicios .bg {
  width: 100%;
  background: url("img/bg-servicios.png") no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-bottom: 0;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .servicios .bg {
    background: url("img/bg-proyectos-mobile.jpg") no-repeat;
    background-position: center bottom;
    padding: 0;
    background-size: cover;
    height: calc(100vh + 109px);
  }
}
.servicios .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .servicios .container {
    padding: 120px 0 50px;
    margin: 0;
    height: calc(100vh + 109px);
    box-sizing: border-box;
  }
}
.servicios h3 {
  color: #f2f5f9;
  font-family: "Glegoo";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -156px;
  left: 50%;
  transform: translateX(-50%);
}
.servicios__items {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50vh;
}
@media (min-width: 320px) and (max-width: 767px) {
  .servicios__items {
    padding: 0 24px;
    box-sizing: border-box;
    top: 50vh;
  }
}
.servicios__items .item {
  color: #f2f5f9;
  font-family: "Glegoo";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 62px;
  display: block;
  text-align: center;
  margin-bottom: 58px;
  position: relative;
}
.servicios__items .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .servicios__items .item {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.servicios__items .item > div {
  display: block;
}

/*
Clientes
*/
.clientes {
  position: relative;
  z-index: 1;
  background-color: #f2f5f9;
  color: #161616;
  overflow: hidden;
}
.clientes .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes .container {
    padding: 96px 24px 0;
    box-sizing: border-box;
    margin: 0;
  }
}
.clientes .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  background-color: #b51715;
  -webkit-clip-path: polygon(0% 0, 100% 0, 0 100%);
          clip-path: polygon(0% 0, 100% 0, 0 100%);
  z-index: 15;
  transition: all ease-in-out 0.35s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes .triangle {
    width: 185px;
    height: 185px;
    z-index: 10;
    transition: all ease-in-out 0.35s;
  }
}
.clientes .triangle img {
  width: 100%;
  height: auto;
}
.clientes .triangle.dark {
  position: fixed;
  transition: all ease-in-out 0.35s;
}
.clientes h3 {
  color: #161616;
  font-family: "Glegoo";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}
.clientes__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 72px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes__header {
    display: flex;
    gap: 16px;
    padding-top: 48px;
  }
}
.clientes__header > div {
  color: #161616;
  font-family: "Clan";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 17px 0;
  box-sizing: border-box;
  cursor: pointer;
}
.clientes__header > div::after {
  position: relative;
  top: 100%;
  left: 0;
  content: "";
  height: 1px;
  background-color: #161616;
  width: 100%;
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes__header > div {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-grow: 1;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #f2f5f9;
  }
}
.clientes__header > div.active::after {
  position: relative;
  top: 100%;
  left: 0;
  content: "";
  height: 1px;
  background-color: #b51715;
  width: 100%;
  display: block;
  animation: active-link 0.5s forwards linear;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes__header > div.active {
    border-radius: 4px;
    border: 1px solid rgba(181, 23, 21, 0);
    background: #0a0a0a;
    color: #fff;
    font-family: "Clan";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.clientes__body {
  padding-top: 48px;
}
.clientes__body > div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 24px;
}
.clientes__body > div img {
  opacity: 0.6;
  transition: all 0.35s ease-in-out;
}
.clientes__body > div img:hover {
  opacity: 1;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes__body > div {
    display: block;
  }
}
.clientes__body > div.active {
  display: grid;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes__body > div.active {
    display: block;
  }
}
.clientes__body > div.hidden {
  display: none;
}
.clientes__body.desktop {
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes__body.desktop {
    display: none;
  }
}
.clientes__body.mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes__body.mobile {
    display: block;
  }
}
.clientes__body.mobile .swiper-wrapper {
  padding-bottom: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes__body.mobile .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .clientes__body.mobile .swiper-slide .item img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.clientes__body.mobile .swiper-pagination-bullet-active {
  background-color: #161616;
}

/*
Contáctanos
*/
.contactanos {
  background: url("img/bg-contacto.png") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 236px;
  background-color: #f2f5f9;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .contactanos {
    padding-top: 436px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contactanos {
    padding-top: 0;
    background: url("img/bg-contacto-mobile.png") no-repeat;
    background-size: cover;
    background-position: center top 40px;
    background-color: #f2f5f9;
  }
}
.contactanos .container {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contactanos .container {
    padding: 150px 24px 0;
  }
}
.contactanos__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.contactanos__info > div:nth-child(2n+1) {
  position: relative;
  z-index: 2;
}
.contactanos__info > div:nth-child(2n+2) {
  position: relative;
  z-index: 1;
  display: block;
}
.contactanos__info > div:nth-child(2n+2) img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contactanos__info > div:nth-child(2n+2) {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contactanos__info {
    display: block;
  }
}
.contactanos h3 {
  color: #f2f5f9;
  font-family: "Glegoo";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 90px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contactanos h3 {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.contactanos h2 {
  color: #b51715;
  font-family: "Glegoo";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.3%;
  text-transform: uppercase;
  margin: 0 0 64px;
  padding: 0;
  position: relative;
  width: 160%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contactanos h2 {
    font-size: 64px;
    max-width: 260px;
  }
}
.contactanos h2 span {
  color: #f2f5f9;
}
.contactanos p {
  color: #f2f5f9;
  font-family: "Clan";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 182.244%;
  position: relative;
}
.contactanos p.siguenos {
  margin-bottom: 8px;
  position: relative;
}
.contactanos a {
  color: #fff;
  font-family: "Clan";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 182.244%;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
.contactanos a:hover {
  color: #b51715;
  transition: all 0.35s ease-in-out;
}
.contactanos a.whatsapp::after {
  position: relative;
  top: 6px;
  margin-left: 5px;
  content: "";
  width: 24px;
  height: 24px;
  background: url("img/logo-wsp.svg") no-repeat;
  background-size: contain;
  background-position: left top;
  display: inline-block;
  transition: all 0.35s ease-in-out;
}
.contactanos a.whatsapp:hover::after {
  background: url("img/logo-wsp-hover.svg") no-repeat;
  background-size: contain;
  background-position: left top;
  transition: all 0.35s ease-in-out;
}
.contactanos a.whatsapp.desktop {
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contactanos a.whatsapp.desktop {
    display: none;
  }
}
.contactanos a.whatsapp.mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contactanos a.whatsapp.mobile {
    display: block;
  }
}
.contactanos ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.contactanos ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.contactanos ul li a {
  transition: all 0.35s ease-in-out;
  width: 24px;
  height: 24px;
  display: block;
}
.contactanos ul li a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDNDNC43OTA4NiAzIDMgNC43OTA4NiAzIDdWMTdDMyAxOS4yMDkxIDQuNzkwODYgMjEgNyAyMUgxN0MxOS4yMDkxIDIxIDIxIDE5LjIwOTEgMjEgMTdWN0MyMSA0Ljc5MDg2IDE5LjIwOTEgMyAxNyAzSDdaTTEgN0MxIDMuNjg2MjkgMy42ODYyOSAxIDcgMUgxN0MyMC4zMTM3IDEgMjMgMy42ODYyOSAyMyA3VjE3QzIzIDIwLjMxMzcgMjAuMzEzNyAyMyAxNyAyM0g3QzMuNjg2MjkgMjMgMSAyMC4zMTM3IDEgMTdWN1pNMTIuNDgzMyA4Ljk4OTI0QzExLjg1OTEgOC44OTY2OCAxMS4yMjE2IDkuMDAzMyAxMC42NjE1IDkuMjkzOTJDMTAuMTAxNCA5LjU4NDU1IDkuNjQ3MjEgMTAuMDQ0NCA5LjM2MzUxIDEwLjYwOEM5LjA3OTgyIDExLjE3MTcgOC45ODEwNyAxMS44MTA0IDkuMDgxMzIgMTIuNDMzNEM5LjE4MTU3IDEzLjA1NjQgOS40NzU3MSAxMy42MzE5IDkuOTIxOSAxNC4wNzgxQzEwLjM2ODEgMTQuNTI0MyAxMC45NDM2IDE0LjgxODQgMTEuNTY2NiAxNC45MTg3QzEyLjE4OTYgMTUuMDE4OSAxMi44MjgzIDE0LjkyMDIgMTMuMzkyIDE0LjYzNjVDMTMuOTU1NiAxNC4zNTI4IDE0LjQxNTUgMTMuODk4NiAxNC43MDYxIDEzLjMzODVDMTQuOTk2NyAxMi43Nzg0IDE1LjEwMzMgMTIuMTQwOSAxNS4wMTA4IDExLjUxNjdDMTQuOTE2NCAxMC44OCAxNC42MTk3IDEwLjI5MDYgMTQuMTY0NSA5LjgzNTQ3QzEzLjcwOTQgOS4zODAzNCAxMy4xMiA5LjA4MzY2IDEyLjQ4MzMgOC45ODkyNFpNOS43NDAzNyA3LjUxODY4QzEwLjY3MzkgNy4wMzQzIDExLjczNjMgNi44NTY2MSAxMi43NzY2IDcuMDEwODdDMTMuODM3OCA3LjE2ODIzIDE0LjgyMDIgNy42NjI3IDE1LjU3ODggOC40MjEyNkMxNi4zMzczIDkuMTc5ODEgMTYuODMxOCAxMC4xNjIyIDE2Ljk4OTEgMTEuMjIzNEMxNy4xNDM0IDEyLjI2MzcgMTYuOTY1NyAxMy4zMjYxIDE2LjQ4MTMgMTQuMjU5NkMxNS45OTcgMTUuMTkzMSAxNS4yMzA2IDE1Ljk1MDEgMTQuMjkxMiAxNi40MjNDMTMuMzUxOCAxNi44OTU4IDEyLjI4NzIgMTcuMDYwNCAxMS4yNDg5IDE2Ljg5MzNDMTAuMjEwNSAxNi43MjYyIDkuMjUxMzQgMTYuMjM2IDguNTA3NjggMTUuNDkyM0M3Ljc2NDAzIDE0Ljc0ODcgNy4yNzM4IDEzLjc4OTUgNy4xMDY3MiAxMi43NTExQzYuOTM5NjQgMTEuNzEyOCA3LjEwNDIyIDEwLjY0ODIgNy41NzcwNCA5LjcwODg0QzguMDQ5ODcgOC43Njk0NCA4LjgwNjg3IDguMDAzMDUgOS43NDAzNyA3LjUxODY4Wk0xNy41IDUuNUMxNi45NDc3IDUuNSAxNi41IDUuOTQ3NzIgMTYuNSA2LjVDMTYuNSA3LjA1MjI4IDE2Ljk0NzcgNy41IDE3LjUgNy41SDE3LjUxQzE4LjA2MjMgNy41IDE4LjUxIDcuMDUyMjggMTguNTEgNi41QzE4LjUxIDUuOTQ3NzIgMTguMDYyMyA1LjUgMTcuNTEgNS41SDE3LjVaIiBmaWxsPSIjRjJGNUY5Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  transition: all 0.35s ease-in-out;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
}
.contactanos ul li a:hover {
  transition: all 0.35s ease-in-out;
}
.contactanos ul li a:hover::after {
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDNDNC43OTA4NiAzIDMgNC43OTA4NiAzIDdWMTdDMyAxOS4yMDkxIDQuNzkwODYgMjEgNyAyMUgxN0MxOS4yMDkxIDIxIDIxIDE5LjIwOTEgMjEgMTdWN0MyMSA0Ljc5MDg2IDE5LjIwOTEgMyAxNyAzSDdaTTEgN0MxIDMuNjg2MjkgMy42ODYyOSAxIDcgMUgxN0MyMC4zMTM3IDEgMjMgMy42ODYyOSAyMyA3VjE3QzIzIDIwLjMxMzcgMjAuMzEzNyAyMyAxNyAyM0g3QzMuNjg2MjkgMjMgMSAyMC4zMTM3IDEgMTdWN1pNMTIuNDgzMyA4Ljk4OTI0QzExLjg1OTEgOC44OTY2OCAxMS4yMjE2IDkuMDAzMyAxMC42NjE1IDkuMjkzOTJDMTAuMTAxNCA5LjU4NDU1IDkuNjQ3MjEgMTAuMDQ0NCA5LjM2MzUxIDEwLjYwOEM5LjA3OTgyIDExLjE3MTcgOC45ODEwNyAxMS44MTA0IDkuMDgxMzIgMTIuNDMzNEM5LjE4MTU3IDEzLjA1NjQgOS40NzU3MSAxMy42MzE5IDkuOTIxOSAxNC4wNzgxQzEwLjM2ODEgMTQuNTI0MyAxMC45NDM2IDE0LjgxODQgMTEuNTY2NiAxNC45MTg3QzEyLjE4OTYgMTUuMDE4OSAxMi44MjgzIDE0LjkyMDIgMTMuMzkyIDE0LjYzNjVDMTMuOTU1NiAxNC4zNTI4IDE0LjQxNTUgMTMuODk4NiAxNC43MDYxIDEzLjMzODVDMTQuOTk2NyAxMi43Nzg0IDE1LjEwMzMgMTIuMTQwOSAxNS4wMTA4IDExLjUxNjdDMTQuOTE2NCAxMC44OCAxNC42MTk3IDEwLjI5MDYgMTQuMTY0NSA5LjgzNTQ3QzEzLjcwOTQgOS4zODAzNCAxMy4xMiA5LjA4MzY2IDEyLjQ4MzMgOC45ODkyNFpNOS43NDAzNyA3LjUxODY4QzEwLjY3MzkgNy4wMzQzIDExLjczNjMgNi44NTY2MSAxMi43NzY2IDcuMDEwODdDMTMuODM3OCA3LjE2ODIzIDE0LjgyMDIgNy42NjI3IDE1LjU3ODggOC40MjEyNkMxNi4zMzczIDkuMTc5ODEgMTYuODMxOCAxMC4xNjIyIDE2Ljk4OTEgMTEuMjIzNEMxNy4xNDM0IDEyLjI2MzcgMTYuOTY1NyAxMy4zMjYxIDE2LjQ4MTMgMTQuMjU5NkMxNS45OTcgMTUuMTkzMSAxNS4yMzA2IDE1Ljk1MDEgMTQuMjkxMiAxNi40MjNDMTMuMzUxOCAxNi44OTU4IDEyLjI4NzIgMTcuMDYwNCAxMS4yNDg5IDE2Ljg5MzNDMTAuMjEwNSAxNi43MjYyIDkuMjUxMzQgMTYuMjM2IDguNTA3NjggMTUuNDkyM0M3Ljc2NDAzIDE0Ljc0ODcgNy4yNzM4IDEzLjc4OTUgNy4xMDY3MiAxMi43NTExQzYuOTM5NjQgMTEuNzEyOCA3LjEwNDIyIDEwLjY0ODIgNy41NzcwNCA5LjcwODg0QzguMDQ5ODcgOC43Njk0NCA4LjgwNjg3IDguMDAzMDUgOS43NDAzNyA3LjUxODY4Wk0xNy41IDUuNUMxNi45NDc3IDUuNSAxNi41IDUuOTQ3NzIgMTYuNSA2LjVDMTYuNSA3LjA1MjI4IDE2Ljk0NzcgNy41IDE3LjUgNy41SDE3LjUxQzE4LjA2MjMgNy41IDE4LjUxIDcuMDUyMjggMTguNTEgNi41QzE4LjUxIDUuOTQ3NzIgMTguMDYyMyA1LjUgMTcuNTEgNS41SDE3LjVaIiBmaWxsPSIjQjUxNzE1Ii8+Cjwvc3ZnPgo=");
  background-position: left top;
  background-size: contain;
}
.contactanos footer {
  height: 80px;
  display: flex;
  align-items: center;
  margin-top: 125px;
  position: relative;
}
.contactanos footer .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  border-top: solid 1px #222222;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100%;
}
.contactanos footer .container > div {
  height: 100%;
  position: relative;
}
.contactanos footer .container > div:nth-child(2n+1) {
  display: flex;
  align-items: center;
}
.contactanos footer .container > div:nth-child(2n+2) {
  display: flex;
  justify-content: flex-end;
  color: #f2f5f9;
  font-family: "Clan-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.744%;
  align-items: center;
}

/*
Popup
*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
.popup.active {
  display: block;
}
.popup .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup .content {
  position: relative;
  height: 100%;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
}
.popup .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .popup .container {
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.popup .container.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 46.25%;
  max-height: 708px;
}
.popup .container .video {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-height: 652px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .popup .container .video {
    width: calc(100vw - 48px);
    left: 24px;
  }
}
.popup .container .close {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-family: "Clan-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 182.244%;
}
.popup .container .close::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("img/x.svg") no-repeat;
  background-size: contain;
  background-position: left top;
}
.popup .container .close-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 16px 24px 0;
  box-sizing: border-box;
}

/*
Trabajos
*/
.trabajos {
  background: url("img/bg-trabajos.svg") no-repeat center top 100px;
}
.trabajos .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trabajos .container {
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.trabajos__header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 176px 0 76px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trabajos__header {
    padding: 176px 0 48px;
  }
}
.trabajos__header > div {
  display: flex;
  align-items: center;
}
.trabajos__header > div:nth-child(3n+2) {
  justify-content: center;
}
.trabajos .back {
  text-decoration: none;
  color: #fff;
  font-family: "Clan";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 182.244%;
  position: relative;
  padding-left: 24px;
}
.trabajos .back::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  background: url("img/arrow-back.svg") no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}
.trabajos h3 {
  color: #fff;
  font-family: "Glegoo";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trabajos h3 {
    font-size: 20px;
  }
}
.trabajos__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  grid-row-gap: 64px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trabajos__body {
    display: block;
  }
}
.trabajos__body > div {
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trabajos__body > div {
    margin-bottom: 64px;
  }
}
.trabajos__body > div .video {
  height: 100%;
}
.trabajos__body > div .video iframe {
  width: 100%;
  height: 100%;
}
.trabajos .video-wrapper {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trabajos .video-wrapper {
    position: relative;
  }
}
.trabajos .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trabajos .video-wrapper iframe {
    width: 100%;
    height: 100%;
  }
}
.trabajos .video-wrapper::after {
  content: "";
  position: absolute;
  width: 69px;
  height: 69px;
  display: block;
  background: url("img/ver.svg") no-repeat;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
.trabajos .video-wrapper:hover::after {
  transition: all 0.35s ease-in-out;
  opacity: 1;
}
.trabajos .video-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.trabajos .line1 {
  color: #fff;
  font-family: "Glegoo";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-top: 8px;
}
.trabajos .line2 {
  color: #fff;
  font-family: "Glegoo";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.trabajos footer {
  height: 80px;
  display: flex;
  align-items: center;
  margin-top: 125px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trabajos footer {
    padding-bottom: 45px;
  }
}
.trabajos footer .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  border-top: solid 1px #222222;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100%;
}
.trabajos footer .container > div {
  height: 100%;
  position: relative;
}
.trabajos footer .container > div:nth-child(2n+1) {
  display: flex;
  align-items: center;
}
.trabajos footer .container > div:nth-child(2n+2) {
  display: flex;
  justify-content: flex-end;
  color: #f2f5f9;
  font-family: "Clan-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.744%;
  align-items: center;
}

/*
Mouse
*/
.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 37px;
}

.mousey {
  width: 3px;
  padding: 5px 9px 0;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 5px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
/*
Btn
*/
.btn {
  color: #fff;
  font-family: "Clan";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 182.244%;
  display: inline-block;
  padding: 6px 24px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(181, 23, 21, 0);
  position: relative;
  z-index: 5;
  text-decoration: none;
}
.btn:visited {
  color: #fff;
}
.btn__gallery {
  position: relative;
}
.btn__gallery--primary {
  background: #0a0a0a;
  color: #fff;
  transition: all 0.35s ease-in-out;
}
.btn__gallery--primary:hover {
  background-color: #b51715;
  color: #161616;
  transition: all 0.35s ease-in-out;
}

/*
Footer
*/
/*
Keyframes
*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes active-link {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes close-menu {
  0% {
    right: 0;
  }
  100% {
    right: -84.44%;
  }
}
@keyframes open-menu {
  0% {
    right: -84.44%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */