@charset "utf-8";
/* CSS Document */
/****General****/
html, body {
	margin:0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	color:#495057;
	background-color:#FFF;
	width: 100%;
	height: 100%;
}
div {
	box-sizing: border-box;
}
p, li {
	font-size: 14px;
}
html {
  scroll-behavior: smooth;
}
button:focus, a:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}
a {
	color:#495057;
}
/*a:hover {
	color:#3bd42e !important;
}*/
/*****Colors*****/
.color-verde {
	color: #3bd42e;
}
.color-gris {
	color: #b3b1b1 !important;
}
.color-gris-claro {
	color: #dad8d6;
}
.btn-verde, .btn-verde:hover {
	background-color: #3bd42e !important;
	border-color: #3bd42e !important;
	color: #FFF !important;
}
.btn-gris {
	background-color: #b3b1b1;
	border-color: #b3b1b1;
	color: #FFF;
}
.btn-outline-verde {
  border: 2px solid #3bd42e!important;
  background-color: transparent!important;
  color: #3bd42e!important;
}
.bg-verde {
	background-color: #3bd42e !important;
}
.bg-gris {
	background-color: #b3b1b1 !important;
}
/*****Navbar*****/
.navbar {
	box-shadow: none;
}
.navbar-brand {
	max-width: 200px;
}
.navbar .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}
.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
	background-color: #3bd42e;
	/*color: #3bd42e;*/
}
.dropdown .dropdown-menu.dropdown-primary .dropdown-item {
	color: #FFF;
	text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover {
	background-color: transparent !important;
	color: #3bd42e !important;
}
.mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a {
	padding: .2rem 0;
	color: #495057 !important;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu .sub-title {
    padding-bottom: .5rem !important;
    margin-bottom: .5rem !important;
}
/*******/
.hablo {
	/*background-image: url('../images/bubble.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;*/
	font-family: 'Hepta Slab', serif;
}
.speech-bubble {
	position: relative;
	background: rgba(255,255,255,.9);
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: rgba(255,255,255,.9);
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}
.titulo {
	font-family: 'Hepta Slab', serif;
	font-weight: 600;
}
.sombra {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	position: relative;
}
.sombra-inset {
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.16), inset 0 2px 10px 0 rgba(0,0,0,.12);
}
/*Cards*/
.local {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}
a.local {
	display: inline-block;
}
#footer a.local {
	display: block;
	padding: .2rem 0;
}
.lista-poetas {
	font-size: 14px;
	color: #747373;
	display: block;
}
.lista-poetas:hover, #footer a.local:hover, a.local:hover {
	color: #3bd42e !important;
}
#taller span {
	font-weight: 700;
}
#poeta span {
	font-style: italic;
}
#poeta .md-accordion .card .card-body {
	display: inline-block;
	text-align: left;
}
#poeta .md-accordion .card .card-body h6 {
	font-weight: bold;
}
#poeta .md-accordion .card .titulo {
	text-transform: uppercase;
}
/*Carousel*/
.carousel-multi-item .controls-top .btn-floating {
    background: #3bd42e;
}
.carousel-multi-item .carousel-indicators li {
    background-color: #3bd42e;
}
.carousel-multi-item .carousel-indicators .active {
    background-color: #FFF;
}
/*Tabs*/
#ediciones .nav-tabs .nav-link {
	font-size: 40px;
	font-weight: 600;
	color: #CCC;
}
#ediciones .nav-tabs .nav-link.active {
	color: #212121;
}