/*
Theme Name: xxxxxx
Theme URI: http://www.faunadiseno.com
Author: Eugenio Err&aacute;zuriz
Author URI: http://www.faunadiseno.com
Description: xxxxxx
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, 
body, 
div, 
span, 
applet, 
object, 
iframe, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
blockquote, 
pre, 
a, 
abbr, 
acronym, 
address, 
big, 
cite, 
code, 
del, 
dfn, 
em, 
font, 
ins, 
kbd, 
q, 
s, 
samp, 
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var, 
dl, 
dt, 
dd, 
ol, 
ul, 
li, 
fieldset, 
form, 
label, 
legend, 
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	/* remember to define focus styles! */
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
}

ol, 
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, 
th, 
td {
	font-weight: normal;
	text-align: left;
}

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

blockquote, 
q {
	quotes: "" "";
}

a img {
	border: 0;
}

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

/* SOMAV!!
----------------------------------------------- */

header {
    will-change: min-height;

}

.header__inner{
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); /* For browsers don't support translate3d. */
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.scroll-container {
	position: relative;
}

:root {
	--red: #E5332A;
	--green: #00ADB9;
	--yellow: #F29100;
	--grey: #575756;
	--darkgrey: #080808;
	--white: #FFFFFF;
	--black: #000000;
}

* {
	box-sizing: border-box;
}

*:after, 
*:before {
	box-sizing: border-box;
}

input, 
textarea, 
select {
	border: none;
	font-size: 1em;
	font-family: inherit;
	background-color: transparent;
	font-size: 1.25em;
	padding: .2em .5em;
	color: inherit;
}

.gform_wrapper input, 
.gform_wrapper textarea, 
.gform_wrapper select {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
}


body {
	font-family: "Libre Franklin", sans-serif;
	color: var(--grey);
	line-height: 1.6;
	font-weight: 300;
}

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

p:empty {
	display: none!important;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all	.3s cubic-bezier(.55,0,.1,1);
	transition: all	.3s cubic-bezier(.55,0,.1,1);
}

a:hover {
	text-decoration: underline;
}

a.button, 
button,
#rtec input.rtec-submit-button,
.gform_button {
	border: 4px solid var(--white);
	font-size: 1.25em;
	padding: .2em .5em;
	background-color: transparent;
	color: inherit;
	cursor: pointer;
	display: inline-block;
}

a.button:not(:last-of-type) {
	margin-right: .5em;
	margin-bottom: .5em;
}

a.button:hover {
	text-decoration: none;
	background-color: var(--white);
	border-color: var(--white);
	color: var(--darkgrey);
	box-shadow: none!important;
}

strong {
	font-weight: 600;
}

blockquote strong {
	font-weight: 400;
}

em {
	font-style: italic;
}

figure {
	margin: 0 0 2em;
}

#single .alignleft,
#pagina .alignleft  {
	float: left;
	margin: 0 2em 2em 0;
}

#single .alignright,
#pagina .alignright {
	float: left;
	margin: 0 0 2em 2em;
}

#single  figure.alignleft,
#pagina  figure.alignleft,
#pagina blockquote,
#single blockquote {
	float: left;
	margin: 0 2em 2em 0;
}

#single  figure.alignright,
#pagina  figure.alignright {
	float: left;
	margin: 0 0 2em 2em;
}

figcaption, 
.wp-caption-text {
	font-size: .874em;
	font-style: italic;
}

.wp-caption,
blockquote {
	font-size: 1.5em;
	font-family: Corben;
	color: var(--red);
	margin-bottom: 1em!important;
	max-width: 40%;
}

section {
	padding: 2em 2.5em;
}

.home section:first-of-type {
	padding-top: 0;
}

h2, 
h1, 
h3 {
	font-family: Corben, serif;
}

.gform_wrapper h3.gform_title {
	font-weight: 400!important;
	font-size: 1.5em!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
	font-weight: 400;
}

h2 {
	font-size: 1.625em;
}

section h2 {
	width: 100%;
	margin-bottom: .5em;
	line-height: 1.2;
}

h3 {
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: .5em;
	color: var(--red);
}

h4 {
	font-family: Corben;
	font-size: 1.125em;
	margin-bottom: 1em;
}

header {
	position: relative;
	z-index: 2;
}

.header__inner {
	width: 100%!important;
}

#header-background-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	background-color: #ffffff;
	z-index: 4;
	padding: 4em 2.5em 1em;
	-webkit-transition: height	.3s cubic-bezier(.55,0,.1,1),
				background-color .3s cubic-bezier(.55,0,.1,1);
	transition: height	.3s cubic-bezier(.55,0,.1,1),
				background-color .3s cubic-bezier(.55,0,.1,1);
}

header a.logo {
	line-height: 0;
	position: relative;
}

header a.logo img {
	display: block;
	width: 18em;
	-webkit-transition: width .3s cubic-bezier(.55,0,.1,1),
	opacity .3s cubic-bezier(.55,0,.1,1);
	transition: width .3s cubic-bezier(.55,0,.1,1),
	opacity .3s cubic-bezier(.55,0,.1,1);
}

header a.logo .white {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#searchform {
	margin-left: auto;
	margin-right: 2em;
	position: relative;
	overflow: hidden;
}

#searchform label {
	display: none;
}

input#s.field {
	border-bottom: 1px solid;
	color: inherit;
	padding-left: 0;
	padding-right: 2em;
	font-size: 1.125em;
}

.result-item {
	max-width: 38em;
	margin-bottom: 2em;
		padding-bottom: 1em;
}
.result-item:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}

.result-item p.date {
	font-weight: 700;
	margin-bottom: 1em;
}

.results {
	padding-top: 2em;
}

::-webkit-input-placeholder {
	/* Edge */
	color: inherit;
}

.field :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: inherit;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-placeholder {
	color: inherit;
}

:-ms-input-placeholder {
	color: inherit;
}

::placeholder {
	color: inherit;
}

#searchsubmit {
	position: absolute;
	display: block;
	text-indent: -999px;
	width: 30px;
	height: 30px;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	background: url('../images/loupe.svg') no-repeat center;
}

main {
	-webkit-transition: opacity	.3s cubic-bezier(.55,0,.1,1);
	transition: opacity	.3s cubic-bezier(.55,0,.1,1);
	overflow-x: hidden;
}

.video-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.post-video .video-container {
	padding-bottom: 54%;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Fixed header */

.is-affixed #header-background-wrapper, 
.page #header-background-wrapper, 
.single #header-background-wrapper,
.archive #header-background-wrapper  {
	background-color: var(--darkgrey);
	z-index: 2;
	padding-top: 1em;
	padding-bottom: 1em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	            -ms-grid-row-align: center;
	        align-items: center;
	color: var(--white);
}

.is-affixed #header-background-wrapper a.logo img, 
.page #header-background-wrapper a.logo img, 
.single #header-background-wrapper a.logo img,
.archive #header-background-wrapper a.logo img {
	width: 16em;
}

.is-affixed #header-background-wrapper a.logo .white, 
.page #header-background-wrapper a.logo .white, 
.single #header-background-wrapper a.logo .white,
.archive #header-background-wrapper a.logo .white {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.is-affixed #searchsubmit, 
.page #searchsubmit, 
.single #searchsubmit,
.archive #searchsubmit {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: invert(100%);
	        filter: invert(100%);
}

/* Sidebar Menu */

.is-affixed :not(.sidebar) .menu-toggle, 
.page :not(.sidebar) .menu-toggle, 
.single :not(.sidebar) .menu-toggle,
.archive :not(.sidebar) .menu-toggle {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: invert(100%);
	        filter: invert(100%);
	color: var(--darkgrey);
}

.single .sidebar .menu-toggle,
.page .sidebar .menu-toggle {
	-webkit-filter: none;
	        filter: none;
}

button.menu-toggle {
	border: none;
	background-color: transparent;
	padding: 0;
	font-family: Corben;
	padding-right: 2em;
	background: url('../images/hamburger.svg') no-repeat right center;
}

.sidebar {
	background-color: var(--white);
	color: var(--dark-grey);
	padding: 6em 2em 2em;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	overflow-y: scroll;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.55,0,.1,1);
	transition: -webkit-transform .3s cubic-bezier(.55,0,.1,1);
	transition: transform .3s cubic-bezier(.55,0,.1,1);
	transition: transform .3s cubic-bezier(.55,0,.1,1), -webkit-transform .3s cubic-bezier(.55,0,.1,1);
	z-index: 6;
	box-shadow: 0px 0px 0px rgba(0,0,0,.2);
	width: 40%;
}

.sidebar.active {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

body.sidebar-open {
	overflow: hidden;
}

body.sidebar-open main {
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.sidebar .menu-toggle {
	position: absolute;
	top: 2em;
	left: 1.5em;
	padding-right: 0;
	padding-left: 2em;
	padding-bottom: .2em;
	background: url('../images/close.svg') no-repeat left center;
	-webkit-filter: none!important;
	        filter: none!important;
}

.sidebar-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.6em;
}

.sidebar-actions a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.2;
	font-weight: 500;
	padding: 2em 1em;
	border: 3px solid;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: 1%;
	    flex-basis: 1%;
	text-align: center;
	vertical-align: middle;
}

.sidebar-actions a:not(:last-of-type) {
	margin-right: .5em;
}

#menu-principal > li {
	margin-bottom: 1.5em;
}

#menu-principal > li > a {
	display: block;
	font-family: Corben;
	border-bottom: 1px solid #666;
	padding-bottom: .3em;
	margin-bottom: .5em;
}

#menu-principal > li ul li {
	margin-bottom: .5em;
	font-size: .875em;
}

/* Contact Form */

.gform_confirmation_message {
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 2em;
	font-family: Corben, serif;
	line-height: 1.3;
	text-align: center;
}

.contact-form {
	position: fixed;
	left: 50%;
	max-height: calc(100vh - 10em);
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	padding: 2em;
	z-index: 4;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	-webkit-transition: top	.8s cubic-bezier(.55,0,.1,1);
	transition: top	.8s cubic-bezier(.55,0,.1,1);
	top: -100vh;
}

.contact-form.active {
	top: 5em;
}

.contact-form .close-popup {
	-webkit-filter: none;
	        filter: none;
	top: .5em;
	right: .5em;
}

body header .header__inner div.gform_wrapper .ginput_container {
	margin-top: 0!important;
}

li.gfield {
	margin-top: .5em!important;
}

li.gfield_error {
	padding: 0!important;
	border: none!important;
	background-color: transparent!important;
}

.validation_message {
	padding-top: 0!important;
	padding-right: 0!;
}

/* Hero */

#hero {
	padding-bottom: 3em;
}

#hero .carousel-cell {
	position: relative;
	height: 350px;
	width: 100%;
	padding: 2em 4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
}

#hero .carousel-cell > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: 0;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#hero h2 {
	font-size: 2.2em;
	margin-bottom: 1em;
}

.hero-info {
	position: relative;
	max-width: 400px;
	z-index: 1;
}

.red-cp {
	background-color: var(--red);
}

.black-cp {
	background-color: var(--darkgrey);
}

.yellow-cp {
	background-color: var(--yellow);
}

.green-cp {
	background-color: var(--green);
}

/* Modulos Home */

.modules-home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
}

.module-item {
	position: relative;;
	-webkit-box-flex: 1;;
	    -ms-flex-positive: 1;;
	        flex-grow: 1;
	-ms-flex-preferred-size: 1%;
	    flex-basis: 1%;
	padding: 2em;
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: var(--white);
}

.module-item > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: 0;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.module-item:not(:last-child) {
	margin-right: 2em;
}

/* Events */

.event-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

#events {
	padding-top: 0;
	padding-left: calc(180px + 5.5em);
	min-height: 150px;
}

#events .events-header {
	position: absolute;
	left: 2.5em;
	width: 180px;
}

#events .events-header a, 
#events .carousel-cell > a {
	text-transform: uppercase;
	font-weight: 600;
}

#events .carousel {
	width: calc(100% - 2em);
}

#events .carousel:after {
	content: 'flickity';
	display: none; /* hide :after */
}

#events .carousel-cell {
	padding: 1em .8em;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: 33.333%;
	    flex-basis: 33.333%;
	width: 33.333%;
	border-left: 1px solid #ccc;
	min-height: 100%;
}

#events .carousel-cell > a {
	font-size: .9em;
}

#events .carousel-cell h4 {
	color: var(--green);
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

#events .carousel-cell span.date-num {
	font-size: 2.625em;
	line-height: 1;
	margin-right: .15em;
}

#events .carousel-cell span.date-month {
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}

.tribe_events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px solid #aaa;
}

.single-event-left {
	-ms-flex-preferred-size: 70%;
	    flex-basis: 70%;
	padding-right: 2em;
}

.single-event-right {
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	padding-bottom: 2em;
}

.event-meta {
	padding: 2em;
	background-color: #eee;
	font-size: .875em;

}

.tribe-events-meta-group {
	margin-bottom: 2em;
}

.tribe-events-event-meta:first-child {
	border-top: none;
	margin-top: 0;
}

/* News */

#news .wp-pagenavi *,
#search-results .wp-pagenavi * {
	border: none;
	margin-right: .5em;
}

#news .wp-pagenavi,
#search-results .wp-pagenavi {
	padding-top: .5em;
	border-top: 1px solid;
	text-align: right;
}

a.more {
	display: block;
	text-align: right;
	padding-top: .5em;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 1px solid #ccc;
}

.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.grid-col {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.grid-col.grid-col--4 {
	display: none;
}

.grid-col:not(:nth-of-type(3)) {
	margin-right: 2em;
}

.grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 2em;
}

.grid-item img {
	width: 100%;
}

.grid-item p {
	font-size: .875em;
}

.grid-item .post-info {
	margin-right: 2em;
	margin-top: -2em;
	background-color: #fff;
	padding: .5em 1em .5em 0;
}

.grid-item .post-info p.date {
	font-weight: 700;
	margin-bottom: 1em;
}

/* Page Carrera */

#degree-info {
	padding-left: 4em;
}

#degree-gallery {
	padding-bottom: 0em;
	margin-right: 2.5em;
}

#degree-gallery img {
	max-width: none;
	height: 400px;
}

#degree-gallery .carousel-cell {
	margin-right: 2em;
	line-height: 0;
}

#degree-gallery .carousel-cell .image-caption {
	position: absolute;
	max-width: 80%;
	bottom: 0;
	line-height: 1.4;
	padding: .4em .8em;
	font-size: .75em;
	background: var(--black);
	color: var(--white);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all	.3s cubic-bezier(.55,0,.1,1);
	transition: all	.3s cubic-bezier(.55,0,.1,1);
	margin-bottom: 0;
}

#degree-gallery .carousel-cell.is-selected .image-caption {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top-info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2em;
}

.top-info-wrapper .col:nth-of-type(2) {
	padding-top: .8em;
	-ms-flex-preferred-size: 65%;
	    flex-basis: 65%;
}

.top-info-wrapper .col h1 {
	font-family: "Libre Franklin";
	font-size: 3.125em;
	line-height: 1.1;
	margin-bottom: .3em;
	font-weight: 100;
	margin-left: -.1em;
	color: var(--red);
}

.top-info-wrapper .col > p {
	margin-bottom: 1.5em;
	font-family: Corben;
	font-size: 1.25em;
	line-height: 1.4;
}

.top-info-wrapper .col:first-of-type {
	max-width: 500px;
}

.top-info-wrapper .col:not(:last-of-type) {
	margin-right: 4em;
}

#ficha-carrera {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}

#ficha-carrera .alt-link {
	color: var(--grey)!important;
}

#ficha-carrera .alt-link:hover {
	color: var(--red)!important;
	text-decoration: none!important;
	box-shadow: none;
}


#degree-info #ficha-carrera p {
	-webkit-column-break-inside: avoid;
	   page-break-inside: avoid;
	        break-inside: avoid-column;
	font-size: .9em;
	padding-bottom: 1.5em;
	margin-bottom: 0;
}

#ficha-carrera p span {
	display: inline-block;
	width: 100%;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid;
	font-weight: 700;
}

.extra-info a.button {
	color: var(--red);
	border-color: var(--red);
}

.extra-info a.button:hover {
	background-color: var(--red);
	color: var(--white);
}

.extra-info {
	margin-bottom: 2em;
}

.extra-info.mobile-only {
	display: none;
}

#degree-info .about-director {
	margin-bottom: 3em;
}

#degree-info .about-director p {
	position: relative;
	font-family: Corben;
	font-size: 2em;
	line-height: 1.3;
	color: var(--red);
	margin-bottom: 0;
}

#degree-info .quote-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: -6em;
}

#degree-info .quote-author-details {
	margin-left: 1em;
	font-size: .875em;
	font-weight: 700;
}

.about-director img {
	max-width: 120px;
	border-radius: 50%;
}

/* Tabs */

#tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#degree-info ul.resp-tabs-list {
	margin: 0;
	list-style-type: none;
	-ms-flex-preferred-size: 40%;
	    flex-basis: 40%;
	padding-right: 2em;
}

#degree-info ul.resp-tabs-list li {
	cursor: pointer;
	display: block;
	position: relative;
	width: 100%;
	padding: .6em 0em .6em 0;
	font-size: 1.125em;
	line-height: 1.6;
	margin-bottom: 0;
	-webkit-transition: all	.3s cubic-bezier(.55,0,.1,1);
	transition: all	.3s cubic-bezier(.55,0,.1,1);
}

#degree-info ul.resp-tabs-list li:hover {
	color: var(--red);
}

#degree-info ul.resp-tabs-list li.resp-tab-active {
	color: var(--red);
	font-weight: 700;
}

#degree-info ul.resp-tabs-list li.resp-tab-active:after {
	content: '';
	display: inline-block;
	width: 35px;
	height: 20px;
	vertical-align: middle;
	background: url('../images/right-arrow.svg') no-repeat left center;
	margin-left: .5em;
}

#degree-info ul.resp-tabs-list li:not(:last-of-type) {
	margin-bottom: 0;
}

#degree-info div.resp-tabs-container {
	-ms-flex-preferred-size: 60%;
	    flex-basis: 60%;
	padding-top: .6em;
}

h2.resp-accordion {
	display: none;
	font-family: "Libre Franklin";
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
	padding-right: 2em;
	font-weight: 500;
}

.resp-tab-content {
	display: none;
	padding: 1em 0;
}

.resp-vtabs .resp-tabs-list li {
	display: block;
}

.resp-tab-content-active {
	display: block;
}

/* Pages */

table {
	max-width: 100%;
	overflow-x: scroll;
	margin-bottom: 1.6em
}

table td {
	padding: .3em;
	border-bottom: 1px dotted;
}

table th {
	padding: .3em;
	font-weight: 600;
	border-bottom: 1px solid;
	text-transform: uppercase;
	background-color: var(--black);
	color: var(--white);
}

#pagina, 
#single,
#tribe-events-pg-template {
	padding-top: 3em;
	padding-bottom: 4em;
}

.table td {
	text-align: left;
}

#pagina > *,
#single > *  {
	margin-left: auto;
	margin-right: auto;
	text-align: left!important;
} 

.single main a.back,
.page main a.back {
	display: block;
	padding-left: 2.5em;
	margin-left: -2.5em;
	margin-bottom: .5em;
	background: url('../images/left-arrow.svg') no-repeat left center;
	background-size: 25px;
	color: var(--black);
}

.single main a.back:hover,
.page main a.back:hover {
	text-decoration: underline;
	box-shadow: none;
}

.thumb-testimonio {
	display: block;
	overflow: hidden;
	max-width: 38em;
	line-height: 0;
	margin-bottom: 1em;
	-webkit-transform: translateX(-2em);
	        transform: translateX(-2em);
}

.thumb-testimonio img{
	width: 150px;
	display: block;
	border-radius: 50%;
}

#degree-info a.back {
	display: inline-block;
}

#pagina a.back, 
#single a.back {
	width: 608px;
	width: 38rem;
	margin-bottom: 0;
	margin-left: auto;
	-webkit-transform: translateX(-2.5rem);
	        transform: translateX(-2.5rem);
}

.post-image img {
	width: 100%;
}

.page main p, 
.page main h1, 
.page main h2, 
.page main h3, 
.page main h4, 
.page main h5, 
.page main ol, 
.page main ul,
.page main .post-image,
.single main p, 
.single main h1, 
.single main h2, 
.single main h3, 
.single main h4, 
.single main h5, 
.single main ol, 
.single main ul,
.single main .post-image {
	max-width: 608px;
	max-width: 38rem;
}

.single main a,
.page main a {
	color: var(--red);
}

.single main a:hover,
.page main a:hover {
	box-shadow: inset 0px -2px 0px;
	text-decoration: none;
}

.single main p.tribe-events-back a:hover{
	box-shadow: none;
	text-decoration: underline;
}

.page main h3, 
.single main h3 {
	margin-bottom: 1.4em;
}

.page main  h1, 
.single main  h1,
.archive main  h1,
.search main  h1   {
	font-size: 2.4em;
	margin-bottom: .8em;
	line-height: 1.1;
	color: var(--red);
}

.single main .testimonio h1 {
	margin-bottom: .2em;
}

.single main .testimonio p.program {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 500;
}

.page main  p, 
.single main  p {
	margin-bottom: 1.6em;
}

.page main  p.bajada, 
.single main  p.bajada {
	font-size: 1.45em;
}

.page main ul, 
.page main  ol, 
.single main ul, 
.single main  ol {
	padding-left: 1.5em;
	margin-bottom: 1.6em;
}

.page main ul, 
.single main ul {
	list-style-type: disc;
}

.page main ol, 
.single main ol {
	list-style-type: decimal;
}

.page main  ul li:not(:last-of-type), 
.page main  li:not(:last-of-type), 
.page main  ol li:not(:last-of-type), 
.single main  ul li:not(:last-of-type), 
.single main  li:not(:last-of-type), 
.single main  ol li:not(:last-of-type) {
	margin-bottom: .8em;
}


.single main .testimonials ul,
.page main .testimonials ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: none;
	list-style-type: none;
	padding: 3em 0 0;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	max-width: 900px;
	margin: 0 auto;
}

.testimonials ul li {
	-ms-flex-preferred-size: calc(50% - 1.5em);
	    flex-basis: calc(50% - 1.5em);
	margin-right: 3em;
}

.testimonials ul li:nth-of-type(2n),
.testimonials ul li:last-of-type {
	margin-right: 0;
}

.testimonials ul li img {
	display: block;
	border-radius: 50%;
	margin: 0 0 1em -1em;
	width: 150px;
	
}

.page main .main-carousel, 
.single main .main-carousel {
	padding-bottom: 3em;
}

.page main  .testimonial-info h1 {
	font-size: 1.8em;
	margin-bottom: .4em;
	
}

.page main  .testimonial-info h2 {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 500;
	font-family: "Libre Franklin";
	color: var(--black);
	margin-bottom: 1em;
}

.page main  .testimonial-info p {
	color: var(--black);
}

.page main .main-carousel .carousel-cell, 
.single main .main-carousel .carousel-cell {
	margin-right: 1em;
}

.page main .main-carousel img, 
.single main .main-carousel img {
	max-width: none;
	height: 400px;
}

.page main ol.flickity-page-dots, 
.single main ol.flickity-page-dots {
	bottom: 1em;
	max-width: none;
}

/* Calendar */

#tribe-events-pg-template, 
.tribe-events-pg-template {
	margin: 0;
	max-width: none;
	padding-right: 3em;
}

.tribe-bar-disabled {
	display: none;
}

#tribe-events-footer .tribe-events-sub-nav, 
#tribe-events-header .tribe-events-sub-nav {
	font-size: 1.3em;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: .5em 0;
}

.single #tribe-events-footer .tribe-events-sub-nav, 
.single #tribe-events-header .tribe-events-sub-nav {
	font-size: 1em;
	line-height: 1.4;
	max-width: none;
}

.tribe-events-sub-nav li.tribe-events-nav-next {
	text-align: right;
	max-width: 300px;
}

.tribe-events-sub-nav li.tribe-events-nav-previous {
	text-align: left;
	max-width: 300px;
}

#tribe-events-content table.tribe-events-calendar {
	font-size: 1em;
}

#tribe-events-content .tribe-events-calendar td {
	height: 145px;
	width: 14.28%;
	vertical-align: top;
	padding: .5em;
	font-size: .875em;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	margin: 0 0 .5em;
	padding: 0 0 0 .5em;
	border-bottom: none;
}


#tribe-events-content .tribe-events-calendar td.tribe-events-present {
	background-color: #fdf9e1;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-past .type-tribe_events h3 {
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#tribe-events-content .tribe-events-calendar td .tribe-events-category-admision  {
	border-left: 3px solid var(--green);
}

#tribe-events-content .tribe-events-calendar td .tribe-events-category-calendario-academico {
	border-left: 3px solid var(--red);
}

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
	padding: 0;
	line-height: 1.6;
	font-size: 1em;
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	margin-bottom: .5em;
}

#tribe-events-content .tribe-events-calendar td  h3 {
	line-height: 1;
	color: inherit;
	font-family: inherit;
}

.recurring-info-tooltip, 
.tribe-events-calendar .tribe-events-tooltip, 
.tribe-events-shortcode.view-week .tribe-events-tooltip, 
.tribe-events-week .tribe-events-tooltip {
	padding: 1em;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 9;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.entry-title {
	line-height: inherit;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 .5em;
}

.tribe-events-tooltip .tribe-events-event-body {
	padding: 0;
	font-size: .8em;
}

.recurring-info-tooltip img, 
.tribe-events-calendar .tribe-events-tooltip img, 
.tribe-events-shortcode.view-week .tribe-events-tooltip img, 
.tribe-events-week .tribe-events-tooltip img {
	display: none;
}

.tribe-events-event-image {
	border: 1px solid #bbbb;
	line-height: 0;
	margin-right: 2em;
}

#tribe-mobile-container .tribe-events-event-image {
	display: none;
}

.tribe-events-notices ul {
	margin-bottom: 0!important;
	margin-left: 0!important;
}

.tribe-events-notices {
	background-color: #eee;
	border-color: #aaa;
	color: var(--grey);
	text-shadow: none;
	width: 100%;
	border-radius: 0;
	margin-top: 0;
}

.tribe-events-cal-links {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 100%;
	display: block;
	margin: 0em!important;
	height: auto;
}

#tribe-mobile-container{
	margin: 2em 0;
}

.tribe-events-page-title {
	font-size: 2.4em;
	margin-bottom: .8em;
	line-height: 1.2;
	color: var(--red);	
	text-align: left;
}

.tribe-events-read-more {
	display: block;
	color: var(--red);
	margin-top: 1em;
}

.single main a.tribe-events-button {
	display: block;
	padding: .5em 1em;
	margin-bottom: .5em;
	background-color: var(--red);
	color: var(--white);
	width: 100%;
	text-align: center;
}

.single main a.tribe-events-button:hover {
	box-shadow: none;
	background-color: #bf1e1e;
}

.single-tribe_events #tribe-events-content {
	padding: 0;
	margin-bottom: 0;
}

#tribe-events-gmap-0 {
	background-color: #eee;
}

.clearfix:after, .clearfix:before, .tribe-clearfix:after, .tribe-clearfix:before {
	display: none;
}

#tribe-events-content p.tribe-events-back {
	margin: 0 0 0;
	line-height: 1;
}

#tribe-events-content p.tribe-events-back a {
	display: inline-block;
	padding-left: 2.5em;
	margin-left: -2.5em;
	margin-bottom: .5em;
	background: url('../images/left-arrow.svg') no-repeat .8em center;
	background-size: 25px;
	color: var(--black);
}

.single #tribe-events h1 {
	margin-bottom: .5em;
	width: 100%;
}

.single #tribe-events h2 {
	font-family: inherit;
	font-size: 1.3em;
	line-height: 1.3;
	margin-bottom: 1.5em;
}

.single #tribe-events .single-event-right h2 {
	border-bottom: 1px solid #aaa;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

#rtec {
	max-width: none;
}

#rtec * {
	max-width: none;
}

#rtec .rtec-submit-button {
	background-color: var(--red)!important;
	color: var(--white)!important;
	font-weight: 300!important;
	font-size: 1em!important;
	padding: .5em 1em!important;
	border: none!important;
}

#rtec .rtec-form-field {
	margin-bottom: .5em;
}

#rtec .rtec-form-wrapper  {
	width: 100%!important;
	padding: 0!important;
	border: none;
}

.tribe_events #rtec button {
	padding: 0!important;
	background: none;
	margin-bottom: 1em;
	background-color: var(--red)!important;
	color: var(--white)!important;
	font-weight: 300!important;
	font-size: 1em!important;
	padding: .5em 1em!important;
	border: none!important;
	margin: 0 0 1em;
	width: 100%;
	-webkit-transition: all	.3s cubic-bezier(.55,0,.1,1);
	transition: all	.3s cubic-bezier(.55,0,.1,1);
}

.tribe_events #rtec button:hover {
	background-color: #bf1e1e!important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#rtec .tribe-bar-toggle-arrow:after {
   display: none;
}


/* Footer */

footer p {
	font-size: .875em;
}

ul.contact-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar ul.contact-numbers {
	display: block;
	margin: 0 -2em 2em;
}

ul.contact-numbers li {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: .5em 1.5em;
	font-size: .75em;
	text-transform: uppercase;
	color: #fff;
	flex-grow: 1;
	-ms-flex-preferred-size: 1%;
	    flex-basis: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 55px;
}

ul.contact-numbers li a {
	font-size: 1.5em;
	font-weight: 700;
	display: block;
	white-space: nowrap;
	margin-left: 1em;
}

footer .bottom-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 2em 2em 4em;
}

ul.contact-numbers li:nth-of-type(1) {
	background-color: var(--red);
}

ul.contact-numbers li:nth-of-type(2) {
	background-color: var(--yellow);
}

ul.contact-numbers li:nth-of-type(3) {
	background-color: var(--green);
}

.bottom-wrapper .address {
	margin-right: 2em;
	padding-left: 2.5em;
	background: url('../images/location-pin.svg') no-repeat left .5em;
	-ms-flex-preferred-size: 33%;
	    flex-basis: 33%;
}

.newsletter-left {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-right: 2em;
}

.newsletter-right {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-align: right;
}

.newsletter-right input {
	font-size: 1em;
	border: 1px solid #ccc;
	width: 100%;
	padding: .5em 1em;
	margin-bottom: .5em;
}

.newsletter-right button,
.gform_wrapper .gform_button {
	background-color: var(--red);
	border: none;
	color: var(--white);
	font-family: Corben;
	line-height: .5em;
	padding: .8em 1em 1em;
	font-size: 1.1em;
	-webkit-transition: all	.3s cubic-bezier(.55,0,.1,1);
	transition: all	.3s cubic-bezier(.55,0,.1,1);
}

.newsletter-right button:hover {
	background-color: #bf1e1e!important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.newsletter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: calc(66.666% - 2em);
	    flex-basis: calc(66.666% - 2em);
}

.logos-footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 4em;
}

.logos-footer img:last-of-type {
	margin-left: auto;
	margin-right: 0;
}

.logos-sidebar {
	margin-top: 3em;
}

.logos-footer img, 
.logos-sidebar img {
	display: inline-block;
	max-height: 50px;
	max-width: 150px;
	vertical-align: middle;
	margin-right: 2em;
}

.logos-sidebar img {
	margin-bottom: 1em;
}

/* Fixed Content */

.menu-right {
  color : rgb(249, 249, 249) !important;
  background-color : rgb(242, 145, 0) !important;
}

.menu-right #social li.yt, .menu-right #social li.fb, .menu-right #social li.ig {
  filter : invert(100%) sepia(100%) saturate(100%) hue-rotate(30deg) brightness(191%) contrast(101%);
}

body>div.contact-form.active>form>button {
  border : 4px solid rgb(255, 7, 7) !important;
  background-color : rgb(255, 0, 0) !important;
  color : white !important;
  border-radius : 10px !important;
}




.menu-right {
	position: absolute;
	color: var(--red);
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	bottom: 0;
	right: 0;
	z-index: 5;
	text-transform: uppercase;
	padding: 0 .5em .5em .5em;
	-webkit-transform-origin: 100% 100%;
	        transform-origin: 100% 100%;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	z-index: 1;
}

.menu-right > a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin-right: 1em;
}

.menu-right #social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.menu-right #social li {
	position: relative;
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: -999px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.menu-right #social li a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.menu-right #social li.yt {
	background: url('../images/yt.svg') no-repeat center;
}

.menu-right #social li.fb {
	background: url('../images/fb.svg') no-repeat center;
}

.menu-right #social li.ig {
	background: url('../images/ig.svg') no-repeat center;
}

.menu-right #social li:not(:last-of-type) {
	margin-right: .5em;
}


/* Flex Content */

.post-video-caption {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 2.5em;
}

.post-video {
	margin-bottom: 2em;
	max-width: 608px;
	max-width: 38rem;
}

.post-video-caption .video-container {
	-ms-flex-preferred-size: 75%;
	    flex-basis: 75%;
	padding-bottom: 36.5%;
}

.post-video-caption .caption {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	font-size: .8em;
	margin-left: 2em;
	border-bottom: 1px solid #ccc;
	padding-bottom: .8em;
}

/* RRSS PAGES */

.page-template-template-carreras .social-media a img {
	width: 25px;
}

/* DOCENTES */

.wrapper-docentes {
	max-width: 750px;
}

.item-docente {
	display: flex;
}

.item-docente .docente-info {
	padding: 0 0 0 1em;
}

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


/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.flickity-button:disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	cursor: auto;
	  /* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	  /* vertically center */
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#events .flickity-prev-next-button.previous {
	left: -30px;
}

#events .flickity-prev-next-button.next {
	right: -30px;
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}
/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0!important;
	list-style: none;
	text-align: center;
	line-height: 1;
	bottom: -2em;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px!important;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color: var(--red);
}

/* Pop-up */

.pop-up {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255,255,255,.8);
}

.pop-up-content {
	position: absolute;
	left: 50%;
	top: 5em;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
	background-color: var(--grey);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	line-height: 0;
}

.pop-up-content > img {
	z-index: -1;
	width: auto;
	max-height: calc(100vh - 10em);
	-o-object-fit:cover;
	   object-fit:cover;
	width: 100%;
}

.pop-up-text {
	position: absolute;
	bottom: 0;
	line-height: 1.4;
	background-color: #000;
	margin-right: 3em;
	color: #fff;
	padding: 2em;
}

.pop-up-text .popup-title {
	font-size: 2.2em;
	line-height: 1.2;
	margin-bottom: 1em;
	font-family: "Corben";
}

button.close-popup {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	margin: 0;
	color: #000;
	background-color: #000;
	background: var(--white) url('../images/close.svg') no-repeat .4em center;
	font-family: Corben;
	line-height: 1;
	padding: .3em .5em .5em 2em;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: invert(100%);
	        filter: invert(100%);
}


/* Language Chooser */

#qtranslate-chooser {
	display: flex;
	margin: 0 1em 0.15em 0;
}

#qtranslate-chooser li:last-child:before {
	content: '/';
	margin: 0 0.2em 0 0.2em
}

.lang-en.active {
	font-weight: 500;
}

/* Media Queries */

@media screen and (min-width:1200px) {
	
	.grid-col.grid-col--4 {
		display: block;
	}
	
	.grid-col:not(:nth-of-type(4)) {
		margin-right: 2em;
	}
	
	.grid-col:nth-of-type(4) {
		margin-right: 0em;
	}
		
	.sidebar {
		width: 30%;
	}
	
}

@media all and (max-width: 960px) {
	.event-date {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: flex-start;
		        align-items: flex-start;
	}
	
	.single-event-left {
		-ms-flex-preferred-size: 60%;
		    flex-basis: 60%;
		padding-right: 1.5em;
	}
	
	.single-event-right {
		-ms-flex-preferred-size: 40%;
		    flex-basis: 40%;
		width: 100%;
	}
	
	.contact-form,
	.pop-up-content {
		width: 80%;
	}
}

@media all and (max-width: 768px) {
	
	.extra-info.mobile-only {
		display: block;
		margin-top: 1.8em;
		margin-bottom: 1.5em;
	}
	
	.extra-info:not(.mobile-only) {
		display: none;
	}
	
	.contact-form,
	.pop-up-content {
		width: calc(100vw - 5em);
	}
	
	.contact-form {
		padding: 1em;
	}
	
	.page main  p.bajada, 
	.single main  p.bajada {
		font-size: 1.25em;
	}
	
	.thumb-testimonio {
		-webkit-transform: translateX(-.5em);
		        transform: translateX(-.5em);
	}
	
	.single main .testimonio h1 {
		margin-bottom: .4em;
	}
	
	.grid-col.grid-col--3 {
		display: none;
	}
	
	.grid-col:nth-of-type(2) {
		margin-right: 0;
	}
	
	#header-background-wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-top: 2em;
	}
	
	#searchform {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin: 2em 0 0;
		min-width: 50%;
	}
	
	.is-affixed #header-background-wrapper #searchform {
		height: 0;
		margin: 0;
	}
	
	.sidebar {
		width: 50%;
	}
	
	#events {
		padding-top: 0;
		padding-left: 2.5em;
	}
	
	#events .events-header {
		position: relative;
		left: 0;
		width: 180px;
		margin-bottom: 1em;
	}
	
	ul.contact-numbers {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.page #searchform, 
	.single #searchform,
	.archive #searchform {
		display: none;
	}
	
	#degree-info {
		padding-left: 2.5em;
	}
	
	#pagina, 
	#single,
	#tribe-events-pg-template {
		padding-left: 2.5em;
	}
	
	a.back {
		display: inline-block;
		padding-left: 0;
		margin-left: 0em!important;
		margin-bottom: .5em;
		background: url('../images/left-arrow.svg') no-repeat left top;
	}
	
	#tribe-events-content p.tribe-events-back a {
		display: inline-block;
		padding-left: 0;
		padding-top: 2.4em;
		margin-left: 0em;
		margin-bottom: .5em;
		background: url('../images/left-arrow.svg') no-repeat left top;
	}
	
	.top-info-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.top-info-wrapper .col:first-of-type {
		max-width: none;
		margin-bottom: 2em;
	}
	
	#degree-info .about-director {
		margin-bottom: 1em;
	}
	
	#degree-info .about-director p {
		margin-bottom: 1em;
	}
	
	#degree-info .quote-author {
		margin-left: 0em;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: flex-start;
		        align-items: flex-start;
	}
	
	.top-info-wrapper .col:not(:last-of-type) {
		margin-right: 0em;
	}
	
	.logos-footer {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.logos-footer img {
		margin-bottom: 1em;
	}
	
	.logos-footer img:last-of-type {
		margin-left: 0;
		margin-right: 0
	}
	
	footer .bottom-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 2em 1em;
	}
	
	.bottom-wrapper .address {
		margin-right: 0em;
		padding-left: 0;
		padding-top: 3em;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.newsletter {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		margin-bottom: 2em;
	}
	
	.newsletter-left {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.newsletter-right {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.logos-footer {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	
	#tribe-events-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		font-size: .875em;
	}
	
	#tribe-events-footer, 
	#tribe-events-header{
		width: 100%;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	table.tribe-events-calendar {
		position: relative;
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		width: 50%;
	}
	
	#tribe-events-content .tribe-events-calendar td {
		height: 50px;
	}
	
	.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
		display: none;
	}
	
	.tribe-events-has-events:after {
		content: '';
		width: 10px;
		height: 10px;
		display: block;
		background-color: var(--green);
		border-radius: 50%;
	}
	
	#tribe-mobile-container{
		margin: 0 0 0 2em;
		-ms-flex-preferred-size: 1%;
		    flex-basis: 1%;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	
	#tribe-mobile-container .tribe-events-mobile {
		padding-bottom: 1em;
	}
	
	#tribe-mobile-container h3 {
		padding: 0 0 1rem;
		border-bottom: 1px solid #bbb;
		margin-bottom: 1em;
	}
	
	.tribe-events-event-image {
		max-width: none;
		margin-right: 0em;
	}
	
	.testimonials ul li {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-right: 0;
	}
	
	.testimonials ul li:nth-of-type(2n),
	.testimonials ul li:last-of-type {
		margin-right: 0;
	}
	
	.tribe_events {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.single-event-left {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding-right: 0;
	}
	
	.single-event-right {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		width: 100%;
	}
	
}

@media all and (max-width: 540px) {
	
	.language-wrapper {
		margin: 0 3em 0 0;
	}
	
	.contact-form {
		width: calc(100vw - 1em);
		padding-top: 3em;
	}
	
	.pop-up-content {
		width: calc(100vw - 1em);
	}
	
	.pop-up-text {
		position: relative;
		width: 100%;
	}
	
	.newsletter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.newsletter-left {
		margin-right: 0;
		margin-bottom: 2em;
	}
	
	.newsletter-right button {
		width: 100%;
	}
	
	body {
		font-size: 14px;
	}
	
	button.menu-toggle {
		text-indent: -999px;
		position: absolute;
		right: 1em;
		top: 2em;
		z-index: 2;
	}
	
	.is-affixed button.menu-toggle, 
	.page button.menu-toggle, 
	.single button.menu-toggle {
		top: 1em;
	}
	
	#header-background-wrapper {
		padding: 2em 1em 1em;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		            -ms-grid-row-align: center;
		        align-items: center;
	}
	
	#header-background-wrapper a.logo img, 
	#header-background-wrapper a.logo img, 
	#header-background-wrapper header a.logo img, 
	.page #header-background-wrapper a.logo img, 
	.single #header-background-wrapper a.logo img {
		max-width: calc(100% - 2em);
	}
	
	section {
		padding: 2em 3em 2em 1em;
	}
	
	.grid-col.grid-col--2 {
		display: none;
	}
	
	.grid-col {
		margin-right: 0!important;
	}
	
	.modules-home {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.module-item:not(:last-child) {
		margin-right: 0em;
		margin-bottom: 2em;
	}
	
	.sidebar {
		width: 90%;
		padding-top: 5em;
	}
	
	.sidebar .menu-toggle {
		top: 1em;
	}
	
	.flickity-viewport {
		-webkit-transition: height 0.2s;
		transition: height 0.2s;
	}
	
	#hero .carousel-cell {
		position: relative;
		height: auto;
		width: 100%;
		padding: 1em 0 2em 0;
		display: block;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		            -ms-grid-row-align: center;
		        align-items: center;
		color: #fff;
	}
	
	#hero .carousel-cell > img {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		z-index: 0;
	}
	
	.hero-info {
		position: relative;
		max-width: none;
		z-index: 1;
		padding-right: 2em;
	}
	
	#hero a.button {
		border-color: var(--black);
	}
	
	#hero .red-cp, 
	#hero .black-cp, 
	#hero .yellow-cp, 
	#hero .green-cp {
		background-color: var(--white);
		color: var(--black);
	}
	
	#events {
		padding-left: 1.5em;
	}
	
	#events .carousel:after {
		content: '';
		display: none; /* hide :after */
	}
	
	#events .carousel-cell {
		padding: 1em 0;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		width: 100%;
		border-left: none;
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	#events .carousel-cell:after {
		content: '';
		position: absolute;
		width: 50px;
		border-bottom: 1px solid #aaa;
		bottom: 0;
	}
	
	#events .carousel-cell > a {
		display: none;
	}
	
	#degree-gallery .carousel-cell {
		margin-right: .5em;
		line-height: 0;
	}
	
	#degree-gallery img {
		max-width: none;
		height: 250px;
	}
	
	#degree-info {
		padding-left: 1em;
	}
	
	#pagina, 
	#single,
	#tribe-events-pg-template {
		padding-left: 1em;
	}
	
	.top-info-wrapper .col h1 {
		font-size: 2.5em;
	}
	
	.post-video-caption {
		display: block;
	}
	
	.post-video-caption .video-container {
		width: 100%;
		padding-bottom: 48.5%;
	}
	
	.post-video-caption .caption {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		font-size: .8em;
		margin-left: 0;
		margin-top: 1em;
	}
	
	.logos-footer {
		display: none;
	}
	
	ul.resp-tabs-list {
		display: none;
	}
	
	h2.resp-accordion {
		display: block;
	}
	
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		-ms-flex-preferred-size: 100%!important;
		    flex-basis: 100%!important;
		min-height: 100px;
		clear: none;
	}
	
	.resp-accordion-closed {
		display: none !important;
	}
	
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
	
	#tribe-events-content {
		display: block;
		font-size: 1em;
	}
	
	table.tribe-events-calendar {
		position: relative;
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		width: 100%;
	}
	
	#tribe-mobile-container {
		margin: 2em 0;
		-ms-flex-preferred-size: 1%;
		    flex-basis: 1%;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		border: 1px solid #bbb;
		padding: 0 1em 1.5em;
	}
	
	#tribe-mobile-container h3 {
		margin: 0 -1rem;
		padding: 1rem;
		border-bottom: 1px solid #bbb;
		margin-bottom: 1em;
	}
	
	#tribe-events-content .tribe-events-calendar th {
		font-size: .7em;
	}
	
	.single-tribe_events .tribe-events-event-meta > * h2 {
		border-bottom: 1px solid #bbb;
		padding-bottom: .5em;
	}
	
	.single #tribe-events h2 {
		font-size: 1.2em;
	}
	
	.item-docente {
		flex-direction: column;
		margin: 0 0 1em 0;
	}
	
	.item-docente figure {
		margin: 0;
	}
	
	.item-docente .docente-info {
		padding: 0;
	}	
	
	
}
