@font-face {
    font-family: "Queen of Camelot";
    src: local('Queen of Camelot'), local('PQueen-of-Camelot'), url("Queen-of-Camelot-2.0.woff") format('woff');
    font-display: swap;
}

::-moz-selection { background: #b7de1385; }
::selection { background: #b7de1385; }
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
}
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(255,255,255,.85);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
* {		
	-webkit-transition: 0.25s ease all;		
	-o-transition: 0.25s ease all;		
	transition: 0.25s ease all;
}
html {
	scroll-behavior: smooth;
}
html,body {
	font-family: 'Fira Sans', sans-serif;
	color: #5b206f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2rem;
	height: 100%;
	margin: 0;
	padding: 0;
}
a {
	color: #5b206f;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {	
	color: #5b206f;
}
a:active, a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}
p {
	margin-bottom: 5px;
}
button, .card, .form-control {
	border-radius: 1px !important;
}

/* ---------- */
#back-top {
	font-size: 1.5rem;
	line-height: 3rem;
	position: fixed;
	bottom: -100px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 5%;
	background: #fff;
	color: #5b206f;
	text-align: center;
	z-index: 99;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
}
#back-top.showed {
	bottom: 90px;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

/* ------------------------------------------------------------ */
.fh {
	height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.fh2 {
	height: 35vw;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-height: 400px;
}
.jc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.jb {	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.pr {
	position: relative;
}
.ctc:hover img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-animation: pulse 1.5s infinite;
	        animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
	}
	70% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
	}
	70% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
	}
}
@-webkit-keyframes pulse2 {
	0% {
		-webkit-transform: scale(1.015);
		        transform: scale(1.015);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.015);
		        transform: scale(1.015);
	}
}
@keyframes pulse2 {
	0% {
		-webkit-transform: scale(1.015);
		        transform: scale(1.015);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.015);
		        transform: scale(1.015);
	}
}


/* ------------------------------------------------------------ */
header {
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	        box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
}
nav.navbar {
	padding: 45px 0;
}
.navbar-brand {
	position: absolute;
	background: #fff;
	border-radius: 1px;
	padding: 5px 10px;
}
.fixed .navbar-brand {
	border: 1px solid #5b206f;
}
header.fixed nav.navbar {
	padding: 20px 0;
}
.htop {
	background: #5b206f;
	color: #fff;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;	
}
.htop a {
	color: #fff;
	padding: 5px 10px;
}
.htop a:hover {
	color: #e0fd3b;
}
.htop ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.htop ul li {
	list-style: none;
}
.navbar-brand {
	max-width: 200px;
}
#menu {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#menu a {
	color: #5b206f;
	padding: 10px 15px;
	font-size: 1.25rem;
	font-weight: 700;
	display: inline;
}
#menu a:hover {
	color: #e0fd3b;
	background: #5b206f;
}


/* ------------------------------------------------------------ */
main {
	/*min-height: 100%;*/
	padding-top: 145px;
}

/* ------------------------------------------------------------ */
#slider {
	height: 350px;
	background: #5b206f;
	color: #fff;
	position: relative;
}
#slider video {
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;	
	z-index: 0;
	-webkit-animation: aopacity 5s infinite;
	        animation: aopacity 5s infinite;
	opacity: 1;
}
.video-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(91,32,111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(91,32,111,0.8)), to(rgba(222, 19, 143, 0.6)));
	background: -o-linear-gradient(bottom, rgba(91,32,111,0.8) 0%, rgba(222, 19, 143, 0.6) 100%);
	background: linear-gradient(0deg, rgba(91,32,111,0.8) 0%, rgba(222, 19, 143, 0.6) 100%); 	
}

.carousel-item > img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	height: 100%;
	width: 100%;
}

.carousel-inner {
	height: 100%;
	z-index: 2;
	position: relative;
}
.carousel-item {
	height: 100%;
}
.carousel-control-next, .carousel-control-prev {
	z-index: 33;
	font-weight: 700;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 5rem;
	height: 5rem;
}
.carousel-caption {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
}
.carousel-caption h2 {
	font-size: 3.5rem;
	color: #fff;
	font-weight: 700;
}
.carousel-caption h3 {
	font-size: 2.5rem;
	color: #b7de13;
	font-weight: 700;
}
.carousel-caption h4 {
	font-size: 2.5rem;
	color: #fff;
	font-weight: 700;
}


/* ------------------------------------------------------------ */
hr {
	margin: 5px 0;
}
.fqc2 {
	font-family: 'Queen of Camelot';
	font-size: 110%;
}
section {
	padding: 35px 0;
}

.card {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.card:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.card h2 {
	font-size: 2.25rem;
	line-height: 2.25rem;
	font-weight: 700;	
}
.card h2 small {
	font-size: 1.25rem;
	line-height: 1.25rem;
	display: block;
}

.card h3 {
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 700;
}
.card-img-overlay {
	padding: 25px;
}
.card-mask-purple {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(91,32,111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(91,32,111,0.75)), to(rgba(91,32,111,0.55)));
	background: -o-linear-gradient(bottom, rgba(91,32,111,0.75) 0%, rgba(91,32,111,0.55) 100%);
	background: linear-gradient(0deg, rgba(91,32,111,0.75) 0%, rgba(91,32,111,0.55) 100%); 
	color: #fff;
}
.card-mask-green {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(91,32,111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(183,222,19,0.75)), to(rgba(183,222,19,0.55)));
	background: -o-linear-gradient(bottom, rgba(183,222,19,0.75) 0%, rgba(183,222,19,0.55) 100%);
	background: linear-gradient(0deg, rgba(183,222,19,0.75) 0%, rgba(183,222,19,0.55) 100%); 
	color: #5b206f;
}
.card-purple, .card-green {
	height: 300px;
}
.card-purple h2, .card-purple h3 {
	color: #fff;
}
.card-green h2, .card-green h3 {
	color: #5b206f;
}
.card-icon i {
	color: #fff;
	font-size: 5rem;
}
.card-img, .card-img-bottom, .card-img-top {
	width: 150%;
	height: 150%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.card:hover .card-img {
	width: 160%;
	height: 160%;
}
.card-img-top {
	filter: grayscale(100%);
	height: 40px !important;
	margin-left: 15px;
	margin-top: 15px;
}

/* ------------------------------------------------------------ */
.icons1 i {
	font-size: 3rem;
	color: #b7de13;
}

/* ------------------------------------------------------------ */
.parallax {
	height: 400px;
  position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	text-align: center;
}
.parallax-content {
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}
.parallax-content h2 {
	width: 80%;
	font-size: 4rem;
	z-index: 2;
	margin-bottom: 30px;
}
.parallax-content h3 {
	width: 80%;
	font-size: 2.5rem;
	line-height: 2.5rem;
	z-index: 2;
}
.parallax-content a {
	z-index: 99;
	color: #fff;
	margin-top: 70px;
}
.parallax-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(91,32,111);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(91,32,111,0.8)), to(rgba(222, 19, 143, 0.6)));
	background: -o-linear-gradient(bottom, rgba(91,32,111,0.8) 0%, rgba(222, 19, 143, 0.6) 100%);
	background: linear-gradient(0deg, rgba(91,32,111,0.8) 0%, rgba(222, 19, 143, 0.6) 100%);
	z-index: 0;
}

/* ------------------------------------------------------------ */
.info .card {
	border: none;
	height: 100%;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.info .card:hover {
	border: none;
	background: #8213de10;
}

.info .card-img, .info .card-img-bottom, .info .card-img-top  {
	width: 100%;
	height: 50px;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: left;
	   object-position: left;
	mix-blend-mode: multiply;
}

/* ------------------------------------------------------------ */
.btn-action {
	padding: 25px 75px;
	text-align: center;
	font-size: 2rem;
	background: #e0fd3b;
	color: #5b206f !important;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
  border-radius: 10px;
}
.btn-action:before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(rgba(91,32,111,1)), color-stop(25%, rgba(183,222,19,1)), color-stop(50%, rgba(91,32,111,1)), color-stop(75%, rgba(183,222,19,1)), to(rgba(91,32,111,1)));
    background: -o-linear-gradient(left, rgba(91,32,111,1) 0%, rgba(183,222,19,1) 25%, rgba(91,32,111,1) 50%, rgba(183,222,19,1) 75%, rgba(91,32,111,1) 100%);
    background: linear-gradient(90deg, rgba(91,32,111,1) 0%, rgba(183,222,19,1) 25%, rgba(91,32,111,1) 50%, rgba(183,222,19,1) 75%, rgba(91,32,111,1) 100%);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    -webkit-animation: glowing 30s linear infinite;
            animation: glowing 30s linear infinite;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}
.btn-action:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@-webkit-keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/* ------------------------------------------------------------ */
#senddata {
	padding: 15px 15px 25px 30px;
	width: calc(100% - 15px);
}
.modal .checkout {
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-right: 1px solid #5b206f;
}
.modal-header {
	border-bottom: 1px solid #5b206f;
}
/* ------------------------------------------------------------ */
.movil .card {
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.movil .card:hover {
	background: #fbfdf0;
}
.movil .card-body-intro {
	background: -webkit-gradient(linear, left top, right top, from(rgb(91, 32, 111)), to(rgb(222, 19, 143)));
	background: -o-linear-gradient(left, rgb(91, 32, 111) 0%, rgb(222, 19, 143) 100%);
	background: linear-gradient(90deg, rgb(91, 32, 111) 0%, rgb(222, 19, 143) 100%);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.75rem;
}
.movil .list-group-item {
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 90%;
	color: #555;
}
.movil .card-title-intro {
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	margin: 0;
}
.movil .card-body-info {
	background: #f7f0fd;
	text-align: center;
	min-height: 95px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.movil .card-title-info {
	color: #5b206f;
	font-weight: 700;
	font-size: 1.75rem;
	margin: 0;
}
.movil .card-title {
	color: #5b206f;
	font-weight: 700;
	font-size: 1.5rem;
}
.card-link.btn-action-green {
	margin: 0;
	width: 100%;
	font-weight: 700;
	font-size: 1.25rem;
}
/* ------------------------------------------------------------ */


/* ------------------------------------------------------------ */


/* ------------------------------------------------------------ */


/* ------------------------------------------------------------ */
.btn-action-green {
	padding: 10px 20px;
	text-align: center;
	color: #5b206f;
	background: #e0fd3b;
	margin: 15px 0 5px 0;
	display: inline-block;
}
.btn-action-purple {
	padding: 10px 20px;
	text-align: center;
	color: #e0fd3b;
	background: #5b206f;
	margin: 15px 0 5px 0;
	display: inline-block;
}
.btn-action-purple:hover {
	color: #e0fd3b !important;
}
.btn-bl {
	position: absolute;
	left: -1px;
	bottom: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	-webkit-animation: apulse 2s infinite;
	        animation: apulse 2s infinite;
}
.btn-br {
	position: absolute;
	right: 15px;
	bottom: 15px;
}


/* ------------------------------------------------------------ */

footer {
	padding: 20px 50px 50px 50px;
	background: #5b206f;
	color: #faf1fd;
	margin-top: 50px;
}
.flogo {
	background: #5b206f;
	padding: 15px;
	border: 1px solid #fff;
	margin-top: -60px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #b8df13;
}
.si a i {
	font-size: 1.2rem;
	padding: 5px;
}
footer h5 {
	margin-bottom: 15px;
}
footer p {
	margin-bottom: 5px;
}

/*******************************************/
.jc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
.jcl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
}
.jrl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
}
.jcr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	text-align: right;
}
.jrr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	text-align: right;
}

.configurador {
	background: #faf1fd;
}
.card {
	/*border: 1px solid #5b206f;*/
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.card-title {
	color: #5b206f;
	font-weight: 700;
}
.box > .row:hover {
	background: #faf1fd;
}
.bb {
	border-bottom: 1px solid #5b206f;
	margin: 0 20px;
	padding: 15px 0;
}
label {			
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.1rem;
}
.form-check-input {
	margin-top: 15px;
}
.form-check-input:checked + label {
	font-weight: bold;
	color: #5b206f;
}
.form-check-input:checked {
	background-color: #5b206f;
	border-color: #b7de13;
}
.form-check-input:focus {
	border-color: #5b206f;
	-webkit-box-shadow: 0 0 0 .25rem rgba(91, 32, 111, 0.16);
	        box-shadow: 0 0 0 .25rem rgba(91, 32, 111, 0.16);
}
.form-check {
	font-size: 1.3rem;
	line-height: 3rem;
}
.form-check label {
	cursor: pointer;
}
.reset {
	padding: 10px 0;
	text-align: right;
}
.btn-primary {
	background: #5b206f;
	color: #e0fd3b;
	border: 1px solid #5b206f;
	width: 100%;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.btn-primary:hover {
	color: #fff;
	font-weight: 700;
	background-color: #5b206f;
	border-color: #5b206f;
}
.btn-modal {
	border: none;
	background: transparent;
	text-align: right;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.btn-modal i {
	padding: 3px 7px;
	color: #5b206f;
}
.modal-title {
	font-weight: bold;
}
.btn_pret, .btn_pret_pachet {
	-webkit-animation: 0.3s ease-in-out;
	        animation: 0.3s ease-in-out;	
	padding: 0 10px;
	margin: 2px 0;
}
.btn_pret_pachet {
	display: none;
	color: #fff;
	background: #5b206f;
	width: 100%;
}
.btn_pret_pachet.btn-animated {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-animation: bganim 0.5s 1;
	        animation: bganim 0.5s 1;
	background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(91,32,111,1)), to(rgba(183,222,19,1)));
	background: -o-linear-gradient(left, rgba(91,32,111,1) 40%, rgba(183,222,19,1) 100%);
	background: linear-gradient(90deg, rgba(91,32,111,1) 40%, rgba(183,222,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b206f",endColorstr="#b7de13",GradientType=1); 
}
@-webkit-keyframes bganim {
  0%   {opacity: 0;  }
  100% {opacity: 1;  }
}
@keyframes bganim {
  0%   {opacity: 0;  }
  100% {opacity: 1;  }
}
.checkout {
	background: #b7de13;
	color: #5b206f;
}
.list-group-item.active {
	color: #faf1fd;
	background-color: #5b206f;
	border-color: #5b206f;
	font-size: 1rem;
	font-weight: bold;
}
.btn-minus:hover {
	background: #5b206f;			
}
.btn-plus:hover {
	background: #b7de13;
}

/**/
.input-group.inline-group {
	width: 130px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
	width: 50px !important;
	min-width: 50px !important;
	max-width: 50px !important;
	text-align: center;
	border-top: 1px solid #6c757d;
	border-bottom: 1px solid #6c757d;
	padding: 0;
	font-size: 1.1rem;
	font-weight: 600;
	background: #faf1fd !important;
}

.pName {
	display: block;
	line-height: 1.1rem;
}
button.btn-primary:focus:not(:focus-visible) {
	outline: 0;
	background: #893ea2;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	background-color: #5b206f;
	border-color: #5b206f;
}
.outline-secondary {
	border-color: #5b206f;	
}
.modal-header {
	color: #5b206f;
	background: #b7de13;
}
.modal-body {
	background: #faf1fd;	
}
#yourconfig .modal-body {
	padding: 0;
}
.movil .btn-modal {
	width: 30px;
	margin: 0 auto;
}
.form-check-input[type="radio"] {
	border: 1px solid #5b206f;
}
.form-control.nonzero {
	background: #5b206f !important;
	color: #fff;
}
.modal .checkout {
	height: 100%;
}
.modal .card-body {
	-webkit-box-flex: inherit;
	    -ms-flex: inherit;
	        flex: inherit;
}
#modalconfigsummary {
	background: #fff;
	padding: 10px;  
	height: 100%;
}
#modalconfigsummary .list-group-item.active {
	margin-top: 10px;
	padding: 0 15px;
	line-height: 2.5rem;
	position: relative;
}
#modalconfigsummary .list-group-item.active .col.text-end {
	padding-right: 0px;
}
#modalconfigsummary .list-group-item {
	border-bottom: 1px solid #5b206f;
	padding: 5px 0 5px 0;
	line-height: 1rem;
}
.pPrice {
	font-size: 110%;
}
#priceinfo {
	padding: 5px 30px;
	font-size: 1.25rem;
	font-weight: 500;
	position: absolute;
	right: 15px;
	background: #f3f8e0;
	text-transform: uppercase;
}

#yourconfig #agree, #yourconfig #agree + label {
/*	width: auto !important;
	padding: 0 15px !important;
	margin: 0 15px;*/
}
.form-check {
	margin-left: 10px;
}
.error {
	font-size: 0.9rem;
	font-weight: normal;
	color: red;
}
#sendinfo {
	font-size: 2rem;
	line-height: 2rem;
}
.promo {
	padding: 5px 15px;
	background: #5b206f;
	color: #fff;
	margin: 0 10px;
	font-size: 0.9rem;
	border-radius: 3px;
	font-weight: normal;
}


@media only screen and (max-width: 768px) {
	main {
		padding-top: 125px;
	}
	header img.logo {
		height: 90px;
		width: auto;
		margin-bottom: 5px;
	}
	.product {
		padding: 10px 0;
		border-bottom: 1px solid #f2e9f5;
		position: relative;
	}
	#pachete_m .btn-modal i {
		padding: 3px 7px;
		color: #5b206f;
		position: absolute;
		left: 5px;
		bottom: 10px;
	}
	.list-group-item.active {
		position: fixed;
		z-index: 5;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: 1px solid #b7de13 !important;
		-webkit-box-shadow: 0px -4px 8px rgba(0,0,0,0.3);
		        box-shadow: 0px -4px 8px rgba(0,0,0,0.3);
		padding: 12px;
	}
	.list-group-item.active .col.text-end {
		padding-right: 120px;
	}
	#formsubmit {
		position: fixed;
		z-index: 6;
		bottom: 1px;
		left: auto;
		right: 10px;
		width: auto;
		background: #b7de13;
		color: #5b206f;
		padding: 8px 15px;
	}
	footer img.logo {
		width: 50% !important;
	}
	#priceinfo {
		padding: 2px 15px;
		font-size: 1rem;
		position: relative;
		display: block;
		text-align: right;
		right: 0;
	}
	.btn_pret_pachet {
		width: 123px;
		margin-right: 7px;
	}
	.promo {
		display: block;
		margin: 0;
	}
}


@-webkit-keyframes aopacity {
  0%   {opacity: 0.4;}
  50%  {opacity: 0.8;}
  100% {opacity: 0.4;}
}


@keyframes aopacity {
  0%   {opacity: 0.4;}
  50%  {opacity: 0.8;}
  100% {opacity: 0.4;}
}

@-webkit-keyframes apulse {
  0%   {-webkit-transform: scale(1.0);transform: scale(1.0);}
  50%  {-webkit-transform: scale(1.05) translateX(3px);transform: scale(1.05) translateX(3px);}
  100% {-webkit-transform: scale(1.0);transform: scale(1.0);}
}

@keyframes apulse {
  0%   {-webkit-transform: scale(1.0);transform: scale(1.0);}
  50%  {-webkit-transform: scale(1.05) translateX(3px);transform: scale(1.05) translateX(3px);}
  100% {-webkit-transform: scale(1.0);transform: scale(1.0);}
}




/**/
#pachete_m {
	min-height: 500px;
}

@-webkit-keyframes ldio-2trl6i300p6 {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ldio-2trl6i300p6 {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.ldio-2trl6i300p6 div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: ldio-2trl6i300p6 1s cubic-bezier(0,0.2,0.8,1) infinite;
          animation: ldio-2trl6i300p6 1s cubic-bezier(0,0.2,0.8,1) infinite;
}

.ldio-2trl6i300p6 div:nth-child(1) {
  border-color: #5b206f
}

.ldio-2trl6i300p6 div:nth-child(2) {
  border-color: #b7de13;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.loadingio-spinner-ripple-lorlpyqrnu {
  width: 200px;
  height: 200px;
  display: block;
  overflow: hidden;
  background: none;
  text-align: center;
  margin: 0 auto;
}
.ldio-2trl6i300p6 {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; /* see note above */
  text-align: center;
}
.ldio-2trl6i300p6 div { -webkit-box-sizing: content-box; box-sizing: content-box; }



/******************************************/


.caption{
	line-height: 4rem;
	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
	position: relative;
	text-shadow: 0px 5px 5px rgba(0,0,0,.25);	
	z-index: 99;
}
.text-box{
	display: block;
	position: relative;
	margin-top: 70px;
}
.text-box div{
	display: block;
	position: absolute;
	top: -200px;
	-webkit-transform: rotateX(-90deg);
	        transform: rotateX(-90deg);
	opacity: 0;
	text-shadow: 0px 5px 5px rgba(0,0,0,.25);
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	width: 100%;
	font-size: 3rem;
	line-height: 3.5rem;
}

.text-box div:nth-child(1){
	-webkit-animation: rollDown 10s forwards infinite;
	        animation: rollDown 10s forwards infinite;
}

.text-box div:nth-child(2){
	-webkit-animation: rollDown2 10s forwards infinite;
	        animation: rollDown2 10s forwards infinite;
}

.text-box div:nth-child(3){
	-webkit-animation: rollDown3 10s forwards infinite;
	        animation: rollDown3 10s forwards infinite;
}

@-webkit-keyframes rollDown {
	0%{
		top: -200px;
		-webkit-transform: rotateX(-90deg);
		        transform: rotateX(-90deg);
	}
	11%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	22%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	33%{
		top: 50px;
		-webkit-transform: rotateX(30deg);
		        transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown {
	0%{
		top: -200px;
		-webkit-transform: rotateX(-90deg);
		        transform: rotateX(-90deg);
	}
	11%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	22%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	33%{
		top: 50px;
		-webkit-transform: rotateX(30deg);
		        transform: rotateX(30deg);
		opacity: 0;
	}
}

@-webkit-keyframes rollDown2 {
	33%{
		top: -200px;
		-webkit-transform: rotateX(-90deg);
		        transform: rotateX(-90deg);
	}
	44%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	55%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	66%{
		top: 50px;
		-webkit-transform: rotateX(30deg);
		        transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown2 {
	33%{
		top: -200px;
		-webkit-transform: rotateX(-90deg);
		        transform: rotateX(-90deg);
	}
	44%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	55%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	66%{
		top: 50px;
		-webkit-transform: rotateX(30deg);
		        transform: rotateX(30deg);
		opacity: 0;
	}
}

@-webkit-keyframes rollDown3 {
	66%{
		top: -200px;
		-webkit-transform: rotateX(-90deg);
		        transform: rotateX(-90deg);
	}
	77%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	88%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	99%{
		top: 50px;
		-webkit-transform: rotateX(30deg);
		        transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown3 {
	66%{
		top: -200px;
		-webkit-transform: rotateX(-90deg);
		        transform: rotateX(-90deg);
	}
	77%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	88%{
		top: -74px;
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
		opacity: 1;
	}
	99%{
		top: 50px;
		-webkit-transform: rotateX(30deg);
		        transform: rotateX(30deg);
		opacity: 0;
	}
}

@-webkit-keyframes slideColor{
	0%{
		background-color: #387780;
	}
	33%{
		background-color: #3f88c5;
	}
	66%{
		background-color: #588b8b;
	}
	100%{
		background-color: #387780;
	}
}

@keyframes slideColor{
	0%{
		background-color: #387780;
	}
	33%{
		background-color: #3f88c5;
	}
	66%{
		background-color: #588b8b;
	}
	100%{
		background-color: #387780;
	}
}


.wa_widget-brand-image {
	height: 35px !important;
	width: auto !important;
	border-radius: 5% !important;
	background-color: #fff !important;
}
#wa-widget-wrapper>div,h1,h2,h3,h4,h5,input,p,textarea{margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}#wa_btn-content{box-sizing:border-box;display:inline-flex;padding:10px 14px;justify-content:center;align-items:center;color:#fff;cursor:pointer;font-family:inherit,Roboto}#wa_btn-content p,svg{box-sizing:border-box;display:inline-block;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}#wa_btn-content p{margin-left:8px!important;font-style:normal;font-size:14px;line-height:20px}#wa_widget-content{width:350px;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.12);border-radius:8px;font-family:inherit,Roboto}.wa_widget-brand-container{display:flex;padding:20px;border-top-left-radius:8px;border-top-right-radius:8px}.wa_widget-brand-image{height:32px;width:32px;border-radius:100%;margin-right:12px}.wa_widget-brand-info h4{font-weight:600;font-size:16px;color:#333}.wa_widget-brand-info p{font-size:12px;margin-block-start:0;margin-top:4px;color:#4f4f4f}.wa_widget-close-btn{cursor:pointer;position:absolute;right:20px;top:20px}.wa_widget-close-btn svg{display:table-row!important}#wa-widget-preview .wa_widget-close-btn svg{display:none!important}.wa_widget-message-container{padding:24px 20px;background-image:url(https://user-images.githubusercontent.com/4735407/153391597-dbe0e13e-7ea8-4d7c-9b5c-66d0400df3d3.png)}.wa_widget-message{display:inline-block;padding:12px 16px;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.12);border-radius:16px;word-wrap:break-word}.wa_widget-message h4{color:grey;font-weight:600;font-size:12px;margin-bottom:8px}.wa_widget-message p{font-size:14px;color:#1a1a1a;white-space:pre-wrap;word-wrap:break-word;max-width:270px}.wa_widget-button-container{background:#fff;border-bottom-right-radius:8px;border-bottom-left-radius:8px;padding:20px 20px;display:flex;justify-content:center}.wa_widget-button{box-sizing:border-box;display:inline-flex;background:#000;padding:6px 55px;box-shadow:0 0 8px 1px rgba(0,0,0,.12);color:#fff;align-items:center;cursor:pointer}.wa_widget-button p,svg{box-sizing:border-box;display:inline-block;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}.wa_widget-button p{margin-left:8px!important;font-style:normal;font-size:14px;line-height:20px}@media only screen and (max-width:400px){#wa_widget-content{width:80vw!important}}

/* ------------------------------------------------------------ */

#wa-btn-wrapper {
	bottom: 60px !important;
	right: 10px !important;
}


@media only screen and (max-width: 768px) {
	.navbar-brand {
		max-width: 150px;
		position: relative;
	}
	.fixed .navbar-brand {
		border: none;
	}
	nav.navbar {
		padding: 0 !important;
	}
	#menu a {
		display: block;
		text-align: right;
	}
	.htop ul li {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.htop a {
		padding: 5px 7px;
		font-size: 0.8rem;
		line-height: 1rem;
		text-align: center;
		display: block;
	}
	.carousel-caption h3 {
		font-size: 1.75rem;
		line-height: 1.75rem;
	}
	.carousel-caption h2 {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	.parallax-content h2 {
		width: 96%;
		font-size: 3rem;
	}
	.parallax-content h3 {
		width: 96%;
		font-size: 2rem;
	}
	.btn-action {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	footer {
		padding: 20px 20px 20px 20px;
	}
	footer h5 {
		margin-top: 25px;
	}
	.card h2 {
		font-size: 1.75rem;
		line-height: 2rem;
		font-weight: 700;
	}
	.caption {
		line-height: 4rem;
		font-size: 2.5rem;
	}
	.text-box div {		
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.text-box {
		margin-top: 80px;
	}
}




:root {
  --purple: #5b206f;
  --red: #b7de13;
}

/* Cookie Dialog */
#gdpr-cookie-message {
	position: fixed;
	right: 30px;
	bottom: 80px;
	max-width: 375px;
	background-color: var(--purple);
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
	font-size: 14px;
	z-index: 9999;
}
#gdpr-cookie-message h4 {
	color: var(--red);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
	color: var(--red);
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	color: white;
	font-size: 13px;
	line-height: 1.3em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: var(--red);
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
	display: none;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: var(--red);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
	border: none;
	background: var(--red);
	color: var(--purple);
	font-size: 15px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: var(--red);
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
	color: var(--red);
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}