/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 70px 0 70px;
}

section {
  padding: 150px 0;
}

.bg-primary
{
	background-color: #99c33a !important;
}

.padding-100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.bg-gray{
	background-color: #f5f5f5;
}

.carousel-indicators{
	top: 130px !important;
}

.carousel-indicators li{
	background-color: #99c33a;
}

.w-200{
	max-width: 200px !important;
}

.mb-200{
	margin-bottom: 50px;
}

.title-principal{
	    font-size: 4rem;
    line-height: 60px;
    margin-bottom: 50px;
    font-weight: 700;
}

.color-corp{
	color: #2c7431 !important;
	font-weight: 400;
}

.titulo-sec{
	color: black;
	font-size: 2rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
}

.text-contacto p {
    margin: 2px;
}

section{
	padding: 50px;
}


.rowdiv{
    margin: 0 !important;
}

#alm{
    min-width: 207px;
}

.colal{
    overflow: hidden;
}

@media screen and (max-width: 600px) {
.title-principal {
    font-size: 2.2rem;
    line-height: 38px;
}
.carousel-indicators {
    top: unset;
    bottom: -50px;
}
}