:root {
  --black-2: #1d2045;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Space Grotesk', sans-serif;
}

p {
  font-family: "Aileron", serif;
  /* font-family: "Forum", serif; */
  font-weight: 100;
  line-height: 32px;
}

b, strong{
  font-weight: 900;
}

.font-heading-newyork h1,
.font-heading-newyork h2,
.font-heading-newyork h3,
.font-heading-newyork h4,
.font-heading-newyork h5,
.font-heading-newyork h6 {
  font-family: "Aileron", serif;
  /* font-family: "Forum", serif; */
  font-weight: 100;
  font-weight: 700;
  color: #49464e;
}


.light .lawyer__hero-right p {
  font-weight: 100;
}

.lawyer__hero-right {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lawyer__hero-pt {
  padding-top: 0;
}

.cf_parallax_image {
  overflow: hidden;
}

.dir-rtl .swiper-slide {
  direction: rtl;
}

.text-white {
  color: white;
}

.fixed_aviation {
  background-image: url('../assets/img/limpiar-interior-avion.jpg');
  background: linear-gradient(0deg, rgb(27 59 109 / 75%), rgb(27 60 110 / 42%)), url(../assets/img/limpiar-interior-avion.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 80px 0;

}

/* Test Purpose */
.offcanvas-area {
  opacity: 0;
  visibility: hidden;
}

/* Add this to your CSS */
body.light {
  overflow: visible !important;
  padding-right: 0 !important;
}

.offcanvas-backdrop.show {
  opacity: 0;
}

.offcanvas-backdrop {
  position: absolute;
}

.main-menu img {
  max-width: 28px;
}

.light .artist__header-menu {
  padding: 50px 0 30px 0px;
}

.light p {
  color: #414141;
  font-size: 1.2rem;
  font-weight: normal;
}

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

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

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

.relative {
  position: relative;
}

.paisaje img {
  margin-top: -20vw;
  max-width: 43vw;
  float: right;
  margin-right: -10vw;


}

.light .artist__section-title {
  border: none;
}

.artist__gallary-content {
  border: none;
}

.artist__section-title {
  font-size: 2.8rem;
}

.light .artist__header-menu li a {
  font-weight: 500;
  font-size: 18px;
}

.light .artist__header-menu {
  background-color: #f7f9f2;
}

.artist__showcase-dis2 p {
  font-size: 26px;
  font-weight: 500;
}

.artist__gallary-content span {
  font-size: 20px;
  font-weight: 500;
}

.prjt-titulo h3 {
  padding-top: 11vw;

}

.prjt-titulo img {
  max-width: 30vw;
  margin-top: -4vw;
  float: right;
  margin-right: 4vw;
}

.artist__gallary-thumb {
  height: 100vh;
}


/*------------------------------------------------------------------
# Lines and Overlays
-------------------------------------------------------------------*/

.lines {
  position: relative;
}

.line {
  display: block;
  width: 1px;
  height: 0;
  position: fixed;
  background: hsla(0, 0%, 48.6%, .2);
  z-index: -1;
  top: 0;
  pointer-events: none;

}

.line.page-change {
  z-index: 9999
}


.line-1 {
  left: 25%;
}

.line-2 {
  left: 50%;
  bottom: 0;
  top: unset;
}

.line-arange {
  z-index: 4
}

body.layout-dark .line-2::after {
  background: #121212
}

.line-after-out::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%)
}

.line-3 {
  left: 75%;
}

.overlays {
  position: relative;
  z-index: 1;
}

.overlay_blue{
  display: block;
  position: absolute;
  background: #1b3b6da3;
  height: 100%;
  width: 100%;
  z-index: 99;
  top: 0;
  border-radius: 160px;
  -webkit-transition: height .6s cubic-bezier(.645, .045, .355, 1);
  -o-transition: height .6s cubic-bezier(.645, .045, .355, 1);
  transition: height .6s cubic-bezier(.645, .045, .355, 1);
  border-right: 1px solid hsla(0, 0%, 48.6%, .2);  
}

.overlay_black{
  background: #0000004a;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99;
  top: 0;
  border-radius: 160px;
  -webkit-transition: height .6s cubic-bezier(.645, .045, .355, 1);
  -o-transition: height .6s cubic-bezier(.645, .045, .355, 1);
  transition: height .6s cubic-bezier(.645, .045, .355, 1);
  border-right: 1px solid hsla(0, 0%, 48.6%, .2);  
}

.img_resize_process .title_procces_hover span{
  font-size: 24px;
  font-weight: 700;
}

.number-process{
  font-size: 40px !important;
  font-weight: 100 !important;
}

.procees_title{
  font-weight: 600;
  font-size: 28px !important;
  margin-bottom: 20px;
}

.overlay {
  display: block;
  position: fixed;
  background: #12121226;
  height: 100vh;
  width: 1px;
  z-index: -2;
  top: 0;
  -webkit-transition: height .6s cubic-bezier(.645, .045, .355, 1);
  -o-transition: height .6s cubic-bezier(.645, .045, .355, 1);
  transition: height .6s cubic-bezier(.645, .045, .355, 1);
  border-right: 1px solid hsla(0, 0%, 48.6%, .2);
}

body.layout-dark .overlay {
  background: #ededed
}

.overlay-1 {
  left: 85%;
  -webkit-transition-delay: .03333s;
  -o-transition-delay: .03333s;
  transition-delay: .03333s
}

.overlay-2 {
  left: 20%;
  -webkit-transition-delay: .03333s;
  -o-transition-delay: .03333s;
  transition-delay: .03333s
}

.overlay-3 {
  left: 41%;
  -webkit-transition-delay: .06667s;
  -o-transition-delay: .06667s;
  transition-delay: .06667s
}

.overlay-4 {
  left: 64.4%;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.overlay-out {
  height: 0;
}

.overlay-ch-out {
  width: 0;
}

.artist__header-menu nav {
  margin-right: 8vw;
}

.text-paisaje {
  margin-left: 5vw;
  text-align: left;
}

.projectos_titulo ul {
  display: flex;
  justify-content: space-between;
}

.flex-project {
  margin-right: 8vw;
}

.flex-project ul {
  display: flex;
  justify-content: space-between;
}

.flex-project li {
  position: relative;
}

.artist__gallary-content {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.artist__gallary-thumb img {
  height: auto;
}

.forma img {
  max-width: 70%;
  margin: 0px auto;
  display: block;
}

.sec-title-13 {
  font-size: 22px;
  line-height: 44px;
}

.cf_image img {
  max-width: 85%;
  float: right;
}

.contentwriter__brand-title {
  font-size: 30px;
  line-height: 40px;
}

.contentwriter__brand-wrapper {
  display: grid;
  grid-template-columns: 80ch auto;
}

.light .text_invert>div {
  background-image: linear-gradient(to right, rgb(27 59 109) 50%, rgb(49 50 53 / 50%) 50%);
}

.mtm20 {
  margin-top: -30px;
}

.sec-sub-title-5 {

  color: #1b3b6d;
  font-size: 70px;
  letter-spacing: 2px;
  font-family: "newYork";
}

.class__title p {
  font-size: 20px;
}

.developer-service__grid {
  padding-top: 60px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.wcf__iconbox.style-7 .icon {
  margin-bottom: 0;
}

.wcf__iconbox.style-7 {
  padding: 0
}

.mask {

  -webkit-mask-image: url('/assets/video/donut.svg');
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 135%;

  mask-image: url('/assets/video/donut.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 135%;

}

.wcf__iconbox.style-7 .title {
  padding-bottom: 30px;
}

.wcf__iconbox.style-7 .icon {
  margin-bottom: 35px;
}

.light .wcf__iconbox.style-7 {
  min-height: 100%;
}

.class__section-10 {
  margin-bottom: 0;
}


.service__item-9 {
  grid-template-columns: auto auto auto auto auto auto;
}

.service__item-9 {
  grid-gap: 10px;
}

.yogaTrainer__service-title {
  font-size: 22px;
}

.yogaTrainer__service-line {
  height: 40px;
}

.yogaTrainer__service-footer {
  padding: 20px 10px;
}

.yogaTrainer__service-footer p {
  line-height: 15px;
}

.yogaTrainer__service-dis {
  padding-bottom: 0;
}

.yogaTrainer__service-hover:hover::after {
  display: none;
}

.yogaTrainer__service-title {
  margin-bottom: 0;
}


.light  .yogaTrainer__service-item p {font-size: 14px;}
.yogaTrainer__service-hover:hover .yogaTrainer__service-dis {
  opacity: 1;
    transform: translateY(-180%);
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.yogaTrainer__service-hover .yogaTrainer__service-title {
  transform: translateY(180px);
  position: absolute;
  bottom: 300px;
  text-align: center;
  text-transform: uppercase;
  margin-left: -10px;
  /* top: -40%; */
  /* left: 50%; */
  width: 100%;
  transform: translate(0, 100%);
}

.yogaTrainer__service-item{
  height: 550px;
}

.yogaTrainer__service-item::before {
  background-color: #0d2248a3;
}

.journies .yogaTrainer__service-item::before {
  background-color: #0d22484f
}

.yogaTrainer__service-item::after {
  border-radius: 80px;
}

.bg-gris {
  background-color: #EBEBEB;
}

.light .dancer__header-nav .main-menu li a {
  color: #000;
  font-family: "Aileron", serif;
  /* font-family: "Forum", serif; */
  text-transform: none;

  font-size: 18px;
}

.light .dancer__header-icon img {
  filter: none;
}

.light .show-light {
  filter: invert(1);
}

.dancer__header {
  position: fixed;
  width: 100%;
  background: white;
}

.colorgristxt p{ color:#969595}

.fz-30 {font-size: 30px;}
.plating h2{ margin-bottom: 20px; }

.forum p{font-family: "Forum", serif;}
.forum a{font-family: "Forum", serif;     font-size: 25px;}
.mtotal-40 { padding: 10px 0;}

.contacto::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 2;
  border-radius: 180px;
}


.plating p { color: #49464E; font-family: "Forum", serif; text-align: justify;}
.menus_scroll {
  font-family: "Aileron", serif;
  font-size: 24px;
  color: #49464E;
  font-weight: 600;
}

.contact__form textarea {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black-2);
  border: none;
  border-bottom: 1px solid var(--gray);
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  margin-bottom: 35px;
  padding: 10px 0;
  margin-bottom: 25px;
  color: var(--white);
  border-color: #1d2045;
  height: 55px;
}

input {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black-2);
  border: none;
  border-bottom: 1px solid var(--gray);
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  margin-bottom: 35px;
  color: var(--white);
  border-color: #1d2045;
  padding: 10px 0;
  margin-bottom: 0px;
}

input[type="checkbox"]::before {
  color: black;
}

.contact__form textarea {
  margin-bottom: 0;
}

.p-10 {
  padding: 0 10px;
}

.d-flex {
  display: flex;
}

.gap-10 {
  gap: 10px;
}

.gap-50 {
  gap: 50px;
}

.w-20 {
  width: 20px;
}

input::placeholder,
textarea::placeholder {
  color: var(--white)
}

input,
.contact__form textarea {
  border-bottom: 1px solid var(--white);
}

.wc-btn-primary {
  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: 170px;
  height: 170px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--black-3);
  border: 1px solid var(--gray);
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  border-color: var(--secondary);
  color: #1d2045;
}

.footer__email-10 a {
  color: #1d2045;
}

.footer__btm-10 ul li a {
  color: #1d2045;
}

.footer__copytext p a {
  color: #1d2045;
}

#error,
#mail_success,
#mail_fail {
  display: none;
}

#error,
#mail_fail {
  color: #FFFFFF;
  background: rgb(228, 82, 82);
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
}

#mail_success {
  color: #FFFFFF;
  background: #00a896;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
}

#error,
#mail_success {
  display: none
}

.margincero {
  margin: 0;
  padding: 0;
}


footer .g-3 {
  width: 100%;
}

.footer__dancer {
  background-color: #ebebeb;

}

.btn_send_message {
  border: 1px solid white;
  transition: all ease 300ms;
}

.btn_send_message:hover {
  background-color: transparent !important;
  border: 1px solid transparent;
}

.btn_send_message:hover p {
  color: white;
}

.footer__titlewrapper .footer__title-10 {
  color: #1d2045;
}

.marquee {
  width: 100%;
  height: 110px;
  border-top: 3px solid #625a52;
  border-bottom: 3px solid #625a52;
  overflow: hidden;
  background-color: #7f6f60;
}

.marquee li {
  font-size: 70px;
  color: #fff;
}

.marquee__content {
  display: flex;
  list-style: none;
  animation: scrolling 20s linear infinite;
}

.marquee__item {
  flex-shrink: 0;
}

.footer__titlewrapper img {
  position: absolute;
  object-fit: unset;
  max-width: 20%;
  /* top: 0; */
  right: 10%;
}

.lawyer__hero-wrapper {
  grid-template-columns: 2fr 2fr;
}

.lawyer__hero-text p {
  max-width: none
}

.lawyer__hero-left img {
  border-radius: 0;
  padding-right: 1rem;
}

.fright {
  text-align: right;
  float: right;
  width: 100%;
}

#home .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: #000;
  opacity: 0.4;
  mix-blend-mode: hard-light;
}

.lawyer__hero .service__subtitle-9 {
  margin-bottom: 65px;
  margin-left: -7rem;
  text-shadow: 1px 1px 10px white, 0 0 2em white, 0 0 1.2em white;
}

section#home {
  overflow: hidden;
  position: relative;
  height: 80vh;
}

.video_intro {
  position: absolute;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  z-index: 3;
  transform: translate(-50%, -50%);
}

video {
  width: 100%;
  height: auto;
}

.introimagenes img {
  max-width: 100%;
}

.br2:before {
  width: 1px;
  display: block;
  content: '';
  background: #1e2045;
  height: 80px;
  margin-top: -12px;

  position: absolute;
  right: 3%;
}

figure {
  position: relative;
}

figure.snip1432 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1432 img {
  opacity: 1;
  border-radius: 160px;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  height: 540px;
  object-fit: cover;
}

.filter_opacity {
  filter: opacity(.5);
}

.text-black {
  color: #000;
}

figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

figure.snip1432 figcaption>div {
  height: 46%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

figure.snip1432 h2,
figure.snip1432 h3 {
  margin: 0;
  position: absolute;
  left: 0;
  /* text-shadow: 0px 0px 2px #000000b1, 1px 1px 9px #000000bb; */
  color: white;
  padding: 0 30px;
  width: 100%;
  top: 20px !important
}

figure.snip1432 h2 {
  font-weight: 100;
  top: 40%;
  font-size: 4rem;
  line-height: 18px;
}

figure.snip1432 h3 {
  font-size: 1.2em;
  bottom: 0;
  font-weight: 300;
}

.snip1432 span {
  font-size: 1.2rem;
}

figure.snip1432 h3:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

/*
figure.snip1432:hover img,
figure.snip1432.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}*/
figure.snip1432:hover figcaption h3:first-of-type,
figure.snip1432.hover figcaption h3:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}

figure.snip1432:hover figcaption h3:nth-of-type(2),
figure.snip1432.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  transform: translateY(-30%);
}

@keyframes scrolling {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.texto_up h2 {
  color: white;
  font-size: 2.1rem;
  text-shadow: 0px 0px 2px #000000, 1px 1px 9px #000000;
  text-align: center;
}

.texto_up {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 90%;
}

#elevate {
  margin-top: -200px;
  background: white;
  padding-bottom: 110px;
}

@media only screen and (max-width: 1199px) {
  .yogaTrainer__service-hover .yogaTrainer__service-dis {
    opacity: 0;
    transform: translateY(20px);
  }
}

@media (max-width: 992px) {
  section#home {
    height: fit-content;
  }

  .pl-0:has(.img_resize) {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x))
  }

  .pr-0:has(.img_resize) {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  figure.snip1432 figcaption>div {
    height: 65%;
  }

  figure.snip1432 figcaption>div:first-of-type {
    height: 35%;
  }

  form {
    flex-direction: column;
    align-items: center;
  }

  .msg {
    width: 100%;
  }
}

.offcanvas__menu li {
  margin: 20px 0;
}

@media (max-width: 432px) {
  .process-item .col-6 {
    width: 100%;
  }

  figure.snip1432 figcaption>div {
    height: 45%;
  }

  figure.snip1432 figcaption>div:first-of-type {
    height: 35%;
  }

  footer .container > div{
    justify-content: center !important;
  }
  
  footer .container > div .col-6{
    text-align: center;
    margin-bottom: 10px;
  }

  .pd-default{
    padding-bottom: calc(var(--bs-gutter-x));
  }

  .flex-reverse-mobil{
    flex-direction: column-reverse;
  }

  .text-left-mobil .text-right{
    text-align: left;
  }

  .text-left-mobil .text-right .justify-content-end{
    flex-direction: row-reverse;
  }

  .fz-12{
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .service__item-9 {
    grid-template-columns: auto auto;
  }

  .yogaTrainer__service-footer {
    padding: 20px 10px;
  }

  .yogaTrainer__service-hover .yogaTrainer__service-dis {
    line-height: 15px;
    font-size: 14px;
  }

  .yogaTrainer__service-hover .yogaTrainer__service-title {
    bottom: 260px;
  }

  .yogaTrainer__service-hover .yogaTrainer__service-title {
    transform: translateY(60px);
  }

}


.crt-parallaxvideo {
  height: 50vh;
  padding-bottom: 50px;
  padding-top: 50px;
}

.crt-parallaxvideo video {
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: -100;
}

.plax.ccparallax-one {
  background-image: url("../images/paxallax1.jpg");
}

.plax.ccparallax-two {
  background-image: url("../images/paxallax2.jpg");
}

.plax.ccparallax-three {
  background-image: url("../images/paxallax3.jpg");
}

.plax:last-child {
  margin-bottom: 0;
}

.plax.ccparallax {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}

.plax.content {
  background: none repeat scroll 0 0 #2581e8;
  padding: 42px 0;
}

.object-contain {
  object-fit: contain;
}

.w-fit {
  width: fit-content;
}

.w-300 {
  width: 300px;
}
.title-process-hover h4, .title-process-hover span, .title-process-hover p{
  transition: all ease 500ms;
  text-align: center;
}

.title-process-hover span{
  font-size: 30px;
}

.title-process-hover p{
  transform: translateY(200%);
  opacity: 0;
  line-height: 18px;
}

.title-process-hover:hover span, .title-process-hover:hover h4{
  transform: translateY(-30px);
}

.title-process-hover:hover p{
  transform: translateY(0%);
  opacity: 1;
}

.yogaTrainer__service-thumb, .yogaTrainer__service-thumb img{
  height: 100%;
  object-fit: cover;
}

.border-bottom-shadow{
  box-shadow: 0px 10px 20px -5px rgba(128, 128, 128, 0.5);
}

.bg-none{
  background: none !important;
}


.text-abril{
  font-weight: 100 !important;
    font-family: "Aileron", serif;
    position: relative;
    color: #fff !important;
    font-size: 45px;
    letter-spacing: 3px;
}
.text-gotu{
  font-family: 'Gotu' !important;
}

.li-disc li{
  list-style: disc;
}

.mobile-br{
  display: block;
}

p{
  font-weight: 300 !important;
}

b, strong{
  font-weight: 600;
  color: #49464E;
}

.li-disc li p{
  font-family: "Aileron", serif;
}

@media(max-width: 1000px){
  .service__item-9{
    grid-template-columns: auto auto auto;
  }
}

@media(max-width: 767px){
  .service__item-9{
    grid-template-columns: auto auto;
  }
}


@media(max-width: 454px){
  .service__item-9{
    grid-template-columns: auto auto;
  }
  .service__item-9 .yogaTrainer__service-item{
    margin: 0;
    height: 450px;
  }
  .service__item-9 .yogaTrainer__service-item h4{
    font-size: 1.2em;
  }
  .yogaTrainer__service-footer{
    width: 100%;
  }
  .row.text-center .text-right{
    text-align: center;
  }
  .text-before{
    align-items: center;
  }
  .reverse-mobil{
    flex-direction: column-reverse;
  }
  .process_items h1, h2{
    font-size: 28px;
  }
  .process_items h2{
    font-size: 24px;
  }
  .mobile-br{
    display: block;
  }
  .col-fit{
    width: fit-content;
    padding: 0 10px;
  }
  .gap-mobile-10{
    gap:10px
  }
  .text-lighting div{
    padding: 0 5px;
  }
  .form-contact-mobile{
    margin-left: 0;
  }
  p{
    font-size: .9em !important;
  }
  section#home{
    height: 80vh;
  }
  video.desk_video{
    height: 100%;
    width: auto;
  }
  .animate__fadeInLeft , .animate__fadeInRight {
    animation-name: fadeInUp
  }
}
