/*!
Theme Name: Sugich
Theme URI: http://underscores.me/
Author: Raymundo Perales
Author URI: http://www.raymundoperales.com
Description: A Wordpress theme to display the works of film director, writer and producer Alejandro Sugich
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: sugich
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.

Sugich 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/
*/

/* ----- NORMALIZAR ESTILOS POR NAVEGADOR -----*/

html{
	line-height: 1.3; /*Correct the line height in all browsers*/
	-webkit-text-size-adjust: 100%; /*Prevent adjustments of font size after orientation changes in iOS*/
	box-sizing: border-box;
}

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

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

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

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

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

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

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

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

/* 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto; /*Remove the padding in IE 10*/
}

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

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

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

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


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

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

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

*,
*::before,
*::after {
	box-sizing: inherit; /* 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/ */
}

/* -----  TERMINA NORMALIZAR ESTILOS POR NAVEGADOR -----*/



:root{
    --main: #474D54;
    --light: #FFFFFF;
	--light-grey: #F8F8F9;
	--darker: #262A2D;
	--bright-orange: #FF9E00;
	--bright-red: #FF0103;
	--border-radius: 8px;
	--sombra-clasica: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.5));
	--sombra-abajo:drop-shadow(0 5px 7px rgba(0, 0, 0, 0.5));
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.site-main{
	padding: 0px 0px;
}

.padding-lateral{
	padding-left: 30px;
	padding-right: 30px;
}

.padding-inferior{
	padding-bottom: 100px;
}
.padding-superior{
	padding-top: 80px;
}
.padding-todos{
	padding: 80px 30px 100px 30px;
}

.encima-header{
	position: relative;
	z-index: 999;
}
.debajo-header{
	z-index: 0;
}

/* ----- AJUSTES PRINCIPALES DE TEXTO ----- */
body{
	font-family: darkmode-on-cc, sans-serif;
	font-weight: 400;
	color: var(--light);
	background-color: var(--main);
	min-height: 100vh;
	background-image: url(img/fondo_principal.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

p{
	margin-bottom: 1.5em;
	font-size: 1.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: museo-sans, sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 2.5em;
	margin: 1em 0 0.5em 0;
	text-transform: uppercase;
}

h3{
	font-size: 1.3em;
}

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;
}

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%;
}


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;
}

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

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

figure {
	margin: 1em 0;
}

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

/* ----- LINKS ----- */

a {
	color: var(--bright-orange);
	text-decoration: none;
	cursor: pointer;
	font-size: inherit;
}

a:visited {
	color: var(--bright-orange);
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

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%;
}

/* ----- 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%;
}

/* ----- POST AND PAGES ----- */

.sticky {
	display: block;
}

.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;
}

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

/* ----- 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;
}

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

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

.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;
}

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

/* ----- ALIGNMETS ----- */
.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;
	text-align: center;
}

/* ----- AJUSTES PROXIMAMENTE -----*/
.proximamente{
    font-style: normal;
    text-align: center;
    background-image: url(img/fondo.gif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content-proximamente{
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    padding: 0 30px;   
}
.link-proximamente{
	color: var(--light);
}
.link-proximamente:visited{
	color: var(--light);
}
#big-title{
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    font-size: 5.5em;
    letter-spacing: 0.01em;
}
#gracias{
    font-size: 1.3em;
}
#boton_links{
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}
@media screen and (max-width: 1000px) {
    .content-proximamente{
        gap: 13px
    }
    #big_title{
        font-size: 4.5em;
    }
    #gracias{
        font-size: 1.2em;
    }
}
@media screen and (max-width: 600px) {
    #big_title{
        font-size: 3.5em;
    }
    #gracias{
        font-size: 1.1em;
    }
}
@media screen and (max-width: 500px) {
    .content-proximamente{
        gap: 18px;
        padding: 0 40px;
    }
    #big_title{
        font-size: 3em;
    }
    #gracias{
        font-size: 1em;
    }
}
@media screen and (max-width: 400px) {
    .content-proximamente{
        gap: 13px;
        padding: 0 30px;
    }
}

/*AJUSTES LINKS */
.logo{
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-top: 70px;
    text-decoration: none;

}
.logo:hover{
    text-decoration: underline;
    text-underline-offset: 4px;
}
#description{
    font-size: 1.2em;
    max-width: 400px;
    margin: 0px auto 48px auto;
}

.button_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px auto;
    gap: 20px;
    align-items: center;
}

.button{
    display: flex;
    flex-direction: row;
    font-size: 1.1em;
    background-color: var(--light);
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    color: var(--main);
    font-weight: bold;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 2px solid var(--light);
}
.button img{
    height: 25px;
}

.button:hover{
    color: var(--light);
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 600px) {
    .logo{
        font-size: 2.5em;
        width: 90%;
        margin: 48px auto 15px auto;
    }
    .button{
        padding: 16px;
        gap: 10px;
        font-size: 1.1em;
    }
    .button_box{
        gap: 15px;
        width: 90%;
        max-width: initial;
    }
}

/* ----- AJUSTES PARA EL HEADER -----*/
.site-header{
	display: flex;
	flex-direction: row;
	padding: 24px;
	position: fixed;
	width: 100%;
	margin:0;
	top:0;
	justify-content: space-between;
	align-items: center;
	font-size: 1.1em;
	font-family: museo-sans, sans-serif;
	z-index: 1000;
	height: 80px;
}

.fondo-header{
	width: 100%;
	height: 80px;
	background-color: var(--darker);
	opacity: 35%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}

.site-branding{
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	display: block;
	width: fit-content;
	font-size: 1.3em;
	filter: drop-shadow(4px 4px 5px black);
	line-height: 1.3em;
}
.site-branding:hover{
	text-decoration: underline;
	text-underline-offset: 3px;
}
#branding-chico{
	display: none;
}

#site-navigation{
	display: flex;
	flex-direction: row;
	width: fit-content;
	gap: 30px;
	align-items: center;
	transition: 0.4s;
}
.boton-navegacion:hover{
	text-decoration: underline;
	text-underline-offset: 3px;
}
.site-header a{
	color: var(--light);
}

.site-header a:visited{
	color: var(--light);
}
.hamburger{
	display: none;
	cursor: pointer;
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 18px 22px;
}
.bar{
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px 0;
	 -webkit-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
	background-color: white;
}

/* - Responsive pre-tablet -*/
@media(max-width:1100px){
	#site-navigation{
		gap: 16px;
	}
	.boton-navegacion{
		font-size: 0.9em;
		line-height: 1;
	}
	.site-branding{
		font-size: 1.2em;
		line-height: 1em;
	}
}

/* - Responsive para tablet -*/
@media(max-width:900px){
	.site-header{
		background-color: var(--darker);
		height: 65px;
		padding: 16px;
	}
	.site-branding{
		font-size: 1.3em;
		line-height: 1em;
	}
	#site-navigation{
		position: fixed;
		flex-direction: column;
		background-color: grey;
		width: 100%;
		top: 65px;
		left: -100%;
		gap: 0;
	}
	.boton-navegacion{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 65px;
		font-size: 1em;
		background-color: var(--main);
		width: 100%;
	}
	.site-branding{
		filter: none;
	}
	.site-branding:hover{
		text-decoration: none;
	}
	.hamburger{
		display: block;
	}
	.hamburger.active .bar:nth-child(2){
		opacity: 0;
	}
	.hamburger.active .bar:nth-child(1){
		transform: translateY(8px) rotate(45deg);
	}
	.hamburger.active .bar:nth-child(3){
		transform: translateY(-8px) rotate(-45deg);
	}
	#site-navigation.active{
		left: 0;
	}
	.fondo-header{
		display: none;
	}
}

/* - Responsive para celular -*/
@media(max-width:700px){
	#branding-chico{
		display: block;
	}
	#branding-grande{
		display: none;
	}
	#site-navigation{
		transition: 0.3s;
	}
}


/* ----- AJUSTES PARA EL HOME -----*/
#home-cover{
	width: 100%;
	height: 100vh;
	padding: 180px 120px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	display: flex;
	flex-direction: row;
	justify-content: right;
	transition: 500ms;
	margin-bottom: 100px;
	filter: var(--sombra-abajo);
}
.fondo-home-cover{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home-cover-2{
	display: none;
}
#home-text{
	width: 600px;
}
#home-text h1{
	font-size: 5em;
	margin: 0;
	margin-bottom: 20px;
	text-align: right;
	filter: drop-shadow(5px 5px 7px #000000);
}
#home-text p{
	text-align: right;
	filter: drop-shadow(5px 5px 7px #000000);
}
/* - Responsive pre-tablet -*/
@media(max-width:1100px){
	#home-cover{
		background-position: left;
		align-items: flex-end;
		padding: 60px;
	}
	#home-cover-1{
		display: none;
	}
	#home-cover-2{
		display:block;
	}
	#home-text{
		width: 450px;
	}
	#home-text h1{
		font-size: 4em;
	}
	#home-text p{
		margin: 0;
	}
}
/* - Responsive tablet -*/
@media(max-width:900px){
	#home-cover{
		margin-top: 110px;
		height: 80vh;
		background-position: left;
		padding: 40px;
		margin-bottom: 80px;
	}
	#home-text h1{
		font-size: 3em;
	}
}
/* - Responsive celular -*/
@media(max-width:700px){
	#home-cover{
		margin-top: 65px;
		padding: 0;
		height: 900px;
		height: auto;
		display: flex;
		flex-direction: column;
		position: relative;
		overflow: hidden;
		margin-bottom: 64px;
		background-color: var(--darker);
		margin-bottom: 0;
	}
	.fondo-home-cover{
		height: auto;
		position: relative;
	}
	#home-text{
		width: 100%;
		position: static;
	}
	#home-text h1{
		font-size: 2.8em;
		max-width: 300px;
		position: absolute;
		top: 64px;
		right: 32px;
	}
	#home-text p{
		width: 100%;
		margin: 0;
		padding: 24px 16px;
		text-align: center;
		font-size: 1em;
	}
}
/* - Responsive mini -*/
@media(max-width:500px){
	#home-text h1{
		font-size: 2em;
	}
}

.ultimos-posts{
	width: 100%;
	height: 500px;
	background-color: var(--darker)
}

/* ----- AJUSTES PARA LA GALERIA -----*/
.etiqueta-proyectos{
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 10;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
#linea-proyectos{
	height: 2px;
	width: 30px;
	background-color: var(--light-grey);
}
.etiqueta-proyectos h2{
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2em;
}
.contenedor-galeria{
	width: 100%;
	height: 650px;
	position: relative;
	overflow:hidden;
	filter: var(--sombra-abajo);
}
#izq-galeria,
#der-galeria{
	height: 100%;
	width: 100px;
	position: absolute;
	top: 0;
	background-color: rgba(100, 100, 100, 0.0);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 20%;
	transition: 0.15s;
}

#izq-galeria:hover,
#der-galeria:hover{
	opacity: 100%;
	background-color: rgba(100, 100, 100, 0.2);
}

#izq-galeria{
	left: 0;
}

#der-galeria{
	right: 0;
}

#izq-galeria img,
#der-galeria img{
	width: 20px;
	height: auto;
}

#galeria-home{
	width: 400%;
	height: 100%;
	background-color: var(--darker);
	display: flex;
	flex-direction: row;
	position: relative;
	transition: 500ms;
}
.pelicula-galeria{
	width: 100%;
	height: 100%;
	position: relative;
}

.pelicula-galeria img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-galeria{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.galeria-texto{
	width: 100%;
	max-width: 820px;
	position: absolute;
	padding: 30px 60px;
	left: 0;
	bottom: 0;
}

/* - Responsive pre-tablet -*/
@media(max-width:1100px){
	.contenedor-galeria{
		height: 750px;
	}
}
/* - Responsive tablet -*/
@media(max-width:900px){
	.contenedor-galeria{
		height: 750px;
	}
	.galeria-texto{
		padding: 32px;
	}
	.galeria-texto h1{
		font-size: 1.8em;
	}
	.etiqueta-proyectos h2{
		font-size: 1.8em;
	}
}
/* - Responsive celular -*/
@media(max-width:700px){
	.contenedor-galeria{
		height: fit-content
	}
	.pelicula-galeria{
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		flex-direction: column-reverse
	}
	.galeria-texto{
		padding: 24px;
		position: relative;
	}
	.galeria-texto h1,
	.galeria-texto p{
		margin: 0;
	}
	.galeria-texto h1{
		margin: 0;
		margin-bottom: 12px;
		font-size: 1.5em;
	}
	.galeria-texto p{
		font-size: 1em;
	}
	.video-galeria{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	#izq-galeria,
	#der-galeria{
		width: 80px;
	}
	#linea-proyectos{
		width: 24px;
	}
	.etiqueta-proyectos{
		top: 32px;
	}
	.etiqueta-proyectos h2{
		font-size: 1.4em;
	}
}

/* ----- AJUSTES PARA EL ABOUT -----*/
.dark{
	color: var(--main);
}

.bio{
	padding: 90px 64px 64px 0;
	position: relative;
	height: max-content;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 70px;
	filter: var(--sombra-abajo);
}
#fondo-about{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
#fondo-about-2{
	display: none;
	width: 30%;
}
#perfil{
	position: fixed;
	top: 120px;
	left: 40px;
	width: 400px;
}
#perfil-foto{
	width: 400px;
}
#text-about{
	width: 60%;
}

.filmografia-link{
	text-align: right;
}
/* - Responsive pre-tablet -*/
@media(max-width:1200px){
	.bio{
		flex-direction: row;
		gap: 24px;
		align-items: flex-start;
		background-color: #000004;
		padding: 90px 40px 64px 40px;
		position: relative;
	}
	#fondo-about{
		display: none;
	}
	#fondo-about-2{
		display: block;
	}
	#text-about{
		width: auto;
	}
	#text-about h1{
		margin: 0;
		margin-bottom: 16px;
	}
}
/* - Responsive tablet -*/
@media(max-width: 900px){
	.bio{
		margin: 0;
		padding: 0;
		margin-top: 65px;
		padding-bottom: 42px;
		width: 100%;
		margin-bottom: 64px;
	}
	#fondo-about-2{
		display: none;
	}
	#text-about *{
		margin: 0;
	}
	#text-about{
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: flex-end;
	}
	#text-about h1{
		background-image: url(img/about/fondo_acerca.png);
		background-position: center;
		background-size: cover;
		text-align: right;
		height: 250px;
		font-size: 3.5em;
		padding: 52px 70px 0 0;
		margin-bottom: 32px;
		width: 100%;
	}
	#text-about p{
		padding: 0 32px;
		text-align: justify;
		hyphens: auto;
	}
}
/* - Responsive celular -*/
@media(max-width: 700px){
	#text-about h1{
		font-size: 2.5em;
		height: 200px;
		padding: 32px 32px 0 0;
		margin-bottom: 16px;
	}
	#text-about p{
		padding: 0 16px;
		text-align: left;
	}
	.bio{
		
	}
}
/* - Responsive celular -*/
@media(max-width: 400px){
	#text-about h1{
		font-size: 2.3em;
		height: 200px;
		padding: 32px 16px 0 0;
	}
}

/* - NOTICIAS - */
.seccion-noticias{
	padding: 0 32px;
}
.noticias{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 32px;
	padding: 0;
}
.articulo{
	background-color: white;
	display: flex;
	flex-direction: column;
	width: 400px;
	border-radius: 8px;
	height: 550px;
	position: relative;
	overflow: hidden;
	transition: 200ms ease-in-out;
	filter: var(--sombra-clasica);
}
.fecha-articulo{
	height: 50px;
	font-style: italic;
	line-height: 34px;
	padding: 8px 16px;
	text-align: right;
}
.contenedor-imagen-noticia-2{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.contenedor-imagen-noticia-2>img{
	width: 100%;
	height: 100%!important;
	object-fit: cover;
	object-position: top;
	transition: 300ms;
}
.contenedor-imagen-noticia-2>img.active{
	transform: scale(1.2) rotate(2deg);
}
.articulo h2{
	font-size: 1.3em;
}
.articulo p{
	font-size: 1.1em;
}
.articulo figure{
	display: none;
}
.articulo *{
	color: black;
	margin: 0;
}
.texto-articulo{
	display: flex;
	flex-direction: column;
	padding: 16px;
	gap: 16px;
}
.contenido-articulo{
	text-align: justify;
	hyphens: auto;
	text-justify: newspaper;
	color: black;
}
.mas-articulo{
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 16px;
	right: 16px;
	gap: 8px;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}
.mas-articulo *{
	margin: 0;
}
.mas-articulo img{
	width: 20px;
}
.mas-articulo p{
	font-weight: 700;
	line-height: 1;
}
/* - Responsive pre-tablet 1 - */
@media(max-width: 1341px){
	.noticias{
		gap: 16px;
	}
	.articulo{
		flex-direction: column;
		width: 350px;
		height: 560px;
	}
}
/* - Responsive pre-tablet 2 - */
@media(max-width: 1160px){
	.articulo{
		flex-direction: column;
		width: 475px;
		height: 475px;
	}
}
/* - Responsive pre-tablet 2 - */
@media(max-width: 1046px){
	.articulo{
		flex-direction: column;
		width: 400px;
		height: 550px;
	}
}

/* - Responsive tablet - */
@media(max-width: 900px){
	.articulo{
		width: 100%;
		height: auto;
	}
	.texto-articulo{
		padding-bottom: 56px;
	}
	.contenedor-imagen-noticia-2{
		height: 300px;
	}
	.contenedor-imagen-noticia-2>img.active{
		transform: none;
	}
}

/* - Responsive celular - */
@media(max-width: 700px){
	.seccion-noticias{
		padding: 0 16px;
	}
	.seccion-noticias>h1{
		font-size: 2em;
	}
	.contenedor-imagen-noticia-2{
		height: 200px;
	}
	
}

/* ----- AJUSTES PARA COLABORAR -----*/
#site-colaborar{
	display: flex;
	flex-direction: row;
	padding: 110px 32px 64px 32px;
	width: 100%;
	position: relative;
	gap: 36px;
	align-items: flex-start;
}
.envolvente-servicios{
	width: 700px;
}
.envolvente-servicios>h1{
	margin: 0;
	text-transform: none;
	font-size: 2.5em;
	line-height: 90px;
}
#consultoria{
	display: flex;
	flex-direction:column;
	background-color: var(--darker);
	width: 100%;
	border-radius: 8px;
	filter: drop-shadow(3px 3px 7px var(--darker));
	overflow: hidden;
}
#consultoria-imagen{
	width: 100%;
	
	object-fit: cover;
}
.consultoria-texto{
	background-color: var(--darker);
	padding: 32px;
}
.consultoria-texto h1{
	margin: 0;
	font-size: 1.8em;
	margin-bottom: 16px;
}
.consultoria-texto p{
	margin: 0;
}
#contenedor-formulario{
	width: 100%;
	padding: 32px;
	margin-top: 90px;
	border-radius: 8px;
	background-color: var(--darker);
	filter: drop-shadow(3px 3px 7px var(--darker));
}
#titulo-formulario{
	margin: 0;
}
form{
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.form{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
textarea{
	min-height: 200px;
}
.boton-enviar{
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	width: fit-content;
	align-self: flex-end;
	padding: 8px 16px;
	text-transform: uppercase;
	background-color: var(--bright-orange)!important;
	color: white!important;
	border: none !important;
}
.boton-enviar:hover{
	background-color: white!important;
	color: var(--bright-orange)!important;
}
.mensaje-error{
	margin-top: 16px;
}
#envolvente-exito{
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	align-items: center;
	justify-content: center;
}
#caja-exito{
	background-color: var(--darker);
	width: 450px;
	height: max-content;
	text-align: center;
	padding: 64px 32px 32px 32px;
	border-radius: 8px;
	position: relative;
	filter: drop-shadow(3px 3px 7px black);
}
#caja-exito h2{
	margin-bottom: 16px;
}
.close-icon{
	width: 24px;
	position: absolute;
	top: 24px;
	right: 24px;
}
.volver-inicio{
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	width: fit-content;
	align-self: flex-end;
	padding: 8px 12px;
	border-radius: 4px;
	background-color: var(--bright-orange)!important;
	color: white!important;
	border: none !important;
	margin: 0 auto;
	margin-top: 40px;
}
.volver-inicio:hover{
	background-color: white!important;
	color: var(--bright-orange)!important;
}
/* - Responsive tablet -*/
@media(max-width:900px){
	#site-colaborar{
		flex-direction: column;
		margin-top: 65px;
		margin-bottom: 65px;
		padding: 32px;
	}
	.envolvente-servicios{
		width: 100%;
	}
	#contenedor-formulario{
		margin-top: 0;
	}
	.envolvente-servicios>h1{
		margin: 32px 0;
		text-transform: none;
		font-size: 2.5em;
		line-height: 1;
		text-align: center;
	}
}
/* - Responsive celular -*/
@media(max-width:700px){
	#site-colaborar{
		padding: 16px;
		gap: 16px;
	}
	#titulo-formulario{
		margin: 0;
		font-size: 2em;
		text-align: center;
		margin-bottom: 16px;
	}
	#contenedor-formulario{
		padding: 32px 16px;
	}
	.consultoria-texto{
		text-align: center;
	}
	#caja-exito{
		width: 100%;
	}
	#envolvente-exito{
		padding: 0 16px;
	}
}
/* ----- AJUSTES PARA TOP 100 -----*/
.header-top-100{
	width: 100%;
	height: auto;
	padding: 80px;
	padding-top: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("img/top_100/top_100_header.jpeg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	gap: 16px;
}

.title-top-100{
	font-size: 3em;
	margin: 0;
	margin-bottom: 16px;
}
.subtitle-top-100{
	margin:0;
	margin-bottom: 32px;
}

.introduccion-top-100{
	max-width: 700px;
	text-align: center;
	margin: 0;
}
.titulo-top-10{
	text-align: center;
	margin: 80px auto 32px auto;
}

.contenedor-peliculas{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	padding: 0 30px;
	justify-content: center;
	margin-bottom: 60px;
}
.pelicula{
	background-color: var(--darker);
	width: 150px;
	height: 225px;
	display: block;
	flex-shrink: 0;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	/*transition: 400ms;*/
	filter: var(--sombra-clasica);
}
.poster-pelicula{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.contenido-pelicula{
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 16px;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.nombre-pelicula{
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	hyphens:auto;
}
.datos-pelicula{
	display: none;
}
.boton-pelicula{
	display: none;
}
/* ----- Hover -----*/
.contenido-pelicula.state-hover{
	opacity: 100%;
}

/* ----- Active -----*/
.pelicula.active{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 64px;
}
.elementos-pelicula.active{
	opacity: 100%;
	background-color: var(--darker);
	width: 100%;
	max-width: 900px;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 32px;
	padding: 32px;
	border-radius: 8px;
	z-index: 1;
	position: relative;
	filter: drop-shadow(5px 5px 5px black);
}
.poster-pelicula.active{
	width: 300px;
	height: 450px;
	position: relative;
}
.contenido-pelicula.active{
	opacity: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: rgba(0, 0, 0, 0);
	gap: 24px;
}
.contenido-pelicula.active h1{
	font-size: 2em;
	margin-top: 24px;
	text-align: left;
	text-transform: none;
}
.contenido-pelicula.active .datos-pelicula{
	display: block;
}
.elementos-pelicula.active .boton-pelicula{
	display: block;
	position: absolute;
	top: 32px;
	right: 32px;
	width: 24px;
}
/* - Responsive pre-tablet -*/
@media(max-width:1100px){
	.titulo-top-10{
		text-align: center;
		margin: 60px auto 24px auto;
		font-size: 2em;
	}
	.contenedor-peliculas{
		gap: 16px;
		padding: 0 24px;
		margin-bottom: 60px;
	}
}

/* - Responsive tablet -*/
@media(max-width:900px){
	.header-top-100{
		gap: 0;
		padding: 64px 32px;
		margin-top: 65px;
	}
	.poster-pelicula.active{
		width: 180px;
		height: 270px;
		position: relative;
	}
	.elementos-pelicula.active{
		align-items: flex-start;
		padding: 64px 32px;
		height: fit-content;
	}
	.contenido-pelicula.active{
		margin: 0;
		padding: 0;
	}
	.contenido-pelicula.active h1{
		font-size: 1.6em;
		margin:0;
	}
	.elementos-pelicula.active .boton-pelicula{
		display: block;
		position: absolute;
		top: 32px;
		right: 32px;
		width: 24px;
	}
	.pelicula.active{
		padding: 64px 32px;
	}
}

/* - Responsive celular -*/
@media(max-width:700px){
	.header-top-100{
		padding: 32px 24px;
	}
	.title-top-100{
		text-align: center;
		font-size: 2.3em;
	}
	.subtitle-top-100{
		font-size: 1.3em;
	}
	.introduccion-top-100{
		max-width: 700px;
		text-align: center;
		margin: 0;
		font-size: 1em;
	}
	.contenedor-peliculas{
		gap: 16px;
		padding: 0 16px;
		margin-bottom: 40px
	}
	.pelicula{
		width: 120px;
		height: 180px;
	}
	.nombre-pelicula{
		font-size: 1em;
	}
	.titulo-top-10{
		margin: 40px auto 24px auto;
		font-size: 1.8em;
	}
	.pelicula.active{
		padding: 16px;
	}
	.elementos-pelicula.active{
		flex-direction: column;
		padding: 32px 24px;
		align-items: center;
		justify-content: center;
	}
	.contenido-pelicula.active{
		text-align: center;
		align-items: center;
		height: fit-content;
		gap: 8px;
	}
	.contenido-pelicula.active h1{
		font-size: 1.5em;
		margin-bottom: 20px;
		text-align: center;
	}
	.contenido-pelicula.active p{
		font-size: 1em;
		text-align: center;
		margin: 0;
		margin-bottom: 16px;
	}
	.poster-pelicula.active{
		width: 100px;
		height: 150px;
	}
	.elementos-pelicula.active .boton-pelicula{
		top: 24px;
		right: 24px;
		width: 20px;
	}
}


/* ----- AJUSTES PARA PROYECTOS -----*/
.header-photo{
	background-image: url(img/colaborar/foto_temporal.png);
	height: 400px;
	width: 100%;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	top: 0;
	align-items: center;
	justify-content: center;
	position: relative;
}
.header-proyecto{
	background-image: url(img/proyectos/proyectos.png);
	margin-bottom: 50px;
	filter: var(--sombra-abajo);
}
.header-title{
	text-align: center;
	font-size: 5em;
	filter: drop-shadow(5px 5px 7px #000000);
}
.filtro{
	position: absolute;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 400px;
}
.contenedor-proyectos{
	width: 100%;
	display: flex;
	gap: 20px;
	padding: 0;
	overflow: hidden;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 100px;
	align-items: center;
	justify-content: center;
}
.proyecto{
	background-color: var(--darker);
	width: 250px;
	height: 375px;
	display: flex;
	flex-direction: row;
	margin: 0;
	border-radius: var(--border-radius);
	position: relative;
	overflow: hidden;
	transition: 500ms;
	cursor: pointer;
	filter: var(--sombra-clasica);
}
.poster{
	height: 100%;
	width: 250px;
	object-fit: cover;
}
.filtro-poster{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-family: museo-sans, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 32px 32px 16px 32px;
	font-weight: 700;
	font-size: 1.3em;
	opacity: 0;
	transition: 30ms;
	opacity: 0%
}
.filtro-poster.active{
	display: none;
}
.filtro-poster.active2{
	opacity: 100%;
}
.info-proyecto{
	padding: 55px 24px 28px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width:100%;
}
.texto-proyecto{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.texto-proyecto h3{
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-right: 32px;
}
.texto-proyecto p{
	margin: 0;
	font-size: 1em;
}
.texto-proyecto a{
	height: 25px;
	width: fit-content;
	padding: 0;
	margin-top: 10px;
}
.logo-imdb{
	height: 100%;
}
.encuentra-proyecto{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: right;
	gap: 16px;
}
.encuentra-proyecto a{
	width: 80px;
}
.logo-streaming{
	height: 100%;
	width: 100%;
}
.flecha-proyecto{
	width: 25px;
	position: absolute;
	right: 28px;
	top: 28px;
	cursor: pointer;
	transition: 500ms;
	opacity:0%;
}
.flecha-proyecto.active{
	transform: rotate(180deg);
	opacity: 100%;
}
.flecha-proyecto.active2{
	opacity:100%;
}
.proyecto.active{
	width: 700px;
}

/* - Responsive pre-tablet -*/
@media(max-width:1065px){
	.proyecto{
		width: 220px;
		height: 330px;
	}
	.poster{
		height: 330px;
		width: 220px;
	}
	.proyecto.active{
		width: 100%;
	}
}

/* - Responsive tablet -*/
@media(max-width:900px){
	.proyecto.active{
		height: fit-content;
		padding: 24px;
	}
	.header-title{
		font-size: 4em;
	}
	.header-photo{
		margin-top: 65px;
		height: 350px;
	}
}

/* - Responsive celular -*/
@media(max-width:700px){
	.header-photo{
		height: 250px;
		background-attachment:scroll;
	}
	.header-title{
		font-size: 2.8em;
	}
	.contenedor-proyectos{
		gap: 16px;
		margin-bottom: 64px;
	}
	.proyecto{
		width: 150px;
		height: 225px;
	}
	.poster{
		width: 150px;
		height: 225px;
	}
	.padding-lateral{
		padding: 0 16px;
	}
	.titulos-proyectos{
		font-size: 1.9em;
		text-align: center;
		margin-bottom: 24px;
	}
	.proyecto.active{
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.flecha-proyecto{
		position: static;
		top: 0;
		right: 0;
		opacity: 100%;
		margin-top: 24px;
	}
	.flecha-proyecto.active{
		transform: rotate(-90deg);
	}
	.flecha-proyecto.active2{
		opacity:100;
	}
	.filtro-poster.active2{
		opacity: 0;
	}
	.proyecto.active .info-proyecto{
		padding: 0;
		flex-direction: column;
		justify-content:center;
		align-items: center;
		text-align: center;
		gap: 16px;
		margin-top: 36px;
	}
	.proyecto.active .info-proyecto .texto-proyecto{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}
	.proyecto.active .texto-proyecto h3{
		padding: 0;
	}
	.encuentra-proyecto{
		margin-top: 16px;
	}
}

/*--- FOOTER ---*/
.site-footer{
	height: auto;
	width: 100%;
	background-color: var(--darker);
	margin: 0;
	z-index: 10000;
	display: flex;
	flex-direction: row;
	padding: 60px;
	justify-content: space-between;
	overflow: hidden;
}
.footer-branding,
.footer-navegacion,
#footer-final {
	display: flex;
	flex-direction: column;
}

.footer-branding{
	justify-content: start;
	gap: 30px;
}
.footer-branding a:hover{
	text-decoration: none;
}
.logo-footer{
	font-size: 3em;
	margin: 0;
	color: var(--light);
}
.iconos-footer{
	display: flex;
	flex-direction: row;
	gap: 25px;
}
.iconos-footer img{
	height: 35px;
}
.footer-navegacion{
	gap: 16px;
	font-size: 0.9em;
	align-items: stretch;
	position: relative;
}
.boton-footer{
	font-size: 1.3em;
	color: white;
	width: 100%;
	text-align: center;
	flex-grow: 1;
	padding: 8px 0;
}
#footer-final{
	align-items: flex-end;
	justify-content: space-between;
}
.newsletter-form{
	border: none;
	padding: 0;
	margin: 0;
}
.newsletter{
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-end;
}
.footer-privacidad{
	text-align: right;
	font-size: 1.1em;
	color: var(--bright-orange);
}
.footer-privacidad:hover,
.boton-footer:hover,
.logo-footer:hover{
	text-decoration: underline;
    text-underline-offset: 3px;
}
#input-correo-footer{
	width: 450px;
	font-family: darkmode-on-cc, sans-serif;
	padding: 10px;
	font-size: 1em;
}
#quiero-suscribirme{
	font-family: darkmode-on-cc, sans-serif;
	padding: 10px 15px 10px 15px;
	font-weight: 600;
	width: fit-content;
	background-color: var(--bright-orange);
	color: var(--light);
	border: none;
}
#quiero-suscribirme:hover{
	background-color: var(--light);
	color: var(--bright-orange);
}
#error-news,
#exito-news{
	margin: 0;
}

#error-news{
	color: var(--bright-red);
}

/* - Responsive pre-tablet -*/
@media(max-width:1100px){
	.site-footer{
		padding: 36px 40px 36px 40px;
	}
	.footer-branding{
		gap: 32px;
	}
	.logo-footer{
		font-size: 2.5em;
	}
	.iconos-footer{
		gap: 24px;
	}
	.iconos-footer img{
		height: 30px;
	}
	.footer-navegacion{
		gap: 8px;
		font-size: 0.8em;
	}
	.suscribete{
		font-size: 1.2em;
	}
	#input-correo-footer{
		width: 350px;
		padding: 6px 10px;
	}
	.newsletter{
		gap: 12px;
	}
}
/* - Responsive tablet -*/
@media(max-width:900px){
	.site-footer{
		flex-direction: column;
		padding: 40px;
		justify-content: none;
		gap: 42px;
	}
	.footer-branding,
	.footer-navegacion,
	#footer-final {
		align-items: center;
	}
	.footer-branding{
		gap: 24px;
	}
	.logo-footer{
		font-size: 3em;
		text-align: center;
	}
	.footer-navegacion{
		gap: 8px;
		font-size: 0.9em;
	}
	#footer-final.{
		justify-content: none;
		gap: 42px
	}
	.newsletter{
		align-items: center;
		gap: 20px;
	}
	.suscribete{
		font-size: 1.3em;
	}
	#error-news,
	#exito-news{
		text-align: center;
		font-size: 1.1em;
		margin-bottom: 32px;
	}
}
/* - Responsive celular -*/
@media(max-width:700px){
	.site-footer{
		padding: 40px 16px;
		gap: 32px;
	}
	.footer-branding,
	.footer-navegacion,
	#footer-final {
		width: 100%;
	}
	#input-correo-footer{
		width: 100%;
	}
	.logo-footer{
		font-size: 2.6em;
	}
}

/* --- AVISO DE PRIVACIDAD --- */
#site-aviso{
	padding: 0 32px;
}
#contenido-aviso{
	max-width: 1000px;
	margin: 110px auto;
	background-color: var(--darker);
	padding: 32px 40px;
	filter: var(--sombra-clasica);
}
#site-aviso h1{
	text-align: center;
	margin-bottom: 46px;
}
#site-aviso h2{
	margin-top: 60px;
	font-weight: 400;
	margin-bottom: 8px;
}
#ultima-actualizacion{
	margin-top: 72px;
	text-align: right;
}
/* - Responsive tablet -*/
@media(max-width:900px){
	#contenido-aviso{
		margin: 0;
	}
	#site-aviso{
		padding: 100px 16px;
	}
	#site-aviso p{
		font-size: 1em;
	}
	#site-aviso h2{
		margin-top: 32px;
	}
}
/* - Responsive celular -*/
@media(max-width:700px){
	#contenido-aviso{
		padding: 32px 16px;
	}
	#site-aviso{
		padding: 81px 16px;
	}
	#site-aviso p{
		text-align: justify;
		hyphens: auto;
	}
	#site-aviso h1{
		margin-bottom: 32px;
		margin-top: 0;
		font-size: 1.8em;
	}
	#site-aviso h2{
		font-size: 1.2em;
		margin-top: 46px;
	
		font-weight: 700;
	}
}