body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

body .text-mobile {
  display: none;
}

body header p {
  font-size: 20px;
  text-align: center;
}

body header h2 {
  color: #008280;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

body header .top-line {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  max-width: 60%;
  position: absolute;
  top: 0;
  right: 0;
}

body header .container .header {
  padding: 80px 0 50px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .video {
  background-image: url(../img/IMAGEN-VIDEO.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}

body main .video .contain-block {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 500px;
}

body main .video .contain-block .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

body main .video .contain-block .video-wrapper .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body main .discounts {
  padding: 70px 0 50px;
  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;
}

body main .discounts h2 {
  text-align: center;
  color: #06b2b6;
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

body main .discounts .circles {
  padding: 50px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}

body main .beneficts {
  margin: 0 auto;
  padding-bottom: 30px;
}

body main .beneficts .qa {
  width: 80%;
  max-width: 90%;
  margin: auto;
}

body main .beneficts .qa .end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

body main .beneficts .qa .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body main .beneficts .qa .row .question {
  margin-top: 30px;
  padding: 0 20px 0 0;
  background-color: #008280;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

body main .beneficts .qa .row .question p {
  line-height: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
}

body main .beneficts .qa .row .question::before {
  content: "";
  position: relative;
  left: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 45px;
  border-color: transparent transparent #008280 transparent;
}

body main .beneficts .qa .row .dots-1 {
  position: relative;
  left: 10px;
  margin-top: 30px;
}

body main .beneficts .qa .row .dots-2 {
  padding-right: 10px;
}

body main .beneficts .qa .row .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

body main .beneficts .qa .row .answer p {
  color: #008280;
  font-size: 16px;
  font-style: italic;
}

body main .beneficts .qa .vademecum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body main .beneficts .qa .vademecum span {
  background-color: #87c7c8;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
}

body main .beneficts .qa .vademecum a {
  margin: 0;
  cursor: pointer;
  height: 40px;
  padding: 0 24px;
  background-color: #12517d;
  color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body main .beneficts .qa .vademecum a:hover, body main .beneficts .qa .vademecum a:focus, body main .beneficts .qa .vademecum a:active {
  background: #2373ac;
}

body main .subfooter {
  padding: 50px 0;
}

body main .subfooter .banner {
  padding-bottom: 30px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body main .subfooter h2 {
  text-align: center;
  color: #008280;
  font-size: 36px;
  font-weight: 700;
}

body main .subfooter p {
  text-align: center;
}

body main .subfooter .text-blue {
  padding: 25px 0;
  color: #12517e;
  font-size: 18px;
  font-weight: 500;
}

body main .subfooter .spacer {
  width: 80%;
  height: 1px;
  background-color: #aeaeae;
  margin: 50px auto 0;
}

body main .subfooter button {
  margin: auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  padding: 0 24px;
  background-color: #12517d;
  color: #fff;
  border: none;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

body main .subfooter button a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body main .subfooter button span {
  font-size: 16px;
  font-weight: 700;
}

body main .subfooter button img {
  height: 15px;
  margin-left: 10px;
}

body main .subfooter button:hover, body main .subfooter button:focus, body main .subfooter button:active {
  background: #2373ac;
}

body footer {
  padding: 0 0 30px 0;
}

body footer p {
  color: #999;
  text-align: center;
  font-size: 12px;
}

body footer .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 25px;
}

body footer .brand img {
  height: 40px;
  margin: 0 10px;
}

body footer .agency {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body footer .back-to-home {
  background-color: #87c7c8;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

body footer .back-to-home:hover, body footer .back-to-home:focus, body footer .back-to-home:active {
  background: #80c2c4;
}

body footer .back-to-home a {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 400;
  padding: 10px 15px;
}

body .bottom-line {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  max-width: 60%;
  position: absolute;
}

@media only screen and (max-width: 1920px) and (min-width: 1024px) {
  main .video {
    height: 593px !important;
  }
  main .video .contain-block {
    padding: 65px 0 0 !important;
    max-width: 800px !important;
  }
}

@media only screen and (min-width: 1400px) {
  main .video {
    height: 600px;
  }
  main .video .contain-block {
    padding: 125px 0 0;
    max-width: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
  }
}

@media only screen and (max-width: 768px) {
  body .text-mobile {
    display: block;
  }
  body .text-desktop {
    display: none;
  }
  body .container {
    width: 100%;
    margin: 0 auto;
    max-width: 720px;
  }
  body main .video {
    height: 400px;
  }
  body main .video .contain-block {
    padding: 50px 0 0;
  }
  body main .discounts .circles {
    -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;
  }
}

@media only screen and (max-width: 576px) {
  body .container {
    width: 100%;
    margin: 0 auto;
    max-width: 540px;
    width: 90%;
  }
  body main .video {
    height: 400px;
  }
  body main .video .contain-block {
    padding: 60px 0 0;
  }
  body main .beneficts .qa .question {
    padding: 0 20px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  body main .beneficts .qa .question p {
    line-height: 1 !important;
  }
  body main .beneficts .qa .question::before {
    left: -15px;
    border-width: 0 15px 64px !important;
  }
}

@media only screen and (max-width: 480px) {
  body .container {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
  }
  body main .video {
    height: 350px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 479px) {
  body .container {
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
  }
  body main .video {
    height: 300px;
  }
  body main .video .contain-block {
    padding: 50px 0 0;
    max-width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */