:root{
  --main-color: #fe5900;
}


@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../font/Poppins-Light.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Poppins-Regular.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../font/Poppins-Medium.ttf);
}

@font-face {
  font-family: 'Chanel';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../font/Chanel-200.ttf);
}

@font-face {
  font-family: 'Chanel';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../font/Chanel-600.ttf);
}

.font-poppins{
  font-family: "Poppins", sans-serif;
}

.font-chanel{
  font-family: "Chanel", sans-serif;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  color: #00acef;
  text-decoration: none;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.main-color{
  color: #fe5900 !important;
}

.main-background{
  background-color: #fe5900;
}

.white-color{
  color: white !important;
}

.black-color{
  color: black !important;
}


img {
  max-width: 100%;
}

.font-weight-bold{
  font-weight: bold;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--sec-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: var(--main-color);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------
      Global Styles
---------------------------*/
section {
  position: relative;
  padding: 100px 0;
}


.btn-muvit{
  /* border-radius: 30px; */
  color: #fff;
  background-color: #f35900;
  border-color: #f35900;
}

.btn-muvit:hover{
  background-color: #f0722a;
  color: #fff;
}

.btn-muvit-circle{
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #f35900;
}

.btn-muvit-circle:hover,
.btn-muvit-circle:focus{
  color: #fff;
  background-color: #f35900;
}

.stand-rotate-icon{
  transition: all ease-in-out 0.3s;
}

.rotate-icon {
  transform: rotate(180deg);
}

.btn-cotizar{
  background-color: white;
  font-size: 20px;
  color: black;
  padding: 15px 30px;
  text-transform: uppercase;
}

.btn-cotizar:hover{
  background-color: rgb(235, 235, 235);
}

@media (max-width: 1200px) {
  .btn-cotizar{
    font-size: 18px;
    padding: 15px 20px;
  }
}


@media (max-width: 992px) {
  .btn-cotizar{
    font-size: 16px;
    padding: 12px 16px;
  }
}

@media (max-width: 768px) {
  .btn-cotizar{
    font-size: 18px;
    padding: 15px 20px;
  }
}

/*--------------------------
      Global Styles
---------------------------*/
body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::selection {
  background-color: #f35900;
  color: #ffffff;
}

a {
  color: #f35900;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

a:hover {
  color: #ad3600;
  text-decoration: none;
}

section {
  position: relative;
  padding: 100px 0;
}

img {
  max-width: 100%;
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Chanel", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 23px;
}

p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 50px;
  }
  
  h2 {
    font-size: 40px;
  }
  
  h3 {
    font-size: 36px;
  }
  
  h4 {
    font-size: 30px;
  }
  
  h5 {
    font-size: 24px;
  }
  
  h6 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 46px;
  }
  
  h2 {
    font-size: 36px;
  }
  
  h3 {
    font-size: 32px;
  }
  
  h4 {
    font-size: 28px;
  }
  
  h5 {
    font-size: 22px;
  }
  
  h6 {
    font-size: 18px;
  }
  
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  
  h2 {
    font-size: 32px;
  }
  
  h3 {
    font-size: 26px;
  }
  
  h4 {
    font-size: 24px;
  }
  
  h5 {
    font-size: 20px;
  }
  
  h6 {
    font-size: 18px;
  }
  
}

.font-24{
  font-size: 24px;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt--100 {
  margin-top: -100px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}


/* header */
.page-header{
  position: fixed;
  top: 0px;
  background: black;
  transition: all 0.5s;
  min-height: 60px;
  z-index: 10;
  width: 100%;
  padding: 10px 0px;
  color: white;
  border-bottom: 2px solid #fafafa;
}

.page-header .container-header-main{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}


.page-header .responsive-header-links{
  position: fixed;
  width: 350px;
  left: -350px;
  top: 0px;
  height: 100%;
  padding: 23px;
  padding-top: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: all 0.3s;
  flex-flow: column;
  gap: 12px;
  display: flex;
  background-color: black;
  align-items: start;
  justify-content: start;
  z-index: 14;
}

.page-header .responsive-header-links.active{
  left: 0px;
}

.page-header .header-link{
  color: white;
  font-family: "Chanel", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  background-color: black;
  transition: all 0.4s;
  border-radius: 50px;
}

.page-header .header-link-white{
  color: black;
  font-family: "Chanel", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  background-color: white;
  transition: all 0.4s;
  border-radius: 50px;
}

.page-header .header-link:hover{
  background-color: #282828;
}

.page-header .header-link:active{
  background-color: #333333;
}


.page-header .logo{
  max-height: 60px;
  width: auto;
  margin-right: 20px;
}

.page-header .container-header-sec{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

.my-dropdown-item{
  color: #757575;
}

.page-header .menu{
  color: white;
  font-size: 1.5rem;
  padding: 15px;
  background-color: black;
  transition: all 0.4s;
  border-radius: 50%;
  height: 51px;
  width: 51px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.page-header .menu:hover{
  background-color: #282828;
}

.page-header .menu:active{
  background-color: #333333;
}


@media (max-width: 1200px) {
  .container-logo{
    width: 100%;
  }
}


/* services */
.services{
  background-color: black;
  /* c9c9c9
  414d4d */
  padding-top: 150px;
  padding-bottom: 100px;
}

.services .container-slogan{
  display: flex;
  justify-content: center;
  gap: 5px 20px;
  align-items: center;
  flex-wrap: wrap;
}

.services .container-slogan h1{
  font-size: 52px;
  color: white;
}

@media (max-width: 992px) {
  .services .container-slogan h1{
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .services .container-slogan h1{
    font-size: 36px;
  }
}

.services .container-slogan .att-image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px;
  width: 210px;
  border-radius: 100px;
}

.services .container-slogan i{
  font-size: 52px;
  height: 52px;
}

.icon-in-text{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
}

.services .container-slogan .container-icon{
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: #ffeee3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .container-slogan .container-icon i{
  font-size: 38px;
  height: 38px;
}

.service-image{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 450px;
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.btn-muver{
  background-color: #fe5900;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px;
}

.btn-muver:hover{
  background-color: #ff8c4f;
  color: white;
}

@media (max-width: 1200px) {
  .btn-muver{
    font-size: 18px;
    padding: 15px 20px;
  }
}


@media (max-width: 992px) {
  .btn-muver{
    font-size: 16px;
    padding: 12px 16px;
  }
}

@media (max-width: 768px) {
  .btn-muver{
    font-size: 18px;
    padding: 15px 20px;
  }
}

/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
  position: relative;
}

.fancybox-item .fancybox__icon {
  font-size: 70px;
  line-height: 1;
  color: #f35900;
  margin-bottom: 20px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.fancybox-item .fancybox__title {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-item .fancybox__desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #9b9b9b;
}

.fancybox-item:hover .fancybox__icon {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.fancybox-item:hover .fancybox__title {
  color: #f35900 !important;
}

.fancybox-layout2 .fancybox-item .fancybox__title {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 12px;
}

.fancybox-layout2 .fancybox-item .fancybox__icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.fancybox-layout2-panel {
  background-color: #f9f9f9;
  padding: 40px 20px 0;
  margin-bottom: 50px;
}

.fancybox-layout2 .fancybox-item-custom {
  background-color: #f35900;
  padding: 40px 40px 0;
  margin-top: 12px;
}

.fancybox-layout2 .fancybox-item-custom .fancybox__icon {
  font-size: 53px;
  color: #ffffff;
  margin-bottom: 5px;
}

.fancybox-layout2 .fancybox-item-custom .fancybox__title {
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  transform: translateY(6px);
}

.fancybox-layout3 .heading__title {
  line-height: 46px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fancybox-item .fancybox__icon {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .fancybox-item .fancybox__title {
    margin-bottom: 12px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-item .fancybox__icon {
    font-size: 50px;
    margin-bottom: 5px;
  }

  .fancybox-item .fancybox__title {
    font-size: 18px;
    margin-bottom: 5px !important;
  }

  .fancybox-layout2 .fancybox-item .fancybox__icon {
    margin-bottom: 7px;
  }

  .fancybox-layout3 .heading__title {
    line-height: 35px;
  }
}

.l-muver{
  padding: 30px 50px;
  border-radius: 40px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-muver::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #202020;
  opacity: 0.6;
  border-radius: 40px;
}

.l-muver .container-icon{
  /* display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  gap: 10px; */
}

.l-muver .container-icon .title i{
  font-size: 48px;
}

.sistema-logo{
  max-width: 120px;
  height: auto;
}

.sistema .list{
  color: #6b6b6b;
  font-size: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sistema .list li i{
  color: #fe5900;
  margin-right: 0.5rem;
}

.thumbnail-demo{
  /* height: 90px;
  width: 160px; */
  aspect-ratio: 16 / 9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 16px;
}

.thumbnail-demo .hover-thumbnail-demo{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}

.thumbnail-demo .hover-thumbnail-demo .play-button{
  color: white;
  font-size: 72px;
}

.l-footer{
  margin-top: 80px;
  padding: 120px 0px 0px;
  background-color: #fcf5f3;
  position: relative;
}

.l-footer .first{
  padding-bottom: 100px;
  position: relative;
}

.l-footer .logo{
  position: absolute;
  width: 300px;
  height: auto;
  z-index: 0;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.l-footer2{
  background-color: #181818;
}

.l-footer2 .second{
  background-color: #181818;
  padding: 50px 50px 10px;
}

.l-footer2 .second .logoM{
  max-width: 300px;
  height: auto;
}

.l-footer2 .second .desc-us{
  padding-top: 20px;
  color: #ffffff;
  opacity: 0.75;
}

.l-footer2 .second .copy{
  padding-top: 80px;
  color: #ffffff;
  opacity: 0.75;
}

.l-footer2 .text{
  color: #ffffff;
  opacity: 0.75;
}

.l-footer2 .second .container-social{
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 10px;
  /* padding-top: 30px; */
}

.l-footer2 .second .container-social a{
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.5s;
}

.l-footer2 .second .container-social a:hover{
  border-color: #fe5900;
  color: #fe5900
}

.l-footer2 .second .container-contact{
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
}

.l-footer2 .second .container-contact a{
  color: white;
}

.l-footer2 .second .container-contact a:hover{
  color: #fe5900;
}

.l-footer2 .second .container-copy{
  color: #ffffff;
  opacity: 0.75;
}

.l-footer2 .second .container-legal{
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 10px;
}

.l-footer2 .second .container-legal a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6b6b6b;
  font-size: 16px;
  transition: all 0.5s;
}

.l-footer2 .second .container-legal a:hover{
  color: #fe5900
}

@media (max-width: 768px) {
  .l-footer2 .second .container-social, 
  .l-footer2 .second .container-contact,
  .l-footer2 .second  .container-legal{
    justify-content: center;
    align-items: center;
  }
}

.l-footer .footer-title{
  font-size: 52px;
}

@media (max-width: 992px) {
  .l-footer .footer-title{
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .l-footer .footer-title{
    font-size: 32px;
  }
}

.whatsapp {
  position:fixed !important;
  width:60px;
  height:60px;
  bottom: 87px;
  right: 17px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp:hover{
  color:#FFF;
}

.whatsapp-icon {
  margin-top:13px;
}



.popup{
  position: fixed;
  padding: 15px;
  bottom: 10px;
  right: 80px;
  width: 600px;
  height: 140px;
  border-top: 5px solid #fe5900;
  box-shadow: 0px 0px 0px #fe5900;
  background-color: #ffffff;
  z-index: 999;
}

@media (max-width: 768px) {
  .popup{
    width: 100%;
    height: 110px;
    right: 0px;
    bottom: 0px;
  }
}

@media (max-width: 576px) {
  .popup{
    width: 100%;
    height: 140px;
    right: 0px;
    bottom: 0px;
  }
}

.popup .container-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffede3;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin: 10px;
}

.popup .icon{
  font-size: 30px;
}

.popup .btn-action{
  border-radius: 50px;
  width: 100%;
  background-color: #2116A7;
  color: #fff;
}

.popup .btn-action-outline{
  border-radius: 50px;
  width: 100%;
  border: 1px solid #2116A7;
  color: #2116A7;
}

.popup .btn-action-muvit{
  border-radius: 50px;
  width: 100%;
  background-color: #fe5900;
  color: #fff;
}

.popup p{
  font-size: 12px;
  line-height: normal;
  color: #212529;
}

@media (max-width: 768px) {
  .popup p{
    font-size: 10px;  
  }
}

.popup .container-action-buttons{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

@media (max-width: 576px) {
  .popup .container-action-buttons{
    flex-flow: column;
  }
}


.btn-popup-cancel{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #dc3545;
  color: #dc3545;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.btn-popup-cancel:hover{
  background-color: #ffedef;
  border: 2px solid #dc3545;
  color: #dc3545;
}
.btn-popup-accept{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #28a745;
  color: #28a745;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.btn-popup-accept:hover{
  background-color: #eaffef;
  border: 2px solid #28a745;
  color: #28a745;
}

.input-link{
  text-decoration: underline dotted #fe5900 2px;
}

.input-link:hover{
  color: #fe5900;
  text-decoration: underline dotted #fe5900 2px;
}





.l-modal{
  border-radius: 36px;
}

.l-modal .logo{
  max-width: 200px;
}

.l-modal .contact-title{
  padding: 35px 0px 20px;
}

.l-modal .contact-form{
  padding: 20px 50px 60px;
}

@media (max-width: 768px) {
  .l-modal .contact-form{
    padding: 20px 10px 60px;
  }
}

.l-modal .input-muvit{
  background-color: #f9f9f9;
  border-radius: 100px;
  padding: 10px 30px;
  width: 100%;
  border: none;
  border: 3px solid #fe5900;
}

.l-modal .textarea-muvit{
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 10px 30px;
  width: 100%;
  border: none;
}

.l-modal .legal-text{
  padding: 20px 50px 60px;
}

@media (max-width: 768px) {
  .l-modal .legal-text {
    padding: 20px 10px 60px;
  }
}


.l-modal .legal-text .container-legal-tabls{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  transform: translateY(1px);
  z-index: 1;
}

.l-modal .legal-text .container-legal-tabls .legal-tab{
  padding: 12px 20px 6px;;
  position: relative;
  background: #fff;
}

.l-modal .legal-text .container-legal-tabls .legal-tab.active{
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
  border-left: none;
  border-right: none;
}

.l-modal .legal-text .container-legal-tabls .legal-tab.active::before{
  content: "";
  position: absolute;
  height: 30px;
  width: 12px;
  left: -11px;
  bottom: 0px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-radius: 0 0 8px 0;
}

.l-modal .legal-text .container-legal-tabls .legal-tab.active::after{
  content: "";
  position: absolute;
  height: 30px;
  width: 12px;
  border-radius: 50%;
  right: -11px;
  bottom: 0px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  border-radius: 0 0 0 8px;
  border-top: none;
  border-right: none;
}
.l-modal .legal-text .legal-info{
  border: 1px solid #e3e3e3;
  padding: 8px;
  border-radius: 0px 8px 8px 8px;
}

.l-modal .legal-sections{
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.l-modal .legal-sections .sections{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding: 5px 0px;
}

@media (max-width: 768px) {
  .l-modal .legal-sections .sections{
    flex-flow: column;
    gap: 5px;
  }
}

.l-modal .legal-sections .sections .section{
  padding: 8px 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .l-modal .legal-sections .sections .section{
    width: 100%;
    text-align: center;
  }
}

.l-modal .legal-sections .sections .section:hover{
  background-color: #fafafa;
}

.l-modal .legal-sections .sections .section.active{
  background-color: #f3f5f7;
  font-weight: bold;
}


.l-modal .faq-sections{
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.l-modal .faq-sections .sections{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding: 5px 0px;
}

.l-modal .faq-sections .sections .section{
  padding: 8px 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.l-modal .faq-sections .sections .section:hover{
  background-color: #fafafa;
}

.l-modal .faq-sections .sections .section.active{
  background-color: #f3f5f7;
  font-weight: bold;
}

@media (max-width: 768px) {
  .l-modal .faq-sections .sections{
    flex-flow: column;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .l-modal .faq-sections .sections .section{
    width: 100%;
    text-align: center;
  }
}

.l-modal .container-text{
  max-height: 600px;
  overflow-y: scroll;
}

.l-modal .faq-header{
  border-bottom: none;
  background-color: #ffffff;
}

.l-modal .btn-faq{
  text-transform: uppercase;
  font-family: 'Chanel', sans-serif;
  text-align: left;
  line-height: normal;
  color: #fe5900;
  position: relative;
  padding-right: 30px;
}

.l-modal .btn-faq::after{
  position: absolute;
  right: 5px;
  top: 12px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-family: boxicons!important;
  content: "\eb8b";
  color: #ffffff;
  background-color: #fe5900;
}

.l-modal .btn-faq.collapsed{
  color: #000000;
}

.l-modal .btn-faq.collapsed::after{
  color: #222222;
  content: "\ebc0";
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  .modal-dialog {
    max-width: unset !important;
  }
}

.l-modal .modal-title{
  font-size: 42px;
}

@media (max-width: 768px) {
  .l-modal .modal-title {
    font-size: 32px;
  }
}

.btn-ms-icon{
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-size: 20px !important;
}

.btn-ms-icon:hover{
  background-color: #ffe0d0;
  color: #fe5900;
}

.input-units{
  padding-right: 40px !important;
  text-align: right;
}

/* Chrome, Safari, Edge, Opera */
.input-units::-webkit-outer-spin-button,
.input-units::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input-units[type=number] {
  -moz-appearance: textfield;
}

.unit-info{
  margin-left: -40px;
}

.unit-img{
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.img-unit{
  height: 100%;
  width: auto;
}

.paragraph-old-text{
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #9b9b9b;
}

.paragraph-color{
  color: #9b9b9b;
}

.ultra-dim-color{
  color: #bbb !important;
}


.muver-background{
  background-image: url(../img/se-muver/banner-muvers.webp);
  background-attachment: fixed;
  background-position: 40% 63%;
  background-size: cover;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Empiezan cosas de servicios en index////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.sve__wrapper{
  padding: 1rem !important;
  background: #fff;
  border-radius: 8px;
  margin: 1rem;
}


.sve__wrapper .sve_icon{
  background-color: #FCFCFD;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 22px;
  display: inline-flex;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sve__wrapper:hover .sve_icon{
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

.sve__wrapper .sve_icon i{
  font-size: 70px;
  color: #000;
}

.sve__wrapper .sve__title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sve__wrapper .sve__desc{
  font-size: 14px;
  line-height: 24px;
  min-height: 80px;
}

.sve__wrapper .sve__web{
  font-size: 14px;
  line-height: 24px;
}

.sve__wrapper .sve__decor{
  margin-bottom: 0;
  border-color: #fe5900;
  border-width: 5px;
}

.sve__wrapper .sve__img-icon{
  width: 70px;
}

.sve__wrapper .sve__container-image{
  padding: 2.5rem 1rem 1rem 1rem;
}

.sve__wrapper .sve__container-image .sve__image-desc{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.sve__wrapper:hover .sve__container-image .sve__image-desc{
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Terminan cosas de servicios en index////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.l-header {
  position: sticky;
  top: 0px;
  background: black;
  transition: all 0.5s;
  height: 140px;
  z-index: 10;
  color: white;
}

.l-header .container-header{
  border-bottom: 2px solid #6b6b6b;
}

.l-header .logo {
  max-height: 60px;
}

.l-header .container-links {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 40px;
}

.l-header .header-link {
  color: white;
  font-weight: 500;
}

.l-header .header-link:hover {
  color: #ff8d50;
}

.l-header .header-link.active {
  color: #fe5900;
}

.l-header .header-link.active:hover {
  color: #fe5900;
}

.l-header .header-button{
  color: white;
  font-weight: 500;
  background-color: #ff6912;
  padding: 1rem 2rem;
  border-radius: 8px;
}

.l-header .header-close {
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 2rem;
}

.l-header .header-section{
  font-size: 36px;
  color: #fe5900;
}

.portals ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
  align-items: baseline;
}
.portals ul a {
  color: white;
}

@media (max-width: 992px) {
  .portals ul li{
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .portals ul li{
    font-size: 12px;
  }
}


@media (max-width: 576px) {
  .portals ul li{
    font-size: 10px;
  }
}

.portals ul li + li {
  padding-left: 10px;
}
.portals ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}
.h-30{
  height: 30px;
}

/* HEader */

.l-header {
  position: sticky;
  top: 0px;
  background: black;
  transition: all 0.5s;
  height: 140px;
  z-index: 10;
}

.l-header .container-header{
  border-bottom: 2px solid #6b6b6b;
}

.l-header .logo {
  max-height: 60px;
}

.l-header .container-links {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 40px;
}

.l-header .header-link {
  color: white;
  font-weight: 500;
}

.l-header .header-link:hover {
  color: #ff8d50;
}

.l-header .header-link.active {
  color: #fe5900;
}

.l-header .header-link.active:hover {
  color: #fe5900;
}

.l-header .header-button{
  color: white;
  font-weight: 500;
  background-color: #ff6912;
  padding: 1rem 2rem;
  border-radius: 8px;
}

.l-header .header-close {
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 2rem;
}

.l-header .header-section{
  font-size: 36px;
  color: #fe5900;
}

#hover-interactive-header {
  transition: all 0.3s;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.95);
}

#hover-interactive-header.active {
  left: 0px;
}

@media (max-width: 992px) {
  .logo-container {
    text-align: center;
    position: relative;
  }

  .menu {
    color: white;
    position: absolute;
    right: 0px;
    top: 18px;
    border-radius: 8px;
    font-size: 2rem;
  }

  .l-header .container-links {
    background-color: rgba(25, 25, 25);
    flex-flow: column;
    gap: 12px;
    align-items: start;
    padding: 23px;
    position: fixed;
    width: 250px;
    left: -250px;
    height: 100%;
    justify-content: start;
    padding-top: 120px;
    /* transition: all 0.5s; */
  }

  .l-header .header-link {
    color: white;
  }

  .l-header .container-links.active {
    left: 0px;
  }
}

.l-header .logistica-icon{
  position: relative;
}

.l-header .logistica-icon .line{
  content: "";
  position: absolute;
  width: 17px;
  height: 5px;
  background-color: #fe5900;
}
.l-header .logistica-icon .line.first{
  top: 4px;
  left: 12px;
  width: 24px;
}

.l-header .logistica-icon .line.second{
  top: 15px;
  left: 19px;
}

.l-header .logistica-icon .line.third{
  top: 26px;
  left: 19px;
}

.ecommerce-image{
  max-height: 100px;
  width: auto;
}

#l-logistica{
  background-color: #21242c;
  color: white;
}

.btn-outline-muvit{
  border-color: #fe5900;
  color: #fe5900;
}

.btn-outline-muvit:hover{
  background-color: #fe5900;
  color: white;
}
