@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
h1, h2, h3, h4, h5 {
	font-family: 'Playfair Display', serif;
}
body {
	color: #5a5a5a;
}
.carousel {
	margin-bottom: 4rem;
}
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}
.carousel-item {
	background-color: #fff;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 42rem;
}
.bg2 {
	margin-top: 5rem;
	padding: 5rem 0 5rem 0;
}
.bg2 .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.bg2 h2 {
	font-weight: 300;
	margin-top: 2rem;
}
.bg2 .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
.bg2 .galeria {
	margin: 1rem 0 1rem 0;
}
.pt4 {
	padding-top: 4rem;
}
.pt3 {
	padding-top: 3rem;
}
.pt2 {
	padding-top: 2rem;
}
.contenido-divider {
	margin: 3rem 0;
}
.contenido-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

@media (min-width: 40em) {
.carousel-caption p {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	line-height: 1.4;
}
.contenido-heading {
	font-size: 50px;
}
}
.contenido-heading {
	margin-top: 3rem;
}

@media (min-width: 62em) {
.contenido-heading {
	margin-top: 6rem;
}
}
#parallax {
	display: table;
	width: 100%;
	min-height: 600px;
}
.jarallax {
	position: relative;
	z-index: 0;
	min-height: 600px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 5px #000
}
.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	/* support for plugin https://github.com/bfred-it/object-fit-images */
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
footer {
	padding: 4rem 0 0 0;
	border-top: solid 1px #f2f2f2;
	box-shadow: 0px 0px 10px -5px #000;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	padding: 0 0 1rem 0;
	margin-top: 2rem
}
footer .copy p {
	padding: 0;
	margin: 0;
}
footer p {
	padding: 0;
}
footer {
	color: #2F2F2F;
}
iframe {
	padding: 0;
	margin: 0 0 2rem 0;
	width: 100%;
	height: 600px;
	border: none 0px;
}
.columnas {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	list-style: none;
}

@media (max-width: 1024px) {
.carousel-caption {
	display: none;
}
.columnas {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
}

@media (max-width: 600px) {
.columnas {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
footer {
	text-align: center;
}
}
.columnas li:before {
	content: "•";
	padding-right: 5px;
}
.list-inline li {
	display: inline-block;
}
main {
	width: 100%;
}
#wrapper {
	margin-left: 15rem;
	-webkit-transition: margin .25s ease-out;
	-moz-transition: margin .25s ease-out;
	-o-transition: margin .25s ease-out;
	transition: margin .25s ease-out;
}
#wrapper.toggled {
	margin-left: 0rem;
}
#wrapper #sidebar-wrapper {
	width: 15rem;
	position: fixed;
	left: 0rem;
	top: 0px;
	z-index: 99;
	min-height: 100vh;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
#wrapper.toggled #sidebar-wrapper {
	position: fixed;
	left: -16rem;
	top: 0px;
}
#sidebar-wrapper .sidebar-heading {
	padding: 0.875rem 1.25rem;
	font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
	width: 15rem;
}

@media (max-width: 768px) {
body {
	padding-top: 75px;
}
#wrapper {
	margin-left: 0rem;
}
#wrapper #sidebar-wrapper {
	position: fixed;
	left: -15rem;
	top: 0px;
	z-index: 9999;
	min-height: 100vh;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
#wrapper.toggled #sidebar-wrapper {
	position: fixed;
	left: 0rem;
	top: 0px;
}
}
.logo-top {
	max-width: 80% !important;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-toggler {
	margin-top: 1rem;
}
.list-group-item.bg-dark.active {
	border: none;
}
.close {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0);
	opacity: .5;
	font-size: 2rem;
	margin-bottom: 20px;
}
.fixed-top.bg-dark {
	min-height: 75px;
}
.carousel-item .img-fluid {
	width: 100%;
}
/* config */
.config {
	position: fixed;
	right: 0;
	top: 40%;
	padding: 20px;
	background-color: #fff;
	z-index: 9999;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0,0,0,0.5);
	box-shadow: 0 2px 10px -2px rgba(0,0,0,0.5);
}
/* color verde */
.c1 {
	background-color: rgba(48,61,35,1.00);
	display: inline-block;
	width: 14px;
	height: 14px;
}
.verde a {
	color: #8BC34A;
}
.verde a:hover {
	color: #CDDC39;
}
.verde a.bg-dark:focus, .verde a.bg-dark:hover, .verde button.bg-dark:focus, .verde button.bg-dark:hover {
	background-color: rgba(12, 12, 12, 0.2)!important;
	color: rgba(255,255,255,0.5);
}
.verde .bg2 {
	background-color: rgba(240,252,227,1.00);
}
.verde .bg-dark {
	background-color: #303d23!important;
}
.verde .columnas li:before {
	color: #CDDC39;
}
.verde .list-group-item.bg-dark.active {
	background-color: rgba(12, 12, 12, 0.5)!important;
	color: #fff;
}
.verde .list-group-item-action {
	color: #f2f2f2;
	background-color: transparent!important;
}
/* color ladrillo */
.c2 {
	background-color: rgba(113,45,0,1.00);
	display: inline-block;
	width: 14px;
	height: 14px;
}
.ladrillo a {
	color: rgba(146,58,0,1.00);
}
.ladrillo a:hover {
	color: rgba(177,70,0,1.00);
}
.ladrillo a.bg-dark:focus, .ladrillo a.bg-dark:hover, .ladrillo button.bg-dark:focus, .ladrillo button.bg-dark:hover {
	background-color: rgba(12, 12, 12, 0.2)!important;
	color: rgba(255,255,255,0.5);
}
.ladrillo .bg2 {
	background-color: rgba(253,247,214,1.00);
}
.ladrillo .bg-dark {
	background-color: rgba(155,62,0,1.00)!important;
}
.ladrillo .columnas li:before {
	color: rgba(146,58,0,1.00);
}
.ladrillo .list-group-item.bg-dark.active {
	background-color: rgba(12, 12, 12, 0.5)!important;
	color: #fff;
}
.ladrillo .list-group-item-action {
	color: #f2f2f2;
	background-color: transparent!important;
}
.ladrillo  .btn-success {
    color: #fff;
    background-color: #FFBF00;
	    border-color: #FFBF00;
}
/* color verde_claro */
.c3 {
	background-color: rgba(144,197,108,1.00);
	display: inline-block;
	width: 14px;
	height: 14px;
}
.verde_claro a {
	color: #8BC34A;
}
.verde_claro a:hover {
	color: #CDDC39;
}
.verde_claro a.bg-dark:focus, .verde_claro a.bg-dark:hover, .verde_claro button.bg-dark:focus, .verde_claro button.bg-dark:hover {
	background-color: rgba(12, 12, 12, 0.2)!important;
	color: rgba(255,255,255,0.5);
}
.verde_claro .bg2 {
	background-color: rgba(231,231,231,1.00);
}
.verde_claro .bg-dark {
	background-color: rgba(121,167,90,1.00)!important;
}
.verde_claro .columnas li:before {
	color: #CDDC39;
}
.verde_claro .list-group-item.bg-dark.active {
	background-color: rgba(12, 12, 12, 0.5)!important;
	color: #fff;
}
.verde_claro .list-group-item-action {
	color: #3B531E;
	background-color: transparent!important;
}
/* color gradient */
.c4 {
	background: rgb(141,71,143);
	background: linear-gradient(0deg, rgba(141,71,143,1) 0%, rgba(255,70,107,1) 100%);
	display: inline-block;
	width: 14px;
	height: 14px;
}
.gradient a {
	color: #8D478F;
}
.gradient a:hover {
	color: #7D367F;
}
.gradient a.bg-dark:focus, .gradient a.bg-dark:hover, .gradient button.bg-dark:focus, .gradient button.bg-dark:hover {
	background-color: rgba(12, 12, 12, 0.2)!important;
	color: rgba(255,255,255,0.5);
}
.gradient .bg2 {
	background-color: rgba(248,229,248,1.00);
}
.gradient .bg-dark {
	background-color: rgba(144,197,108,1.00)!important;
}
.gradient #sidebar-wrapper {
	background: rgb(141,71,143);
	background: linear-gradient(0deg, rgba(141,71,143,1) 0%, rgba(255,70,107,1) 100%);
}
.gradient .columnas li:before {
	color: #f9466c;
}
.gradient .list-group-item.bg-dark.active {
	background-color: rgba(12, 12, 12, 0.5)!important;
	color: #fff;
}
.gradient .list-group-item-action {
	color: #fff;
	background-color: transparent!important;
}
.gradient  .btn-success {
    color: #fff;
    background-color: #f9466c;
	    border-color: #f9466c;
}
/* color gris */
.c5 {
	background-color: rgba(50,50,50,1.00);
	display: inline-block;
	width: 14px;
	height: 14px;
}
.gris a {
	color: #FFBF00;
}
.gris a:hover {
	color: #FCCF47;
}
.gris a.bg-dark:focus, .gris a.bg-dark:hover, .gris button.bg-dark:focus, .gris button.bg-dark:hover {
	background-color: rgba(12, 12, 12, 0.2)!important;
	color: rgba(255,255,255,0.5);
}
.gris .bg2 {
	background-color: rgba(215,215,215,1.00);
}
.gris .bg-dark {
	background-color: rgba(50,50,50,1.00)!important;
}
.gris .columnas li:before {
	color: #FFBF00;
}
.gris .list-group-item.bg-dark.active {
	background-color: rgba(12, 12, 12, 0.5)!important;
	color: #fff;
}
.gris .list-group-item-action {
	color: #f2f2f2;
	background-color: transparent!important;
}
.gris  .btn-success {
    color: #fff;
    background-color: #FFBF00;
	    border-color: #FFBF00;
}
/* color azul */
.c6 {
	background-color: #0D3455;
	display: inline-block;
	width: 14px;
	height: 14px;
}
.azul a {
	color: rgba(13,58,96,1.00);
}
.azul a:hover {
	color: #163752;
}
.azul a.bg-dark:focus, .azul a.bg-dark:hover, .azul button.bg-dark:focus, .azul button.bg-dark:hover {
	background-color: rgba(12, 12, 12, 0.2)!important;
	color: rgba(255,255,255,0.5);
}
.azul .bg2 {
	background-color: #DFEFFD;
}
.azul .bg-dark {
	background-color: rgba(13,58,96,1.00)!important;
}
.azul #sidebar-wrapper {
	background: rgba(16,38,56,1.00);
	background: linear-gradient(0deg, rgba(25,66,99,1.00) 0%, rgba(13,58,96,1.00) 100%);
}
.azul .columnas li:before {
	color: #0D3A60;
}
.azul .list-group-item.bg-dark.active {
	background-color: rgba(12, 12, 12, 0.5)!important;
	color: #fff;
}
.azul .list-group-item-action {
	color: #f2f2f2;
	background-color: transparent!important;
}
.azul .btn-success {
	color: #fff;
	background-color: #163752;
	border-color: #163752;
}