/*!
Theme Name: Animatic
Theme URI: http://underscores.me/
Author: Facundo Hidalgo
Author URI: http://lagendelcomun.info
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: animatic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

.main-navigation ul ul {
	box-shadow: unset;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: unset;
}

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

.main-navigation li {
	position: relative;
	transition: all 0.5s ease-in-out;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
		display: flex;
height: auto;
align-items: center;
justify-content: center;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* estilos animatic */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');
@font-face {
    font-family: 'FuturaStdHeavy';
    src: url('fonts/FuturaStd-Heavy.eot');
    src: url('fonts/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaStd-Heavy.woff2') format('woff2'),
        url('fonts/FuturaStd-Heavy.woff') format('woff'),
        url('fonts/FuturaStd-Heavy.ttf') format('truetype'),
        url('fonts/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaStdBold';
    src: url('fonts/FuturaStd-Bold.eot');
    src: url('fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaStd-Bold.woff2') format('woff2'),
        url('fonts/FuturaStd-Bold.woff') format('woff'),
        url('fonts/FuturaStd-Bold.ttf') format('truetype'),
        url('fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaStdMedium';
    src: url('fonts/FuturaStd-Medium.eot');
    src: url('fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaStd-Medium.woff2') format('woff2'),
        url('fonts/FuturaStd-Medium.woff') format('woff'),
        url('fonts/FuturaStd-Medium.ttf') format('truetype'),
        url('fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/SpaceGrotesk-Light.eot');
    src: url('fonts/SpaceGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SpaceGrotesk-Light.woff2') format('woff2'),
        url('fonts/SpaceGrotesk-Light.woff') format('woff'),
        url('fonts/SpaceGrotesk-Light.ttf') format('truetype'),
        url('fonts/SpaceGrotesk-Light.svg#SpaceGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html {
scroll-behavior: smooth;
}
body{
	color: #ededef;
	font-family: 'FuturaStdHeavy';
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	letter-spacing: 1px;
	background-color: #743ed3;
	line-height: 1.55;
font-size: 17px;
}
 header#masthead {
	 background-color: rgba(6,0,42,.4);
	 opacity: 1;
	 color: #ededef;
	 position: fixed;
	 top: 80px;
	 right: 0;
	 left: 0;
	 margin: 0px auto 0;
	 width: 96%;
	 z-index: 27;
	 border-radius: 80px;
	 padding: 14px 2%;
	 transition: all 0.25s ease-in-out;
}
header#masthead.sticky{
top: 10px;
	background-color: rgba(6,0,42,.6);
}
.header-container{
	width: 100%;
display: flex;
justify-content: space-around;

}
.site-branding, .main-navigation{
 	position: relative;

}

.site-branding {
	width: 70%;
	position: relative;
	display: block;

}
.site-branding a {
    display: flex;
    vertical-align: middle;
    justify-content: left;
		text-decoration: none;

}
img.logo {
	width: 140px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 13px;
	}
/* .site-branding img::after {
	content: 'PRODUCTORA DE ANIMACIÓN';
	font-family: 'FuturaStdMedium';
	font-weight: 500;
	font-size: 19px;
	letter-spacing: 1px;
	display: block;
	position: relative;
	right: 0;
	color: #fff;
	top: 0;
	z-index: 3;
} */
.site-branding span {
		display: inline-block;
		position: relative;
font-family: 'FuturaStdMedium';
font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    color: #ededef;
    vertical-align: middle;
    margin-top: 8px;

}
.header_sup{
     background-color: #06002a;
		 background-color: rgba(6,0,42,.8);
     color: #ededef;
     position: absolute;
     top: 0;
     left: 0;
     margin: auto;
     display: block;
     width: 100%;
     z-index: 6;
     font-family: 'Roboto', sans-serif;
     font-weight: 300;
     display: flex;
     text-align: center;
     font-size: 13px;
     letter-spacing: 2px;
     padding: 16px 4% 10px;
     justify-content: space-between;
 }

.header_sup a{
    color: #ededef;
		text-decoration: none;
	}
	.header_sup	.redes{

    display: flex;
    text-align: center;
    padding: 2px 0px;
    justify-content: space-between;
		}

.header_sup	.redes img{
width: auto;
max-width: unset;
height: 15px;
margin-left: 25px;
	}


	.search_icon{
				/* display: inline-block;
				position: relative;
				max-width: 20px;
				float: right; */
display: none;
					width: 30px;
	}
	.search_icon img{
		width: 30px;
		display: none;
	}
.main-navigation ul {
    /* display: none; */
    float: right;
	}
/* menu-item-has-children*/
.submenu_parent::after{
	content: '\2304';
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ededef;
	position: absolute;
	right: -20px;
	top: -12px;
	display: inline-block;
}
	.main-navigation li {
	    position: relative;
			margin-right: 20px;
		  color: #ededef;
	}

		.main-navigation li:first-child {
				margin-right: 40px;
		}

		.main-navigation li a{
		 text-decoration: none;
		    font-family: 'FuturaStdMedium';
		    font-weight: 500;
				    font-size: 11px;
				    letter-spacing: 2px;
				    color: #ededef;
				    vertical-align: middle;
				    margin-top: 8px;
			}

						.main-navigation ul  li:hover a {
							text-decoration: none;
							color: #f08c46;
							border-bottom: solid 1px #f08c46;
						}





			.main-navigation ul li:hover > ul,
			.main-navigation ul li.focus > ul {
				padding: 10px 10px 10px;
				 width: auto;
					left: auto;
					display: block;
						background-color: #ededef;

				    background: rgba(237,237,237,0.95);
						color: #000;
							text-decoration: none;

			}
			.main-navigation ul ul li a {
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #000;
}


			.main-navigation li:first-child ul li {
			    margin-right: 0;
			}

			.main-navigation ul  li:hover ul li a  {
				width: 169px;
				color: #000;
				text-decoration: none;
				border-bottom: solid 1px #000;
		}
			.main-navigation ul  li:hover ul li:hover a  {
			color: #f08c46;
			border-bottom: solid 1px #f08c46;
		}

	main {
    /* min-height: calc(100vh - 314px); */
	    min-height: 100vh;
}
.videoWrapperL iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_inicio {
    height: 100vh;
    width: 100%;
}
embed, iframe, object {
    max-width: 100%;
}

#fullwidthvideo {
    position: relative;
    margin: 0;
    display: block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #000;
    padding: 0px 0 0em;
}
#fullwidthvideo .containerL {
    height: 100%;
    width: 100%;
    position: relative;
}

 #fullwidthvideo .videoWrapperL {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    pointer-events: none;
}

/* txts sobre video */
#carousel-txts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-sombra{
	margin: auto;
	display: block;
	max-width: 100px;
}
 #carousel-txts .textos {
    background-color: transparent;

    /* background-color: rgba(0, 0, 0, 0.5); */
    /* width: 850px; */
		width: 100%;
		max-width: 850px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	    font-size: 23px;
	    line-height: 26px;
	letter-spacing: 0px;
	font-weight: 500;
	}
	#carousel-txts .textos h1 {
		/* font-size: 34px;
		    line-height: 39px;
		    font-family: 'FuturaStdHeavy';
		    font-weight: 900;
		    padding: 0 0 0px;
				text-align: center;
				 margin: 10px auto 30px; */

				font-size: 29px;
line-height: 34px;
font-family: 'FuturaStdHeavy';
font-weight: 900;
padding: 0 0 0px;
text-align: center;
margin: 10px auto 25px;
}
	 #carousel-txts .textos .btns_flex {
	    display: flex;
	    justify-content: space-between;
	    margin-top: 20px;
	}
  #carousel-txts a {
    text-decoration: none;
    outline: none;
}
#carousel-txts .textos button {
    cursor: pointer;
    color: #ededef;
    margin-top: 20px;
		background-color: #06002a;
    border: 0;
    opacity: 1;
    width: 200px;
    transition: all 0.5s ease-in-out;
    border-radius: 35px;
		padding: 18px 16px;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	text-align: center;
	margin: 25px 5px;
    outline: none;
    font-family: 'FuturaStdBold';
    font-weight: bold;
}
#carousel-txts .textos button:hover {
    color: #f08c46;
	}


#carousel-clientes {
	 position: absolute;
	 bottom: 30px;
	 width: 100%;
	 left: 0;
	 z-index: 1;
	 padding: 0;
	 vertical-align: middle;
}


#fullwidthvideo .velo-video{
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: 0.8;
 /* background-color: rgba(0, 0, 0, 0.5); */
 /* background-image: linear-gradient(to right bottom, #e0bdf2, #d0a4ec, #be8ce5, #ab74e0, #955dda, #7e4ec9, #6640b8, #4e32a7, #352886, #201e66, #0e1347, #06002a); */
 left: 0;
 top: 0;
	 z-index: 0;
			 border-radius: 0px;
			 pointer-events: none;

			 background-image: linear-gradient(
  320deg,
  hsl(249deg 100% 8%) 2%,
  hsl(251deg 87% 15%) 14%,
  hsl(254deg 75% 22%) 22%,
  hsl(257deg 65% 31%) 30%,
  hsl(259deg 56% 40%) 38%,
  hsl(262deg 48% 49%) 45%,
  hsl(265deg 54% 57%) 53%,
  hsl(268deg 56% 62%) 60%,
  hsl(271deg 57% 67%) 68%,
  hsl(274deg 60% 73%) 76%,
  hsl(277deg 62% 79%) 85%,
  hsl(280deg 67% 85%) 99%
);
}
 #clienteslandinglogos .text_produccion.agencia {
	 max-width: 800px;
}
img.logo_cliente {
	max-width: 100px;
	vertical-align: middle;
	max-height: 60px;
	width: auto;
	height: 100%;
}


#containerBG{
 background: url("images/bg-gradient.png") no-repeat;
 background-size: cover;
 background-position: center;
display: block;
height: 100%

}
/* secciones */
section {
	width: 100%;
	height: 100%;
  min-height: 50vh;
  position: relative;
  margin: 0;
  padding: 4em;
  display: block;
 }

 section .container {
 	position: relative;
 }

  .estamos{
 	max-width: 65%;
 	padding: 1em 2em;
 	display: block;
 	margin: 2em auto;
 }
 .somos{
	max-width: 50%;
	padding: .5em 1em;
	background-color: #06002a;
	display: block;
	margin: 2em  auto 0;
		font-family: 'Space Grotesk';
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
}

.dosColumnas{
	width: 100%;
display: flex;
justify-content: space-between;
 padding: 4em 0 4em;
}
.columna {
	position: relative;
	width: 50%;
	   overflow: visible;
	   margin: auto;
	   padding: 0em 4em 2em 6em;
	}
	.columna.columnaLarga{
		/* max-width: 360px; */
	}
	.columna.columnaLarga {
    width: 70%;
}
	.columna h2{
		font-family: 'Space Grotesk';
		    font-weight: 300;
		    font-size: 36px;
		    line-height: 1;
		    max-width: 360px;
		    margin-bottom: 15px;
	}
	.columna p{
	/* font-size: 16px; */
	    max-width: 460px;
	}
	.videosList a {
		margin-bottom: -15px;
		display: block;
		z-index: 0;
		position: relative;
	}
	.videosList a:nth-child(even) {
		z-index: 3;
		}
	.videosList a:nth-child(odd) {
		z-index: 2;
		margin-left: 100px;
		/* margin-bottom: -20px; */
	}

.videocontenedor{
	 display:block;
	 width: 310px;
	     height: 170px;
	     overflow: hidden;
	     position: relative;
	     cursor: pointer;
	     border-radius: 13px;
		border: 1px solid #743ed3;
		background-color:  #743ed3;
		z-index: 0;
}


.play_btn{
width: 55px;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 6;
pointer-events: none;
}

.caption {
	text-align: center;
	color: #ededef;
font-size: 12px;
line-height: 30px;
font-weight: 900;
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 2;
	pointer-events: none;
	transition: all 0.5s ease-in-out;
  opacity: 0;
}
 .velo-video-list{
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: 1;
 left: 0;
 top: 0;
	z-index: 1;
			 pointer-events: none;
			 background-size: cover;
			 background-repeat: no-repeat;
			 background-position: center;
			 transition: all 0.5s ease-in-out;
}

.videocontenedor:hover  .caption{
	opacity: 1;
}
.videocontenedor:hover  .velo-video-list{
	opacity: 0.4;
}
.clients_logos{
text-align: left;
}

.clients_logos.right{
text-align: right;
}
.clientes_videos{
	margin-top: 45px;
	max-height: 50px;
}

/* equipo */

.conoce_tit {
    max-width: 460px;
		display: block;
		margin:1em 0 2em;
}

.equipo_container{
width: 100%;
/* display: flex;
justify-content: space-between; */
display: grid;
grid-gap: 40px;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
}

.box {
	/* background: #ccc; */
/* color: #ggg; */
text-align: center;
/* padding: 10px; */
}
.equipo_item{
/* margin-right: 40px; */
cursor: pointer;
text-align: center;
/* max-width: 30%; */
position: relative;
/* display: block; */
line-height: 0;
}

.equipo_item:last-child{
/* margin-right: 0px; */
}
.info_equipo {
	color: #ededef;
font-size: 16px;
line-height: 20px;
font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 2;
	pointer-events: none;
opacity: 0;
transition: all .5s ease-in-out;
width: 90%;
}

.info_equipo h3{
	color: #ededef;
font-size: 20px;
line-height: 24px;
margin: 0 0 10px;
}
.velo_equipo{
     background-color: #743ed3;
		      /* background-color: rgba(6,0,42,.7); */
		opacity: 0;
		 top: 0;
		 left: 0;
		 position: absolute;
		 width: 100%;
		 height: 100%;
			z-index: 1;
	   pointer-events: none;
		 transition: all .5s ease-in-out;
}
.equipo_item:hover .info_equipo {
	z-index: 2;
opacity: 1;
}

.equipo_item:hover .velo_equipo {
	z-index:1;
opacity:  0.8;
}
.select-box{
	    opacity: 1;
	    top: 0;
	    left: 0;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    display: block;
	    z-index: 2;
	    pointer-events: none;
	    transform: scale(1.03);
}

.txt_equipo_container{
width: 100%;
display: flex;
justify-content: space-between;
}

.txt_equipo_item{
	margin: 10px 0 0 0px;
	margin-right: 0px;
	cursor: pointer;
	text-align: left;
	display: block;
	position: relative;
	display: block;
	line-height: 1.25;
}
.invisible{
	opacity: 0;
	pointer-events: none;
}


.txt_equipo_item .animaciones_sprites{
	margin: 0;
	cursor: auto;
}
.mano_lapicera{
	position: absolute;
	max-width: 70px;
left: 0;
top: 0;
}
.seleccion_circulo{
	position: absolute;
	max-width: 138px;
	left: 63px;
	top: 20px;
}

.locucion_fondo{
	width: 100%;
	height: 6em;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 0;
	pointer-events: none;
	margin: auto;
	background-image: url(images/vumetro.svg);
	background-position: bottom center;
	background-repeat: repeat-x;
mix-blend-mode: soft-light;
background-size: cover;
}
.locucion_tit{
	margin-top: 1em;
    max-width: 570px;
		display: block;
}
.micro_circulo_container {
    position: relative;
    text-align: center;
    display: block;
    margin: auto;
		mix-blend-mode: soft-light;
    width: 100%;
}
.circulo_trama{
	width: 100%;
	    max-width: 280px;
	    position: absolute;
	    top: 0;
	    left: -30px;
	    right: 0;
	    z-index: -1;
	    display: block;
}
.microfono{
	width: 100%;
	max-width: 210px;
	display: block;
	mix-blend-mode: multiply;
}
.columna.txt_column{
	padding: 0em 4em 2em 0px;
}
.velo_fondo_section,
.velo_fondo_section_violet{
	opacity: 0.5;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
	pointer-events: none;
	background-color: #fff;
	mix-blend-mode: soft-light;
}

.velo_fondo_section_violet{
background-color: #743ed3;
	opacity: 0.3;
mix-blend-mode: multiply;
}
.contacto_tit{
	margin-top: 4em;
display: block;
	    max-width: 320px;
	}

form .columna {
    width: 50%;
    overflow: visible;
    margin: 0 auto;
    vertical-align: top;
	}

#contacto{


}
.wpcf7 .columna p{
	max-width: 100%;
}
 .wpcf7 input[type="text"],
 .wpcf7 input[type="email"]  {
	background-color: #06002a;
 	background-color: rgba(255,255,255,0.1);
	border: 1px solid #743ed3;
	border-radius: 10px;
	padding: 5px 10px;
	color: #743ed3;
display: block;
 	font-family: 'FuturaStdMedium';
     font-weight: 500;
		 font-size: 12px;
		 letter-spacing: 1px;
			width: 100%;
		  height: 40px;
}

.nombre_apellido{
display: flex;
justify-content: space-between;
}
.wpcf7-textarea {
 background-color: rgba(255,255,255,0.1);
width: 100%;
display: block;
color: #743ed3;
 border: 1px solid #743ed3;
 border-radius: 10px;
 padding: 5px 10px;
 height: 133px;
 margin-bottom: 50px;

 	font-family: 'FuturaStdMedium';
     font-weight: 500;
		 font-size: 12px;
		 letter-spacing: 1px;
}
 .wpcf7 input[type="text"]::placeholder,
 .wpcf7 input[type="email"]::placeholder,
 .wpcf7 textarea::placeholder,
input::placeholder {
 color: #743ed3!important;
	 	font-family: 'FuturaStdMedium';
	     font-weight: 500;
			 font-size: 12px;
			 letter-spacing: 1px;
}


 /* .wpcf7 input[type="text"]:focus,
 .wpcf7 input[type="email"]:focus, */
 .wpcf7 input:focus,
  .wpcf7 textarea:focus{
		 background-color: rgba(255,255,255,0.1)!important;
		  color: #743ed3!important;
	}

	.wpcf7 textarea::placeholder,
   .wpcf7 textarea:focus {
	color: #a179e7!important;
 }
.wpcf7-submit,   .wpcf7 input[type="submit"]  {
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #06002a;
	border: 1px solid #743ed3;
	border-radius: 10px;
	color: #ededef!important;
	font-family: 'FuturaStdMedium';
	font-weight: 500;
	padding: 15px 45px;
	text-transform: uppercase;
}


form label{
	margin-bottom: 5px;
}
form label span {
    color: #ff0000;
}
footer{
background-color: #000000;
width: 100%;
display: block;
}

.containerFooter{
width: 70%;
padding: 4em 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.logo-footer{
	width: 100%;
	height: auto;
	max-width: 90px;
	margin: auto;
}
.containerFooter a{
	text-decoration: none;
color: #ededef;
text-align: center;
}
.containerFooter .servicios_chile{
	    border-radius: 10px;
	    border: 1px solid #ededef;
	    padding: 10px 20px 12px;
	    text-align: center;
	    line-height: unset;
	    display: block;
			    width: 300px;
	    position: relative;
 			font-size: 14px;
	    line-height: 14px;
			font-family: 'FuturaStdHeavy';
	font-weight: 900;
}

.containerFooter .infoFooter{
	text-align: center;
	font-family: 'Roboto', sans-serif;
font-weight: 300;
    width: 300px;
}


.containerFooter .infoFooter a{
	margin: 10px auto;
	display: block;
}
.containerFooter	.redes{
	display: flex;
	text-align: center;
	justify-content: space-between;
	width: 130px;
	margin: 0 auto 7px;

	}
	.containerFooter .infoFooter .redes a {
    margin: 0 auto 5px;
	}
.containerFooter	.redes img{
text-align: center;
max-width: unset;
width: auto;
height: 16px;
margin: 0 2px;
}

.post, .page {
    margin: 0;
}

.estamos_fijo{
	width: 100%;
		max-width: 960px;
		margin: 2em auto;
		display: block;
		/* height: 203px; */
}
/* sprites */
  .sprite_estudio {
		width: 1000px;
		height: 203px;
		display: block;
		outline: none;
		vertical-align: middle;
		margin: auto;
		position: relative;
		 background-image: url(images/sprites/estamos01.png);
		 background-repeat: no-repeat;
			background-position-y:  0px;
			background-position-x:  0px;
			transform-origin: top left;
		}
		.sprite_estudio.animada {
 		animation: estudio_animada 2s steps(49) forwards;

		}

		@keyframes estudio_animada {
		0% {
			background-position-x:  0px;
			}
		100% {
 			background-position-x: -49000px;
			}
		}


.sprite_conoce{
	width: 1088px;
	height: 200px;
	display: block;
	outline: none;
	vertical-align: middle;
	margin: auto;
	position: relative;

	 background-image: url(images/sprites/conoce-sprite.png);
	 background-repeat: no-repeat;
	  background-position-y:  0px;
		background-position-x:  0px;
		transform-origin: top left;
}
 .sprite_conoce.animada {
 	/* -webkit-animation: conoce_animada 1s steps(49) forwards; */
animation: conoce_animada 2s steps(48) forwards;

}

@keyframes conoce_animada {
	0% {
		background-position-x:  0px;
		}
	100% {
		/* background-position-x: -53312px; pasos - 1 o sea un step menos y un largo de frame menos al total /// m*/
		background-position-x: -52224px;
		}
}
/*
 @-webkit-keyframes  conoce_animada {
0% {
	background-position-x:  0px;
	}
	100% {
		background-position-x: -53312px;

		}
}*/


.sprite_cuadrados {
    width: 110px;
    display: block;
    top: -7em;
    left: 10em;
    outline: none;
    vertical-align: top;
    margin: 0;
    position: absolute;
		z-index: 0;
}



.sprite_burbujas {
	width: 70px;
	display: block;
	top: 7.4em;
	left: 27em;
	outline: none;
	vertical-align: top;
	margin: auto;
	position: absolute;
	z-index: 0;
}
.somos_fijo{
	 z-index: 2;
    display: block;
    width: 100%;
    margin: 8em auto 0;
    max-width: 70%;
		position: relative;
}
.sprite_ojo {
	width: 110px;
	display: block;
	top: 14em;
	left: 17em;
	outline: none;
	vertical-align: top;
	margin: auto;
	position: absolute;
	z-index: 0;
}
.sprite_matriz {
	width: 220px;
	display: block;
	top: 15.4em;
	right: 12em;
	outline: none;
	vertical-align: top;
	margin: auto;
	position: absolute;
	z-index: 0;
}

.sprite_matriz2 {
	width: 270px;
	display: block;
	top: 5em;
	right: 4em;
	outline: none;
	vertical-align: top;
	margin: auto;
	position: absolute;
	z-index: 0;
}
div#page {
    display: block;
}
.sprite_logosombra_icon{
	width: 100px;
	height: 99px;
	display: block;
	outline: none;
	vertical-align: middle;
	margin: auto;
	position: relative;
}
  .sprite_logosombra {
		width: 100px;
		height: 99px;
		display: block;
		outline: none;
		vertical-align: middle;
		margin: auto;
		position: relative;
}
.sprite_logosombra .sprite_logosombra_bg {
width: 100px;
height: 99px;
display: block;
outline: none;
vertical-align: middle;
z-index: 3;
position: absolute;
top: 0px;
left: 0px;

 }



 .sprite_logosombra .sprite_logosombra_bg{
	 background-image: url(images/sprites/logo-sombra-100-24.png);
	 background-repeat: no-repeat;

	  background-position-y:  0px;
		background-position-x:  0px;
}
 .sprite_logosombra.animada .sprite_logosombra_bg{
  /* animation: logosombra  1.6s steps(24) forwards;
	-webkit-animation: logosombra 1.6s steps(24) forwards; */
animation: logosombra 1.6s steps(24) both;
/* animation-fill-mode: both; */
/* animation-delay: 2s; */
/* animation-direction: alternate; */
}

/* @-webkit-keyframes */
@keyframes logosombra {
0% {
	background-position-x:  0px;
	}
	100% {
		background-position-x: -2400px;

		}
}


/* blog */

body.page-template-default,
body.page-template-default.page-id-32{

}
body.post-template-default header#masthead,
body.page-template-default header#masthead {
    background-color: rgba(6,0,42,.8);
    opacity: 1;
    color: #ededef;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0px auto 0;
    width: 100%;
    z-index: 27;
    border-radius: 0;
    padding: 14px 2%;
	}
body.post-template-default article,
body.page-template-default article {
    margin: 80px auto;
    max-width: 1080px;
	}


	body.post-template-default article{
		max-width: 100%;
		margin: 0px auto;
	}

		body.post-template-default article header.entry-header{
			max-width: 100%;
	    background-color: rgba(6,0,42,.7);
	    margin: 0 auto 30px;
	    padding: 100px 0 20px;
	}

body.post-template-default	header.entry-header	h1.entry-title {
    max-width: 960px;
    margin: auto;
	}

			body.page-template-default h1.entry-title{
				max-width: unset;
			}

body.post-template-default article .entry-footer,
body.post-template-default  article .entry-content{
	max-width: 960px;
	margin: auto;
}

body.post-template-default article .entry-footer{
margin:20px auto;
}
body.post-template-default article.post .post-thumbnail {
    text-align: center;
}
.wp-block-post-template.is-flex-container {
    /* max-width: 1080px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em;
    margin: auto;
		}
.wp-block-post-template li,
.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{
	background-color: #ededef;
	border-radius: 20px;
overflow: hidden;
}

.wp-block-post-template li a{
	color: #333;
	text-decoration: none;
}
.wp-block-post-template .wp-block-post-featured-image {
    position: relative;
    margin-top: 0;
}
	.wp-block-post-title {
	    box-sizing: border-box;
	    word-break: break-word;
			margin: 0px 30px 8px;
	    color: #333;
	    font-size: 16px;
	    text-transform: uppercase;
	}
.wp-block-post-excerpt {
    margin: 0 30px 10px;
    color: #333;
}
.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
    line-height: 17px;

		 	font-family: 'FuturaStdMedium';
		     font-weight: 500;
	}
.wp-block-post-excerpt__more-text {
    margin-top: 10px;
    margin-bottom: 15px;

		 	font-family: 'FuturaStdMedium';
		     font-weight: 500;
}
.wp-block-post-template .wp-block-separator,
.wp-block-post-template .wp-block-post-date{
	display: none;
}

.cat-links {
    display: none;
}
footer.entry-footer {
    text-align: center;
}

header.entry-header	.tags-links a,
footer.entry-footer a{
    color: #ededef;
		text-decoration: underline;
}
.tags-links{

}


	#loading {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #743ed3;
	background-image: linear-gradient(
320deg,
hsl(249deg 100% 8%) 2%,
hsl(251deg 87% 15%) 14%,
hsl(254deg 75% 22%) 22%,
hsl(257deg 65% 31%) 30%,
hsl(259deg 56% 40%) 38%,
hsl(262deg 48% 49%) 45%,
hsl(265deg 54% 57%) 53%,
hsl(268deg 56% 62%) 60%,
hsl(271deg 57% 67%) 68%,
hsl(274deg 60% 73%) 76%,
hsl(277deg 62% 79%) 85%,
hsl(280deg 67% 85%) 99%
);
	z-index: 99999999999;
	text-align: center;
	display: none;
	pointer-events: none;
	top: 0;
	left: 0;
	}

		#loading2 {
			position: fixed;
    width: 130px;
    height: 130px;
    background: transparent;
    z-index: 4;
    text-align: center;
    opacity: 1;
    pointer-events: none;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-delay: 1s;
		}
	#loading2.oculto {
	opacity: 0;
	}
	body.home	#loading{
		display: block;
	}
.loadinggif{
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9999;
	display: block;
	margin: auto;
width: 110px;
}



@media (max-width: 1200px) {
.animar_sprite{
	transform: scale(.5);
	}
}

@media (max-width: 768px) {
	.animar_sprite{
		transform: scale(.3);
		margin-bottom: -30%;

		}
	header#masthead {
		background-color: rgba(6,0,42,.8);
		    opacity: 1;
		    color: #ededef;
		    position: fixed;
		    top: 0px;
		    right: 0;
		    left: 0;
		    margin: 0px auto 0;
		    width: 100%;
		    z-index: 27;
		    border-radius: 0;
		    padding: 6px 10px;
	}
	header#masthead.sticky {
    top: 0px;
			background-color: rgba(6,0,42,.8);
	 }
	img.logo {
	    width: 115px;
	    display: inline-block;
	    position: relative;
	    vertical-align: middle;
	    margin-right: 14px;
	}
	.menu-toggle, .main-navigation.toggled ul {
	    display: block;
	}


	.menu-toggle {
	    background-color: transparent;
	    color: #ededed;
	    padding: 0px;
	    width: auto;
	    float: right;
	    margin-right: 10px;
			border: unset;
		}

		.menu-toggle 	img{
			width: 25px;
		}
	ul#primary-menu {
		position: fixed;
		    right: 0;
		    margin: auto;
		    left: 0;
		    text-align: center;
		    top: 39px;
		    background: rgba(237,237,237,0.95);
		    padding: 10px 10px;
		    width: 100%;
		    text-align: center;
		    z-index: 0;
				color: #000;
	}
	.main-navigation li:first-child {
	    margin-right: 0px;
	}
	.submenu_parent::after {
	    content: '\2304';
	    font-size: 24px;
	    font-family: 'Roboto', sans-serif;
	    font-weight: 300;
	    color: #ededef;
	    position: absolute;
	    right: -20px;
	    top: -12px;
	    display: inline-block;
			display: none;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	    padding: 0px 10px 10px;
	    width: auto;
	    left: unset;
	    right: unset;
	    position: relative;
	    display: block;
	    /* background-color: #ededef; */
	    color: #000;
	    text-decoration: none;
	    float: unset;
	    text-align: center;
	    margin: auto;
	    box-shadow: none;
		}
	.main-navigation ul ul {
	    box-shadow: unset;
	    float: unset;
	    position: relative;
	    top: 100%;
	    left: 0;
	    z-index: 99999;
	    margin-bottom: 20px;

	}

	.main-navigation ul  a {
	    width: unset;
	    color: #000;
		}
	.main-navigation ul ul a {
	    width: unset;
	    color: #000;
	    text-decoration: none;
	    border-bottom: solid 0px #000;
	}
	.main-navigation ul ul li a {
    color: #000;
    text-decoration: none;
    border-bottom: solid 0px #000;
}
	.main-navigation ul ul li:hover a {

	    color: #f08c46;
	    border-bottom: solid 0px #f08c46;
	}
	.main-navigation ul li:hover ul li a {
	    width: unset;
	    color: #000;
	    text-decoration: none;
	}
	.main-navigation ul li:hover a {

		border-bottom: solid 0px #000;
	}

	.fixed-position {
			 overflow: hidden;
				height:100vh;
		}


	.site-branding span {
    display: none;
	}

	main {
	    display: block;
	    overflow: visible;
	}

		section {
		    display: block;
		    overflow: hidden;
		}
#fullwidth-video_mobile{
/*     height: 100vh; */
	position: relative;
	margin: 0;
	display: block;
		height: 100%;
		width: 100%;
	vertical-align: middle;
	text-align: center;
	background-color: #000;
	padding: 0px 0 0em;
}
	.videoWrapperM{
		margin-bottom: 0px;
		overflow: hidden;
		height: 100%;
		display: block;
		width: 100%;
		position: relative;
	}

  iframe.video_inicioM {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    max-width: 450px!important;
    aspect-ratio: 9 / 16 !important;
    margin-bottom: -8px;
  }
	 #fullwidth-video_mobile  	.velo-video{
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 opacity: 0.8;
	 /* background-color: rgba(0, 0, 0, 0.5); */
	 /* background-image: linear-gradient(to right bottom, #e0bdf2, #d0a4ec, #be8ce5, #ab74e0, #955dda, #7e4ec9, #6640b8, #4e32a7, #352886, #201e66, #0e1347, #06002a); */
	 left: 0;
	 top: 0;
		 z-index: 0;
				 border-radius: 0px;
				 pointer-events: none;

				 background-image: linear-gradient(
	  320deg,
	  hsl(249deg 100% 8%) 2%,
	  hsl(251deg 87% 15%) 14%,
	  hsl(254deg 75% 22%) 22%,
	  hsl(257deg 65% 31%) 30%,
	  hsl(259deg 56% 40%) 38%,
	  hsl(262deg 48% 49%) 45%,
	  hsl(265deg 54% 57%) 53%,
	  hsl(268deg 56% 62%) 60%,
	  hsl(271deg 57% 67%) 68%,
	  hsl(274deg 60% 73%) 76%,
	  hsl(277deg 62% 79%) 85%,
	  hsl(280deg 67% 85%) 99%
	);
	}

	#carousel-txts {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    width: 100%;
	    margin: auto;
	    text-align: center;
		}
	#carousel-txts .textos .btns_flex {
	    display: block;
	    justify-content: space-between;
	    margin-top: 20px;
		}


		#carousel-txts .textos {
		    background-color: transparent;

		    width: 100%;
		    max-width: 100%;
		    display: table-cell;
		    vertical-align: middle;
		    border-radius: 0;
		    text-align: center;
		    font-family: 'Roboto', sans-serif;
		    font-size: 20px;
		    line-height: 20px;
		    letter-spacing: 0px;
			}

			#carousel-txts .textos button {
    cursor: pointer;
    color: #ededef;
    background-color: #06002a;
    border: 0;
    opacity: 1;
		width: 170px;
	    transition: all 0.5s ease-in-out;
	    border-radius: 35px;
	    padding: 10px 10px;
	    text-transform: uppercase;
	    font-size: 12px;
	    display: block;
	    text-align: center;
	    margin: 12px auto 0;
	}
	#carousel-txts .textos h1 {
    font-size: 22px;
    line-height: 26px;
    font-family: 'FuturaStdHeavy';
    font-weight: 900;
    padding: 0 5px 0px;
    text-align: center;
    margin: 10px auto 25px;
	}
	#carousel-clientes {
	    position: absolute;
	    bottom: 10px;
	    width: 100%;
		}
 img.logo_cliente {
    max-width: 100px;
    vertical-align: middle;
    max-height: 40px;
    width: auto;
    height: 100%;
}

		.logo-sombra {
    margin: auto;
    display: block;
    max-width: 70px;
}
	section {
	    width: 100%;
	    height: 100%;
	    min-height: unset;
	    position: relative;
	    margin: 0;
	    padding: 2em 1em;
	    display: block;
		}

		.somos_fijo {
		    display: block;
		    width: 100%;
		    margin: 2em auto;
		    max-width: 100%;
		}
		.contacto_tit {
		    margin-top: 1em;
		    display: block;
		    max-width: 200px;
		}
			.dosColumnas {
			    width: 100%;
			    display: flex;
			    justify-content: start;
			    padding: 2em 0 2em;
			    flex-flow: column;
			}

			 #motion_graphics,
			#pizarra{
				flex-flow: column-reverse;
			}
		.columna {
		    width: 100%;
		    overflow: visible;
		    margin: auto;
		    padding: 1em 0em 0em 0em;
		}
		.columna.columnaLarga {
    width: 100%;
}
.columna h2 {
    font-family: 'Space Grotesk';
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    max-width: 360px;
	}

	.columna.txt_column {
    padding: 0em 0em 2em 0px;
}
.txt_equipo_container {
    width: 100%;
    display: block;
	}
.videocontenedor {
    display: block;
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 13px;
    border: 1px solid #743ed3;
    background-color: #743ed3;
    z-index: 0;
	}
	.videosList a {
    margin-bottom: 20px;
	}
	.videosList a:nth-child(odd) {
    z-index: 2;
    margin-left: auto;
    /* margin-bottom: -20px; */
}
.txt_equipo_item {
    margin: 10px 0 0 0px;
    margin-right: 0;
    cursor: pointer;
    text-align: left;
    display: block;
    position: relative;
    display: block;
    line-height: 1.25;
}
.invisible {
    opacity: 0;
    pointer-events: none;
    display: none;
}
.conoce_tit {
	max-width: 100%;
display: block;
margin: 0em 0 2em;
}
.box.txt_equipo_item.animaciones_sprites {
    display: none;
}
.search_icon{
	display: none;
}
.locucion_fondo {
    width: 100%;
    height: 4em;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 0;
    pointer-events: none;
    margin: auto;
    background-image: url(images/vumetro.svg);
    background-position: bottom center;
    background-repeat: repeat-x;
    mix-blend-mode: soft-light;
    background-size: cover;
	}
form .columna {
    width: 100%;
    overflow: visible;
    margin: 0 auto;
    vertical-align: top;
}
form .columna.txt_column {
    padding: 0;
}


.nombre_apellido input[type="text"] {
    width: 90%;

	}
.containerFooter {
    width: 100%;
    padding: 2em 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: unset;
    flex-flow: column;
	}
.logo-footer {
    width: 100%;
    height: auto;
    max-width: 80px;
    margin: 2em auto;
}
.microfono {
    display: none;
}
.circulo_trama {
    display: none;
}
.equipo_container {
    width: 100%;
    display: block;
	}
	.equipo_item {
	    margin-right: 0;
	    cursor: pointer;
	    text-align: center;
	    /* max-width: 30%; */
	    position: relative;
	    display: block;
	    line-height: 0;
			    margin-bottom: 1em;
	}
	.info_equipo {
    position: absolute;
		top: 85%;
		left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
 		width: 90%;
}
.info_equipo h3 {
    color: #ededef;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 5px;
}
.velo_equipo {
    background-color: #743ed3;
    /* background-color: rgba(6,0,42,.7); */
    opacity: 0.5;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    transition: all .5s ease-in-out;
}

.clients_logos.right {
    text-align: center;
}

.clients_logos {
    text-align: center;
}
.clientes_videos {
    margin: auto;
    margin-top: 15px;
    max-height: 50px;
    text-align: center;
}


body.post-template-default article, body.page-template-default article {
    margin: 80px auto;
    max-width: unset;
    padding: 0 20px 0;
	}

	.containerFooter .infoFooter a {
    margin: 0px auto;
    display: block;
	}
	.containerFooter .redes {
     width: 120px;
    margin: 0 auto -2px;
}


section#estudio {
    padding: 5em 1em 2em;
	}
/* sprites
  .sprite_estudio {
		width: 264px;
		height: 54px;
		display: block;
		outline: none;
		vertical-align: middle;
		margin: auto;
		position: relative;
}*/

}
