@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

:root {
	--primary: #ed1c24;
	--warning: #ffc700;
	--black: #000000;
	--white: #ffffff;
}

body {
	background-color: #b0031e;
	background-image: url('../../images/background-at_sjefdb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	font-family: 'Rubik', system, -apple-system, system-ui, 'system-ui',
		'Helvetica Neue', Helvetica, Arial, 'Lucida Grande',
		'Kohinoor Devanagari', sans-serif;
}

label {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.063rem;
}

.navbar {
	border-bottom: var(--primary) 3px solid;
}

.color-title-nav {
	color: var(--primary) !important;
	font-weight: 600;
	font-size: 1.375rem;
}

.title__punto-venta {
	color: #ff000a;
	text-align: center;
	font-family: Rubik;
	font-size: 54px;
	/* font-size: 4vw; */
	font-style: normal;
	font-weight: 700;
	line-height: 118%;
	letter-spacing: -0.54px;
}

/* start new section */

.first__slice {
	padding: 10px;
	background: linear-gradient(to bottom, #ffffff, #eeeeee) !important;
}

.background__landing {
	background-image: url('../../images/landing/implementation/background_desktop_4sp9ds3c2.png');
	background-size: contain;
	background-position: 50% 40%;
	background-repeat: no-repeat;
	/* width: 100%; */
}

.text-color-black {
	color: var(--black);
}

.box__styled-inplement > img {
	height: 50px;
	margin-top: 40px;
}

.display_images-descktop {
	pointer-events: none;
}

.img__content-mobile {
	display: none;
}

.box__styled-inplement {
	border: 1px #e6e6e6 solid !important;
	border-radius: 10px;
}

.content__nocobramos > div {
	gap: 1.6rem !important;
}

.box__content {
	width: 232px;
	height: 162px;
	background-color: var(--white);
	border-radius: 6px;
	border: 1px solid #e6e6e6;
}

.box__content > img {
	margin: 26px 0px 4px 0px;
}

.box__content > p {
	padding: 8px 10px;
	font-size: 18px;
}

#second__slice,
#third__slice,
#fourth__slice {
	display: none;
}

.second__slice {
	background-image: url('../../images/background-at_sjefdb.jpg');
	background-size: cover;
	height: 100%;
	width: 100%;
	padding: 10px;
}

.content__information {
	margin-top: 0 !important;
	width: 430px;
}

.icon__content-info > img {
	width: 100px;
	height: 100px;
	padding: 15px;
}

.text__content-info > p {
	color: var(--black);
	font-size: 24px;
	font-weight: 400;
}

.text__tip-info > p {
	color: var(--black);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 136.5%;
	letter-spacing: -0.24px;
}

.box__styled-store {
	border: 4px var(--white) solid !important;
	border-radius: 8px !important;
}

.box__styled-store > img {
	border-radius: 6px 6px 0px 0px !important;
}

.title__slice-tienda {
	color: var(--white);
	text-align: center;
	font-size: 54px;
	font-weight: 700;
	line-height: 118%;
	letter-spacing: -0.54px;
}

.text__content {
	color: var(--black);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 141.5%;
	letter-spacing: -0.24px;
}

.text-yellow {
	color: var(--warning);
}

.box__styled {
	background-color: var(--white);
	border: 4px var(--white) solid;
	border-radius: 8px;
}

.box__styled > img {
	background: cover;
}

.box__styled > span {
	align-items: center;
	margin: 20px;
	padding: 10px;
}

.btn-style-light {
	display: inline;
	background-color: var(--white);
	border: 1px solid rgba(107, 107, 107, 0.42) !important;
	color: #898989;
	border: none;
	border-radius: 100px;
	padding: 15px 40px 15px 40px;
}

.btn-style-light:hover {
	background-color: #f4f4f4;
	color: #acacac;
}

.btn-style-light:active {
	background-color: #8d8d8d;
	color: #7f7f7f;
}

.btn-style-light:focus {
	background-color: #eaeaea;
	color: #585858;
}

.btn-style-light:active:focus {
	background-color: #8d8d8d;
	color: #3b3b3b;
}

.btn-style-light:active:hover {
	background-color: #8d8d8d;
	color: #3b3b3b;
}
/* Boton estilo desabilitado */
.btn-style-light:disabled {
	background-color: #eaeaea;
	color: #585858;
}

.btn-style-light:disabled:hover {
	background-color: #eaeaea;
	color: #585858;
}

.btn-style-light:disabled:active {
	background-color: #eaeaea;
	color: #585858;
}

.btn-style-warning {
	display: inline;
	background-color: var(--warning);
	padding: 15px 40px 15px 40px;
	color: var(--black);
	border: none;
	border-radius: 100px;
	font-weight: 700;
}

.btn-style-warning:hover {
	background-color: #edba00;
}

.btn-style-warning:active {
	background-color: #daab01;
}

.three-slice {
	background-color: var(--white);
}

.title__styled-requisitos {
	color: #ff0003;
	text-align: center;
	font-family: Rubik;
	font-size: 48px;
	width: 100%;
	font-weight: 700;
}

.content__boxs {
	display: block;
	justify-content: center;
	gap: 10px;
}

.content__boxs > div {
	background-color: var(--white);
}

.content__boxs > div > img {
	width: 125px;
	height: 125px;
}

.box {
	margin: 10px;
	border: 2px solid #e3e3e3;
	border-radius: 8px;
}

.box > img:nth-child(5) {
	height: 40px;
	background-color: #b68f00;
}

.class__img > img {
	width: 120px;
	height: 120px;
	padding: 1rem;
}

.text__style__content {
	margin: 10px;
	margin-right: 110px;
}

.text__style__content > h5 {
	font-size: 24px;
	font-weight: 700;
	padding: 8px;
}

.text__style__content > p {
	padding-right: 10px;
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
	text-align: justify;
}

.text__style__content {
	margin-left: 0;
	padding-left: 0;
}

.text__style__content > ul {
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 400;
	margin: 2px;
	margin-left: 0;
	text-align: justify;
}

.content__nocobramos {
	width: 100%;
}

.content__nocobramos > div {
	gap: 0.6rem;
}

.four__slice {
	background-image: url('../../images/background-at_sjefdb.jpg');
	background-size: cover;
	background-size: cover;
	height: 100%;
}

.text__ganacias-styled > h1 {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 54px;
	font-weight: 700;
	color: var(--white);
}

.text__ganacias-styled > h1 > span {
	color: var(--warning);
}

.text__description > p {
	font-weight: 1rem;
	color: var(--white);
}

.details__content > div {
	display: flex;
	justify-items: center;
	align-items: center;
	text-align: center;
	gap: 4px;
	width: 100%;
}

.details__content > div > img {
	min-height: 50px;
	max-height: 166px;
}

.display_images-mobile {
	display: none;
}

.text__rounded-1 > span {
	color: var(--white);
}

.text__rounded-1 > svg {
	fill: #000;
	height: 166px;
}

.text__rounded-2 > svg {
	fill: var(--white);
	height: 166px;
}

.content__text h3 {
	color: var(--warning);
	font-weight: 600;
	line-height: 164%;
	font-size: 1.5rem;
}

.content__box > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.card__profits {
	height: auto;
	width: 200px;
	background-color: var(--white);
	border-radius: 6px;
}

.card__profits > img {
	height: 55px;
}

.card__profits > p {
	font-size: 0.8rem;
	margin: 10px;
}

.button__style-1 {
	display: inline;
	background-color: var(--warning);
	padding: 15px 40px 15px 40px;
	color: var(--black);
	border: none;
	border-radius: 100px;
	font-weight: 700;
	text-decoration: underline;
}

.button__style-1:hover {
	background-color: #deae00;
	color: var(--black);
}

.button__style-1:active {
	background-color: #b68f00;
	color: var(--black);
}

.button__style-2 {
	display: inline;
	background-color: #eaeaea;
	color: #898989;
	border: none;
	border-radius: 100px;
	padding: 15px 40px 15px 40px;
}

.button__style-2:hover {
	background-color: #d2d2d2;
	color: #585858;
}

.button__style-2:active {
	background-color: #a8a8a8;
	color: #585858;
}

@media screen and (max-width: 274px) {
	.content__card-iconinfo > div > div {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.title_content {
		width: 187px;
	}
}

@media only screen and (max-width: 768px) {
	.text__container {
		padding-top: 15px;
	}

	.title__punto-venta {
		color: #ed2224;
		text-align: center;
		text-rendering: optimizeLegibility;
		font-family: Rubik;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 118%;
		letter-spacing: -0.24px;
		padding: 20px 15px;
	}

	.content__card-iconinfo > div > div > div {
		gap: 1px;
	}

	.box__styled-inplement > div > p {
		font-size: 12px;
	}

	.btn-style-light {
		padding: 8px 26px;
		font-size: 16px;
	}

	.btn-style-warning {
		padding: 8px 26px;
		font-size: 16px;
	}

	.background__landing {
		background-image: none;
		width: 100%;
	}

	.img__content-mobile {
		display: flex;
		justify-content: center;
	}

	.content__information {
		margin-top: 2rem;
		width: 100%;
	}

	.icon__mount-info > img {
		height: 70px;
	}

	.text__content-info > p {
		font-size: 19px;
	}

	.text__tip-info > p {
		text-align: center;
		font-size: 20px;
		font-weight: 700;
	}

	.icon__mount-info {
		text-align: center;
	}

	.icon__mount-info > img {
		height: 50px;
	}

	.box__content {
		width: 145px;
		height: 160px;
	}

	.box__content > p {
		padding: 18px 14px;
		font-size: 12px;
	}

	.icon__content-info > img {
		width: 76px !important;
		height: 77px !important;
		padding: 2px;
	}

	.title__styled-requisitos {
		width: 100%;
		color: #ed2224;
		font-size: 24px;
	}

	.content__boxs > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-self: center;
		justify-content: center;
	}

	.content__boxs > div > img {
		text-align: center;
	}

	.second__slice {
		height: 100%;
	}

	.title__slice-tienda {
		padding: 0px 20px;
		font-size: 24px;
		font-weight: 700;
		line-height: 118%;
		letter-spacing: -0.24px;
	}

	.four__slice {
		height: 100%;
	}

	.four__slice > div > h1 {
		font-size: 1.5rem;
	}

	.text__description > p {
		font-weight: 0.8rem;
	}

	.content__text h3 {
		font-size: 1.2rem;
	}

	.text__rounded-1 > svg {
		height: 81px;
	}

	.text__rounded-2 > svg {
		height: 81px;
	}

	.card__profits {
		height: auto;
		width: 80%;
	}

	.text__ganacias-styled > h1 {
		font-size: 24px;
		font-weight: 700;
		color: var(--white);
	}

	.button__style-1 {
		display: inline;
		width: 80%;
	}

	.button__style-2 {
		display: inline;
		width: 80%;
	}

	.text__style__content > p {
		font-size: 12px;
		line-height: 160.5%;
		letter-spacing: -0.12px;
	}

	.text__style__content {
		margin-right: 0px;
	}

	.text__style__content > ul {
		font-size: 0.9rem;
		line-height: 160.5%;
		letter-spacing: -0.12px;
	}

	.display_images-descktop {
		display: none;
	}

	.display_images-mobile {
		display: block;
	}

	.content__box > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 36px;
	}

	.button__style-2 {
		margin-top: 20px;
	}
}

/* end new section */

.embed-responsive-1by1 {
	border-radius: 8px;
	width: 75%;
	align-items: center;
	margin: 0 auto;
}

.input-background {
	box-sizing: border-box;
	background: #fafafa;
	border: 0.5px solid #c7c7c7;
	border-radius: 5px;
	font-style: italic;
	font-size: 0.875rem;
}

.form-control:focus {
	border-color: var(--primary);
	border: 1.5px solid var(--primary);
	box-shadow: none;
	font-size: 0.875rem;
	background-color: #fafafa;
}

.select2-selection__placeholder {
	font-style: italic;
	color: #c7c7c7;
	font-size: 0.875rem;
}

.select2-container--default .select2-selection--single {
	align-items: center;
	background-color: #fafafa;
	border: 0.5px solid #c7c7c7;
	border-radius: 5px;
	font-size: 0.875rem;
}

.btn-light {
	color: var(--white);
	background-color: var(--primary);
	border-color: var(--primary);
	font-size: 1rem;
	line-height: 1.063rem;
	font-weight: 600;
}

.btn-light:hover {
	color: var(--white);
	background-color: #d93237;
	border-color: #d93237;
}

.btn-link {
	color: var(--black);
	font-size: 1rem;
	font-weight: 600;
	text-decoration-line: underline;
}

.btn-link:hover {
	color: #4e4c4c;
	text-decoration: none;
}

.h_titulo_pregunta {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 144.25%;
}

.radio-custom-label {
	font-weight: normal;
	margin: 1rem;
	margin-left: 0;
	cursor: pointer;
}

@media screen and (min-width: 960px) {
	.checkbox-mobile {
		display: flex;
	}

	.checkbox-mobile input {
		visibility: hidden;
		position: absolute;
	}

	.checkbox-mobile:has(> input[type='radio']:checked)::before {
		content: url('../../images/icons/check_gjfaet.svg');
		padding-right: 0.5rem;
		cursor: pointer;
	}

	.checkbox-mobile::before {
		content: url('../../images/icons/uncheck_jskntj.svg');
		padding-right: 0.5rem;
		cursor: pointer;
	}

	.checkbox-mobile-yes-or-not {
		display: flex;
	}

	.checkbox-mobile-yes-or-not input {
		visibility: hidden;
		position: absolute;
	}

	.checkbox-mobile-yes-or-not:has(> input[type='radio']:checked)::before {
		content: url('../../images/icons/check_gjfaet.svg');
		padding-right: 0.5rem;
		cursor: pointer;
		max-height: 17px;
	}

	.checkbox-mobile-yes-or-not::before {
		content: url('../../images/icons/uncheck_jskntj.svg');
		padding-right: 0.5rem;
		cursor: pointer;
		max-height: 17px;
	}

	.div_local_location {
		overflow: hidden;
	}

	button.btn {
		width: 40% !important;
		padding: 20px 10px !important;
	}
}

@media screen and (max-width: 960px) {
	.bck-mobile {
		background: white;
	}

	.radio-custom-label {
		margin: 0.5rem 0;
		margin-right: 0.75rem;
	}

	.checkbox-mobile {
		background: #f0f0f0;
		border: 1px solid #f0f0f0;
		border-radius: 4px;
		padding: 0.8rem 1.4rem;
	}

	.checkbox-mobile input {
		visibility: hidden;
		position: absolute;
	}

	.checkbox-mobile > input[type='radio']:checked + *::after {
		content: url('../../images/icons/selected-option_rlvlgg.svg');
		padding-left: 0.5rem;
	}

	.checkbox-mobile:has(> input[type='radio']:checked) {
		background: #ffdfdf;
		border: 1px solid #f69a9a;
	}

	.checkbox-mobile-yes-or-not {
		display: flex;
	}

	.checkbox-mobile-yes-or-not input {
		visibility: hidden;
		position: absolute;
	}

	.checkbox-mobile-yes-or-not > input[type='radio']::before {
		content: 'aa';
		padding-left: 0.5rem;
	}

	.checkbox-mobile-yes-or-not:has(> input[type='radio']:checked)::before {
		content: url('../../images/icons/check_gjfaet.svg');
		padding-right: 0.5rem;
		cursor: pointer;
	}

	.checkbox-mobile-yes-or-not::before {
		content: url('../../images/icons/uncheck_jskntj.svg');
		padding-right: 0.5rem;
		cursor: pointer;
	}

	.container-flip-card {
		padding: 0;
	}

	.flip-card {
		width: 100% !important;
	}

	button.btn {
		width: 90% !important;
		padding: 20px 10px !important;
	}
}

.h-card-mobile {
	height: 830px;
	overflow: hidden;
}

@media screen and (max-width: 765px) {
	.h-card-mobile {
		height: 990px;
		overflow: hidden;
	}

	.color-title-nav {
		color: var(--primary) !important;
		font-weight: 600;
		font-size: 1.25rem;
	}
}

.custom-anchor {
	line-height: revert;
	font-size: 0.85rem;
	font-weight: 400;
	color: #000;
	text-decoration: underline;
}

.custom-anchor:hover {
	cursor: pointer;
	color: #3e3e3e;
}

.header_slider {
	font-size: 2.25rem;
	line-height: normal;
}

.title_paragraph {
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.5rem;
}

.card_footer {
	font-size: 0.9rem;
	margin: 1rem;
}

.agent_card {
	margin: 10px 0 35px;
}

.swiper-pagination-bullet-active {
	background-color: white !important;
}

.swiper-pagination .swiper-pagination-bullet {
	background-color: white !important;
}

.src_link {
	font-size: 0.85rem;
}

.swiper-button-prev,
.swiper-button-next {
	transform: rotate(90deg);
	color: #fff;
}

.swiper-button-prev {
	height: 200%;
	top: -91%;
	width: 15%;
	left: 42%;
}

.swiper-button-next {
	height: 200%;
	top: 0%;
	width: 15%;
	left: 42%;
}

.close {
	opacity: 1;
}

.close:hover {
	opacity: 1 !important;
}

.modal-header {
	background-color: #f4f4f4;
}

.modal-close-text {
	font-size: 0.9rem;
	padding-right: 1rem;
}

.modal-close-text:hover {
	text-decoration: underline;
}

.modal-close-icon {
	background-color: var(--primary);
	color: #fff;
	padding: 0 0.7rem;
	font-size: 3rem;
}

.modal-close-icon:hover {
	opacity: 0.5 !important;
}

.modal-message:first-letter {
	text-transform: uppercase;
}

.container-card-top {
	position: relative;
}

.container-card-top::after {
	content: '';
	height: 115%;
	width: 100%;
	background-image: url('../../images/happy_ttzeby.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}

.nav-tabs .nav-link {
	color: #000;
	font-weight: 700;
	font-size: 0.85rem;
	background-color: #f5f5f5;
	border: none;
	border-radius: 6px 6px 0 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #130405;
	border: none;
	transition: all 0.4s ease-in-out;
}

.container-flip-card {
	position: relative;
	height: 100%;
	perspective: 1000px;
	transform-style: preserve-3d;
}

.flip-card {
	position: absolute;
	width: calc(100% - 30px);
	backface-visibility: hidden;
	transform: rotateY(0deg);
	transform-style: preserve-3d;
	transition: 1.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.front {
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(180deg);
}

.rotate180 {
	transform: rotateY(-180deg);
}

.rotate0 {
	transform: rotateY(0deg);
}

.card {
	border-radius: 8px;
}

.card-img,
.card-img-top {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.form-control {
	height: calc(1.5em + 0.75rem + 10px);
}

.scroll-top {
	background: var(--primary);
	border: 0;
	border-radius: 50%;
	bottom: 0;
	cursor: pointer;
	height: 50px;
	margin: 15px;
	position: fixed;
	right: -70px;
	transition: right 0.2s ease-in-out;
	width: 50px;
	z-index: 99;
}

.scroll-top i {
	color: #fff;
	font-size: 1.5rem;
	line-height: 50px;
	text-align: center;
	width: 100%;
}

.scroll-top.visible {
	right: 0;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	height: auto;
	margin-top: 0;
}

.fileUpload-1,
.fileUpload-2,
.fileUpload-3,
input.uploadlogo-1,
input.uploadlogo-2,
input.uploadlogo-3 {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}

input::-webkit-file-upload-button {
	cursor: pointer !important;
	height: 42px;
	width: 100%;
}

.btn-icon {
	position: relative;
	display: inline-block;
}

.btn-icon .position-fixed {
	margin-top: 0;
	margin-right: -0.5rem;
	top: 0;
	line-height: 2rem;
	text-align: right;
	z-index: 1;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #dfdfdf;
}

::-webkit-scrollbar-thumb {
	background: #9c9ca1;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #6b6b6b;
}

#btn_to_testimonios,
#btn_to_locales,
#btn_to_sponsors {
	text-decoration: underline;
	color: var(--primary);
}

video::-webkit-media-controls-panel {
	background-color: #00000000;
}

video::-webkit-media-controls-play-button,
video::-webkit-media-controls-pause-button {
	color: #ff000000;
}

video::-webkit-media-controls-progress-bar {
	background-color: #ff000000;
}

video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-seek-back-button,
video::-webkit-media-controls-seek-forward-button {
	color: #00000000;
	background-color: #ff8a8a00;
}

video::-webkit-media-controls-fullscreen-button {
	color: #ff000000;
}
