/*
Theme Name: ED - UPC
Theme URI: https://www.upc.edu.pe/
Description: Primera plantilla WordPress oficial de UPC, basado en Genesis Framework.
Author: Carlos Soto Perez - Valeria Valles
Author URI: https://carlossotoperez.com/

Version: 1.2

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Tables
- Screen Reader Text
- Structure and Layout
- Site Container
- Site Inner
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Genesis Simple FAQ
- WPForms
- Skip Links
- Site Header
- Title Area
- Site Navigation
- Responsive Menu
- Header Menu
- Footer Menu
- Content Area
- Entry Content
- Entry Meta
- Pagination
- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
- Min-width: 960px
	- Site Header
	- Genesis Menu
	- Responsive Menu
	- Header Menu
	- Site Inner
	- Content
	- Sidebar
	- Author Box
	- After Entry
	- Column Classes
	- Entry Misc.
	- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}

body {
margin: 0
}

main {
display: block
}

h1 {
font-size: 2em;
margin: .67em 0
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible
}

pre {
font-family: monospace, monospace;
font-size: 1em
}

a {
background-color: transparent;
text-decoration:none !important;
}

figure {
	margin-bottom: 0;
  }
  
blockquote {
padding: 0px 0px 0px 15px;
margin: 0px 0px 20px;
border-left: 5px solid rgb(238, 238, 238);
/*border-left: 5px solid #eeeeee;*/
font-style: italic;
}

blockquote p {
margin: 0;
}

ol>ul {
list-style-type: disc !important;
}

abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}

b,
strong {
font-weight: bolder
}

code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em
}

small {
font-size: 80%
}

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}

sub {
bottom: -.25em
}

sup {
top: -.5em
}

img {
border-style: none
}

button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0
}

button,
input {
overflow: visible
}

button,
select {
text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}

.btn-banner {
padding: 5px 5px 5px 5px;
box-shadow: none;
border-width: 1px;
border-style: solid;
border-color: #ffffff;
border-color: RGBA(255,255,255,1);
width: 10.8125rem;
display: inline-block;
color: #ffffff;
text-align: center;
font-family: 'solano_gothic_mvb_stdBd';
text-transform: uppercase;
}
.btn-banner:hover {
background-color: #d50000;
border-color: #d50000;
color: #ffffff;
}

fieldset {
padding: .35em .75em .625em
}

legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}

progress {
vertical-align: baseline
}

textarea {
overflow: auto
}

[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}

[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}

::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}

details {
display: block
}

summary {
display: list-item
}

[hidden],
template {
display: none
}

/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
content: " ";
display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
clear: both;
content: " ";
display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

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

body {
background-color: #fff;
color: #000;
font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.625;
margin: 0;
overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
transition: all 0.2s ease-in-out;
}

a {
color: #000000;
font-weight: 600;
text-decoration: underline;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
font-family: 'zizou-slab-regular';
font-size: 18px;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.text-fuente {
	font-family: 'zizou-slab-regular';
	color: #575759;
}

a:focus,
a:hover {
color: #333;
text-decoration: none;
}

.autores-btn-link {
text-align: center;
}

.autores-btn-link a {
color: #D50000;
padding: 10px 15px;
border: 2px solid #D50000;
text-decoration: none;
}
.btn-banner,
.autores-btn-link a{
font-family: 'solano_gothic_mvb_stdBd';
text-transform: uppercase;
}

.entry-content a {
color: #d50000;
text-decoration: none;
}

p {
margin: 0 0 28px;
padding: 0;
}

ol,
ul {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

hr {
border: 0;
border-collapse: collapse;
border-bottom: 1px solid currentColor;
clear: both;
color: #eee;
margin: 1.0625rem auto;
}

b,
strong {
font-weight: 700;
}

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

mark {
background: #ddd;
color: #333;
}

blockquote {
margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'zizou-slab-bold';
font-weight: 400;
line-height: 1.2;
margin: 0 0 20px;
}

h1 {
font-size: 30px;
}

h1.archive-title,
.title_post {
color: white;
font-size: 36px;
}

h1.archive-title {
text-align: center;
}
.search h1.archive-title {
text-align: left;
}

.author h1.archive-title,
.search h1.archive-title{
color: #d50000;
font-size: 24px;
}

h1.archive-title::after {
border-bottom: 5px solid #FFF;
content: "";
display: block;
margin-bottom: 29px;
margin-left: auto;
margin-right: auto;
padding-bottom: 5px;
width: 25.5%;
}

h2 {
font-size: 27px;
color: #D50000;
}

.entry-content h2 {
color: black;
}

h2.fl-heading, .widget-title {
color: #D50000;
}

h2.fl-heading::after, .widget-title::after {
border-bottom: 5px solid #D50000;
content: "";
display: block;
margin-bottom: 29px;
padding-bottom: 5px;
width: 62px;
}

h3 {
/* font-size: 24px; */
color: #D50000;
}

/* h3.widgettitle.widget-title {
font-size: 20px;
} */

h3.related-title::affter,
h3.widgettitle.widget-title::after {
border-bottom: 5px solid #C4281C;
content: "";
display: block;
margin-bottom: 29px;
padding-bottom: 5px;
width: 17.5%;
}

h3.related-title {
max-width: 300px;
}

h4 {
font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
font-weight: 600;
color: #797979;
}

.entry-content h4 {
margin-top: 40px;
}

h5 {
font-size: 18px;
}

h6 {
font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
max-width: 100%;
}

img {
height: auto;
vertical-align: top;
}

figure {
margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
overflow: hidden;
}

.gallery img {
border: 1px solid #eee;
height: auto;
padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
border: 1px solid #999;
outline: none;
}

.gallery-columns-1 .gallery-item {
width: 100%;
}

.gallery-columns-2 .gallery-item {
width: 50%;
}

.gallery-columns-3 .gallery-item {
width: 33%;
}

.gallery-columns-4 .gallery-item {
width: 25%;
}

.gallery-columns-5 .gallery-item {
width: 20%;
}

.gallery-columns-6 .gallery-item {
width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
width: 12.5%;
}

.gallery-columns-9 .gallery-item {
width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left;
}

.gallery-item {
float: left;
margin: 0 0 30px;
text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
background-color: #fff;
border: 1px solid #ddd;
color: #333;
font-size: 18px;
font-weight: 400;
padding: 15px;
width: 100%;
}

input:focus,
textarea:focus {
border: 1px solid #999;
outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}

::-ms-input-placeholder {
color: #333;
opacity: 1;
}

:-ms-input-placeholder {
color: #333;
opacity: 1;
}

::placeholder {
color: #333;
opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {

font-family: 'solano_gothic_mvb_stdBd';
border: #333 2px solid;
color: #333;
cursor: pointer;
font-size: 20px;
font-weight: 600;
padding: 15px 30px;
text-align: center;
text-decoration: none;
white-space: normal;
width: auto;
text-transform: uppercase;
}

p.form-submit {
text-align: center;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
/*border: #D50000 2px solid;*/
color: #D50000;
}

.entry-content .button:focus,
.entry-content .button:hover {
color: #fff;
}

.button {
display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
background-color: #eee;
border-width: 0;
color: #777;
cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
display: none;
}

/* Tables
--------------------------------------------- */

table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 40px;
width: 100%;
word-break: break-all;
}

tbody {
border-bottom: 1px solid #eee;
}

td,
th {
line-height: 2;
text-align: left;
vertical-align: top;
}

td {
padding: 0.5em;
}

tr {
border-top: 1px solid #eee;
}

th {
font-weight: 600;
padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
background: #fff;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #333;
display: block;
font-size: 1em;
font-weight: 700;
height: auto;
padding: 15px 23px 14px;
text-decoration: none;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

.more-link {
display: inline-block;
position: relative;
margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
animation: fadein 1s;
word-wrap: break-word;
}
.site-container .head-custom-search {
display: none;
}

@keyframes fadein {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
clear: both;
margin: 0 auto;
padding: 15px 30px 0;
padding-top: 4rem;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
border-radius: 50%;
/* float: left; */
}

.author-box .avatar,
.alignleft .avatar {
margin-right: 20px;
}

.alignright .avatar {
margin-left: 20px;
}

.comment .avatar {
margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
margin-bottom: 40px;
}

.after-entry {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
padding: 20px 30px;
}

.after-entry .widget:last-of-type {
margin-bottom: 0;
}

.breadcrumb {
border-bottom: 1px solid #eee;
font-size: 16px;
margin-bottom: 40px;
padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
overflow: hidden;
}

.entry-content .search-form {
margin-bottom: 40px;
width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
margin-top: 10px;
}

.widget_search input[type="submit"] {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
padding: 0;
position: absolute;
width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
}

.entry-title {
font-size: 40px;
margin-bottom: 10px;
border-bottom: 2px solid #EAEAEA;
padding-bottom: 7px;
}

.entry-title a,
.sidebar .widget-title a {
color: #333;
text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
color: #0073e5;
}

.widget-title {
/* font-size: 18px; */
font-weight: 600;
margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
display: block;
margin: 0 auto;
}

a.alignnone {
display: inline-block;
}

.alignleft {
float: left;
text-align: left;
}

.alignright {
float: right;
text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
display: block;
margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
font-size: 14px;
font-weight: 600;
margin-top: 0.5em;
margin-bottom: 1em;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.entry-content p.wp-caption-text {
margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
margin-bottom: 40px;
}

.widget p:last-child,
.widget ul>li:last-of-type {
margin-bottom: 0;
}

.widget ul>li {
margin-bottom: 10px;
}

.widget ul>li:last-of-type {
padding-bottom: 0;
}

.widget ol>li {
list-style-position: inside;
list-style-type: decimal;
padding-left: 20px;
text-indent: -20px;
}

.widget li li {
border: 0;
margin: 0 0 0 30px;
padding: 0;
}

.widget_calendar table {
width: 100%;
}

.widget_calendar td,
.widget_calendar th {
text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
border-bottom: 1px solid #eee;
margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
border-bottom: none;
margin-bottom: 0;
}

.featured-content .entry-title {
font-size: 16px;
margin-bottom: 5px;
margin-top: 10px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
text-align: center;
padding: 10px;
}

.sidebar .enews {
background-color: #f5f5f5;
padding: 30px;
}

.enews-widget input {
font-size: 16px;
margin-bottom: 10px;
}

.after-entry .enews-widget input {
text-align: center;
}

.enews-widget input[type="submit"] {
margin: 0;
width: 100%;
}

.enews form+p {
margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
background: transparent;
border-bottom: 1px solid #eee;
color: #333;
padding-left: 0;
padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
background: transparent;
color: #0073e5;
}

.gs-faq__question::after {
content: "\f132";
font-family: dashicons;
/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
float: right;
}

.gs-faq__question.gs-faq--expanded::after {
content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
clear: both;
margin: 20px 0;
overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
border-radius: 0;
height: auto;
padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
font-size: 14px;
font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
display: none !important;
left: -9000px !important;
position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
margin: 0;
}

.genesis-skip-link .skip-link-hidden {
display: none;
visibility: hidden;
}

.genesis-skip-link li {
height: 0;
list-style: none;
width: 0;
}

/* Display outline on focus */
:focus {
color: #333;
outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
background-color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
/* padding: 0 30px; */
}


/* Title Area
--------------------------------------------- */

.title-area {
float: left;
padding-bottom: 25px;
padding-top: 25px;
}

.wp-custom-logo .title-area {
max-width: 350px;
padding-bottom: 5px;
padding-top: 10px;
margin-top: .1875rem;
/* width: 100%; */
}

.wp-custom-logo .title-area img {
width: auto;
}

.site-title {
font-size: 20px;
font-weight: 600;
line-height: 1;
margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
color: #333;
text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
clear: both;
line-height: 1;
float: right;
width: 758px;
}

.genesis-nav-menu .menu-item {
display: block;
float: none;
position: relative;
min-height: 72px;
border: 1px solid #E0E0E0;
padding-left: 37px;
padding-top: 3px;
}

.genesis-nav-menu a {
font-family: 'solano_gothic_mvb_stdBd';
color: #333;
display: block;
font-size: 20px;
font-weight: 400;
outline-offset: -1px;
padding-bottom: 12px;
padding-top: 20px;
text-decoration: none;
text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
color: #d50000;
text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
width: 100%;
}

.genesis-nav-menu .sub-menu {
clear: both;
display: none;
left: -9999px;
margin: 0;
opacity: 1;
padding-left: 15px;
position: static;
z-index: 99;
}

.genesis-nav-menu .sub-menu a {
background-color: #fff;
/* font-size: 14px; */
font-size: 1rem;
position: relative;
word-wrap: break-word;
font-family: 'zizou-slab-regular';
text-transform: capitalize;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
position: relative;
}
.nav-primary p, span {
font-family: inherit !important;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
display: block;
left: auto;
opacity: 1;
}
/* .genesis-nav-menu .sub-menu li a:hover {
background-color: #000000 !important;
color: #ffffff;
} */

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
left: auto;
opacity: 1;
}

.genesis-responsive-menu {
display: none;
position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
display: none;
}

.hr-upc-footer {
color: #707070;
opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
background-color: transparent;
border-width: 0;
color: #333;
display: block;
margin: 0 auto;
overflow: hidden;
text-align: center;
visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
background-color: transparent;
border-width: 0;
color: #000;
}

.menu-toggle {
float: right;
line-height: 20px;
margin-bottom: 10px;
margin-top: 10px;
padding: 15px 0;
position: relative;
z-index: 1000;
}

.menu-toggle.activated::before {
content: "\f335";
}

.site-header .dashicons-before::before {
transition: none;
}

.site-header .menu-toggle::before {
float: left;
margin-right: 5px;
position: relative;
text-rendering: auto;
top: 1px;
}

.sub-menu-toggle {
float: right;
padding: 9px 10px;
position: absolute;
right: 0;
top: 0;
z-index: 100;
}

.sub-menu .sub-menu-toggle {
padding: 12px 10px;
}

.sub-menu-toggle::before {
display: inline-block;
text-rendering: auto;
transform: rotate(0);
transition: transform 0.25s ease-in-out;
color: #D50000;
font-size: 30px;
margin-right: 34px;
margin-top: 7px;
}

.sub-menu-toggle.activated::before {
transform: rotate(180deg);
}
@media only screen and (max-width:60.5rem){
.menu-item-has-children > a{
	padding-right: 38px;
}
}


/* Nuevo Menu  
--------------------------------------------- */

.active-admision {
	font-family: 'solano_gothic_mvb_stdBd';
    text-transform: uppercase;
    font-size: 20px;
    width: 150px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
}
.content-list-menu {
	display: grid;
    grid-template-columns: 11% 19% 13% 9% 7% 13% 1fr;
    grid-template-rows: 20px;
    grid-gap: 22px;
    margin-left: 23px;
}

@media screen and (min-width: 968px) {
	.c_row {
		display: flex;
		justify-content: space-between;
	}
	.c_items-3 {
		display: flex;
		align-items: center;
	}
	.content-header .menu > li {
		display: inline-block;
		position: relative;
		margin: 0 3px;
	}
	.menu .red-adm  > a {
		background-color: #D50000;
		color: #fff;
		padding: 12px 25px;
	}
	.menu > li > a {
		font-family: 'sgothic-bdcap';
		padding: 10px 2px;
		font-size: 17px;
	}
	.content-header .menu .sub-menu {
		display: none;
		position: absolute;
		width: 205px;
		/* margin-top: 7px; */
		margin-left: -31.3px;
		z-index: 9999999;
	}
	.content-header .sub-menu li a{
		padding: 6px 20px; 
		display:block;
		font-size:1rem;
	}
	.content-header .sub-menu li a:hover {
		background-color: #000;
		color: #ffffff;
	}
	.content-header .menu > li:hover .sub-menu{
		display: block;
		background-color: #ffffff;
	}

	.content-header .menu-item-has-children {
		position: relative;
	}
	.content-header .menu-item-has-children::after {
		color: #D50000;
		content: "";
		display: inline-block;
		font-size: 9px;
		font-size: .6rem;
		font-weight: 700;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-left: 10px;
		line-height: normal;
		font-size: .8rem;
		font-weight: bold;
		width: 11px;
		margin-bottom: 4px;
		margin-left: 9px;
		height: 11px;
		border-bottom: 3px solid;
		border-right: 3px solid;
		transform: rotate( 45deg);
	}
	.c_lupa {
		width: 38px;
		text-align: center;
	}
		
}
@media screen and (min-width: 1200px) {
	.menu > li {
		margin: 0 8px;
	}
	.menu > li > a {
		padding: 10px 2px;
		font-size: 20px;
	}
	.menu .red-adm > a {
		padding: 12px 42px;
	}
	.content-header .menu > li {
		margin: 0 6px;
	}
}


/* Header Menu
--------------------------------------------- */

.nav-primary {
clear: left;
padding-bottom: 17px;
padding-top: 15px;
width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
line-height: 1.5;
}

.nav-secondary .menu-item {
display: inline-block;
}

.nav-secondary a {
margin-left: 10px;
margin-right: 10px;
padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
margin-bottom: 30px;
padding-left: 40px;
}

.entry-content ol>li {
list-style-type: decimal;
}

.entry-content ul>li {
list-style-type: disc;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
margin-bottom: 0;
}

.entry-content code {
background-color: #f5f5f5;
}

.content .sticky {
background-color: #f5f5f5;
padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
font-size: 16px;
margin-bottom: 0;
}

.entry-header .entry-meta {
margin-bottom: 20px;
}

.entry-footer .entry-meta {
border-top: 1px solid #eee;
padding-top: 20px;
}

.entry-categories,
.entry-tags {
display: block;
}
.home .entry-header {
display:none;
}
.category-home a {
/* padding: 5px 10px;
border: 2px solid;
border-radius: 17px;*/
margin: 6px;
display: inline-block; 
text-decoration: none;
padding: 8px 20px;
border-radius: 32px;
border: .5px solid #768698;
box-shadow: 0 3px 6px #00000029;
background-color: #fff;
color: #575759;
font-weight: 700;
}

.entry-comments-link::before {
content: "\2014";
margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
clear: both;
margin: 60px 0;
}

.adjacent-entry-pagination {
margin-bottom: 0;
}

.archive-pagination li {
display: inline;
}

.archive-pagination li a {
background-color: #f5f5f5;
color: #333;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 600;
margin-bottom: 4px;
padding: 8px 12px;
text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
background-color: #333;
color: #fff;
}
.page_nav {
margin: 3.125rem 0;
}
.page_nav a, .page_nav > span {
background-color: #f5f5f5;

cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 600;
margin-bottom: 4px;
padding: 8px 12px;
text-decoration: none;
}
.page_nav .page-numbers {
color: #333;
}
.page_nav > span.page-numbers {
background-color: #333;
color: #fff;
}


.autor-page {
padding: 0.5rem 1.5rem 0rem 1.5rem
}
.autor-page span,
.autor-page a {
font-size:1rem;
}
.autor-page a {
color: #2962FF;
}


/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
margin-bottom: 40px;
}

.comment-list li {
padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
padding-left: 0;
}

.comment-header {
margin-bottom: 30px;
}

.comment-content {
clear: both;
}

.comment-content ul>li {
list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
width: 50%;
}

.comment-respond label {
display: block;
margin-right: 12px;
}

.comment-header p {
margin-bottom: 0;
}

.entry-pings .reply {
display: none;
}

.comment-form-cookies-consent label {
display: inline;
padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
font-size: 16px;
line-height: 1.5;
}

.sidebar .widget {
margin-bottom: 40px;
}

.sidebar p {
margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
border-top: 1px solid #eee;
background-color: #fff;
clear: both;
padding: 60px 0;
}

.footer-widgets .wrap {
margin-left: auto;
margin-right: auto;
}

.footer-widget-area {
margin-bottom: 40px;
padding-left: 30px;
padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer,
#footer-mobile {
color: white;
background-color: #797979;
font-size: 15px;
line-height: 1.5;
padding: 25px 15px 20px 15px;
text-align: center;
position: relative;
}
.page #footer {
	padding: 30px 2.3% 30px;
}

.site-footer p {
margin-bottom: 0;
}


.line-top {
margin-left: auto;
margin-right: auto;
max-width: 88%;
border-top: 1px solid #eee;
}
/* Info after Footer
---------------------------------------------------------------------------- */

#c_info-footer {
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 22% 37% 15% 12%;
    height: 508px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: -25px;
    padding: 40px;
    background-color: white;
}

#c_info-footer .c_redes-footer {
	display: grid;
    padding-top: 40px;
    grid-template-rows: 50px 1fr;
}
.c-parraf-footer {
	padding-top: 20px;
    padding-bottom: 40px;
    color: #575759;
    text-align: center;
}

@media only screen and (min-width: 968px){

	#c_info-footer {
		grid-template-columns: 128px 695px 1fr;
		grid-gap: 55px;
		height: 230px;
		margin-top: -25px;
		background-color: white;
		padding-left: 10%;
		padding-right: 10%;
	}

	#c_info-footer .c_redes-footer {
		padding-top: 0px;
	}

}



/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

table {
	table-layout: auto;
	word-break: normal;
}


}

@media only screen and (min-width: 960px) {

/* Site Header
--------------------------------------------- */

.site-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Genesis Menu
--------------------------------------------- */

.genesis-nav-menu .menu-item {
	display: inline-block;
margin-left: 0px;
margin-top: -5px;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu>.menu-bold>a {
	font-weight: 700;
}

.genesis-nav-menu>.menu-highlight>a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	margin-left: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.genesis-nav-menu>.menu-highlight>a:focus,
.genesis-nav-menu>.menu-highlight>a:hover {
	background-color: #0073e5;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 180px;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	opacity: 0;
	padding-left: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 179px;
}

/* Responsive Menu
--------------------------------------------- */

.genesis-responsive-menu {
	display: block;
	padding-top: 17px;
}

.menu-toggle {
	display: none;
	visibility: hidden;
}
.sub-menu-toggle {
right: -13px;
top: 11px;
color: #D50000;
}


/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: none;
	float: right;
	width: auto;
}

.nav-primary .genesis-nav-menu a {
padding-left: 10px;
padding-right: 21px;
}

/* Site-Inner
--------------------------------------------- */

.site-inner {
	max-width: 1140px;
	/* max-width: 1280px; */
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 70%;
}

.sidebar-content .content {
	float: right;
}

/*content change*/
.full-width-content .content,
.single .content, 
.page-template-autors-list .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	/*width: 89%;*/
	width: 96%;
}
/* .category .content,
.author .content, */
/* .content {
	padding-right: 25px;
} */
.single .content {
	padding-right: 0;
}

/* Sidebar
--------------------------------------------- */

.sidebar {
	float: right;
	width: 30%;

}

.sidebar-content .sidebar {
	float: left;
}

/* .sidebar .widget {
	margin-left: 3.75rem;
} */

/* Author Box
--------------------------------------------- */

.author-box {
	background-color: #f5f5f5;
	padding: 30px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	padding: 40px 60px;
}

.after-entry .enews {
	padding-left: 30px;
	padding-right: 30px;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Entry Misc.
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

/* Footer Widgets
--------------------------------------------- */

.footer-widgets .wrap {
	max-width: 1140px;
}

.footer-widget-area {
	float: left;
	margin-bottom: 0;
	width: calc(100% / 3);
}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

*,
*::before,
*::after {
	background: transparent !important;
	box-shadow: none !important;
	color: #333 !important;
	text-shadow: none !important;
}

a,
a:visited {
	text-decoration: underline;
}

a[href]::after {
	content: " ("attr(href) ")";
}

abbr[title]::after {
	content: " ("attr(title) ")";
}

a[href^="javascript:"]::after,
a[href^="#"]::after,
.site-title>a::after {
	content: "";
}

thead {
	display: table-header-group;
}

img,
tr {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

@page {
	margin: 2cm 0.5cm;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

blockquote,
pre {
	border: 1px solid #999;
	page-break-inside: avoid;
}

.content,
.content-sidebar {
	width: 100%;
}

button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar {
	display: none !important;
}

.title-area {
	text-align: center;
	width: 100%;
}

.site-title>a {
	margin: 0;
	text-decoration: none;
	text-indent: 0;
}

.site-inner {
	padding-top: 0;
	position: relative;
}

.author-box {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	orphans: 3;
	page-break-after: avoid;
	page-break-inside: avoid;
	widows: 3;
}


img {
	page-break-after: avoid;
	page-break-inside: avoid;
}

blockquote,
pre,
table {
	page-break-inside: avoid;
}

dl,
ol,
ul {
	page-break-before: avoid;
}

}

/* Search  */

header .header-icons {
display: inline-block;
padding: 15px 0px 8px;
position: relative;
/* margin-top: .625rem; */
margin-right: .75rem;
}
.header-icons .search-box img{
width: 33px;
margin-top: 5px;
visibility:hidden!important;
}
@media screen and (max-width:60.5rem){
header .wrap {
	text-align: right;
}

}
@media only screen and (min-width:60.5rem){
header .header-icons {
	width: 60px;
	float: right;
	text-align: center;
}
}



header .header-icons .search-box {
position: relative;
}

header .header-icons a {
margin-left: 10px;
text-decoration: none;
}

/* header .header-icons .search-box i {
color: #333;
} */

header .header-icons .twitter-icon i {
color: #3FA9F5;
}

header .header-icons .fb-icon i {
color: #3A559F;
display: none;
}

.genesis-nav-menu i {
vertical-align: middle;
}

.genesis-nav-menu .custom-search-icon i {
vertical-align: middle;
padding: 0px 25px 0px 10px;
cursor: pointer;
}

.genesis-nav-menu li a.icon {
padding: 12px 5px;
}

.c-search_top {
position: relative;
}

.c-search_top .head-custom-search {
position: absolute;
top: 78px;
/* right: 20px; */
width: 100%;
text-align: center;
background: #fff;
display: none;
z-index: 9999;
box-shadow: 0 0 20px rgb(0 0 0 / 25%);
border-radius: 3px;
padding:20px;
}
.custom-search input {
border-radius: 10px;
border: 1px solid #6a6767 !important;
font-family: 'zizou-slab-regular';
opacity: .5;
}
.custom-search input:focus {
opacity: 1;
background-color: #F7F8FA;
border: 1px solid #F7F8FA !important;
}
.custom-search .search-form-submit {
	display: none;
}

@media only screen and (min-width:48rem){
.c-search_top .head-custom-search {
	width: 600px;
	right: 7px;
	position: fixed;
}
}

.c-search_top .head-custom-search::before {
border-color: transparent transparent white;
border-style: solid;
border-width: 0.5em;
content: "";
display: block;
position: absolute;
right: 46px;
top: -18px;
z-index: 10;
}

.c-search_top .head-custom-search .search-form {
margin-bottom: 0px;
width: 100%;
padding: 20px 18px;
/* border-top: 3px solid #d50000; */
}

.c-search_top .head-custom-search .search-form input[type='search'] {
height: 58px;
border: 1px solid #e1e1e1;
border-right: 0px;
}

@media only screen and (min-width:60.5rem){
.c-search_top .head-custom-search .search-form input[type='search'] {
	width: 540px;
}
}

.c-search_top .head-custom-search .search-form input[type="submit"] {
margin-top: 0px !important;
padding: 20px 26px 18px;
border-left: 0px;
background: #ff5722;
color: #fff;
}

.c-search_top .head-custom-search .search-form input:focus[type="submit"],
.c-search_top .head-custom-search .search-form input:hover[type="submit"] {
transform: translate3d(0, 0, 0);
}
nav.nav-primary ~ .search-form,
nav.nav-primary ~ form {
 display: none;
}

/* Utilitys  */
.mt-1 {
margin-top: 1rem;
}
.mt-2 {
margin-top: 2rem;	
}
.mb-1 {
margin-bottom: 1rem;
}
.mb-2 {
margin-bottom: 2rem;
}
.mb-3 {
margin-bottom: 3rem;
}
.mb-4 {
margin-bottom: 4rem;
}
.m-tb-1 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}
/* Bg  */
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0,0,0,var(--tw-bg-opacity));
}
.text-black {
	color:#000;
}
.items-center {
    align-items: center;
}

/* Align  */

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



@media screen and (max-width: 968px){
	/* None Mobile */
	.d-none {
		display:none !important;
	}
}


/* cambios de la plantilla */

a.fl-post-grid-more {
color: #D50000;
}

body .fl-post-grid-content p:last-of-type {
border-bottom: #E0E0E0 1px solid;
padding-bottom: 15px !important;
}

a.categorias {
position: absolute;
margin-left: 5px;
margin-top: 5px;
padding-left: 10px;
padding-right: 10px;
}

a.categorias:hover {
color: white;
}

.categorias,
span.entry-categories,
.tag-category{
background: #1976D2;
color: white;
max-width: 100%;
min-width: 85px;
text-align: center;
}

.tag-category, .tag-content a {
padding: 5px 10px;
padding-left: 10px !important;
padding-right: 10px !important;
}
.tag-content a {
display:inline-block !important;
}

.categorias,
span.entry-categories a,
.tag-category {
font-family: 'solano_gothic_mvb_stdBd';
color: white;
text-decoration: none;
font-size: 14px;
text-transform: uppercase;
}


.related-posts {
border-top: 1px solid #ccc;
padding-top: 40px;
padding-bottom: 60px;

}



.related-posts-list .bloque {

margin-right: -47px;
min-height: 320px;
min-width: 260px;
max-width: 302px;

}
.related-posts-list .bloque,
.c-card_category {
/* 	border-radius: 0 0 10px 10px; */
border-radius: 10px;
box-sizing: border-box;
box-shadow: 0px 4px 4px #00000029;
background: #FFFFFF 0% 0% no-repeat padding-box;
display: inline-block;
vertical-align: top;
margin-bottom: 25px;
opacity: 1;
overflow:hidden;
}
.c-card_category {
width:100%;
}

/* @media screen and (min-width:968px) {
.single .related-posts-list {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 6px 1rem;
}
} */


.leer-mas {
color: #D50000;
text-align: center;
/*padding-top: 10px;*/
padding-top: 5px;
padding-bottom: 10px;
/*position: relative;*/
/*bottom: 2em;*/
/*margin-left: 5em;*/

}

.leer-mas a {

color: #D50000;
text-decoration: none;
font-size: 20px;
font-family: 'Nunito', sans-serif;
text-align: center;
}

.related-posts-list .bloque:first-child {
margin-left: 0em;
}

a.related-post-title {
color: #333;
font-size: 18px;
text-decoration: none;
}

a.related-post-title:hover {
text-decoration: underline;
}



.one-copy {
line-height: 24px !important;
min-height: 110px;
border-radius: 0px 0px 10px 10px;
}

.one-copy h2,
.one-copy .entry-content p {
padding: 0.5rem 1.5rem 0rem 1.5rem;
margin: 0;
}

.one-third {
display: inline-block;
float: inherit;
}

.post-hero {
max-height: 407px;
min-height: 400px;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important
}

/* .archive-title {
width: 320px;
margin: 0 auto;
margin-top: 12%;
margin-bottom: 12%;
} */
.category-banner {
display: flex;
justify-content: center;
align-items: center;
background-color: #000;
}
.category-banner > div {
margin: 0;
}

.entry-content {
font-size: 18px;
line-height: 24px;
display: absolute;
}
.entry-content,
.widget_author_avatars .author-list .with-biography {
font-family: 'Nunito', sans-serif;
}



.above-post-hero {
background-repeat: no-repeat;
max-width: 100%;
background-size: cover;
background-position: center center;

}


/* a.page-numbers,
a.next.page-numbers {
color: #D50000;
} */

a.img-destacada {
display: inline;
float: left;
margin: .3em .75em .75em 0;
}


h4.titulo-destacado {
font-size: 16px;
}


.botonleermas {
text-align: right;
}

.botonleermas a {
color: #D50000;
text-align: right;
text-decoration: none;
font-size: 16px;
font-family: 'zizou-slab-regular';
}


.bloque-destacado {
box-shadow: 0px 2px 4px #00000029;
border: 0.5px solid #EDEDED;
opacity: 1;
background: #FFFFFF 0% 0% no-repeat padding-box;
margin: 15px 5px 15px 5px;
padding: 15px 15px 10px 10px;
}

h4.titulo-destacado a {
text-decoration: none;
font-size: 16px;
}

img.attachment-medium.size-medium,
img.post-bloques-img.wp-post-image,
.post-bloques-img img {
height: auto !important;
width: 100% !important;
}

.bloques-inicio {
max-width: 180px !important;
min-height: 365px !important;
min-width: 230px !important;
}

.one-copy .entry-content p {
min-height: 108px;
}

.one-copy h2 {
line-height: 0.9;
/* min-height: 92px; */
min-height: 58px;
}

.one-copy .entry-content {
font-size: 16px;
line-height: 22px;
}

.modfoot {
width: 20%;
display: inline-block;
vertical-align: top;
}

.modfootmedio {
width: 60%;
padding: 20px 0px 20px 0px;
}

figure.wp-block-image.size-large {
text-align: center;
}

.post-home,
.above-post-hero {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-color: #000000;
height: 500px;
display: flex;
align-items: center;
justify-content: center;

}

.post-home>.container,
.above-post-hero>.container {
max-width: 1140px;
width: 100%;
text-align: left;
padding: 15px 30px 0;
}

.post-home>.container h1 {
text-align: left;
}

.post-home>.container a {
text-decoration: none;
}

/* Autores  Template*/

.autor-style, 
.author-list > div {
/* border: 1px solid #eee; */
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
padding: 15px;
margin-bottom: 25px;
display: flex;
justify-content: start;
}
.widget_author_avatars .author-list .with-biography {
overflow: hidden;
padding: 10px;
}
.widget_author_avatars .author-list .user{
padding: 1rem !important;
margin-bottom: 1rem !important;
}


.autor-style .avatar {
width: 6rem;
height: 6rem;
}

.autor-style>div {
padding: 0 .875rem;
}

.autor-style>div a {
color: #2962FF;
}

/* Redes sociales  */
.c-redes li {
display: inline-block;
margin: 0 4px;
}
.c-redes li:first-child {
margin-left: 0;
}
.c-redes li:last-child {
margin-right: 0;
}
.c-redes a {
text-decoration: none;
display: inline-block;
padding: 8px;
background-color: #95989A;
line-height: 1;
border-radius: 50%;
}
.c-redes span {
/* padding: 7px; */
/* width: 36px;
height: 36px; */
display: inline-block;
border-radius: 50%;
color: white;
font-size: 21px;
}
/* .c-redes .dashicons:before {
line-height:1.2;
} */
.c-redes a:hover {
background-color: black;
}
.post-reading-time, .post-reading-time span {
font-size: 14px;
/* display: flex; */
line-height: 1.2;
}
.post-reading-time {
margin-top: .625rem;
}



/*** Desarrollo theme  - home ***/




.titulo-not{
height: 143px;
overflow: hidden;
}


/*entrevistas*/

.wrapButton{
width: 100%;
height: 50px;
position: relative;
float: left;
margin-top: 3.5em;
margin-bottom: 3.5em;
display: inline-flex;
justify-content: center;
clear: both;

}

.cssButton{	
width: 170px;
border: 2px solid #d50000;
color:  #d50000;
background: white;
padding: 4px;

}

.cssButton:hover{
color: #333;
}


.contentEP{
width: 100%;
height: auto;
position: relative;
margin-top: 2em;
margin-bottom: 2em;
padding-top: 1em;
padding-bottom: 1em;
float: left;
clear: both;
display: grid;
grid-template-columns: 1fr;
grid-gap:4em;
overflow: hidden; 	
}


.contentEP .colEnt{
display: grid;
width: 100%;


}

.contentEP .bloqueEnt{
border-radius: 0 0 10px 10px;
box-sizing: border-box;
box-shadow: 0px 4px 4px #00000029;
background: #FFFFFF 0% 0% no-repeat padding-box;
display: inline-block;
vertical-align: top;
margin-bottom: 25px;
opacity: 1;
overflow: hidden;
width: 280px;
height: 447px;
position: relative;
justify-self: center;
margin-left: 1px;

}

.contentEP .bloqueEnt > figure{
width: 100%;
height: 208px;
margin: 0;
padding: 0;
}



.contentEP .bloqueEnt > h5{
font-size: 18px;
width: 90%;
position: relative;
margin: 0 auto;
margin-top: 1em;
}

.contentEP .bloqueEnt .descEntH{
width: 90%;
position: relative;
margin: 0 auto;
margin-top: 1em;
margin-bottom: 1em;
font-family: "Nunito",sans-serif;
font-size: 16px;
}

.cssLine{
border-top: 1px solid #00000029;
}

.dashicons-arrow-right-alt2{
margin-top: 6px;

}



/*podcast*/

.contentEP .colP{
	width: 100%;
	display: grid;
}

.contentEP .bloquePodcast{
border: 0.1px solid #00000029;
border-radius: 0 10px 10px 0;
box-shadow: 0px 3px 6px #00000029;
background: #FFFFFF 0% 0% no-repeat padding-box;
display: inline-block;
vertical-align: top;
margin-bottom: 25px;
opacity: 1;
display: grid;
grid-template-columns: 40% 60%;
overflow: hidden;
width: 100%
/* heiht: 211px; */
/* justify-self: center; */
	
}

.contentEP .bloquePodcast > figure{
margin:0;
padding: 0;
width: 100%;
height: auto;
overflow: hidden;
}

.contentEP .bloquePodcast > figure > a > img{
width: 100%;
height: 100%;

}

.contentEP .bloquePodcast > div{
display: grid;
flex-direction: column;
grid-template-rows: 73% 27%;
align-items: center;
}



.contentEP .bloquePodcast  h5{
font-size: 16px;
margin: 0 10px 0 10px;

}

.contentEP .bloquePodcast .alinearBotonD{
float: right;
padding-right: 0.5em;
}



/* upc tv */

.divGrupo{
width: 100%;
height: auto;
position: relative;
float: left;
clear: both;
margin-top: 1em;
margin-bottom: 2.5em;
}

.divGrupo .upctv{

display: grid;
grid-template-columns: repeat(auto-fill,260px); 
grid-row-gap: 2em;
justify-content: center;
margin-top: 2em;

}



.divGrupo .upctv .tv-info{
width: 262px;
height: auto;
position: relative;
float: left;
margin-right: 7px;
margin-left: 7px;
overflow: hidden;

}

.cssImgVideo{
width: 260px;
height: 347px;
border-radius: 11px;
opacity: 1;
}

.divGrupo .upctv .tv-info h6{ 
font-family: "solano_gothic_mvb_stdBd",sans-serif;
font-size: 19px;
color: #575759;
margin-top: 0.8em;
margin-bottom: 7px;
}



.divGrupo .upctv .tv-info a{
text-decoration: none;
}


.divGrupo .upctv .tv-info img{
width: 100%;
}

.divGrupo .upctv .tv-info > a > div{
font-family: "zizou-slab-regular";
font-size: 17px;
color: #575759;
line-height: 25px;

}


.divGrupo .slick-dots {
bottom: -60px;
}

.divGrupo .wrapButton{
margin-top: 4.7em;
}


/* opinion */

.grid-elementos{
width: 100%;
height: auto;
position: relative;
float: left;
display: grid;
justify-content: center;
overflow: hidden;	
}



.caja-opinion{
width: 240px;
height: 379px;
position: relative;
float: left;
margin-left: 7px;
margin-bottom: 1.5em;
margin-top: 0.6em;
border-radius: 10px;
box-sizing: border-box;
box-shadow: 0px 4px 4px #00000029;
background: #FFFFFF 0% 0% no-repeat padding-box;
display: inline-block;
opacity: 1;
overflow: hidden;
}

.grid-elementos .caja-contenido{
width: 100%;
height: auto;
position: relative;
float: left;
padding: 14px 17px 0 17px;

}

.grid-elementos .caja-contenido > div{
word-wrap: wrap;
line-height: 22px;
font-size: 18px;
font-family: "zizou-slab-bold",sans-serif;
color: #000000;
margin-top: 11px;
height: 104px;
}


.fecha-pub{
color: #797979;
text-transform: uppercase;
font-family: "Nunito",sans-serif;
font-size: 14px;
font-weight: bold;
}





/*Media querie custom*/


@media only screen and (min-width: 480px) {

.contentEP .bloquePodcast  h5{
	font-size: 18px;

}


.contentEP .bloquePodcast{
	grid-template-columns: 43% 57%;
	width: 382px;
	height: 211px;
}

.contentEP .bloquePodcast > div{

	grid-template-rows: 77% 23%;
}




}


@media only screen and (min-width: 768px) {

.contentEP .colEnt{
	grid-template-columns: repeat(auto-fill,280px); 
	grid-column-gap: 1em;
	justify-content: center;
}



/* Noticias */


.divGrupo .upctv{
	grid-column-gap: 1em;
	
	
}

	.grid-elementos{
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fill,230px);
	grid-column-gap: 1em;	

}

}



@media only screen and (min-width:968px){

.flex-c {
	display:flex;
	justify-content: space-between;
}
.post-reading-time {
	margin-top: 0;
}

.related-posts-list .bloque:first-child {
	margin-left: 10em;
}


.contentEP{

	grid-template-columns: 60% 40%;
	grid-gap: 0em;

}

.contentEP .colEnt{
	justify-content: start;
}



.divGrupo .upctv{	
	grid-template-columns:repeat(1, 100%)
}

.grid-elementos{
	/*grid-template-columns: 1fr 1fr 1fr 1fr;*/
	grid-template-rows: auto;
	justify-content: start;
	
}


}


@media only screen and (min-width:1200px){


}




/* //Estilos del Formulario De Busqueda */

/* .is-form-style  {
max-width: 30%;
} */


/* .GridBuscar {
display: grid;
width: 100%;
background-color: #eaeaea;
}
.buscarContenido {
display: grid;
width: 1028px;
margin: auto;
grid-gap: 20px;
grid-template-columns: 27% 35% 9% 20%;
}
.buscarContenidoLabelGrid{
grid-column: 1/2;
margin-bottom: 20px;
margin-top: 20px;
}
.buscarContenidoInputGrid{
grid-column: 2/3;
margin-bottom: 20px;
margin-top: 20px;

}
.selectArchivoGLabelrid{
grid-column: 3/4;
margin-bottom: 20px;
margin-top: 20px;
}
.selectArchivoInputGrid{
grid-column: 4/5;
margin-top: 20px;
margin-bottom: 20px;
}

@media screen and (max-width: 868px){
.GridBuscar {
height: 97%;
}

.is-search-submit{
	display: none;
}



.buscarContenido {
display: grid;
width: 80%;
margin: auto;
grid-gap: 0px;
grid-template-columns: 27% 35% 9% 20%;
}
.buscarContenidoLabelGrid {
	margin-top: 0px;
margin-bottom: 0px;

	grid-column: 1/5;
}	
.buscarContenidoInputGrid {
	margin-top: 0px;
	grid-column: 1/5;
}
.selectArchivoGLabelrid {
	margin-top: 30px;
	margin-bottom: 0px;
	grid-column: 1/5;
}
.selectArchivoInputGrid {
	margin-top: 0px;
	grid-column: 1/5;
margin-bottom: 72px;
}
.content-select {
width: 75% !important;
}
.buscar {
width: 75% !important;
}
}

.tituloBuscar{
font-family: 'solano_gothic_mvb_stdBd';
color: black;
display: block;
font-size: 23px;
font-weight: 400;
outline-offset: -1px;
margin-right: 30px;
margin-top: 10px;
}
.tituloArchivo{
font-family: 'solano_gothic_mvb_stdBd';
color: black;
display: block;
font-size: 23px;
font-weight: 400;
outline-offset: -1px;
margin-right: 30px;
margin-left: 420px;
margin-top: 10px;
}
.is-screen-reader-text{
display: none;
}

.is-search-input{

font-size: 15px;
padding: 11px;
overflow: hidden;
	margin-bottom: 40px;
width: 100%; 
border-radius: 5px;
box-sizing: border-box;
box-shadow: 0px 4px 4px #00000029;
}

.buscar{
position: absolute;
width: 350px;
}
.icon-search {
position: absolute;
top: 0;
right: 0;
margin-top: 12px;
margin-right: 25px;
color: #bbb;
cursor: pointer;
}

.is-search-submit {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
padding: 0;
position: absolute;
width: 100px;
}
.GridResultados {
display: grid;
width: 100%;
background-color: #eaeaea;
margin: auto;
grid-gap: 20px;
grid-template-columns: 100%;
}
.resultadosContenido {
display: grid;
width: 800px;
margin: auto;
grid-gap: 20px;
grid-template-columns: 80% 20%;
}
article {
box-sizing: border-box;
box-shadow: 0px 1px 0px #00000029;
background: #FFFFFF 0% 0% no-repeat padding-box;
}

.entry-title {
border-bottom: 0px;
} */

.entry-title-link {
color: #2962ff !important;
}

.entry-meta {
display: none;
}

.content-select{
width: 206px;
position: absolute;
}

.content-select i{
position: absolute;
right: 0;
top: 0;
margin-top: 15px;
margin-right: 22px;
width: 9px;
height: 9px;
display: block;
border-left: 3px solid #D50000;
border-bottom: 3px solid #D50000;
transform: rotate(-45deg); /* Giramos el cuadrado */
transition: all 0.25s ease;
	cursor: pointer;
}
option {
	color: black;
}
.content-select select{

appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
color: #bbb;
font-size: 15px;
padding: 11px;
overflow: hidden;
margin-bottom: 40px;
width: 150%; 
border-radius: 5px;
box-sizing: border-box;
box-shadow: 0px 4px 4px #00000029;
cursor: pointer;
}

#archives-dropdown-5 {
	
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
color: #bbb;
font-size: 15px;
padding: 11px;
overflow: hidden;
margin-bottom: 40px;
width: 100%; 
border-radius: 5px;
box-sizing: border-box;
box-shadow: 0px 4px 4px #00000029;
}

/* h2{
font-size: 22px;
} */

.contenido-box {
box-shadow: rgb(0 0 0 / 16%) 0px 4px 4px; 
background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255); 
margin-right: 20px; 
width: 233px; 
max-height: 369px; 
border-radius: 10px; 
}



/**
* AJAX Search Style
*/
/* .is-ajax-search .is-loader-image {
display: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 25px;
right: 5px;
z-index: 9999;
width: 25px;
background-repeat: no-repeat;
background-size: contain;
} */

/* .is-ajax-search.processing .is-loader-image {
display: block;
}

.is-ajax-search label {
position: relative;
}

.is-ajax-search-details,
.is-ajax-search-result,
.is-ajax-search-details *,
.is-ajax-search-result * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
padding: 0;
outline: 0 !important;
margin: 0;
border: 0;
border-radius: 0;
text-transform: none;
text-shadow: none;
box-shadow: none;
text-decoration: none;
text-align: left;
letter-spacing: normal;
font-size: 13px;
line-height: 18px;
vertical-align: baseline;
}

.is-ajax-search-details a,
.is-ajax-search-result a {
color: #0073aa;
}

.is-ajax-search-details a:hover,
.is-ajax-search-result a:hover {
text-decoration: underline;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
display: none;
height: auto;
width: 500px;
max-width: 100%;
position: absolute;
z-index: 999999;
background: #e2e2e2;
color: #313131;
padding: 5px;
}

.is-ajax-search-items {
max-height: 400px;
}

.is-search-sections {
position: relative;
clear: both;
overflow: hidden;
}

.is-search-sections:after {
content: "";
display: block;
clear: both;
}

.is-search-sections .left-section {
float: left;
}

.is-show-more-results {
border-top: none;
margin-top: 5px;
background: #FFF;
}

.is-show-more-results-text {
cursor: pointer;
padding: 4px 0 3px;
text-align: center;    
}

.is-load-more-image {
display: block;
margin: 0 auto;
max-height: 25px;
}

.is-ajax-search-no-result {
padding: 10px;
background: #FFF;
text-align: center;
}

.is-ajax-search-items .post-title {
display: inline-block;
font-weight: normal;
font-size: 15px;
text-transform: capitalize;
}

.is-search-sections .meta {
margin: 5px 0;
}

.is-search-sections .meta i {
font-size: 11px;
}

.is-search-sections .meta > div {
margin-bottom: 5px;
}

.is-search-sections .meta > div > span {
margin-left: 10px;
}

.is-search-sections .meta > div > span:first-child {
margin-left: 0;
}

.is-has-badge .is-search-sections .is-title {
margin-right: 35px;
}

.is-has-badge .is-search-sections .meta > div > span:last-child {
margin-right: 10px;
}

.is-search-sections .meta > span:not(:last-child):after {
margin: 0 2px;
content: '/';
display: inline-block;
}

.is-search-sections .thumbnail {
margin-right: 10px;
width: 70px;
}

.is-search-sections .thumbnail img {
float: left;
max-width: 70px;
height: auto;
}

.is-ajax-term-label {
display: block;
font-style: italic;
font-size: 10px;
text-transform: uppercase;
color: #7b7b7b;
line-height: 12px;
letter-spacing: 2px;
}

.is-ajax-result-description {
font-size: 14px;
margin-top: 10px;
}

.is-ajax-search-post-details,
.is-ajax-search-post {
clear: both;
padding: 15px;
border-bottom: 1px solid #eceff1;
}

.is-ajax-search-details .mCSB_container > div,
.is-ajax-search-post {
background: #fff;    
}

.is-ajax-search-result .is-ajax-search-post:hover,
.is-ajax-search-result .is-show-more-results:hover,
.is-ajax-search-tags-details > div:hover,
.is-ajax-search-categories-details > div:hover {
background: #e2e2e2;
}

.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a {
text-transform: capitalize;
font-size: 14px;
}

.is-ajax-search-post-details:last-child,
.is-ajax-search-posts .is-ajax-search-post:last-child {
border: 0;
}

.is-ajax-woocommerce-actions {
clear: both;
margin-top: 10px;
display: inline-block;
}

.is-ajax-woocommerce-actions > * {
display: inline-block;
}

.is-ajax-woocommerce-actions .qty {
width: 60px;
height: auto;
padding: 4px 8px;
background: #fff;
font-size: 14px;
min-height: 0;
}

.is-ajax-woocommerce-actions .add_to_cart_inline {
margin: 0 0 0 5px;
}

.is-ajax-woocommerce-actions .added_to_cart {
font-size: 15px;
text-transform: capitalize;
font-weight: 800;
padding: 4px 8px;
}

.is-ajax-woocommerce-actions .add_to_cart_inline a.button {
padding: 4px 10px;
background: #0073aa;
color: #FFF;
font-weight: 800;
text-decoration: none;
}

.is-ajax-search-details .is-ajax-woocommerce-actions .add_to_cart_inline a.button.loading {
opacity: 0.4;
cursor: wait;
}

.is-ajax-woocommerce-actions .add_to_cart_inline a.button:hover {
opacity: 0.9;
}

.is-ajax-search-items .stock-status {
color: #7ad03a;
}

.is-ajax-search-items .is-prices del {
text-decoration: line-through;
}

.is-ajax-search-items .is-prices .amount  {
background: none;
font-weight: 800;
}

.is-ajax-search-items .is-prices del .amount {
font-weight: lighter;
font-size: 90%;
opacity: .6;
}

.is-ajax-search-items .is-prices ins  {
background: none;
}

.is-ajax-search-items .stock-status.is-out-of-stock {
color: #a44;
}

.is-featured-icon {
display: inline-block;
width: 13px;
fill: #FFC107;
vertical-align: text-top;
}

.is-ajax-search-items .is-sale-badge {
background: #77a464;
color: #fff;
height: 20px;
padding-top: 2px;
position: absolute;
right: -24px;
text-align: center;
top: 4px;
transform: rotate(45deg);
width: 77px;
}

.is-ajax-search-post-details .is-ajax-term-label {
display: inline-block;
}

.is-ajax-term-name {
font-size: 16px;
text-transform: capitalize;
}

.is-ajax-term-wrap {
margin-bottom: 10px;
}

div.is-ajax-search-details {
width: 400px;
}

.is-ajax-search-post-details {
display: none;
}

.is-ajax-search-posts-details .is-search-sections .thumbnail {
width: 150px;
}

.is-ajax-search-posts-details .is-search-sections .thumbnail img {
max-width: 150px;
float: none;
}

div.is-ajax-search-items div.mCSB_container {
margin-right: 21px;
}

@media screen and ( max-width: 910px ) {
div.is-ajax-search-result {
		max-width: 97%;
}
.is-ajax-search-details {
	display: none !important;
}
}

@media screen and ( max-width: 510px ) {
.is-ajax-search-result {
	left: 3px !important;
}
} */

/* Ajax search results scrollbar CSS */
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/wp-content/themes/images/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}

html,
body{
width:100%;
}


aside {
display: none;
}

.content {
width: 100%;
}
/* .head-custom-search{
display: none !important;
} */

.site-footer {
background: #797979 !important;
}
.btn {
width: 200px !important;
height: 50px !important;
}


.btn:hover{
background-color: white;
color: #D50000;
border-color: #D50000;
}

.btn-alt {
width: 200px !important;
height: 50px !important;
}


.btn-alt:hover{
background-color: #D50000;
color: white;
border-color: white;
}

p {
line-height: 24px;
}
h3 {
line-height: 44px;
}

.btn-info {
position: fixed;
bottom: 0;
right: 139px;
background-color: #D50000;
box-shadow: 0px 3px 6px #00000029;
border-radius: 6px 6px 0px 0px;
width: 300px;
height: 60px;
z-index: 1;
cursor: pointer;
font-family: 'solano_gothic_mvb_stdBd';
color: white;
text-align: center;
font-size: 20px;
padding-top: 21px;
padding-bottom: 18px;
line-height: 28px;
}


.head-custom-search {
	display: none;
}
div#n2-ss-9 .nextend-arrow img {
width: 75px;
}
	.widget-title {
display: none;
}	
div#n2-ss-4 .n2-font-79fa42e1264fe6fd038f5777ee5d303e-hover {
font-family: 'zizou-slab-bold';
text-transform: uppercase;
}	
.banner-home {
height: 324px;
width: 100%;
background-image:  url(/wp-content/uploads/2021/12/banner-home.jpg);
background-size: cover;
background-position: center;
padding-top: 64px;
padding-bottom: 71px;
padding-left: 139px;
padding-right: 139px;
position: relative;
margin-right: 0px;
}
.banner-box_inf {
	background-color: rgba(0, 0, 0, 0.9);
    display: inline-block;
    padding: 10px 19px;
}
.banner-box_inf h3 {
	margin-bottom: 8px;
}
.banner-home small{
	color: #fff;
	font-family: 'zizou-slab-regular';
}
.titulo-banner-1 {
	
font-family: 'sgothic-bdcap';
color: white;
font-size: 56px;
margin-bottom: 0px;
}
.subtitulo-banner-1 {
font-family: 'sgothic-bdcap';
font-size: 38px;
color: #fff;
}



.menu-secciones {
display: grid;
/* grid-template-columns: 186px 109px 208px 64px 73px; */
text-align: center;
border-top: 1px solid #CACACA;
border-bottom: 1px solid #CACACA;
padding-left: 25px;
padding-right: 25px;
padding-top: 15px;
padding-bottom: 15px;
grid-gap: 80px;
}
.titulo-secciones {
font-family: 'solano_gothic_mvb_stdBd';
font-size: 22px;
margin: 0px;
color: #575759;
cursor: pointer;
}
.titulo-secciones:hover {
color: #D50000 !important;
padding-bottom: 10px;
margin-bottom: -14px;
border-bottom: 4px solid #d50000;
}
.upc-global {
height: 308px;
margin-top: 47px;
display: grid;
grid-template-columns: 50% 50%;
}
.video-upc-global{
	background-image: url('/wp-content/uploads/2021/09/bg-video-1.jpg');
	background-size: cover;
height: 308px;
}
.img-play {
width: 86px;
display: block;
margin: auto;
margin-top: 100px;
}
.enlace-video-upc-global{
height: 308px;
width: 100%;
}
.enlace-video-upc-global iframe{
	width: 100% !important;
	height:308px;
}

@media screen and (min-width: 768px) {
	.enlace-video-upc-global iframe {
		height:100% !important;
	}
}
@media screen and (min-width: 968px){
	.menu-secciones {
		display:flex;
		display:-ms-flexbox;
		justify-content:center;
	}
}
.info-upc-global{
height: 308px;
padding: 10px 20px;
}
.titulo-info-upc-global{
font-family: 'solano_gothic_mvb_stdBd';
color: black;
font-size: 36px;
}
.text-info-upc-global {
font-family: 'zizou-slab-regular';
font-size: 20px;
}



.seccion-estudia-en-el-extranjero
.seccion-estudia-en-el-extranjero-interior,
.box-perfil_upc-menu {
/* height: 313px; */
position: relative;
margin-top: 105px;
padding: 18px;
/* background: #D50000 0% 0% no-repeat padding-box; */
border-radius: 6px;
/* display: grid;
grid-template-columns: 1fr 1fr; */
}
.bg-extranjero {
	background: #D50000 0% 0% no-repeat padding-box;
}
.bg-en-peru {
	background: #342CA9 0% 0% no-repeat padding-box;
} 
.seccion-img-box {
	height: 100px;
}
.bg-gray-light {
	background-color: #ECEFF1;
}
.section-franja {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

.conten-list-items {
	display: grid;
	grid-template-columns: repeat(1,minmax(0,1fr));
	grid-gap: 2rem;
	
}
.item-logro {
	color: #575759;
	text-align: center;
}
.item-logro .number {
	font-size: 60px;
	font-family: 'zizou-slab-bold';
}
.item-logro .image {
	height: 97px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.item-logro .description {
	font-family: 'zizou-slab-regular';
    font-size: 16px;
    line-height: 1.3;
}


.seccion-img-box img {
	width: 60%;
	position: absolute;
	right: -7px;
	bottom: 0;
}

@media screen and (min-width: 768px) {
	.banner-box_inf {
		min-width: 512px;
	}
}

@media screen and (min-width: 968px) {
	.seccion-img-box {
		height: 242px;
	}
	.seccion-img-box img {
		width: 83%;
		right: -12px;
	}
	.section-franja {
		width: 100vw;
	}
	.conten-list-items {
		grid-template-columns: repeat(4,minmax(0,1fr));
	}
}
.img-extranjero {
margin-top: -31px;
height: 344px;
width: 515px;
margin-left: 6px;
}
.boton-extranjero {
width: 200px;
height: 50px;
display: inline-block;
border: 2px solid #FFFFFF;
text-align: center;
font-family: 'solano_gothic_mvb_stdBd';
text-transform: uppercase;
text-decoration: none;
color: white;
padding-top: 8px;
font-size: 20px;
margin: 10px 0px;
/* cursor: pointer; */
}
.boton-extranjero-red {
width: 200px;
height: 50px;
display: inline-block;
border: 2px solid #D50000;
text-align: center;
font-family: 'solano_gothic_mvb_stdBd';
text-transform: uppercase;
text-decoration: none;
color: #D50000;
padding-top: 8px;
font-size: 20px;
cursor: pointer;
}
.flecha {
margin-left: 4px;
/* color: white;*/
display: inline-block;
width: 11px;
margin-bottom: 1px;
height: 11px;
border-bottom: 3px solid;
border-right: 3px solid;
transform: rotate(
-45deg);
}

.estudia-en-upc-seccion {
height: 313px;
margin-top: 80px;
background: #543477 0% 0% no-repeat padding-box;
border-radius: 6px;
display: grid;
grid-template-columns: 1fr 602px;
}

.estudia-en-upc-info{
	
padding-left: 124px;
}
.estudia-en-upc-img {
	
margin-top: -53px;
height: 366px;
}

.titulo-interno-secciones {
margin-top: 50px;
color: white;
font-family: 'solano_gothic_mvb_stdBd';
font-size: 40px;
}

.cooperacion-internacional{
margin-top: 94px;
font-family: 'solano_gothic_mvb_stdBd';
font-size: 36px;
color: black;
padding-left: 21px;
border-left: 6px solid #D50000;
}

.cooperacion-internacional-seccion {
/* height: 501px; */
width: 100vw;
margin-left: calc(-50vw + 50%);
display: grid;
grid-template-columns: 60% 40%;
margin-top: 53px;
}
.mobile-cooperacion {
	grid-template-rows: 1fr;
    grid-template-columns: 100%;
    margin-bottom: 249px;
}

.cooperacion-internacional-seccion-img {
background: url(/wp-content/uploads/2021/09/18114628.png);
background-size: cover;
background-position: center;
}

.cooperacion-internacional-seccion-texto {
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 0px 0px 6px 6px;
/* min-height: 346px; */
min-height: 590px;
width: 550px;
margin-top: 76px;
margin-left: -171px;
padding-top: 50px;
padding-left: 71px;
padding-bottom: 40px;
padding-right: 48px;
}
.mobile-text_c {
	margin-left: 20px;
    margin-right: 20px;
    width: auto;
    height: auto;
    padding: 27px;
    padding-top: 49px;
    position: absolute;
    text-align: center;
    margin-top: 235px;
    margin-bottom: 100px;
}

.cooperacion-internacional-seccion-texto-p {
height: 177px;
line-height: 22px;
}
.c-box-Wysiwyg h3 {
	color: #000 !important;
}
.c-box-Wysiwyg p,
.cooperacion-internacional-seccion-texto-p {
	font-family: 'zizou-slab-regular';
	font-size: 16px;
}


.seccion-noticias-titulo, .title-section {
font-family: 'solano_gothic_mvb_stdBd';
font-size: 36px;
color: black;
padding-left: 21px;
border-left: 6px solid #D50000 !important;
margin-top: 66px !important;
margin-bottom: 42px;
}
#seccion-noticias .slick-dots,
#c_campus .slick-dots {
	display: none !important;
}
@media (max-width: 600px){
	#seccion-noticias,
	#c_campus,
	.w_100-mobile {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
	}
	 .slick-list {
		padding: 0 20% 0 0 !important;
	}
	#logros .slick-list {
		padding: 0px !important;
	}
	.w_100-mobile .slick-arrow, 
	 .slick-arrow {
		display:none !important;
	}
	.title-section {
		 margin-top: 100px !important;
	}

	.cooperacion-internacional-seccion {
		margin-top: 32px !important;
	}


}



@media screen and (min-width: 968px) {
	#seccion-noticias {
		height: 400px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 16px;
	}
	.gap-150-md {
		grid-gap: 150px !important;
	}
	.cooperacion-internacional-seccion-texto {
		margin-bottom: 76px;
	}
}

.seccion-noticias-card {
height: 386px;
box-shadow: 0px 3px 6px #00000029;
border-radius: 6px;
margin-bottom: 10px;
}
.seccion-noticias-card-img{
height: 167px;
border-radius: 0px 6px 0px 0px;
background-size: cover;
background-position: no-repeat;
}

.seccion-noticias-card-info {
padding: 20px;
padding-bottom: 14px;
height: 213px;
display: grid;
grid-template-rows: 34px 122px 25px;
}
.seccion-noticias-card-info-fecha{
font-size: 15px;
font-family: 'Nunito';
color: #797979;
text-transform: uppercase;
font-weight: 600;
margin: 0px;
}
.seccion-noticias-card-info-titulo{
margin: 0px;
font-size: 18px;
font-family: 'zizou-slab-bold';
}
.seccion-noticias-card-info-titulo-btn{
font-family: 'Nunito';
text-decoration: none;
text-align: center;
color: #D50000;
}
.nosotros-seccion-container{
/* height: 439px; */
/* padding-left: 35px; */
display: grid;
grid-template-columns: 1fr 644px;
}
.nosotros-seccion-container,
.container-section {
	max-width: 1088px;
	margin: 0 auto;
}
.nosotros-seccion-container {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	height: 760px; 
    background-color: #F7F8FA;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.container-section {
	padding: 35px 27px;
}
.nosotros-seccion-info {
padding-bottom: 49px;
padding-right: 25px;
padding-left: 25px;
padding-top: 57px;
}
.nosotros-seccion-info-titulo{
color: #D50000;
font-family: 'solano_gothic_mvb_stdBd';
font-size: 32px;
margin: 0px;
}
.nosotros-seccion-info-subtitulo {
margin: 0;
font-family: 'zizou-slab-regular';
font-size: 20px;
}
.nosotros-seccion-info-correo {
margin: 0;
font-size: 18px;
font-family: 'zizou-slab-bold';
}
.nosotros-seccion-info-enlaces {
display: grid;
grid-gap: 13px;
grid-template-columns: 30% 11% 11% 11% 1fr;
border-top: 1px solid #CACACA;
padding-top: 30px;
margin-top: 30px;
}
.nosotros-seccion-info-enlaces img{
	height: 37px;
}
.nosotros-seccion-info-enlaces-p{
font-size: 17px;
font-family: 'zizou-slab-regular';
margin: 0px;
margin-top: 5px;
}
.nosotros-seccion-img {
width: 100%;
height: 452px;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
/* width: 100vw;
margin-left: calc(-50vw + 50%); */
}
.site-inner {
clear: both;
margin: 0 auto;
padding: 15px 30px 0;
padding-top: 55px;
}
.nosotros-seccion {
	margin-top: 55px;
}
.cooperacion-internacional-seccion-mobile {
	grid-template-rows: 1fr;
	grid-template-columns: 100%;
	margin-bottom: -235px;
}
.cooperacion-internacional-seccion-mobile .cooperacion-internacional-seccion-img {
	height: 350px;
	background-position: center;
}
.cooperacion-internacional-seccion-mobile 
.cooperacion-internacional-seccion-texto {
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
	height: auto;
	padding: 27px;
	position: relative;
	margin-top: 0;
	top: -235px;
	padding-top: 49px;
}

@media only screen and (min-width: 800px) {
	.site-inner {
	max-width: 1171px;
	}
	.nosotros-seccion-info-correo {
		font-size: 18px;
	}
	.nosotros-seccion {
	height: initial;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-top: 53px;
	background-color: #F7F8FA;
	}
	.nosotros-seccion-container {
		display: flex;
		margin-left: auto;
		grid-template-columns: 41% 1fr;
		height: inherit;
	}
	.menu-secciones {
	/* display: grid; */
	/* grid-template-columns: 186px 109px 208px 64px 73px; */
	text-align: center;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	grid-gap: 50px;
	height: 60px;
	}
	.titulo-secciones:hover {
	color: #D50000 !important;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 4px solid #d50000;
	}
	/* #seccion-estudia-en-el-extranjero-mobile {
	display: none;
	} */
	#estudia-en-upc-seccion-mobile {
	display: none;
	}
	

	.cooperacion-internacional-seccion-mobile,
	#cooperacion-internacional-seccion-mobile {
	display: none;
	}
	#seccion-noticias-mobile {
	display: none !important;
	}


	/* #nosotros-seccion-mobile {
	display: none;
	} */

	/* #menu-secciones-mobile {
	display: none;
	} */
	.wrapButton-mobile {
	display: none !important;
	}
	.c_block-50 {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 20px;
	}
	.nosotros-seccion-img {
		height: inherit;
	}
}
@media only screen and (min-width: 1200px) {
	.menu-secciones {
		grid-gap: 80px;
	}
}



@media only screen and (max-width: 800px) {
.genesis-nav-menu {
clear: both;
line-height: 1;
float: right;
width: 100%;
}
.btn-info {
	display: none;
}

.banner-home {
padding-top: 64px;
padding-bottom: 71px;
padding-left: 36px;
padding-right: 45px;
min-height: 390px;
height: inherit;
background-position: center;
}
.titulo-banner-1 {
font-size: 50px;
width: auto;
line-height: 58px;
}
.subtitulo-banner-1 {
font-size: 36px;
margin-top: 15px;
letter-spacing: 0px;
}
	
	
.site-inner {
padding-top: 39px;
}
.menu-secciones {
border-top: 9px solid #CACACA;
border-bottom: none;
grid-gap: 22px;
text-align: left;
padding-top: 29px;
padding-left: 0px;
}
.titulo-secciones {
	
font-size: 26px;
}
.upc-global {
	
grid-template-columns: 1fr;
grid-gap: 25px;
height: auto;
}
.video-upc-global,
.c_services,
.c-video-upc-global {				
width: 100vw;
margin-left: calc(-50vw + 50%);
/* animation */
}
.info-upc-global {
height: auto;
padding: 10px 6px;
}
#seccion-estudia-en-el-extranjero {
	display: none;
}
#estudia-en-upc-seccion {
	display: none;
}
.cooperacion-internacional {
margin-top: 80px;
border: none;
}
#cooperacion-internacional-seccion {
	display: none;
}

#nosotros-seccion {
	display: none;
}
#menu-secciones {
	display: none;
}
.text-info-upc-global {
	font-size: 16px;
}
.c_block-50 {
	margin-top:65px;
}
.seccion-estudia-en-el-extranjero {
	grid-template-columns: 1fr;
	margin-top: 20px;
	width: 96vw;
	margin-left: calc(-48vw + 50%);
}
.seccion-estudia-en-el-extranjero .box-perfil_upc-menu {
	height: 333px;
	margin-top: 0px;
}
.img-extranjero {
	width: 53%;
	position: absolute;
	margin-top: 13px;
	height: 126px;
	margin-left: 0px;
}
.btn {
	width: 156px !important;
	height: 50px !important;
}

.cooperacion-internacional-seccion-texto-p {
	font-family: 'zizou-slab-regular';
	font-size: 18px;
	line-height: 22px;
	height: 198px;
}
.seccion-noticias-titulo {
	font-family: 'solano_gothic_mvb_stdBd';
	font-size: 36px;
	color: black;
	padding-left: 21px;
	border-left: 6px solid #D50000;
	margin-top: 330px;
	margin-bottom: 42px;
}
.seccion-estudia-en-el-extranjero-interior {
	grid-template-rows: 160px 205px;
	padding: 20px;
	padding-right: 19px;
}
.titulo-interno-secciones {
	padding-top: 58px;
	margin-top: 0px;
	font-size: 36px;
	line-height: 40px;
}

}

.content-list-menu .item-span-desktop {
height: 10px !important;
}

.breadcrumbs {
    background: #ECEFF1;
    height: 35px;
    padding-left: 11%;
    font-family: 'zizou-slab-regular';
    font-size: 16px;
    padding-top: 4px;
    color: #575759;
}
.breadcrumbs a {
	font-weight: normal;
    font-size: 16px;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 960px){
	.inicio {
	margin-top: 4px;
	}
	.breadcrumbs {
		padding-left: 10px;
	}
	.genesis-nav-menu a {
		font-family: 'solano_gothic_mvb_stdBd';
		color: #333;
		display: block;
		font-size: 22px;
		font-weight: 400;
		outline-offset: -1px;
		padding-bottom: 12px;
		padding-top: 20px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
	}
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 0px;
		position: static;
		z-index: 99;
		margin-top: 20px;
		border-top: 1px solid #E0E0E0;
		width: 100vw;
		margin-left: calc(-53vw + 50%);
		background-color: #F7F8FA;
	}

	.genesis-nav-menu .sub-menu a {
		font-size: 22px;
		position: relative;
		font-family: 'solano_gothic_mvb_stdBd';
		text-transform: uppercase;
		background-color: #F7F8FA;
		color: #575759;
	}
	/* .search-form {	
		display: none;
		grid-template-rows: 1fr 1fr;
	} */
}
.item-alianza {
	border-radius: 8px;
	border: 1px solid #DFDFDF;
	padding: 16px;
	margin: 10px;
	text-align: center;
}
.item-alianza figcaption {
	font-family: 'zizou-slab-regular';
	font-size:18px;
	font-weight: normal;
	line-height:1.2;
}
@media only screen and (min-width: 768px) {
	.c-video-upc-global {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
	.c_alianzas-internacional {
		display:flex;
		display:-ms-flexbox;
		justify-content:center;
	}
	.item-alianza {
		width: 400px;
	}
	
}
@media only screen and (min-width: 960px){
	.inicio {
	margin-top: 82px;
	}

	#searchform-1{
		border: none;
		background: #F7F8FA;
	}
	.search-form-submit {
		display: initial;
	}
	/* .search-form {
	display: none;
	grid-template-columns: 90% 1fr;
	position: fixed;
	top: 80px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: auto;
	} */
	.search-form-submit {
		margin-top: 0px !important;
	}
	.cooperacion-internacional-seccion-texto-p {
		max-height: 177px;
		height:auto;
	}
}

a, button {
outline: none !important;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap');



/* Programas tabs   */

/* .c_tabs-programs .tab_program {
	
} */

.c_tabs-programs {
	display: grid;
	grid-template-rows: 52px 52px 52px 52px 52px 52px;
	grid-gap: 20px;
}
.c-bg-img {
	margin: 25px;
    /* background-color: darkgray; */
    text-align: center;
}
.c_flecha {
	width: 15px;
    height: 15px;
    border-bottom: 4px solid;
    border-right: 4px solid;
    margin-top: 9px;
    color: #D50000;
}

.c_tabs-programs > a {
	display: grid;
    grid-template-columns: 90% 10%;
    background-color: #F7F8FA;
    font-size: 18px;
    font-family: 'zizou-slab-regular';
	font-weight: bold;
    /* padding-top: 10px; */
    padding-left: 30px;
	align-items: center;
}
.d-none-xs {
	display:none;
}
.card > a {
    display: block;
    position: relative;
}
.card .rounded-lg {
	border-radius: 11px;
}
.card-play {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    border-radius: 50%;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.7);
}
.text-card {
	font-family: 'sgothic-bdcap';
}
.testimonio_item figure {
	background-color: #000000;
}
.testimonio_item figure,
.testimonio_item h3 {
	color: #ffffff;
}
.img-bg-testtimonio {
	background:gray;
	height: 196px;
}

.testimonio_item h3 {
	font-size: 1rem;
	line-height:1.2;
}
.testimonio_item figcaption {
	text-align:left;
	padding: 20px 24px;
}
.testimonio_item p {
	font-family: 'zizou-slab-regular';
	font-weight: normal;
}

@media screen and (min-width:768px){
	.d-none-xs {
		display:block !important;
	}	
	.c_program-international {
		display: grid;
		grid-template-columns: 45% 55%;
		margin-top: 56px;
		align-items: center;
	}
	.c_tabs-programs > a {
		font-size: 20px;
	}
	
	.img-bg-testtimonio {
		min-height: 337px;
	}
	.testimonio_item figcaption {
		padding: 36px 40px;
	}

}

@media screen and (min-width:968px){
	.testimonio_item figure {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.testimonio_item figure .img-bg-testtimonio {
		order: 2;
		height: auto;
	}
}

/* Modal Component Videos   */

.modal h1 {
	font-size: 20px;
}
.modal button {
	margin: 0px auto;
	margin-top: 20px;
}
.modal {
	position: fixed;
	top: 0px;
	pointer-events: none;
	left: 0px;
	background: rgba(51,51,51,0.5);
	width: 100vw;
	height: 100vh;
	z-index: 100;
	opacity: 0;
	transition: 0.3s;
}
.modal.active {
	opacity: 1;
	pointer-events: auto;
}
.modal.active .box {
	top: 50%;
}
.modal#success h1 {
	font-size: 1.5em;
}
.modal .close {
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
	color: #ddd;
}
.modal .box {
	background: #fff;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	/* padding: 20px; */
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.3s;
	width: 80% 
}
.content_modal {
	width: 100%;
	height: 248px;
}
.content_modal iframe {
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width:768px){
	.modal .box {
		width: 60%
	}
	.content_modal {
		height: 470px;
	}
	
}

.content_card-service {
    color: #fff;
    font-family: "sgothic-bdcap";
    border-radius: 0.25rem;
	display: flex;
}
.content_card-service .title_card-f {
    font-size: 1.5rem;
	color: #ffffff;
	font-family: "sgothic-bdcap";
	line-height: 1.2;
}


.img_bg-service {
	width: 40%;
    height: 213px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.align-text-arrow {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
	width: 60%;
}

@media screen and (min-width: 768px){
	.c_services {
		display: grid;
		grid-template-columns: repeat(3,minmax(0,1fr));
		gap: 1.5rem;
	}
	
	.img_bg-service,
	.align-text-arrow {
		width: 100%;
	}
	
	
	
}
@media screen and (min-width: 968px){
	.content_card-service {
		display:inherit;
	}
	.c_campus {
		display: grid;
		grid-template-columns: repeat(4,minmax(0,1fr));
		gap: 1.5rem;
	}
	.content_card-service .align-text-arrow {
		height:116px;
	}
	.content_card-service .title_card-f {
		font-size: 32px;
	}
	.img_bg-service { 
		height: 360px;
	}
	/* .img_bg-service {
		border-top-left-radius: 11px;
		border-top-right-radius: 11px;
	} */
}

.c_campus .align-text-arrow {
	color: #ffffff;
	font-family: "sgothic-bdcap";
	line-height:1.2;
	width: 100%;
}
.c_campus small {
	font-size: 24px;
}
.c_campus .title_card-f {
	font-size: 36px;
}
.c_img-campus img {
	width: 100%;
}
@media screen and (min-width: 968px){
	.page-id-211 .nosotros-seccion-info-subtitulo {
		width: 400px;
	}
}
/* Programas  */

/* Menu lateral  */

.content-sidebar-wrap .content {
    width: 100%;
}
.content-sidebar main.content .interna {
    display: grid;
    grid-template-columns: 1fr 3fr;
    max-width: 1040px;
    margin: auto;
}
.content-sidebar-wrap .content {
    width: 100%;
}
.content-sidebar .site-inner {
	padding: 0;
    max-width: 100%;
}
.banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /* background-color: black; */
    height: 321px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.banner .container {
	max-width: 1040px;
	width: 1040px;
    margin: 0 auto;
}
.titular h1 {
    /* background: black none repeat scroll 0 0; */
    color: white;
    display: inline-block;
    font-family:'sgothic-bdcap';
    font-weight: lighter;
    line-height: 1;
    padding: 5px;
    max-width: 400px;
    font-size: 40px;
	background-color: rgba(0, 0, 0, 0.9);
    display: inline-block;
    padding: 10px 19px;
}
.bread-nuevo {
    color: #ffffff;
    line-height: 30px;
    min-height: 30px;
    font-size: 16px;
    font-family: 'zizou-slab-regular';
    /* text-transform: uppercase; */
}
.content-sidebar .interna .entry-content {
    padding: 50px 30px 10px;
}
@media (min-width: 768px){
	.titular h1 {
		font-size: 56px;
	}
}
@media (max-width: 768px){
	.content-sidebar main.content .interna {
		grid-template-columns: 1fr;
	}
	.content-sidebar .interna .entry-content {
		padding: 0px 10px 0px;
	}
}

.sidebar-menu {
    margin-top: 21px;
    padding: 10px;
}
.sidebar-menu ul {
    margin-top: 10px;
    padding: 0;
    border-top: solid 10px #E0E0E0;
}
.sidebar-menu ul li {
    margin: 0px;
    border-bottom: solid 3px #ADAFB0;
	position: relative;
	width: 100%;
}
.sidebar-menu ul .current-menu-item,
.sidebar-menu ul .active-link {
    position: relative;
}
.sidebar-menu ul li a {
    width: 100%;
    text-transform: uppercase;
    font-family: 'sgothic-bdcap';
    padding: 10px 0;
    display: block;
}
.sidebar-menu ul .current-menu-item::before,
.sidebar-menu ul .active-link::before {
    /* content: "🡢"; */
	content: url('/wp-content/uploads/2022/02/iconarrow.svg');
    position: absolute;
    right: 0;
    bottom: 13px;
    height: 30px;
    width: 20px;
    /* color: #D50000; */
    line-height: 1.5;
    font-weight: bold;
    font-size: 25px;
}

.c_image-item {
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 11px;
	cursor: pointer;
}
.c-idioma-mobile {
	background-color: #E0E0E0;
	text-align: center;
	padding: 15px 10px;
}
.c-idioma-mobile a{
 	padding: 0px 18px !important;
}
.wpml-ls-item:first-child {
	border-right: 2px solid #00000029;

}
.wpml-ls-item:first-child
.wpml-ls-item span {
	font-size: 20px;
}