/*!
Theme Name: Wikimedia Universidades
Theme URI: https://wikimedia.org.ar/wikipediaenlauniversidad/
Author: Namora + Coop Estudio
Description: Custom theme for Wikimedia Argentina, for "Wikipedia en tu universidad" proyect's website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wikimedia_universidades
Tags: responsive, one-page, custom-menus, featured-images, custom post types, bootstrap

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

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

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ye7vl6');
  src:  url('fonts/icomoon.eot?ye7vl6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ye7vl6') format('truetype'),
    url('fonts/icomoon.woff?ye7vl6') format('woff'),
    url('fonts/icomoon.svg?ye7vl6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-prev-sm:before {
  content: "\e90a";
}
.icon-next-sm:before {
  content: "\e909";
}
.icon-pdf:before {
  content: "\e908";
}
.icon-close:before {
  content: "\e900";
}
.icon-expand:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-next:before {
  content: "\e904";
}
.icon-prev:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-wiki:before {
  content: "\e907";
}

/* variables */
.bg-darkGrey {
	background-color: #212121;
	color: #ffffff;
}

.bg-lightGrey {
	background-color: #EDEDED;
}

.bg-green {
	background-color: #39D9A0;
}

.bg-brightBlue {
	background-color: #462EA0;
}

.bg-violet {
	background-color: #A188F0;
}

.green {
	color: #39D9A0;
}

.violet {
	color: #A188F0;
}

.white {
	color: #ffffff;
}

/* spacing */
.p-10p {
	padding-bottom: 10.5%;
	padding-top: 10.5%;
}

.p-8p {
	padding-bottom: 8.4%;
	padding-top: 8.4%;
}

.p-7p {
	padding-top: 7.3%;
	padding-bottom: 7.3%;
}

.pt-7p {
	padding-top: 7.3%;
}

.pb-6p {
	padding-bottom: 6%;
}

.pb-5p {
	padding-bottom: 5%;
}

.pb-4p {
	padding-bottom: 4%;
}

.mt-7 {
    margin-top: 5rem!important;
}

@media (max-width:576px) {
	.pb-4p {
		padding-bottom: 7.3%;
	}
	.p-8p {
		padding-bottom: 18.4%;
		padding-top: 18.4%;
	}
	.pt-7p {
		padding-top: 18.4%;
	}
	.pb-5p {
		padding-bottom: 18.4%;
	}
	.p-10p {
			padding-bottom: 18.5%;
			padding-top: 18.5%;
	}
}

/* grid */
.container {
	padding-right: 24px;
	padding-left: 24px;
}

.container-fluid-no-gutters {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width:768px) {
	.container {
		padding-right: 12px;
		padding-left: 12px;
	}
}

@media (min-width: 992px) {
	.container {
			max-width: 990px;
	}
}

@media (min-width: 1200px) {
	.container {
			max-width: 1140px;
	}
}

/* buttons */
.btn {
	border-radius: 0px;
	font-weight: 700;
	padding: .3rem 1.5rem;
}

.btn-outline-primary {
	border-color: #39D9A0;
	color: #ffffff; 
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
	background-color: #39D9A0;
	border-color: #39D9A0;
	color: #212121;
	outline: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	background-color: #39D9A0;
	border-color: #39D9A0;
	color: #212121;
	outline: none;
}

.btn-outline-dark {
	border-color: #212121;
	color: #212121;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
	background-color: #212121;
	border-color: #212121;
	color: #39D9A0;
	outline: none;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
	background-color: #212121;
	border-color: #212121;
	color: #39D9A0;
	outline: none;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: none;
}

#wikipedia-en-la-academia .btn-outline-primary {
	color: #212121;
}

#wikipedia-en-la-academia .btn-outline-primary:hover, #wikipedia-en-la-academia .btn-outline-primary:focus, #wikipedia-en-la-academia .btn-outline-primary:active {
	color: #F9F9F9;
}

#como-lo-organizamos .btn {
	align-items: center;
	display: inline-flex;
	padding: .3rem 1.5rem;
	padding-left: 1rem;
}

#como-lo-organizamos .btn span {
	font-size: 30px;
}

.close {
	color: #462EA0;
	text-shadow: none;
	font-size: 36px;
	opacity: 1;
}

.close:hover, .close:active, .close:focus, .close:not(:disabled):not(.disabled):hover {
	color: #ffffff;
	opacity: 1;
	outline: none;
}

.modal-header .close {
	color: #ffffff;
}

.modal-header .close:hover, .modal-header  .close:active, .modal-header  .close:focus, .modal-header  .close:not(:disabled):not(.disabled):hover {
	color: #39D9A0;
}

.backwards {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	color: #462EA0;
	font-size: 1rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	text-align: left;
	line-height: 1.2;
}

.backwards:hover, .backwards:active, .backwards:focus {
	color: #ffffff;
	outline: none;
}

.backwards span {
	font-size: 40px;
}

@media (max-width:576px) {
	.backwards {
		max-width: 60vw;
	}
}

/* general */
body {
	color: #212121;
	font-family: 'Rubik', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

.section-title {
	margin: 0 0 2.5rem 0;
}

#nuestra-comunidad-de-docentes .section-title {
	margin: 0 0 1.5rem 0;
}

.section-title .underline {
	border-bottom: 1px solid #212121;
	padding-bottom: 1rem;
	display: inline-block;
}

.section-title .underline.underline-light {
	border-color: #ffffff;
}

.section-title .underline.underline-green {
	border-color: #39D9A0;
}

.section-title em {
	font-style: normal;
}

.section-title, .section-lead {
	text-align: center;
}

.section-lead {
	margin-bottom: 0;
	font-size: 1.125rem;
}

.section-lead strong {
	font-weight: 700;
}

.section-lead a {
	color: #ffffff;
}

.section-lead a:hover, .section-lead a:focus, .section-lead a:active {
	color: #39D9A0;
	text-decoration: none;
}

#queres-participar-con-tu-catedra .section-lead a {
	margin: 0 10px;
}

.module {
	border-bottom: 1px solid #7F7F7F;
	padding-bottom: 1.5rem;
	margin-bottom: 3rem;
}

.module h2 {
	color: #39D9A0;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

@media (min-width:768px) {
	.module {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#como-lo-organizamos .row .col-md-4:first-child {
		border-right: 1px solid #7F7F7F;
	}
	#como-lo-organizamos .row .col-md-4:first-child .module {
		padding-right: 1rem;
	}
	#como-lo-organizamos .row .col-md-4:nth-child(2n) .module {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#como-lo-organizamos .row .col-md-4:nth-child(3n) {
		border-left: 1px solid #7F7F7F;
	}
	#como-lo-organizamos .row .col-md-4:nth-child(3n) .module {
		padding-left: 1rem;
	}
}

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

.cta-text {
	font-size: 1.56rem;
	font-weight: 700;
	line-height: 1.3;
}

#como-lo-organizamos small {
	color: #BFBFBF;
	display: block;
}

#que-hicimos-hasta-ahora .col-md-6.bg-brightBlue {
	display: flex;
	align-items: center;
	justify-content: center;
}

.number-module-item {
	color: #ffffff;
	border-bottom: 1px solid #D0CFD1;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

.number-module .number-module-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.number-module-item p {
	margin-bottom: 0;
	font-size: 1.56rem;
}

.number-module-item span {
	display: block;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

/* mapa */
.map-container {
	background-color: #BFBFBF;
	position: relative;
	overflow: hidden;
}

.map-info-item {
	width: 100vw;
	position: absolute;
	top: 0;
	right: 0;
	transition: all ease 0.5s;
	height: 100%;
	overflow-y: auto;
}

.map-info-item-city.collapsed {
	right: -100vw;
}

.map-info-item-univ.collapsed {
	right: -100vw;
}

#mapa .pin-marker {
	display: none;
}

@media (min-width:768px) {
	.map-info-item {
	  width: 50vw;
	}
	.map-info-item-city.collapsed {
		right: -50vw;
	}

	.map-info-item-univ.collapsed {
		right: -50vw;
	}
}

.map-info-item-header {
	padding: 30px;
}

.map-info-item-title {
	font-size: 1.56rem;
	font-weight: 700;
	color: #ffffff;
	padding: 30px 0;
	margin: 0 30px 30px;
}

.map-info-item-city .map-info-item-title {
	padding: 30px 0 15px;
	margin: 0 30px;
}

.map-info-item-univ .map-info-item-title {
	border-bottom: 1px solid #fff;
	padding-bottom: 1rem;
}

.map-info-item-years .nav-pills {
	padding: 0 30px;
}

.map-info-item-list {
	color: #462EA0;
	font-size: 1.125rem;
	padding: 0 30px 30px 30px;
}

.map-info-item-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.map-info-item-list ul li {
	border-bottom: 1px solid #462EA0;
	padding: 10px 32px 10px 0;
	position: relative;
	line-height: 1.2;
}

.map-info-item-city .map-info-item-list ul li {
	cursor: pointer;
}

.map-info-item-city .map-info-item-list ul li:hover, .map-info-item-city .map-info-item-list ul li:focus, .map-info-item-city .map-info-item-list ul li:active {
	color: #ffffff;
	border-color: #ffffff;
}

.map-info-item-list ul li img {
	margin-right: 7px;
}

.map-info-item-univ .map-info-item-list ul li {
	display: flex;
	align-items: center;
}

.map-info-item-list ul li .icon-next-sm {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	font-size: 24px;
}

@media (max-width:576px) {
	.map-info-item-header {
			padding: 30px 30px 30px 10px;
	}
}

/* mapa svg */
.pin-marker {
	cursor: pointer;
}
.st0{fill:#462EA0;} /* circulo del marker */
.st1{fill:#FFFFFF;stroke:#231F20;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;}
.st2{fill:#A188F0;} /* base del marker */

.pin-marker:hover .st0 {fill: #A188F0;}
.pin-marker:hover .st2 {fill:#462EA0;}

/* tabs */
.nav-pills .nav-item {
	margin-right: 10px;
}

.nav-pills .nav-link {
	border-radius: 0;
	border: 1px solid #462EA0;
	color: #462EA0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #A188F0;
	background-color: #462EA0;
}

.nav-pills .nav-link.active {
	cursor: default;
}

.nav-pills .nav-link:hover {
	opacity: .5;
}

.nav-pills .nav-link.active:hover {
	opacity: 1;
}

.card {
	background: none;
	border: none;
  border-bottom: 1px solid #202020;
	border-radius: 0px;
}

.accordion .card:first-of-type {
	border-bottom: 1px solid #202020;
}

.card-header {
	border-radius: 0px;
  background: none;
	border: none;
	padding: 1.5rem 0;
}

.card-header h2 {
	font-size: 1.375rem;
}

.card-header h2 button {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #212121;
	font-weight: 400;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	transition: all ease .3s;
}

.card-header h2 button:focus {
	outline: none;
}

.card-header h2 button:hover, .card-header h2 button:focus, .card-header h2 button:active {
	color: #999999;
}

.card-header h2 button .icon-expand {
	display: block;
}

.card-header h2 button .icon-next-sm {
	display: none;
}

.card-header h2 button.collapsed .icon-next-sm {
	display: block;
}

.card-header h2 button.collapsed .icon-expand {
	display: none;
}

.card-header-icon {
	border-radius: 50%;
	height: 45px;
	width: 45px;
	background: #212121;
	text-align: center;
	margin-right: 14px;
	transition: all ease .3s;
}

.card-header-icon img {
	margin-top: 10px;
}

.card-header h2 button:hover .card-header-icon {
	background: #999999;
}

.card-header-text {
	text-align: left;
	max-width: 68%;
}

.card-header-arrow {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	font-size: 32px;
	color: #39D9A0;
	transition: all ease .3s;
}

.card-header h2 button:hover .card-header-arrow {
	color: #999999;
}

.card-body {
	padding-top: 0;
}

.card-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.card-body ul li {
	border-bottom: 1px solid #BFBFBF;
	padding: 1rem 0;
	font-size: 0.93rem;
}

.card-body ul li:last-of-type {
	border-bottom: none;
}

.card-body ul li a {
	color: #39D9A0;
	font-weight: 700;
	text-decoration: underline;
	margin-left: 5px;
}

.card-body ul li a:hover, .card-body ul li a:focus, .card-body ul li a:active {
	color: #999999;
}

@media (max-width:576px) {
	.card-header h2 {
		font-size: 1.1rem;
	}
	.card-header h2 button {
		align-items: flex-start;
	}
}

@media (min-width:768px) {
	.card-header-text {
		max-width: 85%;
	}
}

@media (min-width:992px) {
	.card-body ul li span {
		display: block;
		max-width: 75%;
	}
	.card-header-text {
		max-width: 82%;
	}
}

@media (min-width:1200px) {
	.card-body ul li span {
		max-width: 95%;
	}
	.card-header-text {
		max-width: 72%;
	}
}

.blockquote {
	font-size: 1.125rem;
}

.blockquote-footer {
	font-size: 0.93rem;
	color: #fff;
	line-height: 1.4;
}

.blockquote-footer strong, .blockquote-footer span {
	display: block;
}

.blockquote-footer::before {
	font-weight: 700;
}

.modal-body .blockquote-footer {
	color: #39D9A0;
	padding: 0;
}

/* SOCIAL LINKS */
.social-links {
	text-align: center;
}

.social-links ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 1.5rem 0 0;
	display: inline-block;
}

.social-links ul li {
	font-size: 36px;
	margin: 0 10px;
	float: left;
}

.social-links ul li a {
	color: #39D9A0;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: none;
}

.social-links ul li a:hover, .social-links ul li a:focus, .social-links ul li a:active {
	text-decoration: none;
	color: #BFBFBF;
}

.social-links ul li a[href*="facebook"]{
	font-size: 40px;
	position: relative;
	top: 2px;
}
.social-links ul li a[href*="facebook.com"]::before {
  content: "\e902";
}
.social-links ul li a[href*="instagram.com"]::before {
  content: "\e903";
}
.social-links ul li a[href*="twitter.com"]::before {
  content: "\e906";
}
.social-links ul li a[href*="wikimedia.org.ar"]::before {
  content: "\e907";
}

/* MENU TOOGLER */
.navbar {
	padding: .8rem 1rem;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}

@media (max-width:576px) {
	.navbar {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

.menu-toggle {
	cursor: pointer;
}

.menu-toggle .bar {
	fill: #000;
}

.menu-toggle #bar-2 {
	fill:#39D9A0;
	transition: all ease .3s;
}

.menu-toggle:hover #bar-2 {
	fill: #A188F0;
}

.menu-container {
	position: fixed;
	right: -320px;
	top: 80px;
	width: 320px;
	height: 100%;
	background: #fff;
	padding: 30px 40px;
	overflow: scroll;
	z-index: 1003;
}

.main-menu {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.main-menu li {
	border-bottom: 1px solid #000000;
	font-size: 1.125rem;
}

.main-menu li a {
	padding: 10px 0;
	color: #000000;
	display: block;
}

.menu-container .social-links ul {
	display: block;
}

.menu-container .social-links ul li:first-child {
	margin-left: 0;
}

.menu-container .social-links ul li a {
	color: #000000;
}

.main-menu li a:hover, .main-menu li a:focus, .main-menu li a:active, .menu-container .social-links ul li a:hover, .menu-container .social-links ul li a:focus, .menu-container .social-links ul li a:active {
	text-decoration: none;
	color: #39D9A0;
}

@media (min-width:768px) {
	.menu-container {
		right: -480px;
		width: 480px;
		padding: 50px 40px;
	}
}

footer {
	position: relative;
	padding: 0 48px;
}

.back-to-top {
	cursor: pointer;
	position: absolute;
	right: 20px;
	bottom: 16px;
}

.back-to-top svg .st0 {
	fill:#D0CFD1;
}
.back-to-top svg .st1 {
	fill:none;
	stroke:#212121;
	stroke-width:1;
	stroke-linecap:round;
	stroke-miterlimit:10;
}

.back-to-top:hover svg .st0, .back-to-top:focus svg .st0, .back-to-top:active svg .st0 {
	fill: #39D9A0;
}

.copy {
	font-size: .62rem;
	color: #BFBFBF;
	text-align: center;
	margin-bottom: 0;
}

/* modal */
.modal-backdrop.show {
	opacity: .92;
}
.modal-header {
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.modal-content {
	background-color: transparent;
	border-radius: 0px;
	border: none;
}
@media (min-width: 992px) {
	.modal-lg {
			max-width: 670px;
	}
}
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides .avatar {
	border-radius: 50%;
	height: 136px;
	width: 136px;
	margin: 0 auto 1.5rem;
	overflow: hidden;
}
.flexslider .slides .avatar img {
	width: 136px;
	margin: 0 auto;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flex-direction-nav {
  *height: 0;
	list-style: none;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 90px;
  height: 90px;
  margin: -45px 0 0;
  position: absolute;
  top: 68px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	
  font-size: 90px;
  display: inline-block;
  content: "\e905";
}
.flex-direction-nav a.flex-next:before {
  content: "\e904";
}

.flex-direction-nav .flex-prev {
  left: -20px;
}
.flex-direction-nav .flex-next {
  right: -20px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  color: #212121;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
 	color: #212121;
}

#carouselModal .flex-direction-nav a {
	top: 194px;
}

#carouselModal .flex-direction-nav .flex-prev {
  left: -30%;
}
#carouselModal .flex-direction-nav .flex-next {
  right: -30%;
}

#carouselModal.flexslider:hover .flex-direction-nav .flex-prev:hover {
  color: #39D9A0;
}
#carouselModal.flexslider:hover .flex-direction-nav .flex-next:hover {
 	color: #39D9A0;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 4%;
  text-align: center;
	z-index: 1002;
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
	border: 1px solid #fff;
	transition: all ease .3s;
}
.flex-control-paging li a:hover {
  background: #39D9A0;
	border-color: #39D9A0;
}
.flex-control-paging li a.flex-active {
  background: #39D9A0;
	border-color: #39D9A0;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 576px) {
	#carouselModal .flex-direction-nav a {
		top: 54px;
	}
	#carouselModal .flex-direction-nav .flex-prev {
		left: -20px;
	}
	#carouselModal .flex-direction-nav .flex-next {
		right: -20px;
	}
	#carouselIntro.flexslider {
		background: url(img/slider-loading.jpg) no-repeat center;
		background-size: cover;
		min-height: 63.46vw;
	}
}

@media (min-width:768px) {
	.flex-control-nav {
		bottom: 28px;
	}
	#carouselIntro.flexslider {
		background: #bfbfbf;
	}
}

@media (min-width:992px) {
	#carouselIntro.flexslider {
		max-height: 100vh;
	}
}

@media (min-width:1200px) {
		.flex-control-nav {
			bottom: 35px;
		}
	.flex-direction-nav .flex-prev {
		left: -90px;
	}
	.flex-direction-nav .flex-next {
		right: -90px;
	}
}

/* INTRO */
.st5{fill:#EDEDED;}
.st6{fill:#231F20;}
.st7{fill:#FFFFFF;}
.st8{fill:#39D9A0;}
.st9{fill:#A188F0;}

.intro {
	position: relative;
}
.intro-svg-mobile {
	display: none;
	background: #EDEDED;
}
@media (max-width:480px) {
	.intro-svg-mobile {
		display: block;
	}
	.intro-svg-desktop {
		display: none;
	}
}
@media(max-width:576px) {
	body {
		padding-top: 80px;
	}
	.intro-svg {
		width: 100vw;
	}
	.intro-svg svg {
		width: 100%;
	}
}
@media (min-width:768px) {	
	.intro-svg {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 3;
		width: 600px;
	}
}

@media (min-width:992px) {
	.intro {
		max-height: 100vh;
		overflow: hidden;
	}
}

@media (min-width:1200px) {
	.intro-svg-desktop {
		width: 704px;
	}
}

/* animacion intro */
#module-1, #module-2, #module-3, #module-4, #module-5, #module-6, #module-7, #module-8, #module-9, #module-10, #module-11, #module-12, #module-13 {
	opacity: 0;
}

/* hack for fluid with no padding */
.row-hacked {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* ajustes varios */
@media (max-width:576px) {
	#wikipedia-en-la-academia .section-lead.mb-5 {
		margin-bottom: 1.5rem!important;
	}
	.hide-mobile {
		display: none;
	}
	#como-lo-organizamos .row .col-md-4:nth-child(3n) .module {
		margin-bottom: 0;
	}
}
