/*==========================================================================================
								Primery Theme Colors
==========================================================================================*/
/*=============================================
			Theme Text Color
=============================================*/
:root{
    --Principal: #509343;
    --Secundario: #21428d;
    --Terciario: #eaa820;
	--Cuarto: #e14426;
	--Quinto: #0b4b31;
	--Sexto: #59abdf;
}
a,
p a,
p a:hover,
a:hover,
a:focus,
a:active,
.at-stars span:after,
.at-titleandbtn h2 span,
.at-happycustomers h3,
.at-liststyle li:before,
.at-history li h3,
.at-ptablebody h3 sup,
.at-contacticon,
.at-contacticon i,
.at-serviceicon,
.at-addressslider h2,
.sub-menu li:hover > a,
.sub-menu li a:hover,
.sub-menu li a:focus,
.at-aboutsectionvthree .at-aboutus .at-sectiontitleborder h2 span,
.at-homeslidervfour .at-titleborder h2 em,
.at-homeslidervfive .at-titleborder h2 em{ color: var(--Principal); }

.sub-menu li.current-menu-item > a{
	color: var(--Secundario);
}
.at-homeslidervthree .at-titleborder h2 em{
	color: var(--Secundario);
}
.at-testimonial h3{
	color: var(--Terciario);
}
/*=============================================
			Theme Background Color
=============================================*/
.navbar-toggle,
.at-dropdowarrow{
	background: var(--Secundario);
}
.at-pogolidercontent,
.at-whychooseusarea,
.at-widgettext,
.at-sidebar .at-widgetlinking ul li a:before,
.at-skillbar,
.at-comingsooncontent .at-socialicons li a:hover,
.at-faqcategory h2 span:first-child,
.at-ptable:nth-child(2) .at-ptablehead,
.at-contactusvone .at-btn,
.at-contactusvthree .at-formcontacus,
.at-whitesocialicons li a:hover,
.at-servicesvone .at-service:hover figcaption,
.at-parallexservices,
.at-widgetcategories .at-widgetcontent ul li a:before,
.at-pagination ul li a:hover,
.at-pagination ul li.at-active a,
.at-sliderdots .owl-dot.active span,
.at-formnewsletter fieldset .at-btn,
.at-ourservicesarea,
.at-aboutsectionvtwo .at-aboutus .at-sectionimg:before,
.at-fcolumn .at-socialicons li a:hover,
.at-aboutsectionvthree .at-aboutus .at-sectionimg:before,
.at-postsvtwo .at-postslider .at-post:hover .at-postcontent,
.at-contactusvtwo .at-btn,
.at-aboutplusconter .at-aboutus .at-imgholder:before,
.loader,
.lds-roller { background: var(--Principal); }
.at-homefour .at-main{
	background: var(--Secundario);
}
.at-homefour.leasing .at-main{
	background: var(--Principal);
}
.at-homefour.creditos .at-main{
	background: var(--Secundario);
}
.at-homefour.descuentos .at-main{
	background: var(--Terciario);
}
.at-liststyletick.nosotros li:before {
	background-color: var(--Principal);
}
.at-liststyletick li:before {
	background-color: var(--Secundario);
}
.at-liststyletick2 li:before {
	background-color: var(--Sexto);
}
.at-liststyletick.tres li:before {
	background-color: var(--Terciario);
}
.navbar-toggle.dos{
	background-color: var(--Secundario);
}
.menu-item-has-children.dos .at-dropdowarrow{
	background-color: var(--Secundario);
}
.at-postsvtwo .at-post:hover .at-postcontent {background: rgba(44, 103, 244, 0.80);}
/*=============================================
			Theme Border Color
=============================================*/
input:focus,
.select select:focus,
.form-control:focus,
.at-addressholder:hover,
.at-pagination ul li a:hover,
.at-pagination ul li.at-active a,
.at-postcontent .at-description blockquote,
.at-formnewsletter fieldset .at-btn { border-color: var(--Principal); }
/*=============================================
			Theme Other Colors
=============================================*/
.at-homeslidervsix .at-pogolidercontent:before{background: rgba(98, 157, 54, 0.70);}
.at-homeslidervsix .at-pogolidercontent:after{background: rgba(0, 180, 210, 0.70);}
