/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

:root {
    --verde: #1A3C34;
	--dorad: #D79A2B;
	--cafe: #857550;
	--crem1: #F1E4B2;
	--crem2: #F2DAB2;
	--negro: #000000;
	--blanc: #ffffff;
}

header:not(.sticky) .menu-item a {
    color: var(--verde);
}
header:not(.sticky) nav.type_mobile .menu-item a {
    color: var(--crem1);
}
header .menu-item a {
    color: var(--dorad);
    letter-spacing: 1px;
    font-weight: 500;
}
nav.type_mobile a {
    color: var(--crem1);
}
.borde-izq:before {
    content: "";
    height: 70%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: var(--verde);
}
#cuesta h4.w-iconbox-title {
    font-weight: 400;
}
#pestanas .w-tabs-item:not(.active) > span.w-tabs-item-title {
    color: var(--verde);
}
#preguntas h2.w-tabs-section-title {
    font-weight: 400;
}
#preguntas .w-tabs-section {
    border-bottom: 1px solid var(--verde);
}
#logo-footer img {
    width: 220px;
}
.w-toplink:not(.w-btn) {
    border-radius: 3rem !important;
}
@media (min-width: 1281px) {
	#main-footer {
		grid-template-columns: 220px 35% 1fr;
	}
	#asesor .w-image-h img {
		width: 200px;
	}
}
@media (min-width: 767px) {
	header:not(.sticky) .menu-item a {
		color: var(--dorad);
	}
}