/**********************
DEFAULT
***********************/

body {
	padding: 15px;
	font-family: 'permanent-marker'sans-serif;
	font-size: 15px;
	color: #637988;
	line-height: 22px;
	width: auto;
	font-weight: normal;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
	font-family: 'acme';
	 color: #000;
}

h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 35px;
	text-align: center;  
}

h2 {
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 20px;
	text-align: center;  
	color: darkgrey;
}

h3 {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 20px;
	text-align: center;  
	color: darkgrey;
}

h4 {
	font-weight: lighter;
	font-size: 80px;
	color: white;
}

h5 {
	font-weight: lighter;
	font-size: 25px;
	text-align: center;  
}

h6 {
	font-weight: lighter;
	font-size: 30px;
	color: white;
}
	
h7 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: white;
}

h8 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;  
	color: black;
}

.title-content {
	text-align: center;
}

.title-content p {
	margin-top: 34px;
}


.chevron-down {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
}

section {
	position: relative;
	background-color: #ffffff;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(79,174,51, 0.7);
	opacity: 20;
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

/**********************
BUTTONS
***********************/

.btn-default {
	padding: 9px 0;
	width: 150px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	border-radius: 20px;
	box-sizing: border-box;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;	
}

.btn-default.white-yellow {
	color: #ffe600;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.btn-default.white-yellow:hover,
.btn-default.white-yellow.active.focus, 
.btn-default.white-yellow.active:focus, 
.btn-default.white-yellow.active:hover, 
.btn-default.white-yellow:active.focus, 
.btn-default.white-yellow:active:focus, 
.btn-default.white-yellow:active:hover {
	color: #ffffff;
	background: #ffe600;
	border: 1px solid #ffffff;
	box-shadow: none;
	outline: none;
}

.btn-default.yellow-white {
	color: #ffffff;
	background-color: #ffe600;
	border: 1px solid #ffe600;
}

.btn-default.yellow-white:hover,
.btn-default.yellow-white.active.focus, 
.btn-default.yellow-white.active:focus, 
.btn-default.yellow-white.active:hover, 
.btn-default.yellow-white:active.focus, 
.btn-default.yellow-white:active:focus, 
.btn-default.yellow-white:active:hover {
	color: #ffe600;
	background: #ffffff;
	border: 1px solid #ffe600;
	box-shadow: none;
	outline: none;
}

.btn-default.white-blue {
	color: #334752;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.btn-default.white-blue:hover,
.btn-default.white-blue.active.focus, 
.btn-default.white-blue.active:focus, 
.btn-default.white-blue.active:hover, 
.btn-default.white-blue:active.focus, 
.btn-default.white-blue:active:focus, 
.btn-default.white-blue:active:hover {
	color: #ffffff;
	background: #334752;
	border: 1px solid #ffffff;
	box-shadow: none;
	outline: none;
}

.btn-primary {
	color: #000;
	background: #ffe600;
	border: 1px solid #ffe600;
	padding: 5px 0;
	width: 100px;
	letter-spacing: 0.025em;
	font-size: 15px;
	font-weight: 600;
	border-radius: 20px;
	box-sizing: border-box;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	margin-left: 120px;
	margin-top: 30px;
}
	
.btn-primary:hover {
	background: #414040;
	color: #000;
	border: none;
}

.btn-primary:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}

/**********************
SOCIAL ICONS
***********************/

.social-list {
	margin-top: 45px;
}

.social-list li {
	display: inline-block;
	margin-right: 17px;
}

.social-list li:last-of-type {
	margin-right: 0;
}

.social-list a {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	color: #324651;
	background: #fafafa;
	border: 1px solid #ffffff;
	border-radius: 100%;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-out;
}

.social-list a:hover {
	color: #ffffff;
	background: #ffe600;
}

.si {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 35px;
}

/**********************
NAVIGATION
***********************/

#main-navigation.navbar {
	min-height: 100px;
	font-family: 'dosis', 'Open Sans';
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0;
}

#main-navigation.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

#main-navigation.navbar .navbar-collapse {
    text-align: center;
}

#main-navigation.navbar-fixed-top .navbar-collapse {
	max-height: 380px;
}

#main-navigation.navbar-default {
	background-color: #ffffff;
}

#main-navigation .navbar-brand, 
#main-navigation.navbar-default .navbar-nav>li>a.navbar-brand {
	height: 100px;
	padding: 29px 45px 23px;
}

#main-navigation .navbar-brand img {
	max-height: 48px;
}

#brand-mobile {
	display: none;
}

#main-navigation .navbar-brand-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#brand-desktop {
	display: block;
}

.navbar-default .navbar-nav>li>a {
	font-size: 15px;
	color: #000305;
	padding: 40px 45px;
}

#main-navigation.navbar-default .navbar-nav>li>a:focus, 
#main-navigation.navbar-default .navbar-nav>li>a:hover {
	color: #4FAE33;
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-nav>.active>a, 
#main-navigation.navbar-default .navbar-nav>.active>a:focus, 
#main-navigation.navbar-default .navbar-nav>.active>a:hover {
	color: #4FAE33;
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-toggle {
	margin-top: 34px;
	margin-bottom: 34px;
	border: 0;
	border-radius: 0;
}

#main-navigation.navbar-default .navbar-toggle:focus, 
#main-navigation.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-toggle .icon-bar {
	background: #ffe600;
	width: 22px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main-navigation .navbar-toggle.collapsed .icon-bar {
	background: #334752;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

/**********************
HOME SECTION
***********************/

#home {
	height: 950px;
}

.carousel {
	width: 100%;
	height: 100%;
}

.carousel .item {
	height: 950px;
	background: url("../img/slider_background.png") center center no-repeat;
	background-size: cover;
}

.carousel-caption {
	padding: 0;
	bottom: 50%;
	transform: translateY(50%);
}

.carousel-caption .btn-default {
	margin-top: 31px;
}

.carousel-caption .h1 {
	margin-top: 27px;
	font-size: 90px;
}

.carousel-caption p {
	margin-top: 36px;
}

.carousel-indicators li {
	margin: 1px 8px;
	border-color: #ffffff;
	background-color: #ffffff;
}

.carousel-indicators .active {
	margin: 0 8px;
	border-radius: 8px;
	border-color: #ffe600;
	background-color: #ffe600;
}

.carousel-control {
	opacity: 0;
}

.carousel-control span {
	color: #ffe600;
}

/**********************
KUALITTA SECTION
***********************/

  #kualitta
  .kualitta-text {
	word-wrap: 200px;
	max-width: 900px;  
    padding: 3rem;
	text-align: justify  
  }

    .kualitta-img {
    min-height: 30rem;
    background-size:cover;  
  }
  @media (min-width: 768px) {
    .kualitta-text {
      padding: 7rem;
    }

  /**********************
QUOTE SECTION
***********************/

.quote {
	min-height: 400px;
	padding: 150px 0;
	background: #50AE33;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.quote .h4 {
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	font-size: 25px;
	font-weight: 18px;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 40px;
	color:#FFFFFF
}

.quote .h5 {
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	font-size: 15px;
	margin-top: 25px;
	text-align: center;
	color:#FFFFFF
}

/**********************
SERVICIOS SECTION
***********************/

#servicios {
	padding: 91px 0 0;
}

.servicios-container {
	position: relative;
	margin-top: 89px;
	padding: 0 0 56px;
}

.servicios-container .service {
	max-width: 270px;
	margin: 0 auto;
	text-align: center;
}

.servicios-container .service h7 {
	margin-top: 53px;
	font-weight: 600;
	color: #black;
}

.servicios-container .service p {
	margin-top: 28px;
}

.servicios-cta-container {
	padding: 35px 0;
	text-align: center;
	background: #ffe500;
}


/**********************
MORE SECTION
***********************/

#more {
	padding: 200px 0 0;
	background: #6CC029
}

.media > .pull-left{
    margin-right: 50px;
}

.media .media-body h3{
    color: #59CD2A;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

.media .media-body p{
     font-size: 20px;
    line-height: 24px;
	font-weight: 50px;
	max-width: 500px;
	text-align: justify;
}

.media{
    padding-bottom: 50px;
    padding-left: 20px;
}

.more-item {
	margin-bottom: 50px;
}

.more-item i {
	font-size: 25px;
	line-height: 50px;
	color: #579616;
}

.more-item h7,
.more-item p {
	margin-left: 180px;
	margin-right: 80px;
}

.more-item h7{
	font-weight: normal;
}

.more-item-container {
	padding: 10px 0;
	text-align: left;
}

.media > .pull-left{
    margin-right: 80x;
}

.media .media-body h3{
    color: #6AC81F;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}


.media .media-body p{
    font-size: 15px;
    line-height: 24px;
}

.media{
    padding-bottom: 50px;
    padding-left: 20px;
}


.more-item {
    margin-bottom: 70px;
}

.more-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.more-item h3 {
  color: #00c7fc;
  font-size: 20px;
  margin-bottom: 28px;
}

.more-item p {
  line-height: 24px;
}

/**********************
SLIDER OPTIONS
***********************/

.team-member.slick-slide {
	opacity: 0.2;
	transition: opacity 1s ease-out;
}
 
.team-member.slick-slide.slick-center {
	opacity: 1;
	transition: opacity 1s ease-out;
}

/**********************
BOLETIN SECTION
***********************/

#boletin .newsletter {
	margin-top: 120px;
	padding: 150px 0;
	background: #050505;
	color: #ffffff;
}
#boletin .newsletter h3,
#blog .newsletter .h3 {
	font-size: 20px;
	text-align: center;
}
#boletin .newsletter-form {
	margin-top: 38px;
	text-align: center;
}
#boletin .newsletter-form #Email {
	display: block;
	width: 100%;
	padding: 9px 22px;
	border: 1px solid #ffffff;
	border-radius: 20px;
	color: #637988;
	font-weight: 300;
	outline: none;
	transition: border 0.3s ease-out;
}
#boletin .newsletter-form #Email:focus,
#blog .newsletter-form #Email:active {
	outline: none;
	border: 1px solid #637988;
}

#blog .newsletter-form #Email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
#blog .newsletter-form #Email::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
#blog .newsletter-form #Email:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
#blog .newsletter-form #Email:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}
#boletin .newsletter-form .btn {
	display: block;
	width: 100%;
    max-width: 170px;
    font-size: 13px;
    padding: 10px 0;
}

/**********************
PROGRAMAS SECTION
***********************/

#productos {
	padding: 145px 0;
}

.productos {
	background: #50AE33;
	padding: 58px 61px 98px;
	text-align: center;
}

.productos .separator {
	width: 30px;
	height: 2px;
	background-color: #F3F3F3;
	margin: 25px auto 0;
}

.productos h5 {
	margin-top: 30px;
	color: #FFFFFF;
}

.productos p {
	margin-top: 51px;
	color: #FFFFFF;
}

#articles .btn {
	display: block;
	margin: 55px auto 0;
}

/**********************
ABOUT SECTION
***********************/

#about {
	padding: 20px 0 65px;
}

.about-content {
	text-align: center;
}

.about-content p {
	margin-top: 42px;
}


/**********************
OUR TEAM SECTION
***********************/
#ourteam {
	padding: 13px 0 0;
}
	  
.team-member {
  margin-bottom: 120px;
  text-align: center;
}

.imgRedonda {
    height: 225px;
    width: 225px;
	border-radius: 150px;
}

.team-member p {
  margin-top: 0;
	text-align: center
}

/********************************************
				WHERE FORM
********************************************/
#where {
	padding: 0px;
}
.where-form {
	background: url('../img/contact-us.jpg') repeat-x center;
}
.where-form form {
	position: relative;
}
.where-form .form-control {
	background-color: transparent;
	margin-bottom: 20px;
	padding: 20px;
	color: #fff;
	border-width: 2px;
}
.where-form .form-control:focus {
	border: 2px solid #FEE600;
}
.where-form .form-control:focus {
	background: rgba(255, 255, 255, 0.1);
}
.where-form .heading {
	color: #fff;
}
.commands {
	text-align: center;
}

.heading {
	margin: 50px 0;
	text-align: center;
	color: #000;
	position: relative;
}
.heading > div {
	text-transform: uppercase;
	font-weight: normal;
	color: #707070;
}
.heading h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}
.heading p {
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
}
/**********************
CONTACT US SECTION
***********************/

#contact {
	padding: 89px 0 93px;
	background: #050505;
	color: #ffffff;
}

#contact .section-title {
	color: #ffffff;
}

#contact .contact-form {
	margin-top: 92px;
}

#contact .contact-form input, 
#contact .contact-form textarea {
	display: block;
	width: 100%;
	font-weight: 300;
	padding: 18px 26px;
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 5px;
}

#contact .contact-form input:focus,
#contact .contact-form input:active,
#contact .contact-form textarea:focus,
#contact .contact-form textarea:active {
	outline: none;
}

#contact .contact-form textarea {
	resize: none;
}

#contact .contact-form input::-webkit-input-placeholder,
#contact .contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
#contact .contact-form input::-moz-placeholder,
#contact .contact-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
#contact .contact-form input:-ms-input-placeholder,
#contact .contact-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
#contact .contact-form input:-moz-placeholder,
#contact .contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

#contact .contact-form .row:last-of-type {
	margin-top: 30px;
}

#contact .contact-form .btn {
	display: block;
	margin: 53px auto 0;
	font-size: 13px;
	width: 170px;
	padding: 10px 0;
}

/**********************
FOOTER SECTION
***********************/

#footer {
	padding: 83px 0 90px;
	background: #000000;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}

#footer .tel {
	margin-top: 26px;
}

#footer .social-list {
	margin-top: 38px;
}

#footer .social-list li {
	margin-right: 21px;
}

#footer .copyright {
	margin-top: 29px;
	font-size: 15px;
}

/**********************
HELPER CLASSES
***********************/

.text-yellow {
	color: #ffe600;
}

.img-container {
	text-align: center;
}

.img-container img {
	max-width: 100%;
}

.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/**********************
RESPONSIVE
***********************/

@media only screen and (min-width: 1440px) {

	/**********************
	HOME SECTION
	***********************/
	.carousel-caption {
		left: 25%;
		right: 25%;
	}

}

@media only screen and (max-width: 1199px) {
	
	/**********************
	NAVIGATION
	***********************/
	#main-navigation .container {
		width: 100%;
	}
	#main-navigation.navbar-default .navbar-nav>li>a {
	padding-top: 40px;
	padding-right: 21px;
	padding-left: 20px;
	padding-bottom: 40px;
	}
	#main-navigation .navbar-brand, #main-navigation.navbar-default .navbar-nav>li>a.navbar-brand {
		padding: 29px 23px 23px;
	}

	/**********************
	PORTFOLIO SECTION
	***********************/
	.portfolio-grid .grid-item, .portfolio-grid .gap {
		width: calc(100%/2 - (((2 - 1) * 29px) / 2));
	}

}

@media only screen and (max-width: 991px) {

	/**********************
	SERVICIOS SECTION
	***********************/

	.servicios-container .service {
		margin-top: 45px;
	}

	.servicios-container .line {
		display: none;
	}

	.features-container {
		max-width: 650px;
		margin: 0 auto;
		padding: 0 15px;
		text-align: center;
	}

	/**********************
	CONTACT US SECTION
	***********************/
	#contact .contact-form .row div:not(:first-of-type) {
		margin-top: 30px;
	}

	/**********************
	HELPER CLASSES
	***********************/

	/* Reverse the order of columns on xs*/
    .row.reorder-sm {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        direction: rtl; /* Fix the horizontal alignment */
    }

    .row.reorder-sm > [class*="col-"] {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        direction: ltr; /* Fix the horizontal alignment */
    }

}

@media only screen and (max-width: 767px) {

	/**********************
	DEFAULT
	***********************/

	h2.section-title {
		font-size: 50px;
	}
	
	/**********************
	NAVIGATION
	***********************/

	#main-navigation.navbar .navbar-nav {
	    display: block;
	}

	#brand-mobile {
		display: block;
	}

	#main-navigation .navbar-brand-center {
		padding: 29px 45px 23px;
	}

	#brand-desktop {
		display: none;
	}

	#main-navigation.navbar-default .navbar-nav>li>a {
		padding: 20px 0;
	}

	/**********************
	HOME SECTION
	***********************/
	.carousel-caption .h1 {
		font-size: 55px;
	}
	
	/**********************
	BOLETIN SECTION
	***********************/
	.first-row-entry, .second-row-entry {
		margin-top: 45px;
	}
#boletin .newsletter-form #Email {
		max-width: 370px;
		margin: 0 auto;
	}
#boletin .newsletter-form .btn {
		max-width: 170px;
		margin: 30px auto 0;
	}