@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

body {
	font-family: 'Roboto', sans-serif;
}
h1 {
    color: #23B149;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.header {
    background-color: #fff;
} 

.top-header-row {
    background-color: #42AF50;
}

.main-nav-row {
    background-color: #42AF50;
}

.btn-default, .btn-primary, .js-log-in, .btn-modal {
	color: #fff;
    background-color: #88898a;
    border-color: #88898a;
	    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-modal:hover, .btn-modal:active, .btn-modal:focus {
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-nav-row .item-inner-main-nav a {
	border-right: solid 1px #fff;
}
.main-nav-row .item-inner-main-nav a:hover, .main-nav-row .item-inner-main-nav:hover {
    background-color: #277530;
	border-radius: 0;
}
.main-nav-row .item-inner-main-nav .dropdown-menu {
	background-color: #88898a;
	color: #FFF;
}

.main-nav-row .item-inner-main-nav .dropdown-menu li {
    border-bottom: solid 1px #FFF;
}
.main-nav-row .item-inner-main-nav .dropdown-menu li a:hover {
	color: #333;
    background-color: #e6e6e6;
} 

.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
    color: #277530;
}

/* ======== New style ============ */


#container {
	padding: 50px;
	background: url('../images/bg_general.jpg') center fixed;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.box-contact {
	padding: 0 20px 30px;
	border-right: solid 2px #F5F5F5;
}
.cop-content {
	padding: 20px;
	background: #fff;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.slider-bg-1 {
	background: url('../images/slider-prin.jpg');
	background-size: cover !important;
    background-position: center !important;
	height: 500px;
}
.carousel-caption {
	right: 10%;
    left: 10%;
}
.carousel-caption-bg {
	padding: 20px;
	bottom: 80px;
	background: rgba(71,174,84,0.9);
}
.carousel-caption p {
	font-size: 18px;
	font-weight: 300;
}
.carousel-txt {
	left: 0%;
	right: 0%;
}
.carousel-txt h2 {
	background: rgba(0,0,0,0.60);
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 5px 2px;
    font-family: 'Roboto', sans-serif;
    top: 6px;
    position: absolute;
}

.carousel-caption-foo {
	top: -10px;
    left: 27%;
    right: 36%;
}
.carousel-caption h3 {
	color: #5a5a5a;
	text-shadow: none;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.carousel-caption img {
	margin: 0 auto;
}
.title-section {
	padding: 20px;
}

.title-section-border {
    width: 315px;
    height: 3px;
    margin: 22px auto 0;
    background: #3fb206;
}
.title-section h3 {
	margin: 5px;
    color: #353535;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 300;
}
.title-section p {
    margin: 0 auto;
    text-align: justify;
    font-size: 17px;
    color: #5a5a5a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.banner-home-bg {
	background: rgba(156, 0, 2, 0.7);
	text-align: justify;
    bottom: 20px;
    padding: 20px;
    width: 50%;
    left: 0;
}
blockquote {
    margin: 25px 0;
	color: #88898a;
	border-left: 5px solid #88898a;
}
blockquote a {
	color: #88898a;
	text-decoration: underline;
}

.modal-title {
	color: #42AF50;
}
.modal-body a {
    color: #4f4f4f;
    text-decoration: underline;
}
.sed-bquilla {
	color: #FF674F;
}
.sed-bta {
	color: #2FB4D5;
}
.sed-bmanga {
	color: #FFA542;
}
.sed-cali {
	color: #d2be17;
}
.sed-med {
	color: #66C952;
}
.fa-google-plus {
	display: none;
}
.caption h2 {
	color: transparent;
}
@media (max-width: 768px) {
	#container {
		padding: 10px;
	}
	.carousel-caption {
		right: 0%;
		left: -7%;
	}
	.title-section h1:after {
		background: transparent;
	}
}
@media (min-width: 768px){
.container-item {
	height: 185px !important;
	}
}