/*!
Theme Name: Centro Universitario Ignaciano
Theme URI: http://underscores.me/
Author: Tinca
Author URI: https://tinca.org/
Description: Sitio Centro Universitario Ignaciano UAH
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: centro-universitario-ignaciano
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

# Personalizadas
    - Generales
    - Header
	- Menú
	- Slider
	- Temas Destacados Home
	- Involúcrate
	- Cui
	- Àreas
	- Temas Destacados Interior Todos
	- Temas Destacados Interior Single
	- Equipo
	- Footer
	- Responsive

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* .container{
	max-width: 1240px !important;
} */

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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 1.5em;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 17px;
	color: #222222;
}

.main-navigation a,
.cui-header h1,
.cui-contenido h3,
.area-header h1,
.espacios h4,
.main-navigation ul ul a,
.espacios .esp-bloques a,
.page-template-blog .titulo h1,
#footer-2 input.wpcf7-submit,
.single-post .entry-title,
#administrativos h1,
#administrativos .bloque-equipo .dato-equipo h2{
	font-weight: 500 !important;
}

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

@media screen and (min-width: 992px)/*37.5em*/ {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/*--------------------------------------------------------------
# Personalizadas
--------------------------------------------------------------*/

/* Generales
--------------------------------------------- */
html {
	scroll-behavior: smooth;
  }

  html,
body {
  margin: 0;
  height: 100%;
}

.menu-toggle {
    border: unset;
    border-radius: unset;
    background: #e6e4e4;
    color: unset;
}

.main-navigation ul,
.single-post .compartir #a2a_share_save_widget-3{
	align-items: flex-end;
}

#menu-menu-footer,
#slider .slider-img{
	padding: 0;
}

#menu-menu-footer{
	list-style: none;
}

.nop{
	padding-right: 0;
	padding-left: 0;
}

h1,
#footer-1 ul li h6,
.area-titulo h2,
#profesores .titulo h2{
	color: #1e1d1d;
}

#menu-menu-footer,
#footer-3 .redes-icons,
.cui-header .txt,
.area-header .txt,
.single-post .compartir #a2a_share_save_widget-3,
.page-template-tpl-equipo #administrativos .bloque-equipo{
	display: flex;
}

#contacto,
#temas{
	padding: 3em 0;
}

/* Header
--------------------------------------------- */
.site-branding .custom-logo{
	max-width: 330px;
}

header .row{
	align-items: flex-end;
	padding: 2em 0;
}

/* Menú
--------------------------------------------- */
.main-navigation a,
.main-navigation a:hover,
.main-navigation ul ul a{
	padding: 15px;
}

.main-navigation a:hover,
.main-navigation ul ul a,
.menu-item-has-children:hover{
	background-color: #f2f2f2;
}

.main-navigation ul ul{
	box-shadow: unset;
	display: block;
	padding: 10px 50px 10px 0;
}

.main-navigation ul ul a:hover{
	text-decoration: underline;
}

.main-navigation ul ul{
	background-color: #f2f2f2;
}

.main-navigation ul ul li{
	padding-left: 30px;
}

/* Slider
--------------------------------------------- */

#slider .carousel-inner .carousel-item [class^="col"]{
	height: 615px;
	padding: 0;
}

#slider .carousel-item img {
    object-fit: cover;
    height: 615px;
}

#slider .carousel-caption {
    position: relative;
    right: unset;
    bottom: unset;
    left: unset;
    background-color: #1a171b;
    display: flex;
    align-items: center;
}

#slider .carousel-indicators{
	left: unset;
	bottom: 15%;
	margin-right: 24.4%;
}

#slider .carousel-indicators li{
    background-color: #ffffff;
    border-radius: 12px !important;
    height: 15px;
    width: 15px;
    opacity: 1;
	border-top: unset;
	border-bottom: unset;
}

#slider .carousel-indicators li.active,
#contacto,
#temas-destacados .btn-mas a{
    background-color: #ea5134;
}

.slider-txt{
	text-align: left;
	padding: 0 5em 0 3em;
}

.slider-txt h3,
.cui-contenido h3,
#areas .area-bloque h3{
	font-size: 1.625em;
}

.slider-txt h3{
	line-height: 1.4;
	padding-bottom: 20px;
}

.slider-txt p{
	font-size: 18px;
}

.slider-txt .btn-leer-mas{
	background-color: unset;
	border-color: unset;
	border: unset;
	padding: 0;
}

.slider-txt .btn-leer-mas:focus{
	box-shadow: unset;
}

.slider-txt .btn-secondary:hover{
	color: unset;
	text-decoration: underline;
}

/* Áreas Home
--------------------------------------------- */
#areas .area-bloque .overlay{
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(234, 81, 52, .7);
	z-index: 3;
	opacity: 1;
	margin-right: -15px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}

#areas .widget{
	margin: 0;
}

#areas .area-bloque .area-txt,
.area-bloque .area-txt .material-icons-outlined,
.slider-txt .btn-secondary{
	color: #ffffff;
}

#areas .area-bloque .area-txt{
	padding: 0 5em;
}

.area-bloque .area-txt .material-icons-outlined{
	font-size: 4em;
}


#areas .area-bloque .overlay:hover{
	background: unset;
	opacity: 0.6;
}

#areas .area-bloque:hover .area-txt{
	display: none !important;
}


/* Temas Destacados Home
--------------------------------------------- */
#temas .titulo [class^='col-']{
	display: flex;
	justify-content: space-between;
}

#temas .titulo,
#involucrate .titulo{
	margin-bottom: 2.5em;
}

#temas .titulo a{
	font-size: 21px;
	color: #666262;
}

#temas .titulo a,
#temas .temas-2 a h2,
#temas .temas-4 a h2,
.cui-header p,
.area-header p,
#temas-destacados .temas-2 a h2,
#temas-destacados .temas-4 a h2{
	font-weight: 300;
}

#temas .temas-4,
#temas-destacados .temas-4{
	padding-top: 2em;
}

#temas .temas-2,
#temas .temas-4,
#temas .temas-2 a h2,
#temas .temas-4 a h2,
.cui-header p,
.cui-contenido .parrafo,
.area-header p,
.area-contenido .area-bp,
.espacios .esp-bloques p,
#temas-destacados .temas-2 a h2,
#temas-destacados .temas-4 a h2,
#involucrate .sociales p,
.single-post .entry-title,
.single-post,
#administrativos .bloque-equipo .dato-equipo .cargo,
#profesores .bloque-equipo h3{
	color: #1e1c1c !important;
}

#temas .temas-2 a h2,
#temas .temas-4 a h2,
#temas-destacados .temas-2 a h2,
#temas-destacados .temas-4 a h2{
	line-height: 1.4em;
	padding-bottom: 12px;
}

#temas .temas-4 a h2,
#temas-destacados .temas-4 a h2,
#administrativos .bloque-equipo .dato-equipo h2,
#administrativos .bloque-equipo .dato-equipo,
#profesores .bloque-equipo h3{
	font-size: 1.125em;
}

#temas .home-fecha,
#temas-destacados .home-fecha,
.single-post .compartir h2{
	font-size: 14px;
	font-weight: 400;
}

#temas .temas-2 img,
#temas .temas-4 img,
#temas-destacados .temas-2 img,
#temas-destacados .temas-4 img{
	padding-bottom: 1.2em;
}

/* Involúcrate
--------------------------------------------- */
#involucrate{
	padding: 3em 0 1em 0;
	background-color: #f2f0f0;
}

#involucrate .sociales p{
	font-size: 15px;
}

#involucrate #custom_html-2 .sociales p::before,
#involucrate #custom_html-11 .sociales p::before{
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
}

#involucrate #custom_html-2 .sociales p::before{
	background: url(/wp-content/uploads/2021/04/fb.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 14px;
}

#involucrate #custom_html-11 .sociales p::before{
	background: url(/wp-content/uploads/2021/04/insta.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 21px;
}

#involucrate #custom_html-2 .sociales p{
	margin-left: 6px;
}

#involucrate #custom_html-11 .sociales p{
	margin-left: 10px;
}

/* Cui
--------------------------------------------- */
.cui-header h1,
.cui-contenido h3,
.area-header h1,
.espacios h4,
.main-navigation ul ul a,
.espacios .esp-bloques a,
.single-post .entry-content a,
.espacios .esp-bloques p{
	padding-bottom: 25px;
}

.cui-header h1,
.cui-contenido h3,
.area-header h1,
.espacios h4,
.main-navigation ul ul a,
.espacios .esp-bloques a,
.single-post .entry-content a,
#administrativos .bloque-equipo .dato-equipo h2{
	color: #ea5134 !important;
}

.cui-header h1,
.area-header h1{
	font-size: 2.3em;
}

.page-template-blog .titulo h1,
#administrativos h1{
	font-size: 3em;
}

.cui-header h1,
.area-header h1,
.page-template-blog .titulo h1,
.single-post .entry-title,
#administrativos h1{
	text-transform: unset;
}

.cui-header p,
.area-header p,
#temas .temas-2 a h2,
.area-titulo h2,
#temas-destacados .temas-2 a h2,
.single-post .entry-title,
#profesores .titulo h2{
	font-size: 1.5em;
}

.cui-header .txt,
.area-header .txt{
	background-color: #f2f2f2;
	justify-content: center;
	align-items: center;
}

.cui-header .bloque-txt,
.area-header .bloque-txt{
	padding: 0 4em 0 9em;
}

.cui-contenido,
.area-contenido{
	padding: 5em 0;
}

.cui-contenido .parrafo,
.area-contenido .area-bp,
.espacios .esp-bloques p{
	line-height: 1.8em;
}

.cui-contenido .parrafo,
.espacios .esp-bloques p,
.main-navigation ul ul a,
.single-post .date-share .entry-meta,
.single-post .entry-content{
	font-size: 1.0625em;
	margin-bottom: 0;
}

.main-navigation ul ul a{
	padding: 15px;
}

.cui-contenido .mivi,
.area-contenido .area-titulo,
.area-contenido .espacios,
#profesores{
	margin-top: 3.8em;
}

.cui-contenido .mivi [class^="col"]:first-child,
.area-contenido .espacios [class^="col"]:first-child{
	padding-right: 25px;
}

.cui-contenido .mivi [class^="col"]:nth-child(2),
.area-contenido .espacios [class^="col"]:nth-child(2){
	padding-left: 25px;
}

.triangulo,
.triangulo-slide {
	width: 50px;
	height: 50px;
	z-index: 1;
	position: absolute;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
}

.triangulo {
	border-left: 45px solid #f2f2f2;
	right: -50px;
	top: 82px;
  }

  .triangulo-slide {
	border-right: 45px solid #1a171b;
	left: -50px;
	bottom: 9em;
  }

.espacios .esp-bloques .material-icons-outlined {
	vertical-align: text-bottom;
}

.page-template-tpl-area-pastoral .espacios .esp-bloques h4::before,
.page-template-tpl-area-social .espacios .esp-bloques h4::before{
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2021/04/icono_area.png);
    background-size: contain;
    background-repeat: no-repeat;
	width: 33px;
	height: 100%;
	left: 0;
}

.page-template-tpl-area-pastoral .post-thumbnail,
.page-template-tpl-area-social .post-thumbnail{
	height: 100%;
}

.page-template-tpl-area-pastoral .post-thumbnail img,
.page-template-tpl-area-social .post-thumbnail img{
	object-fit: cover;
}

.espacios h4{
	margin-left: 2.3em;
}


.page-template-tpl-area-pastoral .espacios p,
.page-template-tpl-area-social .espacios p{
	margin-left: 2.5em;
}

/* Áreas
--------------------------------------------- */
.espacios h4{
	font-size:  1.25em;
}

.area-contenido .area-bp{
	font-size: 1.0625em;
}

.area-titulo h2{
	text-transform: uppercase;
}

.area-titulo h2,
#profesores .titulo h2{
	padding-bottom: .8em;
}

.area-titulo h2,
.single-post .date-share,
.single-post .entry-content,
#administrativos h1,
#profesores .titulo h2{
	border-bottom: 2px solid #ea5134;
}

.espacios .esp-bloques{
	margin-bottom: 4em;
	position: relative;
}

.espacios .esp-bloques:last-child,
#footer-1 ul li h6,
#footer-1 ul li p,
.area-header p{
	margin-bottom: 0;
}

/* Temas Destacados Interior Todos
--------------------------------------------- */
.page-template-blog .titulo h1{
	margin-bottom: .9em;
}

.page-template-blog #temas-destacados{
	padding: 3em 0;
}

#temas-destacados .temas-4 [class^="col"]{
	margin-bottom: 40px;
}

#temas-destacados .btn-mas,
#profesores .bloque-equipo h3{
	text-align: center;
}

#temas-destacados .btn-mas a{
	padding: 15px 60px;
	color: #ffffff;
	font-size: 1em;
	font-weight: 700;
	border: unset;
	border-radius: unset;
}


/* Temas Destacados Interior Single
--------------------------------------------- */
.single-post article,
.page-template-tpl-equipo article{
	padding: 4em 0;
}

.single-post .entry-title{
	line-height: 1.6em;
}

.single-post .date-share{
	display: flex;
	justify-content: space-between;
	padding: 2em 0 0 0;
	align-items: baseline;
}

.single-post .entry-content{
	line-height: 1.9em;
	padding-bottom: 1em;
	margin-bottom: 2.3em;
}

.single-post .date-share,
.single-post .entry-content p{
	margin-bottom: 2em;
}

.single-post .compartir h2{
	color: #706f6f;
	margin-right: 15px;
}

/* Equipo
--------------------------------------------- */
#administrativos h1{
	padding-bottom: .4em;
}

#administrativos .bajada{
	padding: 2.3em 0 4.5em 0;
}

.page-template-tpl-equipo .bloque-equipo .img-equipo img{
	border-radius: 50%;
}

.page-template-tpl-equipo #administrativos .bloque-equipo{
	align-items: center;
	padding: 0 0 3.3em;
}

#administrativos .bloque-equipo .dato-equipo p{
	margin-bottom: 0;
}

#administrativos .bloque-equipo .dato-equipo .email{
	color: #76777a;
}

#administrativos .bloque-equipo .img-equipo{
	margin-right: 1.5em;
}

#profesores .bloque-equipo h3{
	width: 145px;
}

#profesores .bloque-equipo{
	margin-bottom: 2em;
}

#profesores .bloque-equipo .dato-equipo{
	padding-top: 1.8em;
}

#profesores .titulo{
	padding-bottom: 2.5em;
}

/* Footer
--------------------------------------------- */
#footer-1 ul
.slider-txt .btn-leer-mas{
	font-size: 16px;
}

#footer-1 ul{
	padding: 2em 0 0 0;
	list-style: none;
}

#footer-1 ul li{
	padding-bottom: 2em;
}

#footer-1 ul li h6,
.slider-txt .btn-leer-mas,
.area-titulo h2,
#profesores .titulo h2{
	font-weight: 700;
}

#footer-1 ul li p,
#profesores .bloque-equipo h3{
	font-weight: 400;
}

#footer-1 ul li p,
#footer-2 .wpcf7 input, .wpcf7 textarea{
	color: #2d2601 !important;
}

#footer-1 ul li a,
#footer-1 ul li .material-icons-outlined,
.slider-txt{
	color: #ffffff;
}

#footer-1 ul li .material-icons-outlined{
	vertical-align: middle;
}

#footer-2 .wpcf7 input, .wpcf7 textarea {
    width: 100%;
	font-size: 15px;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #76777a;
    font-weight: 300;
}

#footer-2 input.wpcf7-submit {
    width: 45%;
    float: right;
    margin-top: 25px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0px;
	border: 2px solid #302001;
	color: #230101 !important;
	background-color: unset;
	padding: 15px 0;
}

footer{
	background-color: #1a1a1a;
	padding: 2em 0 1em 0;
}

footer .container{
	border-top: 1px solid #76777a;
}

#menu-menu-footer li a{
	color: #eaeaea;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	padding: 0 10px;
}

#menu-menu-footer li:first-child a{
	padding-left: 0;
}

#menu-menu-footer li:last-child a{
	border-right: unset;
}

#footer-3{
	padding-top: 20px;
}

#footer-3 .redes-icons{
	justify-content: flex-end;
}

#footer-3 .redes-icons img{
	max-width: 31px !important;
}

#footer-3 .redes-icons #media_image-4{
	margin: 0 8px !important;
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color: #ffffff;
	color: #f2f2f2;
	font-size: 20px;
	padding: 30px;
}

.grecaptcha-badge {
    visibility: hidden;
}

#footer-2 .text-area small,
#footer-2 .text-area small a{
	color: #2b2323;
}

#footer-2 .text-area small a{
	font-weight: 700;
}

.badge-google{
	margin-top: -35px;
}


/* ------------------- Responsive
--------------------------------------------------------- */
/******************** Pantallas grandes *********************/
@media (min-width: 1442px){
	#slider .carousel-indicators{
		margin-right: 26.5%;
	}

}

/******************** Hasta Tablet *********************/
@media (max-width: 768px) /*575.98*/{
	.site-branding{
		text-align: center;
	}

	#site-navigation .menu-toggle .material-icons-outlined{
		color: #ea5134;
		font-size: 32px;
		font-weight: 700;
	}

	#primary-menu{
		text-align: center;
	}

	.main-navigation a{
		border-bottom: 1px solid #ea5134;
	}

	.main-navigation li{
		padding: 0 20px;
	}

	.main-navigation ul ul{
		padding-right: 0;
	}

	.main-navigation ul ul li{
		padding: 0 !important;
	}

	.site-branding .custom-logo {
		max-width: 300px;
	}

	#slider .carousel-item img{
		height: 270px;
	}

	#slider .carousel-inner .carousel-item [class^="col"]{
		height: unset;
	}

	.slider-txt{
		padding: 1em 2em;
		height: 320px;
	}

	.slider-txt h3{
		font-size: 1.2em;
	}

	.slider-txt p,
	.slider-txt .btn-secondary{
		font-size: 15px;
	}

	#slider .carousel-indicators {
		bottom: 10px;
		left: 0;
		justify-content: center;
		margin-right: 0;
		margin-left: 0;
	}

	#areas .area-bloque .area-txt {
		padding: 0 3em;
	}

	#temas .titulo [class^="col-"],
	#menu-menu-footer,
	.page-template-tpl-equipo #administrativos .bloque-equipo{
		display: block;
	}

	#contacto, #temas, #involucrate,
	footer{
		padding: 3em 1.5em;
	}

	#contacto{
		padding: 3em 1.5em 0;
	}

	#involucrate #custom_html-2 .sociales p::before,
	#involucrate #custom_html-11 .sociales p::before{
		left: 15px;
	}

	#involucrate #custom_html-2 .sociales p{
		margin-left: 20px;
	}

	#involucrate #custom_html-11 .sociales p{
		margin-left: 30px;
	}

	#menu-menu-footer,
	#footer-3 #media_image-2,
	.page-template-tpl-equipo #administrativos .bloque-equipo,
	#profesores .bloque-equipo{
		text-align: center;
	}

	#menu-menu-footer li{
		padding-bottom: 10px;
	}

	#menu-menu-footer li a{
		border-right: unset;
	}

	#footer-3 .redes-icons {
		justify-content: center;
	}

	#temas .temas-4 img,
	#temas-destacados .temas-4 img{
		height: 186px;
		object-fit: cover;
	}

	#temas .temas-4 img,
	#footer-2 input.wpcf7-submit,
	#temas-destacados .temas-4 img,
	#temas-destacados .btn-mas a,
	#profesores .bloque-equipo h3{
		width: 100%;
	}

	#contacto #custom_html-10{
		margin: 0;
	}

	.cui-header .bloque-txt, .area-header .bloque-txt {
		padding: 2em;
	}

	.cui-header h1,
	.area-header h1,
	.page-template-blog .titulo h1,
	#administrativos h1{
		font-size: 1.5em;
	}

	.cui-header p,
	.area-header p{
		font-size: 1.2em;
		margin-bottom: 0;
	}

	.cui-contenido, .area-contenido{
		padding: 2.5em 1.5em;
	}

	.cui-contenido .mivi [class^="col"]:nth-child(2),
	.area-contenido .espacios [class^="col"]:nth-child(2){
		padding-left: 15px;
	}

	.cui-contenido .mivi [class^="col"]:first-child{
		padding-bottom: 2em;
	}

	.cui-contenido .mivi, .area-contenido .area-titulo, .area-contenido .espacios, #profesores {
		margin-top: 1em;
	}

	h1, #temas .temas-2 a h2, .area-titulo h2,
	#temas-destacados .temas-2 a h2, .single-post .entry-title, #profesores .titulo h2,
	.cui-contenido h3{
		font-size: 1.3em;
	}

	#temas .titulo a{
		font-size: 18px;
	}

	#temas .temas-2 [class^="col"],
	#temas .temas-4 [class^="col"]{
		padding-bottom: 2em;
	}

	#temas .temas-2 [class^="col"]:last-child,
	#temas .temas-4 [class^="col"]:last-child{
		padding-bottom: 0;
	}

	.cui-contenido .parrafo, .espacios .esp-bloques p,
	.main-navigation ul ul a, .single-post .date-share .entry-meta,
	.single-post .entry-content,
	.area-contenido .area-bp, .cui-header p, .area-header p{
		font-size: .9em;
	}

	.cui-contenido h3,
	.cui-contenido .parrafo{
		padding-bottom: 10px;
	}

	.espacios .esp-bloques{
		margin-bottom: 2em;
	}

	.page-template-tpl-area-pastoral .espacios .esp-bloques h4::before,
	.page-template-tpl-area-social .espacios .esp-bloques h4::before{
		width: 25px;
	}

	.espacios h4 {
		margin-left: 2em;
	}

	.page-template-blog #temas-destacados,
	.page-template-tpl-equipo article{
		padding: 0 1.5em 2em;
	}

	#administrativos .bloque-equipo .img-equipo{
		margin-right: 0;
		margin-bottom: 1em;
	}

}

/******************** Celular *********************/
@media (max-width: 575.98px){
	#site-navigation .menu-toggle {
		margin: 30px auto 10px;
	}

	.main-navigation ul ul,
	.main-navigation ul ul a{
		width: 95%;
	}

	.single-post .compartir #a2a_share_save_widget-3{
		display: block;
	}

	.single-post .compartir #a2a_share_save_widget-3 .a2a_kit{
		float: right;
		padding: 0 0 20px;
	}

	.single-post .compartir #a2a_share_save_widget-3 h2{
		margin-right: 0;
		text-align: right;
	}

	.triangulo {
		border-top: 35px solid #f2f2f2;
		right: unset;
		top: unset;
		bottom: -30px;
		border-left: 35px solid transparent;
		border-right: 35px solid transparent;
		border-bottom: unset;
		width: unset;
		height: unset;
	}

}

/******************** Solo Tablet *********************/
@media (min-width: 576px) and (max-width: 768px){
    .site-branding {
		text-align: center;
	}

	#site-navigation button{
		text-align: center;
		margin: 20px auto;
	}

	#slider .carousel-item img{
		height: 100%;
	}

	#areas .area-bloque .overlay .area-txt p{
		display: none;
	}

	#contacto #footer-1 ul{
		display: flex;
	}

	#contacto #footer-1 ul li:first-child{
		margin-right: 5em;
	}


	.main-navigation ul ul,
	.main-navigation ul ul a{
		width: 97.5%;
	}

	.triangulo {
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
		border-left: 35px solid #f2f2f2;
	}
}