/* Type */
p {
	font-size: 1.4em;
	color: #424242;
    letter-spacing: .01em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans';
   letter-spacing: .01em;
}
html section.section-secondary p {
    color: #fff;
}
.title1 {
	font-size: 1.8em;
	color: #006633;
    letter-spacing: .01em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
	text-transform: uppercase;
}
.title2 {
	font-size: 1.9em;
	color: #424242;
    letter-spacing: .01em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
	text-transform: uppercase;
}
.lead {
	font-size: 0.7em;
	color: #424242;
    letter-spacing: .01em;
    line-height: 0.4em;
}
#header .header-nav-main nav > ul > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #006633;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 0px solid #f7f7f7;
    border-bottom-color: rgb(247, 247, 247);
    color: #777;
    font-size: 0.7em;
    font-weight: 400;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    letter-spacing: 0.5px;
	text-transform: uppercase;
}
#header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
    width: 0px;
    font-size: 0.6rem;
}

#footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.6em;
    font-family: 'Open Sans';
}

/* Space */
.pb-5, .py-5 {
    padding-bottom: 2rem !important;
}

html .bg-color-variocolor, html .bg-color-variocolor {
 background: rgb(139,153,157);
background: linear-gradient(90deg, rgba(139,153,157,1) 0%, rgba(174,193,198,1) 66%, rgba(131,141,144,1) 100%);
}


/* Botones */
html .btn-primary {
    background-color: #6db73a;
	color: #fff;
    border-color: #6db73a  #6db73a #6db73a;
	 text-transform: uppercase;
}
html .btn-primary:hover, html .btn-primary.hover {
    background-color: #006633;
	color: #fff;
    border-color: #006633 #006633 #006633;
	 text-transform: uppercase;
}
html .btn-primary:active, html .btn-primary.active {
    background-color: #6db73a !important;
    background-image: none !important;
    border-color: #6db73a #6db73a #6db73a !important;
}

html .btn-outline{
	font-size: 1em;
    color: #006633;
    background-color: transparent;
    background-image: none;
    border-color: #006633;
	 text-transform: uppercase;
    font-weight: 400;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    text-transform: uppercase;
}
.btn.btn-xl {
    padding: 3px 5px;
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
}
.custom-wrap-icons .custom-box-icon {
position: relative;
float: left;
text-align: center;
margin-left: 45px;
}

hr {
    margin: 0px 0;
}

/*Carousel */
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
    background: #fff;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div * {
    color: #424242 !important;
}
.owl-carousel .owl-item img {
    display: block;
	width: auto;}

.owl-carousel .owl-nav button[class*="owl-"]:hover, .owl-carousel .owl-nav button[class*="owl-"].hover {
    background-color:  #6db73a;
    border-color:  #6db73a  #6db73a #006633;
}
.owl-carousel .owl-nav button[class*="owl-"]:active, .owl-carousel .owl-nav button[class*="owl-"].active {
    background-color: #006633;
    background-image: none;
    border-color: #006633 #006633 #006633;
}

section.section {
    padding: 0px 0;
}
html .testimonial-primary blockquote {
    background: #6db73a;
}
html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #6db73a;
}

#footer {
    margin: 0;
    border: none;
    padding: 5px 0 10px;
}
#footer {
    background: #f9f9f9;
    border: none;
}
#footer .footer-ribbon::before {
    border-right-color: #006633;
    border-left-color: #006633;
}

#footer a:not(.btn):focus, #footer a:not(.btn):active {
    color: #006633;
}
#footer a:not(.btn):hover {
    color: #000;
}
#footer a:not(.btn) {
    color: #777;
    font-size: 0.7em;
}
body a

.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
    padding: 15px 30px;
    background: #fff;
    font-size: 16px;
}
section.section-custom-map section.section {
    border-top: 0;
    background: rgba(253, 253, 253, 0.5);
}
/*Compartir en redes */
.red-whatsapp {
    background-color: #0bb868;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 40px;
    padding-top: 12px;
    cursor: pointer;
	text-decoration: none;
}
.btn-facebook {
    background-color: #4472ad;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 40px;
    padding-top: 12px;
    cursor: pointer;
	text-decoration: none;
}
.btn-linkeding{
    background-color: #0274b3;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 40px;
    padding-top: 12px;
    cursor: pointer;
	text-decoration: none;
}
.btn-whatsapp {
    display: block;
    width: 130px;
    height: 60px;
    color: #fff;
    position: fixed;
    right: 0px;
    bottom: 250px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}
.owl-carousel.carousel-center-active-item-2 .owl-item > div {
    width: 88%;
    padding: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    padding: 3rem;
    background: #fff;
}

/*
*Iconos home animados
*/
@-webkit-keyframes icons {
	0% {
		opacity: 0;
		stroke-dasharray: 1000;
		stroke: #006633;
		fill: rgba(244, 100, 90, 0);
	}
	90% {
		opacity: 1;
		stroke: #006633;
		fill: rgba(244, 100, 90, 0);
	}
	100% {
		opacity: 1;
		stroke-dasharray: 490;
		stroke: rgba(244, 100, 90, 0);
		fill: #006633;
	}
}
@keyframes icons {
	0% {
		opacity: 0;
		stroke-dasharray: 1000;
		stroke: #006633;
		fill: rgba(244, 100, 90, 0);
	}
	90% {
		opacity: 1;
		stroke: #006633;
		fill: rgba(244, 100, 90, 0);
	}
	100% {
		opacity: 1;
		stroke-dasharray: 490;
		stroke: rgba(244, 100, 90, 0);
		fill: #006633;
	}
}
svg circle.icons-circle {
	fill: none;
	stroke: #006633;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}
.testimonial blockquote {
    background: #063;
}
.testimonial.testimonial-style-2 .testimonial-author img {
margin: 0 auto 15px;
max-width: 120px;
max-height: auto;
}

.accordion .accordion-button{
background: transparent;
border-color: transparent;
}

.accordion .accordion-button:not(.collapsed)::after{
    filter:brightness(0%) invert(70%);
}

.accordion-button:not(.collapsed){
    color: #424242;
}

.accordion-button:focus{
    box-shadow:  inherit;
}
