@charset "utf-8";

:root {
    --heading-font-family: "PT Sans", sans-serif;
    --font-family: "PT Sans", sans-serif;
    --font-size: 16px;
    --font-weight: 400;
    --font-style: normal;
	--line-height: 1.6;
	--color-primary: #A3C322;
	--color-secondary:#363531;
	--text-footer:#4E4E47;
	--rounded: 25px;
	--soft-bg-blue: aliceblue;
	--soft-bg-grey: #F7F9FA;
	--bg-tables:#E4EEFB;
	--bg-footer:#b9b89f;
	--box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	--bg-hero-page:#f0f5f7;
}
/*TRANSICIONES*/
/* Transición customizada para el offcanvas */
.offcanvas-end {
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.offcanvas.show {
  opacity: 1;
}

.offcanvas {
  opacity: 0;
}

/*general*/
body{font-family: var(--font-family)!important; font-size: .8em!important } 
label{font-weight: 600} 
a { color: var(--color-primary)!important;}
.text-bold{font-weight: 700;}
.text-right{text-align: right}
footer{ background-color: var(--bg-footer); padding: 3.1rem 0;}
footer li{list-style: none!important; padding-bottom: .2rem}
footer *{ color: var(--text-footer)!important; font-weight: 600; text-decoration: none!important}
.section{ padding: 2rem 0}
.hero-section{ background-color: var(--bg-hero-page)}
.bg-soft2{background-color: var(--soft-bg-grey)}
/*HEADINGS*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-weight: 600!important}
/*buttons*/
.btn{ font-family: var(--font-family)!important; font-weight: 600!important}
.btn-primary{ background-color: var(--color-primary)!important; border: none!important; color: #000!important; border-radius: var(--rounded)!important;}
.btn-secondary{border-radius: var(--rounded)!important;}
.btn-outline-primary{ border: 1px solid var(--color-primary)!important; border-radius: var(--rounded)!important;}
.btn-outline-primary:hover{background-color: #fff!important}
.btn.active, .btn.show, .btn:first-child:active{background-color: #fff!important}
.navbar-toggler{ border: none!important; color: #fff!important}
.navbar-toggler-icon{ background-image: url("../img/hamburguer-lines.svg")!important;}

/*MAIN MENU*/
.navbar{ }
.main-nav{ background-color: var(--color-secondary)!important; padding: .85rem 0!important}
.main-nav li{ padding-left: .5rem; padding-right: .5rem}
.main-nav a{ color: #fff!important; font-weight: 600; font-size: 1.1em!important}
.main-nav a:hover{color: #10100F!important}
.navbar-brand{padding: 1.1rem 0!important; display: block}
.top-head{ justify-content: flex-end}
.top-head .dropdown-menu li{ padding-left: .8rem;  padding-right: .8rem; display: block}
.top-head .dropdown-item{border: 1px solid var(--color-primary)!important; color: var(--color-secondary)!important; font-weight: 600; border-radius: var(--rounded)!important; text-transform: uppercase; text-align: center; margin-bottom: .5em; font-size: .8em}
.top-head .btn-outline-primary{ margin-left: 3.75rem!important; min-width: 130px}
.top-head .dropdown-menu.show{ padding: 1rem!important; border: none!important; box-shadow: var(--box-shadow)}
.bg-soft{background-color: var(--soft-bg-blue);}
.custom-card{border: none!important; box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;}
.shadowed-box{box-shadow: var(--box-shadow)}
.wrap-form{margin-top:6vh; padding: 2rem 3rem; max-width: 500px;margin-bottom:6vh;}
.wrap-form-registro {
	margin-top: 8vh;
	padding: 2rem 0;
	margin: 0 auto;
}
.wrap-icon {
	text-align: center;
}

.righ-col{ display: flex; flex-direction: column; align-content:center;}
.d-flex-col {
	flex-direction: column
}

.steps {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	grid-gap: 1rem
}

.numberStep {
	border: 1px solid #9ec5fe;
	border-radius: 1rem;
	text-align: center;
	background-color: #fff;
	position: relative;
	height: 2rem;
	width: 3rem;
	padding-top: .5rem
}

.wrap-step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-left: 1rem;
	margin-right: 1rem;
	font-weight: 700
}

.steps {
	margin: 1.5rem 0
}

	.steps::before {
		content: "";
		width: 100%;
		background-color: #000;
		margin-top: 1.25rem;
		position: absolute;
		z-index: 0;
		height: 1px
	}

.muted * {
	color: #ccc;
}

.muted .numberStep {
	border: none;
	font-weight: 400
}


/*TABLES*/
.custom-table{ border: 1px solid #9ABAFA!important;  }
.custom-table thead{font-size: 1.2rem}
.custom-table thead th{ background-color: var(--bg-tables)!important}
.custom-table2 .btn{font-size: 1rem!important}
.custom-table2 .material-symbols-sharp{color: var(--color-primary)!important}
.custom-table2 th{ color: var(--color-primary)!important}
.custom-table2 th p{color: #000}

/*PLANS*/
.wrap-category-plan {
	padding: 2rem 0; /*border-bottom: 1px solid #000;*/
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0px
}

	.wrap-category-plan .card:hover {
		background-color: #f0f5f7;
		border-radius: 12px;
		border: 1px solid #dee7eb
	}

	.wrap-category-plan .card {
		border: none;
		box-shadow: var(--box-shadow);
		margin-bottom: 1.5rem
	}

	.wrap-category-plan h3 {
		display: none
	}

.big-number{ font-size: 3rem; color: var(--color-primary); font-weight: 700; line-height:2.8rem}
.number-report{ border-bottom: 1px solid #ccc; padding-bottom: 1rem}
.vigencia{padding: 1rem 0}
.vigencia .available{font-weight: 700}
.price-tag{ font-size: 1.4rem; font-weight: 700; margin-bottom: 1rem}
.wrap-box{ }
.icon-wrap{ border: 3px solid #ccc; padding: 1rem; display: block; border-radius: 1rem; color: var(--color-primary)}
.benefits {flex-direction: row; column-gap: 1rem; justify-content: center}
.benefits .card{ border: none; background-color: transparent; width: 30%}
.benefits .card-body{ display: flex; align-items: center}
.benefits .card-body .desc-wrap{ margin-left: 1rem}
.desc-plan, .desc-wrap{ font-size: 1rem}
.desc-wrap{ font-weight: 600;}


/*RESPONSIVE*/
@media (max-width: 767.98px) { 
	.top-head{ justify-content: space-around!important; text-align: center}
	.navbar-brand{ text-align: center}
	.main-nav{ text-align: center; margin-top: 1rem;}
	.navbar-toggler{ margin: 0 auto;}
	.top-head .btn-outline-primary{margin-left: 0!important}
	.offcanvas-body .nav-link{ font-size: 1rem; font-weight: 600; color: #000!important}
	footer .text-right{text-align: left!important; border-top: 1px solid #000; padding-top: 1rem }
	footer ul{margin-top: .2rem; border-top: 1px solid #000; padding-top: 1rem }
	.benefits .card{ width: 100%;}
	.wrap-form-registro {
		max-width: 100%
	}
}

.required::after {
	content: '*';
	color: #F00;
	font-size: 18px;
}


.active::after {
	content: '';
	color: white;
	font-size: 18px;
}

.BajarBoton {
	padding-top: 2rem;
	display: block;
}
