.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__title {
  font-size: 3rem;
}

@media (max-width: 959px) {
  .about {
    height: auto;
    background-image: none;
  }
  .about__intro {
    font-size: 1rem !important;
    font-style: italic;
  }
  .about__mascote {
    width: 100px;
    height: auto;
  }
}

.banner {
  height: 700px;
}

.banner__item {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__title {
  color: #ffffff;
  font-weight: 800;
  text-shadow: 3px 3px #2b2b2b;
}

.banner .flex {
  width: 90%;
  max-width: 1366px;
}

#bnr0 {
  background: url("../assets/img/banners/desktop/banner0.jpg");
  background-size: cover;
  background-position: center center;
}

#bnr1 {
  background: url("../assets/img/banners/desktop/banner1.jpg");
  background-size: cover;
  background-position: center center;
}

#bnr2 {
  background: url("../assets/img/banners/desktop/banner2.jpg");
  background-size: cover;
  background-position: center center;
}

#bnr3 {
  background: url("../assets/img/banners/desktop/banner3.jpg");
  background-size: cover;
  background-position: center center;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1rem;
  position: absolute;
  top: 43%;
  color: #ffffff;
  font-size: 3rem;
}

@media (max-width: 959px) {
  .banner {
    height: 500px;
  }
  .banner__item {
    height: 500px;
  }
  .banner__title {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 2rem;
  }
  #bnr0 {
    background: url("../assets/img/banners/mobile/banner0.jpg");
    background-size: cover;
    background-position: center center;
  }
  #bnr1 {
    background: url("../assets/img/banners/mobile/banner1.jpg");
    background-size: cover;
    background-position: center center;
  }
  #bnr2 {
    background: url("../assets/img/banners/mobile/banner2.jpg");
    background-size: cover;
    background-position: center center;
  }
  #bnr3 {
    background: url("../assets/img/banners/mobile/banner3.jpg");
    background-size: cover;
    background-position: center center;
  }
}

.blog {
  height: auto;
  border-bottom: 1px solid #b2b2b2;
}

.blog .exeNews {
  background: #e2e2e2;
  background: -webkit-gradient(linear, right top, left top, from(#e2e2e2), color-stop(35%, #dbdbdb), to(white));
  background: linear-gradient(-90deg, #e2e2e2 0%, #dbdbdb 35%, white 100%);
  padding-right: 1.5rem;
}

.blog .blogMineral {
  padding-left: 1.5rem;
}

.blog .blogMineral .subtitle {
  color: #f4d50b;
}

.blog__item {
  margin-bottom: 1rem;
}

.blog__item img {
  padding: .5rem;
  border: 1px solid #d4d4d4;
}

.blog__item p {
  font-size: .875rem;
  text-align: left;
  padding-top: .5rem;
}

.blog__item h4 {
  margin-top: .5rem;
  font-size: 1.125rem;
  color: rgba(43, 43, 43, 0.7);
}

.blog__item:hover h4 {
  color: #2b2b2b;
}

.lastNews div.blogCol:first-child {
  display: none;
}

.DetailPost__last {
  border-bottom: 1px dotted #d4d4d4;
}

.DetailPost__last h4 a {
  font-size: 1rem;
  color: #858585;
}

@media (max-width: 959px) {
  .blog {
    height: auto;
    background-image: none;
  }
  .blog .exeNews {
    padding-right: 0;
  }
  .blog .blogMineral {
    padding-left: 0;
  }
}

.business {
  background-color: #452870;
}

.business .subtitle {
  color: #ebebeb;
}

.business h4 {
  color: #f4d50b;
  text-transform: uppercase;
}

.business figcaption {
  color: rgba(255, 255, 255, 0.8);
}

.business .gallery figure figcaption {
  color: #2b2b2b;
}

.business .gallery-item {
  padding: 10px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.business .gallery-item:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.business .gallery-item:hover figcaption {
  display: none;
}

.whiteBackground {
  background: #ffffff !important;
}

.whiteBackground .subtitle {
  color: #452870;
}

@media (max-width: 959px) {
  .business {
    height: auto;
    background-image: none;
  }
}

.businessPage .owl-nav {
  display: none;
  color: #2b2b2b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 30%;
}

.businessPage .owl-nav .owl-prev span {
  margin-left: -70px;
}

.businessPage .owl-nav .owl-next span {
  margin-right: -70px;
}

.defaultBtn {
  display: block;
  color: #2b2b2b;
  background-color: #f4d50b;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: .625rem 0;
  margin-top: 2rem;
}

.defaultBtn:hover {
  background-color: #fff199;
}

.outlineBtn {
  display: block;
  color: #452870;
  border: 1px solid #452870;
  text-align: center;
  text-transform: uppercase;
  padding: .625rem 0;
}

.outlineBtn:hover {
  background-color: #452870;
  color: #ffffff;
}

.btnWhite {
  display: block;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btnWhite:hover {
  background-color: #ffffff;
  color: #452870;
}

.btnPurple {
  color: #452870;
  border: 1px solid #452870;
}

.btnPurple:hover {
  background-color: #452870;
  color: #ffffff;
}

@media (max-width: 959px) {
  .defaultBtn {
    display: block;
    max-width: 140px;
    margin: auto;
    font-size: .875rem;
  }
}

.clients {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.clients .subtitle {
  color: #452870;
  text-align: center;
}

.clients img {
  max-width: 176px;
  height: 63px;
}

.clients .owl-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: -65px;
}

.clients .owl-nav .owl-prev span, .clients .owl-nav .owl-next span {
  color: #452870;
}

@media (max-width: 959px) {
  .clients {
    height: auto;
  }
  .clients__logo {
    max-width: 140px;
    margin: auto;
  }
  .clients .owl-prev {
    margin-left: -30px !important;
  }
  .clients .owl-next {
    margin-right: 30px !important;
  }
}

.Contact .subtitle, .Contact p {
  color: rgba(69, 40, 112, 0.7);
}

.Contact p {
  text-align: left;
}

h1 {
  font-weight: 800;
}

.pageTitle {
  color: #2b2b2b;
  margin-bottom: 1.5rem;
}

.subtitle {
  font-weight: 700;
  color: #2b2b2b;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.subtitle::first-letter {
  text-transform: capitalize;
}

p {
  font-size: 1rem;
  text-align: justify;
}

figcaption {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
  font-size: .875rem;
}

@media (max-width: 959px) {
  p {
    text-align: center;
    padding-right: 0;
  }
  .subtitle {
    font-weight: 700;
    color: #2b2b2b;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.Form input {
  margin: .5rem 0;
}

.Form button {
  display: block;
  background: #321d6d;
  background: linear-gradient(45deg, #321d6d 0%, #321d6d 37%, #f1d10c 100%);
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  margin-top: 1rem;
  width: 100%;
  line-height: 1.875rem;
  padding: 1rem 0;
}

.FormContact {
  border-radius: 5px;
  padding: 3rem 1.5rem 2rem;
}

.FormContact label {
  color: rgba(69, 40, 112, 0.7);
}

.formBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.formBtn:hover {
  -webkit-box-shadow: 0 0 25px rgba(69, 40, 112, 0.7);
          box-shadow: 0 0 25px rgba(69, 40, 112, 0.7);
}

.form-control {
  border-radius: 3px;
  border: none;
  background-color: rgba(69, 40, 112, 0.3);
  color: #ffffff !important;
}

.form-control:focus {
  background-color: rgba(69, 40, 112, 0.7);
  border: none !important;
  outline: none;
}

.form-select {
  color: #ffffff !important;
  background-image: url("../assets/img/layout/select-arrow.png");
  background-size: 10px 6px;
}

.email-ctrl {
  width: calc(100% - 4px);
}

.Footer {
  background: #321d6d;
  background: -webkit-gradient(linear, left top, left bottom, from(#321d6d), color-stop(37%, #321d6d), to(#8c2adb));
  background: linear-gradient(180deg, #321d6d 0%, #321d6d 37%, #8c2adb 100%);
  padding: 4rem 0;
}

.Footer__navigation li::first-letter {
  text-transform: capitalize;
}

.Footer__logotype {
  width: 120px;
  height: auto;
}

.Footer .waLink {
  color: rgba(255, 255, 255, 0.8);
}

.Footer p, .Footer ul li a {
  color: rgba(235, 235, 235, 0.7);
}

.Footer h4 {
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.Footer h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #f4d50b;
}

.Footer span {
  color: #f4d50b;
}

.Footer p {
  font-size: .875rem;
}

.Footer .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Footer .socialList__item {
  margin-left: 5px;
  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;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 1px;
}

.Footer .socialList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Footer .socialList__item .fab {
  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;
  background: #f4d50b;
  color: #452870;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.FinalFooter {
  padding: 2rem 0;
}

@media (max-width: 959px) {
  .Footer__logotype {
    width: 70px;
  }
  .Footer .col-md-3 {
    margin-bottom: 2rem;
  }
  .Footer__logo, .Footer__address, .Footer__instagram, .Footer .socialList {
    margin-bottom: 3rem;
  }
  .Footer .socialList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Footer h4 {
    margin-bottom: 1.5rem;
  }
  .Footer h4::after {
    content: "";
    display: block;
    margin: auto;
    width: 30px;
    height: 3px;
  }
}

.Instagram {
  padding: 2rem 0;
  background: #b2b2b2;
}

.Instagram .subtitle {
  text-align: center;
}

.Instagram__card {
  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;
  height: 350px;
}

.Instagram__card img {
  max-height: 100%;
}

@media (max-width: 959px) {
  .Instagram__card {
    width: auto;
    height: auto;
    margin-bottom: 1rem;
  }
}

.Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(39, 23, 82, 0.1);
  border-bottom: 1px solid rgba(39, 23, 82, 0.07);
  color: #ffffff;
}

.Header span {
  color: #ebebeb;
  font-weight: 700;
}

.Header .socialList {
  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;
}

.Header .socialList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #452870;
}

.Header .socialList__item {
  margin-left: 5px;
  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;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: none;
  padding: 1px;
}

.Header .socialList__item .fab {
  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;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

@media (max-width: 959px) {
  .Header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.lightbox-container {
  z-index: 999;
  background-color: rgba(33, 25, 21, 0.95);
  background-image: url("../assets/img/logos/logo-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 180px auto;
}

.line {
  background-color: #e6e4d6;
}

.line .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line__title {
  font-weight: 700;
  color: #007aa2;
  font-size: 2rem;
}

.linkExpress {
  color: #2b2b2b;
  font-weight: bold;
}

.map {
  padding: 0;
  margin-bottom: -10px;
}

.map iframe {
  width: 100%;
  height: 350px;
}

@media (max-width: 959px) {
  .map {
    height: auto;
  }
}

.Navbar {
  position: relative;
  background: #452870;
  padding: .675rem 0;
  color: white;
  -webkit-transition: ease-in-out .1s;
  transition: ease-in-out .1s;
}

.Navbar__logo {
  width: 220px;
  height: auto;
}

.Navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.Navbar__list-item {
  margin: 0 5px;
  display: inline;
  padding: 0 .5rem;
  text-align: left;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.Navbar__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .75rem;
  letter-spacing: 1px;
  -webkit-transition: ease-in-out .1s;
  transition: ease-in-out .1s;
}

.Navbar__list-item a .overFx {
  display: block;
  width: 0;
  height: 4px;
  background: #f1d10c;
  background: -webkit-gradient(linear, left top, right top, from(#f1d10c), color-stop(37%, #f1d10c), to(#8c2adb));
  background: linear-gradient(90deg, #f1d10c 0%, #f1d10c 37%, #8c2adb 100%);
  border-radius: 5px;
}

.Navbar__list-item a:hover {
  color: #f4d50b;
}

.Navbar__list-item a:hover .overFx {
  width: 100%;
}

.Navbar__list-item .submenu {
  background: #452870;
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 280px;
  height: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.Navbar__list-item .submenu__item a {
  display: block;
  background-color: #452870;
  padding-left: 10px;
  font-size: .75rem;
  font-weight: normal;
  line-height: 40px;
}

.Navbar__list-item .submenu__item a:hover {
  background-color: #020202;
  color: #ffffff;
}

.Navbar__list-item .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
}

.Navbar__list-item .show#submenu2 {
  height: 120px;
}

.Navbar__list-item .show#submenu3 {
  height: 160px;
}

.expand {
  height: calc(100vh - 114px) !important;
}

@media (max-width: 959px) {
  .Navbar {
    padding-top: 1rem;
    height: 70px;
    overflow: hidden;
  }
  .Navbar__logo {
    width: 130px;
    height: auto;
    margin-top: -5px;
  }
  .Navbar__list {
    padding: 2rem 0 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: strech;
        -ms-flex-positive: strech;
            flex-grow: strech;
    text-align: left;
  }
  .Navbar__list-item {
    display: block;
    border-bottom: 1px solid rgba(0, 17, 63, 0.2);
    border-left: none;
    padding: 12px 0;
  }
  .Navbar__list-item a {
    color: #452870;
    font-size: .875rem;
    font-weight: 800;
    letter-spacing: 1px;
  }
  .Navbar__list-item a .overFx {
    display: none;
  }
  .Navbar__list-item:last-of-type {
    border-bottom: none;
  }
}

.MainNavbar {
  background-color: #452870;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nav__container {
  background-color: #452870;
  width: 100% !important;
  max-width: 1320px !important;
  padding: 15px 0 !important;
}

.nav__menu .dropdown ul li a {
  color: #ffffff;
}

.nav__menu .dropdown ul li {
  background: #452870;
}

.nav__menu .dropdown ul li:hover {
  background: #b2b2b2;
}

.nav__menu .dropdown ul li:hover a {
  color: #452870;
}

.nav__menu li a {
  color: #ffffff;
}

.nav__menu li a:hover {
  color: #f4d50b;
}

.nav__menu li a::first-letter {
  text-transform: capitalize;
}

.nav__logo img {
  max-width: 200px !important;
}

.fade:not(.show) {
  opacity: 1 !important;
}

.nav-toggle span {
  background-color: #ffffff;
}

.Products h1 {
  padding: 2rem 0;
}

.Products a {
  color: #2b2b2b;
}

.Products figure {
  padding: 1rem;
  border: 1px solid #d1d1d1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.05s;
          transition-duration: 0.05s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.Products figure:hover {
  -webkit-box-shadow: 0 0 5px rgba(43, 43, 43, 0.3);
          box-shadow: 0 0 5px rgba(43, 43, 43, 0.3);
}

@media (max-width: 959px) {
  .Products figure {
    padding: .5rem;
  }
}

.responsability {
  background-color: #f4d50b;
}

.responsability__items {
  background: #fff199;
  padding: .5rem;
  border-radius: 6px;
}

.responsability__items figure {
  margin: 0;
}

.responsability__items p {
  text-align: center;
  padding: 1rem;
  font-size: .875rem;
  line-height: .875rem;
}

.responsability__xImage {
  width: calc(100% - 20px) !important;
}

.responsability .owl-nav {
  color: #2b2b2b;
  font-size: 2rem;
}

@media (max-width: 959px) {
  .responsability {
    height: auto;
    background-image: none;
  }
  .responsability__items {
    height: auto;
  }
}

@media (min-width: 959px) and (max-width: 1185px) {
  .responsability {
    background-size: 270px auto;
    background-position: 100% center;
  }
}

.Sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
}

.Sidebar li {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 8px;
}

.Sidebar li:last-of-type {
  border-bottom: none;
}

.Sidebar a {
  display: block;
  color: #2b2b2b;
  text-transform: capitalize;
  font-weight: 600;
}

.Sidebar a:hover {
  color: #b2b2b2;
}

@media (max-width: 959px) {
  .Sidebar {
    padding-right: 0;
  }
  .Sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 0;
  }
}

.sustentability .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sustentability__items div {
  margin-bottom: 1.5rem;
}

.sustentability__items div p {
  margin: 0;
  padding-left: .5rem;
  font-size: .875rem;
}

.responsabilityList {
  list-style-type: none;
}

.responsabilityList li:nth-of-type(1) {
  background: url("../assets/img/sustentability/icon-1.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  padding-left: 50px;
}

.responsabilityList li:nth-of-type(2) {
  background: url("../assets/img/sustentability/icon-5.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  padding-left: 50px;
}

.responsabilityList li:nth-of-type(3) {
  background: url("../assets/img/sustentability/icon-3.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  padding-left: 50px;
}

@media (max-width: 959px) {
  .sustentability {
    height: auto;
    background-image: none;
  }
  .sustentability .subtitle {
    margin-top: 2rem;
  }
}

.ytVideo {
  width: 100%;
  height: 220px;
  margin: 0;
  margin-bottom: -6px;
  padding: 0;
}

@media (max-width: 979px) {
  .ytVideo {
    width: 100%;
    height: auto;
  }
}

.ToggleButton {
  position: absolute;
  right: 15px;
  width: 40px;
  height: 36px;
  background: none;
  cursor: pointer;
  display: none;
}

.ToggleButton__line {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ebebeb;
  -webkit-transition: ease-in-out .1s;
  transition: ease-in-out .1s;
}

.ToggleButton__line:first-of-type {
  top: 8px;
}

.ToggleButton__line:nth-of-type(2) {
  top: 16px;
}

.ToggleButton__line:last-of-type {
  top: 24px;
}

.ButtonTransform span:nth-of-type(2) {
  opacity: 0;
}

.ButtonTransform span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}

.ButtonTransform span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
}

@media (max-width: 959px) {
  .ToggleButton {
    display: block;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Baloo 2', sans-serif;
}

.text-center {
  text-align: center;
}

.wrapper {
  min-height: calc(100vh - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a {
  text-decoration: none;
}

a.button {
  margin-top: 1.5rem;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.primaryList li {
  background-image: url("../assets/img/bullets/primary-bullet.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  padding-left: 10px;
}

ul.secondaryList {
  margin-left: 1rem !important;
}

ul.secondaryList li {
  background-image: url("../assets/img/bullets/secondary-bullet.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  padding-left: 10px;
}

.image-fluid {
  max-width: 100%;
}

.transition {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

section {
  padding: 5rem 0;
}

.borderTop {
  border-top: 1px solid #cccccc;
}

@media (max-width: 959px) {
  section {
    padding: 2rem 1rem;
  }
  section .row div {
    text-align: center;
  }
  .hide-in-mobile {
    display: none !important;
  }
  ul.primaryList li {
    background-image: url("../assets/img/bullets/primary-bullet.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 8px;
    padding-left: 10px;
    text-align: left;
    margin-bottom: .5rem;
  }
}
