:root {
  --primary: #b81d22;
  --text-primary: var(--primary);
  --text-secondary: #fbd3d3;
  --text-dark: #333;
  --text-gray: #585858;
  --bs-gutter-x: 1.5rem;
}

body {
  font-family: "Open Sans", sans-serif;
}
a {
  color: #b81d22;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
header {
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 50%);
}

.navbar {
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
@media (min-width: 576px) {
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 992px) {
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
/* header */
@media (min-width: 992px) {
  .top-header {
    text-align: right;
  }
}

.navbar .navbar-toggler {
  background-color: rgb(126 37 42);
  color: #fff;
  outline: none;
  box-shadow: none;
}

.main-header {
  padding-right: 0;
  padding-left: 0;
}
.main-header:after {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: linear-gradient(-270deg, #950f14, rgba(255, 255, 255, 0.1) 70%);
}
.main-header-left {
  background: #fff;
  position: relative;
}
@media (max-width: 992px) {
  .main-header-left {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .main-header-left {
    display: flex;
    align-items: center;
  }
}
.main-header-left:after {
  content: "";
  background: #fff;
  width: 38px;
  height: 96%;
  right: -18px;
  top: 0;
  position: absolute;
  transform: skew(-15deg);
  z-index: 2;
}
.main-header-logo {
 padding: 0.7rem 1.5rem 0.7rem 1.5rem; 
 
}
.main-header-logo img {
  width: 40%;
  position: relative;
  z-index: 3;
}
.top-header {
  background: #97181d;
  text-align: center;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 40px;
}
@media (min-width: 992px) {
  .top-header {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .top-header {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1140px) {
  .top-header {
    padding-right: 2.9rem;
  }
}
.top-header a {
  color: var(--text-secondary);
  margin-top: 5px;
  margin-bottom: 5px;
}
.top-header a:hover {
  opacity: 0.86;
}
.main-nav {
  box-shadow: none;
  background-color: #f3eaeb;
  /* background-color: rgba(255, 255, 255, 0.9); */
  min-height: 96px;
}
@media (min-width: 992px) {
  .main-nav .navbar-brand {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main-nav:after {
    content: "";
    /* background: #fff; */
    width: 42px;
    height: 98%;
    left: 0px;
    top: 0;
    position: absolute;
    transform: skew(-15deg);
    z-index: 2;
    opacity: 0.25;
  }
}
.main-nav .navbar-brand img {
  max-width: 200px;
}
.main-nav-navbar .nav-item {
  position: relative;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
}
@media (min-width: 1140px) {
  .main-nav-navbar .nav-item {
    margin-left: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }
}
.main-nav-navbar .nav-item:before {
  content: "";
  background-color: var(--primary);
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px);
  left: -10px;
}
.main-nav-navbar .active {
  border-bottom: 4px solid var(--text-primary);
}
.main-nav-navbar .nav-item:hover {
  transition: all 0.2s;
  border-bottom: 4px solid var(--text-primary);
}
.main-nav-navbar .nav-link {
  margin-bottom: 15px;
}
.nav-no-point:before {
  background-color: transparent !important;
}

.nav-link {
  color: #000 !important;
  font-weight: 600;
}

/* overwrite bootstrap */
.btn {
  transition: all 0.2s ease-in-out;
}
.waves-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
}
.btn-primary:focus {
  color: var(--primary);
  background-color: #fff;
  border-color: var(--primary);
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  outline: 0;
}
.btn-primary:active:focus {
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}
.btn-lg {
  font-size: 1rem;
}

.header-top,
.header {
  padding-left: 20px;
  padding-right: 20px;
}
.header-top {
  background: #97181d;
  height: 40px;
}

.top-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 40px;
  justify-content: flex-end;
  align-items: center;
}

.top-list li a,
.top-list li {
  color: var(--text-secondary);
  font-size: 90%;
  text-decoration: none;
}
.top-list li {
  margin-left: 50px;
}
.top-list li:first-child {
  margin-left: 0;
}

.header {
  height: 96px;
  display: flex;
  justify-content: space-between;
}
.logo-wrapper {
  display: flex;
  height: 96px;
  align-items: center;
}
.logo {
  z-index: 2;
  max-width: 400px;
  max-height: 65px;
}
.logo img {
  width: 100%;
}

.logo-wrapper .figure-logo {
  /* width: 434px; */
  height: 136px;
  background-color: #fff;

  position: absolute;
  transform: skewX(-18.18deg);
  top: 0;
  z-index: 1;
  display: none;
}
.logo-wrapper .figure-logo::before {
  content: "";
  left: -85%;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  transform: skewX(18.18deg);
  z-index: 0;
}
.c-site-nav {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .logo-wrapper .figure-logo {
    display: block;
  }
  .logo-wrapper {
    align-items: flex-start;
  }
}
/* .navbar {
  text-align: right;
  justify-content: flex-end;
  flex-direction: row;
}
.navbar .navbar-toggler {
  background-color: rgb(126 37 42);
} */

@media (max-width: 992px) {
  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: initial;
    padding: 0 10px;
    justify-content: flex-start;
  }
  .js-site-nav {
    background: rgb(126 37 42);
    right: -100%;
    transition: all 0.5s ease-out;
    position: fixed;
    margin-top: 139px;
    min-width: 200px;
    max-width: 250px;
    top: -2px;
    height: 100%;
  }

  .show {
    right: 0 !important;
  }

  .navbar-nav li a {
    color: #fff !important;
  }
}

/* @media (min-width: 1092px) {
  .navbar .navbar-toggler {
    display: none;
  }

  .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .navbar ul li {
    padding: 28px 16px;
    border-bottom: 4px solid transparent;
  }
  .navbar ul li:last-child {
    padding-right: 0;
  }
  .navbar ul li::after {
    content: "";
    color: var(--primary);
    left: 16px;
    position: relative;
    width: 5px;
    height: 5px;
    background-color: var(--primary);
    display: inline-block;
    vertical-align: middle;
  }
  .navbar ul li:last-child::after {
    display: none;
  }
  .navbar ul li.active,
  .navbar ul li:hover {
    color: var(--primary);
    border-bottom: 4px solid var(--primary);
  }
  .navbar ul li.active a,
  .navbar ul li:hover a {
    color: var(--primary);
  }
  .navbar ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
  }
} */
.slider {
  min-height: 683px;
  /* max-height: 690px; */
  overflow: hidden;
  display: flex;
  /* align-items: center;
  justify-content: flex-end; */
}
.slide {
  width: 100%;
}

.slide .content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 11%;
}

.slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider ul li {
}

.services-wrapper {
  margin-bottom: 80px;
  /* margin-left: -0.75em; */
  /* margin-right: -0.75em; */
}
.slider-wrapper {
  /* margin-left: -0.75em; */
  /* margin-right: -0.75em; */
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
  margin-bottom: 80px;
}

.slider-end-line {
  position: absolute;
  height: 100px;
  background-color: #fff;
  display: block;
  z-index: 2;
  transform: rotate(-2.55deg);
  bottom: -57px;
  /* bottom: -45px; */
  width: 105%;
  left: -1%;
}
.slider-top-line {
  position: absolute;
  height: 88px;
  background-color: #ffffff;
  display: block;
  z-index: 2;
  transform: rotate(-2.55deg);
  top: -45px;
  width: 105%;
  left: -1%;
}

.slider-wrapper .reverse .slider-end-line {
  transform: rotate(2.55deg);
}

.slider-end-line::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  transform: rotate(0deg);
  border-top: 6px solid rgb(255 255 255 / 35%);
  width: 105%;
  top: -5px;
}
.slider-top-line::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  transform: rotate(0deg);
  border-top: 6px solid rgb(255 255 255 / 35%);
  width: 105%;
  bottom: -5px;
}

.slider-figure-right {
  position: absolute;
  height: 100%;
  background-color: var(--primary);
  display: block;
  z-index: 1;
  transform: skewX(-15.13deg);
  top: 0;

  right: -5%;
  width: 50%;
}
.slider-figure-right {
  width: 38%;
}

.slider-figure-right::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  background-image: ("./images/bg_person.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

/* .slider-figure-right::after {
  content: "";
  right: -90%;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  transform: skewX(25deg);
  z-index: 0;
} */

.heading {
  text-align: center;
  color: var(--text-gray);
  margin-top: 100px;
  margin-bottom: 95px;
}
.heading .description {
  font-size: 90%;
}

.heading .before-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.heading .title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: var(--text-dark);
}
.b{
  width:50%;
  height:auto;
  
}
.div-logo{
  display: flex;
  background-color:#97181d;

}
.heading-1 {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 95px;
  padding-left: 10px;
  z-index: 1;
  position: relative;
}
.heading-1 .description {
  /* font-size: 90%; */
}

.heading-1 .before-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
}
.heading-1 .title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 90%);
}
@media (min-width: 768px) {
  .heading-1 .title {
    font-size: 72px;
  }
}

.heading-1 .btn-primary {
  border-color: #fff;
  background-color: #fff;
  color: var(--primary);
  font-weight: bold;
  box-shadow: none;
}

.heading-1 .btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}
.heading-1 .btn-primary:focus {
}
.heading-1 .btn-primary:active {
  background-color: #96191d;
  border-color: #96191d;
}

.heading-2 {
  color: var(--text-gray);
  margin-top: 100px;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .heading-2 {
    margin-bottom: 95px;
  }
}
.heading-2 .description {
  font-size: 90%;
}

.heading-2 .before-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
}
.heading-2 .title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: var(--text-primary);
}

.heading-3 {
  color: var(--text-gray);
  margin-bottom: 95px;
  padding-left: 10px;
}
.heading-3 .description {
  font-size: 90%;
}

.heading-3 .before-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.heading-3 .title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: var(--text-dark);
}
.title-figure::before {
  content: "";
  width: 29px;
  height: 43px;
  background-image: "./images/figure-left-title.png";
  position: absolute;
  margin-left: -40px;
}

.figure-corner::before {
  content: "";
  width: 69px;
  height: 68px;
  background-image: "./images/figure-for-image.png";
  position: absolute;
  margin-left: -30px;
  margin-top: -27px;
}

.card-service {
  text-align: center;
  padding: 73px 46px 70px;

  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.5s ease-out;
  min-height: 383px;
  /* margin: 0 -5px; */
  margin-top: 10px;
}
.card-service .title {
  margin-bottom: 34px;
  font-size: 18px;
  color: var(--text-dark);
  position: relative;
  z-index: 2;
}
.card-service .description {
  color: var(--text-dark);
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  /* font-size: 14px; */
}

.card-service:hover {
  background-color: var(--primary);
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 50%);
  transition: all 0.5s ease-out;
}
.card-service:hover * {
  color: #fff;
}
.card-service:hover::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  background-image: ("./images/bg-service-1.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.card-service:hover .icon {
  display: none;
}
.text-h {
  display: none;
}
.card-service:hover .text-h {
  display: inline;
}
.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.steps li {
  width: 12px;
  height: 12px;
  background-color: #585858;
  margin-right: 10px;
  cursor: pointer;
}
.steps li:last-child {
  margin-right: 0;
}
.steps li.active {
  background-color: var(--primary);
}

.service-detail-wrapper {
  /* margin-top: 80px; */
  margin-bottom: 80px;
}

.person-detail {
  box-shadow: 24px 24px 0px 0px var(--primary);
  border-radius: 15px;
  width: 100%;
  max-width: 460px;
}

/* utils */
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.person {
  padding-left: 13%;
  margin-top: 8%;
  margin-bottom: -8%;
  z-index: 2;
}

.col-figure::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--primary);
  display: block;
  transform: skewX(-18.18deg);
  z-index: 0;
  opacity: 0.6;
  height: 200%;
  left: -45.3333333333%;
}

.card {
  margin: auto 5px;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 50%);
  transition: all 0.5s ease-out;
  cursor: pointer;
}

.card-image-wrapper {
  position: relative;
  overflow: hidden;
}

.card .card-img-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
}

.line-fix-card {
  bottom: -10px;
  height: 20px;
}

.remove-max-height {
  max-height: inherit;
}

/* .overflow::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff;
  display: block;
  z-index: 0;
  opacity: 0.8;
  height: 200%;
  top: 0;
} */
@media (min-width: 768px) {
  .card:hover {
    transform: scale(1.1);
  }
}

.card:hover .card-image-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--primary);
  display: block;
  z-index: 0;
  opacity: 0.2;
  height: 99%;
  top: 0;
}
.card-date {
  font-size: 90%;
  color: #c7c7c7;
  margin-bottom: 20px;
  display: block;
}
.card-date::after {
  content: "";
  color: var(--primary);
  left: 0;
  position: relative;
  width: 42px;
  height: 2px;
  background-color: var(--primary);
  display: block;
  margin-top: 20px;
}

.footer-wrapper {
  position: relative;
  overflow: hidden;
}
.footer {
  padding: 80px 0;
  background-color: var(--primary);
  color: #fff;
  position: relative;
}

.footer .flogo {
  margin-bottom: 50px;
  width: 70%;
}
.footer .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .list li {
  margin-bottom: 20px;
  display: flex;
  position: relative;
  z-index: 1;
}
.footer a {
  color: #f1f1f1;
}
.footer .list li img {
  display: inline-block;
  margin-right: 1rem;
  max-height: 30px;
}

.grade-bottom-min {
  transform: rotate(-0.75deg);
  background-color: var(--primary);
  height: 74px;
}

.grade-bottom-min::after {
  border-top: 6px solid rgb(184 29 34 / 20%);
}

.links {
  background-color: #a6161b;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90%;
}
.links li {
  padding: 29px 10px;
}
.links li a {
  color: #ffffff;
  text-decoration: none;
}
.copy {
  color: #ffffff;
  background-color: #642123;
  padding: 29px 15px;
  font-size: 80%;
  text-align: center;
}
.wcopy {
  padding-left: 20px;
}
.icono {
  margin-right: 15px;
  filter: invert(100%);
  display: inline-block;
}
.icono-grey {
  display: inline-block;
  margin-right: 8px;
  filter: invert(60%);
}

@media (min-width: 768px) {
  .footer .list li {
    margin-bottom: 50px;
  }
  .divisor {
    width: 1px;
    height: 80%;
    background-color: rgb(255 255 255 / 35%);
    margin: auto;
  }
}
.btn-block {
  width: 100%;
  display: block;
  padding: 0.84rem 2.14rem;
}

@media (max-width: 768px) {
  .links {
    padding: 10px;
  }
  .wcopy {
    display: block;
    padding: 0;
    margin-top: 10px;
  }
  .slider-fix-mobile {
    max-height: inherit;
  }
  .f-fix {
    text-align: center !important;
  }
  .list {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .figure-corner {
    transform: scale(0.85);
  }
  .fix-icon-title {
    margin-left: 25px !important;
  }
  .slider-figure-right {
    right: -40%;
    width: 60%;
  }
  .sm-img-100 {
    width: 100%;
  }
  .links {
    flex-direction: column;
  }
  .links li {
    padding: 10px 10px;
  }
  .top-list {
    flex-direction: column;
    text-align: left;
    justify-content: inherit;
  }
  .header-top {
    height: 60px;
  }
  .top-list li {
    margin: 0;
    padding: 4px 0;
  }
  .c-site-nav {
    margin-top: 156px;
    outline: 0;
  }
  .top-list li a {
    margin: 0;
  }
  .slide .content {
    padding-bottom: 20%;
  }
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}

.whatsapp-icon {
  margin-top: 13px;
}
a.whatsapp:hover {
  transform: scale(0.9);
  background-color: #25d366;
  color: #fff;
}

.figure {
  position: absolute;
  background-color: transparent;
  opacity: 0.2;
  z-index: 2;
}
@media (min-width: 768px) {
  .figure {
    opacity: 1;
  }
}
.figure-top-right {
  top: 23px;
  right: 23px;
  width: 307px;
  height: 210px;
  background-image: ("./images/figure_1.png");
}
.figure-bottom-left {
  bottom: 33px;
  left: 23px;
  width: 454px;
  height: 259px;
  background-image: ("./images/figure_2.png");
}

.figure-top-right-2 {
  top: 23px;
  right: 23px;
  width: 306px;
  height: 218px;
  background-image: ("./images/figure_3.png");
}
.figure-bottom-left-2 {
  bottom: 100px;
  left: 20px;
  width: 253px;
  height: 173px;
  background-image: ("./images/figure_4.png");
}

.figure-bottom-right {
  bottom: 30px;
  right: -16px;
  width: 600px;
  height: 258px;
  z-index: 0;
  background-image: ("./images/figure_4_re.png");
  display: none;
  transform: scale(0.9);
}
.figure-footer {
  bottom: 21px;
  left: 15px;
  width: 347px;
  height: 259px;
  z-index: 0;
  background-image: "./images/figure_6.png";
  /* display: none; */
}

@media (min-width: 768px) {
  .figure-bottom-right {
    display: block;
  }
  .figure-footer {
    opacity: 0.2;
  }
}

@media (max-width: 768px) {
  .heading-1,
  .heading-2,
  .heading-3 {
    padding-left: 0px;
  }
  .title-figure::before {
    margin-left: -32px;
    transform: scale(0.9);
  }
  .card {
    margin: 0;
    margin-top: calc(var(--bs-gutter-x) / 2);
    margin-bottom: calc(var(--bs-gutter-x) / 2);
  }
}
@media (max-width: 443px) {
  .js-site-nav {
    margin-top: 168px;
  }
}
.js-site-nav {
  outline: none;
}
