@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

@import "contactform.css";
@import "privacypolicy.css";
@import "thankyoupage.css";
@import "errormsg.css";
@import "doimessage.css";
body {
  font-family: "Open sans, Helvetica, Arial", sans-serif;
  background-color: #fff;
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

* {
  box-sizing: border-box;
}

@media (min--moz-device-pixel-ratio: 0) {
  .options select {
    padding-top: 1em;
  }
}

/* --- Header --- */

.header {
  -webkit-align-items: center;
  align-items: center;

  box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
  color: currentColor;
  color: var(--c-header);
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 15px;
  /* padding: 5px var(--padding-small); */
  position: relative;
  width: 100%;
  max-width: 1920px;
  z-index: 20;
}

.head {
  margin: auto;
}

.logo {
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

.logo img {
  max-width: 150px;
  width: 100%;
}

.title-banner {
  font-family: "Open sans, Helvetica, Arial", sans-serif;
  text-align: center;
  margin: auto;

  padding: 5px;
  font-size: calc(0.8rem + 0.3vw);
}

.title-banner p {
  margin: 0;
}

/* --- MAIN --- */

.general-box {
  margin: auto;
}

.general-box h3 {
  font-size: calc(1.4rem + 0.6vw);
  font-weight: bold;
}

.def-btn {
  box-sizing: border-box;
  display: block;

  position: relative;
  width: 100%;
  border: none;
  font-size: 1.2rem;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  transition: all 500ms ease;
  cursor: pointer;
}

.def-btn:hover,
.def-btn:active {
  background-color: #276dd6;
}

/* --- LEFT BOX --- */

.general-box {
  background-color: #03409a;
  background: url(../images/banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 800px;
  color: #fff;
}

.left-box {
}

.info-box {
  /*background-color: rgba(255, 255, 255, 0.7);
		padding: 20px 30px;*/
}

.box1 {
  margin-top: 40px;
}

.intro {
  margin-bottom: 30px;
}

.intro h1 {
  font-size: calc(1.8rem + 0.7vw);
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}

.intro h4 {
  font-size: calc(1.2rem + 0.3vw);
}

.install h2,
.techno h2,
.advantage h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.install p,
.techno p,
.advantage p {
  font-size: 14pt;
}

.hold-title h2 {
  font-size: 2rem;
}

.hold-title {
  text-align: center;
}

/* --- RIGHT BOX --- */

/* --- FORM --- */

.box-form {
  font-family: "Open sans, Helvetica, Arial", sans-serif;
  max-width: 800px;
  width: 100%;

  margin: auto;
  box-sizing: border-box;
}

.line-steps {
  padding: 0;
  max-width: 760px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.progress-bar {
  background-color: #29abe2;
}

.box-zipcode {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.quest1-row,
.quest2-row {
  width: 100%;
  margin: auto;
}

.hold-title,
.options,
.quest-number {
  padding: 10px 20px;
}

.quest-number {
  background-color: #29abe2;
  text-align: center;
}

.quest-number p {
  margin: 0;
}

.options input[type="text"] {
  width: 100%;
  /*border: 0;*/
  font-size: 12pt;
  color: #7c7c7c;
  min-height: 47px;
  padding: 5px 10px;
}

.options div[class^="answer-holder form-check"] {
  min-height: 47px;
  padding: 10px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  background-color: #000000a6;
}

.options div[class^="answer-holder form-check"]:hover {
  background-color: #03a8e2;
}

.options label {
  cursor: pointer;
}

.form-check label {
  font-size: 14pt;
  line-height: 1;
  color: #fff;
}

[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.options select {
  width: 100%;
  font-size: 12pt;
  color: #7c7c7c;
  min-height: 47px;
  margin-bottom: 0;
  padding-left: 8px;
  -moz-padding-top-: 2%;
}

.hold-title {
  margin-top: 10px;
}

.answer-holder {
  border-radius: 3px;
  border: 1px solid;
  cursor: pointer;
  border: 1px solid #8b8b8b;
  /*transition: all 0.2s ease-in-out;*/

  margin: 0 0 20px;
  max-width: 800px;
  font-size: 16pt;
}

.answer-holder input {
  margin-left: 0 !important;
  margin-right: 10px;
}

.answer-holder p {
  width: 90%;
  padding: 10px 0;
}

.owner-box {
  text-align: left;
  margin-top: 10px;
}

.owner-box label {
  color: #777;
  font-size: 11pt;
}

.extra img {
  max-width: 45px;
  width: 100%;
  margin-left: auto;
}

.text-box {
  max-width: 600px;
  margin: auto;
  margin-top: 20px;
  width: 100%;
  padding: 5px 40px;
}

.form-fill {
  width: 100%;
  justify-content: center;
}

.box-date {
  margin: auto;
}

.box-date div:nth-child(1),
.box-date div:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
}
.box-date div:nth-child(2) {
  padding-right: 10px;
  padding-left: 10px;
}

.line-box {
  margin: 0px 0px 10px !important;
  border: solid 1px #c2c2c2;
  padding: 10px 0 10px 10px;
  float: none;
  border-radius: 5px;
}

.line-box:first-child {
  font-size: 0.9em;
  color: #6c757d;
}

.return {
  color: #fff;
  padding: 20px 20px 0 30px;
  text-decoration: underline;
  box-sizing: border-box;
  cursor: pointer;
}

.img-secure img {
  max-width: 100px;
  width: 100%;
}

.form-btn {
  /*max-width: 220px;*/
  padding: 15px 20px;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
  font-family: "Open sans, Helvetica, Arial", sans-serif;
  border-radius: 5px;
  background-color: #03a8e2;
}

.form-btn:hover {
  background-color: #29abe2;
}

.box-check {
  padding: 3px 10px;
}

.fieldpp {
  font-size: 0.8em;
  /*color: #c2c2c2;*/
}

#step-2 {
  position: relative;
}

.conditions {
  margin-top: 60px;
}

.item-active {
  background-color: #03a3ff;
  border: 0;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
}

.item-active div {
  margin-bottom: 0;
}

/*-- INSTALL --*/

.install {
  margin: auto;
  padding: 70px 0;
  font-size: 14pt;
}

.install a {
  text-decoration: none !important;
}

.install img {
  max-width: 600px;
  width: 100%;
}

.cta-btn {
  background-color: #29abe2;
  max-width: 350px;
  padding: 20px;
  border-radius: 5px;

  color: #fff;
  border: none;
  font-size: 1.2rem;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  transition: all 500ms ease;
  cursor: pointer;
}

/*-- TECHNO --*/

.techno {
  background-color: #7ac7f3a8;
  padding: 80px 0;
}

.techno-text {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  color: #fff;
}

.box-techno {
  margin: auto;
  margin-top: 40px;
  max-width: 1200px;
}

.techno-step {
  padding: 0;
  color: #fff;
}

.add-space {
  background-color: #0006;
  margin: 0 20px 20px;
  min-height: 300px;
}

.techno-step h5 {
  padding: 10px 20px;
}

.techno-step img {
  max-width: 350px;
  width: 100%;
}

.techno-last-text {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding-top: 50px;
  color: #fff;
}

/*-- ADVANTAGE--*/

.advantage {
  padding: 80px 0;
}

.box-advantage {
  margin: auto;
  justify-content: center;
}

.box-advantage img {
  max-width: 880px;
  width: 100%;
}

.last-advantage {
  padding: 50px 0 0;
}

.last-advantage p {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  font-size: 15.5pt;
  font-weight: lighter;
}

/*-- FOOTER --*/

.footer {
  background-color: #29a6dd;
  /*border: 1px solid	#CF102D;*/
  text-align: center;
}

.footer-position {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-position p {
  padding: 20px;
  margin: 0;
  font-family: "Open sans, Helvetica, Arial", sans-serif;
  color: #fff;
}

.footer-position a {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .line-steps {
    max-width: 280px;
  }

  .techno {
    padding: 60px 30px 30px;
  }
}

@media screen and (max-width: 991px) {
  .special-box {
    text-align: center;
  }

  .img-benefits {
    text-align: center;
  }

  .special-box-cta {
    margin-right: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .general-box {
    padding: 20px 30px 50px;
  }

  .box-form {
    max-width: 100%;
    padding-bottom: 70px;
  }

  .right-box {
    width: 100%;
  }

  .box1 {
    padding-bottom: 0;
  }

  .title-banner,
  .logo {
    text-align: center;
  }

  .intro {
    margin-top: 30px;
    text-align: center;
  }

  .intro h2,
  .intro h4 {
    text-align: center;
  }

  .line-steps {
    max-width: 685px;
  }
}

@media screen and (max-width: 684px) {
  .options {
    padding: 10px 20px;
  }

  .answer-holder-02opt,
  .answer-holder-04opt,
  .answer-holder-05opt {
    max-width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .form-btn {
    max-width: 100%;
  }

  .install,
  .techno,
  .advantage {
    padding: 50px 30px 20px;
  }

  .box-techno {
    margin: auto;
  }

  .techno-step {
    margin: auto;
    margin-bottom: 40px;
    max-width: 400px;
  }

  .techno-step img {
    max-width: 100%;
  }

  .techno-step h5 {
    padding: 10px 40px;
  }

  .techno-last-text {
    padding: 20px 15px 25px;
  }

  .advantage {
  }
}

@media screen and (max-width: 540px) {
  .return {
    padding-top: 0;
  }
}

@media screen and (max-width: 450px) {
  .header {
    display: none;
    padding: 0;
  }

  .form-fill {
    padding: 0;
  }

  .answer-holder label {
    width: 80%;
  }
}

/* Error message */

.errormsg {
  /*height: 0;*/
  /*padding-top: 0;*/
  /*padding-bottom: 1em;*/
  color: red;
  /*transform: scaleY(0);*/
  /*transition: all 1s ease-in;*/
}

.errormsgactive {
  transform: scaleY(1);
  height: 2em;
}

/* Contact Form */
/*
.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  /*width: 400px;*/
/*  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  margin-left: -70px;
  z-index: 10;
  height: auto;
   opacity: 1;
  -webkit-transition: opacity 1000ms linear;
   transition: opacity 1000ms linear;
}*/

.form-horizontal,
.form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}

#xclose {
  /*position: fixed;*/
  padding: 5px;
  margin: 0 5px 10px 0;
  background-color: #ececec;
  border: 1px solid #c5c5c5;
  width: 26px;
}

#contacterr {
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
}

#bclose {
  line-height: 1em;
  border-radius: 0;
  padding: 3px 5px;
}

/* Thank you */

#thankyoubg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

#thankyoubox {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  background-image: url("../images/thankyou-bg.jpg");
  background-size: cover;
  background-position: -80px;
}

#thankyoutxt {
  margin-left: 60%;
  text-align: center;
  padding-top: 25%;
}

#thankyoutxt1 {
  color: #ea740e;
}

#thankyouhr {
  background-color: #d20f1d;
  height: 5px;
  width: 50%;
  margin: 10px auto 10px auto;
}

.thanks-page {
  max-width: 900px;
  width: 100%;
  margin: auto;
  border: 1px solid #c2c2c2; /* Este border se quitará cuando se haga en popup*/
  background-color: #f4f4f5;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
}

.info-thanks {
  padding: 25px 40px;
}

.text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #4d4d4d;
  text-align: center;
}

.text h1 {
  font-size: 2.5em;
  font-weight: bold;
  color: #0091a9;
}

.text h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 30px;
}

.text span {
  font-size: 1em;
  font-weight: lighter;
}

.line {
  height: 6px !important;
  width: 45%;
  margin: 0 auto 20px;
  color: #0091a9;
  border-radius: 2px;
  opacity: 100%;
}

.more-webs {
  width: 100%;
  margin: 20px auto 30px;
}

.web {
  width: 30%;
  background-color: #fff;
  border: solid 1px #c2c2c2;
  text-align: center;
  margin: 0 auto;
  padding: 25px;
}

.web li {
  text-align: left;
}

.web img {
  max-width: 70px;
  width: 100%;
}

.list {
  height: 180px;
  margin-top: 20px;
}

.hide {
  display: none;
}

.btn-thanks {
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  padding: 10px;
  font-size: 1em;
  color: #ffffff;
  background-color: #e68016;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 10px;
  border: 0;
}

.btn-thanks:hover {
  background-color: #d9580b;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  #thankyoubg {
    overflow: scroll;
  }

  .thanks-page {
    top: 0;
    position: absolute;
  }

  .web {
    max-width: 450px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }

  .list {
    height: initial;
  }

  .text h1 {
    font-size: calc(2rem + 0.8vw);
  }

  .text h4 {
    font-size: calc(1rem + 0.5vw);
    margin-bottom: 10px;
  }

  .text span {
    font-size: calc(0.8rem + 0.3vw);
  }
}

/* Loader */

.loaderbg {
  background-color: #c1c1c18a;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
}

.loader {
  background-image: url("../images/loader.gif");
  width: 30px;
  height: 30px;
  /*border: 1px solid grey;*/
  /*border-radius: 5px;*/
  z-index: 10;
  /*position: relative;
	top: 50%;
	left: 50%;*/
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 30px;
  max-height: 30px;
  float: left;
}

.checker {
  background-image: url("../images/checker.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
}

.thankyouloader {
  background-image: url("https://media2.giphy.com/media/3oEjI6SIIHBdRxXI40/200.gif");
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-position: center;
  background-color: white;
  width: 100%;
  height: 100%;
}

#thankyouloader-txt {
  text-align: center;
  margin-top: 100px;
  font-size: 1.5em;
}

/* Postcode */

.postcodenoview {
  display: none;
  height: 0;
  transition: height 2s;
  transition-timing-function: ease-in;
}

.postcodeview {
  display: block;
  height: 1em;
  color: #0f8d3b;
  /*padding-top: 1em;*/
  /*padding-bottom: 1em;*/
  font-size: 1em;
}
.trapemail {
  display: none;
}
