@charset "UTF-8";
/*
Theme Name: v-workroom-theme
Author: El Cultivo
Author URI: http://elcultivo.mx
Description: Tailor-made wordpress theme for VVORKROOM
Version: 2.0
*/
/*===Mazorca Core===*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: inherit; }

/**
* Basic Styles
* ---------------
* Edítalos o sobreescríbelos
*
*/
/**
 * Super basic stylings
 *
 */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html {
  height: 100%; }

html, body {
  min-height: 100%; }

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-family: BlissPro; }

strong {
  font-weight: bold; }

img {
  -ms-interpolation-mode: bicubic; }

.column img, .columns img {
  max-width: 100%; }

img {
  display: block;
  max-width: 100%;
  width: 100%; }

p em {
  font-style: italic; }

section, article, aside, header, footer, nav, figure, figcaption {
  display: block; }

time, mark {
  display: inline-block; }

/**
 * All helpers use the !important keyword, if ever necessary their
 * output might be overriden with the !important keyword in a
 * property located lower in the cascade.
 *
 */
/**
 *	Helpers Index:
 *		Position
 *		Display
 *		Gutters
 *		Paddings and Margins
 *		JS Classes
 *
 */
/*************************** Position ***************************/
.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.fixed {
  position: fixed !important;
  max-width: 100% !important;
  width: 100% !important;
  left: 0; }

.leer-mas__container {
  position: relative;
  overflow: hidden; }

.flip {
  -webkit-transform: rotate(180deg) translateX(-50%) !important;
  -ms-transform: rotate(180deg) translateX(-50%) !important;
  transform: rotate(180deg) translateX(-50%) !important; }

.centerXY {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.text-center {
  text-align: center !important; }

.flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.top56 {
  top: 56px; }

.ontop {
  z-index: 99 !important; }

.z-0 {
  z-index: 0 !important; }

.w100 {
  width: 100% !important; }

.h100 {
  height: 100% !important; }

.op1 {
  opacity: 1 !important; }

.tdn {
  text-decoration: none !important; }

.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important; }

/*************************** Layout ***************************/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*************************** Display ***************************/
.d-bl {
  display: block !important; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

/*************************** Gutters ***************************/
/*************************** Paddings and Margins ***************************/
.p0 {
  padding: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.m0 {
  margin: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb40 {
  margin-bottom: 40px !important; }

/*************************** Arrows ***************************/
.icon-arrow-up:after {
  content: '\e801'; }

.icon-arrow-down:after {
  content: '\e800'; }

/*************************** Drags, Selects ***************************/
.undraggable-unselectable-cascading *,
.undraggable-unselectable {
  user-drag: none !important;
  -webkit-user-drag: none !important;
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important; }

.unselectable {
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important; }

/*************************** Text ***************************/
.ttu {
  text-transform: uppercase !important; }

.ttn {
  text-transform: none !important; }

/*************************** Animations ***************************/
.transition-fast {
  transition: all 0.3s; }

.transition-slow {
  transition: all 1s; }

.hover-scale-up:hover {
  -webkit-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important; }

/*************************** JS Classes ***************************/
[v-cloak] {
  opacity: 0; }

.noScroll_JS, .no-scroll {
  overflow: hidden !important; }

/*************************** Bootstrap ***************************/
.hidden {
  display: none !important; }

.cases .col-02__img,
.cases .col02__img-left, .cases .grid-03, .cases .col-04__text, .cases .col-04, .cases .col-02__center-img, .cases .col-02__text, .cases .col-02__img-centered, .cases .col-02, .cases .col-03_02, .cases .col-03 {
  margin: 40px 0 0; }

.landing__background .audio, .img-base .video-single-project {
  display: none;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #fff;
  color: #cfc9c0;
  cursor: pointer;
  z-index: 1000; }

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: inherit; }

html {
  font-size: 10px; }

html, body {
  height: 100%;
  line-height: 30px; }

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: url("./images/cursor.svg"), default;
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative; }

body.single-vacante {
  cursor: url("../images/cursor-white.svg"), default; }

a {
  cursor: url("./images/cursor.svg"), pointer; }

a.single-vacante {
  cursor: url("../images/cursor-white.svg"), pointer; }

.main-wrap {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/**
 * Declare fonts using the Mixin
 */
@font-face {
  font-family: "AmericanaNormal";
  src: url("../fonts/Americana-std/AmericanaStd.eot");
  src: url("../fonts/Americana-std/AmericanaStd.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Americana-std/AmericanaStd.woff") format("woff");
  src: url("../fonts/Americana-std/AmericanaStd.ttf") format("truetype");
  font-weight: normal;
  font-style: 600;
  font-stretch: normal; }

@font-face {
  font-family: "AmericanaBold";
  src: url("../fonts/Americana-std/AmericanaStd-Bold.eot");
  src: url("../fonts/Americana-std/AmericanaStd-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Americana-std/AmericanaStd-Bold.woff") format("woff");
  src: url("../fonts/Americana-std/AmericanaStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "JensonRegular";
  src: url("../fonts/Jenson/AJensonPro-Regular.eot");
  src: url("../fonts/Jenson/AJensonPro-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Jenson/AJensonPro-Regular.woff") format("woff");
  src: url("../fonts/Jenson/AJensonPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "JensonIt";
  src: url("../fonts/Jenson/AJensonPro-It.eot");
  src: url("../fonts/Jenson/AJensonPro-It.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Jenson/AJensonPro-It.woff") format("woff");
  src: url("../fonts/Jenson/AJensonPro-It.ttf") format("truetype");
  font-weight: italic;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Jenson";
  src: url("../fonts/Jenson/AJensonPro-Bold.eot");
  src: url("../fonts/Jenson/AJensonPro-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Jenson/AJensonPro-Bold.woff") format("woff");
  src: url("../fonts/Jenson/AJensonPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "MontserratMedium";
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: 400;
  font-stretch: normal; }

@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: light;
  font-stretch: normal; }

@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.woff") format("woff");
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "PPNeue";
  src: url("../fonts/PPNeue/PPNeueMontrealRegular.eot");
  src: url("../fonts/PPNeue/PPNeueMontrealRegular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/PPNeue/PPNeueMontrealRegular.woff") format("woff");
  src: url("../fonts/PPNeue/PPNeueMontrealRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

/**
 * Declare fonts using the Mixin
 */
@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/BodoniStd-BoldItalic.eot");
  src: url("../fonts/Bodoni/BodoniStd-BoldItalic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/BodoniStd-BoldItalic.woff") format("woff");
  src: url("../fonts/Bodoni/BodoniStd-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/BodoniStd-Bold.eot");
  src: url("../fonts/Bodoni/BodoniStd-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/BodoniStd-Bold.woff") format("woff");
  src: url("../fonts/Bodoni/BodoniStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/BodoniStd-Poster.eot");
  src: url("../fonts/Bodoni/BodoniStd-Poster.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/BodoniStd-Poster.woff") format("woff");
  src: url("../fonts/Bodoni/BodoniStd-Poster.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/BodoniStd-PosterCompressed.eot");
  src: url("../fonts/Bodoni/BodoniStd-PosterCompressed.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/BodoniStd-PosterCompressed.woff") format("woff");
  src: url("../fonts/Bodoni/BodoniStd-PosterCompressed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/BodoniStd-Italic.eot");
  src: url("../fonts/Bodoni/BodoniStd-Italic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/BodoniStd-Italic.woff") format("woff");
  src: url("../fonts/Bodoni/BodoniStd-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/BodoniStd.eot");
  src: url("../fonts/Bodoni/BodoniStd.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/BodoniStd.woff") format("woff");
  src: url("../fonts/Bodoni/BodoniStd.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/BodoniStd-PosterItalic.eot");
  src: url("../fonts/Bodoni/BodoniStd-PosterItalic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/BodoniStd-PosterItalic.woff") format("woff");
  src: url("../fonts/Bodoni/BodoniStd-PosterItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/BodoniStd-BoldCondensed.eot");
  src: url("../fonts/Bodoni/BodoniStd-BoldCondensed.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/BodoniStd-BoldCondensed.woff") format("woff");
  src: url("../fonts/Bodoni/BodoniStd-BoldCondensed.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/BodoniStd-BookItalic.eot");
  src: url("../fonts/Bodoni/BodoniStd-BookItalic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/BodoniStd-BookItalic.woff") format("woff");
  src: url("../fonts/Bodoni/BodoniStd-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/BodoniStd-Book.eot");
  src: url("../fonts/Bodoni/BodoniStd-Book.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/BodoniStd-Book.woff") format("woff");
  src: url("../fonts/Bodoni/BodoniStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/Bodoni-Bold-2.eot");
  src: url("../fonts/Bodoni/Bodoni-Bold-2.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/Bodoni-Bold-2.woff") format("woff");
  src: url("../fonts/Bodoni/Bodoni-Bold-2.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni/bodonibold2.eot");
  src: url("../fonts/Bodoni/bodonibold2.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Bodoni/bodonibold2.woff") format("woff");
  src: url("../fonts/Bodoni/bodonibold2.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans/OpenSans-Italic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/OpenSans/OpenSans-Italic.woff") format("woff");
  src: url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Extrabold.eot");
  src: url("../fonts/OpenSans/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/OpenSans/OpenSans-Extrabold.woff") format("woff");
  src: url("../fonts/OpenSans/OpenSans-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans.eot");
  src: url("../fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/OpenSans/OpenSans.woff") format("woff");
  src: url("../fonts/OpenSans/OpenSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Light.eot");
  src: url("../fonts/OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/OpenSans/OpenSans-Light.woff") format("woff");
  src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.woff") format("woff");
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic.eot");
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic.woff") format("woff");
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans/OpenSans-Semibold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/OpenSans/OpenSans-Semibold.woff") format("woff");
  src: url("../fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff");
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSansLight-Italic.eot");
  src: url("../fonts/OpenSans/OpenSansLight-Italic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/OpenSans/OpenSansLight-Italic.woff") format("woff");
  src: url("../fonts/OpenSans/OpenSansLight-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-ExtraboldItalic.eot");
  src: url("../fonts/OpenSans/OpenSans-ExtraboldItalic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/OpenSans/OpenSans-ExtraboldItalic.woff") format("woff");
  src: url("../fonts/OpenSans/OpenSans-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal; }

/*
*   The Variables
*   Feel free to play with them!
*/
/*Set to "true" for -webkit-,-moz-appereance:none
                            useful for editing radio buttons amog other things*/
/*similar as above but for selects*/
/*
*   If you need to style basic layout and stuff go to your
*   "modules/_contactForm.scss" or similar file
*/
/*Input Elements' Params*/
input, textarea {
  background-color: transparent;
  border: 0px none transparent;
  border-radius: initial;
  padding: 10px;
  -moz-appearance: none;
  -webkit-appearance: none; }

input, textarea {
  width: 100%; }

textarea {
  resize: vertical; }

input[type="submit"],
input[type="button"] {
  background-color: #ffbe2c;
  display: block; }

input[type="date"],
input[type="time"],
input[type="button"] {
  width: auto; }

input::-webkit-datetime-edit {
  color: black; }

input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1; }

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
  padding: 0;
  height: 1rem;
  width: 1rem;
  vertical-align: text-top; }
  input[type="checkbox"]:checked,
  input[type="radio"]:checked {
    background-color: black; }

input[type="radio"] {
  border-radius: 100%; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none; }

.hero__intro-title h1 {
  font-size: calc(71px + (95 - 71) * ((100vw - 1980px) / (2560 - 1980)));
  line-height: calc(71px + (95 - 71) * ((100vw - 1980px) / (2560 - 1980))); }
  @media only screen and (max-width: 1980px) {
    .hero__intro-title h1 {
      font-size: calc(56px + (71 - 56) * ((100vw - 1512px) / (1980 - 1512)));
      line-height: calc(56px + (71 - 56) * ((100vw - 1512px) / (1980 - 1512))); } }
  @media only screen and (max-width: 1512px) {
    .hero__intro-title h1 {
      font-size: calc(36px + (56 - 36) * ((100vw - 959px) / (1512 - 959)));
      line-height: calc(38px + (56 - 38) * ((100vw - 959px) / (1512 - 959))); } }
  @media only screen and (max-width: 1064px) {
    .hero__intro-title h1 {
      font-size: calc(36px + (46 - 36) * ((100vw - 959px) / (1512 - 959)));
      line-height: calc(38px + (46 - 38) * ((100vw - 959px) / (1512 - 959))); } }
  @media only screen and (max-width: 959px) {
    .hero__intro-title h1 {
      font-size: 26px;
      line-height: 28px; } }
  .hero__intro-title h1 a {
    position: relative;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2.5px; }
    .hero__intro-title h1 a:hover {
      opacity: .7; }

.cases .col-04__title, .home__projects-title, .project__title {
  font-size: 40px;
  line-height: 56px; }
  @media only screen and (max-width: 959px) {
    .cases .col-04__title, .home__projects-title, .project__title {
      font-size: 26px;
      line-height: 26px; } }

.home__about-container {
  font-size: 40px;
  line-height: 42px;
  /* @include under(xxl){
        font-size: calc(26px + (40 - 26) * ((100vw - 959px) / (1512 - 959)));
        line-height: calc(28px + (42 - 26) * ((100vw - 959px) / (1512 - 959)));
    } */ }
  @media only screen and (max-width: 959px) {
    .home__about-container {
      font-size: 26px;
      line-height: 28px; } }
  .home__about-container a {
    position: relative;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2.5px;
    /* &::after{
            content: '';
            position: absolute;
            left: 0;
            bottom: 4px;
            width: 100%;
            height: 1.5px;
            background-color: c(white);
        } */ }
    .home__about-container a:hover {
      opacity: .7;
      /* &::after{
                opacity: .7;
            } */ }

.legal-vv__title, .legal-vv__content h1, .legal-vv__content h2, .about-vv__title, .about-vv__content, .career-vv__positions-title, .contact-vv__write-title .title-container, .contact-vv__write-content .content, .contact-vv__address-title .title-container, .contact-vv__address-block .ttl {
  font-size: 40px;
  line-height: 44px; }
  @media only screen and (max-width: 959px) {
    .legal-vv__title, .legal-vv__content h1, .legal-vv__content h2, .about-vv__title, .about-vv__content, .career-vv__positions-title, .contact-vv__write-title .title-container, .contact-vv__write-content .content, .contact-vv__address-title .title-container, .contact-vv__address-block .ttl {
      font-size: 24px;
      line-height: 26px; } }

.career-vv__intro-container {
  font-size: 56px;
  line-height: 56px; }
  @media only screen and (max-width: 959px) {
    .career-vv__intro-container {
      font-size: 26px;
      line-height: 28px; } }
  .career-vv__intro-container a {
    position: relative;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2.5px; }
    .career-vv__intro-container a:hover {
      opacity: .7; }

.footer__links-item, .hero__intro-about a, .new-project, .home__projects-all, .projects__back-container {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase; }
  @media only screen and (max-width: 959px) {
    .footer__links-item, .hero__intro-about a, .new-project, .home__projects-all, .projects__back-container {
      font-size: 14px;
      line-height: 17px; } }

.btn--cookie, .footer__disclaimer, .footer__copy, .cookies-vv__container {
  font-size: 14px;
  line-height: 17px; }

.header-vv__links-container li {
  font-size: 16px;
  line-height: 19px; }
  @media only screen and (max-width: 959px) {
    .header-vv__links-container li {
      font-size: 26px;
      line-height: 29px; } }

.cases .case__Scoope-container, .hero__intro-featured-info, .project-block .data-container .data-normal, .project-block .data-container .data-hover {
  font-size: 16px;
  line-height: 19px; }
  @media only screen and (max-width: 959px) {
    .cases .case__Scoope-container, .hero__intro-featured-info, .project-block .data-container .data-normal, .project-block .data-container .data-hover {
      font-size: 14px;
      line-height: 17px; } }

.legal-vv__content, .cases .col-04__text, .cases .col-04__content, .about-vv__story-content, .about-vv__information-container, .career-vv__positions-apply-block, .contact-vv__address-block .content {
  font-size: 20px;
  line-height: 24px; }
  @media only screen and (max-width: 959px) {
    .legal-vv__content, .cases .col-04__text, .cases .col-04__content, .about-vv__story-content, .about-vv__information-container, .career-vv__positions-apply-block, .contact-vv__address-block .content {
      font-size: 16px;
      line-height: 19px; } }

.contact-container02 .content02, .contact-container-03 .contact_content-social li {
  text-decoration: none; }
  .contact-container02 .content02:hover, .contact-container-03 .contact_content-social li:hover, .contact-container02 .content02:active, .contact-container-03 .contact_content-social li:active,
  .contact-container02 .content02 .selected,
  .contact-container-03 .contact_content-social li .selected {
    font-style: italic; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  opacity: 1;
  padding: 0; }
  .btn--menu {
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/menu.svg");
    background-size: 18px 14px;
    background-repeat: no-repeat;
    background-position: center; }
    .btn--menu-white {
      background-image: url("../images/icons/menu-white.svg"); }
  .btn--close {
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/close.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center; }
  .btn--cookie {
    text-decoration: underline;
    cursor: url("./images/cursor.svg"), default; }

.label {
  font-family: "OpenSans", sans;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer; }

/* Declara fuentes */
.title-strategy, .grid-cases .container .container-cases .case__background .editable-text p:first-child, .about__content01, .contact-container01 h2, .footerx {
  font-family: "AmericanaNormal";
  font-style: normal; }

.grid-cases .container .container-cases .case__background .editable-text p:nth-child(2n), .cases__link .case__info-description, .cases .case__principal-title p:nth-child(2n) {
  font-family: "JensonRegular";
  font-style: normal; }

.friends, ul li.main-item p, .cases__link .case__info-brand, .cases .case__principal-container, .cases .case__principal-title p:first-child, .cases .case__concept-container h2, .cases .case__concept-container p, .cases .text-left p,
.cases .text-right p, .cases .col-04__text p, .cases .col-02__center-img p, .cases .col-02__text p, .about__content02, .about__content03, .about__main .about-container02.strategy, .about__friends .about-container02 .friends-info, .contact-container02, .contact-container-03, .message__content, .vacantes__description {
  font-family: "PPNeue";
  font-style: normal; }

.icon__back-arrow a span:nth-child(2), ul li.main-item h2, .cases .text-left h2,
.cases .text-right h2, .cases .col-04__text h2, .cases .col-02__center-img h2, .cases .col-02__text h2, .about__main .about-container02.strategy ul li h2, .about__friends .about-container02 .friends-name h2, footer strong, .vacantes__subtitle, .vacantes__description strong {
  font-family: "PPNeue";
  font-style: normal; }

html, body, .hero__intro-title h1, .cases .col-04__title, .home__projects-title, .project__title, .home__about-container, .legal-vv__title, .legal-vv__content h1, .legal-vv__content h2, .about-vv__title, .about-vv__content, .career-vv__positions-title, .contact-vv__write-title .title-container, .contact-vv__write-content .content, .contact-vv__address-title .title-container, .contact-vv__address-block .ttl, .career-vv__intro-container, .footer__links-item, .hero__intro-about a, .new-project, .home__projects-all, .projects__back-container, .btn--cookie, .footer__disclaimer, .footer__copy, .cookies-vv__container, .header-vv__links-container li, .cases .case__Scoope-container, .hero__intro-featured-info, .project-block .data-container .data-normal, .project-block .data-container .data-hover, .legal-vv__content, .cases .col-04__text, .cases .col-04__content, .about-vv__story-content, .about-vv__information-container, .career-vv__positions-apply-block, .contact-vv__address-block .content {
  font-family: "PPNeue";
  font-style: normal; }

/* Fuentes Base */
/*%regular {
	font-family: f(opensans);
	font-weight: normal;
	font-style: normal;
}*/
.cases .col-02__img,
.cases .col02__img-left, .cases .case__principal-container, .cases .case__principal-container-video, .cases .center-case, .cases .case__principal-title, .cases .concept__container, .cases .grid-03, .cases .case__concept-container, .cases .case__background-container, .cases .version-03, .cases .col-04, .cases .case__img01, .cases .text-left,
.cases .text-right, .cases .case_img02, .cases .case_img03, .cases .img-left, .cases .img-right, .cases .img-right_02, .cases .img-left_02, .cases .case_img07, .cases .col-04__text, .cases .col-02, .cases .col-03_02, .cases .col-03, .cases .container-img01, .center-content {
  font-size: 20px;
  line-height: 30px; }

.cases .col-02__img,
.cases .col02__img-left, .cases .case__principal-container, .cases .case__principal-container-video, .cases .center-case, .cases .case__principal-title, .cases .concept__container, .cases .grid-03, .cases .case__concept-container, .cases .case__background-container, .cases .version-03, .cases .col-04, .cases .case__img01, .cases .text-left,
.cases .text-right, .cases .case_img02, .cases .case_img03, .cases .img-left, .cases .img-right, .cases .img-right_02, .cases .img-left_02, .cases .case_img07, .cases .col-04__text, .cases .col-02, .cases .col-03_02, .cases .col-03, .cases .container-img01, .center-content {
  font-size: 20px;
  line-height: 30px; }

/*_________________________ Grid _________________________ */
.grid__row {
  position: relative;
  width: 100%;
  min-height: 1px; }

.grid__container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%; }
  @media only screen and (max-width: 959px) {
    .grid__container {
      max-width: 94%;
      margin: 0 auto; } }

.grid__col-1-1, .grid__col-1-2, .grid__col-1-3 {
  position: relative; }

.grid__col-1-1 {
  width: 100%; }
  @media only screen and (max-width: 959px) {
    .grid__col-1-1 {
      padding: 0px 20px 0px 20px; } }

.grid__col-1-2 {
  width: 50%; }

.grid__col-1-2:nth-of-type(odd) {
  padding-right: 10px; }

.grid__col-1-2:nth-of-type(even) {
  padding-left: 10px; }

.grid__col-1-2:nth-of-type(even) {
  padding-right: 20px;
  padding-left: 20px; }

.grid__col-1-2:nth-of-type(odd) {
  padding-left: 20px;
  padding-right: 20px; }

@media only screen and (max-width: 959px) {
  .grid__col-1-2 {
    width: 100%;
    padding: 0 20px !important; } }

.grid__col-1-3 {
  width: 33.33333%; }

.grid__col-1-3:nth-of-type(3n-2) {
  padding-right: 13.33333px; }

.grid__col-1-3:nth-of-type(3n-1) {
  padding-right: 6.66667px;
  padding-left: 6.66667px; }

.grid__col-1-3:nth-of-type(3n) {
  padding-left: 13.33333px; }

@media only screen and (max-width: 959px) {
  .grid__col-1-3 {
    width: calc(8.33333% * 12);
    padding: 0px 20px 0px 20px !important; } }

@media only screen and (max-width: 480px) {
  .grid__col-1-3 {
    padding: 0px 20px 0px 20px !important; } }

.grid__col-1-4 {
  width: 25%; }

.grid__col-1-4:nth-of-type(4n-3) {
  padding-right: 13.33333px; }

.grid__col-1-4:nth-of-type(4n-2) {
  padding-right: 6.66667px;
  padding-left: 6.66667px; }

.grid__col-1-4:nth-of-type(4n-1) {
  padding-right: 6.66667px;
  padding-left: 6.66667px; }

.grid__col-1-4:nth-of-type(4n) {
  padding-left: 13.33333px; }

.grid__col-1-6 {
  width: calc(8.33333% * 6);
  padding-right: 10px;
  padding-left: 0; }
  @media only screen and (max-width: sm-big) {
    .grid__col-1-6 {
      width: calc(8.33333% * 8);
      padding-right: 0;
      padding-left: 0; } }
  @media only screen and (max-width: xs-big) {
    .grid__col-1-6 {
      width: calc(8.33333% * 12);
      padding-right: 0;
      padding-left: 0; } }

.grid__col-1-7 {
  width: calc(8.33333% * 7);
  padding-right: 10px;
  padding-left: 10px; }
  @media only screen and (max-width: sm-big) {
    .grid__col-1-7 {
      width: calc(8.33333% * 8);
      padding-right: 0;
      padding-left: 0; } }
  @media only screen and (max-width: xs-big) {
    .grid__col-1-7 {
      width: calc(8.33333% * 12);
      padding-right: 0;
      padding-left: 0; } }

.grid__col-1-8 {
  width: calc(8.33333% * 8);
  padding-right: 0px !important;
  padding-left: 0px; }
  @media only screen and (max-width: sm-big) {
    .grid__col-1-8 {
      width: 100%; } }
  @media only screen and (max-width: xs-big) {
    .grid__col-1-8 {
      width: 100%;
      margin-left: 0 !important; } }

.grid__col-1-9 {
  width: calc(8.33333% * 9);
  padding-right: 20px !important;
  padding-left: 20px; }
  @media only screen and (max-width: 959px) {
    .grid__col-1-9 {
      width: 100%; } }

.grid__col-1-10 {
  width: calc(8.33333% * 10);
  padding-right: 20px !important;
  padding-left: 20px; }
  @media only screen and (max-width: 959px) {
    .grid__col-1-10 {
      width: 100%; } }

.grid__box {
  position: relative;
  width: 100%; }

@media only screen and (max-width: 959px) {
  .featured-home-contenedor .grid__col-1-9 {
    width: calc(8.33333% * 8); } }

@media only screen and (max-width: 640px) {
  .featured-home-contenedor .grid__col-1-9 {
    width: calc(8.33333% * 12); } }

.featured-home-contenedor .grid__col-1-4 {
  padding: 0 10px; }
  @media only screen and (max-width: 959px) {
    .featured-home-contenedor .grid__col-1-4 {
      width: calc(8.33333% * 3.2); } }
  @media only screen and (max-width: 640px) {
    .featured-home-contenedor .grid__col-1-4 {
      width: calc(8.33333% * 6);
      margin: 0 auto; } }

/* O f f s e t */
.grid__offset-0-2 {
  width: calc(8.33333% * 2);
  margin: 0 10px; }
  @media only screen and (max-width: 959px) {
    .grid__offset-0-2 {
      width: 0;
      margin: 0px; } }

/* V a r i a b l e s */
:root {
  /*Prueba*/
  font-size: 1.5rem; }

.container {
  display: -ms-grid;
  display: grid; }

/* Estilos landing */
.landing {
  width: 100%;
  height: calc(100vh - 50px);
  background-color: #001AFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .landing {
      height: calc(100% - 50px); } }
  .landing__background {
    width: 100%;
    -webkit-align-self: self-start;
    -ms-flex-item-align: self-start;
    -ms-grid-row-align: self-start;
    align-self: self-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: table;
    max-width: 1920px;
    margin: auto; }
    .landing__background video {
      width: 100%;
      height: 95vh !important; }
      @media only screen and (max-width: 768px) {
        .landing__background video {
          object-fit: cover; } }
    .landing__background .audio {
      bottom: 120px; }
      @media only screen and (max-width: 768px) {
        .landing__background .audio {
          display: block; } }
  .landing .imagemovil {
    z-index: 999;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }
    @media only screen and (max-width: 768px) {
      .landing .imagemovil {
        display: block; } }

.principal {
  margin-top: 50px;
  padding: 0px 0 40px; }
  @media only screen and (max-width: 1920px) {
    .principal {
      margin-bottom: 8.5rem; } }
  @media only screen and (max-width: 1278px) {
    .principal {
      margin-bottom: 0; } }

/*  A r r o w s  */
.white-arrow {
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  cursor: pointer; }
  .white-arrow:before {
    position: absolute;
    left: 50%;
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    margin: -10px 0 0 -10px;
    border-left: none;
    border-top: none;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: arrow;
    animation-name: arrow; }

@-webkit-keyframes arrow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px); } }

@keyframes arrow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px); } }

.icon__back-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .icon__back-arrow a span:nth-child(1) {
    margin: 0.33rem 0; }
  .icon__back-arrow a span:nth-child(2) {
    margin: 0.2rem 0rem 0 40px;
    font-size: 20px; }

.icon__back-arrow {
  margin-top: 75px; }
  @media only screen and (max-width: 959px) {
    .icon__back-arrow {
      margin-top: 0; } }
  .icon__back-arrow a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.icon__down-arrow {
  position: absolute;
  bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  left: 50%; }
  .icon__down-arrow .arrow-bar {
    position: relative;
    left: -50%; }
  .icon__down-arrow .is-down svg .a {
    fill: #fff; }

.white-principal {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: initial; }

/*  T e x t o s  */
.title-strategy {
  font-size: 29px;
  padding: 0.8rem; }

.friends {
  font-size: 20px;
  line-height: 24px; }

/* Fuentes generales para listas*/
ul {
  line-height: 1.2rem; }
  ul li {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.15rem; }

ul {
  line-height: 1.2rem; }

@media only screen and (max-width: 1609px) {
  .strategy ul li {
    font-size: 17px;
    line-height: 21px; } }

.opacity {
  opacity: 0; }

.white-principal {
  position: absolute;
  top: inherit;
  bottom: 30px;
  left: 50%; }

.img-base {
  position: relative; }
  .img-base .video-single-project {
    bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .img-base .video-single-project {
        display: block; } }

/* A s p e c t   r a t i o */
/* C o n t e n e d o r */
/* W y s i w y g */
/* F l e x   c e n t e r */
/* _____ C O M P O N E N T S _____ */
/* _____ G E N E R A L _____ */
.header-vv {
  width: 100%;
  max-width: 100vw;
  position: fixed;
  z-index: 1000;
  padding: 20px 0 50px;
  color: #000000;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.991) 18.3%, rgba(255, 255, 255, 0.967) 33.5%, rgba(255, 255, 255, 0.928) 45.8%, rgba(255, 255, 255, 0.876) 55.7%, rgba(255, 255, 255, 0.814) 63.5%, rgba(255, 255, 255, 0.743) 69.5%, rgba(255, 255, 255, 0.665) 74%, rgba(255, 255, 255, 0.581) 77.5%, rgba(255, 255, 255, 0.495) 80.2%, rgba(255, 255, 255, 0.406) 82.5%, rgba(255, 255, 255, 0.317) 84.8%, rgba(255, 255, 255, 0.231) 87.3%, rgba(255, 255, 255, 0.148) 90.4%, rgba(255, 255, 255, 0.07) 94.6%, rgba(255, 255, 255, 0) 100%); }
  .header-vv::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 88px;
    left: 0;
    top: -24px;
    background: #FFFFFF;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    z-index: -1; }
  @media only screen and (max-width: 959px) {
    .header-vv {
      padding: 30px 0 45px;
      transition: all ease-in-out .5s; }
      .header-vv.active {
        padding: 0 0 30px; } }
  .header-vv--red {
    background: linear-gradient(to bottom, #f9471f 0%, rgba(249, 71, 31, 0.991) 18.3%, rgba(249, 71, 31, 0.967) 33.5%, rgba(249, 71, 31, 0.928) 45.8%, rgba(249, 71, 31, 0.876) 55.7%, rgba(249, 71, 31, 0.814) 63.5%, rgba(249, 71, 31, 0.743) 69.5%, rgba(249, 71, 31, 0.665) 74%, rgba(249, 71, 31, 0.581) 77.5%, rgba(249, 71, 31, 0.495) 80.2%, rgba(249, 71, 31, 0.406) 82.5%, rgba(249, 71, 31, 0.317) 84.8%, rgba(249, 71, 31, 0.231) 87.3%, rgba(249, 71, 31, 0.148) 90.4%, rgba(249, 71, 31, 0.07) 94.6%, rgba(249, 71, 31, 0) 100%); }
    .header-vv--red::before {
      content: '';
      background: #F9461F;
      -webkit-filter: blur(15px);
      filter: blur(15px);
      z-index: -1; }
    .header-vv--red > .container-vv > .grid-vv > .header-vv__links > .menu-header-menu-container > .header-vv__links-container li:hover,
    .header-vv--red > .container-vv > .grid-vv > .header-vv__links > .menu-header-menu-en-container > .header-vv__links-container li:hover {
      color: #D02500; }
    .header-vv--red > .container-vv > .grid-vv > .header-vv__links > .menu-header-menu-container > .header-vv__links-container li.current-menu-item,
    .header-vv--red > .container-vv > .grid-vv > .header-vv__links > .menu-header-menu-en-container > .header-vv__links-container li.current-menu-item {
      color: #D02500; }
  .header-vv--blue {
    color: #FFFFFF;
    background: linear-gradient(to bottom, #001aff 0%, rgba(0, 26, 255, 0.991) 18.3%, rgba(0, 26, 255, 0.967) 33.5%, rgba(0, 26, 255, 0.928) 45.8%, rgba(0, 26, 255, 0.876) 55.7%, rgba(0, 26, 255, 0.814) 63.5%, rgba(0, 26, 255, 0.743) 69.5%, rgba(0, 26, 255, 0.665) 74%, rgba(0, 26, 255, 0.581) 77.5%, rgba(0, 26, 255, 0.495) 80.2%, rgba(0, 26, 255, 0.406) 82.5%, rgba(0, 26, 255, 0.317) 84.8%, rgba(0, 26, 255, 0.231) 87.3%, rgba(0, 26, 255, 0.148) 90.4%, rgba(0, 26, 255, 0.07) 94.6%, rgba(0, 26, 255, 0) 100%); }
    .header-vv--blue::before {
      content: '';
      background: #001AFF;
      -webkit-filter: blur(15px);
      filter: blur(15px);
      z-index: -1; }
    .header-vv--blue > .container-vv > .grid-vv > .header-vv__links > .menu-header-menu-container > .header-vv__links-container li:hover,
    .header-vv--blue > .container-vv > .grid-vv > .header-vv__links > .menu-header-menu-en-container > .header-vv__links-container li:hover {
      color: #5667FF; }
    .header-vv--blue > .container-vv > .grid-vv > .header-vv__links > .menu-header-menu-container > .header-vv__links-container li.current-menu-item,
    .header-vv--blue > .container-vv > .grid-vv > .header-vv__links > .menu-header-menu-en-container > .header-vv__links-container li.current-menu-item {
      color: #5667FF; }
  .header-vv__hamburger {
    display: none;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 103; }
    @media only screen and (max-width: 959px) {
      .header-vv__hamburger {
        display: block; } }
  .header-vv__logo {
    grid-column: 1/3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-vv__logo-svg {
      display: block; }
      .header-vv__logo-svg a {
        display: block;
        width: 141px; }
        .header-vv__logo-svg a svg {
          display: block;
          width: 100%;
          height: auto; }
          .header-vv__logo-svg a svg .current-color-menu {
            fill: #000000; }
      .header-vv__logo-svg--white a svg .current-color-menu {
        fill: #FFFFFF; }
    @media only screen and (max-width: 959px) {
      .header-vv__logo {
        grid-column: 1/9;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding: 20px 0 13px; } }
  .header-vv__links {
    grid-column: 4/13;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-vv__links .menu-header-menu-container, .header-vv__links .menu-header-menu-en-container {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .header-vv__links-container {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .header-vv__links-container li:hover {
        color: #929292; }
      .header-vv__links-container li.current-menu-item {
        color: #929292; }
      .header-vv__links-container li:not(:last-child) {
        margin-right: 35px; }
    @media only screen and (max-width: 959px) {
      .header-vv__links {
        display: none; } }
  .header-vv__aside {
    width: 100%;
    max-width: 100vw;
    min-height: -webkit-fill-available;
    min-height: 100vh;
    background-color: #001AFF;
    color: #FFFFFF;
    position: fixed;
    z-index: 1004;
    top: 0;
    left: 0;
    display: none; }
    .header-vv__aside.active {
      display: block; }
    .header-vv__aside .btn--close {
      position: absolute;
      z-index: 1005;
      top: 58px;
      right: 20px; }
    .header-vv__aside-container {
      padding: 130px 20px 68px;
      min-height: -webkit-fill-available;
      min-height: 100vh;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
      align-content: space-between; }
    .header-vv__aside-links {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .header-vv__aside-links li {
        text-align: center; }
      .header-vv__aside-links li.current-menu-item, .header-vv__aside-links li:hover {
        color: #5667FF; }
      .header-vv__aside-links li:not(:last-child) {
        margin: 0 auto 30px; }
    .header-vv__aside-logo {
      display: block;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .header-vv__aside-logo svg {
        display: block;
        width: 141px;
        height: auto; }
        .header-vv__aside-logo svg .current-color-menu {
          fill: #FFFFFF; }

.red-vv {
  background-color: #F9461F; }

.blue-vv {
  background-color: #001AFF; }

.footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 150px 0 75px; }
  @media only screen and (max-width: 959px) {
    .footer {
      padding: 45px 0 100px; } }
  .footer__links {
    grid-column: 4/10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 230px; }
    .footer__links-item {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      text-align: center; }
      .footer__links-item:hover {
        opacity: .7; }
    .footer__links > .footer__links-item:not(:last-child) {
      padding-right: 20px;
      position: relative; }
      .footer__links > .footer__links-item:not(:last-child)::after {
        content: '';
        width: 1px;
        height: 100%;
        display: block;
        background-color: #FFFFFF;
        position: absolute;
        top: 0;
        right: 0; }
        @media only screen and (max-width: 959px) {
          .footer__links > .footer__links-item:not(:last-child)::after {
            display: none; } }
      @media only screen and (max-width: 959px) {
        .footer__links > .footer__links-item:not(:last-child) {
          padding-right: 0;
          margin: 0 auto 25px; } }
    .footer__links > .footer__links-item:not(:first-child) {
      margin-left: 20px; }
      @media only screen and (max-width: 959px) {
        .footer__links > .footer__links-item:not(:first-child) {
          margin-left: 0;
          margin: 0 auto 25px; } }
    @media only screen and (max-width: 959px) {
      .footer__links {
        grid-column: 1/9;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto 55px; } }
    @media only screen and (max-width: 640px) {
      .footer__links {
        grid-column: 1/5; } }
  .footer__disclaimer {
    grid-column: 1/7;
    width: 100%;
    max-width: 605px;
    color: #989898; }
    @media only screen and (max-width: 959px) {
      .footer__disclaimer {
        grid-column: 1/9;
        width: calc(100% - 60px);
        margin: 0 auto 130px;
        text-align: center; } }
    @media only screen and (max-width: 640px) {
      .footer__disclaimer {
        grid-column: 1/5;
        max-width: 290px; } }
  .footer__copy {
    grid-column: 7/13;
    width: 100%;
    max-width: 605px;
    margin: 0 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #989898; }
    .footer__copy-block {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      @media only screen and (max-width: 959px) {
        .footer__copy-block {
          margin: 0 auto 15px; } }
      .footer__copy-block a:hover {
        color: #FFFFFF; }
      .footer__copy-block--middle {
        margin: 0 70px 0 30px; }
        @media only screen and (max-width: 959px) {
          .footer__copy-block--middle {
            margin: 0 auto 15px; } }
      .footer__copy-block-logo svg {
        display: block;
        width: 25px;
        height: 12px; }
      .footer__copy-block-logo:hover svg {
        opacity: .7; }
    @media only screen and (max-width: 959px) {
      .footer__copy {
        grid-column: 1/9;
        max-width: 100%;
        margin: 0 auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (max-width: 640px) {
      .footer__copy {
        grid-column: 1/5; } }

.legal-vv {
  padding: 100px 0 200px; }
  @media only screen and (max-width: 640px) {
    .legal-vv {
      padding: 100px 0; } }
  .legal-vv__title {
    grid-column: 1/4;
    width: 100%;
    max-width: 250px; }
    @media only screen and (max-width: 959px) {
      .legal-vv__title {
        grid-column: 1/9;
        max-width: 100%;
        margin: 0 0 25px; } }
    @media only screen and (max-width: 640px) {
      .legal-vv__title {
        grid-column: 1/5; } }
  .legal-vv__content {
    grid-column: 4/13;
    width: 100%; }
    .legal-vv__content h1, .legal-vv__content h2 {
      margin: 0 0 20px; }
    .legal-vv__content h3, .legal-vv__content h4, .legal-vv__content h5, .legal-vv__content h6 {
      text-transform: uppercase;
      margin: 0 0 5px; }
    .legal-vv__content p:not(:last-child) {
      margin: 0 0 20px; }
    .legal-vv__content ul {
      margin: 0 0 20px; }
      .legal-vv__content ul li {
        margin-left: 10px;
        padding-left: 15px;
        position: relative; }
        .legal-vv__content ul li::before {
          content: '';
          width: 5px;
          height: 5px;
          background-color: #000000;
          position: absolute;
          left: 0;
          top: 10px; }
    @media only screen and (max-width: 959px) {
      .legal-vv__content {
        grid-column: 1/9; } }
    @media only screen and (max-width: 640px) {
      .legal-vv__content {
        grid-column: 1/5; } }

.cookies-vv {
  background-color: #F9461F;
  width: 100%;
  max-width: calc( (100% / 4 ) - 6.5px);
  padding: 20px 20px 40px;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  display: none; }
  @media only screen and (max-width: 1512px) {
    .cookies-vv {
      max-width: calc( (100% / 3 ) - 6.5px); } }
  @media only screen and (max-width: 959px) {
    .cookies-vv {
      max-width: calc( (100% / 2 ) - 9.5px); } }
  @media only screen and (max-width: 640px) {
    .cookies-vv {
      max-width: 100%; } }
  .cookies-vv.hide-cookies {
    display: none !important; }
  .cookies-vv__container {
    width: 100%;
    color: #000000; }
    .cookies-vv__container .button-container {
      width: 100%;
      margin: 5px 0 0; }
      .cookies-vv__container .button-container button.btn {
        margin-right: 10px; }

/* @import "modules/general/_menu";
 */
/* _____ C O N T A I N E R S _____ */
.wrapper {
  width: 100%;
  max-width: 100vw; }

.container-vv {
  width: calc(100% - 40px);
  max-width: 1512px;
  margin: 0 auto; }
  .container-vv--full {
    max-width: 100%; }

.page-aux, .hero__intro {
  padding: 100px 0 0; }

.image--ratio {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .image--ratio-contain {
    object-fit: contain; }
  .image--ratio-cover {
    object-fit: cover; }

.video-src {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; }

.video-aux {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.grid-vv {
  width: 100%;
  display: -ms-grid;
  display: grid; }
  .grid-vv--col-12 {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: 20px;
    column-gap: 20px; }
    @media only screen and (max-width: 959px) {
      .grid-vv--col-12 {
        -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8, 1fr); } }
    @media only screen and (max-width: 640px) {
      .grid-vv--col-12 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); } }
  .grid-vv--col-projects {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px; }
    @media only screen and (min-width: 1513px) {
      .grid-vv--col-projects .project-block:nth-child(9) {
        display: none; } }
    @media only screen and (max-width: 1512px) {
      .grid-vv--col-projects {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 959px) {
      .grid-vv--col-projects {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
        .grid-vv--col-projects .project-block:nth-child(9) {
          display: none; } }
    @media only screen and (max-width: 640px) {
      .grid-vv--col-projects {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 25px; } }
  .grid-vv--col-archive {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px; }
    @media only screen and (max-width: 1512px) {
      .grid-vv--col-archive {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 959px) {
      .grid-vv--col-archive {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 640px) {
      .grid-vv--col-archive {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 25px; } }
  .grid-vv--col-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px; }
    @media only screen and (max-width: 959px) {
      .grid-vv--col-4 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 640px) {
      .grid-vv--col-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .grid-vv--col-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px; }
    @media only screen and (max-width: 640px) {
      .grid-vv--col-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }

/* _____ P A G E S _____ */
.atomos header#header,
.atomos footer.footer {
  display: none !important; }

.atomos h1,
.atomos h2,
.atomos h3,
.atomos h4,
.atomos h5,
.atomos h6,
.atomos p,
.atomos a,
.atomos form,
.atomos ul,
.atomos span,
.atomos div {
  margin: 40px; }

/* F u e n t e s */
.title_mundo {
  font-size: 40px; }

.title_mundo-2 {
  font-size: 40px; }

.title_mundo-3 {
  font-family: "OpenSans", sans;
  font-size: 40px; }

.title_mundo-4 {
  font-size: 40px; }

.title_mundo-5 {
  font-size: 40px; }

/* B o t o n e s */
/* M e n ú */
.lista-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.citas__contenedor {
  text-align: center;
  padding: 45px 0 60px; }

/* F o o t e r */
.footer__contenedor {
  border-top: 0.25px solid #737a7c;
  padding-top: 10px; }
  .footer__contenedor .footer__lista {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer__contenedor .legales__lista {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.credito__contenedor {
  width: 70%;
  background-color: #737a7c;
  height: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.splash {
  background-color: #12232E;
  background: linear-gradient(to top, #12232E, #215056);
  color: #E8EBE9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  min-height: 100vh; }
  .splash img {
    max-width: 500px;
    padding: 0 20px; }
  .splash img.logo {
    width: 200px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%); }

/* Grids diferentes en ambas secciones con grid css */
.grid-cases {
  padding-top: 25px;
  display: table;
  max-width: 1920px;
  margin: auto;
  min-height: 90vh; }
  @media only screen and (max-width: 1277px) {
    .grid-cases {
      min-height: auto; } }
  .grid-cases .container {
    padding: 0 12.5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(200px, 625px))[3];
    grid-template-columns: repeat(3, minmax(200px, 625px));
    grid-gap: 19px;
    height: 100%;
    position: relative;
    /* Estilos Hover sobre la misma tarjeta */ }
    @media only screen and (max-width: 1277px) {
      .grid-cases .container {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 959px) {
      .grid-cases .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    @media only screen and (max-width: 640px) {
      .grid-cases .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .grid-cases .container .container-cases {
      transition: all 0.2s ease-in;
      text-transform: uppercase; }
      .grid-cases .container .container-cases .case__background {
        height: auto;
        position: relative;
        transition: opacity .80s ease-in-out;
        background-size: cover;
        background-position: center; }
        .grid-cases .container .container-cases .case__background:hover .case__image {
          background-color: #001AFF; }
          .grid-cases .container .container-cases .case__background:hover .case__image img {
            visibility: hidden; }
        @media only screen and (max-width: 959px) {
          .grid-cases .container .container-cases .case__background:hover .case__image {
            background-color: none; }
            .grid-cases .container .container-cases .case__background:hover .case__image img {
              visibility: visible; } }
        .grid-cases .container .container-cases .case__background img {
          z-index: 0; }
        .grid-cases .container .container-cases .case__background .editable-text {
          font-size: 16px;
          line-height: 19px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 1.2fr 1fr;
          grid-template-columns: 1.2fr 1fr;
          grid-gap: 19px;
          color: white;
          opacity: 0;
          visibility: hidden;
          transition: visibility 0s, opacity 0.5s linear;
          z-index: 1000; }
          .grid-cases .container .container-cases .case__background .editable-text p:first-child {
            font-size: 16px;
            line-height: 22px; }
          .grid-cases .container .container-cases .case__background .editable-text p:nth-child(2n) {
            font-size: 16px;
            text-align: right; }
          .grid-cases .container .container-cases .case__background .editable-text .indicador {
            text-align: end;
            grid-column: 2 / 3; }
        .grid-cases .container .container-cases .case__background:hover {
          background-image: none !important; }
          .grid-cases .container .container-cases .case__background:hover .editable-text {
            padding: 8px 15px;
            visibility: visible;
            opacity: 1; }
          @media only screen and (max-width: 959px) {
            .grid-cases .container .container-cases .case__background:hover:hover .editable-text {
              visibility: hidden;
              opacity: 0; } }

/* C A S E S */
.cases {
  padding: 0 0 40px;
  /* Componentes para proyectos */ }
  .cases .left_text {
    text-align: left !important;
    -ms-grid-columns: 1fr 4fr 1fr !important;
    grid-template-columns: 1fr 4fr 1fr !important; }
  .cases .right_text {
    text-align: right !important;
    -ms-grid-columns: 1fr 4fr 1fr !important;
    grid-template-columns: 1fr 4fr 1fr !important; }
  .cases .container .container {
    display: table;
    max-width: 1920px;
    margin: auto; }
  .cases__link {
    transition: all 0.5s ease-in; }
    .cases__link div {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .cases__link .case__info {
      font-size: 16px;
      display: -ms-grid;
      display: grid;
      grid-gap: 19px;
      line-height: 19px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      padding: 7px 0;
      height: 50px;
      -ms-grid-column-align: baseline;
      justify-items: baseline;
      text-transform: uppercase; }
      .cases__link .case__info-brand {
        text-transform: uppercase !important;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start; }
      .cases__link .case__info-description {
        text-transform: uppercase !important;
        text-align: end;
        text-transform: uppercase;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 0.045rem 0 0 auto; }
  .cases .img-base {
    height: 100%; }
  .cases .col-02__img,
  .cases .col02__img-left {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr; }
    .cases .col-02__img.left-aux-img,
    .cases .col02__img-left.left-aux-img {
      -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr); }
      @media only screen and (max-width: 959px) {
        .cases .col-02__img.left-aux-img,
        .cases .col02__img-left.left-aux-img {
          grid-gap: initial;
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
      @media only screen and (max-width: 768px) {
        .cases .col-02__img.left-aux-img,
        .cases .col02__img-left.left-aux-img {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
    @media only screen and (max-width: 959px) {
      .cases .col-02__img,
      .cases .col02__img-left {
        grid-gap: initial; } }
    @media only screen and (max-width: 768px) {
      .cases .col-02__img,
      .cases .col02__img-left {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .cases .col-02__img div.image-elm0,
    .cases .col02__img-left div.image-elm0 {
      grid-column: 2 / 4; }
      @media only screen and (max-width: 959px) {
        .cases .col-02__img div.image-elm0,
        .cases .col02__img-left div.image-elm0 {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); } }
      @media only screen and (max-width: 768px) {
        .cases .col-02__img div.image-elm0,
        .cases .col02__img-left div.image-elm0 {
          grid-column: 1/7 !important; } }
    .cases .col-02__img div.image-elm1,
    .cases .col02__img-left div.image-elm1 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      @media only screen and (max-width: 959px) {
        .cases .col-02__img div.image-elm1,
        .cases .col02__img-left div.image-elm1 {
          grid-column: 1 / 2; } }
      @media only screen and (max-width: 768px) {
        .cases .col-02__img div.image-elm1,
        .cases .col02__img-left div.image-elm1 {
          grid-column: 1/7 !important; } }
  .cases .col02__img-left div:nth-child(1) {
    grid-column: 1 / 3; }
  .cases .col02__img-left div:nth-child(2) {
    grid-column: 3 / 6; }
  @media only screen and (max-width: 959px) {
    .cases .col-02__img {
      grid-gap: 25px;
      margin-bottom: 50px; } }
  .cases .col-02__img div.image-elm0 {
    grid-column: 2 / 4; }
    @media only screen and (max-width: 959px) {
      .cases .col-02__img div.image-elm0 {
        grid-column: 2 / 4; } }
  .cases .col-02__img div.image-elm1 {
    grid-column: 4 / 6; }
  @media only screen and (max-width: 959px) {
    .cases .col-02__img div {
      grid-column: 1/8 !important; } }
  @media only screen and (max-width: 959px) {
    .cases .collection div:not(:last-child) {
      padding-bottom: 75px; } }
  .cases .img400,
  .cases .img700,
  .cases .img800,
  .cases .img900 {
    height: auto; }
  .cases .case__principal-container {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-column-align: center;
    justify-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12.5px;
    color: #FFFFFF;
    line-height: 1.35rem; }
    @media only screen and (max-width: 959px) {
      .cases .case__principal-container {
        display: initial;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .cases .case__principal-container-video {
    height: 100vh;
    position: relative; }
    .cases .case__principal-container-video .video-fullwidth {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  .cases .center-case {
    grid-column: 2 / 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cases .case__principal-title {
    width: 100%;
    height: 50px;
    display: -ms-grid;
    display: grid;
    grid-gap: 19px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    text-transform: uppercase;
    font-size: 28px; }
  .cases .concept__container {
    position: relative;
    padding: 0 12.5px;
    line-height: 1.5rem;
    font-size: 24px; }
  .cases .grid-03 {
    display: -ms-grid;
    display: grid;
    grid-gap: 19px;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); }
    @media only screen and (max-width: 768px) {
      .cases .grid-03 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin: 100px 0; } }
    @media only screen and (max-width: 768px) {
      .cases .grid-03 {
        -ms-grid-columns: 6, 1fr;
        grid-template-columns: 6, 1fr; } }
    @media only screen and (max-width: 1025px) {
      .cases .grid-03 div {
        grid-column: 2/6 !important; } }
    @media only screen and (max-width: 959px) {
      .cases .grid-03 div {
        grid-column: 2/6 !important; } }
    @media only screen and (max-width: 768px) {
      .cases .grid-03 div {
        grid-column: 1/7 !important; } }
    @media only screen and (max-width: 1025px) {
      .cases .grid-03 .team-container {
        -ms-grid-row: 3;
        grid-row: 3;
        grid-column: 1/7 !important; } }
    @media only screen and (max-width: 768px) {
      .cases .grid-03 .team-container {
        -ms-grid-row: 3;
        grid-row: 3; } }
  .cases .case__concept-container h2 {
    font-size: 24px; }
  .cases .case__background-container {
    background-color: #001AFF;
    color: #FFFFFF; }
  .cases .case__Scoope-container {
    max-width: 230px;
    width: 100%;
    float: left;
    text-align: left;
    grid-column: 11/13;
    grid-row: 1 / 2; }
    .cases .case__Scoope-container--col6 {
      grid-column: 6/7; }
    @media only screen and (max-width: 959px) {
      .cases .case__Scoope-container {
        right: unset;
        top: unset;
        max-width: none;
        position: relative;
        grid-column: 2/6 !important;
        width: 100%;
        margin-bottom: 51px; } }
  .cases .team-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media only screen and (max-width: 959px) {
      .cases .team-container {
        right: unset;
        top: unset;
        max-width: none;
        position: relative;
        -ms-grid-row: 2;
        grid-row: 2;
        grid-column: 2/6 !important;
        width: 100%;
        margin: 50px 0 40px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media only screen and (max-width: 768px) {
      .cases .team-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .cases .col-04__text {
    display: -ms-grid;
    display: grid;
    grid-gap: 19px;
    -ms-grid-columns: 1fr 3fr 1fr;
    grid-template-columns: 1fr 3fr 1fr;
    text-align: center; }
    .cases .col-04__text.left_text {
      -ms-grid-columns: (1fr)[6] !important;
      grid-template-columns: repeat(6, 1fr) !important; }
    .cases .col-04__text.right_text {
      -ms-grid-columns: (1fr)[6] !important;
      grid-template-columns: repeat(6, 1fr) !important; }
    @media only screen and (max-width: 959px) {
      .cases .col-04__text {
        -ms-grid-columns: (1fr)[6] !important;
        grid-template-columns: repeat(6, 1fr) !important; } }
    .cases .col-04__text div {
      word-break: break-word; }
      @media only screen and (max-width: 959px) {
        .cases .col-04__text div {
          grid-column: 2/6 !important; } }
      @media only screen and (max-width: 768px) {
        .cases .col-04__text div {
          grid-column: 1/7 !important; } }
  .cases .col-04__title {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin: 0 auto 40px; }
  .cases .col-04__content {
    grid-column: 2 / 3;
    grid-row: 2 / 2; }
  .cases .col-04 {
    display: -ms-grid;
    display: grid;
    grid-gap: 19px;
    -ms-grid-columns: 1fr 4fr 1fr;
    grid-template-columns: 1fr 4fr 1fr;
    grid-auto-rows: auto; }
    @media only screen and (max-width: 959px) {
      .cases .col-04 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 19; } }
  .cases .case__img01 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    height: 100%; }
    @media only screen and (max-width: 959px) {
      .cases .case__img01 {
        grid-column: 1 / 2; } }
  .cases .text-left,
  .cases .text-right {
    max-width: 75%;
    padding: 0 20px 0 0;
    grid-column: 2 /3; }
    @media only screen and (max-width: 959px) {
      .cases .text-left,
      .cases .text-right {
        max-width: 100%; } }
  .cases .text-right {
    justify-self: flex-end; }
  .cases .text-left {
    justify-self: flex-start; }
  .cases .case_img-center {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    grid-row-gap: 100px; }
    @media only screen and (max-width: 959px) {
      .cases .case_img-center {
        grid-column: 2 / 2; } }
  .cases .case_img02 {
    grid-column: 2 / 6;
    grid-row: 1 / 2;
    grid-row-gap: 100px; }
    @media only screen and (max-width: 959px) {
      .cases .case_img02 {
        grid-column: 1 / 2; } }
  .cases .case_img03 {
    grid-column: 2 / 6; }
    @media only screen and (max-width: 959px) {
      .cases .case_img03 {
        grid-column: 1 / 2; } }
  .cases .img-left {
    margin-top: translateY(200px);
    grid-column: 2 / 4; }
    @media only screen and (max-width: 959px) {
      .cases .img-left {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        grid-column: 1 / 2;
        grid-row: 2 / 3; } }
  .cases .img-right {
    grid-column: 4 / 6; }
    @media only screen and (max-width: 959px) {
      .cases .img-right {
        grid-column: 1 / 2;
        grid-row: 1 / 2; } }
  .cases .img-right_02 {
    grid-column: 2 / 4;
    grid-row: 2 / 3; }
    @media only screen and (max-width: 959px) {
      .cases .img-right_02 {
        grid-column: 1 / 2;
        grid-row: 3 / 4; } }
  .cases .img-left_02 {
    grid-column: 4 / 6;
    grid-row: 2 / 3; }
    @media only screen and (max-width: 959px) {
      .cases .img-left_02 {
        grid-column: 1 / 2;
        grid-row: 5 / 6; } }
  .cases .case_img06 {
    grid-column: 2 / 4;
    grid-row-start: 3 / 4;
    height: 800px; }
    @media only screen and (max-width: 959px) {
      .cases .case_img06 {
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        grid-row-start: 2; } }
  .cases .case_img07 {
    grid-column: 4 / 6;
    grid-row-start: 3 / 4;
    height: 800px; }
    @media only screen and (max-width: 959px) {
      .cases .case_img07 {
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        grid-row-start: 2; } }
  .cases .col-02__center-img, .cases .col-02__text {
    display: -ms-grid;
    display: grid;
    grid-gap: 19px;
    -ms-grid-columns: (2fr)[3];
    grid-template-columns: repeat(3, 2fr);
    grid-auto-rows: auto;
    text-align: center; }
    @media only screen and (max-width: 959px) {
      .cases .col-02__center-img, .cases .col-02__text {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 19px; } }
  .cases .col-02__title {
    grid-column: 2 / 3;
    grid-row: 1 / 2; }
  .cases .col-02__content {
    grid-column: 2 / 3;
    grid-row: 2 / 2; }
  .cases .col-02__img-centered {
    display: -ms-grid;
    display: grid;
    grid-gap: 19px;
    -ms-grid-columns: 1fr 4fr 1fr;
    grid-template-columns: 1fr 4fr 1fr;
    grid-auto-rows: auto;
    text-align: center; }
  .cases .col-02 {
    display: -ms-grid;
    display: grid;
    grid-gap: 19px;
    -ms-grid-columns: 3fr 2fr 1fr;
    grid-template-columns: 3fr 2fr 1fr;
    grid-auto-rows: auto; }
    @media only screen and (max-width: 959px) {
      .cases .col-02 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 19px; } }
    .cases .col-02 .text-left {
      padding: 0 12.5px; }
  .cases .img-right02 {
    grid-column: 2 / 3; }
    @media only screen and (max-width: 959px) {
      .cases .img-right02 {
        grid-column: 1 / 2;
        grid-row: 2 / 3; } }
  .cases .col-03_02 {
    display: -ms-grid;
    display: grid;
    grid-gap: 19px;
    -ms-grid-columns: 3fr 2fr 2fr;
    grid-template-columns: 3fr 2fr 2fr;
    grid-auto-rows: auto; }
    @media only screen and (max-width: 959px) {
      .cases .col-03_02 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .cases .content-text {
    padding: 0 0 0 12.5px; }
  .cases .col-03 {
    display: -ms-grid;
    display: grid;
    grid-gap: 19px;
    -ms-grid-columns: (2fr)[3];
    grid-template-columns: repeat(3, 2fr);
    grid-auto-rows: auto; }
    @media only screen and (max-width: 959px) {
      .cases .col-03 {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr); } }
  @media only screen and (max-width: 768px) {
    .cases .Alineado div {
      grid-column: 1/7 !important; }
    .cases .Alineado div:nth-child(2) {
      -ms-grid-row: 2;
      grid-row: 2; } }
  .cases .separate {
    -ms-grid-rows: unset !important;
    grid-template-rows: unset !important;
    grid-row-gap: 25px; }
    @media only screen and (max-width: 959px) {
      .cases .separate {
        -ms-grid-columns: (1fr)[6] !important;
        grid-template-columns: repeat(6, 1fr) !important; } }
    .cases .separate.Desalineado div:nth-child(2) {
      -ms-grid-row: 2;
      grid-row: 2;
      margin-top: -150px; }
      @media only screen and (max-width: 959px) {
        .cases .separate.Desalineado div:nth-child(2) {
          margin-top: 0; } }
    @media only screen and (max-width: 959px) {
      .cases .separate.Desalineado div:nth-child(2) > div {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); } }
    @media only screen and (max-width: 768px) {
      .cases .separate div {
        grid-column: 1/7 !important; }
      .cases .separate div:nth-child(2) {
        -ms-grid-row: 2;
        grid-row: 2; } }
  .cases .container-img01 {
    grid-column: 2 / 4; }
    @media only screen and (max-width: 959px) {
      .cases .container-img01 {
        grid-column: 1 / 2; } }
  .cases .container-img02 {
    grid-column: 4 / 6; }
    @media only screen and (max-width: 959px) {
      .cases .container-img02 {
        grid-column: 1 / 2; } }

.content-row {
  position: relative; }

.temp__description {
  position: absolute; }
  @media only screen and (max-width: 1278px) {
    .temp__description {
      position: relative; } }

.center-content {
  -ms-grid-columns: (1fr)[12] !important;
  grid-template-columns: repeat(12, 1fr) !important; }
  @media only screen and (max-width: 959px) {
    .center-content {
      -ms-grid-columns: (1fr)[6] !important;
      grid-template-columns: repeat(6, 1fr) !important; } }
  .center-content .cols2 {
    grid-column: 5/9 !important; }
    @media only screen and (max-width: 959px) {
      .center-content .cols2 {
        grid-column: 2/6 !important; } }
    @media only screen and (max-width: 768px) {
      .center-content .cols2 {
        grid-column: 1/7 !important; } }
  .center-content .cols3 {
    grid-column: 4/10 !important; }
    @media only screen and (max-width: 959px) {
      .center-content .cols3 {
        grid-column: 2/6 !important; } }
    @media only screen and (max-width: 768px) {
      .center-content .cols3 {
        grid-column: 1/7 !important; } }
  .center-content .cols4 {
    grid-column: 3/11 !important; }
    @media only screen and (max-width: 768px) {
      .center-content .cols4 {
        grid-column: 1/7 !important; } }

.temp__description {
  font-size: 20px;
  line-height: 30px;
  opacity: 1 !important; }

.video-container {
  width: 100%; }
  .video-container--portrait {
    width: 50%;
    margin: 0 auto; }
    @media only screen and (max-width: 959px) {
      .video-container--portrait {
        width: 100%; } }

.about {
  color: #FFFFFF;
  margin-top: 50px; }
  .about .container-about {
    position: relative; }
  .about__principal-section {
    max-width: 1920px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.45fr 3.2fr 1.45fr;
    grid-template-columns: 1.45fr 3.2fr 1.45fr;
    background-color: #F9A88F;
    text-align: center;
    background-color: #F9A88F;
    color: #FFFFFF;
    min-height: 95vh;
    padding: 100px 12.5px; }
    @media only screen and (max-width: 1024px) {
      .about__principal-section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    @media only screen and (max-width: 480px) {
      .about__principal-section {
        height: auto; } }
  .about__content01 {
    font-size: 22px;
    line-height: 30px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: center;
    max-width: 718px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 1920px) {
      .about__content01 {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 71px; } }
    @media only screen and (max-width: 1024px) {
      .about__content01 {
        width: auto; } }
  .about__content02 {
    font-size: 20px;
    line-height: 30px;
    grid-column: 2 / 3;
    grid-row: 2 / 4; }
    @media only screen and (max-width: 1024px) {
      .about__content02 .icon__down-arrow {
        display: none; } }
  .about__content03 {
    justify-self: flex-start;
    grid-column: 2 / 3;
    grid-row: 4 / 5; }
    .about__content03 :nth-child(2n) {
      margin-top: 75px; }
  .about__main {
    min-height: 95vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column-align: center;
    justify-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #001AFF;
    padding: 100px 12.5px; }
    @media only screen and (max-width: 1920px) {
      .about__main {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 1024px) {
      .about__main {
        height: auto; } }
    .about__main .about-container01 {
      text-align: center;
      margin-bottom: 80px;
      max-width: 1920px;
      margin: 0 auto; }
      @media only screen and (max-width: 1024px) {
        .about__main .about-container01 {
          margin: 0rem auto 2rem; } }
      .about__main .about-container01 h2 {
        font-size: 22px;
        line-height: 30px; }
    .about__main .about-container02 {
      padding: 45px 0 100px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 19px;
      max-width: 1920px;
      margin: 0 auto; }
      @media only screen and (max-width: 1024px) {
        .about__main .about-container02 {
          padding: 0 0 100px;
          -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
      .about__main .about-container02.strategy ul:nth-child(1) {
        grid-column: 2 / 3; }
        @media only screen and (max-width: 1024px) {
          .about__main .about-container02.strategy ul:nth-child(1) {
            grid-column: 1 / 2;
            grid-row: 1 / 2; } }
      .about__main .about-container02.strategy ul:nth-child(2) {
        grid-column: 3 / 4; }
        @media only screen and (max-width: 1024px) {
          .about__main .about-container02.strategy ul:nth-child(2) {
            grid-column: 2 / 3;
            grid-row: 1 / 2; } }
      .about__main .about-container02.strategy ul:nth-child(3) {
        grid-column: 4 / 5; }
        @media only screen and (max-width: 1024px) {
          .about__main .about-container02.strategy ul:nth-child(3) {
            grid-column: 1 / 2;
            grid-row: 2 / 3; } }
      .about__main .about-container02.strategy ul:nth-child(4) {
        grid-column: 5 / 6; }
        @media only screen and (max-width: 1024px) {
          .about__main .about-container02.strategy ul:nth-child(4) {
            grid-column: 2 / 3;
            grid-row: 2 / 2; } }
    .about__main .about-list01 {
      grid-column: 2 / 3; }
      @media only screen and (max-width: 1024px) {
        .about__main .about-list01 {
          grid-column: 1 / 2;
          grid-row: 1 / 2; } }
    .about__main .about-list02 {
      grid-column: 3 / 4; }
      @media only screen and (max-width: 1024px) {
        .about__main .about-list02 {
          grid-column: 2 / 3;
          grid-row: 1 / 2; } }
    .about__main .about-list03 {
      grid-column: 4 / 5; }
      @media only screen and (max-width: 1024px) {
        .about__main .about-list03 {
          grid-column: 1 / 3;
          grid-row: 2 / 3; } }
    .about__main .about-list04 {
      grid-column: 5 / 6; }
      @media only screen and (max-width: 1024px) {
        .about__main .about-list04 {
          grid-column: 2 / 3;
          grid-row: 2 / 2; } }
  .about__friends {
    background-color: #001AFF;
    min-height: 90.2vh;
    padding: 100px 12.5px 35px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1920px) {
      .about__friends {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media only screen and (max-width: 1024px) {
      .about__friends {
        background-color: #F9A88F;
        height: auto; } }
    .about__friends .display {
      width: 100%; }
    .about__friends .about-container01 {
      margin-bottom: 80px;
      max-width: 1920px;
      margin: 0 auto; }
    .about__friends .about-container01 .about__main-title {
      font-size: 22px;
      line-height: 24px; }
    .about__friends .about-container02 {
      padding: 0 0 100px;
      max-width: 1920px;
      margin: 0 auto; }
      .about__friends .about-container02 ul li {
        font-size: 20px;
        line-height: 24px; }
      @media only screen and (max-width: 1024px) {
        .about__friends .about-container02 {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          padding: 0 0 75px; } }
      .about__friends .about-container02 li.main-item:nth-child(even) {
        margin-bottom: 42px; }
      .about__friends .about-container02 .row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 19px; }
        @media only screen and (max-width: 1024px) {
          .about__friends .about-container02 .row {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
      .about__friends .about-container02 div:only-child {
        grid-column: 2 / 3 !important; }
        @media only screen and (max-width: 1024px) {
          .about__friends .about-container02 div:only-child {
            grid-column: 1 / 1 !important; } }
      .about__friends .about-container02 .col01 {
        grid-column: 1 / 2; }
        @media only screen and (max-width: 1024px) {
          .about__friends .about-container02 .col01 {
            grid-column: 1 / 1; } }
      .about__friends .about-container02 .col02 {
        grid-column: 2 / 3; }
        @media only screen and (max-width: 1024px) {
          .about__friends .about-container02 .col02 {
            grid-column: 1 / 1; } }
      .about__friends .about-container02 .col03 {
        grid-column: 3 / 4; }
        @media only screen and (max-width: 1024px) {
          .about__friends .about-container02 .col03 {
            grid-column: 1 / 1; } }
      .about__friends .about-container02 .friends {
        margin-bottom: 45px; }
        .about__friends .about-container02 .friends-name h2 {
          margin: 0; }
  .about .about-list01, .about .about-list02, .about .about-list03, .about .about-list04 {
    font-size: 24px; }
  .about .white-about {
    grid-row: 4 / 4;
    grid-column: 2 / 3; }

.contenedor-mw {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.contact {
  background-color: #001AFF;
  color: #FFFFFF;
  padding: 0 12.5px 0;
  min-height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 1920px) {
    .contact {
      min-height: 89.8vh;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (max-width: 1024px) {
    .contact {
      padding: 0px 12.5px 30px;
      min-height: 93vh; } }
  .contact-container01, .contact-container02 {
    text-align: center; }
  .contact-container01 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 100px 0 0; }
    .contact-container01 h2 {
      line-height: 24px; }
    @media only screen and (max-width: 1024px) {
      .contact-container01 {
        padding: 100px 0 0; } }
  .contact-container02 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 19px;
    padding: 100px 0 175px; }
    @media (max-height: 719px) {
      .contact-container02 {
        padding: 100px 0 75px !important; } }
    @media only screen and (max-width: 1200px) {
      .contact-container02 {
        padding: 100px 0 91px; } }
    @media only screen and (max-width: 1024px) {
      .contact-container02 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 0 0 91px;
        line-height: 1.3rem;
        text-align: center; } }
    .contact-container02 .content01, .contact-container02 .content02, .contact-container02 .content03 {
      font-size: 20px;
      line-height: 24px; }
      @media only screen and (max-width: 1024px) {
        .contact-container02 .content01, .contact-container02 .content02, .contact-container02 .content03 {
          justify-self: center; } }
    .contact-container02 .content01 {
      justify-self: flex-end; }
      @media only screen and (max-width: 1024px) {
        .contact-container02 .content01 {
          justify-self: center; } }
    .contact-container02 .content02 {
      justify-self: center; }
    .contact-container02 .content03 {
      justify-self: flex-start; }
      @media only screen and (max-width: 1024px) {
        .contact-container02 .content03 {
          justify-self: center; } }
  .contact-container-03 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .contact-container-03 .contact_content-social li {
      margin-bottom: 46.50px; }

footer {
  min-height: 55px;
  overflow-x: hidden; }

.contact-footer {
  position: fixed;
  bottom: 0;
  width: 100%; }

.footerx {
  min-height: 55px;
  font-size: 24px;
  overflow: hidden;
  position: relative;
  width: 2600px; }
  @media only screen and (min-width: 2150px) {
    .footerx {
      width: 3400px; } }
  .footerx p:nth-child(2) {
    left: 2400px; }
    @media only screen and (min-width: 2150px) {
      .footerx p:nth-child(2) {
        left: 3100px; } }
    @media only screen and (max-width: 500px) {
      .footerx p:nth-child(2) {
        left: 3100px; } }
  .footerx:hover p {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
  .footerx p {
    font-size: 1em;
    position: absolute;
    height: 100%;
    margin: 0;
    line-height: 50px;
    top: 20%;
    /* Posicion */
    /* Llama animación */
    -webkit-animation: marquee 15.5s linear infinite;
    animation: marquee 15.5s linear infinite;
    display: inline-block;
    white-space: nowrap; }

@-webkit-keyframes marquee {
  0% {
    left: translateX(0); }
  100% {
    -webkit-transform: translateX(-2400px);
    transform: translateX(-2400px); } }

@keyframes marquee {
  0% {
    left: translateX(0); }
  100% {
    -webkit-transform: translateX(-2400px);
    transform: translateX(-2400px); } }

@media screen and (min-width: 2150px) {
  @-webkit-keyframes marquee {
    0% {
      left: translateX(0); }
    100% {
      -webkit-transform: translateX(-3100px);
      transform: translateX(-3100px); } }
  @keyframes marquee {
    0% {
      left: translateX(0); }
    100% {
      -webkit-transform: translateX(-3100px);
      transform: translateX(-3100px); } } }

@media screen and (max-width: 500px) {
  @-webkit-keyframes marquee {
    0% {
      left: translateX(0); }
    100% {
      -webkit-transform: translateX(-3100px);
      transform: translateX(-3100px); } }
  @keyframes marquee {
    0% {
      left: translateX(0); }
    100% {
      -webkit-transform: translateX(-3100px);
      transform: translateX(-3100px); } } }

.message {
  width: calc(100% - 25px);
  max-width: 718px;
  margin: 200px auto;
  color: #001AFF; }
  .message__content {
    text-align: center;
    font-size: 20px;
    line-height: 30px; }
    .message__content h1 {
      display: inline;
      margin-right: .4em; }
    .message__content p {
      display: inline; }

.vacantes-footer {
  background-color: #001AFF;
  color: #FFFFFF; }

.vacantes__container {
  grid-column: 2/6;
  width: 80%;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .vacantes__container {
      width: 90%;
      grid-column: 1/3; } }
  @media only screen and (max-width: 768px) {
    .vacantes__container {
      width: 100%; } }

.vacantes__grid {
  padding: 45px 0 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 19px;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .vacantes__grid {
      padding: 0 0 100px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }

.vacantes__subtitle {
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto 93px; }
  .vacantes__subtitle--list {
    margin: 0 auto; }
    .vacantes__subtitle--list span {
      margin-left: 20px; }

.vacantes__description {
  width: 100%;
  font-size: 20px;
  line-height: 24px; }
  .vacantes__description em {
    font-style: italic; }
  .vacantes__description ul {
    margin: 0px 0px 0px 30px; }
    @media only screen and (max-width: 768px) {
      .vacantes__description ul {
        margin: 0; } }
  .vacantes__description ul li {
    position: relative;
    margin-left: 30px; }
    .vacantes__description ul li:before {
      content: '·';
      font-weight: 600;
      padding: 0 5px 0 0;
      position: absolute;
      left: -30px; }

.vacantes__list {
  width: 80%;
  margin: 150px auto 0;
  grid-column: 2/6; }
  @media only screen and (max-width: 1024px) {
    .vacantes__list {
      width: 90%;
      grid-column: 1/3; } }
  @media only screen and (max-width: 768px) {
    .vacantes__list {
      width: 100%; } }

/* _____ H O M E _____ */
.hero__intro {
  background-color: #F9461F;
  color: #000000; }
  @media screen and (max-height: 1026px) {
    .hero__intro {
      padding: 75px 0 0; } }
  .hero__intro-title {
    grid-column: 1/13;
    width: 100%;
    margin: 40px auto 0; }
    @media screen and (max-height: 1026px) {
      .hero__intro-title {
        margin: 0 auto; } }
    .hero__intro-title h1 {
      text-transform: uppercase;
      max-width: 100%; }
    @media only screen and (max-width: 959px) {
      .hero__intro-title {
        grid-column: 1/9;
        margin: 30px auto 0; } }
    @media only screen and (max-width: 640px) {
      .hero__intro-title {
        grid-column: 1/5; } }
  .hero__intro-about {
    grid-column: 1/4;
    width: 100%;
    margin: 15px auto 90px; }
    .hero__intro-about a:hover {
      color: #D02500; }
    @media screen and (max-height: 798px) {
      .hero__intro-about {
        grid-column: 1/3; } }
    @media only screen and (max-width: 959px) {
      .hero__intro-about {
        grid-column: 1/9;
        margin: 20px auto 30px; } }
    @media only screen and (max-width: 640px) {
      .hero__intro-about {
        grid-column: 1/5; } }
  .hero__intro-featured {
    grid-column: 4/13;
    width: calc(100% - 60px);
    margin: 0 0 90px auto; }
    @media screen and (max-height: 798px) {
      .hero__intro-featured {
        grid-column: 3/13;
        max-width: 750px;
        margin: 0 0 50px auto; } }
    @media only screen and (max-width: 959px) {
      .hero__intro-featured {
        grid-column: 1/9;
        width: 100%;
        max-width: 100%;
        margin: 0px auto 30px; } }
    @media only screen and (max-width: 640px) {
      .hero__intro-featured {
        grid-column: 1/5; } }
    .hero__intro-featured-container {
      width: 100%;
      position: relative;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 160px calc(100% - 180px);
      grid-template-columns: 160px calc(100% - 180px);
      -webkit-column-gap: 20px;
      column-gap: 20px; }
      @media only screen and (max-width: 640px) {
        .hero__intro-featured-container {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          -webkit-column-gap: 0;
          column-gap: 0;
          row-gap: 10px; } }
    .hero__intro-featured-info {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      position: relative;
      z-index: 2; }
      .hero__intro-featured-info .data-project {
        margin: 0 0 15px; }
      .hero__intro-featured-info .data-project, .hero__intro-featured-info .data-category {
        text-align: right; }
        .hero__intro-featured-info .data-project p.ttl-p, .hero__intro-featured-info .data-category p.ttl-p {
          text-transform: uppercase; }
        @media only screen and (max-width: 640px) {
          .hero__intro-featured-info .data-project, .hero__intro-featured-info .data-category {
            text-align: left; } }
      .hero__intro-featured-info .new-project {
        margin: -10px -100px 10px auto; }
        @media only screen and (max-width: 640px) {
          .hero__intro-featured-info .new-project {
            display: none; } }
      @media only screen and (max-width: 640px) {
        .hero__intro-featured-info {
          -ms-grid-row: 2;
          grid-row: 2;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start; } }
    .hero__intro-featured-image {
      width: 100%;
      position: relative;
      z-index: 1; }
      .hero__intro-featured-image .image-container {
        width: 100%;
        height: 0;
        position: relative;
        padding-top: calc( 570 / 850 * 100%);
        overflow: hidden; }
        @media only screen and (max-width: 959px) {
          .hero__intro-featured-image .image-container {
            padding-top: calc( 570 / 850 * 100%); } }
      .hero__intro-featured-image .video-container {
        width: 100%;
        height: 0;
        position: relative;
        padding-top: calc( 570 / 850 * 100%);
        overflow: hidden; }
      .hero__intro-featured-image .new-project {
        display: none; }
        @media only screen and (max-width: 640px) {
          .hero__intro-featured-image .new-project {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            z-index: 2;
            right: 20px;
            top: -60px; } }
      @media only screen and (max-width: 640px) {
        .hero__intro-featured-image {
          -ms-grid-row: 1;
          grid-row: 1; } }

.new-project {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #001AFF;
  color: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .new-project p {
    max-width: 72px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .new-project p span {
      display: inline-block;
      transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
      opacity: 1; }
    .new-project p::after {
      content: attr(data-next);
      position: absolute;
      width: 100%;
      left: 0;
      height: 100%;
      top: 0;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1); }
  .new-project:hover {
    background-color: #000000; }
    .new-project:hover p::after {
      opacity: 1; }
    .new-project:hover p > span {
      opacity: 0; }
  @media only screen and (max-width: 640px) {
    .new-project {
      width: 115px;
      height: 115px; } }

.home__projects {
  width: 100%;
  padding: 30px 0;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 640px) {
    .home__projects {
      padding: 20px 0; } }
  .home__projects-title {
    grid-column: 4/10;
    width: 100%;
    margin: 0 auto 30px; }
    .home__projects-title h2 {
      text-align: center;
      margin: 0; }
    @media only screen and (max-width: 959px) {
      .home__projects-title {
        grid-column: 1/9; } }
    @media only screen and (max-width: 640px) {
      .home__projects-title {
        grid-column: 1/5;
        margin: 0px auto 20px; } }
  .home__projects-grid {
    grid-column: 1/13;
    width: 100%;
    margin: 0 auto 60px; }
    @media only screen and (max-width: 959px) {
      .home__projects-grid {
        grid-column: 1/9; } }
    @media only screen and (max-width: 640px) {
      .home__projects-grid {
        grid-column: 1/5;
        margin: 0 auto 40px; } }
  .home__projects-all {
    width: 100%;
    position: relative;
    padding: 30px 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 640px) {
      .home__projects-all {
        padding: 20px 20px 0; } }
    .home__projects-all a {
      color: #000000; }
      .home__projects-all a:hover {
        color: #001AFF; }
    .home__projects-all::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #000000;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }

.home__about {
  width: 100%;
  background-color: #001AFF;
  color: #FFFFFF;
  padding: 120px 0; }
  @media only screen and (max-width: 959px) {
    .home__about {
      padding: 70px 0; } }
  .home__about-container {
    grid-column: 2/12;
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 959px) {
      .home__about-container {
        grid-column: 1/9; } }
    @media only screen and (max-width: 640px) {
      .home__about-container {
        grid-column: 1/5; } }

/* _____ P R O J E C T _____ */
.project-block {
  width: 100%;
  display: block; }
  .project-block:hover > .data-container {
    color: #001AFF; }
  .project-block:hover > .data-container > .data-normal {
    display: none; }
  .project-block:hover > .data-container > .data-hover {
    display: block; }
  .project-block:hover > .media-container > .media-normal {
    opacity: 0;
    visibility: hidden; }
  .project-block:hover > .media-container > .media-hover {
    opacity: 1;
    visibility: visible; }
  .project-block .media-container {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: calc( 310 / 470 * 100%); }
    .project-block .media-container .media-normal {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 1;
      visibility: visible;
      transition: all ease-in-out .5s; }
    .project-block .media-container .media-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: all ease-in-out .5s; }
  .project-block .data-container {
    width: 100%;
    margin: 10px auto 0;
    color: black; }
    .project-block .data-container .data-normal {
      display: block; }
      .project-block .data-container .data-normal .ttl-p {
        text-transform: uppercase; }
      .project-block .data-container .data-normal .city-p {
        margin-left: 5px;
        padding-left: 8px;
        position: relative; }
        .project-block .data-container .data-normal .city-p::before {
          content: '';
          width: 1px;
          height: 16px;
          display: block;
          background-color: black;
          position: absolute;
          top: 2px;
          left: 0; }
          @media only screen and (max-width: 959px) {
            .project-block .data-container .data-normal .city-p::before {
              height: 14px; } }
    .project-block .data-container .data-hover {
      display: none; }

.project__title {
  grid-column: 4/10;
  width: 100%;
  text-align: center;
  margin: 30px auto 60px; }
  @media only screen and (max-width: 959px) {
    .project__title {
      grid-column: 1/9; } }
  @media only screen and (max-width: 640px) {
    .project__title {
      grid-column: 1/5;
      margin: 30px auto; } }

.project__grid {
  grid-column: 1/13;
  width: 100%;
  margin: 40px auto 100px; }
  @media only screen and (max-width: 959px) {
    .project__grid {
      grid-column: 1/9; } }
  @media only screen and (max-width: 640px) {
    .project__grid {
      grid-column: 1/5; } }

.projects__back {
  margin: 120px auto 0;
  position: relative;
  padding: 35px 0; }
  .projects__back::before {
    content: '';
    display: block;
    background-color: #000000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0; }
  .projects__back-container {
    grid-column: 4/10;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .projects__back-container a {
      color: #000000; }
      .projects__back-container a:hover {
        color: #001AFF; }
    @media only screen and (max-width: 959px) {
      .projects__back-container {
        grid-column: 1/9; } }
    @media only screen and (max-width: 640px) {
      .projects__back-container {
        grid-column: 1/5; } }
  @media only screen and (max-width: 959px) {
    .projects__back {
      margin: 0px auto 0; } }

/* _____ A B O U T _____ */
.about-vv {
  background-color: #F9461F;
  color: #000000; }
  .about-vv__intro {
    width: 100%;
    padding: 0 0 100px; }
    @media only screen and (max-width: 959px) {
      .about-vv__intro {
        padding: 20px 0 60px; } }
  .about-vv__title {
    grid-column: 1/4;
    width: 100%; }
    @media only screen and (max-width: 959px) {
      .about-vv__title {
        grid-column: 1/9;
        margin: 0 0 25px; } }
    @media only screen and (max-width: 640px) {
      .about-vv__title {
        grid-column: 1/5; } }
  .about-vv__content {
    grid-column: 4/13;
    width: 100%; }
    .about-vv__content p:not(:last-child) {
      margin: 0 0 40px; }
      @media only screen and (max-width: 959px) {
        .about-vv__content p:not(:last-child) {
          margin: 0 0 20px; } }
    @media only screen and (max-width: 959px) {
      .about-vv__content {
        grid-column: 1/9; } }
    @media only screen and (max-width: 640px) {
      .about-vv__content {
        grid-column: 1/5; } }

.about-vv__story {
  width: 100%;
  padding: 0 0 100px; }
  @media only screen and (max-width: 959px) {
    .about-vv__story {
      padding: 0 0 25px; } }
  .about-vv__story-content {
    grid-column: 4/8;
    width: 100%; }
    .about-vv__story-content p:not(:last-child) {
      margin: 0 0 20px; }
    @media only screen and (max-width: 959px) {
      .about-vv__story-content {
        grid-column: 1/5;
        width: 95%; } }
    @media only screen and (max-width: 640px) {
      .about-vv__story-content {
        grid-column: 1/5;
        width: 100%;
        margin: 0 auto 35px; } }
  .about-vv__story-image {
    grid-column: 9/13;
    width: 100%; }
    .about-vv__story-image .image-container {
      width: 100%;
      height: 0;
      position: relative;
      padding-top: calc(630 / 480 * 100%);
      overflow: hidden; }
      @media only screen and (max-width: 959px) {
        .about-vv__story-image .image-container {
          padding-top: calc(530 / 360 * 100%); } }
    @media only screen and (max-width: 959px) {
      .about-vv__story-image {
        grid-column: 5/9; } }
    @media only screen and (max-width: 640px) {
      .about-vv__story-image {
        grid-column: 1/5; } }

.about-vv__information {
  width: 100%;
  padding: 0 0 150px; }
  @media only screen and (max-width: 959px) {
    .about-vv__information {
      padding: 0 0 100px; } }
  .about-vv__information-container {
    width: 100%; }
    .about-vv__information-container .title {
      text-transform: uppercase;
      margin: 0 0 30px; }
      @media only screen and (max-width: 959px) {
        .about-vv__information-container .title {
          margin: 0 0 20px; } }
      @media only screen and (max-width: 640px) {
        .about-vv__information-container .title {
          font-size: 15px; } }
    .about-vv__information-container .content a {
      text-decoration: underline; }
      .about-vv__information-container .content a:hover {
        opacity: .7; }
    @media only screen and (max-width: 640px) {
      .about-vv__information-container .content {
        font-size: 15px; } }

/* _____ C A R E E R _____ */
.career-vv {
  background-color: #001AFF;
  color: #FFFFFF; }
  .career-vv__intro {
    width: 100%;
    padding: 50px 0 180px; }
    @media only screen and (max-width: 640px) {
      .career-vv__intro {
        padding: 50px 0 100px; } }
    .career-vv__intro-container {
      width: 100%;
      grid-column: 1/13; }
    @media only screen and (max-width: 959px) {
      .career-vv__intro {
        grid-column: 1/9; } }
    @media only screen and (max-width: 640px) {
      .career-vv__intro {
        grid-column: 1/5; } }

.career-vv__positions {
  width: 100%;
  padding: 0 0 130px; }
  .career-vv__positions-title {
    grid-column: 1/4; }
    @media only screen and (max-width: 959px) {
      .career-vv__positions-title {
        grid-column: 1/9;
        margin: 0 0 40px; } }
    @media only screen and (max-width: 640px) {
      .career-vv__positions-title {
        grid-column: 1/5; } }
  .career-vv__positions-apply {
    grid-column: 4/13;
    width: 100%; }
    @media only screen and (max-width: 959px) {
      .career-vv__positions-apply {
        grid-column: 1/9; } }
    @media only screen and (max-width: 640px) {
      .career-vv__positions-apply {
        grid-column: 1/5; } }
    .career-vv__positions-apply-block {
      width: 100%; }
      .career-vv__positions-apply-block .title {
        margin: 0 0 20px; }
      .career-vv__positions-apply-block .content {
        margin: 0 0 40px; }
      .career-vv__positions-apply-block .apply {
        text-transform: uppercase;
        font-size: 16px; }
        .career-vv__positions-apply-block .apply:hover {
          opacity: .7; }

/* _____ C O N T A C T _____ */
.contact-vv {
  padding: 100px 0 220px;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 640px) {
    .contact-vv {
      padding: 100px 0 100px; } }
  .contact-vv__write {
    width: 100%;
    padding: 50px 0 0;
    background-color: #FFFFFF; }
    .contact-vv__write > .contact-vv__write-block:not(:last-child) {
      margin: 0 0 40px; }
      .contact-vv__write > .contact-vv__write-block:not(:last-child)::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #000000;
        position: absolute;
        bottom: 0;
        left: 0; }
    .contact-vv__write-block {
      width: 100%;
      position: relative;
      padding-bottom: 40px; }
    .contact-vv__write-title {
      grid-column: 1/4;
      width: 100%; }
      .contact-vv__write-title .title-container {
        width: 100%;
        max-width: 300px; }
        @media only screen and (max-width: 959px) {
          .contact-vv__write-title .title-container {
            max-width: 100%; } }
      @media only screen and (max-width: 959px) {
        .contact-vv__write-title {
          grid-column: 1/9;
          margin: 0 0 25px; } }
      @media only screen and (max-width: 640px) {
        .contact-vv__write-title {
          grid-column: 1/5; } }
    .contact-vv__write-content {
      grid-column: 4/13;
      width: 100%; }
      .contact-vv__write-content .content {
        width: 100%; }
      .contact-vv__write-content .button-container {
        width: 100%;
        margin: 40px 0 0;
        text-transform: uppercase;
        font-size: 16px; }
        .contact-vv__write-content .button-container:hover {
          opacity: .7; }
        @media only screen and (max-width: 959px) {
          .contact-vv__write-content .button-container {
            margin: 20px 0 0; } }
      @media only screen and (max-width: 959px) {
        .contact-vv__write-content {
          grid-column: 1/9; } }
      @media only screen and (max-width: 640px) {
        .contact-vv__write-content {
          grid-column: 1/5; } }

.contact-vv__address {
  width: 100%;
  padding: 50px 0 0;
  position: relative;
  background-color: #FFFFFF; }
  .contact-vv__address::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0; }
  .contact-vv__address-title {
    grid-column: 1/4;
    width: 100%; }
    .contact-vv__address-title .title-container {
      width: 100%;
      max-width: 300px; }
      @media only screen and (max-width: 959px) {
        .contact-vv__address-title .title-container {
          max-width: 100%; } }
    @media only screen and (max-width: 959px) {
      .contact-vv__address-title {
        grid-column: 1/9;
        margin: 0 0 40px; } }
    @media only screen and (max-width: 640px) {
      .contact-vv__address-title {
        grid-column: 1/5; } }
  .contact-vv__address-list {
    grid-column: 4/12;
    width: 100%; }
    @media only screen and (max-width: 959px) {
      .contact-vv__address-list {
        grid-column: 1/9; } }
    @media only screen and (max-width: 640px) {
      .contact-vv__address-list {
        grid-column: 1/5; } }
  .contact-vv__address-block {
    width: 100%;
    max-width: 250px; }
    .contact-vv__address-block .ttl {
      text-transform: uppercase;
      margin: 0 0 40px; }

/*# sourceMappingURL=mazorca-vvorkrooom-v1.1.css.map */
