
.plan-box {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}

.plan-box:hover,
.plan-box.active {
	background: rgba(255, 255, 255, 0.25);
}

.switch-tabs {
	width: 100%;
	display: inline-flex;
	border: 3px solid #D9D9D9;
	border-radius: 50px;
	overflow: hidden;
	background-color: #D9D9D9;
}

.switch-tabs .btn {
	border: none;
	border-radius: 0;
	padding: 0.375rem 1.25rem;
	font-weight: 500;
	background-color: #D9D9D9;
	color: #1D1D1D;
	transition: all 0.3s ease;
	width: 50% !important;
}

.switch-tabs .btn.active {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0 2px #d1d1d1 inset;
}

.switch-tabs .btn i {
	margin-right: 0.5rem;
}

/* Contenido de tabs */
.tab-content>div {
	display: none;
	margin-top: 1rem;
}

.tab-content>div.active {
	display: block;
}



/*Modal*/

.switch-tabs .btn {
	border-radius: 25px !important;
}

.tab-content {
	min-height: 700px;
}

.linea-discontinua {
	width: 100%;
	border-top: 1px dashed #D4D4D44D;
	margin: 20px 0;
}

.linea-discontinua-black {
	width: 100%;
	border-top: 1px dashed #B8A4BA;
	margin: 20px 0;
}

.info-container {
	/* Para que los items queden en línea */
	white-space: nowrap;
}

.info-item {
	display: inline-block;
	width: 100px;
	/* ajusta al contenido */
	margin-right: 20px;
	text-align: left;
	/* opcional */
}

.label {
	display: block;
	font-size: 16px;
	color: #D9D9D6;
	font-weight: 400;

}

.value {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 4px;
}

.text-modal {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #3D3D3D;
}

.text-modal-card {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #717182;
	margin: 5px;
}

.label, .value {
	font-family: 'Poppins', sans-serif;
}

.logos-modal {
	width: 20px;
	height: 20px;
	margin: auto;
}


.background-verde {
	background: #F0FDF4;
}

.background-azul {
	background: #EFF6FF;
}

.background-morado {
	background: #FAF5FF;
}

.background-amarillo {
	background: #FFF7ED;
}

.chepina {
	width: 100%;
}


/*modal de descarga*/

#downloadFormModal .fw-bold {
	color: white !important;
	font-size: 25px;
	text-align: left;
}

#downloadFormModal p {
	text-align: left;
}

#downloadFormModal .sub-title {
	font-size: 20px !important;
	color: white !important;
	text-align: left;
}

#downloadFormModal .form-control::placeholder {
	color: rgb(148, 148, 148) !important;
	opacity: 1;
}

#downloadFormModal .form-control {
	background-color: white;
    border: 0px;
    border-radius: 3px !important;
}