* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#mid-content {
  max-width: 1140px;
  margin: auto;
}

#header {
  background-color: #fff;
  padding: 30px 0 60px;
  position: relative;
}

#header #logo {
  padding: 0px;
}

#header #login-btn {
  padding: 0px;
}

#header .aem-Grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#header .mobile-user-icon {
  display: none;
}

#header .ic-header ul li.cmp-navigation__item.cmp-navigation__item--level-0 {
  padding-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #3C4242;
  font-family: 'Inter-Regular';
  position: relative;
  padding-top: 0;
}

#header .ic-header ul li.cmp-navigation__item.cmp-navigation__item--level-0 > a {
  margin: 8px 14px;
  padding-bottom: 10px;
}

#header .ic-header ul li.cmp-navigation__item.cmp-navigation__item--level-0 > a::after {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('/content/dam/intelligentcontent/unbranded/programafazbem/br/pt/images/chevron-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4.5px;
  position: relative;
  top: 2px;
}

#header .ic-header ul li.cmp-navigation__item.cmp-navigation__item--level-0 ul.cmp-navigation__dropdownmenu {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px 25px;
  border-top: 2px solid #830051;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 20px 0px;
  margin-top: 8px;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 999;
}

#header .ic-header ul li.cmp-navigation__item.cmp-navigation__item--level-0:hover ul {
  display: block;
  width: 200px;
}

#header .ic-header ul li.cmp-navigation__item.cmp-navigation__item--level-1 {
  font-size: 16px;
  line-height: 24px;
  color: #3C4242;
  font-family: 'Inter-Regular';
  position: relative;
  padding-bottom: 5px;
  white-space: normal;
  margin: 0;
}

#header .ic-header ul li.cmp-navigation__item.cmp-navigation__item--level-1:first-child {
  padding-top: 0px;
}

#header .ic-header ul li.cmp-navigation__item.cmp-navigation__item--level-1:hover {
  border-bottom: 1px solid rgb(106, 102, 83);
}

#header .ic-header ul li a.cmp-navigation__item-link {
  text-decoration: none;
  color: #3C4242;
}

#header .ic-header ul li:hover span {
  color: #3C4242;
}

#header .ic-header ul li span {
  color: #3C4242;
}

#header .right-side-btn {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: right;
}

#header .right-side-btn .enter-btn {
    display: none;
}

#header .right-side-btn .register-btn  a {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  font-family: 'Inter-Regular';
  padding: 8px 24px;
  border: 2px solid #830051;
  border-radius: 32px;
  text-align: center;
  background-color: #830051;
}

#header .right-side-btn .enter-btn a {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #830051;
  font-family: 'Inter-Regular';
  padding: 8px 24px;
  border: 2px solid #830051;
  border-radius: 32px;
  text-align: center;
  background-color: #fff;
}

#header .right-side-btn .enter-btn a:hover {
  text-decoration: none;
  background-color: #830051;
  color: #fff;
}

#header .right-side-btn .register-btn a:hover {
  color: #830051;
  text-decoration: none;
  background-color: #fff;
}

#header .text.aem-GridColumn.aem-GridColumn--default--12:first-child {
  width: 17%;
}

#header .navigation {
  width: 72%;
}

#header .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
  width: 83%;
}

#header #header-flex {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row-reverse;
}

#header #header-flex .text {
  width: 28%;
}

#header .container.responsivegrid.aem-GridColumn--default--none.aem-GridColumn.aem-GridColumn--default--12.aem-GridColumn--offset--default--0 {
  width: 100%;
}



/*Footer*/

#footer {
  background-color: #830051;
  padding-top: 60px;
  padding-bottom: 60px;
}

#footer #footer-content {
  padding: 0px;
}

#footer .footer-flex {
  display: flex;
  gap: 225px;
  flex-direction: row;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}

#footer .footer-flex .first-col img {
  margin-bottom: 30px;
}

#footer .footer-flex .first-col p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Regular';
  font-weight: normal;
  color: #fff;
  margin-bottom: 37.5px;
}

#footer .phn-icon-flex {
  display: flex;
  gap: 8px;
  margin-bottom: 22.5px;
  align-items: center;
  max-width: 180px;
  border-right: 1px solid #fff;
}

#footer .footer-flex .first-col .phn-icon-flex img {
  margin-bottom: 0px;
}

#footer .footer-flex .first-col .phn-icon-flex p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Medium';
  font-weight: normal;
  color: #fff;
  margin-bottom: 0px;
}

#footer .footer-flex .first-col .phn-icon-flex p a {
  color: #fff;
}

#footer .footer-flex .first-col .text-small p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 60px;
}

#footer .footer-flex .first-col .social-icon p {
  margin-bottom: 16px;
}

#footer .footer-flex .first-col .social-icon .flex {
  display: flex;
  gap: 30px;
}

#footer .second-col .first-col-flex {
  display: flex;
  gap: 197px;
  margin-bottom: 30px;
}

#footer .second-col .second-col-flex {
  display: flex;
  gap: 150px;
}

#footer .second-col .first-link p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Medium';
  font-weight: normal;
  color: #fff;
  margin-bottom: 8px;
}

#footer .second-col .first-link a {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Regular';
  font-weight: normal;
  color: #fff;
}

#footer .second-col .first-link ul li {
  margin-bottom: 4px;
}

#footer .second-col .first-link ul li:last-child {
  margin-bottom: 0px;
}

#footer .second-col .first-link a:hover {
  text-decoration: none;
}

#footer .footer-flex .first-col .social-icon img {
  margin-bottom: 0px;
}

#footer .footer-bottom {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  flex-direction: row;
}

#footer .copyright p {
  font-family: 'Inter-Regular';
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

#footer .legal-policies .flex {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

#footer .legal-policies a {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter-Regular';
  font-weight: normal;
  color: #fff;
}

#footer .legal-policies a:hover {
  text-decoration: none;
}


/*Breadcumb*/

.breadcumb-list {
  margin: 30px 0;
}

.breadcumb-list li {
  display: inline-block;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
}

.breadcumb-list p {
  display: inline-block;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
}

.breadcumb-list li.font-grey a {
  color: #656969;
}

.breadcumb-list li a:hover {
  text-decoration: none;
}

.breadcumb-list li.font-grey:after {
  content: "/";
  margin: 0 8px;
}

.breadcumb-list li.font-red a {
  color: #830051;
}

.breadcumb-list p {
  color: #830051;
}


/*------------------------   MODEL POPUP---START   ------------------------*/

.modal * {
  box-sizing: border-box;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: rgba(0,0,0,0.75);
  opacity: 0;
  cursor: context-menu !important;
}

.modal--confirm .modal-box {
  text-align: center;
}

.modal--noOverlayClose {
  cursor: default;
}

.modal--noClose .modal__close {
  display: none;
}

.modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.modal__close svg * {
  fill: currentColor;
}

.modal__closeLabel {
  display: none;
}

.modal__close:hover {
  color: #fff;
}

.modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.modal-box__content {
  padding: 0;
}

.modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

.modal-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.modal--visible .modal-box__footer {
  bottom: 0;
}

.modal--visible {
  visibility: visible;
  opacity: 1;
}

.modal--visible .modal-box {
  -webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

.modal-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}

.modal-btn--primary {
  background-color: #3498db;
}

.modal-btn--danger {
  background-color: #e74c3c;
}

.modal-btn--default {
  background-color: #34495e;
}

.modal-btn--pull-left {
  float: left;
}

.modal-btn--pull-right {
  float: right;
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.modal.exit-ramp-modal {
  z-index: 99999;
}

.modal.exit-ramp-modal .modal-box {
  max-width: 41.666667%;
  margin-top: unset;
  border-radius: 0;
}

.exit-ramp-title {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Gotham-Narrow";
  text-align: center;
}

.modal.exit-ramp-modal .modal-box__content {
  padding: 40px;
}

.exit-ramp-body {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  color: #444;
}

.exit-ramp-actions {
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 1.5rem;
  flex-direction: row-reverse;
}

.exit-ramp-actions .exit-ramp-cancel, .exit-ramp-actions .exit-ramp-continue {
  font-size: 16px;
  min-width: 175px;
  height: 50px;
  border: 1px solid #485695!important;
  background-color: #485695!important;
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gotham-Narrow";
  text-decoration: none;
  cursor: pointer;
}

.exit-ramp-actions .exit-ramp-cancel {
  border: 1px solid #A4CB8C!important;
  background-color: #A4CB8C!important;
}

.modal.exit-ramp-modal .modal__close {
  max-width: 41.666667%;
  position: relative;
  margin: 0;
  width: 100%;
  color: #ff0f00;
  text-align: right;
  right: unset;
  padding-right: 15px;
  padding-top: 15px;
  margin-top: auto;
}

.modal.exit-ramp-modal .modal__close svg {
  width: 17px;
  color: #000;
}


/*=============Responsiveness====================*/

@media only screen and (min-width: 1200px) and (max-width:1300px) {
  #header {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  #mid-content {
    max-width: 960px;
    margin: 0 auto;
  }

  #header {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  #header #logo .brand-logo {
    width: 102px;
    height: auto;
  }

  #header #header-flex {
    flex-direction: initial;
    justify-content: flex-end;
  }

  #header .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
    width: 91%;
  }

  #header .show {
    position: absolute;
    top: 100%;
    z-index: 999999;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    overflow-y: auto;
    padding-top: 0px;
  }

  #header .show .navigation-mobile .cmp-navigation {
    display: block;
  }

  #header .show .cmp-navigation__group {
    flex-direction: column;
  }

  #header .show ul li {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    font-family: 'Inter-Regular';
    border-top: 1px solid rgba(134, 0, 82, 0.2);
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
  }

  #header li.cmp-navigation__item.cmp-navigation__item--level-0 > a::after {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('/content/dam/intelligentcontent/unbranded/programafazbem/br/pt/images/chevron-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.5px;
    position: relative;
    top: 2px;
  }

  #header .show .cmp-navigation__group li:hover ul.cmp-navigation__dropdownmenu {
    background-color: #f3e5ed;
    display: block;
  }

  #header .show .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__item-link.active ul.cmp-navigation__dropdownmenu {
    display: block;
  }

  li.cmp-navigation__item.cmp-navigation__item--level-0 a.cmp-navigation__item-link{
    pointer-events: none;
  }

  li.cmp-navigation__item.cmp-navigation__item--level-1 a.cmp-navigation__item-link{
    pointer-events: all;
  }

  #header .show .cmp-navigation__group li ul.cmp-navigation__dropdownmenu li a {
    color: #3C4242;
  }

  #header .show ul li a:hover {
    text-decoration: none;
  }

  #header .show ul li span {
    color: #3C4242;
  }

  #header .ic-hamburger.open .hamburger-top {
    transform: rotate(43deg) translate(4px, 5px);
    transform-origin: center;
  }

  #header .ic-hamburger.open .hamburger-mid {
    opacity: 0;
  }

  #header .ic-hamburger.open .hamburger-bottom {
    transform: rotate(-46deg) translate(8px, -8px);
    transform-origin: center;
  }

  #header .cmp-navigation {
    display: none;
  }

  #header .right-side-btn {
    display: none;
  }

  #header .navigation {
    width: 10%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  #header #header-flex .text {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }

  #header .text.aem-GridColumn.aem-GridColumn--default--12:first-child {
    width: 9%;
  }

  #header .text.aem-GridColumn.aem-GridColumn--default--12:last-child {
    width: 11.5%;
    margin-left: 24px;
  }

  #header .mobile-user-icon {
    display: block;
  }

  #header .mobile-user-icon a img {
    width: 38.3px;
  }

  #header .hamburger-wrapper {
    width: 30px;
    height: 22.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 7px;
    transition: all 0.5s ease;
  }

  #header .hamburger-wrapper .hamburger {
    width: 100%;
    height: 2px;
    background-color: #343A40;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  
  /*Footer*/
  
  #footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #footer .second-col .first-link ul li:nth-child(2), 
  #footer .second-col .first-link ul li:nth-child(3) {
    margin-bottom: 15px;
  }

  #footer .second-col .second-col-flex .first-link ul li:nth-child(4), 
  #footer .second-col .second-col-flex .first-link ul li:nth-child(5) {
    margin-bottom: 15px;
  }

  #footer .second-col .first-col-flex .first-link:last-child ul li:nth-child(3) {
    margin-bottom: 0px;
  }

  #footer .footer-flex .first-col p br {
    display: none;
  }

  #footer .footer-flex .first-col p {
    font-size: 15px;
  }

  #footer .footer-flex .first-col .social-icon p {
    font-size: 16px;
  }

  #footer .footer-flex {
    gap: 93px;
    justify-content: space-between;
  }

  #footer .footer-flex .first-col p {
    max-width: 373px;
  }

  #footer .second-col .first-col-flex {
    gap: 167px;
  }

  #footer .second-col .second-col-flex {
    gap: 142px;
  }
}

@media screen and (max-width: 992px) {
  #mid-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .modal {
    top: -35px;
  }
  
  /*Header*/
  #header #logo .brand-logo {
    width: 102px;
    height: auto;
  }
  
  /*Footer*/
  
  #footer .footer-flex {
    flex-direction: column-reverse;
    gap: 60px;
  }

  #footer .second-col .first-col-flex {
    flex-direction: column;
    gap: 30px !important;
  }

  #footer .second-col .second-col-flex {
    flex-direction: column;
    gap: 30px !important;
  }

  #footer .footer-bottom {
    flex-direction: column-reverse;
  }

  #footer .legal-policies .flex {
    flex-direction: column;
  }

  #footer .copyright p {
    margin-top: 15px;
  }

  #footer .legal-policies .flex a {
    text-align: left;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  #footer .footer-flex {
    flex-direction: row;
    gap: 55px !important;
  }

  #footer .second-col .first-col-flex {
    flex-direction: row;
    gap: 80px !important;
  }

  #footer .second-col .second-col-flex {
    flex-direction: row;
    gap: 59px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .modal.exit-ramp-modal .modal-box {
    max-width: 95.666667%;
  }

  .modal.exit-ramp-modal .modal__close {
    max-width: 95.666667%;
  }

  .exit-ramp-body {
    font-size: 16px;
  }

  .modal-box {
    width: 95%;
  }

  .exit-ramp-actions .exit-ramp-cancel, .exit-ramp-actions .exit-ramp-continue {
    font-size: 16px;
    min-width: 128px;
  }
}

@media screen and (max-width: 767px) {
  #mid-content {
    max-width: 540px;
    margin: 0 auto;
  }
  
  /*Exit ramp*/
  
  .exit-ramp-title {
    margin-top: 0px;
  }

  .modal.exit-ramp-modal .modal-box__content {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-top: 20px;
  }

  .modal.exit-ramp-modal .modal-box {
    max-width: 95.666667%;
  }

  .modal.exit-ramp-modal .modal__close {
    max-width: 95.666667%;
  }

  .exit-ramp-body {
    font-size: 16px;
  }

  .modal-box {
    width: 95%;
  }

  .exit-ramp-actions .exit-ramp-cancel, .exit-ramp-actions .exit-ramp-continue {
    font-size: 16px;
    min-width: 128px;
  }
  
  /*Header*/
  #header #logo .brand-logo {
    min-width: 102px;
    height: auto;
  }

  #header #logo .brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (max-width: 540px) {
  #mid-content {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .modal {
    top: 0;
  }
  
  /*Breadcumb*/
  
  .breadcumb-list {
    margin: 30px 0 15px;
  }
}

.flex-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 127px;
}

.flex-container .first-col:nth-child(1) {
  max-width: 457px;
}

.flex-container .first-col h1 {
    font-size: 40px;
    line-height: 48px;
    font-family: "lexia", serif;
    font-weight: 600;
    color: #830051;
    margin-bottom: 24px;
}

.flex-container .first-col p {
  margin-bottom: 24px;
  color: #3C4242;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Regular';
  font-weight: normal;
}

.flex-container .first-col a {
  background-color: #830051;
  border-radius: 32px;
  color: #FFFFFF;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Regular';
  font-weight: normal;
  text-align: center;
}

.html-asset-inner {
  display: none;
}

#teaser-carousel-track {
  background-color: #FF0000;
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

#teaser-carousel-track-item {
  background-color: #fcca03;
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  /*background-color: #fff;*/
  min-height: 400px;
}
