.btn-l-muvit{
  background-color: #ff6912;
  color: white;
  border-radius: 12px;
  height: 60px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}


.btn-l-muvit i{
  font-size: 26px;
}
.btn-l-muvit:hover{
  color: white;
}

.btn-l-muvit:focus{
  background-color: #ff6912;
}


.btn-l-white{
  background-color: #181818;
  border: 1px solid #ffffff;
  color: white;
  border-radius: 12px;
  height: 60px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.btn-l-white i{
  font-size: 26px;
}

.btn-l-white:hover{
  color: white;
}

.btn-l-black{
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 12px;
  height: 60px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.btn-l-black i{
  font-size: 26px;
}

.btn-l-black:hover{
  color: #000000;
}

.pannel-accordion{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin: 0;
}

.z-index-1{
  z-index: 1;
}

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


/* HEader */

.l-header {
  position: sticky;
  top: 0px;
  background: rgb(255, 255, 255);
  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: black;
  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;
}

/* Inicio */
.l-inicio .container-logo{
  padding-top: 80px;
  padding-bottom: 10px;
}
.l-inicio .container-logo img.logo{
  max-width: 60px;
}

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

.l-inicio .container-slogan h1{
  font-size: 52px;
}

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

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

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

.l-inicio .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;
}

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

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

.l-inicio .container-text{
  padding-top: 30px;
}

.l-inicio .container-text p{
  font-size: 22px;
}

.l-inicio .container-main-image{
  position: relative;
  height: 390px;
}

.l-inicio .container-main-image .image{
  position: absolute;
  z-index: 1;
  top: 0px;
  transform: rotate(354deg);
}

@media (max-width: 992px) {
  .l-inicio .container-main-image{
    height: auto;
    padding: 40px 0px;
  }

  .l-inicio .container-main-image .image{
    position: relative;
    top: 0px;
  }
}

.l-inicio .main-buttons{
  position: relative;
  z-index: 3;
}

/* About */
.l-about{
  /* background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #fcf5f3 50%,
    #fcf5f3 100%
  ); */
  background-color: #fff;
}

.l-about .about-box{
  background-color: #181818;
  border-radius: 64px;
  padding: 100px 50px 100px;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .l-about .about-box{
    padding: 62px 50px 68px;
  }
}

.l-about .about-box::before{
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background-color: #fe5900;
  right: 150px;
  top: 50px;
  border-radius: 50%;
  filter: blur(100px);
}

.l-about .about-box .container-clients{
  padding-bottom: 7rem;
}

.l-about .about-box .img-about-bg{
  border-radius: 64px;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-about .about-box .img-about-rc{
  border-radius: 32px;
  width: 100%;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-about .about-box .img-about-sm{
  border-radius: 32px;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-about .about-box .title-about{
  color: white;
  font-size: 60px;
}

.l-about .about-box .desc-about{
  color: white;
  font-size: 24px;
}

.l-about .about-benefits{
  padding-bottom: 10px;
}

.l-about .about-benefits .desc-ind{
  color: #202020;
  font-size: 16px;
}

.l-about .about-box .values-text{
  font-size: 14px;
  
}

.l-about .about-box .values-text2{
  color: white;
  font-size: 19px;
  
}

.l-services{
  padding: 120px 0px 100px;
}

.l-services .service{
  height: 350px;
  width: 100%;
  border-radius: 56px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all ease-in-out 0.3s;
  border-bottom: 10px solid transparent;
  position: relative;
}

.l-services .service .background{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  filter: brightness(0.75);
  z-index: 0;
}


.l-services .service:hover {
  transform: translateY(-10px);
  border-color: #fe5900;
}



/* https://codepen.io/edeesims/pen/wvpYWW
https://www.w3schools.com/howto/howto_css_flip_card.asp */
.cservice{
  width: 100%;
  height: 350px;
  perspective: 1000px;
  
}

.cservice .content{
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform ease-in-out 0.3s;
  transform-style: preserve-3d;
  transition: all ease-in-out 0.3s;
  border-bottom: 10px solid transparent;
  border-radius: 56px;
  bottom: 0px;
}

.cservice .content:hover {
  bottom: 10px;
  border-color: #fe5900;
}

.flipY{
  transform: rotateY( 180deg );
}

.cservice .content .front,
.cservice .content .back{
  border-radius: 48px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.cservice .content .front{
  background-color: #ffffff;
  color: black;
  
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 2rem 3rem;
}

.cservice .content .front .background{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  filter: brightness(0.75);
  z-index: 0;
}

.cservice .content .back{
  background-color: #fcf5f3;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 2rem 3rem;
  text-align: center;
}

.cservice .content .back .desc{
  color: rgb(34, 34, 34);
}

.cservice .content .back .add{
  color: #bbb;
}

.link-service{
  font-size: 50px;
  height: 40px;
}

.l-soluciones{
  padding: 20px 0px 100px;
  position: relative;
}

.l-soluciones::before{
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background-color: #fe5900;
  right: 40%;
  top: 0px;
  border-radius: 50%;
  filter: blur(4rem);
  transform: translateX(50%);
}

@media (max-width: 992px) {
  .l-soluciones::before{
    top: 50%;
    transform: translate(-50%, -50%);
  }
}


.l-soluciones .container-solition{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid black;
}

.l-soluciones .container-solition .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-soluciones .container-solition .title .context{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
} 

.l-soluciones .container-solition .title .open-context{
  font-size: 30px;
  transition: all ease-in-out 0.3s;
  transform-origin: center;
  height: 35px;
}

.l-soluciones .context-height{
  max-height: 100px;
}

.l-soluciones .container-solition .content{
  padding-left: 75px;
}

.l-soluciones .container-solition .icon-container{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #ffeee3;
  color: #fe5900;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-soluciones .container-solition .icon-container i{
  font-size: 30px;
}

.l-soluciones .image-soluciones{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px;
}

.l-mapa{
  padding: 80px 0px 150px;
}

.l-muver{
  padding: 30px 50px;
  border-radius: 80px;
  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: 80px;
}

.l-muver .muver-desc-text{
  font-size: 18px;
}

.l-muver .input-muvit{
  background-color: #ffffff;
  border-radius: 80px;
  padding: 40px 25px;
}

.l-muver .input-muvit .input-muver{
  background-color: #fcf5f3;
  padding: 15px 35px;
  width: 100%;
  border: none;
  border-radius: 12px;
}

.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;
}

.l-sistema{
  padding: 160px 0px 150px;
}

.l-sistema .sistema-image{
  width: 100%;
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
}

.l-sistema .external-link{
  background-color: #fcf5f3;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.5s;
}

.l-sistema .external-link i{
  color: black;
  font-size: 20px;
}

.l-sistema .external-link:hover{
  background-color: #fe5900;
}

.l-sistema .external-link:hover i{
  color: white;
}

.l-sistema .title-desc{
  color: #6b6b6b;
  font-size: 15px;
}

.l-sistema .button-sistema{
  padding: 0px 40px;
  width: fit-content;
}

@media (max-width: 992px) {
  .l-sistema .button-sistema{
    width: 100%;
  }
}

.l-sistema .list{
  color: #6b6b6b;
  font-size: 15px;
}

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

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

.l-footer .first{
  padding-bottom: 120px;
}

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

.l-footer .second{
  background-color: #181818;
  border-radius: 80px 80px 0px 0px;
  padding: 50px 50px 10px;
}

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

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

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

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

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

.l-footer .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-footer .second .container-social a:hover{
  border-color: #fe5900;
  color: #fe5900
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .l-footer .second .container-social, 
  .l-footer .second .container-contact,
  .l-footer .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;
  }
}

.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;
}

.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;
}

.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;
}

.delete-account-input{
  border: 1px solid #fe5900;
  border-radius: 50px;
  height: 50px;
  width: 100%;
  padding: 8px 160px 8px 24px;
}

.delete-account-input.account{
  padding: 8px 240px 8px 24px
}

.delete-account-input::placeholder {
  color: #cccccc;
  opacity: 1;
}

.btn-delete-account{
  font-family: 'Chanel', sans-serif;
  border-radius: 50px;
  padding: 0px 24px;
  background-color: #fe5900;
  color: white;
  position: absolute;
  top: 5px;
  right: 7px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.btn-delete-account:hover,
.btn-delete-account:focus,
.btn-delete-account:active{
  color: white;
  background-color: #fe5900;
  text-decoration: white underline 1px;
}


.nosotros-details{
  position: relative;
}

.nosotros-details .item{
  font-size: 48px;
  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;
}

.nosotros-details .content .title{
  font-size: 22px;
  font-weight: 600;
  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;
  color: white;
}

.nosotros-details .content .desc{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: white;
}

.nosotros-details:hover .item{
  transform: translateY(-4px);
}

.nosotros-details:hover .title{
  color: #fe5900;
}

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

.btn__contact{
  background-color: #fe5900;
  color: white;
  border-radius: 8px;
  padding: 16px 20px; 
  text-align: center;
  transition: all 0.3s linear;
}

.btn__contact:hover,
.btn__contact:focus,
.btn__contact:active{
  background-color: #fe5900;
  color: white;
}

.font-star{
  font-size: 42px;
}

.l-benefits{
  padding: 120px 0px 100px;
  background-color: #fcf5f3;
  margin-bottom: 80px;
}

.l-benefits .about-benefits{
  padding-bottom: 10px;
}

.l-benefits .about-benefits .desc-ind{
  color: #202020;
  font-size: 16px;
}

.incluide-fn{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.incluide-fn .icon-data{
  border: 3px solid #fe5900;
  border-radius: 50%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
}

.incluide-fn .icon-data i{
  font-size: 40px;
}

.incluide-fn p{
  text-align: center;
  line-height: unset;
}

.cp-benefits .main{
  padding: 50px 30px;
  color: #ffffff;
  background-color: #fe5900;
}

.cp-benefits .image{
  background-image: url(./../../assets/img/empresas/negocios-background.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  width: 100%;
}

.cp-benefits .extra{
  padding: 50px 30px;
  color: #ffffff;
  background-color: #000;
  position: relative;
}

.cp-benefits .extra::before{
  content: "";
  position: absolute;
  border-top: 120px solid transparent;
  border-right: 60px solid black;
  border-bottom: 60px solid black;
  border-left: 30px solid transparent;
  bottom: 0px;
  left: -85px;
}

.cp-benefits .extra::after{
  content: "";
  position: absolute;
  border-top: 60px solid black;
  border-right: 60px solid black;
  border-bottom: 120px solid transparent;
  border-left: 30px solid transparent;
  top: 0px;
  left: -85px;
}

@media (max-width: 768px) {
  .cp-benefits .extra::before{
    border-color: transparent;
  }

  .cp-benefits .extra::after{
    border-color: transparent;
  }
}

.send-what .whatr{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}

.send-what .whatr .title{
  color: #fe5900;
  margin-bottom: 0px;
}

.send-what .whatr i{
  color: #fe5900;
  font-size: 70px;
}

.send-what .whatr .desc{
  color: #000;
}

.steppps .step-cont{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.steppps .step-cont .number{
  background-color: #fe5900;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.steppps .step-cont .title{
  margin-bottom: 0px;
}

.steppps .text{
  margin-top: 10px;
  padding-left: 47px;
  color: #000;
}

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

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

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