/*---------------------------------
                FONTS
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: "DINNextRoundedLTW01-Regular";
  src: url(./fonts/DINNEXTROUNDEDLTPRO-REGULAR.OTF);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "DIN Round Pro";
  src: url(./fonts/DINROUNDPRO.OTF);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "DINNextRoundedLTPro-Bold";
  src: url(./fonts/DINNEXTROUNDEDLTPRO-BOLD.OTF);
  font-style: normal;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}

/*---- Header ----*/
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  background-color: #011e41;
}

header > .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 1318px;
  margin: 42px auto 0 auto;
  padding: 0 20px;
}

header > .header-bottom {
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #ed5f3f 0%, #f78f23 52%, #ff9e18 100%);
  padding: 1rem;
  width: 100%;
  font-family: DINNextRoundedLTPro-Bold;
  font-size: 29px;
  font-weight: 400;
  line-height: 34.8px;
  text-transform: uppercase;
}

header > div > br {
  display: none;
}

/*---- Hero ----*/
.hero-mista {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hero-mista > img {
  width: 100%;
  height: auto;
}

.hero-mista .hero-img-mobile {
  display: none;
}

/*---- Whatsapp ----*/
.cta-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: #29a71a;
  max-width: 300px;
  padding: 8px 22px;
  border-radius: 8px;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  font-family: DINNextRoundedLTPro-Bold;
  font-size: 28px;
  font-weight: 400;
  line-height: 33.6px;
  transition: background 0.2s ease-out;
}

.cta-whatsapp:hover {
  cursor: pointer;
  background-color: #208314;
}

/*---- Coverage -----*/
.coverages-mista {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1318px;
  margin: 0 auto;
  padding: 76px 16px 61px 16px;
}

.coverages-mista > div {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.personal-insurance {
  display: flex;
  flex-direction: column;
  padding: 28px 27px 28px 50px;
  border-radius: 22px;
  background-color: #011e41;
}

.personal-insurance p:first-of-type {
  font-family: DINNextRoundedLTW01-Regular;
  font-size: 36px;
  font-weight: 400;
  line-height: 40.68px;
  color: #fff;
}

.personal-insurance h2 {
  font-family: DINNextRoundedLTPro-Bold;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
  color: #ff9e18;
  text-transform: uppercase;
}

.personal-insurance > span {
  padding: 0 9px;
  background-color: #ff9e18;
  border-radius: 7px;
  font-family: DIN Round Pro;
  font-size: 36px;
  font-weight: 400;
  line-height: 46.37px;
  color: #fff;
  max-width: max-content;
}

.personal-insurance > span > span {
  font-family: DINNextRoundedLTPro-Bold;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
  color: #fff;
}

.personal-insurance p:last-of-type {
  font-family: DIN Round Pro;
  font-size: 34px;
  font-weight: 400;
  line-height: 43.79px;
  color: #fff;
}

.personal-insurance p:last-of-type > span {
  font-family: DINNextRoundedLTPro-Bold;
  font-size: 34px;
  font-weight: 400;
  line-height: 40.8px;
}

.personal-insurance h3 {
  font-family: DINNextRoundedLTPro-Bold;
  font-size: 55px;
  font-weight: 400;
  line-height: 66px;
  color: #ff9e18;
}

.coverage {
  display: flex;
  flex-direction: column;
  padding: 32px 44px 20px 44px;
  background-color: #f2e9e1;
  width: 100%;
  max-width: 750px;
  border-radius: 22px;
}

.coverage h2 {
  padding: 2px 11px 0 11px;
  background-color: #ff9e18;
  border-radius: 7px;
  font-family: DINNextRoundedLTPro-Bold;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
  color: #fff;
  max-width: max-content;
}

.coverage ul {
  list-style: none;
  margin-left: 58px;
}

.coverage ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: DIN Round Pro;
  font-size: 32px;
  font-weight: 400;
  line-height: 41.22px;
  color: #011e41;
  position: relative;
  padding-left: 16px;
}

.coverage ul li::before {
  content: ".";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-9px);
}

.coverage small {
  margin-top: 10px;
  font-family: DIN Round Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.61px;
  color: #011e41;
}

/*---- Be protected ----*/
.be-protected-mista {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
  width: 100%;
  max-width: 1318px;
  margin: 0 auto;
  padding: 47px 16px 108px 16px;
  border-top: solid 5px #ff9e18;
}

.be-protected-mista h2 {
  font-family: DINNextRoundedLTW01-Regular;
  font-size: 64px;
  font-weight: 400;
  line-height: 72.32px;
  color: #ff9e18;
}

.be-protected-mista > div {
  display: flex;
  gap: 120px;
}

.be-protected-mista > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.be-protected-mista > div > div > span {
  font-family: DINNextRoundedLTW01-Regular;
  font-size: 33px;
  font-weight: 400;
  line-height: 37.29px;
  text-align: center;
  color: #011e41;
  max-width: 180px;
}

/*---- Online ----*/
.online-mista {
  padding: 51px 16px 135px 16px;
  background-color: #011e41;
}

.online-mista article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
  width: 100%;
  max-width: 1318px;
  margin: 0 auto;
}

.online-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.online-top > h3,
.online-top > h3 > span {
  font-family: DINNextRoundedLTPro-Bold;
  font-size: 39px;
  font-weight: 400;
  line-height: 46.8px;
  color: #ff9e18;
  margin-top: 16px;
  text-transform: uppercase;
}

.online-top > p {
  font-family: DINNextRoundedLTW01-Regular;
  font-size: 35px;
  font-weight: 400;
  line-height: 39.55px;
  text-align: center;
  color: #fff;
  max-width: 764px;
  margin-bottom: 40px;
}

.online-top > p > br {
  display: none;
}
.online-bottom {
  width: 100%;
  padding-top: 37px;
  border-top: solid 5px #fff;
}

.online-bottom p {
  font-family: DINNextRoundedLTW01-Regular;
  font-size: 43.63px;
  font-weight: 400;
  line-height: 49.3px;
  text-align: center;
  color: #fff;
}

/*---- Footer ----*/
footer {
  padding: 50px 74px 24px 74px;
  background-color: #fff;
}

footer > div {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  max-width: 1318px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 18px;
  border-top: solid 1px #343434;
}

.footer-top > div {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: 34px;
}

.footer-top > div > p {
  font-family: Roboto;
  font-size: 12.16px;
  font-weight: 400;
  line-height: 14.25px;
  color: #4a4a49;
  text-align: center;
}

.footer-top > div > p > span {
  font-family: Roboto;
  font-size: 12.16px;
  font-weight: 600;
  line-height: 14.25px;
  color: #4a4a49;
}

.footer-top > div > span {
  width: 0.5px;
  height: 40px;
  background-color: #4a4a49;
  flex-shrink: 0;
}

.footer-top > div > h4 {
  font-family: Roboto;
  font-size: 15.63px;
  font-weight: 700;
  line-height: 18.32px;
  color: #009ee2;
}

.footer-top > img {
  margin-right: 34px;
}

.footer-center {
  display: flex;
  align-items: center;
  gap: 36px;
}

.footer-center > .footer-center-mobile {
  display: none;
}

.footer-center > div:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px 35px 22px 35px;
  background-color: #f1f1f2;
  width: 100%;
  max-width: 816px;
}

.footer-center > div:first-of-type > p {
  font-family: Roboto;
  font-size: 14.17px;
  font-weight: 400;
  line-height: 16.61px;
  color: #4a4a49;
}

.footer-center > div:first-of-type > p:first-of-type > span {
  font-family: Roboto;
  font-size: 14.17px;
  font-weight: 600;
  line-height: 16.61px;
  color: #1d1d1b;
}

.footer-center > div:first-of-type > p:last-of-type > span {
  font-family: Roboto;
  font-size: 14.17px;
  font-weight: 700;
  line-height: 16.61px;
  color: #4a4a49;
}

.footer-center > div:last-of-type {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-center > div:last-of-type > p {
  font-family: Roboto;
  font-size: 13.19px;
  font-weight: 700;
  line-height: 15.45px;
  color: #4a4a49;
  margin-bottom: 8px;
}

.footer-center > div:last-of-type > div > p {
  font-family: Roboto;
  font-size: 13.19px;
  font-weight: 400;
  line-height: 15.45px;
  color: #4a4a49;
}

.footer-center > div:last-of-type > div > p > span {
  font-family: Roboto;
  font-size: 13.19px;
  font-weight: 600;
  line-height: 15.45px;
  color: #4a4a49;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-bottom > p {
  font-family: Inter;
  font-size: 12.4px;
  font-weight: 400;
  line-height: 15.01px;
  color: #4a4a49;
  margin-left: 34px;
}

.footer-bottom > a {
  font-family: Roboto;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #4a4a49;
}

.weyop {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.weyop a {
  font-family: Roboto;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #4a4a49;
}

/*==== Mobile ====*/
@media (max-width: 768px) {
  /*---- Header ----*/
  header {
    gap: 20px;
  }

  header > .header-top {
    margin-top: 20px;
  }

  header > .header-top > .logo-mista {
    width: 96px;
    height: auto;
  }

  header > .header-top > .logo-sancor {
    width: 96px;
    height: auto;
  }

  header > .header-bottom {
    padding: 10px 16px;
    font-size: 11.28px;
    line-height: 13.54px;
  }

  header > .header-bottom > br {
    display: block;
  }

  /*---- Hero ----*/
  .hero-mista .hero-img-web {
    display: none;
  }

  .hero-mista .hero-img-mobile {
    display: block;
  }

  /*---- Coverage ----*/
  .coverages-mista {
    gap: 24px;
    padding: 34px 40px 55px 40px;
  }

  .coverages-mista > div {
    flex-direction: column;
    gap: 16px;
  }

  .personal-insurance {
    padding: 16px 16px 16px 30px;
    border-radius: 13px;
  }

  .personal-insurance p:first-of-type {
    font-size: 21.03px;
    line-height: 23.76px;
  }

  .personal-insurance h2 {
    font-size: 21.03px;
    line-height: 27.08px;
  }

  .personal-insurance > span {
    font-size: 21.03px;
    line-height: 27.08px;
  }

  .personal-insurance > span > span {
    font-size: 21.03px;
    line-height: 25.23px;
  }

  .personal-insurance p:last-of-type {
    font-size: 19.86px;
    line-height: 25.58px;
  }

  .personal-insurance p:last-of-type > span {
    font-size: 19.86px;
    line-height: 23.83px;
  }

  .personal-insurance h3 {
    font-size: 32.12px;
    line-height: 38.55px;
  }

  .coverage {
    padding: 18px 22px 18px 26px;
    border-radius: 13px;
  }

  .coverage h2 {
    font-size: 21.14px;
    line-height: 25.37px;
  }

  .coverage ul {
    margin-left: 0;
    margin-top: 10px;
  }

  .coverage ul li {
    font-size: 13.51px;
    line-height: 17.4px;
    padding-left: 8px;
  }

  .coverage ul li::before {
    transform: translateY(-4px);
  }

  .coverage small {
    font-size: 9.4px;
    line-height: 12.1px;
  }

  .cta-whatsapp {
    font-size: 20.35px;
    line-height: 24.42px;
  }

  .cta-whatsapp img {
    width: 23px;
    height: auto;
  }

  /*---- Be Protected ----*/
  .be-protected-mista {
    border-width: 2px;
    padding: 15px 0px 54px 0px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    gap: 47px;
  }

  .be-protected-mista h2 {
    font-size: 44.86px;
    line-height: 50.69px;
    text-align: center;
  }

  .be-protected-mista > div {
    flex-direction: column;
    gap: 40px;
  }

  .be-protected-mista > div > div {
    gap: 16px;
  }

  .be-protected-mista > div > div > img {
    max-height: 68px;
  }

  .be-protected-mista > div > div > span {
    font-size: 22px;
    line-height: 24.86px;
  }

  /*---- Online ----*/
  .online-mista {
    padding: 34px 40px 50px 40px;
  }

  .online-top {
    gap: 12px;
  }

  .online-top > img {
    max-width: 86px;
  }

  .online-top > h3 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-top: 8px;
    max-width: 300px;
  }
  .online-top > h3 > span {
    display: none;
  }

  .online-top > p {
    font-size: 19.31px;
    line-height: 21.82px;
    text-align: center;
    margin-bottom: 16px;
  }

  .online-top > p > br {
    display: block;
  }

  .online-bottom {
    border-width: 2px;
  }

  .online-bottom > p {
    font-size: 23.63px;
    line-height: 26.7px;
  }

  /*---- Footer ----*/
  footer {
    padding: 37px 27px 8px 27px;
  }

  footer > div {
    gap: 13px;
  }

  .footer-top > img {
    display: none;
  }

  .footer-top > div {
    justify-content: space-between;
    gap: 10px;
    margin-left: 0;
    width: 100%;
  }

  .footer-top > div > p {
    font-size: 5.3px;
    line-height: 6.22px;
  }

  .footer-top > div > p > span {
    font-size: 5.3px;
    line-height: 6.22px;
  }

  .footer-top > div > span {
    height: 17px;
  }

  .footer-top > div > h4 {
    font-size: 6.82px;
    line-height: 7.99px;
  }

  .footer-center {
    flex-direction: column;
    gap: 11px;
  }

  .footer-center > div:first-of-type {
    padding: 16px 17px 11px 17px;
    gap: 8px;
  }

  .footer-center > div:first-of-type > p {
    font-size: 6.18px;
    line-height: 7.25px;
  }

  .footer-center > div:first-of-type > p:first-of-type > span {
    font-size: 6.18px;
    line-height: 7.25px;
  }

  .footer-center > div:first-of-type > p:last-of-type > span {
    font-size: 6.18px;
    line-height: 7.25px;
  }

  .footer-center > div:last-of-type {
    display: none;
  }

  .footer-center-mobile {
    display: flex !important;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding-left: 16px;
  }

  .footer-center-mobile > div:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .footer-center-mobile > div:first-of-type > p {
    font-family: Roboto;
    font-size: 5.75px;
    font-weight: 700;
    line-height: 6.74px;
    color: #4a4a49;
    margin-bottom: 4px;
  }

  .footer-center-mobile > div:first-of-type > div > p {
    font-family: Roboto;
    font-size: 5.75px;
    font-weight: 400;
    line-height: 6.74px;
    color: #4a4a49;
  }

  .footer-center-mobile > div:first-of-type > div > p > span {
    font-family: Roboto;
    font-size: 5.75px;
    font-weight: 600;
    line-height: 6.74px;
    color: #4a4a49;
  }

  .footer-center-mobile > div:last-of-type {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .footer-center-mobile > div:last-of-type > img {
    max-width: 100px;
    height: auto;
  }

  .footer-center-mobile > div:last-of-type > p {
    font-family: Inter;
    font-size: 5.41px;
    font-weight: 400;
    line-height: 6.55px;
    color: #4a4a49;
    margin-top: auto;
  }

  .footer-bottom {
    display: none;
  }

  .weyop {
    display: flex;
  }

  .weyop a {
    font-size: 12px;
  }

  .weyop a img {
    max-width: 80px;
  }
}
