:root {
 --color-main: #009ca6;
 --color-2: #fdd323;
 --color-3: #224d75;
 --color-4: #0072ce;
 --color-5: #0072ce;
}


body {
  font-family: 'Signika', sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  background: #ffffff;
  min-width: 320px;
}

a, button {
  color: #4A4A4A;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a:hover, button:hover {
  text-decoration: none;
  color: black;
}

.reset-p {
  padding: 0 !important;
}

h1, h2, h3, h4, h5, form * {
  padding: 0;
  margin: 0;
  font-family: Signika, sans-serif;
}

h1 b, h2 b, h3 b, h4 b, h5 b{
  font-weight: 800;
}

.hero {
  background-image: url("../img/bg-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 386px;
}

.hero .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 50px;
}

.logo{
  width: 140px;
  height: auto;
}

.hero .container .logo {
  margin-top: 80px;
}

.hero .container .claim {
  width: 100%;
}

.wrap-tabla-precios{
  text-align: center;
  padding: 10px;
  color: var(--color-main);
  border-radius: 20px;
}

.tabla-precios {
  background: var(--color-main);
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.tabla-precios h2{
  font-size: 22px;
  font-weight: 300;
  padding: 0px 0px 20px 0px;
  color: var(--color-2);
  
}


.tabla-precios h4{
  font-size: 18px;
  color: var(--color-2);
  margin-top: 20px
}

.tabla-precios .row {
  display: flex;
  align-items: center;
}

.tabla-precios h2{
  padding-top: 35px
}

.tabla-precios .c-tabla {
  text-align: left;
  padding-left: 20px
}

.tabla-precios .c-tabla .col-12{
  font-size: 22px;
  border-bottom: solid 1px var(--color-2);
  margin-bottom: 10px;
  padding-bottom: 10px
}

.tabla-precios .c-tabla .col-12:last-child, .tabla-precios .c-tabla .col-12:first-child {
  border-bottom: 0px;
}

.tabla-precios p,.tabla-precios h4{
  padding-left: 20px;
}

.signature-data {
  max-width: 500px;
  margin: 20px auto 30px auto;
}

.signature-data .signature-number {
  font-size: 28px;
  font-weight: 600;
  color: var(--color-main);
  font-family: Poppins, sans-serif;
}

.signature-data .signature-number-2 {
  font-size: 22px;
  padding-bottom: 10px;
}

.signature-data .signature-number-2 span {
  font-weight: 900;
  color: var(--color-main);
}

.signature-data .signature-bar {
  display: inline-block;
  background: #F4F4F4;
  border-radius: 10px;
  width: 100%;
  border: 1px solid var(--color-main);
  height: 14px;
}

.signature-data .signature-progress {
  background: var(--color-main);
  height: 12px;
  display: block;
  border-radius: 10px 0 0 10px;
}

.signature-data .signature-percentage {
  font-weight: 600;
  color: var(--color-main);
  font-size: 24px;
}

.main-title {
  background-color: var(--color-2);
  margin-bottom: 10px;
  padding: 0px 5px;
}

.main-title h1 {
  margin: 20px 20px;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: bold;
  color: var(--color-main);
}

.main-title h4 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
}

.hero{
  position: relative;
  z-index: 0;
}

.hero-title{
  position: relative;
  z-index: 10;
}

.hero-title h2{
  color: #fff;
  padding-top: 30px;
}


.capa:before{
  background: rgba(0, 156, 166, 0.6);
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.main-title-top{
  vertical-align: middle;
  margin-top: 50px;
}

.main-title-top h1{
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  font-size: 36px;
}
.main-title-top h1 img{
  display: inline-block;
  width: 120px;
  height: auto;
}

.form {
  background: var(--color-main);
  z-index: 100;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
  max-width: 705px;
  width: 100%;
  margin: -80px auto 0px auto;
  border-radius: 0px;
}

.form h3{
  line-height: 28px;
  padding-bottom: 0px;
}

.form h3 span {
  display: block;
  font-size: 25px;
  font-weight: 400;
}


.ferror {
  font-size: 14px;
  color: #9f1717;
  display: block;
  border-radius: 40px;
  margin-top: 10px;
  padding: 0px 20px 0px 20px;
}

.ierror {
  border-color: #ffbfbf !important;
}

.bi {
  text-align: center;
}

.bi img {
  width: 100%;
}

.bi h4 {
  font-size: 46px;
  font-weight: 800;
  padding-bottom: 10px;
  border-bottom: solid 3px var(--color-main);
  margin-bottom: 20px;
  display: inline;
}

.bi span {
  display: block;
  padding-top: 40px;
}

.map img {
  width: 100%;
}

.footer {
  background: var(--color-main);
  text-align: center;
  padding: 30px;
}

.footer p {
  margin: 0px;
  color: #fff;
}

.footer ul {
  padding: 0px 0px 50px 0px;
  margin: 0px;
}

.footer ul li {
  display: inline-block;
  padding: 20px 10px;
}

.footer ul li a {
  color: #fff;
}

.testimonials {
  background-color: #F4F4F4;
  padding: 80px 40px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 100px;
}

.testimonials .container:after {
  width: 307px;
  height: 254px;
  background-image: url(../img/blockquotes.svg);
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  top: -20%;
}

.testimonials .container {
  max-width: 985px;
}

.testimonials .container span {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  color: #5c5c5c;
  position: relative;
  z-index: 43;
}

.testimonials h4 {
  font-weight: 300;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  font-weight: 300;
  word-break: break-all;
  z-index: 43;
}


.tip {
  padding: 0px 3px;
  height: auto;
  margin-bottom: 80px;
}

.tips h2 {
  font-weight: 300;
  color: var(--color-main);
  margin: 40px auto 40px auto;
  text-align: center;
}

.tips .tip-box {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  max-height: 500px;
  height: 100%;
  text-align: center;
}


.tips .tip-box i {
  margin: 30px 0px 10px 0px;
  font-size: 36px;
  background: red;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  background: var(--color-2);
}

.tips .tip-box h4 {
  font-size: 22px;
  color: var(--color-main);
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 40px;
}

.tips .tip-box span {
  margin: auto;
  display: block;
  font-size: 18px;
  line-height: 19x;
  color: var(--color-3);
}

.tips .tip-box img {
  max-width: 84px;
  padding-top: 40px;
}

.tips-2 {
  background: #fff;
  padding-top: 0px;
  position: relative;
  z-index: 1;
}

.tips-2 .tip-box {
  padding: 30px;
  margin-bottom: 80px;
  text-align: left;
  max-width: 1102px;
  margin: auto;
}

.tips-2 .tip-box h4,.tips-2 .tip-box h2 {
  color: var(--color-main);
  font-size: 32px;
  padding-bottom: 20px;
  font-weight: 200;
}

.tips-2 .tip-box span{
  display: block;
  color: #0b4367;
  padding-bottom: 20px;
  font-size: 22px;
}

.tips-2 .tip-box li{
  font-size: 18px;
}

.layout {
  position: fixed;
  bottom: 0px;
  background-color: rgba(198, 198, 198, 0.8);
  width: 100%;
  color: black;
  padding: 20px;
}

.layout #cookies {
  max-width: 960px;
  margin: 0px auto;
}

.layout #cookies .sst_close {
  background-color: #40ab40;
  color: white;
  font-family: Arial;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  float: right;
  margin-top: 15px;
  border-radius: 5px;
}

.modal-header .close{
  border: 0px;
  position: absolute;
  float: right;
  right: 20px;

}

.layout #cookies a {
  text-decoration: underline;
}

.gracias-hero {
  height: 400px;
}

.gracias-hero .logo {
  margin-top: 60px !important;
}

.gracias {
  background: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gracias h3 {
  font-size: 34px;
  color: var(--color-main);
  font-weight: 600;
  line-height: 35px;
}

.gracias h3:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background: var(--color-2);
  margin: 15px auto 0px auto;
}

.gracias p {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
}

.gracias i {
  display: block;
  font-size: 62px;
  margin-bottom: 30px;
  color: #4EC623;
}

.gracias .btn {
  background: #f1c400;
  border-radius: 0px;
  padding: 20px 60px;
  border: none;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

.gracias .btn:hover {
  background: #856c00;
  color: #fff;
}

i.form-control-feedback {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Formulario Brevo */

form.form-single{
  text-align: center;
}

form.form-single .form-check{
  text-align: left;
}

form.form-single input[type=text],form.form-single input[type=email],form.form-single input[type=phone]{
  border-radius: 0px;
  padding: 10px 20px 10px 20px;
}

form.form-single input{
    margin: 15px 0px;
}

form.form-single .form-label{
  display: none;
}

.form-single{
  position: relative;
  margin-top: 0px;
}

.form-group, .form-check{
  position: relative;
  margin: 10px 0px 0px 0px;
}

.wait-please{
  width: 100%;
  height: 100%;
  background: #009ca6;
  opacity: 0.5;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  display: none;
  z-index: 1000;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  animation: spin 2s linear infinite;
  margin: 50px auto 50px auto
}

.invalid-feedback{
    font-size: 11px;
    padding: 0px 10px;
    position: absolute;
    left: 10px;
    background: #8d0202;
    top: -12px;
    text-align: left;
    color: #fff;
    width: auto;
    font-family: 'open sans', sans-serif;
}



.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip{
    display: inline-block;
}

.form-check {
  margin-top: -15px;
}
.form-check .invalid-feedback{
  position: relative;
  background: none;
  color: #8d0202;
  padding: 0px;
  top: -10px;
  left: 0px;
  text-align: left;
  display: block;

}

.form-check label, .form-check label a{
  font-size: 14px;
  color: #fff;
  padding: 0px;
  font-family: Arial;
  font-weight: 600;
  margin: 15px 0px 0px 0px;
}

.form-check label a{
  text-decoration: underline;
}


#form-submit{
  width: 100%;
  background: var(--color-2);
  border: 0px;
  border-radius: 0px;
  color: #000;
  font-weight: 800;
  font-size: 22px;
  margin-top: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 992px) {
  .testimonials {
    margin-top: 0px;
  }
  .testimonials .container:after {
    top: 30px;
  }
  .bi {
    padding-top: 0px;
  }
  .bi h4 {
    font-size: 32px;
  }
  .bi .col-sm-5 {
    margin-bottom: 30px;
  }

  .main-title h3 {
    margin-top: 0px;
    line-height: 28px;
    margin-bottom: 0px;
  }
  .main-title h4 {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .form{
    margin-top: 0px
  }

  .hero {
    min-height: 300px;
  }
  .tips-2 {
    padding: 20px;
  }
  .tips-2 .tip-box {
    padding: 10px;
  }

    .tips-2 .tip-box h4,
    .tips-2 .tip-box h2{
    text-align: center !important;
    font-size: 22px !important;
    padding-bottom: 10px
  }

  .form .sib-form-container{
    background: none;
    padding-top: 0px;
  }

}

@media (max-width: 767px) {

  .wrap-tabla-precios{
    padding: 20px
  }

  .tips{
    width: 90%
  }

  .tip {
    padding: 0px 3px;
    height: auto;
    margin-bottom: 10px;
  }
  .bi {
    padding-top: 80px;
  }
  .hero {
    height: auto;
    padding: 8px;
  }
  .hero .container .logo img {
    max-width: 100px;
    vertical-align: top;
    margin-top: 0px;
  }
  .form{
    margin: 0px;
  }

  .tips .tip-box {
    margin-bottom: 0px;
  }
  .image-footer{
    min-height: 200px !important;
  }
}

@media (max-width: 458px) {
  .hero {
    height: 186px;
    min-height: auto;
    overflow: hidden;
  }
  .logo img {
    max-width: 100px;
    vertical-align: top;
  }

  .hero .container {
    padding: 10px;
  }

  .hero .container .logo{
    margin-top: 50px
  }
  .main-title {
    padding: 0px;
  }
  .hero-title h2{
    padding-top: 10px;
    font-size: 18px;
    list-style: 22px
  }
  .main-title h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .main-title h4 {
    font-size: 14px;
    line-height: 14px;
  }
  .gracias-hero {
    height: 200px !important;
  }
  /* CTA */

  .form .sib-form-block__button{
    font-size: 22px !important;
    padding: 20px;
  }


}
