/* GLOBAL STYLES */
/* Padding below the footer and lighter body text */

BODY {
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL */

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	height: 32rem;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}


/* MARKETING CONTENT */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: 400;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

/* Featurettes */
.featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

/* RESPONSIVE CSS */
@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}



/* boton para ir al tope de pagina */
.scroll_to_top {
	display: none;
	position: fixed;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	bottom: 2em;
	right: 2em;
	color: #FFFFFF;
	background: #000000;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
	z-index: 100001;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-ms-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	transition: all ease 1.5s;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.scroll_to_top .show {
	filter: alpha(opacity=80);
	opacity: 0.8;
	bottom: 2em;
}
.scroll_to_top:hover {
	background-color: #808080;
	filter: alpha(opacity=100);
	opacity: 1;
}

@media (max-width: 959px) {
    .scroll_to_top {
        right: 1em;
		bottom: 1em;
    }
}

/* fichas con hover effect */
.view {
	position: relative;
	overflow: hidden;
	cursor: default;
}
.view .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-attachment: fixed;
}
.view img,.view video {
	position: relative;
	display: block;
}
.view video.video-intro {
	top: 50%;
	left: 50%;
	z-index: -100;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.overlay .mask {
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.overlay .mask:hover {
	opacity: 1;
	cursor: pointer;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
.flex-center p {
	margin: 0;
}
.flex-center ul {
	text-align: center;
}
.flex-center ul li {
	margin-bottom: 1rem;
}
.flex-center ul li:last-of-type {
	margin-bottom: 0;
}
.rgba-red-strong,.rgba-red-strong:after {
	background-color: rgba(82,107,129,0.7); /* 82,107,129 248,131,0 */
}
.lupa {
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
}


/* top */
.linea-sobre-menu-si {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 24px;
	background-color: #FFFFFF;
}
.nav-top-si {
	float: left;
	margin-right: 10px;
	height: 24px;
}
/*
.link-pos-si {
	margin-top: -3px;
}
*/
.link-top-si {
	font-size: 16px;
	line-height: 12px;
	color: #333333;
	text-decoration: none;
}
.link-top-si:hover {
	color: #000000;
	text-decoration: none;
}
.nav-rs-si {
	float: right;
	margin-left: 10px;
	height: 24px;
}
.link-rs-si {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}
.link-rs-si:hover {
	color: #000000;
}
@media (max-width: 600px) {
    .link-top-si {
		display: none;
    }
}



.top-logo-si {
	height: 40px;
}
.navbar-bg-si {
	background-color: #1C4219;
}
.nav-link-si {
	font-family: "Abel", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}
.nav-link-si:hover {
	color: #666666;
}


/* slider */
.slider-logo-si {
	width: 30%;
	border: 0;
}
.separador_slider-si {
	clear: both;
	width: 100%;
	height: 18px;
	display: block;
}
.carousel-caption-si {
	right: 15%;
	left: 15%;
	padding-top: 120px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}


/* pie */
.pie-si {
	border-top: 1px solid #CCCCCC;
	margin-top: 30px;
	margin-bottom: 30px;
}
.link-pie-si {
	color: #526B81;
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px none;
}
.link-pie-si:hover {
	color: #526B81;
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px dotted #526B81;
}
