@font-face {
    font-family: 'Agency FB';
    src: url('../fonts/AgencyFB-Reg.woff2') format('woff2'),
        url('../fonts/AgencyFB-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Starkiller';
    src:url('../fonts/Starkiller.ttf.woff') format('woff'),
        url('../fonts/Starkiller.ttf.svg#Starkiller') format('svg'),
        url('../fonts/Starkiller.ttf.eot'),
        url('../fonts/Starkiller.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Norwester';
    src:url('../fonts/Norwester.ttf.woff') format('woff'),
        url('../fonts/Norwester.ttf.svg#Norwester') format('svg'),
        url('../fonts/Norwester.ttf.eot'),
        url('../fonts/Norwester.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Heading-Pro-Trial-Heavy-Italic';
    src:url('../fonts/Heading-Pro-Trial-Heavy-Italic.ttf.woff') format('woff'),
        url('../fonts/Heading-Pro-Trial-Heavy-Italic.ttf.svg#Heading-Pro-Trial-Heavy-Italic') format('svg'),
        url('../fonts/Heading-Pro-Trial-Heavy-Italic.ttf.eot'),
        url('../fonts/Heading-Pro-Trial-Heavy-Italic.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Plane Crash';
    src: url('../fonts/PlaneCrash.woff2') format('woff2'),
         url('../fonts/PlaneCrash.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'THEWELL';
    src:url('../fonts/THEWELL.ttf.woff') format('woff'),
        url('../fonts/THEWELL.ttf.svg#THEWELL') format('svg'),
        url('../fonts/THEWELL.ttf.eot'),
        url('../fonts/THEWELL.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
*/

body{
	font-family: 'Open Sans', sans-serif;
	
}





/*MENÚ DE NAVEGACIÓN*/
nav{
	background-color: #000000 !important;
	/*border-bottom: 3px solid #d4a440;*/
    /*border-image: linear-gradient(231deg, rgba(113,72,24,1) 0%, rgba(178,130,58,1) 10%, rgba(253,242,185,1) 18%, rgba(243,181,92,1) 26%, rgba(186,125,42,1) 34%, rgba(224,160,74,1) 44%, rgba(255,246,164,1) 53%, rgba(224,160,74,1) 61%, rgba(186,125,42,1) 69%, rgba(243,181,92,1) 77%, rgba(253,242,185,1) 83%, rgba(178,130,58,1) 92%, rgba(113,72,24,1) 100%) 100;*/
	
   /* border-bottom: 3px solid #000000;*/
    /*border-image: linear-gradient(39deg, rgb(175 163 0) 0%, rgb(255 237 0) 16%, rgb(193 180 6) 34%, rgb(255 237 0) 54%, rgb(177 165 0) 71%, rgb(255 237 0) 86%, rgb(196 182 0) 100%)10;*/
}
.navbar-toggler {
	background-color: #d8a932;
}		
.textomenu ul li a{
	/*font-family: 'Sriracha', cursive;*/
	font-family: 'Viga', sans-serif;
	font-weight: 500 !important;
	color:#ffffff !important;
	font-size: 20px;

}

.titulomenu {
		/*font-family: 'THEWELL';*/
		/*font-family: 'Lobster Two', cursive;*/
		color: #000000 !important; 
		font-weight:bold;
}

.bordecolor {
    border: 6px solid #000000; !important;
	box-shadow: -8px 2px 63px -23px rgba(0,0,0,0.85);
	-webkit-box-shadow: -8px 2px 63px -23px rgba(0,0,0,0.85);
	-moz-box-shadow: -8px 2px 63px -23px rgba(0,0,0,0.85);
}


.bordecolor-3 {
   border: 1px solid #5c5c5c !important;
   border-radius: 5px;
}

.bordecolor-4 {
    border: 4px solid #a4a2a27a !important;
	border-radius: 15px;
}

w-90 {
	    width: 90% !important;
}
w-10 {
	    width: 10% !important;
}
w-30 {
	    width: 30% !important;
}
w-50 {
	    width: 50% !important;
}










/*SLIDESHOW PRINCIPAL*/
.pd-parallax{
	position: relative;
	opacity; 0.65;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	margin: 0;
	padding: 0;
}
.carousel-1{
	background-image:url('../img/CarouselFULL_1.jpeg');
}
.carousel-2{
	background-image:url('../img/CarouselFULL_2.jpeg');
}
.carousel-3{
	background-image:url('../img/CarouselFULL_3.jpeg');
}
/*
.carousel-4{
	background-image:url('../img/Carousel4.jpg');
}
.carousel-5{
	background-image:url('../img/Carousel5.jpg');
}
.carousel-6{
	background-image:url('../img/Carousel6.jpg');
}
.carousel-7{
	background-image:url('../img/Carousel7.jpg');
}
.carousel-8{
	background-image:url('../img/Carousel8.jpg');
}
*/


/*boton comprar*/
/*Slider-item posicion del botón*/
.slider-item{ 
	padding-top:180px;
}

.divBtnComprar {
	background: #000000;
	border:2px solid #dda849;
	line-height:1.7; 
	border-radius:15px 0px;
	
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 37px;
}

.divBtnComprar-2 {
	background-color: #2fa8d5;
	background: radial-gradient(#2fa8d5 0%, #2fa8d5 50%, #16426a 100%) !important;
	border: 4px solid #ffb64b;
	border-radius: 10px;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	padding:15px 15px;
	/*font-family: 'Ubuntu', sans-serif;*/
}

.divBtnComprar-3 {
	background-color: #2fa8d5;
	background: radial-gradient(#f50202 0%, #ff0000 50%, #c70303 100%) !important;
	border: 4px solid #000000;
	border-radius: 10px;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	padding:15px 15px;
}



.botonredondeado1 {
	background: rgb(22,181,20);
	background: radial-gradient(circle, rgba(22,181,20,1) 0%, rgba(8,99,10,1) 100%);
	border:4px solid #fff;
	line-height:3;
	font-size:15px; 
	font-weight:bold;
	border-radius:50px;
}

.botonredondeado2 {
	background: rgb(255 128 174);
    background: radial-gradient(circle, rgb(255 128 174) 0%, rgb(255 60 147) 100%);
	border:4px solid #fff;
	line-height:3;
	font-size:15px; 
	font-weight:bold;
	border-radius:50px;
}


.divInfoCarousel{
	position: absolute;
	right: 0%;
	top: 18%;
	left: 0%;
	z-index: 10;
}

.textshadow{
	text-shadow: 1px 3px 5px rgba(0,0,0,0.34);
	font-family: 'Norwester', sans-serif;
	font-family: 'Ubuntu', sans-serif;
	line-height: 100%;
	font-weight:200;
	letter-spacing: 2px;
}	







/* COLORES DEL TEXTO */
.txt-color-1{
	color:#fab001 !important; /*Azul*/
	
}
.txt-color-2{
	background: linear-gradient( 70deg, #BF953F, #FCF6BA, #E2B34D, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txt-color-3{
    color:#d4a440 !important;
}
.txt-color-4{
	color:#fff !important; /*Blanco*/
}

.txt-color-5{
	color:#000000 !important; /*Negro*/
}

.txt-color-6{
	color:#dd0e1d !important; /*Rojo*/
}

.txt-color-7{
	color:#0a9c0c !important; /*Verde*/
}

.txt-color-8{
	color:#FF0000 !important; /*Rojo*/
}

.title-shadow-1{
	color: #ff1504 !important; 
	text-shadow: #680000 1px 1px 4px; /*Titulo shadow rojo con sombra rojo oscuro*/
}
.title-shadow-2{
	color: #ffffff !important;
    text-shadow: #000000a8 1px 1px 8px;
}
.title-shadow-3{
	color: #ffffff !important;
    text-shadow: #000000d9 1px 3px 8px;
}

.title-font{
	/*font-family: 'Plane Crash', sans-serif;*/
	font-weight:300 !important;
}

.fw-100{
	font-weight:100;
}
.fw-200{
	font-weight:200;
}
.fw-300{
	font-weight:300;
}
.fw-400{
	font-weight:400;
}
.fw-500{
	font-weight:500;
}
.fw-600{
	font-weight:600;
}
.fw-700{
	font-weight:700;
}
.fw-normal{
	font-weight:normal !important;
}

.precioportunidades {
	font-size: 20px !important;
}



/*BACKGROUND-COLOR-OPACITY*/
.backcolor{	
	bottom: 0; 
	left: 0; 
	position: absolute;
	right: 0; 
	top: 0; 
	z-index: 0; 
	pointer-events: none;
}

.backcolor-1{
	/*
	background: rgb(255,0,185);
	background: radial-gradient(circle, rgba(255,0,185,1) 0%, rgba(224,31,207,1) 100%);*/ /*Rosa Radial*/
	/*
	background: rgb(255,197,194);
	background: radial-gradient(circle, rgba(255,197,194,1) 3%, rgba(253,163,160,1) 98%);
	*/
	background: #ff0012;
	background: linear-gradient(90deg,#ff0012,#ff0012,#ff0012);
}

.backcolor-2{
	background: rgb(254 216 130);
	background: linear-gradient(90deg, rgb(204 142 51) 0%, rgb(254 216 130) 47%, rgb(204 142 51) 100%) !important;
}

.backcolor-3{

background-color: #000000; /*Negro*/

}

.backcolor-4{
	background-color: #fff; /*Blanco*/
}

.backcolor-5{
	background-color: #000000 !important;
	/*background: linear-gradient(270deg,#000000 0,#1d7798 10%,#2993bb 50%,#1d7798 90%,#000000 100%) !important;*/
}

.opacity-09{
	opacity:0.9;
}

.opacity-08{
	opacity:0.8;
}

.opacity-07{
	opacity:0.7;
}

.opacity-06{
	opacity:0.6;
}

.opacity-05{
	opacity:0.5;
}

.opacity-04{
	opacity:0.4;
}

.opacity-03{
	opacity:0.3;
}

.opacity-02{
	opacity:0.2;
}





.preguntas{
	visibility: visible;
	animation-name: fadeInUp;
}




.Boleto{
	margin-right:3px;
	margin-bottom:5px;
	cursor:pointer;
	width: 45px;
	height: 29px;
	display: inline-flex;
	border: solid 1px #000000;
	border-radius:8px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 500;
	color: #08061c;
	font-size:12px !important;
	
	-webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}

.Disponible {
	background-color: #ffffff;
}

.Ocupado {
	background-color: #000000;
	color:#000000;
}

.boletoEjemploOcupado{
	margin-right:3px;
	margin-bottom:5px;
	cursor:pointer;
	width: 45px;
	height: 29px;
	display: inline-flex;
	border: solid 1px #000000;
	border-radius:8px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 500;
	color: #000000;
	background-color: #000000;
	
}
.boletoEjemploDisponible{
	margin-right:3px;
	margin-bottom:5px;
	cursor:pointer;
	width: 45px;
	height: 29px;
	display: inline-flex;
	border: solid 1px #000000;
	border-radius:8px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 500;
	color: #08061c;
	background-color: #ffffff;
}

.boletospanSel{
	margin-right:3px;
	margin-bottom:5px;
	cursor:pointer;
	width: 60px;
	height: 30px;
	display: inline-flex;
	border: solid 2px #ffdd8b;
	border-radius:20%;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 700;
	color: #000000 !important;
	font-size:17px !important;
	background-color: #ffffff;
}

.oportunidadSpanSel{
	background: #f4ffc6;
	margin-right:3px;
	margin-bottom:5px;
	cursor:pointer;
	width: 60px;
	height: 30px;
	display: inline-flex;
	border: solid 1px #000000;
	border-radius:20%;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 500;
	color: #08061c;
	font-size:15px !important;
}

.numSeleccionado {
	background-color: #000000;
}








/*FOOTER*/
.fa-whatsapp-square {
	color: #000000;
	/*color: #ffffff;*/
	/*background: linear-gradient( 70deg, #BF953F, #FCF6BA, #da974a, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.fa-facebook-square {
	color: #000000;
	/*color: #ffffff;*/
	/*background: linear-gradient( 70deg, #BF953F, #FCF6BA, #da974a, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.fa-facebook-messenger {
	color: #000000;
	/*background: -webkit-linear-gradient(#f74a8f, #bb35df, #5a58f7, #0487f7);
	-webkit-background-clip: text;
   -webkit-text-fill-color: transparent;*/
	font-size: 3.8em;
	/*color: #ffffff;*/
	/*background: linear-gradient( 70deg, #BF953F, #FCF6BA, #da974a, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.fa-instagram-square {
	color: #000000;
	/*color: #ffffff;*/
	/*background: linear-gradient( 70deg, #BF953F, #FCF6BA, #da974a, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.fa-tiktok {
	color: #000000;
	/*color: #ffffff;*/
	/*
	background: linear-gradient( 70deg, #BF953F, #FCF6BA, #da974a, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	*/
}

.fa-youtube {
	color: #000000;
	/*color: #ffffff;*/
	/*background: linear-gradient( 70deg, #BF953F, #FCF6BA, #da974a, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}




#formInfoPersona {
	border-radius: 4px !important; 
	color: #fff;
	font-weight: 600;
	background: #ffffff;
}











/*Boleto Digital*/
#content_div_one_photo {
  height: 650px;
  width: 360px;
}

#padre {
  position: relative;
  display: inline-block;
}

.texto {
	position: absolute;
	left: 10px;
	font-size: 20px;
	line-height:22px;
	/*font-weight: bold;*/
	/*font-family: 'Agency FB'; font-weight: normal; font-style: normal;*/
	font-weight: 500;
	
	
	color: #000000 !important;
	/*
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	*/
}

.nombre{
	top: 289px;

}

.apellido{
	top: 289px;
}

.ciudad{
	top: 369px;
}

.estado{
	top: 369px;
}

.telefono{
	top: 429px;
}

.fechahora{
	top: 476px;
	font-size: 15px;
}

.pagadosi{
	left: 118px;
	top: 420px;
}

.numeros {
	position: absolute;
	font-size: 42px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #000000;
	/*
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	*/
}

.numboleto{
	left: 28px;
	top: 133px;
	color: #ff0000 !important;
	font-weight: 700 !important; 
}
.oportunidad2{
	left: 178px;
	top: 133px;
}
.oportunidad3{
	left: 116px;
	top: 133px;
}
.oportunidad4{
	left: 248px;
	top: 118px;
}
.oportunidad5{
	left: 11px;
	top: 155px;
}
.oportunidad6{
	left: 90px;
	top: 155px;
}
.oportunidad7{
	left: 170px;
	top: 155px;
}
.oportunidad8{
	left: 248px;
	top: 155px;
}
.oportunidad9{
	left: 11px;
	top: 192px;
}
.oportunidad10{
	left: 90px;
	top: 192px;
}
.oportunidad11{
	left: 170px;
	top: 192px;
}
.oportunidad12{
	left: 248px;
	top: 192px;
}
.btn-verificar{
	background-color:#4ee019;
	color:#fff;
	font-weight:bold;					
}











/*Botón Whatsapp FLOTANTE*/
.float-whatsapp-button{
	position:fixed;
	width:60px;
	height:60px;
	bottom:72px;
	right:10px;
	background-color:#00d700;
	color:#FFF;
	border-radius:15px;
	text-align:center;
    font-size:33px;
	box-shadow: 2px 2px 2px #00000076;
    z-index:100;
	/*border: 3px solid #000000;*/
}

.float-whatsapp-button2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:75px;
	right:10px;
	background-color:#f82783;
	color:#FFF;
	border-radius:50px;
	text-align:center;
     font-size:30px;
	box-shadow: 2px 2px 3px #999;
     z-index:100;
}

.my-float{
	margin-top:12px;
	font-size: 1.2em;
}

.colorbtn{
	background: linear-gradient(357deg, rgb(48 180 5) 0%, rgb(17 238 71) 51%, rgb(16 230 47) 100%) !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
    font-weight: 700 !important;
}
.colorbtn-2{
	background-color: #34be12 !important;
	border: 2px solid #000000 !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.colorbtn-3{
	background-color: rgb(255 0 0) !important;
	/*background: linear-gradient(357deg, rgb(0 224 61) 0%, rgb(4 168 36) 51%,  rgb(0 229 25) 100%) !important;*/
    color: #fff !important;
    font-weight: 700 !important;
	border: 2px solid #000000 !important;
}

.colorbtn-sig_act {
    color: #ffffff !important;
    background: #32be32 !important;
    border: 2px solid #ffffff !important;
    font-weight: 500 !important;
}
.colorbtn-sig_desact {
    color: #9e9e9e !important;
    background: #ededed !important;
    border: 2px solid #ffffff !important;
    font-weight: 500 !important;
}
    


/* Small devices (landscape phones, 200px and up) */
@media (min-width: 200px) {
	.nav-img-logo{
		height:110px !important;
	}
	.textomenu ul li a{
		padding-left: 10px;
	}
	.titulomenu {
		font-size: 14px !important;
	}
	.subtitulomenu {
		font-size: 12px !important;
		margin-top:-25px;
	}
	/*.collapse{
		padding-top: 50px;
	}
	*/
	.logomenu {
		margin-left:-10px;
	}
	.divInfoCarousel{
		position: absolute;
		right: 0%;
		top: 14%;
		left: 0%;
		z-index: 10;
	}
	.divBtnComprar-3 {
		font-size: 28px;
		line-height: 28px;
	}
}	

/* Small devices (landscape phones, 360px and up) */
@media (min-width: 360px) {
	.nav-img-logo{
		height:130px !important;
	}
	.textomenu ul li a{
		padding-left: 10px;
	}
	.titulomenu {
		font-size: 17px !important;
	}
	.subtitulomenu {
		font-size: 15px !important;
		margin-top:-25px;
	}
	/*.collapse{
		padding-top: 50px;
	}
	*/
	.logomenu {
		margin-left:-10px;
	}
	.divInfoCarousel{
		position: absolute;
		right: 0%;
		top: 14%;
		left: 0%;
		z-index: 10;
	}
	.divBtnComprar-3 {
		font-size: 32px;
		line-height: 32px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.nav-img-logo{ 
		height:150px !important;
	}
	.textomenu ul li a{
		padding-left: 10px;
	}
	.titulomenu {
		font-size: 30px !important;
	}
	.subtitulomenu {
		font-size: 26px !important;
		margin-top:-30px;
	}
	/*.collapse{
		padding-top: 50px;
	}
	*/
	.logomenu {
		margin-left:20px;
	}
	.divInfoCarousel{
		position: absolute;
		right: 0%;
		top: 16%;
		left: 0%;
		z-index: 10;
	}
	.divBtnComprar-3 {
		font-size: 38px;
		line-height: 38px;
	}
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.nav-img-logo{
		height:170px !important;
	}
	.textomenu ul li a{
		padding-left: 0px;
	}
	.titulomenu {
		font-size: 25px !important;
	}
	.subtitulomenu {
		font-size: 22px !important;
		margin-top:-30px;
	}
	/*.collapse{
		padding-top: 0px;
	}
	*/
	.divInfoCarousel{
		position: absolute;
		right: 0%;
		top: 14%;
		left: 0%;
		z-index: 10;
	}
	.divBtnComprar-3 {
		font-size: 42px;
		line-height: 60px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.nav-img-logo{
		height:170px !important;
	}
	.textomenu ul li a{
		padding-left: 0px;
	}
	.titulomenu {
		font-size: 25px !important;
	}
	.subtitulomenu {
		font-size: 22px !important;
		margin-top:-30px;
	}
	/*.collapse{
		padding-top: 0px;
	}
	*/
	.divInfoCarousel{
		position: absolute;
		right: 0%;
		top: 8%;
		left: 0%;
		z-index: 10;
	}
	.divBtnComprar-3 {
		font-size: 42px;
		line-height: 60px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.nav-img-logo{
		height:200px !important;
	}
	.textomenu ul li a{
		padding-left: 0px;
	}
	.titulomenu {
		font-size: 22px !important;
	}
	.subtitulomenu {
		font-size: 20px !important;
		margin-top:-30px;
	}
	/*.collapse{
		padding-top: 0px;
	}
	*/
	.divInfoCarousel{
		position: absolute;
		right: 0%;
		top: 20%;
		left: 0%;
		z-index: 10;
	}
	.divBtnComprar-3 {
		font-size: 42px;
		line-height: 60px;
	}
}


.nav-img-logo{
	position:relative; 
	top:80px;
	margin-top:-80px;
	/*border: 2px solid #003023;
	border-radius: 10px;*/
}


.botonmenu {
		margin-left:-10px; 
		border:none !important;
}

.card {
	border: none !important;
}


/* SLIDER DE GANADORES */

.cat {
	background-color: #0073e4 !important;
	color: #ffffff !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background:  #0073e4 !important;
}











/* Estilos para el scroll en motores Webkit y blink (Chrome, Safari, Opera... )*/

.scrollboletodi::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scrollboletodi::-webkit-scrollbar:vertical {
    width:8px;
}

.scrollboletodi::-webkit-scrollbar-button:increment,.container::-webkit-scrollbar-button {
    display: none;
} 

.scrollboletodi::-webkit-scrollbar:horizontal {
    height: 8px;
}


.scrollboletodi::-webkit-scrollbar-thumb {
    background-color: #ff0003;
    border-radius: 20px;
    border: 1px solid #ffffff;
}

.scrollboletodi::-webkit-scrollbar-track {
    border-radius: 10px;  
}


.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #ffed00 !important;
    color: #000000 !important;
    font-size: 1em;
}