@font-face {
  font-family: founders-grotesk-bold-italic;
  src: url(../fonts/founders-grotesk-bold-italic.otf);
}
@font-face {
  font-family: founders-grotesk-bold;
  src: url(../fonts/founders-grotesk-bold.otf);
}
@font-face {
  font-family: founders-grotesk-medium-italic;
  src: url(../fonts/founders-grotesk-medium-italic.otf);
}
@font-face {
  font-family: founders-grotesk-light;
  src: url(../fonts/founders-grotesk-light.otf);
}
@font-face {
  font-family: founders-grotesk-light-italic;
  src: url(../fonts/founders-grotesk-light-italic.otf);
}
@font-face {
  font-family: founders-grotesk-regular;
  src: url(../fonts/founders-grotesk-regular.otf);
}
@font-face {
  font-family: founders-grotesk-regular-italic;
  src: url(../fonts/founders-grotesk-regular-italic.otf);
}
@font-face {
  font-family: founders-grotesk-medium;
  src: url(../fonts/founders-grotesk-medium.otf);
}
@font-face {
  font-family: founders-grotesk-semibold;
  src: url(../fonts/founders-grotesk-semibold.otf);
}
@font-face {
  font-family: founders-grotesk-semibold-italic;
  src: url(../fonts/founders-grotesk-semibold-italic.otf);
}
@font-face {
  font-family: s-core-corerhino75heavy;
  src: url(../fonts/s-core-corerhino75heavy.otf);
}
/* Colors */
/* Fonts */
/* Breakpoints */
/* Z - Index */
.section-title {
  font-size: 48px;
  line-height: 48px;
  color: #4C4C4A;
  font-family: founders-grotesk-semibold;
}
@media screen and (max-width: 992px) {
  .section-title {
    font-size: 40px;
  }
}

#main-header {
  padding: 0;
  height: 80px;
  background-color: #EC2127 !important;
}
@media screen and (max-width: 992px) {
  #main-header {
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  #main-header .navbar-collapse {
    top: 49px;
    left: 0px;
    right: 0px;
    position: absolute;
    background-color: #EC2127;
  }
}
#main-header .navbar-toggler {
  border: 0;
  top: -17px;
  position: relative;
}
#main-header .navbar-toggler:focus {
  box-shadow: none;
}
#main-header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@-webkit-keyframes rotate-logo {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-5deg);
  }
}
@keyframes rotate-logo {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-5deg);
  }
}
#main-header .navbar-brand {
  top: 28px;
  position: relative;
  margin-right: 70px;
  z-index: 1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transform: rotate(-5deg);
  -webkit-animation-name: rotate-logo;
          animation-name: rotate-logo;
}
@media screen and (max-width: 992px) {
  #main-header .navbar-brand {
    top: 5px;
    width: 95px;
  }
}
#main-header .nav-link {
  color: #fff;
  font-size: 18px;
  font-family: s-core-corerhino75heavy;
}
#main-header .nav-link:hover {
  color: #FAED23;
}
#main-header .nav-link.active {
  color: #FAED23;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  #main-header .nav-link {
    text-align: center;
  }
}

.section-delivery {
  height: 280px;
  background-color: #EC2127;
}
@media screen and (max-width: 992px) {
  .section-delivery {
    height: 308px;
    position: relative;
  }
}
.section-delivery .delivery-app {
  top: -23px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-delivery .delivery-app {
    bottom: 0;
    top: unset;
    width: 216px;
    position: absolute;
  }
}
@media screen and (max-width: 992px) {
  .section-delivery .delivery-chicken {
    top: 20px;
    left: 50px;
    width: 86px;
    position: absolute;
  }
}
.section-delivery .delivery-title {
  color: #fff;
  font-size: 28px;
  margin-left: 15px;
  font-family: founders-grotesk-semibold;
}
@media screen and (max-width: 992px) {
  .section-delivery .delivery-title {
    top: 25px;
    right: 20px;
    width: 200px;
    position: absolute;
  }
}
.section-delivery .delivery-agency {
  margin-right: 15px;
}
.section-delivery .delivery-agency:nth-last-of-type(1) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .section-delivery .delivery-agency {
    right: 30px;
    width: 100px;
    margin-right: 0;
    position: absolute;
  }
  .section-delivery .delivery-agency:nth-of-type(1) {
    bottom: 157px;
  }
  .section-delivery .delivery-agency:nth-of-type(2) {
    bottom: 95px;
  }
  .section-delivery .delivery-agency:nth-of-type(3) {
    bottom: 30px;
  }
}

.footer {
  padding: 75px 0;
  background-color: #383838;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 50px 0;
  }
}
@keyframes rotate-logo {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-5deg);
  }
}
.footer .logo-footer {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transform: rotate(-5deg);
  -webkit-animation-name: rotate-logo;
          animation-name: rotate-logo;
}
.footer .footer-item {
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .footer .footer-item {
    margin-bottom: 20px;
  }
}
.footer .footer-item a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  font-family: founders-grotesk-regular;
}
.footer .footer-item a:hover {
  color: #FAED23;
}
.footer .footer-item a.active {
  color: #FAED23;
  text-decoration: underline;
}
.footer .contact-wrapper img {
  width: 30px;
}
.footer .contact-wrapper a {
  color: #FAED23;
  font-size: 18px;
  padding-top: 7px;
  margin-left: 10px;
  text-decoration: none;
  font-family: founders-grotesk-semibold;
}
.footer .social-link {
  color: #fff;
}
.footer .go-up {
  width: 30px;
  height: 30px;
  display: flex;
  color: #fff;
  align-items: center;
  border-radius: 30px;
  text-decoration: none;
  justify-content: center;
  border: 1px solid #fff;
}
.footer .copyright {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #fff;
}
.footer .copyright span {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .footer .copyright span {
    font-size: 15px;
  }
}
.footer .copyright span:nth-of-type(1) {
  font-family: founders-grotesk-light;
}
.footer .copyright span:nth-of-type(2) {
  font-family: founders-grotesk-medium;
}
.footer .copyright span:nth-of-type(2) a {
  color: inherit;
  text-decoration: none;
}
.footer .subscription-wrapper .es_subscription_form {
  display: flex;
  margin-top: 28px;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer .subscription-wrapper .es_subscription_form {
    align-items: center;
    flex-direction: column;
  }
}
.footer .subscription-wrapper .ig_es_form_field_email,
.footer .subscription-wrapper input[type=submit] {
  height: 35px;
}
.footer .subscription-wrapper .ig_es_form_field_email {
  width: 286px;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 10px;
  color: #4C4C4A;
  font-family: founders-grotesk-regular;
}
.footer .subscription-wrapper input[type=submit] {
  border: 0;
  width: 155px;
  color: #fff;
  font-size: 13px;
  padding-top: 7px;
  border-radius: 30px;
  background-color: #EC2127;
  font-family: founders-grotesk-semibold;
}
.footer .subscription-wrapper .privacy-police {
  color: #fff;
  display: block;
  font-size: 11px;
  margin-top: 15px;
  text-align: center;
  font-family: founders-grotesk-regular;
}
.footer .subscription-wrapper .privacy-police a {
  text-decoration: underline;
  color: inherit;
}
.footer .subscription-wrapper .es_subscription_message.success,
.footer .subscription-wrapper .es_subscription_message.error {
  color: #FAED23;
  display: block;
  margin-top: 10px;
  line-height: 15px;
  font-family: founders-grotesk-regular;
}
.footer .subscription-wrapper .es_subscription_message.error {
  color: #EC2127;
}

/* Home */
.section-banner {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .section-banner {
    padding-top: 50px;
  }
}
.section-banner .carousel-indicators button {
  border: 0;
  width: 10px;
  height: 10px;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 10px;
}
.section-banner .carousel-indicators button:nth-last-of-type(1) {
  margin-right: 0;
}
.section-banner .carousel-item {
  height: auto;
}
@media screen and (max-width: 992px) {
  .section-banner .carousel-item {
    height: auto;
  }
}

.section-favorite {
  padding: 120px 0 0;
}
@media screen and (max-width: 992px) {
  .section-favorite {
    padding: 50px 0 0;
  }
}
.section-favorite .section-title {
  margin-bottom: 65px;
}
@media screen and (max-width: 992px) {
  .section-favorite .section-title {
    margin-bottom: 22px;
  }
}

.section-menu {
  padding-top: 125px;
}
@media screen and (max-width: 992px) {
  .section-menu {
    margin-top: 50px;
  }
}
.section-menu .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .section-menu .section-title {
    margin-bottom: 22px;
  }
}
.section-menu .nav {
  height: 75px;
  border-top: 1px solid #AAAAAA;
}
.section-menu .nav .nav-link {
  font-size: 25px;
  color: #4C4C4A;
  font-family: founders-grotesk-semibold;
}
.section-menu .nav .nav-link.active {
  color: #EC2127;
  background-color: transparent;
}

.tab-content-section {
  background-color: #FBF8F6;
}

.menu-wraper {
  padding: 75px 0;
}
@media screen and (max-width: 992px) {
  .menu-wraper {
    padding: 15px 0 50px;
  }
}
.menu-wraper .menu-content > .row {
  margin-top: 85px;
}
@media screen and (max-width: 992px) {
  .menu-wraper .menu-content > .row {
    margin-top: 50px;
  }
}
.menu-wraper .menu-content > .row:nth-of-type(1) {
  margin-top: 0;
}
.menu-wraper .memu-name,
.menu-wraper .menu-item {
  color: #4C4C4A;
}
.menu-wraper .memu-name {
  font-size: 25px;
  font-family: founders-grotesk-semibold;
}
.menu-wraper .menu-item {
  width: 100%;
  display: block;
  font-size: 18px;
  min-height: 25px;
  padding-top: 5px;
  margin-bottom: 0;
  text-align: center;
  font-family: founders-grotesk-regular;
  border-bottom: 1px solid #E6DED9;
}
.menu-wraper .menu-item:nth-of-type(1) {
  border-top: 1px solid #E6DED9;
}

@media screen and (max-width: 992px) {
  .por-piezas .col-md-4 {
    margin-bottom: 50px;
  }
}
.por-piezas img {
  width: auto;
  height: 210px;
}
@media screen and (max-width: 992px) {
  .por-piezas img {
    height: auto;
    width: 100%;
  }
}
.por-piezas .memu-name {
  margin: 40px 0 23px;
}
@media screen and (max-width: 992px) {
  .por-piezas .memu-name {
    margin: 10px 0 0;
  }
}

.complementos .col-md-4 {
  margin-bottom: 85px;
}
@media screen and (max-width: 992px) {
  .complementos .col-md-4 {
    margin-bottom: 50px;
  }
}
.complementos .col-md-4:nth-last-of-type(1), .complementos .col-md-4:nth-last-of-type(2), .complementos .col-md-4:nth-last-of-type(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .complementos .col-md-4:nth-last-of-type(1), .complementos .col-md-4:nth-last-of-type(2), .complementos .col-md-4:nth-last-of-type(3) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .complementos .col-md-4:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.complementos img {
  width: auto;
  height: 239px;
}
@media screen and (max-width: 992px) {
  .complementos img {
    height: auto;
    width: 100%;
  }
}
.complementos .memu-name {
  margin: 40px 0 0;
}
@media screen and (max-width: 992px) {
  .complementos .memu-name {
    margin: 10px 0 0;
  }
}

.postres .col-md-4,
.bebidas .col-md-4 {
  margin-bottom: 85px;
}
@media screen and (max-width: 992px) {
  .postres .col-md-4,
.bebidas .col-md-4 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .postres .col-md-4:nth-last-of-type(1), .postres .col-md-4:nth-last-of-type(2), .postres .col-md-4:nth-last-of-type(3),
.bebidas .col-md-4:nth-last-of-type(1),
.bebidas .col-md-4:nth-last-of-type(2),
.bebidas .col-md-4:nth-last-of-type(3) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .postres .col-md-4:nth-last-of-type(1),
.bebidas .col-md-4:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.postres img,
.bebidas img {
  width: auto;
  height: 195px;
}
@media screen and (max-width: 992px) {
  .postres img,
.bebidas img {
    height: auto;
    width: 100%;
  }
}
.postres .memu-name,
.bebidas .memu-name {
  margin: 40px 0 0;
}
@media screen and (max-width: 992px) {
  .postres .memu-name,
.bebidas .memu-name {
    margin: 10px 0 0;
  }
}

#accordionMenu .accordion-button {
  height: 75px;
  font-size: 30px;
  color: #EC2127;
  background-color: transparent;
  font-family: founders-grotesk-semibold;
}
#accordionMenu .accordion-button.collapsed {
  color: #4C4C4A;
}
#accordionMenu .accordion-button::after {
  right: 20px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC2127'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#accordionMenu .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234C4C4A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#accordionMenu .accordion-button:focus {
  box-shadow: none;
}
#accordionMenu .accordion-button span {
  margin: 0 auto -7px;
}

.section-blog {
  padding: 125px 0;
  background: no-repeat center center/cover url(../img/pattern.png) #801DAE;
}
@media screen and (max-width: 992px) {
  .section-blog {
    padding: 50px 0;
  }
}
.section-blog .section-title {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .section-blog .section-title {
    margin-bottom: 15px;
  }
}
.section-blog .post {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .section-blog .post {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .section-blog .post:nth-of-type(even) .col-md-4:nth-of-type(1) {
    order: 1;
  }
}
@media screen and (max-width: 992px) {
  .section-blog .post:nth-of-type(even) .col-md-4:nth-last-of-type(1) {
    order: 2;
  }
}
.section-blog .post:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-blog .post .date,
.section-blog .post .post-title,
.section-blog .post .post-exerpt,
.section-blog .post .post-cta {
  color: #fff;
}
.section-blog .post .date {
  font-size: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
  font-family: founders-grotesk-light;
}
.section-blog .post .date::first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .section-blog .post .date {
    margin-top: 22px;
  }
}
.section-blog .post .post-title {
  font-size: 32px;
  margin-bottom: 15px;
  font-family: founders-grotesk-semibold;
}
@media screen and (max-width: 992px) {
  .section-blog .post .post-title {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 10px;
  }
}
.section-blog .post .post-exerpt {
  font-family: founders-grotesk-regular;
  font-size: 16px;
}
.section-blog .post .post-cta {
  height: 35px;
  width: 115px;
  display: flex;
  font-size: 16px;
  margin-top: 20px;
  padding-top: 5px;
  align-items: center;
  text-decoration: none;
  border-radius: 17.5px;
  justify-content: center;
  background-color: #EC2127;
  font-family: founders-grotesk-regular;
}
.section-blog .post .post-cta:hover {
  background-color: #C21900;
}
.section-blog .post .post-cta i {
  margin-left: 8px;
}

.section-store {
  padding: 120px 0;
}
@media screen and (max-width: 992px) {
  .section-store {
    padding: 50px 0;
  }
}
.section-store .section-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .section-store .section-title {
    margin-bottom: 15px;
  }
}
.section-store .product {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .section-store .product {
    margin-top: 25px;
  }
}
.section-store .product:nth-of-type(1), .section-store .product:nth-of-type(2), .section-store .product:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .section-store .product:nth-of-type(1), .section-store .product:nth-of-type(2), .section-store .product:nth-of-type(3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 992px) {
  .section-store .product:nth-of-type(1) {
    margin-top: 0;
  }
}
.section-store .product-title {
  font-size: 22px;
  color: #4C4C4A;
  margin: 30px 0 20px;
  font-family: founders-grotesk-semibold;
}
@media screen and (max-width: 992px) {
  .section-store .product-title {
    font-size: 27px;
    margin: 17px 0 12px;
  }
}
.section-store .product-cta {
  height: 35px;
  width: 115px;
  color: #fff;
  display: flex;
  font-size: 16px;
  margin-top: 20px;
  padding-top: 5px;
  align-items: center;
  text-decoration: none;
  border-radius: 17.5px;
  justify-content: center;
  background-color: #C21900;
  font-family: founders-grotesk-regular;
}
.section-store .product-cta i {
  margin-left: 8px;
}

/* History */
.history-section-banner {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .history-section-banner {
    padding-top: 50px;
  }
}

.history-section-1 {
  padding: 125px 0;
  background-color: #801DAE;
}
@media screen and (max-width: 992px) {
  .history-section-1 {
    padding: 50px 0;
  }
}
.history-section-1 .row:nth-of-type(1) {
  margin-bottom: 125px;
}
@media screen and (max-width: 992px) {
  .history-section-1 .row:nth-of-type(1) {
    margin-bottom: 80px;
  }
}
.history-section-1 .section-title,
.history-section-1 .section-subtitle {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-family: founders-grotesk-semibold;
}
.history-section-1 .section-subtitle {
  font-size: 26px;
  margin: 10px 0 0;
  line-height: 26px;
}
.history-section-1 .extract {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  font-family: founders-grotesk-regular;
}
.history-section-1 .carousel-indicators button {
  border: 0;
  width: 10px;
  height: 10px;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 10px;
}
.history-section-1 .carousel-indicators button:nth-last-of-type(1) {
  margin-right: 0;
}

.history-section-2 {
  padding: 120px 0 130px;
}
@media screen and (max-width: 992px) {
  .history-section-2 {
    padding: 50px 0;
  }
}
.history-section-2 > .container > .row:nth-of-type(1) {
  margin-bottom: 125px;
}
@media screen and (max-width: 992px) {
  .history-section-2 > .container > .row:nth-of-type(1) {
    margin-bottom: 80px;
  }
}
.history-section-2 .section-title {
  font-size: 26px;
  line-height: 28px;
  color: #4C4C4A;
  margin-bottom: 20px;
  font-family: founders-grotesk-semibold;
}
.history-section-2 .section-title:nth-of-type(2) {
  font-size: 36px;
}
.history-section-2 .section-subtitle {
  font-size: 26px;
  line-height: 26px;
  color: #4C4C4A;
  font-family: founders-grotesk-semibold;
}
.history-section-2 .extract {
  font-size: 18px;
  margin-bottom: 0;
  color: #4C4C4A;
  font-family: founders-grotesk-regular;
}
.history-section-2 .city-list {
  padding-left: 16px;
}
.history-section-2 .city-list li {
  font-size: 16px;
  color: #4C4C4A;
  font-family: founders-grotesk-medium;
}
.history-section-2 .mexico-map {
  margin-top: -60px;
}
@media screen and (max-width: 992px) {
  .history-section-2 .mexico-map {
    margin-top: unset;
  }
}

.history-section-3 {
  padding: 125px 0;
  background: no-repeat center center/cover url(../img/pattern.jpg) #801DAE;
}
@media screen and (max-width: 992px) {
  .history-section-3 {
    padding: 50px 0;
  }
}
.history-section-3 .extract {
  color: #fff;
  font-size: 18px;
  font-family: founders-grotesk-regular;
}
.history-section-3 .quote {
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  font-family: founders-grotesk-semibold;
}

/* Blog List */
.blog-latest-news-section .blog-post,
.blog-posts-section .blog-post {
  margin-bottom: 50px;
  padding-bottom: 23px;
  border-bottom: 1px solid #4C4C4A;
}
.blog-latest-news-section .blog-post .date,
.blog-latest-news-section .blog-post .title,
.blog-latest-news-section .blog-post .exerpt,
.blog-latest-news-section .blog-post .cta,
.blog-posts-section .blog-post .date,
.blog-posts-section .blog-post .title,
.blog-posts-section .blog-post .exerpt,
.blog-posts-section .blog-post .cta {
  color: #4C4C4A;
}
.blog-latest-news-section .blog-post .post-img,
.blog-posts-section .blog-post .post-img {
  width: 100%;
  height: 284px;
  margin-bottom: 14px;
}
.blog-latest-news-section .blog-post .date,
.blog-posts-section .blog-post .date {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 8.35px;
  font-family: founders-grotesk-light;
}
.blog-latest-news-section .blog-post .title,
.blog-latest-news-section .blog-post .cta,
.blog-posts-section .blog-post .title,
.blog-posts-section .blog-post .cta {
  font-family: founders-grotesk-semibold;
}
.blog-latest-news-section .blog-post .title,
.blog-posts-section .blog-post .title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
}
.blog-latest-news-section .blog-post .exerpt,
.blog-posts-section .blog-post .exerpt {
  font-size: 16px;
  font-family: founders-grotesk-regular;
}
.blog-latest-news-section .blog-post .cta,
.blog-posts-section .blog-post .cta {
  text-decoration: none;
}
.blog-latest-news-section .blog-post .cta:hover,
.blog-posts-section .blog-post .cta:hover {
  color: #EC2127;
}
.blog-latest-news-section .blog-post .cta i,
.blog-posts-section .blog-post .cta i {
  margin-left: 8px;
}

.blog-latest-news-section {
  height: 610px;
  background: no-repeat center center/cover url(../img/pattern-blog.png) #801DAE;
}
@media screen and (max-width: 992px) {
  .blog-latest-news-section {
    height: auto;
    padding-top: 120px;
  }
}
.blog-latest-news-section .section-title {
  color: #fff;
  font-size: 48px;
  margin-bottom: 45px;
  font-family: founders-grotesk-semibold;
}
.blog-latest-news-section .row:nth-of-type(2) > .col-md-4:nth-of-type(1) > .blog-post {
  background-color: #EC2127;
}
.blog-latest-news-section .row:nth-of-type(2) > .col-md-4:nth-of-type(2) > .blog-post {
  background-color: #08C0C5;
}
.blog-latest-news-section .row:nth-of-type(2) > .col-md-4:nth-of-type(3) > .blog-post {
  background-color: #F78D20;
}
.blog-latest-news-section .blog-post {
  border-bottom: none;
  margin-bottom: -160px;
}
@media screen and (max-width: 992px) {
  .blog-latest-news-section .blog-post {
    margin-bottom: 30px;
  }
}
.blog-latest-news-section .blog-post .date,
.blog-latest-news-section .blog-post .title,
.blog-latest-news-section .blog-post .exerpt,
.blog-latest-news-section .blog-post .cta {
  color: #fff;
  padding: 0 25px;
}
.blog-latest-news-section .blog-post .cta:hover {
  color: #FAED23;
}

.blog-posts-section {
  padding: 50px 0;
  margin-top: 280px;
}
@media screen and (max-width: 992px) {
  .blog-posts-section {
    margin-top: 50px;
  }
}
.blog-posts-section .row:nth-of-type(2) > .col-md-4:nth-last-of-type(1) .blog-post,
.blog-posts-section .row:nth-of-type(2) > .col-md-4:nth-last-of-type(2) .blog-post,
.blog-posts-section .row:nth-of-type(2) > .col-md-4:nth-last-of-type(3) .blog-post {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .blog-posts-section .row:nth-of-type(2) > .col-md-4:nth-last-of-type(1) .blog-post,
.blog-posts-section .row:nth-of-type(2) > .col-md-4:nth-last-of-type(2) .blog-post,
.blog-posts-section .row:nth-of-type(2) > .col-md-4:nth-last-of-type(3) .blog-post {
    margin-bottom: 50px;
  }
}
.blog-posts-section .section-title {
  padding-top: 40px;
  margin-bottom: 45px;
  border-top: 1px solid #4C4C4A;
}
.blog-posts-section .date,
.blog-posts-section .title,
.blog-posts-section .exerpt,
.blog-posts-section .cta {
  padding-right: 25px;
}
.blog-posts-section .title {
  padding-right: 50px;
}
.blog-posts-section .pagination-wraper {
  margin-top: 80px;
}
.blog-posts-section .pagination-wraper .page-numbers {
  font-size: 15px;
  margin-right: 25px;
  color: #4C4C4A;
  text-decoration: none;
  font-family: founders-grotesk-regular;
}
.blog-posts-section .pagination-wraper .page-numbers.current, .blog-posts-section .pagination-wraper .page-numbers:hover {
  color: #EC2127;
}

/* Single */
.single-content-section,
.privacy-advice-section {
  padding: 200px 0 100px;
}
@media screen and (max-width: 992px) {
  .single-content-section,
.privacy-advice-section {
    padding: 120px 0 50px;
  }
}
.single-content-section .title,
.single-content-section .date,
.privacy-advice-section .title,
.privacy-advice-section .date {
  color: #4C4C4A;
}
.single-content-section .title,
.privacy-advice-section .title {
  font-size: 48px;
  margin-bottom: 0;
  line-height: 54px;
  font-family: founders-grotesk-semibold;
}
@media screen and (max-width: 992px) {
  .single-content-section .title,
.privacy-advice-section .title {
    line-height: 48px;
  }
}
.single-content-section .date,
.privacy-advice-section .date {
  display: block;
  font-size: 14px;
  margin: 6px 0 37px;
  letter-spacing: 0.01em;
  font-family: founders-grotesk-light;
}
.single-content-section .separator,
.privacy-advice-section .separator {
  height: 1px;
  width: 100%;
  background-color: #4C4C4A;
}
@media screen and (max-width: 992px) {
  .single-content-section .separator,
.privacy-advice-section .separator {
    display: none;
  }
}
.single-content-section .social-link,
.privacy-advice-section .social-link {
  width: 40px;
  height: 40px;
  display: flex;
  color: #fff;
  margin-bottom: 9px;
  align-items: center;
  border-radius: 40px;
  text-decoration: none;
  justify-content: center;
  background-color: #EC2127;
}
@media screen and (max-width: 992px) {
  .single-content-section .social-link,
.privacy-advice-section .social-link {
    margin-bottom: 0;
    margin-left: 10px;
  }
}
.single-content-section .social-link:nth-of-type(1),
.privacy-advice-section .social-link:nth-of-type(1) {
  margin-top: 23px;
}
@media screen and (max-width: 992px) {
  .single-content-section .social-link:nth-of-type(1),
.privacy-advice-section .social-link:nth-of-type(1) {
    margin-top: 0;
    margin-left: 30px;
  }
}
.single-content-section .content *,
.privacy-advice-section .content * {
  font-size: 16px;
  color: #4C4C4A;
  font-family: founders-grotesk-regular;
}
.single-content-section .content,
.privacy-advice-section .content {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .single-content-section .content,
.privacy-advice-section .content {
    margin-top: 30px;
  }
}
.single-content-section .content p,
.privacy-advice-section .content p {
  margin-bottom: 20px;
}
.single-content-section .content h2,
.single-content-section .content h3,
.single-content-section .content h4,
.single-content-section .content h5,
.single-content-section .content h6,
.privacy-advice-section .content h2,
.privacy-advice-section .content h3,
.privacy-advice-section .content h4,
.privacy-advice-section .content h5,
.privacy-advice-section .content h6 {
  font-family: founders-grotesk-medium;
}
.single-content-section .content h2,
.privacy-advice-section .content h2 {
  font-size: 22px;
  line-height: 26px;
}
.single-content-section .content h3,
.single-content-section .content h4,
.single-content-section .content h5,
.single-content-section .content h6,
.privacy-advice-section .content h3,
.privacy-advice-section .content h4,
.privacy-advice-section .content h5,
.privacy-advice-section .content h6 {
  font-size: 18px;
}
.single-content-section .content ul,
.privacy-advice-section .content ul {
  padding-left: 15px;
}
.single-content-section .content img,
.privacy-advice-section .content img {
  margin: 0 0 1.5em 0;
}
.single-content-section .content .alignleft, .single-content-section .content img.alignleft,
.privacy-advice-section .content .alignleft,
.privacy-advice-section .content img.alignleft {
  float: left;
  display: inline;
  margin-right: 1.5em;
}
@media screen and (max-width: 992px) {
  .single-content-section .content .alignleft, .single-content-section .content img.alignleft,
.privacy-advice-section .content .alignleft,
.privacy-advice-section .content img.alignleft {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.single-content-section .content .alignright, .single-content-section .content img.alignright,
.privacy-advice-section .content .alignright,
.privacy-advice-section .content img.alignright {
  float: right;
  display: inline;
  margin-left: 1.5em;
}
@media screen and (max-width: 992px) {
  .single-content-section .content .alignright, .single-content-section .content img.alignright,
.privacy-advice-section .content .alignright,
.privacy-advice-section .content img.alignright {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.single-content-section .content .aligncenter, .single-content-section .content img.aligncenter,
.privacy-advice-section .content .aligncenter,
.privacy-advice-section .content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.single-content-section .content .wp-caption,
.privacy-advice-section .content .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.single-content-section .content .wp-caption img,
.privacy-advice-section .content .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.single-content-section .content .wp-caption p.wp-caption-text,
.privacy-advice-section .content .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.single-content-section .content .wp-smiley,
.privacy-advice-section .content .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.single-content-section .content blockquote.left,
.privacy-advice-section .content blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.single-content-section .content blockquote.right,
.privacy-advice-section .content blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.single-linked-posts-section {
  padding: 100px 0;
  background-color: #FBF8F6;
}
@media screen and (max-width: 992px) {
  .single-linked-posts-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 992px) {
  .single-linked-posts-section .blog-post {
    margin-bottom: 50px;
  }
}
.single-linked-posts-section .section-title {
  font-size: 48px;
  line-height: 54px;
  color: #4C4C4A;
  margin-bottom: 40px;
  font-family: founders-grotesk-semibold;
}
@media screen and (max-width: 992px) {
  .single-linked-posts-section .section-title {
    line-height: 48px;
  }
}
.single-linked-posts-section .title {
  font-size: 22px;
  margin-top: 20px;
  line-height: 26px;
  margin-right: 50px;
  color: #4C4C4A;
  font-family: founders-grotesk-semibold;
}
.single-linked-posts-section .title a {
  color: inherit;
  text-decoration: none;
}

/* Contact */
.contact-banner-section {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .contact-banner-section {
    padding-top: 50px;
  }
}

.contact-form-section {
  padding: 120px 0;
}
@media screen and (max-width: 992px) {
  .contact-form-section {
    padding: 25px 0;
  }
}
.contact-form-section .section-advice {
  font-size: 22px;
  color: #4C4C4A;
  font-family: founders-grotesk-semibold;
}
.contact-form-section form {
  margin-top: 47px;
}
.contact-form-section form input,
.contact-form-section form select,
.contact-form-section form textarea {
  border: 0;
  height: 37px;
  color: #777777;
  border-radius: 0;
  padding-top: 10px;
  margin-bottom: 30px;
  background-color: #FBF8F6;
  border-bottom: 1px solid #777777;
  font-family: founders-grotesk-regular;
}
.contact-form-section form input:focus,
.contact-form-section form select:focus,
.contact-form-section form textarea:focus {
  box-shadow: none;
  border-color: #777777;
}
.contact-form-section form .wpcf7-not-valid-tip {
  margin-top: -30px;
  margin-bottom: 30px;
}
.contact-form-section form select option {
  padding-top: 10px;
}
.contact-form-section form textarea {
  height: 110px;
}
.contact-form-section form .cta-submit {
  border: 0;
  height: 35px;
  width: 115px;
  display: flex;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  padding-top: 5px;
  align-items: center;
  text-decoration: none;
  border-radius: 17.5px;
  justify-content: center;
  background-color: #EC2127;
  font-family: founders-grotesk-regular;
}
.contact-form-section form .cta-submit i {
  margin-left: 8px;
}
.contact-form-section .contact-also {
  font-size: 22px;
  margin-top: 70px;
  color: #4C4C4A;
  font-family: founders-grotesk-semibold;
}
.contact-form-section .loco-phone {
  font-size: 32px;
  margin-left: 25px;
  text-decoration: none;
  color: #EC2127;
  font-family: founders-grotesk-semibold;
}

/* Locations */
.locations-banner-section {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .locations-banner-section {
    margin-top: 50px;
  }
}

.locations-section {
  padding: 80px 0 125px;
}
@media screen and (max-width: 992px) {
  .locations-section {
    padding: 60px 0 50px;
  }
}
.locations-section #accordionLocations .accordion-item {
  border-left: 0;
  border-right: 0;
}
.locations-section #accordionLocations .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.locations-section #accordionLocations .accordion-button {
  height: 75px;
  font-size: 32px;
  color: #4C4C4A;
  background-color: transparent;
  font-family: founders-grotesk-semibold;
}
.locations-section #accordionLocations .accordion-button::after {
  right: 20px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC2127'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.locations-section #accordionLocations .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234C4C4A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.locations-section #accordionLocations .accordion-button:focus {
  box-shadow: none;
}
.locations-section #accordionLocations .accordion-button span {
  margin: 0 auto -7px;
}
.locations-section #accordionLocations .accordion-body {
  padding-bottom: 70px;
  background-color: #FBF8F6;
}
.locations-section #accordionLocations .location-city {
  margin: 45px 0;
  font-size: 32px;
  line-height: 26px;
  color: #EC2127;
  font-family: founders-grotesk-semibold;
}
@media screen and (max-width: 992px) {
  .locations-section #accordionLocations .location-city {
    margin: 60px 0 0;
  }
}
.locations-section #accordionLocations .accordion-body > .row:nth-of-type(even) > .col-md-4:nth-of-type(1) .location, .locations-section #accordionLocations .accordion-body > .row:nth-of-type(even) > .col-md-4:nth-of-type(2) .location, .locations-section #accordionLocations .accordion-body > .row:nth-of-type(even) > .col-md-4:nth-of-type(3) .location {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .locations-section #accordionLocations .accordion-body > .row:nth-of-type(even) > .col-md-4:nth-of-type(1) .location, .locations-section #accordionLocations .accordion-body > .row:nth-of-type(even) > .col-md-4:nth-of-type(2) .location, .locations-section #accordionLocations .accordion-body > .row:nth-of-type(even) > .col-md-4:nth-of-type(3) .location {
    margin-top: 30px;
  }
}
.locations-section #accordionLocations .location {
  min-height: 132px;
  margin: 60px 25px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #4C4C4A;
}
@media screen and (max-width: 992px) {
  .locations-section #accordionLocations .location {
    height: auto;
    margin-top: 30px;
  }
}
.locations-section #accordionLocations .location .name {
  font-size: 22px;
  color: #4C4C4A;
  margin-bottom: 14px;
  font-family: founders-grotesk-semibold;
}
.locations-section #accordionLocations .location .address {
  font-size: 16px;
  color: #4C4C4A;
  font-family: founders-grotesk-regular;
}
.locations-section #accordionLocations .location .map a {
  font-size: 16px;
  line-height: 16px;
  color: #4C4C4A;
  text-decoration: none;
  font-family: founders-grotesk-medium;
}
.locations-section #accordionLocations .location .map a span {
  margin-top: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.locations-section #accordionLocations .schedule {
  font-size: 16px;
  margin-left: 25px;
  color: #4C4C4A;
  font-family: founders-grotesk-regular;
}

/* Privacy */
.privacy-advice-banner-section {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .privacy-advice-banner-section {
    padding-top: 50px;
  }
}

.privacy-advice-section {
  padding: 120px 0 70px;
}
@media screen and (max-width: 992px) {
  .privacy-advice-section {
    padding: 60px 0 35px;
  }
}
.privacy-advice-section .content {
  margin-top: 0;
}
.privacy-advice-section .section-title {
  font-size: 48px;
  color: #4C4C4A;
  margin-bottom: 35px;
  font-family: founders-grotesk-semibold;
}
@media screen and (max-width: 992px) {
  .privacy-advice-section .section-title {
    margin-bottom: 17px;
  }
}
