
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); /* UBUNTU VERDADERA */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --Red-primary: #d71920;
    --White: #fff;
    --Grey-light: #a5a5a5;
    --shadow: rgba(0, 0, 0, 0.1);
    scroll-behavior: smooth;

}
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  overflow-y: hidden;


}

body {
    font-family: "Ubuntu", sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    overflow-y: hidden;
    
}



#fondo-rojo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background: linear-gradient(to top,#ffffff, #ffffff, #fcfcfc );
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    overflow: hidden !important;
  }

  .contenedor{
    width: 7%;
    padding-top: 7%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    background-color: transparent; 

    border: 2px solid transparent;
    border-radius: 50%;

    z-index: 11;
  }
  .circle {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    border: 2px solid transparent;
    border-top-color: rgb(205, 205, 205);
    border-radius: 50%;
    animation: aparecer 1.9s ease-in-out forwards;
    animation: rotate 2s linear infinite;
    z-index: 12;

  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  #imagen-centro {
    width: 6%;
    height: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    bottom: -100%;
    animation: aparecer 2s ease-in-out forwards;
    z-index: 10;
  }



  @keyframes aparecer {
    0% {
      bottom: 0;
      opacity: 0; 
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
    50% {
      bottom: 0;
      opacity: 1; 
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
    100% {
      opacity: 1; 
    }
  }


  .quitar {
    animation: quitar-fondo 0.9s forwards;
    display: none !important; 
  }
  @keyframes quitar-fondo {
    0% {
      opacity: 1; 
    }
    100% {
      opacity: 0; 
      
    }
  }



header {
    height: 70px;
    margin: 0;
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    

}

.nave {
    position: fixed;
    top: 0;
    height: 70px;
    width: 100%;
    max-width: 100% !important;
    z-index: 9998;
    background-color: white;
    box-shadow: 0 0px 0.5rem var(--shadow);

    
}


/*NAVBAR*/  
.menu {
  display: none;
}
.hamburger{
  display: none;
}
.navegacion {
    position: absolute;
    width: auto;
    max-width: calc(70% - 30px);
    right: 50px;
    height: 100%;
    text-align: right;
    align-items: center;
    justify-content: end;
    display: flex;

    
    
}

.logo {
    position: absolute;
    width: 20%;
    height: 100%;
    align-items: center;
    justify-content: center;

}

.logo a img {
    position: absolute;
    text-align: center;
    left: 50px;
    height: 80%;
    top: 10%;
    width: auto;
}


.site-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.site-menu li {
    display: inline-block;

}


.site-menu a {
    color: #616161;
    text-decoration: none;
    padding: 10px;
    font-size: 22px;
    font-weight: 400;
    /*transition: color 0.3s ease;*/
    transition: all 0.3s ease-in-out;
    outline: none;
}


.site-menu li:hover a {
  color: #e60000;
    transform: scale(1.2) !important;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out !important;
    font-weight: 600;
}

/* Efecto de animación al realizar hover */

.site-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 0;
    height: 3px;
    background-color: #e60000;
    transition: transform 0.4s ease-in-out, width 0.4s ease-in-out;
    font-weight: 600;
}
.site-menu li:hover::after {
    transform: translateX(-50%) scaleX(1);
    width: 100%;
    font-weight: 600;
}

/*HEADER*/ 
.div-presentacion { 
    width: 100%;
    z-index: 1;
    height: 80vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    max-width: 100% !important;
    margin-bottom: 20vh;
}

/*parte izquierda header*/

.one-forth {
    width: 52.5%;
    height: 100%;
    justify-content: center;
    align-items: baseline;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(87deg, rgb(255 255 255) 0, rgb(255 255 255) 76%, rgb(255 255 255 / 0) 96%);
    border-radius: 0 0 0 20%;
    
    left: 2.5%;
    position: absolute;
    z-index: 20;
}

.div-ttp{
  height: 40px !important;
  margin-bottom: 10px !important;
}
.ttp{
    text-align: left !important;
    color:#616161;
    margin-bottom: 0px !important;
    display: inline-block;
    margin-left: 20px;
    height: 20px;
    max-height: 20px;
    font-size: 20px;
}
.seguimiento{
  font-weight: 600;
}

#subt p{
    font-size: 50px;
    width: max-content;
    color:#616161;
    font-weight: bold;
    margin-bottom: 3%;
    
}

#subt2 p{
  font-size: 20px;
  width: max-content;
  color: var(--Red-primary);
  font-weight: bold;
  margin-bottom: 1%;
  
}

.slide-in-left {
    opacity: 0;
    transform: translateY(-100%);
    animation: slideInTop 1s ease-in-out forwards;
    animation-delay: 200ms;
  }

  .slide-in-left2 {
    opacity: 0;
    transform: translatey(-100%);
    animation: slideInTop 2s ease-in-out forwards;
    animation-delay: 1000ms;
  }
  
  @keyframes slideInTop {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
.frasepp{
    font-size: 20px ;
    color:#616161;
    margin-left: 20px;
    margin-bottom: 5px !important;
}
.ttp i{
  color: #616161 !important;
}


.fade-in {
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }
  
  .fade-in.visible {
    opacity: 1;
  }


/*Parte derecha header*/  
.one-half {
    position: absolute;
    background-color: transparent;
    width: 90%;
    right: 0;
    height: 100%;
    z-index: 10;
}
.item1{
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: right !important;
}
.item1 img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit:cover;
  object-position: 70%;
  border-radius: 0 0 20% 0;
}

.fade-out-img {
    opacity: 0;
    transition: opacity 1s;
  }
.fade-in-img {
    opacity: 1;
    transition: opacity 1s;
}
.one-half::after {
    content: "";
    position: absolute;
    bottom: -2px !important;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(to bottom, transparent, white);
}
/*boton cotizar header*/
#cta {
    position:relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 0;
    border: none;
    background:var(--Red-primary);
    margin-top: 3%;
    height: 50px;
    color: #fff;
    outline: none;
    overflow: hidden;
    z-index: 1000;
    margin-left: 20px;
    outline: none;

    width: 250px !important;
    padding: 0.5rem;

}
.fade-inn {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  .fade-inn.visible {
    opacity: 1;
  }

#cta span {
    font-size: 24px;
    transition: top 0.5s;
    font-weight: 400;
}

.cta-text-one {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cta-text-two {
    position: absolute;
    width: 100%;
    top: 150%;
    left: 0;
    transform: translateY(-50%);
}

#cta:hover .cta-text-one {
    top: -100%;
}

#cta:hover .cta-text-two {
    top: 50%;
}





/*SECCION TRAYECTOS*/
.section-1 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.525), rgba(255, 255, 255, 0.449)), url(../asset/img/carretera-w.png);
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
    
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    
    padding-bottom: 1.5%;
    padding-top: 1.5%;
    max-width: 100% !important;

    
}
.map-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    
}

.map-container {
    
    position: relative;
    display: inline-block;
}
.map-container .first-col{
    width: 50%;
    height: 50%;
}

#maparojo{
  width: 400px;

}

.animacion-zoom2 {
  visibility: visible !important;
  animation: fade-in2 0.5s ease both;
}

@keyframes fade-in2 {
  from {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.2, 1.2) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}


.map-container .point {
    cursor: pointer;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    background-color: rgba(250, 250, 250, 0.801);
    border-radius: 50%;
    border-color: #ff4747;
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 rgba(163, 0, 0, 0.4);
    animation: pulse 3s infinite;
}

.map-container .point:hover {
    animation: none;
    transform: translate(-50%, -50%) scale3D(2, 2, 1);
    background-color: rgb(248, 248, 248);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


.map-container .Cordoba.point {
    top: 26%;
    left: 49%;
}

.map-container .VillaAllende {
    top: 24%;
    left: 43%;
}

.map-container .BuenosAires {
    top: 36%;
    left: 77%;
}

.map-container .CarlosPaz {
    top: 27%;
    left: 45%;
}
.floating-title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  visibility: hidden;
  z-index: 1;
}

.floating-title {
  visibility: visible;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.5);
    }

    70% {
        box-shadow: 0 0 0 30px rgba(219, 219, 219, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
    }
}
.second-col {
  width: 50%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.title-section {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items:baseline;
  justify-content: center;
  text-align: right;
  position: relative;
  top: 0;

}

.titulo-recorridos2 {
  display: none;
}

.titulo-recorridos {
  color: var(--Red-primary);
  text-align: left;
}

.titulo-recorridos .p_recorridos {
  font-weight: bold !important;
  color: var(--Red-primary) !important;
  text-align: left !important;
  font-size: 30px !important;
  width: min-content !important;
  line-height: 150% !important;

}


.title-section h6 {
  font-size: 30px;
  color: #616161;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: justify;
  width: 100%;
}

.title-section p {
  font-size: 15px;
  width: 70%;
  text-align: left;
  color: var(--Grey-light);
}

.div-recorridos {
  width: 100%;
  justify-content: left;
  align-items: center;
  display: flex;
}
.button {
  cursor: pointer;
  border: none;
  height: 50px;
  color: white;
  font-weight: 400 !important;
  font-size: 1.2rem;
  width: max-content !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 0.5rem;
  border-radius: 0;
  background: var(--Red-primary);
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  outline: none;
  transition: background-color 0.5s ease;
  opacity: 0;
  transform: scale(0.5);
}

.button:hover {
  background-color: white;
  color: var(--Red-primary);
  border: 1px solid var(--Red-primary);
}


/*SECCION SERVICIOS*/
.seccion-servicios{
  max-width: 100% !important;
  height: auto;
  padding-top: 1.5%;
  padding-bottom: 2%;
  margin-bottom: 5%;

  position: relative;
}
.servicios-div {
  width: 100%;
  max-width: 100% !important;
  padding-bottom: 5%;
  padding-left: 3%;
  padding-right: 3%;
  background: linear-gradient(0deg, #f7f7f7, #f7f7f7, rgba(255, 255, 255, 0) 96%);

}
.titulo-servicios {
  position: relative;
  left: 0%;
  width: 100%;
  display: flex;
  text-align: left;
  justify-content: left;

}

.titulo-servicios p {
  color: var(--Red-primary);
  font-weight: bold;
  position: relative;
  margin: auto;
  padding-left: 10px;
  font-size: 30px;
  height: auto;
  text-align: left;
  justify-content: left;
  margin-bottom: 15px;
  width: 90%;
  line-height: 150%;
  opacity: 0;

}


.control {
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 10px;
  align-items: center;
}



.tipo-servicios {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: left;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 5px;
  height: min-content;
}

.tipo {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: left;
  height: min-content;
  width: 100%;
  opacity: 0;
  transform: scale(0.5);

}

.icono {
  font-size: 22px;
  margin-top: 2px;
  margin-right: 20px;
  color: #616161;
  cursor: pointer;
}
.icono:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

.texto-servicios{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
}
.tit{
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #616161;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
  }

  .tit:active {
   
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
  }

.descripcion-tit{
    width: 100%;
    font-size: 16px;
    color:var(--Grey-light);
}

.cards{
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  background: linear-gradient(180deg, #f7f7f7 , #f7f7f7 , rgba(255, 255, 255, 0) 96%);
  
    
}

  .card-satelites {
    width: 100%; 
    height: 100px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    position: relative;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--Red-primary);
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);   
    border: none;
    padding: 1rem;
    transition: filter 0.3s ease;
    transition: transform 0.3s ease; /* Transición suave al hacer hover */
    opacity: 0;
    transform: scale(0.5);
  }


  .heading-style-h4.subtext-security-sec {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    }
    .text-span-2 {
    font-weight: 600;
    display: inline;
    }
    .card-satelites p{
      color:#616161;
      font-size: 16px;
      font-weight: 400;
    }
  
    .icon-embed-xsmall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 20%;
    height: auto;
    
    }

  .card-satelites img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 20%; 
    height: auto;
    opacity: 0.8;
    
    
  }
  #sate{
    animation: movimiento-satelite 3s infinite;
    margin-right: 5px;
    
  }
  @keyframes movimiento-satelite {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform:  rotate(-60deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }



  @keyframes movimiento-camion {
    0% {
      transform: translateX(-80%);
      opacity: 0;
    }
    45% {
      transform: translateX(0%);
      opacity: 0.8;
    }
    100% {
      transform: translateX(10%);
      opacity: 0;
    }
  }
  
  #camion {
    position: relative;
    animation: movimiento-camion 4s linear infinite;
    margin-right: 5px;
  }
  
  

  @keyframes pulsacion {
    0% {
      transform: scale(0.8);
    }
    50% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(0.8);
    }
  }
  
  #custodia {
    animation: pulsacion 2s ease-in-out infinite;
  }


/*SECCION EMPRESA*/
.section-3{
    max-width: 100% !important;
    background-color: var(--White);
    opacity: 1;
    padding-bottom: 1.5%;
    padding-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}


.padding-global{
    min-height: 90px;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 90% !important;
}
.container{
    width: 100%;
}
.layout{
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.div-img-emp{
    width: 40% ;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    justify-content: center;
    align-items: center;
    display: flex;  
    height: 100%; 
}

#imagen_empresa{
    width: 30rem;
    height: 100%;
    object-fit: cover;
    object-position: 90% 44%;
    vertical-align: middle;
    display: inline-block !important;
    box-shadow: 5px 5px 10px var(--shadow);
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.animacion-zoom {
  visibility: visible !important;
  animation: fade-in 0.5s ease both;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.2, 1.2) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}



.content{
    width: 50%;
    opacity: 1;
    height: 100%;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.content2{
  width: 40%;
  opacity: 1;
  height: 100%;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.small-title{
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
    color: var(--Red-primary);
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    opacity: 0;
    
    
   
}

.fadeup{
  transform: translateY(-100%);
    animation: slideInTop 1s ease-in-out forwards;
    animation-delay: 10ms;
}

  @keyframes slideInTop {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }



.title-3{
    text-align: left;
}
.title-3 h3{
    max-width: 17ch;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    color:#616161;
}

.subtitle p{
    font-size: 1.125rem;
    line-height: 150%;
    color:var(--Grey-light);
    font-size: 16px;
}

.layout-list{
    grid-column-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: grid;
}
.layout-item{
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}

.layout-icon{
    flex: none;
    align-self: flex-start;
    margin-right: .75rem;
    min-width: 1.5rem;
}
.layout-icon img{
    width: 30px;
    height: 30px;
}

.layout-icon::before{
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.button-empresa{

    cursor: pointer;
    border: none;
    height: 50px;
    color: white;
    font-weight: 400 !important;
    height: 50px;
    font-size: 1.2rem;
    width: max-content !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0.5rem;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    border-radius: 0px;
    border: none;
    background:var(--Red-primary);
    outline: none;
    transition: background-color 0.5s ease;
    opacity: 0;
    transform: scale(0.5);
    outline: none;
}
.button-empresa:hover{
  background-color: white ;
  color: var(--Red-primary);
  border: 1px solid var(--Red-primary);  
}

.accordion-content {
    display: none;
    margin-top: 25px;
    padding: 10px;
}

.section-accordion{
  padding-left: 7.5%;
  padding-right: 7.5%;
  height: max-content;
  
}

.body-item{
    flex-direction: row;
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 10px;
    
}


.body-lr{
    width: 80%;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    box-shadow: 0 0 .5rem var(--shadow); 
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.body-lr h3{
    font-size: 20px;
    color: #616161;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: justify;
    width: 100%;
}
.body-lr p{
  font-size: 16px;
  width: 100%;
  text-align: left;
  color: #616161;
}



/*SECCION EMPRESA*/


/*SECCION COUNTER*/
.container-counter {
  max-width: 100% !important;
  padding-bottom: 5%;
  padding-top: 5%;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

.row {
  display: flex;
  flex-wrap: wrap;

  align-items: center;
}

.col {
  background-image: url("../asset/img/circulo-final-diferentes.png");
  background-position: center;
  background-size: 100%;
  flex: 0 0 auto;
  width: 40%;
  display: flex;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  
}
.col img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transform: translateX(100%);
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  
}

.animacion-camion{
  visibility: visible !important;
  animation: slide-in 1.5s forwards;
}
@keyframes slide-in {
  0% {
    transform: translateX(100%); 
  }
  100% {
    transform: translateX(0); 
  }
}


.col-2 {
  flex: 0 0 auto;
  width: 60%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 150;
}




.col-sub{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: max-content;
  margin: 10px;
}
.number-counter{
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--Red-primary);
  height: max-content !important;
}
.texto-count{
  height: 50px;
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-left: 15px;

}



/*CTA COTIZACION*/
.cotizacion{
  max-width: 100% !important;
  padding-bottom: 1.5%;
  padding-top: 1.5%;
  background-size: cover;
  text-align: center;
  height: max-content;
}

.container-cot{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.container-cot .row{
  display: flex;
  flex-wrap: wrap;
}

.col-full{
  max-width: 100% !important;
  width: 100%;
  text-align: center;
  padding: 5rem 1.5rem 5.5rem 1.5rem;
  background: url(../asset/img/bg.png) center center no-repeat;
  background-size: cover;
  background-position-x: 15%;
  align-items: center;
  justify-content: center;
  height: max-content;
  flex-direction: column;
  display: flex;
}


.text-container{
  flex-direction: column;
  display: flex;
  align-items: center;
  width: 85%;
  height: 100%;
}

.text-container h1{
  
  width: 100%;

  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  line-height: 2.5rem;
}

.p-large{
  width: 100%;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.75rem;
  color: #ffffff;
}

.form{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 2rem;
  width: 100%;
}

.inputs{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5%;
}
.input-container {
  position: relative;
  margin: 0.5rem;
  width: 35%;
}

.inputt {
  font-size: 14px;
  padding: 0.6em 1em;
  border: none;
  
  background-color: #f8f8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  color: #616161;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
#valor_d{
  cursor: text !important;
  font-size: 14px;
}
#producto-e{
  cursor: text !important;
  font-size: 14px;
}

.input-text{
  font-size: 14px;
  padding: 0.6em 1em;
  border: none;
  border-radius: 6px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  color: #333;
  margin: 0;
}

.inputt:hover {
  background-color: #f2f2f2;
}

.inputt:focus {
  outline: none;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.inputt::placeholder {
  color: #999;
}

.inputt:focus + .highlight {
  width: 100%;
}


@keyframes input-focus {
  from {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }

  to {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
}

.inputt:focus {
  animation: input-focus 0.3s ease;
}

.button-group{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.btn-solid {
  display: inline-block;
  border: 1px solid var(--Red-primary);
  background-color: #ffffff;
  color: #101010;
  text-decoration: none;
  width: 300px;
  margin-right: 0.5rem;
  cursor: pointer;
  outline: none;
  height: 50px;
  font-weight: 400 !important;
  font-size: 16px;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  transition: background-color 0.5s ease;



}
.btn-solid:hover {
  background-color: #101010;
  border: 1px solid white;
  color: white;
}

.btn-solid-1{
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  display: inline-block;
  text-decoration: none;
  width: 300px;
  margin-right: 0.5rem;
  cursor: pointer;
  outline: none;
  height: 50px;
  font-weight: 400 !important;
  font-size: 16px;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  transition: background-color 0.5s ease;

}
.btn-solid-1:hover {
  background-color: #101010;

}


/*SECCION CLIENTES*/
.seccion-clientes{
  max-width: 100% !important;
  padding-top: 3%;
  margin-bottom: 1.5%;
  background-color: #f0f0f0;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
 
}

.seccion-clientes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25%;
  background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
  z-index: 80;
}

/* Pseudoelemento para la máscara inferior */
.seccion-clientes::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9%;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  z-index: 80;
  
}
.div-clientes{
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  
}



.trabajemos-j{


    margin-bottom: 15px;
    width: 100%;
     opacity: 0;
     z-index: 90 !important;

     font-size: 30px;
    height: auto;
    text-align: center;
    color: var(--Red-primary);
    font-weight: 500;
}

.trabajemos-j span{
  font-weight: 700;
}



.tipos-cliente{
  margin-top: 15px;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  height: 100%;
  gap: 3%;

  
}


.client{
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 1%;
  align-items: center;
  text-align: center;
  border: 1px solid #f2f2f2;
  background-color: white;
  border-radius: 0;
  box-shadow: 5px 5px 10px var(--shadow);
  z-index: 100;
  position: relative;
  width: 23%;
  height: 500px;
  max-width: 20%;

}

.client .h4d span {
  transition: color 0.3s ease;
}


.client:hover .h4d span{
  color: var(--Red-primary); 
}

.contenedor-client{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40%;
  width: 100%;
  flex-direction: column;
}


.imagenes-client{
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.fade-in-img-c {
  opacity: 0;
  animation: desplazamiento 1.3s ease-out forwards;
}

@keyframes desplazamiento {
  0% {
    bottom: -40%;
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}



.client img{
  width: auto;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.client h4{
  width: 90%;
  font-size: 22px;
  font-weight: 500;
  color: #616161;
  margin-bottom: 10px;
  opacity: 0;
  transform: scale(0.5);  
  height: 35%; 
}

.client h4 span{
  font-weight: 700;
}




.slideleft {
  opacity: 0;
  z-index: 10;
  animation: slideLeftAnimation 0.5s ease-out;
}

@keyframes slideLeftAnimation {
  from {
    transform: translateX(-20%);
    opacity: 0;
    z-index: 10;
  }
  to {
    transform: translateX(0);
    opacity: 1;
    z-index: 1000;
  }
}

.slideright {
  animation: slideRightAnimation 1s ease-out;
}

@keyframes slideRightAnimation {
  from {
    transform: translateX(10%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



.client p{
    font-size: 16px;
    width: 80%;
    text-align: center;
    color: var(--Grey-light);
    height: 56%; 
    opacity: 0;
    transform: scale(0.5);
    margin-bottom: 10px;
}

.client button{
  
  cursor: pointer;
  border: none;
  height: 24%;
  color: white;
  font-weight: 400 !important;
  font-size: 1.2rem;
  width: max-content !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
  background:var(--Red-primary);
  outline: none;
  transition: background-color 0.5s ease;
  opacity: 0;
  transform: scale(0.5);
  text-align: center;
  z-index: 1000;

}
.client button:hover{
background-color: white ;
color: var(--Red-primary);
border: 1px solid var(--Red-primary);  
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.mostrar {
  animation: fadeInScale 1s ease forwards;
}


/*SECCION CLIENTES*/

/*NUEVO CONTACTO*/


#contact2{
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 5vh;
  display: flex;
}
.contenedor-contact2{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../asset/img/bg-contact.png);
  background-size: 120%;
  background-repeat: no-repeat;
  box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.048);
  background-position: left center;

}

.title-contact {
  font-size: 30px;
  color: var(--Red-primary);
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  opacity: 0;

}

.interior-contact2{
  height: 90%;
  width: 90%;
  max-width: 90%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;

 
}
.contactoss{
  display: flex;
  align-items: end;
  flex-direction: column;
  width: 40%;
  height: 100%;

}
/* Estilos para el contenido dentro de cada columna */
.single-cta {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 22%;

}

.single-cta i {
  font-size: 50px;
  height: 50%;
  width: 80%;
  color: var(--Red-primary);
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  display: flex;

}



.maps{
  display: flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
  width: 60%;
}

.card-map{
  width: 80%;
  margin-bottom: 15px;
  height: 260px;
  padding: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;

}

/* Estilo para el mapa dentro de la tarjeta */
.map-container2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.map-container2 iframe{
  width: 100%;
  height: 200px;
}


.card-content{
  height: 40px;
  width: 100%;
  text-align: left;
}

.cta-text h4 {
  color: #202020;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}


.cta-text span {
  color: #999;
  text-decoration: none;
  font-size: 14px;
}

.cta-text a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}
.cta-text a:hover {
  color: var(--Red-primary);
  transform: scale(1.1);
}
/*SECCION CONTACTO*/


/*FOOTER*/

.footer-section {
  background: #fbfbfb;
  padding-bottom: 5% !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(0deg, #f4f4f4, #f7f7f7, rgba(255, 255, 255, 0) 96%);
  margin-top: 3%;
}

.footer-logo{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo a{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo a img {
  width: 50%;
  height: auto;
}

.footer-nave{
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.footer-nave-titu{
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
}

.footer-nave ul li {
  display: inline-block;
  
}
.footer-nave ul li a:hover{
  color: var(--Red-primary);
}

.footer-nave ul li a {
  color: var(--Grey-light);
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
}
.footer-nave ul li span{
  color: var(--Grey-light);
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
}


.footer-copyright{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-copyright p {
  margin: 0;
  font-size: 14px;
  color: var(--Grey-light);
}
.footer-copyright p a{
  color: var(--Red-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}




/*TESTIMONIOS*/


.testimonials{
  margin: 0;
	padding: 0;
	height: max-content; 
  padding-top: 5%;
  overflow: hidden !important;
}

.titu_testi {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
  color: var(--Red-primary);
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  width: 100%;
  opacity: 0;
  overflow: hidden !important;
}
.carousel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  perspective: 250px;
  width: 100%;
  height: 450px;
  overflow: hidden !important;
  position: relative;
  -webkit-perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;

}

.carousel .carousel-item {
  background: #fff;
  padding: 50px;
  height: auto;
  text-align: center;
  width:400px !important;
  height: 350px !important;
  box-shadow: 0px 0px .5rem var(--shadow);
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  overflow: hidden !important;
  cursor: pointer;
}
a.carousel-item:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
.rating {
  display: inline-block;
  unicode-bidi: bidi-override;
  direction: rtl;
  overflow: hidden !important;
}

.rating input {
  display: none;

}

.rating label {
  float: right;
  cursor: pointer;
  color: var(--Red-primary);
}

.rating label:before {
  content: "\2605";
  font-size: 2.5em;
}

.rating input:checked ~ label {
  color: #ffc107;
}

.testi p {
  color: var(--Grey-light);
  font-size: 15px;
  line-height: 1.6;
}

.testi h4 {
  font-size: 20px;
  margin-top: 1rem;
  color: #000;
}

/*TESTIMONIOS*/


/*WHATASAPP*/

.wa__btn_popup {
  display: none;
  bottom: 20px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  z-index: 999999999;
}


.wa__btn_popup .wa__btn_popup_txt {
  background-color: #e6e7e9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #616161;
  font-size: 12px;
  letter-spacing: -.03em;
  line-height: 1.5;
  margin-right: 7px;
  padding: 8px 12px;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  width: 156px;
  height: 50px;
  border: 1px solid #1bf53c31;
}



.wa__btn_popup_icon {
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
  -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
  height: 50px;
  width: 50px;
}

.wa__btn_popup_icon a{
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 50%;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
 .wa__btn_popup:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
  }



.wa__btn_popup_icon i{
  color:#f5f7f9 ;
  font-size: 30px;
}

/*WHATSAPP*/


/*SECCION MARCAS*/
.marcas{
  
  width: 100%;
  z-index: 1000;
  position: relative;
}

.container-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.titulo-marcas{
  text-align: center!important;
  color:#999;
  font-size: 20px;
  width: max-content;
  font-weight: 400;
  text-align: center;
  margin-bottom: -10px;
  
}

.lista-marcas {
  width: 100%;
  max-width: 100vw;
  height: min-content !important;
  overflow: hidden;
}

.glide__track {
  display: flex;
  width: 100%;
  height: min-content !important;
}

.glide__slides {
  display: flex;
  animation: scroll 40s linear infinite;
  list-style: none; /* Elimina los puntos de navegación */
  padding: 0; /* Elimina el espacio entre los elementos */
}

.glide__slide {
  width: 20%;
  flex-shrink: 0;
}

.item-marca {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.item-marca img {
  display: inline-block;
  width: 40% !important;
  height: auto !important;
  transition: filter 0.3s ease;
}

.item-marca img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-480%);
  }
}
/*SECCION MARCAS*/





/*RESPONSIVES*/
@media screen and (min-width: 1151px) and (max-width: 1441px) {

  body {
    overflow-x: hidden !important;
  }
  header {
    height: 60px !important;
  }
  .nave {
    height: 60px !important;

  }
  .site-menu a{
    font-size: 16px !important;
  }
  .ttp{
      font-size: 16px !important;
  }
  #subt p{
      font-size: 40px !important;
  }
  #subt2 p{
    font-size: 16px !important;
}
  .frasepp{
      font-size: 16px !important;
  }
  #cta{
      height: 45px !important;
  }
  #cta span {
      font-size: 22px !important;
  }

  .contenedor-client {
    height: 55% !important;
  }
  .section-3 {
    padding-top: 5% !important;
  }
  .seccion-clientes {
    padding-top: 5% !important;
  }

  #contact2 {
    padding-top: 7% !important;
  }
  .div-clientes{
    padding-bottom: 5% !important;
  }
  .client {
    height: 350px !important;
  }

  .client h4 {
    font-size: 18px !important;
  }
  .imagenes-client{
    height: 35% !important;
  }
 

  .tipos-cliente {
    width: 100% !important;
  }


  .map-container img {
      width: 350px !important;
  }
  .boton-trayectos{
      font-size: 0.8rem !important;
      padding: 1.2rem !important;
  }

  .number-counter {
    font-size: 2.5rem !important;
  }

  .contenedor-contact2{
    width: 90% !important;

  }
  .container-cot{
    width: 90% !important;
  }



  .titulo-marcas{
    font-size: 20px !important; 
  }
  
  .lista-marcas {
    height: min-content !important;
  }
  
  .glide__track {
    height: min-content !important;
  }
  
  .glide__slides {
    animation: scroll 40s linear infinite !important;
  }
  
  .glide__slide {
    width: 20% !important;
  }
 
  
  .item-marca {
    width: 100% !important;
    height: 100% !important;
    padding: 15px !important;
  }
  
  .item-marca img {
    width: 40% !important;
    height: auto !important;
  }





}


/* Estilos para pantallas medianas */
@media screen and (min-width: 768px) and (max-width: 1150px) {

  /*WHATASAPP*/
.wa__btn_popup .wa__btn_popup_txt {
  font-size: 12px !important;
  width: 156px !important;
  height: 40px !important;
}

.wa__btn_popup_icon {
  height: 40px !important;
  width: 40px !important;
}
.wa__btn_popup_icon i{
  font-size: 25px !important;
}


  header {
    height: 60px !important;
  }
  .nave {
    height: 60px !important;

  }
  .navegacion{
    right: 30px !important;
  }
  .site-menu a{
    padding: 5px !important;
    font-size: 14px !important;
  }
  
  .div-presentacion {
    height: 70vh !important;
  }

  .ttp{
    font-size: 16px !important;
  }
  #subt p{
      font-size: 25px !important;
  }
  #subt2 p{
    font-size: 14px !important;
  }
  .frasepp{
      font-size: 16px !important;
  }
  #cta{
      width: 60% !important;
      height: 45px !important;
  }
  #cta span {
      font-size: 18px !important;
  }
  .div-clientes {
    height: max-content !important;
  }
  .seccion-clientes {
    padding-bottom: 0 !important;
    margin-bottom: 7% !important;
    height: max-content !important;
  }
  .tipos-cliente{
    flex-direction: column !important;
    width: 80% !important;
    height: 100% !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .client{
    flex-direction: column !important;
    height: 400px !important;
    width: 95% !important;
    max-width: 95% !important;
  }
  .contenedor-client {
    height: 50% !important;
    width: 100% !important;
  }

  .client h4 {
    width: 100% !important;
    font-size: 20px !important;
    height: 20% !important;
  }

  .client p {
    width: 100% !important;
    height: 30% !important;
    font-size: 16px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .imagenes-client {
    width: 100% !important;
    height: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;


  }

  .client img {
    width: auto !important;
    height: 100% !important;
    position:relative !important;
  } 
  .client button{

    margin-bottom: 15px !important;
    height: 45px !important;
  }






  .card-satelites {
    flex-direction: column !important;
  }

  .card-satelites p {
    font-size: 16px !important;
    width: 90% !important;
  }
  

  #maparojo {
    width: 300px !important;
  }

  .title-section {
    width: 90% !important;
    margin-left: 10% !important;
  }
  .seccion-servicios  {
    margin-bottom: 15vh !important;
    padding-bottom: 5% !important;

  }

  .section-1{
    margin-top: 5% !important;
    margin-bottom: 15vh !important;
  }
  .section-3 {
    padding-top: 5% !important;
    margin-top: 5% !important;
    margin-bottom: 5vh !important;

  }



  .layout {
    gap: 20px !important;
    flex-direction: column;
  }

  .div-img-emp {
    width: 100% !important;
    height: 350px !important;
  }

  #imagen_empresa {
    width: 90% !important;
    object-position: 90% 80% !important;
    height: 80% !important;
  }
  .content {
    width: 90% !important;
  }


  .section-accordion {
    padding-left: 0 !important; 
    padding-right: 0 !important;

  }
  .body-item {
    gap: 20px !important;
  }
  .body-lr {
    height: auto !important;
  }

  .row {
    display: flex !important;
    flex-direction: column!important;
  }

  .col-full {
    padding: 2rem 1.5rem 2rem 1.5rem !important;
  }

  .number-counter {
    font-size: 2.0rem !important;
  }
  .texto-count {
    font-size: 16px !important;
  }
  .col-2 {
    width: 90% !important;
  }

  .cotizacion {
    height: auto !important;
    width: 100% !important;
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
    max-width: 100% !important;
  }
  .container-cot {
    width: 90% !important;
  }
  .col-full {
    background-position-x: 0% !important;
  }
  .text-container {
    width: 90% !important;
  }
  .input-container {
    margin: 0.2rem !important;
    width: 100% !important;
  }

  .inputs {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}


  .input {
    font-size: 14px !important;
  }
  .button-group {
    width: 70% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .btn-solid {
    width: 49% !important;
    margin-right: 0 !important;
  }
  .btn-solid-1 {
    width: 49% !important;
    margin-right: 0 !important;
  }
  .contactoss {
    width: 30% !important;
    align-items: center !important;
  }
  .maps {
    width: 70% !important;
  }
  .cta-text h4 {
    font-size: 16px !important;
  }
  .cta-text span {
    font-size: 12px !important;
  }
  .single-cta i {
    font-size: 30px !important;
  }

  .single-cta {
    height: min-content !important;
    width: 100%;
  }
  .contenedor-contact2{
    background-position: 0% 120% !important;
  }

  #contact2 {
    padding-top: 5vh !important;
}



.footer-logo a img {
  width: 70% !important;
}

.footer-nave-titu h3{
  font-size: 14px;
}


/*TESTIMONIOS*/

.testimonials{
  padding-top: 5% !important;
}

.titu_testi {
  font-size: 30px !important;
}
.carousel {
  width: 100% !important;
  height: 400px !important;

}
.carousel .carousel-item {
  padding: 50px !important;
  width:300px !important;
  height: 330px !important;

}
.rating label:before {
  font-size: 2.0em !important;
}

.testi p {
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.testi h4 {
  font-size: 16px !important;
  margin-top: 1rem !important;
}

/*TESTIMONIOS*/

.titulo-marcas{
  font-size: 20px !important; 
}

.lista-marcas {
  height: min-content !important;
}

.glide__track {
  height: min-content !important;
}

.glide__slides {
  animation: scroll 30s linear infinite !important;
}

.glide__slide {
  width: 20% !important;
}

.item-marca {
  width: 100% !important;
  height: 100% !important;
  padding: 15px !important;
}

.item-marca img {
  width: 40% !important;
  height: auto !important;
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}



}

/*INTERMEDIO*/
@media screen and (min-width: 426px) and (max-width: 767px){

   /*WHATASAPP*/
.wa__btn_popup .wa__btn_popup_txt {
  font-size: 12px !important;
  width: 156px !important;
  height: 40px !important;
  line-height: 1.5 !important;
  padding: 2px 4px !important;

}

.wa__btn_popup_icon {
  height: 40px !important;
  width: 40px !important;
}
.wa__btn_popup_icon i{
  font-size: 25px !important;
}

  .contenedor {
    width: 16% !important;
    padding-top: 16% !important;
  }
  #imagen-centro {
    width: 14% !important;
  }
  .navegacion{
    display: none !important;
  }
  .site-menu a{
    display: none !important;
  }
  header{
    height: 5% !important;
    max-height: 5% !important;
  }
  .nave {
    height: 5% !important;
    max-height: 5% !important;
  }
  .logo a img {
    left: 5px !important;
    height: 90% !important;
    width: auto !important;
    top: 5% !important;
  }
  .div-presentacion {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    margin: 0 !important;
  }

  .one-half {
    top: 0 !important;
    width: 100% !important;
    height: 50% !important;
    
  }
  .one-half::after{
    display: none !important;
  }

  .item1 img{
    width: 100% !important;
    height: 100% !important;
    object-position: 80% !important;
    border-radius: 0 !important;

  }
  .one-forth {
    width: 100% !important;
    top: 51% !important;
    height: 45% !important;
    align-items: center !important;
    left: 0 !important; 
    background: transparent !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
    padding: 20px !important;
    backdrop-filter: blur(20px) !important; 
    z-index: 100 !important;
  } 


  .ttp{
    font-size: 14px !important;
    height:40px !important;
  }
  #subt p{
      font-size: 20px !important;
  }
  #subt2 p{
    font-size: 14px !important;
  }
  .frasepp{
      font-size: 14px !important;
  }
  #cta{
      margin-top: 5px !important;
      height: 40px !important;
      min-width: 0 !important;
  }
  #cta span {
      font-size: 16px !important;
  }



  .div-clientes {
    height: max-content !important;
  }
  .seccion-clientes {
    padding-bottom: 0 !important;
    margin-bottom: 7% !important;
    height: max-content !important;
  }
  .tipos-cliente{
    flex-direction: column !important;
    width: 90% !important;
    height: 100% !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .client{
    flex-direction: column !important;
    height: 300px !important;
    width: 95% !important;
    max-width: 95% !important;
  }
  .contenedor-client {
    height: 60% !important;
    width: 100% !important;
    justify-content: space-between !important;
  }

  .client h4 {
    width: 100% !important;
    font-size: 18px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    height: 20% !important;
  }

  .client p {
    width: 100% !important;
    font-size: 14px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin: 0 !important;
    height: auto !important;
  }

  .imagenes-client {
    width: 100% !important;
    height: 40% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

  }

  .client img {
    width: auto !important;
    height: 100% !important;
    position: relative !important;

  } 
  .client button{
    height: 30px !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }








  .card-satelites {
    flex-direction: column !important;
    border-radius: 0 !important;
  }

  .card-satelites p {
    font-size: 16px !important;
    width: 90% !important;
  }


  .tipo-servicios {
    grid-template-columns: repeat(1, 1fr) !important;
    width: 100% !important;
    
  }


  .cards{
    bottom: -10% !important; 
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(2, 2fr) !important;
    background: linear-gradient(180deg, #f7f7f7, #f7f7f7, rgba(255, 255, 255, 0) 96%);
    
  }

  .map-section {
    margin-top: 5% !important;
    flex-direction: column !important;
  }

  .container-counter {
    width: 100%;
    padding-right: 0 !important;
    padding-left:  0 !important;
    padding-top: 15% !important;
  }
   /*titulos*/ 
  .titulo-servicios p {
    font-size: 20px !important;
    margin: 0 !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }
  .tipo{
    padding: 2px !important;
  }
  .icono {
    font-size: 16px !important;
  }

  .tit {
    font-size: 16px !important;
    margin-bottom: 2px !important;
  }
  .descripcion-tit {
    font-size: 14px !important;
  }





  .titulo-recorridos{
    display: none !important;
  }
  .title-section h6 {
    font-size: 18px !important;
  }
  .small-title {
    font-size: 20px !important;
  }
  .title-3 h3 {
    font-size: 18px !important;
  }

  .body-lr h3 {
    font-size: 18px !important;
  }

  .text-container h1 {
    font-size: 20px !important;
  }
  .p-large {
    font-weight:normal;
  }

  .map-container {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;

  }
  .titulo-recorridos2{
    width: 90% !important;
    text-align: left !important;
    padding-left: 10px !important;
    color: var(--Red-primary) !important;
    display: block !important;
    margin-bottom: 20px;
  }
  
  .titulo-recorridos2 .p_recorridos{
    font-weight: bold !important;
    color: var(--Red-primary) !important;
    text-align: left !important;
    font-size: 20px !important;
    width: min-content !important;
    line-height: 150% !important;
  }

  .map-container .BuenosAires {
    left: 71% !important;
  }

  .second-col {
    margin-top: 20px !important;
    width: 95% !important;
  }
  .section-1{
    padding-bottom: 10% !important;
    background-position: bottom !important;
  }

  /*titulos*/

  #maparojo {
    width: 80% !important;
  }

  .title-section {
    width: 95% !important;
    margin-left: 5% !important;
  }

  .title-section p {
    font-size: 14px !important;
    width: 100% !important;
  }

  .button {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    height: auto !important;
    font-size: 16px !important;
  }


  .section-3 {
    padding-top: 15% !important;
  }
  .padding-global {
    max-width: 100% !important;
  }
  .layout {
    gap: 20px !important;
    flex-direction: column !important;
  }

  .div-img-emp {
    width: 100% !important;
    height: 200px !important;
  }
  .button-empresa{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    height: auto !important;
    font-size: 16px !important;
  }
  .accordion-content {
    margin-top: 10px !important;
  }

  #imagen_empresa {
    width: 100% !important;
    object-position: 90% 80% !important;
    height: 100% !important;
    border-radius: 0 !important;
  }
  .content {
    width: 100% !important;
  }
  .subtitle p {
    font-size: 14px !important;
  }


  .section-accordion {
    padding-left: 0 !important; 
    padding-right: 0 !important;
  }
  .body-item {
    gap: 20px !important;
    flex-direction: column !important;
  }
  .body-lr {
    justify-content: start !important;
    height: 50% !important;
    padding: 10px !important;
    border-radius: 0 !important;
    width: 100% !important;
  }
  .body-lr p {
    font-size: 14px !important;

}

  .row {
    display: flex !important;
    flex-direction: column !important;
  }

  .container-cot {
    width: 90% !important;
  }
  .col-full {
    padding: 15px !important;
    background-position-x: 0% !important;  
    border-radius: 0 !important;
    
  }

  
  .number-counter {
    font-size: 20px !important;
    
  }
  .col-sub {
    margin: 0 !important;
  }
  .texto-count {
    font-size: 12px !important;
    margin: 0 !important;
  }
  .col {
    width: 70% !important;
  }
  .col-2 {
    width: 90% !important;
  }

  .animacion-zoom {
    visibility: visible !important;
    animation: fade-in 0.3s ease both !important;
}


  .animacion-camion {
    visibility: visible !important ;
    animation: slide-in 1.5s forwards !important;
  }


  .cotizacion {
    height: auto !important;
  }
s
  .container-cot {
    width: 90% !important;
  }
  .button-group {
    flex-direction: column !important;
    width: 90% !important;
  }
  .text-container {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.61) !important; 
    padding: 15px !important;


  }
  .inputs {
    flex-direction: column !important;
    margin-bottom: 12% !important;
    width: 90% !important;
  }
  .input-container {
    width:  100% !important;

  }
  #producto-e{
    font-size: 14px !important;
  }
  .input {
    font-size: 14px !important;
  }

  .btn-solid-1 {
    height: max-content !important;
    line-height: 1 !important;
    padding: 1rem !important;
    width: 100% !important;
    margin: 1rem !important;
    max-width: 300px !important;

  }


  .btn-solid {
    height: max-content !important;
    line-height: 1 !important;
    padding:  1rem !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    margin: 1rem !important;
    max-width: 300px !important;
  
  }


  .contenedor-contact2 {
    width: 90% !important;
    background: transparent !important;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.048) !important;
    border-radius: 0 !important;
  }
  .title-contact{
    height:auto !important;
    font-size: 20px !important;

  }
  .interior-contact2 {
    width: 90% !important;
    max-width: 100% !important;
    flex-direction: column;
    height: auto!important;
}

.contactoss {
  flex-direction: column !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

}

.single-cta {
  width: max-content !important;
  margin-bottom: 15px !important;
  flex-direction: column !important ;
}
.single-cta i {
  font-size: 30px !important;
  height: 100% !important;
  width: min-content !important;
}
.cta-text{
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  text-align: center!important;
}
.cta-text br{
display: none !important;
}
.cta-text span {
  font-size: 14px !important;
  width: 100% !important;
}
.cta-text h4 {
  font-size: 16px !important;
  width: 100% !important;
}

.card-map {
  width: 100% !important;
  height: 260px !important;
  border-radius: 0 !important;
}
.map-container2 {
  border-radius: 0 !important;
}

.maps {
  width: 100% !important;
}

.card-content h4{
  font-size: 14px !important;
}
.card-content p{
  font-size: 14px !important;
}

.footer-section{
  position: relative !important; 
  flex-direction: column;
}

.footer-logo{
  height: 30% !important;
  width: 100% !important;
  order: 2 !important;
}
.footer-logo a img {
  width: 25% !important;
  height: auto !important;
}

.footer-nave{
  display: none !important;
}
.footer-copyright{
  height: 30% !important;
  width: 100% !important;
  order: 3 !important;
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}


/*TESTIMONIOS*/

.testimonials{
  padding-top: 15% !important;
}

.titu_testi {
  font-size: 20px !important;
}
.carousel {
  width: 100% !important;
  height: 270px !important;

}
.carousel .carousel-item {
  padding: 20px !important;
  width:250px !important;
  height: 250px !important;

}
.rating label:before {
  font-size: 1.6em !important;
}

.testi p {
  font-size: 14px !important;
  line-height: 1.2 !important;
}
.testi h4 {
  font-size: 14px !important;
  margin-top: 1rem !important;
}

/*TESTIMONIOS*/



.titulo-marcas{
  font-size: 20px !important; 
  margin-bottom: 0 !important;
}

.lista-marcas {
  height:  min-content  !important;
}

.glide__track {
  height: min-content !important;
}

.glide__slides {
  animation: scroll 30s linear infinite !important;
}

.glide__slide {
  width: 20% !important;
}

.item-marca {
  width: 100% !important;
  height: 100% !important;
  padding:12px !important;
}

.item-marca img {
  width: 50% !important;
  height: auto !important;
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}



}


















/*CELULAR*/
@media screen and (max-width: 425px){

    /*WHATASAPP*/
    .wa__btn_popup {
      bottom: 20px !important;
      right: 10px !important;
      z-index: 8888888;
  }

.wa__btn_popup .wa__btn_popup_txt {
  display: none !important;

}

.wa__btn_popup_icon {
  height: 45px !important;
  width: 45px !important;
}
.wa__btn_popup_icon i{
  font-size: 25px !important;
}


  .contenedor {
    width: 14% !important;
    padding-top: 14% !important;
  }
  #imagen-centro {
    width: 12% !important;
  }
  .navegacion{
    display: none !important;
  }

  /*menu*/
  .hamburger {
    display: flex !important;
    height: 25px !important;
    width: 25px !important;
    transform: .2s !important;
    position: absolute !important;
    left: 10px;
    top: 0;
    z-index: 1000001;
    
  }
  .hamburger .checkboxi {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
  }

  .hamburger .checkboxi:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
  }

  

  
  .line {
    transition: 0.5s;
    stroke-width: 6px;
    stroke: #202020;
  }
  .lineTop {

    stroke-dashoffset: 25;
  }
  .lineBottom {
    stroke-dashoffset: 60;
  }
  .lineMid {
    stroke-dasharray: 40 40;
  }
  .hamburger .checkboxi:checked + svg .line {
    stroke: var(--Red-primary);
  }
  .hamburger .checkboxi:checked + svg .lineTop {
    stroke-dashoffset: 0;
    transform-origin: left;
    transform: rotateZ(45deg) translate(-7px, -5px);
  }
  .hamburger .checkboxi:checked + svg .lineMid {
    stroke-dashoffset: 40;
  }
  .hamburger .checkboxi:checked + svg .lineBottom {
    stroke-dashoffset: 0;
    transform-origin: left;
    transform: rotateZ(-45deg) translate(-5px, 5px);
  }

 
  
  


  .menu {
    width: 85%;
    left: -85%;
    height: 100%;
    position: fixed;
    opacity: 0;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    background-color: white;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  }

  .menu.active {
    display: flex !important;
    animation-name: slideIn-bu;
    opacity: 1;
    z-index: 1000000;
  }
  @keyframes slideIn-bu {
    from {
      left: -85%;
    }
    to {
      left: 0;
    }
  }

  .desactive{
    display: flex !important;
    animation-name: slideOut-bu;
    opacity: 1;
  }
  @keyframes slideOut-bu {
    from {
      left: 0;
    }
    to {
      left: -85%;
    }
  }

  .overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro con transparencia */
    z-index: 999; 
    display: none;
  }
  
  .dark-mode{
    display: block;
    background-color: rgba(33, 33, 33, 1.0);
    opacity: .80;
  }

  .menu{
    padding-top: 15%;
    display: flex;
    flex-direction: column;
  }

  .menu i{
    text-decoration: none !important;
    color: #bdbdbd;
    font-size: 14px;
    margin-right: 10px;
  }


  .imagen-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50px;
    position: absolute;

  }

  .menu img{
    width: 50%;
    height: auto;
  }
  .menu p{
    width: 100%;
    bottom: 5px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    color:#bdbdbd;
    font-weight: 400;
    background: transparent;
  }
  .menu p span{
    color: var(--Red-primary);
    font-size: 16px;
    font-weight: 600;
  }

  .menu-link{
    padding: 5px 10px 5px 30px;
    text-decoration: none !important;
    font-size: 14px;
    color:#bdbdbd;
    margin-bottom: 5px;
    line-height: 36px;
    font-weight: 400;
    background: transparent;
    border-bottom: 1px solid #bdbdbd;
    
  }
  .menu-link:hover{
    background-repeat: var(--Red-primary);

  }
  .menu-link:active{
    background: var(--Red-primary);

  }
  .menu-link:focus{
    background: var(--Red-primary);

  }





  header{
    height: 55px !important;
    top: 0 !important;
    position: absolute !important;
  }
  .nave {
    height: 55px !important;
  }
  .logo{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .logo a img {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .div-presentacion {
    display: flex !important;
    flex-direction: column !important;
    height: calc(100vh - 55px) !important;
    margin: 0 !important;
  }

  .one-half {
    top: 0px !important;
    width: 100% !important;
    height: 60% !important;
    
  }
  .one-half::after{
    display: none !important;
  }



  .seccion-clientes {
    height: auto !important;
    padding-top: 50px !important;
  }
  .seccion-servicios{
    padding-top: 60px !important;
    margin-top: 0 !important;
  }
  .section-1{
    padding-bottom: 10% !important;
    background-position: bottom !important;
    padding-top: 40px !important;
  }

  .cotizacion {
    height: auto !important;
    padding-top: 60px !important;
  }











  .item1 img{
    width: 100% !important;
    height: 100% !important;
    object-position: 80% !important;
    border-radius: 0 !important;

  }
  .one-forth {
    width: 100% !important;
    height: auto !important;
    top: 61% !important;
    align-items: center !important;
    left: 0 !important; 
    background: transparent !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
    padding: 20px !important;
    backdrop-filter: blur(20px) !important; 
    z-index: 100 !important;
  }

  .div-ttp{
    min-width: 200px !important;
    text-align: center;
  }

  .ttp{
    font-size: 14px !important;
    margin-left: 0 !important;
  }
  #subt p{
      font-size: 22px !important;
  }
  #subt2 p{
    font-size: 14px !important;
  }
  .frasepp{
      font-size: 14px !important;
      margin-left: 0 !important;
  }

  #cta{
      width: 50% !important;
      height: 40px !important;
      margin: 0 !important;
  }
  #cta span {
      font-size: 16px !important;
  }

  .div-clientes {
    height: auto !important;
    margin-bottom: 5% !important;
    padding: 0 !important;
  }

  .trabajemos-j {
    font-size: 20px !important;
    z-index: 90 !important;
    margin: 0 !important;
      
  }
  .tipos-cliente{
    flex-direction: column !important;
    width: 90% !important;
    height: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
  }
  .client{
    flex-direction: row !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-grow: 1 !important;
    height: 22% !important;
  }
  .contenedor-client {
    height: 100% !important;
    width: 70% !important;
    order: 2 !important;
  }

  .client h4 {
    width: 100% !important;
    font-size: 16px !important;
    height: min-content !important;
  }

  .client p {
    width: 100% !important;
    height: 50% !important;
    font-size: 14px !important;
    padding-right: 5px !important;
  }

  .imagenes-client {
    width: 30% !important;
    height: 70% !important;
    top: 15% !important;
  }

  .client img {
    width: 100% !important;
    top: 15% !important;
    height: auto !important;
    position: relative !important;

  } 
  .client button{
    margin-bottom: 15px !important;
    padding-right: 5px !important;
    padding: 4px !important;
    font-size: 16px !important;
    height: auto !important;
  }









  .card-satelites {
    flex-direction: column !important;
    border-radius: 0 !important;
  }

  .card-satelites p {
    font-size: 16px !important;
    width: 90% !important;
  }


  .tipo-servicios {
    grid-template-columns: repeat(1, 1fr) !important;
    width: 100% !important;
    
  }


  .cards{
    bottom: -10% !important; 
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(2, 2fr) !important;
    background: linear-gradient(180deg, #f7f7f7, #f7f7f7, rgba(255, 255, 255, 0) 96%);
    
  }

  .map-section {
    margin-top: 5% !important;
    flex-direction: column !important;
  }

  .container-counter {
    width: 100%;
    padding-right: 0 !important;
    padding-left:  0 !important;
    padding-top: 15% !important;
  }
   /*titulos*/ 
  .titulo-servicios p {
    font-size: 20px !important;
    margin: 0 !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }
  .tipo{
    padding: 2px !important;
  }
  .icono {
    font-size: 16px !important;
  }

  .tit {
    font-size: 16px !important;
    margin-bottom: 2px !important;
  }
  .descripcion-tit {
    font-size: 14px !important;
  }





  .titulo-recorridos{
    display: none !important;
  }
  .title-section h6 {
    font-size: 18px !important;
  }
  .small-title {
    font-size: 20px !important;
  }
  .title-3 h3 {
    font-size: 18px !important;
  }

  .body-lr h3 {
    font-size: 16px !important;
  }

  .text-container h1 {
    font-size: 20px !important;
  }
  .p-large {
    font-weight:normal;
  }

  .map-container {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;

  }
  .titulo-recorridos2{
    width: 90% !important;
    text-align: center !important;
    padding-left: 10px !important;
    color: var(--Red-primary) !important;
    display: block !important;
    margin-bottom: 20px;

  }
  
  .titulo-recorridos2 .p_recorridos{
    font-weight: bold !important;
    color: var(--Red-primary) !important;
    text-align: center !important;
    font-size: 20px !important;
    width: 100% !important;
    line-height: 150% !important;
  }

  .map-container .BuenosAires {
    left: 71% !important;
  }

  .second-col {
    margin-top: 20px !important;
    width: 95% !important;
  }
 

  /*titulos*/

  #maparojo {
    width: 80% !important;
  }

  .title-section {
    width: 95% !important;
    margin-left: 5% !important;
  }

  .title-section p {
    font-size: 14px !important;
    width: 100% !important;
  }

  .button {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    height: auto !important;
    font-size: 16px !important;
  }


  .section-3 {
    padding-top: 15% !important;
  }
  .padding-global {
    max-width: 100% !important;
  }
  .layout {
    gap: 20px !important;
    flex-direction: column !important;
  }

  .div-img-emp {
    width: 100% !important;
    height: 200px !important;
  }
  .button-empresa{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    height: auto !important;
    font-size: 16px !important;
  }
  .accordion-content {
    margin-top: 10px !important;
  }

  #imagen_empresa {
    width: 100% !important;
    object-position: 90% 80% !important;
    height: 100% !important;
    border-radius: 0 !important;
  }
  .content {
    width: 100% !important;
  }
  .subtitle p {
    font-size: 14px !important;
  }


  .section-accordion {
    padding-left: 0 !important; 
    padding-right: 0 !important;
  }
  .body-item {
    gap: 20px !important;
    flex-direction: column !important;
  }
  .body-lr {
    justify-content: start !important;
    height: 50% !important;
    padding: 10px !important;
    border-radius: 0 !important;
    width: 100% !important;
  }
  .body-lr p {
    font-size: 14px !important;

}

  .row {
    display: flex !important;
    flex-direction: column !important;
  }

  .container-cot {
    width: 90% !important;
  }
  .col-full {
    padding: 15px !important;
    background-position-x: 0% !important;  
    border-radius: 0 !important;
    
  }

  
  .number-counter {
    font-size: 20px !important;
    
  }
  .col-sub {
    margin: 0 !important;
  }
  .texto-count {
    font-size: 12px !important;
    margin: 0 !important;
  }
  .col {
    width: 100% !important;
  }
  .col-2 {
    width: 100% !important;
  }

  .animacion-zoom {
    visibility: visible !important;
    animation: fade-in 0.3s ease both !important;
}


  .animacion-camion {
    visibility: visible !important ;
    animation: slide-in 1.5s forwards !important;
  }


 
  .container-cot {
    width: 90% !important;
  }
  .button-group {
    flex-direction: column !important;
    width: 90% !important;
  }
  .text-container {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.61) !important; 
    padding: 15px !important;


  }
  .inputs {
    flex-direction: column !important;
    margin-bottom: 12% !important;
    width: 90% !important;
  }
  .input-container {
    width:  100% !important;

  }
  #producto-e{
    font-size: 14px !important;
  }
  .input {
    font-size: 14px !important;
  }

  .btn-solid-1 {
    height: max-content !important;
    line-height: 1 !important;
    padding: 1rem !important;
    width: 100% !important;
    margin: 1rem !important;

  }


  .btn-solid {
    height: max-content !important;
    line-height: 1 !important;
    padding:  1rem !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    margin: 1rem !important;
  
  }


  .contenedor-contact2 {
    width: 90% !important;
    background: transparent !important;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.048) !important;
    border-radius: 0 !important;
  }
  .title-contact{
    height:auto !important;
    font-size: 20px !important;

  }
  .interior-contact2 {
    width: 90% !important;
    max-width: 100% !important;
    flex-direction: column;
    height: auto!important;
}

.contactoss {
  flex-direction: column !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

}

.single-cta {
  width: 100% !important;
  margin-bottom: 15px !important;
  flex-direction: column !important ;
}
.single-cta i {
  font-size: 30px !important;
  height: 100% !important;
  width: 15% !important;
}
.cta-text{
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  text-align: center !important;
}
.cta-text br{
display: none !important;
}
.cta-text span {
  font-size: 14px !important;
  width: 100% !important;
}
.cta-text h4 {
  font-size: 16px !important;
  width: 100% !important;
}

.card-map {
  width: 100% !important;
  height: 260px !important;
  border-radius: 0 !important;
}
.map-container2 {
  border-radius: 0 !important;
}

.maps {
  width: 100% !important;
}

.card-content h4{
  font-size: 14px !important;
}
.card-content p{
  font-size: 14px !important;
}

.footer-section{
  position: relative !important; 
  flex-direction: column;
}

.footer-logo{
  height: 30% !important;
  width: 100% !important;
  order: 2 !important;
}
.footer-logo a img {
  width: 40% !important;
  height: auto !important;
}

.footer-nave{
  display: none !important;
}
.footer-copyright{
  height: 30% !important;
  width: 100% !important;
  order: 3 !important;
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}

/*TESTIMONIOS*/

.testimonials{
  padding-top: 20% !important;
}

.titu_testi {
  font-size: 20px !important;
}
.carousel {
  width: 100% !important;
  height: 250px !important;

}
.carousel .carousel-item {
  padding: 20px !important;
  width:220px !important;
  height: 230px !important;

}



 
.rating label:before {
  font-size: 22px !important;
}

.testi p {
  font-size: 12px !important;
  line-height: 1.0 !important;
  color: #616161 !important;
}
.testi h4 {
  font-size: 14px !important;
  margin-top: 1rem !important;
}

/*TESTIMONIOS*/
.marcas {
  margin-top: 5% !important;
}

.titulo-marcas{
  font-size: 16px !important; 
  margin-bottom: 0 !important;
}

.lista-marcas {
  height:  min-content  !important;
}

.glide__track {
  height: min-content !important;
}

.glide__slides {
  animation: scroll 30s linear infinite !important;
}

.glide__slide {
  width: 10% !important;
}

.item-marca {
  width: 100% !important;
  height: 100% !important;
  padding:12px !important;
}

.item-marca img {
  width: 100% !important;
  height: auto !important;
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}



@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-240%);
  }
}



}






/*RESPONSIVES*/