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

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

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

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

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

.btn-muvit:hover{
  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);
}

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

.soon{
  font-size: 12px;
  color: #bbb
}

.h-100{
  height: 100%;
}

.pricing-title::after{
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background: #FE5900;
  bottom: -12px;
  left: 0;
  border: 1px solid #fe5900;
  border-radius: 20px;
}

.whatsapp {
  position:fixed !important;
  width:60px;
  height:60px;
  bottom: 87px;
  right: 10px;
  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;
}

.text-capitalize-normal{
  text-transform: unset;
}

.background-services{
  position: absolute;
  top: 0px;
  right: 0px;
}

.background-services i{
  font-size: 20vW;
  color: rgba(254,89,0, 0.1);
}

.header-background{
  background: rgba(12, 11, 9, 0.6);
}

.f-flow-column{
  flex-flow: column;
}

.h-30{
  height: 30px;
}

.topbar{
  height: 40px;
  font-size: 14px;
  transition: all 0.25s;
  z-index: 996;
  background-color: #f35900;
}

.topbar-scrolled {
  top: -40px;
}

.portal_site{
  padding: 4px 16px;
  background-color: #fe5900;
  border-radius: 20px; 
  color: white;
  margin: 7px;
}

.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: 576px) {
  .portals ul li{
    font-size: 12px;
  }
}

.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: "/";
}


.nav__item.with-dropdown.show a{
  color: #fe5900
}

.units-scale{
  width: 95%;
  margin: auto;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Empiezan cosas de indice rastreo//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
ul.list-index{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.list-index li {
  float: left;
}

ul.list-index li a {
  font-size: 28px;
  display: block;
  color: white;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  border-bottom: 5px solid transparent;
  transition: all 0.5s;
}

ul.list-index li a:hover {
  border-bottom-color: #f35900;
}

.input-tracking{
  margin: 0;
  width: 60%;
  border-radius: 0.25rem;
  border: 0.0625rem solid #bfb8af;
  outline: none;
  transition: all 250ms ease-in-out;
  height: 54px;
  background-color: #fff;
  border-color: #8c857e;
  font-size: 1.5rem;
  padding: 0.5rem 0.75rem;
}

@media (max-width: 768px) {
  ul.list-index li a {
    font-size: 20px;
  }

  .input-tracking{
    font-size: 1rem;
  }

  .footer-spacer{
    margin-bottom: 80px;
  }
}

.image-index-se-muver{
  background-image: url(../img/30inv/muver2.webp);
  background-size: cover;
}

.input-trackingd{
  margin: 0;
  border-radius: 0.25rem;
  border: 0.0625rem solid #bfb8af;
  outline: none;
  transition: all 250ms ease-in-out;
  height: 64px;
  background-color: #fff;
  border-color: #8c857e;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 65px;
  padding-right: 200px;
  width: 100%;
}

.icon-tracking{
  position: absolute;
  left: 30px;
  top: 14px;
  font-size: 2rem;
  color: #fe5900;
}

.btn-tracking{
  position: absolute;
  right: 70px;
  top: 7px;
}

@media (max-width: 768px) {
  .input-trackingd{
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .input-trackingd{
    padding-right: 0px;
  }
}

.hot-services{
  width: 100%;
  max-width: 1140px;
  z-index: 3;
  display: flex;
}

.hot-service{
  flex: 1;
  text-align: left;
  padding: 25px 30px 23px;
  background-color: rgba(27, 26, 26, 0.5);
  margin-right: 2px;
  transition: all 0.3s;
}

.hot-service i{
  font-size: 60px;
  color: #f9f9f9;
}

.hot-service span{
  display: block;
  font-family: "Chanel", "Work Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #f9f9f9;
  margin-bottom: 0;
}

.hot-service:hover{
  padding-top: 15px;
  padding-bottom: 33px;
  background-color: rgba(255, 94, 20, 0.8);
}

@media (max-width: 576px) {
  .hot-service i{
    font-size: 30px;
  }

  .hot-service span{
    font-size: 10px;
    line-height: 18px;
  }
}

div.service-item div.bottom-index-sistema{
  bottom: -145px;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px 30px 40px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.before-nosotros::before{
  left: unset !important;
  right: 20px;
}

.underline-color{
  text-decoration: underline solid 5px #fe5900;
}

.set-after-hover::after{
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.projects-carousel .mine-carousel .owl-nav .owl-prev{
  bottom: 13%;
}

.projects-carousel .mine-carousel .owl-nav .owl-next{
  bottom: -7%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Terminan cosas de indice rastreo//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Empiezan cosas de tooltip//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* // Por si hay que cambiarlo de posicions
// https://programacion.net/articulo/como_crear_un_tooltip_muy_simple_con_css_1709 */
.my-tooltip {
  position: relative;
  display: inline-block;
}

.my-tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 10px;
}

.my-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.my-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.left-tooltip .tooltiptext{
  left: -80px;
  bottom: -80%;
}
.left-tooltip .tooltiptext::after{
  margin-top: -5px;
  top: 50%;
  left: 103%;
  border-color: transparent transparent transparent #2E2E2E;
}

.left-button-tooltip .tooltiptext{
  left: -80px;
  bottom: -20%;
}
.left-button-tooltip .tooltiptext::after{
  margin-top: -5px;
  top: 50%;
  left: 103%;
  border-color: transparent transparent transparent #2E2E2E;
}

@media (max-width: 576px) {
  .left-button-tooltip .tooltiptext{
    left: 50%;
    bottom: 125%;
  }

  .left-button-tooltip .tooltiptext::after{
    margin-top: 0px;
    top: 100%;
    left: 50%;
  }
}

.left-tooltip-header .tooltiptext{
  left: -80px;
  bottom: -35%;
}
.left-tooltip-header .tooltiptext::after{
  margin-top: -5px;
  top: 50%;
  left: 103%;
  border-color: transparent transparent transparent #2E2E2E;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Terminan cosas de tooltip//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Empiezan cosas de carta porte//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn-white {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: black;
  background-color: #e9e9e9 !important;
}

.btn-white:active, .btn-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5) !important;
}

.btn-white {
  background: white !important;
  color: black;
  text-transform: none !important;
  letter-spacing: 0 !important;
  padding: .8rem 2rem !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
}

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


.container-blockquote{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 1rem;
  padding-left: 0;
  padding-right: 0;

}

.blockquote{
  font-size: 1.1em;
  width:100%;
  margin: 0px auto;
  font-style:italic;
  color: #555555;
  padding: 1.2em 0px 1.2em 10px;
  border-left:8px solid #fe5900 ;
  line-height:1.6;
  position: relative;
}


.blockquote::before{
  content: "\201C";
  content: "";
  color: #fe5900;
  font-size:4em;
  position: absolute;
  left: 0px;
  top:-10px;
}

.blockquote::after{
  content: '';
}

.blockquote span{
  display:block;
  color: 333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}


.fa-icon-big{
  font-size: 60px;
}

.benefits{
  background-color: #f9f9f9
}

.benefits .tarjeta{
  position: relative;
  overflow: hidden;
  padding: 14px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  transition: all ease-in-out 0.3s;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}


.benefits .tarjeta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: ease-in-out 0.3s;
  z-index: 0;
}
.benefits .tarjeta:hover::before {
  background: #fe5900;
  height: 100%;
  border-radius: 0px;
}

.benefits .title-section{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.benefits .tarjeta:hover .title-section{
  color: white;
}

.circle-icon{
  margin: 0 auto 30px auto;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fe5900;
  padding-top: 10px;
  transition: all 0.3s ease-in-out;
}

.benefits .tarjeta:hover .circle-icon{
  background-color: white;
}

.circle-icon i{
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.benefits .tarjeta:hover .circle-icon i{
  color: #fe5900;
}

.benefits .tarjeta:hover .text-section{
  color: white;
}

.fa-icon-big-no-so-big{
  font-size: 50px;
}

.reach-item{
  padding: 2rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  background-color: #ebebeb;
  margin: 0px 30px;
}

.circle-reach{
  margin: 0 auto 30px auto;
  display: block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding-top: 23px;
  transition: all 0.3s ease-in-out;
}

.circle-reach i{
  font-size: 50px;
  line-height: 1;
  color: #fe5900;
}

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

.reach-carousel .owl-prev, 
.reach-carousel .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border:0px solid black;
}
.reach-carousel .owl-prev { 
  left: -20px; 
}
.reach-carousel .owl-next { 
  right: -20px; 
}
.reach-carousel .owl-prev i, 
.reach-carousel .owl-next i {    
  font-size: 40px;
  color: #f35900;
}

.order-2-lg{
  order: 2;
}

.pt-4-lg{
  padding-top: 1.5rem;
}

.mt-4-lg{
  margin-top: 1.5rem;
}

.p-1-sm{
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-center-until-md{
  text-align: center;
}

.heigth-carrouse-items{
  height: 350px;
}

@media screen and (max-width: 1200px) {
  .heigth-carrouse-items{
    height: 320px;
  }

  .info-carta-porte .tarjeta{
    padding: 40px 25px;
  }
}

@media screen and (max-width: 992px) {
  .w-100-md{
    width: 100%;
  }

  .d-none-md{
    display: none;
  }

  .text-center-md{
    text-align: center;
  }

  .order-2-lg{
    order: initial;
  }
  
  .pt-4-lg{
    padding-top: 0;
  }

  .mt-4-lg{
    margin-top: 0;
  }
  
  .heigth-carrouse-items{
    height: 262px;
  }

  .info-carta-porte .tarjeta{
    padding: 35px 20px;
  }

  .reach-item{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .text-center-until-md{
    text-align: left;
  }

  .heigth-carrouse-items{
    height: 291px;
  }

  .reach-item{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .p-1-sm{
    padding-left: 0;
    padding-right: 0;
  }

  .heigth-carrouse-items{
    height: auto;
    min-height: 320px;
  }

  .reach-item{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .reach-font-size{
    font-size: 20px;
  }
}

.w-250{
  width: 250px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Terminan cosas de carta porte//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Empiezan cosas de se muver//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.my-fancybox-item-custom{
  border: 2px dashed #fe5900;
  padding: 12px 16px;
  border-radius: 3px;
}

.fancybox-item .fancybox__icon img{
  height: auto;
  width: 80px;
}

.fancybox-item:hover .fancybox__icon img {
  filter: invert(39%) sepia(30%) saturate(4745%) hue-rotate(2deg) brightness(102%) contrast(107%);
}

.pricing-header-back{
  position: relative;
}

.pricing-header-back::before{
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: calc(100% + 100px);
  height: calc(100% + 65px);
  background-color: rgb(234 234 234);
}

.transoform-over{
  transform: translateZ(0px);
}

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

.list-mensajeria-ofrecer li{
  line-height: normal !important;
  margin-bottom: 17px;
}

.min-width-units{
  min-width: 150px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Terminan cosas de se muver//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Emprizan cosas de par empresas/////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.service-item .my__service__overlay {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px 30px 40px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-item .empresas-overlay {
  padding-bottom: 20px;
}

.service-item:hover .empresas-overlay {
  bottom: 0 !important;
}

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

.empresas-over-image{
  min-height: 800px;
}

.paqueteria-overlay{
  bottom: -430px;
}

.fletes-overlay{
  bottom: -460px;
}

.nacional-overlay{
  bottom: -80px;
}

@media (max-width: 1200px) {
  .paqueteria-overlay{
    bottom: -350px;
  }

  .fletes-overlay{
    bottom: -330px;
  }

  .nacional-overlay{
    bottom: -80px;
  }
}

@media (max-width: 992px) {
  .paqueteria-overlay{
    bottom: -350px;
  }

  .fletes-overlay{
    bottom: -350px;
  }

  .nacional-overlay{
    bottom: -80px;
  }
}

@media (max-width: 768px) {
  .paqueteria-overlay{
    bottom: -440px;
  }

  .fletes-overlay{
    bottom: -490px;
  }

  .nacional-overlay{
    bottom: -130px;
  }
}

@media (max-width: 576px) {
  .paqueteria-overlay{
    bottom: -440px;
  }

  .fletes-overlay{
    bottom: -490px;
  }

  .nacional-overlay{
    bottom: -130px;
  }
}

.background-before-negocios::before{
  background-color: rgba(0, 0, 0, 0.5);
}

.ecommerce-image{
  max-height: 100px;
  width: auto;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Terminan cosas de par empresas/////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Empiezan cosas de contactp//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.hidden {
  display: none;
}

.semiwhite-color {
  color: #eaeaea;
}

.link-social {
  border: 1px solid transparent;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.link-social:hover {
  border-color: white;
}

.contact-logo {
  width: 60%;
  height: auto;
  /* float: right; */
  margin: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.cell-icon {
  vertical-align: baseline;
  text-align: center;
}

.cell-text {
  padding-left: 25px;
  padding-bottom: 30px;
}

.center-margin {
  margin: auto;
  display: block;
}

label.floating {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
  width: 95%;
}

label.floating>input.float-input {
  width: 100%;
  padding: 10px 0px;
  margin-top: 20px;
  border: none;
  outline: none;
}

label.floating>input.float-input::placeholder {
  opacity: 0;
}

label.floating>span.float-text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(30px);
  font-size: 0.825em;
  transition-duration: 300ms;
}

input.float-input:focus+span.float-text,
input.float-input:not(:placeholder-shown)+span.float-text {
  color: #FE5900;
  transform: translateY(0px);
}

label.floating>input.float-input:focus {
  border-bottom: 1px solid #FE5900;
}

.this-select {
  width: 100%;
  background-color: #fe5900;
  color: white;
  border: 1px solid #fe5900;
  border-radius: 5px;
  height: 30px;
  padding: 0px 10px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="white" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: calc(100% - 10px);
  outline-color: #fe5900;
}


/* The container */
.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.825em;
  ;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 2px;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ddd;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked~.checkmark {
  background-color: #fe5900;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
  /* top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; */

  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f111";
  color: white;
}


/* The container */
.checkbox {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.825em;
  ;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 2px;
}

/* Hide the browser's default radio button */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ddd;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkbox input:checked~.checkmark {
  background-color: #fe5900;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkbox .checkmark:after {
  /* top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; */

  top: 7px;
  left: 8px;
  width: 8px;
  height: 8px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f00c";
  color: white;
}

.checkbox .title-checkbox{
  position: absolute;
  left: 30px;
  top: 7px;
  width: max-content;
}

.container-subjects {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 14px 7px;
  margin-bottom: 14px;
}

.unit-count-service{
  width: 150px; 
  font-size: 0.825rem;
}

@media (max-width: 1200px) {
  .unit-count-service{
    width: 250px; 
  }
}

@media (max-width: 768px) {
  .unit-count-service{
    width: 150px; 
  }
}

@media (max-width: 576px) {
  .unit-count-service{
    width: 100px; 
  }
}


.user-count-service{
  width: 150px; 
  font-size: 0.825rem;
}

@media (max-width: 1200px) {
  .user-count-service{
    width: 250px; 
  }
}

@media (max-width: 992px) {
  .user-count-service{
    width: 150px; 
  }
}

@media (max-width: 768px) {
  .user-count-service{
    width: 150px; 
  }
}

@media (max-width: 576px) {
  .user-count-service{
    width: 100px; 
  }
}

.message {
  width: 100%;
  /* border-radius: 8px; 
  padding: 10px 15px; */
  border: none;
  border-bottom: 1px solid #ddd;
}

.message:focus {
  outline: none;
  border-bottom: 1px solid #fe5900;
  /* border: 2px solid #fe5900; */
}

.square-selector {
  padding: 20px;
  text-align: center;
  border: 2px solid #ffdecc;
  border-radius: 20px;
  cursor: pointer;
}

.square-selector img {
  filter: brightness(0)
}

.square-selector-active {
  border-color: #fe5900;
  background-color: #f35900;
}

.square-selector-active img {
  filter: brightness(0) invert(1);
}

.square-selector-active h6 {
  color: white;
}

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

.font-small {
  font-size: 0.9em !important;
}

.emotic-button {
  padding: 20px 10px;
  ;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
}

.emotic-button i {
  color: black;
  font-size: 40px;
}

.emotic-button-active {
  border-color: #fe5900;
  background-color: #f35900;
}

.emotic-button-active i {
  color: white;
}

.img-unit {
  width: 90px;
  height: auto;
}

.content-container{
  background-color: white; 
  color: black; 
  border-radius: 18px;
}

.content-container::before{
  content: "";
  height: 100%;
  width: 40px;
  left: -25px;
  background-color: white;
  position: absolute;
  z-index: 1;
}

@media (max-width: 992px) {
  .content-container::before{
    display: none;
  }
}

@media (max-width: 768px) {
  h6{
    font-size: 0.9rem;
  }

  .emotic-button{
    padding: 10px;
  }

  .emotic-button i{
    font-size: 20px;
  }
}

.width-img-service{
  min-width: 70px;
  max-width: 85px;
}

@media (max-width: 576px) {
  .width-img-service{
    min-width: 50px;
    max-width: 100px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////Terminan cosas de contactp//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////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////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.uppercase{
  text-transform: uppercase;
}

img.reverse {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#contact-loading{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-loading i{
  font-size: 50px;
  color: #fe5900;
}

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


.portals2-container{
  display: flex;
  justify-content: end;
  align-items: center;
}

@media (max-width: 992px) {
  .portals2-container{
    justify-content: start;
  }

  .portals2-container a{
    font-size: 15px;
  }
}

.portals2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #202020;
}
.portals2 ul a {
  color: #202020;
  text-decoration: underline dotted #fe5900 2px;
}

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

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

.l-sites .subheader{
  flex-flow: row;
  display: flex;
  align-items: center;
  justify-content: end;
}

.portals2 ul li + li {
  padding-left: 10px;
}
.portals2 ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(20, 20, 20, 0.5);
  content: "/";
}

@media (max-width: 768px) {
  .portals2 ul {
    flex-flow: column;
  }

  .portals2 ul li + li {
    padding-left: 0px;
  }

  .portals2 ul li + li::before {
    content: "";
    padding-right: 0px;
    display: unset;
  }
}

.w-inherit{
  width: inherit;
}
