@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700;800&display=swap");

* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

main {
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
/** RESET DA TABELA **/
table {
  background: none;
}

/** MODAL **/
/* The Modal (background) */
.modal-link {
  color: #fc525f;
  background-color: transparent;
  font: normal normal normal 12px/15px Montserrat !important;
  text-decoration: underline;
  width: 100%;
}
.title a,
.sub-title a {
  color: #fc525f;
  font: normal normal normal 12px/15px Montserrat !important;
  text-decoration: underline;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.content-banner {
  position: relative;
  width: 100%;
  height: 365px;
  overflow: hidden;
}
.content-banner img {
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}

.content-text {
  margin: 0 auto;
  text-align: center;
  max-width: 1182px;
}
.content-text h2 {
  font: normal normal bold 26px/32px Montserrat !important;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 40px;
}
.content-text p {
  font: normal normal normal 18px/27px Montserrat !important;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 24px;
}

/** SHOW DESK TABLE AND HIDE MOBILE**/
section.table-desk {
  display: block;
}
section.table-mobile {
  display: none;
}

.table-mobile th small,
.table-desk td small {
  font-size: 12px;
  font-weight: 300;
}
/* TABLE LAYOUT */
.table-desk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 40px;
}
.table-desk table {
  margin: 0 auto;
}
.table-desk th {
  text-align: center;
  vertical-align: middle;
}
.table-desk th.title {
  background-color: #ffbb5e;
  color: #fff;
  font: normal normal 700 18px/20px Montserrat !important;
  height: 94px;
  padding: 0 15px;
  border-radius: 10px;
  text-transform: uppercase;
}
.table-desk td {
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
}
.table-desk td.carrier-type {
  background-color: #dbdbdb;
  font: normal normal bold 17px/20px Montserrat !important;
  color: #565656;
}
.table-desk td.product-type {
  background-color: #00abe9;
  color: #fff;
  text-align: left;
  font: normal normal 800 19px/23px Montserrat !important;
  height: 116px;
  padding-left: 20px;
}
.table-desk td.gap {
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.table-desk td.product-type span.product-detail {
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
}

.table-desk td.date {
  font: normal normal 500 17px/20px Montserrat !important;
  color: #565656;
  background-color: #ebebeb;
}

.bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 80px;
}
.bottom-content .cta {
  background-color: #fc525f;
  padding: 21px 37px 20px 38px;
  border-radius: 40px;
  transition: ease 0.2s;
}
.bottom-content .cta:hover {
  transition: ease 0.2s;
  transform: scale(1.1);
}
.bottom-content .cta a {
  text-decoration: none;
  font: normal normal 600 15px/19px Montserrat !important;
  color: #fff;
}

/** MOBILE BREAKPOINTS **/
@media only screen and (max-width: 768px) {
  .ebcf_modal-content {
    width: 80%;
  }
  .ebcf_modal-content p {
    font-size: 14px;
  }
  .content-banner {
    height: 338px;
  }
  .content-banner img {
    width: 100%;
  }
  .content-text {
    max-width: 90%;
    margin: 0 auto;
  }
  .content-text h2 {
    font: normal normal bold 20px/24px Montserrat !important;
    margin-top: 30px;
  }
  .content-text p {
    font: normal normal normal 16px/20px Montserrat !important;
    margin-top: 20px;
  }
  section.table-desk {
    display: none;
  }
  section.table-mobile {
    display: block;
  }
  .table-mobile {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    color: #565656;
  }
  .table-mobile table {
    margin: 30px auto;
  }
  .table-mobile th,
  .table-mobile td {
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
  }
  .table-mobile th.title {
    font: normal normal bold 18px/22px Montserrat !important;
    background-color: #fc525f;
    color: #fff;
    padding: 9px 7px;
    height: 97px;
  }
  .table-mobile th.title .product-detail {
    text-transform: initial;
    font-size: 14px;
    font-weight: 400;
  }
  .table-mobile td.sub-title {
    text-transform: uppercase;
    font: normal normal 700 16px/15px Montserrat !important;
    background-color: #749aeb;
    color: #fff;
    height: 84px;
  }
  .table-mobile td.sub-title small {
    font: normal normal 400 12px/13px Montserrat !important;
    text-transform: capitalize;
  }
  .table-mobile td.carrier-type {
    font: normal normal 700 16px/20px Montserrat !important;
    background-color: #749aeb;
    color: #fff;
    text-transform: uppercase;
    height: 59px;
  }
  .table-mobile td.date {
    font: normal normal medium 14px/15px Montserrat !important;
    background-color: #dbdbdb;
    height: 59px;
  }
  .bottom-content .cta {
    padding: 12px 23px 13px 24px;
  }
  .bottom-content .cta a {
    font: normal normal bold 14px/17px Montserrat !important;
  }
}

@media only screen and (min-width: 680px) and (max-width: 1024px) {
  .content-banner {
    height: 260px;
  }
  .content-banner img {
    width: 160%;
  }
}
