body {margin:0;padding:0;}
/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 0px;
}

input[type="radio"] {
    display: none;
}
#main-lightbox {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
    top: 0;
    bottom: 0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    overflow: scroll;
	background-color: #fff;
	scrollbar-width: none;
}

#aux-lightbox {
    display: block;
    margin: 0 auto;
    position: relative;
}

#close-form {
    position: fixed;
    right: 0;
    top: 0;
    font-size: 1em;
    cursor: pointer;
    padding: 20px;
    z-index: 99999;
    font-weight: bold;
}

#lightbox-header {
    display: block;
    margin: 2% auto 1% auto;
    position: relative;
    text-align: center;
    width: 100%;
}

#lightbox-header img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    display: block;
}

fieldset {
    display: block;
    margin: 0 auto;
    border: 0;
}

.step {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.aux-lightbox-step {
    display: block;
    margin: 0 auto;
}

#lightbox-step2, #lightbox-step3, #lightbox-step4, #lightbox-step5, #lightbox-step6, #lightbox-step7, #lightbox-stepfinal {display:none;}

.lightbox-text {
    display: block;
    margin: 2% auto;
    font-size: 0.85em;
    max-width: 760px;
    text-align: center;
    line-height: 1.4em;
    color: #444;
}

.lightbox-title {
    display: block;
    margin: 10% auto 5% auto;
    font-size: 1.4em;
    text-align: center;
    color: #444;
    font-weight: bold;
}

.lightbox-img {
    display: inline-block;
    width: 41%;
    margin: 5% auto 6% 5%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #0199f4;
    border-radius: 15px;
    /* padding: 0; */
}
.lightbox-img img {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    width: 58%;
    margin-top: 3%;
}

.lightbox-inputs {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.lightbox-input-text {
    display: block;
    margin: 7% auto 6px auto;
    padding: 17px 0 17px 12px;
    font-size: 0.9em;
    width: 96%;
    border: 1px solid #75e670;
    font-family: 'Inter', sans-serif;
    border-radius: 10px;
}

.lightbox-buttons-box {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.lightbox-button {
    display: inline-block;
    margin: 0 auto;
    width: 48%;
    color: #444;
    max-width: 400px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.leftbox {
    margin-left: 0;
    margin-right: auto;
}
.rightbox {
    margin-left: auto;
    margin-right: 0;
}

.lightbox-button span {
	background-color: #0195f5;
	width: 61%;
	display:block;
	padding: 21px;
	font-size: 1em;
	/* background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%); */
	color: #fff;
	border-radius: 14px;
	/* width: 180px; */
	text-align: center;
	margin-left: 4%;
	/* margin-right: 10%; */
	margin-top: 11%;
}


.lightbox-radio-text {
    /* border: 1px solid #0199f4; */
    text-align: center;
    font-size: 0.9em;
    /* background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%); */
    color: #0199f4;
    padding: 6px;
    border-radius: 14px;
    display: block;
}

.lightbox-button-send {
    max-width: 600px;
    margin: 2% auto;
	cursor:pointer;
	display:block;
}

.formatform{font-family: 'Inter', sans-serif;border: 0;font-size: 1em;outline: none;}

.lightbox-button-send-span {
    text-align: center;
    font-size: 1.4em;
    background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    color: #fff;
    padding: 16px 0;
    border-radius: 14px;
    display: block;
    width: 100%;
    border: none;
    max-width: 600px;
    margin: 2% auto;

    cursor:pointer;
}

.politica {
    margin: 30px auto;
    width: 96%;
    font-size: 0.8em;
    text-align: center;
    display: block;
}

.terms {
    transform: scale(2);
    margin-right: 3%;
    vertical-align: middle;
	cursor:pointer;
}

#gracias {
    display: block;
    margin: 5% auto;
    width: 80%;
    text-align: center;
    font-size: 1.8em;
}

#loadingbar {display:block;margin: 0 auto; width:90%;}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
	color: #000 !important;
	background-color: #e7e7e7 !important;
	max-width: 92%;
	margin: 0 auto;
	border-radius: 3px;
	line-height: 28px;
	margin: 10px auto;
}

.w3-green, .w3-hover-green:hover {
	color: rgb(255, 255, 255) !important;
	/* background: linear-gradient(0deg, #EC708B 0%, #FFBA84 100%) !important; */
	background-color: #75e670;
	padding: 0;
	font-size: 1em;
	text-align: center;
	border-radius: 3px;
}

.anchoflechaheader2b{width: 38%;}

#val-firstname {
    display: none;
    color: #FF0000;
    font-size: 1em;
 }
#val-lastname {
    display: none;
    color: #FF0000;
    font-size: 1em;
}
#val-telephone {
    display: none;
    color: #FF0000;
	font-size: 1em;
}
#val-postcode {
    display: none;
    color: #FF0000;
	font-size: 1em;
}
#val-email {
    display: none;
    color: #FF0000;
	font-size: 1em;
}
#val-terms {
    display: none;
    color: #FF0000;
	font-size: 1em;
}


.lds-load {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-load div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #222;
  animation: lds-load 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-load div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-load div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-load div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-load {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


@media (min-width: 999px) and (max-width: 1880px) {
    
    #img_btn2 {width: 24%!important;
    display: inline-block!important;}
    
    
    .anchoflechaheader2b{width: 15%;}
    
    .lightbox-img img {
    display: block;
    max-width: 209px;
    margin: 0 auto;
}
    
    .lightbox-button span {
    display: block;
    width: 44%;
    padding: 13px;
    font-size: 1.3em;
    background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    color: #fff;
    border-radius: 14px;
    /* width: 180px; */
    text-align: center;
    margin-left: 24%;
}
    
    .lightbox-input-text {
    display: block;
    margin: 2% auto;
    padding: 25px 0 25px 12px;
    font-size: 1.2em;
    width: 41%;
    border: 1px solid #75e670;
    font-family: 'Inter', sans-serif;
    border-radius: 11px;
}
    
    .lightbox-title {
    display: block;
    margin: 3% auto 0% auto;
    font-size: 1.4em;
    text-align: center;
    color: #444;
    font-weight: bold;
}
    
    .lightbox-text {
    display: block;
    margin: 2% auto;
    font-size: 1.5em;
    max-width: 760px;
    text-align: center;
    line-height: 1.35em;
    color: #444;
}
    
    #lightbox-header img {
    width: 100%;
    max-width: 366px;
    margin: 0 auto;
    display: block;
}
    
    
    .lightbox-radio-text {
    text-align: center;
    font-size: 1.2em;
    /* background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%); */
    color: #0e81cb;
    padding: 15PX 6px;
    border-radius: 14px;
    display: block;
    WIDTH: 53%;
    MARGIN: auto;
}
    
    .lightbox-img {
    display: inline-block;
    width: 80%;
    margin: 2% auto 0% auto;
    max-width: 600px;
    text-align: center;
}
    
    .aux-lightbox-step {
    display: block;
    margin: 0 auto;
    text-align: center;
}
    
    
}


@media (min-width: 1881px) {
    
    #img_btn2 {width: 24%!important;
    display: inline-block!important;}
    
    
    .anchoflechaheader2b{width: 15%;}
    
    .lightbox-img img {
    display: block;
    max-width: 232px;
    margin: 0 auto;
    margin-top: 4%;
}
    
    .lightbox-button span {
    display: block;
    width: 44%;
    padding: 19px;
    font-size: 1.3em;
    /* background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%); */
    color: #fff;
    border-radius: 14px;
    /* width: 180px; */
    text-align: center;
    margin-left: 26%;
}
    
    .lightbox-input-text {
    display: block;
    text-align: left;
    margin: 2% auto;
    padding: 25px 0 25px 12px;
    font-size: 1.2em;
    width: 41%;
    border: 1px solid #75e670;
    font-family: 'Inter', sans-serif;
    border-radius: 11px;
}
    
    .lightbox-title {
    display: block;
    margin: 5% auto 0% auto;
    font-size: 2em;
    text-align: center;
    color: #444;
    font-weight: bold;
}
    
    .lightbox-text {
    display: block;
    margin: 2% auto;
    font-size: 1.5em;
    max-width: 760px;
    text-align: center;
    line-height: 1.35em;
    color: #444;
}
    
    #lightbox-header img {
    width: 100%;
    max-width: 366px;
    margin: 0 auto;
    display: block;
}
    
    
    .lightbox-radio-text {
    text-align: center;
    font-size: 1.2em;
    /* background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%); */
    color: #0e81cb;
    padding: 0PX 6px 26px 6px;
    border-radius: 14px;
    display: block;
    WIDTH: 51%;
    MARGIN: auto;
}

    .lightbox-img {
    border: 1px solid #0199f4;
    display: inline-block;
    width: 17%;
    margin: 2% 3% 6% 3%;
    max-width: 412px;
    text-align: center;
    border-radius: 15px;
}
    
    .aux-lightbox-step {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.terms {margin-right:1%;}

.lightbox-button-send span{font-size:2em;} 
}
