
* {
	font-family: 'Source Sans Pro';
	font-size: 100%;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
	border-color: rgba(125, 194, 0, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(125, 194, 0, 0.6);
	outline: 0 none;
}

.container-fluid .container-fluid {
	padding: 0;
}

.row {
	margin: 0;
	margin-bottom: 20px;
}

.control-label {
	font-size: 1.15em;
	font-weight: 600;
}

.form-control {
	border-radius: 0;
}

/***** LINKS *****/

legend > a {
	float: right;
	margin-top: 4px;
	font-size: 0.85em;
}

.delete-link, .delete-link:hover {
	color: red;
}

.delete-link:hover {
	text-decoration: underline;
}



/***** SAME HEIGHT COLUMNS *****/

/* columns of same height styles */
.container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
.row-xs-height {
    display: table-row;
}
.col-xs-height {
    display: table-cell;
    float:none;
}
@media (min-width: 769px) {
    .container-sm-height {
        display:table;
        padding-left:0;
        padding-right:0;
        margin-bottom: 20px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

/* firefox fix */
.img-responsive {
    width: 100%;
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}



/***** HEADER *****/

body > .container-fluid:first-child {
	max-width: 980px;
	padding-top: 15px;	
}

#logo > a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	margin-bottom: 10px;
}

#logo > a > img {
	max-width: 300px;
}

#login {
	overflow: hidden;
}

#login p, #login a {
	color: #7DC200;
}

#login p {
	display: block;
	float: right;
	margin: 0;
}

#login > a {
	display: inline-block;
	float: right;
}

#login p > a:last-child {
	color: red;
}

#login > div {
	width: 25px;
	height: 22px;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: 5px;
	background: url("../img/login-icon.png") no-repeat;
	float: right;
}


.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

@media(min-width: 938px){
	.navbar li {
		margin: 10px 0;
		border-left: 1px solid #B1D600;
	}

	.navbar li:first-child {
		border-left: none;
	}
}

.navbar .nav.navbar-nav li > a {
	padding: 5px 15px;
	color: #a3a3a3;
	font-size: 1.35em;
}

.navbar .nav.navbar-nav li > a:hover {
	color: #B1D600;
}

.navbar.navbar-default {
	background-color: transparent;
	border: none;
}




/***** HOME *****/

#noticias {
	background-color: rgba(177,214,0,0.2);
	padding: 15px 0;
}

#noticias h2 {
	color: #7DC200;
	font-size: 2.5em;
}

#noticias h2:hover {
	text-decoration: underline;
}

#noticias p {
	text-align: justify;
}

#noticias p span {
	font-weight: bold;
}

#noticias div div {
	background-color: #39B54A;
	margin-bottom: 15px;
}

#noticias div div * {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}

#noticias div div h2 {
	border-bottom: 2px solid #fff;
}

#noticias div img {
	width: 100%;
}




/***** BANNER *****/


.banner {
	margin: 0;
	padding-bottom: 30px;
	border-bottom: 2px solid #ccc;
}

.banner > div {
	padding: 0;
	position: relative;
}

.banner h2 {
	color: #7DC200;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	margin: 0;
	text-align: center;
	padding: 20px 10px;
	width: 100%;
	font-size: 3em;
}

@media (min-width: 769px) {
    .banner h2 {
		color: #7DC200;
		background-color: rgba(255,255,255,0.9);
		position: absolute;
		margin: 0;
		padding: 20px 10px;
		width: 50%;
		font-size: 3em;
	}
}

.banner img {
	width: 100%;
}




/***** QUIENES SOMOS *****/

#quienes-somos-row > h2 {
	color: #39B54A;
	font-weight: 600;
	font-size: 3em;
}

#quienes-somos-row > div.col-sm-12 > p:first-child {
	background-color: #7DC200;
	color: #fff;
	padding: 10px;
	font-size: 1em;
	max-width: 250px;
	text-align: center;
	float: left;
	margin: 0 20px 10px 0;
}

#quienes-somos-row > .col-md-4 {
	background-color: #7DC200;
	padding: 10px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
}

#quienes-somos-row > .col-md-4 > p:first-child {
	font-size: 1.5em;	
}

#quienes-somos-row > .col-md-4 > p:first-child > span {
	display: block;
	font-size: 2em;
}

#quienes-somos-row > .col-md-4 ul {
	padding: 0;
}

#quienes-somos-row > .col-md-4 li {
	
}

#quienes-somos-row .col-sm-6 {
	padding-left: 5px;
	padding-right: 5px;
}

#quienes-somos-row .col-sm-6 p {
	border: 2px solid #fff;
	padding: 5px;
}

#quienes-somos-row .col-sm-6:last-child p {
	margin-right: 0;
}

#quienes-somos-row > .col-md-8 {
	color: #39B54A;
	font-size: 1.5em;
	text-align: justify;
}

#quienes-somos-row + .row {
	color: #39B54A;
	font-size: 1.3em;
}

#quienes-somos-row + .row .col-sm-4 {
	padding-top: 42px;
	padding-bottom: 42px;
	text-transform: uppercase;
	text-align: center;
}

#quienes-somos-row + .row .col-sm-4 p {
	margin: 0;
	font-size: 1.4em;
	font-weight: 700;
}

#quienes-somos-row + .row .col-sm-4 span {
	display: block;
	color: #B1D600;
	font-size: 1.4em;
	font-weight: 600;
}

#quienes-somos-row + .row .col-sm-2 p {	
	text-align: center;
	margin: 0;
}

#quienes-somos-row + .row img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.caso-exito-row > *:first-child {
	padding-left: 0;
}

.caso-exito-row > *:last-child {
	padding-right: 0;
}

.caso-exito-row-inverse > *:first-child {
	padding-right: 0;
}

.caso-exito-row-inverse > *:last-child {
	padding-left: 0;
}

div.caso-exito-text.col-top {
	padding: 15px;
}

.caso-exito-text > div > h2 {
	text-transform: uppercase; 
	font-size: 3em;
	font-weight: 700;
	margin-top: 0;
}

.caso-exito-text > div > h2 + p {
	font-size: 1.8em;
	font-weight: 600;
}

.caso-exito-text > div > h2 + p + p, .caso-exito-text > div > h2 + p + p + p {
	font-size: 1.3em;
	text-align: justify;
}

.caso-exito-img > p {
	position: absolute;
	font-size: 1.6em;
	padding: 10px;
	bottom: 0;
}

@media (max-width: 992px) {
	.caso-exito-img {
		padding: 0;
	}
}

#caso-exito1 > div:last-child {
	border: 5px solid #39B54A;
	color: #39B54A;
}

#caso-exito1 .caso-exito-img p {
	background-color: #39B54A;
	color: #fff;
	left: 10px;
}

#caso-exito2 > div:last-child {
	background-color: #8CBF44;
	color: #fff;
}

#caso-exito2 .caso-exito-img p {
	background-color: #8CBF44;
	color: #fff;
	right: 15px;
}

#caso-exito3 > div:last-child {
	border: 5px solid #39B54A;
	color: #39B54A;
}

#caso-exito3 .caso-exito-img p {
	background-color: #39B54A;
	color: #fff;
	right: 25px;
}

#caso-exito4 > .col-md-4:first-child {
	padding: 0px;
}

#caso-exito4 > .col-md-4:first-child div {
	border: 5px solid #39B54A;
	padding: 25px 5px 5px;
}

#caso-exito4 > .col-md-4:first-child div p:first-child {
	color: #39B54A;
	font-size: 2.4em;
	font-weight: 600;
	position: absolute;
	top: 5px;
	left: 15px;
}

#caso-exito4 > .col-md-4:first-child div p:last-child {
	background-color: #39B54A;
	color: #fff;
	font-size: 1.8em;
	padding: 10px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#caso-exito4 > .col-md-4:first-child div img {
	width: 100%;
}

@media (max-width: 992px){
	#caso-exito4 > .col-md-4:first-child + .col-md-4 {
		padding: 0;
	}
}

#caso-exito4 > .col-md-4:first-child + .col-md-4 div {
	color: #fff;
	font-size: 1.3em;
	background-color: #39B54A;
	padding: 10px 10px 63px;
}

@media (max-width: 992px){
	#caso-exito4 > .col-md-4:first-child + .col-md-4 div {
		background-color: #39B54A;
		padding: 10px 15px;
	}
}

#caso-exito4 > .col-md-4:first-child + .col-md-4 div > p:first-child, #caso-exito4 > .col-md-4:first-child + .col-md-4 div > p:first-child + p {
	font-size: 1.8em;
	font-weight: 600;
}

@media (max-width: 992px){
	#caso-exito4 > .col-md-4:last-child {
		padding: 0px;
	}
}

#caso-exito4 > .col-md-4:last-child {
	border: 5px solid #39B54A;
	padding-right: 15px;
}

#caso-exito4 > .col-md-4:last-child div {
	
}

#caso-exito4 > .col-md-4:last-child p {
	color: #39B54A;
	font-size: 2.2em;
	font-weight: 600;
	padding: 10px 10px 0;
	text-align: center;
	margin-bottom: 0;
}



/***** Productos *****/

#esterillas-agua {
	margin-top: 20px;
}

#esterillas-agua > .col-md-11 > .row:first-child {
	padding-top: 30px;
}

#esterillas-agua > .col-md-11 > .row:first-child > div.col-sm-4 {
	margin-bottom: 15px;
}

#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child > div {
	padding: 5px 0;
	margin-bottom: 5px;
}

#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child > div > * {
	vertical-align: middle;
}

#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child > div img {
	width: 39%;
	max-width: 110px;
}

#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child  > div h3 {
	display: inline-block;
	width: 59%;
	color: #7DC200;
	font-weight: 600;
	font-size: 2em;
	text-align: center;
	margin: 0;
	margin-top: auto;
	margin-bottom: auto;
}

@media(max-width: 769px){
	#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child > div {
		text-align: center;
		margin-bottom: 15px;
	}

	#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child > div img {
		max-width: 110px;
	}

	#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child  > div h3 {
		width: auto;
		padding-left: 10px;
	}
}

#esterillas-agua > .col-md-11 > .row:first-child >.col-sm-4:first-child > p {
	background-color: #7DC200;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.4em;
	margin-bottom: 0;
	float: none;
}

#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child + .col-sm-4 {
	background-color: #a3a3a3;
	color: #fff;
	font-size: 1.4em;
	padding: 10px 0;
	margin-left: 15px;
	margin-right: 15px;
	/*padding-right: 10px;*/
}

#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child + .col-sm-4 ul {
	/*padding-left: 30px;*/
}

#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child + .col-sm-4 + .col-sm-4 > p:first-child {
	border: 5px solid #39B54A;
	color: #39B54A;
	font-size: 2.3em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 10px;
}

#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child + .col-sm-4 + .col-sm-4 > p:last-child {
	background-color: #a3a3a3;
	color: #fff;
	font-size: 1.2em;
	padding: 10px;
}

@media(min-width: 769px){
	#esterillas-agua > .col-md-11 > .row:first-child > .col-sm-4:first-child + .col-sm-4 + .col-sm-4 > p:last-child {
		margin-bottom: 0;
		bottom: 0;
		position: absolute;
		width: 89.4%;
	}
}

#esterillas-agua > .col-md-11 > .row:first-child + div {
	color: #39B54A;
	font-size: 1.5em;
	text-align: justify;
	margin-top: 10px;
}

#ventajas-esterillas h2 {
	text-transform: uppercase;
	color: #7DC200;
	border: 5px solid #7DC200;
	font-size: 3em;
	padding: 10px;
	clear: both;
	float: left;
	margin-top: 0;
}

#ventajas-esterillas table {
	font-size: 1.2em;
	font-weight: 600;
}

#ventajas-esterillas table td:first-child {
	max-width: 300px;
}

#ventajas-esterillas table td:first-child + td {
	
}

#ventajas-esterillas table td:last-child {
	
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #fff;
   color: #39B54A;
   border: none;
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #8CBF44;
   color: #fff;
   border: none;
}

#funcionamiento-esterillas h2 {
	font-size: 2.3em;
	text-transform: uppercase;
	padding: 0;
}


#funcionamiento-esterillas .col-sm-7 h2 {
	background-color: #39B54A;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
}

#funcionamiento-esterillas .col-sm-7 span {
	display: block;
	font-size: 150%;
	font-weight: 700;
}

#funcionamiento-esterillas .col-sm-7 p {
	margin-top: 20px;
	color: #39B54A;
	text-align: justify;
	font-size: 1.4em;
}

#funcionamiento-esterillas .col-sm-5 h2 {
	color: #39B54A;
	font-size: 2em
}

#funcionamiento-esterillas .col-sm-5 span {	
	font-size: 150%;
	font-weight: 700;
}

#funcionamiento-esterillas .col-sm-5 span:first-child {
	color: #7DC200;
}

#funcionamiento-esterillas .col-sm-5 h5, #funcionamiento-esterillas .col-sm-5 p {
	color: #39B54A;
	text-align: center;
}

#funcionamiento-esterillas .col-sm-5 h5 {
	font-size: 1.2em;
}

#funcionamiento-esterillas .col-sm-5 p {
	font-size: 1em;
	margin: 0;
}

#funcionamiento-esterillas .col-sm-5 img {
	border: 2px solid #7DC200;
	padding: 4px;
	margin-top: 10px;
	width: 100%;
}




/***** BIENESTAR Y AMBIENTE *****/

#bienestar-ambiente h2 {
	color: #39B54A;
	font-size: 2.6em;
	font-weight: 600;
}

#bienestar-ambiente .col-sm-7 p {
	color: #39B54A;
	font-size: 1.3em;
	text-align: justify;
}

#bienestar-ambiente .col-sm-4 p {
	color: #fff;
	background-color: #00B5D4;
	padding: 10px;
	font-size: 1.5em;
	text-align: center;
}

#bienestar-ambiente .col-sm-4 p:first-child {
	margin-top: 20px;
}

#bienestar-ambiente .col-sm-4 p span {
	font-weight: 600;
	font-size: 1.3em;
}


#bienestar-ambiente .col-sm-4 p:last-child {
	border: 5px solid #00B5D4;
	background: #fff;
	color: #00B5D4;
	font-size: 4.5em;
	line-height: 60px;
}





/***** FOOTER *****/

.footer {
	width: 100%;
	padding: 15px;
	text-align: center;
}

.footer div {
	padding: 10px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin: 0 auto 10px;
	display: inline-block;
}

.footer p {
	color: #a3a3a3;
	font-size: 1.1em;
	margin: 0;
}

.footer div p:first-child {
	font-size: 1.2em;
	font-weight: 600;
}

.footer > p {
	margin-bottom: 5px;
}

.footer img {
	max-height: 30px;
}



/***** DATATABLES *****/

.dataTables_filter > label {
	float: right;
}

ul.pagination {
	margin: 0;
	float: right;
}

.dataTables_info {
	padding-top: 8px;
}

.dataTable {
	margin-bottom: 8px;
}



/***** DOCUMENTACIONES *****/

#ndocs {
	border: 2px solid #7DC200;
	padding: 8px;
}

#ndocs > div:first-child * {
	color: #a3a3a3;
	font-size: 1.4em;
}

#ndocs > div:first-child > h2 {
	color: #7DC200;
	font-size: 2.4em;
}

#ndocs > div:last-child {
	background-color: #7DC200;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

#ndocs > div:last-child > p {
	font-size: 1.4em;
}

#ndocs > div:last-child > p:first-child {
	font-size: 5em;
	margin: 0;
}

#docs > div {
	border-right: 2px solid #ccc;
}

#docs > div:last-child {
	border-right: none;
}

#docs > div * {
	text-align: center;
	list-style-type: none;
}

#docs ul {
	padding: 0;
	margin-top: 15px;
}

#docs > div > div {
	color: #fff;
	padding: 5px;	
}

#docs > div:first-child > div {
	background-color: #a3a3a3;
}

#docs > div:first-child + div > div {
	background-color: #b1d600;
}

#docs > div:last-child > div {
	background-color: #00b5d4;
}



/***** LOGIN *****/

#loginPage p {
	text-align: center;
}


#loginPage > div {
	background-color: #a3a3a3;
	color: #fff;
	padding: 15px;
}



/***** CONTACT *****/

#contact > .col-md-3 {
	background-color: #a3a3a3;
	color: #fff;
}

@media(max-width: 769px) {
	#contact > .col-md-9 {
		padding-left: 0;
		padding-right: 0;
	}
}

#contact > .col-md-9 > div:first-child {
	border: 2px solid #00B5D4;
	padding: 8px;
}

#contact > .col-md-9 > div:first-child > h2 {
	color: #00B5D4;
	margin-top: 0;
	font-style: italic;
}

#contact > .col-md-9 > div:first-child > h2 + p {
	color: #a3a3a3;
	font-size: 1.125em;
}

/***** MODAL *****/

.modal-content {
	border-radius: 0;
}

.modal-header {
	background-color: #7DC200;
}

.modal-title {
	color: #fff;
	font-weight: 600;
}

.form-control.input-md, .btn {
	border-radius: 0;
}

.modal-content label {
	color: #a3a3a3;
}

.modal-content .form-control.input-md {
	background-color: #e5e5e5;
}

.btn-primary {
	background-color: #7DC200;
	border-color: #7DC200;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #699900;
	border-color: #699900;
}



/***** FORMULARIOS *****/

/*form a {
	text-align: center;
}*/



/***** VER MAS BTN AFFIX *****/

.fixed-btn {
	padding: 0;
}

.fixed-btn p {
	margin: 0;
}

#ver-mas-btn.affix-top{
	margin-top: 0;
	width: 100%;
	height: auto;
}

#ver-mas-btn.affix{
	top: 20px;
	width: 79px;
	height: auto;
}

#ver-mas-btn.affix-bottom{
	top: 1675px;
	width: 79px;
	height: auto;
}

@media(max-width: 991px){

	.fixed-btn {
		padding-left: 30px;
		padding-right: 30px;
	}

	.affix {
		position: static !important;
		text-align: center !important;
		width: 100% !important;
	}

	#ver-mas-btn p {
		display: inline-block;
	}
}

/***** PDF VIEWER *****/

.pdf-viewer {
	width: 100%;
	height: 100%;
}

.pdf-viewer * {
	width: 100%;
	height: 100%;
}


/***** ALERTS *****/

.alert {
	text-align: center;
}


