body {
  font-family: "Roboto Condensed", sans-serif;
  color: #2d3840;
}

img {
  max-width: 100%;
}

.custom-container {
  max-width: 1920px;
  margin: 0 auto;
}

.btn_primary {
  display: inline-block;
  border: 2px solid #a1acb3;
  border-radius: 7px;
  background-color: transparent;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 24px;
  color: #a1acb3;
  padding: 12px 40px;
  margin: 5px 0;
  text-decoration: none;
  transition: background-color 0.2s linear;
}
.btn_primary:hover {
  background-color: #a1acb3;
  color: #fff;
}

.header {
  position: relative;
  height: auto;
  background-color: #e4e5e8;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__bg .my_image_bg,
.header__bg .my_video_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__wrapper {
  position: relative;
  z-index: 10;
  padding: 0;
}

.navbar-custom {
  z-index: 100;
}
.navbar-custom .navbar-brand .logo_main {
  display: block;
  width: 100%;
  height: 128px;
}
.navbar-custom .navbar-toggler {
  border-color: #445a68;
  color: #445a68;
  background: transparent;
  border-radius: 0;
  padding: 9px 5px 9px 10px;
}
.navbar-custom .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-custom .navbar-toggler .icon-bar {
  display: block;
  height: 2px;
  border-radius: 1px;
  background-color: #445a68;
  width: 22px;
  transition: all 0.2s;
}
.navbar-custom .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-custom .navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-custom .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-custom .navbar-toggler.collapsed {
  padding: 9px 10px;
}
.navbar-custom .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-custom .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-custom .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-custom .navbar-collapse {
  align-items: stretch;
}
.navbar-custom .navbar-nav {
  position: relative;
  margin-top: 15px;
}
.navbar-custom .nav-item {
  padding: 0;
}
.navbar-custom .nav-item.dropdown {
  position: initial;
}
.navbar-custom .nav-item .dropdown-toggle::after {
  content: none;
}
.navbar-custom .nav-link {
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  font-family: "Cormorant", serif;
  font-size: 22px;
  font-weight: 700;
  color: #445a68;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  height: 100%;
  transition: background-color 0.5s linear;
}
.navbar-custom .nav-link:hover, .navbar-custom .nav-link:focus, .navbar-custom .nav-link:active, .navbar-custom .nav-link.active {
  background-color: #cdd2d8;
}
.navbar-custom .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
}
.navbar-custom .dropdown-menu > .container-flex {
  padding: 5px 6px;
}
.navbar-custom .dropdown-menu .nav-lvl-2 {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item {
  padding: 0.8rem 1.5rem;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  white-space: normal;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active {
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 500px) {
  .navbar-custom .navbar-toggler {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav {
    margin-top: 0;
  }
  .navbar-custom .custom-container {
    align-items: stretch;
  }
  .navbar-custom .nav-item {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .navbar-custom .nav-link {
    padding-bottom: 25px;
  }
  .navbar-custom .dropdown-menu {
    padding: 20px;
    margin-top: 20px;
  }
  .navbar-custom .dropdown-menu .nav-lvl-2 > li {
    display: inline-block;
    width: 32%;
  }
}
.fixed-nav {
  padding-top: 154px;
}
.fixed-nav .navbar-custom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #e4e5e8;
  box-shadow: 0px 0px 5px 2px #e6e6e6;
  padding: 10px;
}
.fixed-nav .navbar-custom .navbar-brand .logo_main {
  height: 70px;
}
.fixed-nav .navbar-custom .nav-link {
  font-size: 18px;
}

.section_header_image {
  position: relative;
  overflow: hidden;
  max-height: 919px;
  background-color: #171312;
}
.section_header_image__bg {
  width: 100%;
  height: 100%;
}
.section_header_image__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_header_image__title {
  position: absolute;
  top: 25%;
  left: 0;
  font-family: "Cormorant", serif;
  font-size: 24px;
  color: #e4e5e8;
  text-align: center;
  text-shadow: 0 0 5px #000;
  width: 100%;
}
.section_header_image__bg, .section_header_image__title_line1, .section_header_image__title_line2 {
  opacity: 0;
}

@media (min-width: 600px) {
  .section_header_image__title {
    left: 5%;
    font-size: 30px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .section_header_image__title {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .section_header_image__title {
    left: 5%;
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .section_header_image__title {
    left: 10%;
  }
}
.section_quote {
  background-color: #445a68;
  color: #e4e5e8;
  text-align: center;
  padding: 60px 0 50px 0;
  font-family: "Cormorant", serif;
}
.section_quote__symbol {
  font-weight: 700;
  font-size: 200px;
  line-height: 140px;
  color: #4d687a;
}
.section_quote__text {
  font-weight: 300;
  font-size: 26px;
  max-width: 940px;
  margin: -25px auto 0 auto;
  font-style: italic;
}
.section_quote__author {
  font-weight: 300;
  font-size: 26px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .section_quote {
    padding: 70px 0 100px 0;
  }
}
.section_offer__col_left, .section_offer__col_right {
  overflow: hidden;
}
.section_offer__swiper .swiper-button-prev,
.section_offer__swiper .swiper-button-next {
  color: #445a68;
  top: 20%;
}
.section_offer__swiper .swiper-button-prev::after,
.section_offer__swiper .swiper-button-next::after {
  content: none;
}
.section_offer__swiper .swiper-button-prev {
  left: 10px;
}
.section_offer__swiper .swiper-button-next {
  right: 10px;
}
.section_offer__bg {
  width: 100%;
  height: 100%;
}
.section_offer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_offer__container {
  padding: 50px 110px 50px 20px;
}
.section_offer__header {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 32px;
  color: #445a68;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section_offer__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #2d3840;
  margin-bottom: 40px;
}
.section_offer__number {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #445a68;
  font-size: 24px;
}
.section_offer__text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #445a68;
  font-size: 24px;
  line-height: 3.5rem;
}
.section_offer__button {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .section_offer .swiper-button-prev,
.section_offer .swiper-button-next {
    top: 30%;
  }
  .section_offer__container {
    padding: 50px 50px 50px 50px;
  }
  .section_offer__header {
    font-size: 48px;
  }
  .section_offer__title {
    font-size: 30px;
  }
  .section_offer__number {
    font-size: 30px;
  }
  .section_offer__text {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .section_offer .swiper-button-prev,
.section_offer .swiper-button-next {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .section_offer .swiper-button-prev {
    left: auto;
    right: 70px;
  }
  .section_offer__container {
    padding: 80px 110px 80px 50px;
  }
  .section_offer__header {
    margin-bottom: 70px;
  }
  .section_offer__title {
    margin-bottom: 70px;
  }
  .section_offer__text {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .section_offer__swiper .swiper-button-prev {
    left: auto;
    right: 120px;
  }
  .section_offer__swiper .swiper-button-next {
    right: 50px;
  }
  .section_offer__container {
    padding: 100px 150px 80px 80px;
  }
}
.section_text__col_left {
  padding: 0;
  background: #e4e5e8 url(../_img/_templates/tlo_1.png) repeat left top;
  color: #445a68;
}
.section_text__col_right {
  padding: 0;
  background: #445a68 url(../_img/_templates/tlo_2.png) repeat left top;
  color: #e4e5e8;
}
.section_text__left {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 30px;
  padding: 50px;
}
.section_text__right {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  padding: 50px;
}
.section_text__col_left, .section_text__col_right {
  opacity: 0;
}

@media (min-width: 576px) {
  .section_text__left {
    font-size: 60px;
  }
  .section_text__right {
    font-size: 72px;
  }
}
@media (min-width: 992px) {
  .section_text__col_left {
    text-align: right;
  }
  .section_text__left {
    min-height: 600px;
    padding: 200px 50px;
  }
  .section_text__right {
    min-height: 600px;
    padding: 190px 50px;
  }
}
.section_about__col_left {
  padding: 20px;
}
.section_about__col_right {
  padding: 0;
  background-color: #130f0e;
}
.section_about__container {
  max-width: 700px;
  margin: 0 0 0 auto;
}
.section_about__header {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 32px;
  color: #445a68;
  text-transform: uppercase;
  text-align: right;
  margin-right: 40px;
}
.section_about__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #2d3840;
  margin-bottom: 20px;
}
.section_about__text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2d3840;
}
.section_about__button {
  margin-top: 20px;
  margin-right: 40px;
  text-align: right;
}
.section_about__bg {
  width: 100%;
  height: 100%;
}
.section_about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_about__bg, .section_about__header, .section_about__title, .section_about__text, .section_about__button {
  opacity: 0;
}

@media (min-width: 576px) {
  .section_about__col_left {
    padding: 50px;
  }
  .section_about__header {
    font-size: 48px;
  }
  .section_about__title {
    font-size: 30px;
  }
  .section_about__text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .section_about__col_left {
    padding: 80px;
  }
}
.section_coaching__col_right {
  padding: 20px;
}
.section_coaching__col_left {
  padding: 0;
  background-color: #130f0e;
}
.section_coaching__container {
  max-width: 700px;
  margin: 0 0 0 auto;
}
.section_coaching__header {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 32px;
  color: #445a68;
  text-transform: uppercase;
  text-align: right;
  margin-right: 40px;
}
.section_coaching__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #2d3840;
  margin-bottom: 20px;
}
.section_coaching__text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2d3840;
}
.section_coaching__button {
  margin-top: 20px;
  margin-right: 40px;
  text-align: right;
}
.section_coaching__bg {
  width: 100%;
  height: 100%;
}
.section_coaching__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_coaching__bg, .section_coaching__header, .section_coaching__title, .section_coaching__text, .section_coaching__button {
  opacity: 0;
}

@media (min-width: 576px) {
  .section_coaching__col_right {
    padding: 50px;
  }
  .section_coaching__header {
    font-size: 48px;
  }
  .section_coaching__title {
    font-size: 30px;
  }
  .section_coaching__text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .section_coaching__col_right {
    padding: 80px;
  }
}
.section_comments {
  background-color: #e4e5e8;
  color: #2d3840;
  text-align: center;
  padding: 60px 0 50px 0;
  font-family: "Cormorant", serif;
}
.section_comments__swiper .swiper-wrapper {
  padding-bottom: 95px;
}
.section_comments__swiper .swiper-pagination-bullets {
  bottom: 0;
}
.section_comments__swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 6px !important;
}
.section_comments__swiper .swiper-pagination-bullet-active {
  background: #2d3840;
}
.section_comments__symbol {
  font-weight: 700;
  font-size: 200px;
  line-height: 140px;
  color: #d0d1d2;
}
.section_comments__text {
  font-weight: 700;
  font-size: 26px;
  max-width: 940px;
  margin: -25px auto 0 auto;
  font-style: italic;
}
.section_comments__author {
  font-weight: 700;
  font-size: 26px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .section_comments {
    padding: 70px 0 100px 0;
  }
}
.footer {
  position: relative;
  background-color: #445a68;
  color: #a1acb3;
  padding: 35px 0 25px 0;
  overflow: hidden;
}
.footer a {
  color: #a1acb2;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__bg {
  position: absolute;
  bottom: 0;
  right: 50px;
  max-width: 30%;
}
.footer__bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__bg svg path {
  fill: #4d687b;
}
.footer__row {
  align-items: center;
  position: relative;
  z-index: 10;
}
.footer__content {
  text-align: center;
}
.footer__nav {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav ul li {
  display: block;
  margin: 20px 0;
}
.footer__nav ul li a {
  text-transform: uppercase;
}
.footer__quote {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 24px;
}
.footer__contact {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .footer__nav {
    text-align: left;
    margin-bottom: 0;
  }
}
.copyright {
  background-color: #4d687b;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #a1acb3;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .footer {
    padding: 65px 0 50px 0;
  }
}
.page__container_left {
  padding-left: 30px;
  padding-right: 20px;
}
.page__container_right {
  padding-right: 20px;
  padding-left: 30px;
}
.page__2c_col {
  padding: 0;
}
.page__header {
  background-color: #f9f9f9;
}
.page__header h1 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 32px;
  color: #445a68;
  text-transform: uppercase;
  padding: 35px 0 10px 0;
  margin: 0;
}
.page__col_img_bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.page__col_img_bg img {
  width: 100%;
}
.page__content {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  margin: 50px 0;
}
.page__content h1 {
  font-weight: 700;
  font-size: 26px;
}
.page__content h2 {
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0;
}
.page__left_column {
  margin-top: 50px;
}
.page__box {
  margin-bottom: 20px;
}
.page__box_title {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 24px;
  color: #445a68;
}
.page__box_content img {
  height: auto;
}
.page__box_content a {
  text-decoration: none;
  color: #000000;
}
.page__box_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page__box_list a {
  text-decoration: none;
  color: #000000;
}
.page__box_list .my_archive_item {
  display: block;
}
.page__box_list .my_archive_item.my_active {
  text-decoration: underline;
}
.page__box_list .my_tag_item {
  display: inline-block;
  border: 1px solid #000;
  margin: 3px;
  padding: 2px 10px;
}
.page__box_list .my_tag_item.my_active {
  background-color: #000;
  color: #fff;
}
.page__box_list .my_tag_item.my_active a {
  color: #fff;
}
.page #comments {
  margin-bottom: 10px;
}
.page .blog__top_image {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .page__container_left {
    padding-left: 70px;
    padding-right: 70px;
  }
  .page__container_right {
    padding-right: 70px;
    padding-left: 70px;
  }
  .page__content h1 {
    font-size: 32px;
  }
  .page__content h2 {
    font-size: 30px;
    margin: 30px 0;
  }
}
@media (min-width: 992px) {
  .page__header h1 {
    font-size: 48px;
  }
  .page__container_left {
    padding-left: 120px;
    padding-right: 70px;
  }
  .page__container_right {
    padding-right: 120px;
    padding-left: 70px;
  }
  .page .blog__content {
    padding-left: 40px;
  }
}
.lista_1 li {
  margin-bottom: 5px;
}

.lista_2__row {
  margin-bottom: 5px;
}

.lista_14,
.lista_15,
.lista_16 {
  margin: 30px 0;
  padding: 0 25px;
}
.lista_14 .article-tile__link,
.lista_15 .article-tile__link,
.lista_16 .article-tile__link {
  color: #000000;
  text-decoration: none;
}
.lista_14 .article-tile__header,
.lista_15 .article-tile__header,
.lista_16 .article-tile__header {
  margin-bottom: 15px;
}
.lista_14 .article-tile__date,
.lista_15 .article-tile__date,
.lista_16 .article-tile__date {
  color: #999999;
}
.lista_14 .article-tile__title,
.lista_15 .article-tile__title,
.lista_16 .article-tile__title {
  font-size: 22px;
}
.lista_14 .article-tile__text,
.lista_15 .article-tile__text,
.lista_16 .article-tile__text {
  color: #333333;
}

.lista_20 {
  margin-bottom: 50px;
}
.lista_20 .card-header {
  background-color: transparent;
  padding: 0;
}
.lista_20 .accordion-button {
  font-weight: 700;
  font-size: 24px;
}
.lista_20 .accordion-button:not(.collapsed) {
  background-color: #445a68;
  color: #a1acb3;
  box-shadow: none;
}
.lista_20 .accordion-button:not(.collapsed) svg {
  fill: #a1acb3;
}
.lista_20 .accordion-body {
  padding: 1rem 1.2rem;
  font-size: 18px;
}

.page__gallery {
  margin: 40px 0;
  clear: both;
}
.page__gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page__gallery ul li {
  display: inline-block;
  margin: 15px;
}

.page__mansonry {
  margin: 40px 0;
  clear: both;
}
.page__mansonry .grid {
  display: block;
}
.page__mansonry .grid::after {
  content: "";
  display: block;
  clear: both;
}
.page__mansonry .grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__mansonry .grid-item {
  float: left;
  width: 200px;
  height: 150px;
  border: 10px solid white;
}
.page__mansonry .grid-item--width2 {
  width: 400px;
  height: 300px;
}
.page__mansonry .grid-item--height2 {
  width: 200px;
  height: 300px;
}
.page__mansonry .grid-item--width4 {
  width: 800px;
  height: 300px;
}
.page__mansonry .grid-item--height4 {
  width: 400px;
  height: 600px;
}
.page__mansonry .grid-item--full {
  width: 400px;
  height: 300px;
}

@media (min-width: 768px) {
  .page__mansonry .grid-item--full {
    width: 800px;
    height: 600px;
  }
}
.div_pagination {
  display: block;
  margin-bottom: 10px;
  margin-top: 40px;
}

.pagination_menu {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.pagination_menu span,
.pagination_menu a {
  color: #445a68;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #dee2e6;
  padding: 5px 12px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.375rem;
}
.pagination_menu a:hover {
  background-color: #d5d7d8;
}
.pagination_menu span.active,
.pagination_menu a.active {
  background-color: #445a68;
  color: #ffffff;
}

.comments__list {
  margin-bottom: 30px;
}
.comments__item {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.comments__item:first-of-type {
  border-top: none;
}
.comments__info {
  font-size: 12px;
  margin-top: 10px;
}
.comments__info span {
  font-weight: bold;
}

.page__share {
  margin-bottom: 30px;
  text-align: right;
}
.page__share_title {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.page__share_list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page__share_list li {
  display: inline-block;
  margin: 0 10px;
}
.page__share_list li img, .page__share_list li svg {
  height: 16px;
}
.page__share_list li img path, .page__share_list li img rect, .page__share_list li svg path, .page__share_list li svg rect {
  fill: #000;
}
.page__share_list li .my_fb {
  height: 19px;
}