@import url('https://fonts.googleapis.com/css?family=Raleway:300,700&display=swap');
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
}
body {
	padding-top: 110px;
	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;
	color: #f4f4f4;
}
footer a {
	color: #bbbbbb;
}
footer .copy {
	background-color: rgba(0,0,0,0.50)!important;
	text-align: center;
	font-size: 12px;
	padding: 1rem 0 1rem 0;
	margin-top: 2rem
}
footer .copy p {
	padding: 0;
	margin: 0;
}
footer p {
	padding: 0;
}

iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 600px;
	border: none 0px;
}
.card-body iframe {
	height: 300px;
}
.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;
}
}
.columnas li:before {
	content: "•";
	padding-right: 5px;
}
.list-inline li {
	display: inline-block;
}
.carousel-item .img-fluid {
	width: 100%;
}
.btn-success {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

/* 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 .bg2 {
	background-color: rgba(240,252,227,1.00);
}
.verde .bg-dark, .verde footer {
	background-color: #303d23!important;
}
.verde .columnas li:before {
	content: "•";
	color: #CDDC39;
	padding-right: 5px;
}
/* color azul */
.c2 {
	background-color: rgba(47,56,91,1.00);
	display: inline-block;
	width: 14px;
	height: 14px;
}
.azul a {
	color: #4473B1;
}
.azul a:hover {
	color: #2A5B9B;
}
.azul .bg2 {
	background-color: rgba(232,236,255,1.00);
}
.azul .bg-dark, .azul footer {
	background-color: rgba(47,56,91,1.00)!important;
}
.azul .columnas li:before {
	content: "•";
	color: #4473B1;
	padding-right: 5px;
}

/* color ladrillo */
.c3 {
	background-color: rgba(231,88,69,1.00);
	display: inline-block;
	width: 14px;
	height: 14px;
}
.ladrillo a {
	color: #9C3D30;
}
.ladrillo a:hover {
	color: #803227;
}
.ladrillo .bg2 {
	background-color: rgba(232,232,232,1.00);
}
.ladrillo .bg-dark, .ladrillo footer {
	background-color: rgba(213,80,63,1.00)!important;
}
.ladrillo .columnas li:before {
	content: "•";
	color: #4473B1;
	padding-right: 5px;
}


/* color marron */
.c4 {
	background-color: rgba(77,68,49,1.00);
	display: inline-block;
	width: 14px;
	height: 14px;
}
.marron a {
	color: #AB8742;
}
.marron a:hover {
	color: #BF9138;
}
.marron .bg2 {
	background-color: rgba(255,242,220,1.00);
}
.marron .bg-dark, .marron footer {
	background-color: rgba(77,68,49,1.00)!important;
}
.marron .columnas li:before {
	content: "•";
	color: #4473B1;
	padding-right: 5px;
}
footer .text-uppercase {
	color: #fff;
}