@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@299&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Oswald,Helvetica, Arial;
}


body{
  min-height: 100vh;
}



header{
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
  transition: 0.6s;
}

header.sticky{
  background: #fcfcfc;
  padding: 15px 100px;
}


header .menu{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


header .menu a{
  color: rgb(0, 0, 0);
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 30px;
  padding: 0 10px;
  border-radius: 0px;
  transition: 0.5s;
  transition-property: color, background;
}


/*Aver*/
header .menu li ul{
  display: none;
  position:absolute;
}

header .menu ul{
	display: flex;
}

header .menu li ul a{
  background-color: black;
  color: white;
  transition-property: none;
}

header .menu li ul a:hover{
  background-color: black;
  color: gray;
}

header .menu li{
  list-style: none;
}

header .menu li:hover > ul {
  display: block ;
  position: fixed;
}
header .sub-menu li:hover > a{
  background-color: black;
  color: white;
}

/**/

header .menu a:hover{
  color: white;
  background: transparent;
}


header .btn{
  color: black;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

header .btn .close-btn{
  color: white;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

.indicadores{
  display: flex;
  
  margin-top: 90px;
  margin-bottom: 20px;
  justify-content:center;
  align-items:center;
}

.cover {
  height: 590px;
  font-size: 20px;
  margin-bottom: 20px;
  background-image: url("../pics/front.webp");
  background-size: cover;
  background-position: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  justify-content:center;
  align-items:center;
  display:flex;
  flex-direction:column;
  
}

.cover2{
  height: 400px;
  font-size: 20px;
  margin-bottom: 20px;
  background-image: url("../pics/contactenos.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  background-blend-mode: darken;
  justify-content:center;
  align-items:center;
  display:flex;
  flex-direction:column;
  
}

.cover3{
  height: 400px;
  font-size: 20px;
  margin-bottom: 20px;
  background-image: url("../pics/bombilla.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  justify-content:center;
  align-items:center;
  display:flex;
  flex-direction:column;
  
}

.cover4{
  height: 400px;
  font-size: 20px;
  margin-bottom: 20px;
  background-image: url("../pics/Mula.png");
  background-size: cover;
  background-position: 20% 70%;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  justify-content:center;
  align-items:center;
  display:flex;
  flex-direction:column;
  
}

.cover2 h1{
  text-align: center;
}
.cover h1{
  font-size: 60px;
  font-weight: lighter;
  text-align: center;
}

.transbtn{
    color: #bbcf7e;
    border:1px solid #93ba2a;
    border-radius: 10px;
    padding-inline: 9px;
    background: #000000b5;
}

.transbtn:hover{
   color:#f9fafb;
   border:1px solid #f9fafb;
   background: #00000054;
   transition: color 1s ease-out;
   transition: border 1s ease-out;
   transition: background 0.5s ease-out;
}

/*Datos Emergentes*/

.card img{
  width: 100%;
  height: auto;
  size: cover;
  
}
.card p{
  font-size: 19px;
  text-align: justify;
}
.card h3{
  font-weight: 600;
}

.row .col h2{
  font-size: 30px;
  background: linear-gradient(0deg, #a9ff20, #88d210);
  color: #ffffff;
  margin: 0 90px;
  padding: 0px 10px;
  border-radius: 10px;
}
.row .col p{
  font-size: 30px;
}

.container{
  width: 100%;
  margin: auto;
  
  
}
.animate{
  display: inline-flex;
}

/*Grid de servicios*/
.ofrecemos span{
  color: rgb(255, 85, 39);
}
.servicios{
  padding:40px
  padding-bottom: 9px;
}
.servicios h2{
  font-size: 3em;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  margin: 0px 0px 5px;
  border-radius: 2px;
  transition: 0.5s;
  transition-property: color, background;
}

.servicios h1{
  font-size: 25px;
}

.servicios h3{
  font-size: 25px;
}

.servicios .descubre-mas{
  text-decoration: none;
  color: #ff5527;
  font-size: 21px;
  text-align: center;
  background-color: #1a1a1a;
}

.servicios a{
    text-decoration: none;
    color: #ff5527;
    font-size: 21px;
}

.servicios-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.servicios img{
  width: 100%;
  height: auto;
} 

.servicios-item{
  position: relative; 
  overflow: hidden;
  background: #000000;
}
.servicios img{
  transition: 1.4s;
  filter: blur(3px);
}
.servicios-text{
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: justify;
  transform: translateY(0%);
  transition: all 0.7s cubic-bezier(0.88, -0.01, 0.51, 0.8);
}

.s-text {
    padding-inline: 80px;
    text-align:justify;
    font-size: 22px;
}

.s-text a{
    color: #ff54527;
    text-decoration: none;
}

.servicios-item:hover .servicios-text{
  transform: translateY(100%)

}

.servicios-item:hover .servicios-img{
  transform: scale(1.05);
  filter: blur(0px);
}
/*Cotiza*/

.logo {
  text-align: center;
  font-size: 3em;
  
}

.logo span {
  color: rgb(255, 85, 39);
}

.contact-wrapper {
  box-shadow: 0 0 3px 0 rgb(0, 0, 0);
}

.contact-wrapper > * {
  padding: 1em;
}

.contenido{
  padding-bottom: 40px;
}
.contenido h2{
  padding-bottom: 20px;
  padding-top: 60px;
}
.contact-form {
  background: #525252;
}

.contact-form h3{
  color: #fff;
}

.contact-form form label {
  display: block;
  color: #fff;
}

.contact-form form p {
  margin: 0;
  padding: 1em;
}


/*Cotizacion*/
.contact-form form .basico {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items:end;
}



.contact-form form .puntos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items:end;
}

.contact-form form .info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items:end;
}

.contact-form form select {
    background-color: #525252;
    color: whitesmoke;
    border-color: #ff5527;
    width: -webkit-fill-available;
    margin-top: 1em;
}

.contact-form form .block {
  grid-column: 1 / 13;
}


.contact-form form button,
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: .7em;
  border: none;
  background: none;
  outline: 0;
  color: rgb(255, 255, 255);
  border-bottom: 1px solid #ff5527;
}

.contact-form form button {
  background: #ff5527;
  border: 0;
  text-transform: uppercase;
  padding: 1em;
}

.contact-form form button:hover,
.contact-form form button:focus {
  background: #e9e9e9;
  color: rgb(0, 0, 0);
  transition: background-color 1s ease-out;
  outline: 0;
}


/**Clientes Slider**/
.wrapper .outer{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 250px;
  padding-bottom: 250px;
}
.wrapper .slider{
  display: flex;
  align-items: center;
  width: 550px;
  padding: 13px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  justify-content: space-between;
  animation: animate 22.5s linear infinite;
  animation-delay: calc(4.5s * var(--delay));
}

.wrapper .slider:last-child{
  animation-delay: calc(-4.5s * var(--delay));
}
@keyframes animate {
  0%{
    opacity: 0;
    transform: translateY(100%) scale(0.5);
  }
  5%, 20%{
    opacity: 0.4;
    transform: translateY(100%) scale(0.7);
  }
  25%, 40%{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0%) scale(1);
  }
  45%, 60%{
    opacity: 0.4;
    transform: translateY(-100%) scale(0.7);
  }
  65%, 100%{
    opacity: 0;
    transform: translateY(-100%) scale(0.5);
  }
}

.wrapper .slider .img{
  width: 190px;
  position: absolute;
  padding-right: 10px;
}
  
.slider .img img{
  height: 100%;
  width: 100%;

}

.slider .content{
  display: flex;
  align-items: center;
}

.slider .details{
  margin-left: 190px;
}
.details span{
  font-weight: 900;
  font-size: 45PX;
}
.details p{
  font-size: 20px;
  color:rgb(134, 134, 134);
}

.clientes {
  display:grid;
  grid-template-columns: 1fr 1fr;
}

.clientes .texto{
  align-items: center;
}

.clientes .texto h1{
  font-weight: bold;
  font-size: 3em;
  padding: 0 0 20px;
  border-left: 3px solid RGBA(25,71,37,255);
  -text-decoration-line: underline;
  -text-decoration-color: #ff5527;
  text-align: center;
  margin-top: 15%;
}

.clientes .texto p{
  padding: 15px;
  border-left: 3px solid RGBA(25,71,37,255);
  text-align: justify;
  font-size: 2em;
}

.carretera{
  background: #000000;
}
.carretera hr{
  border-top: 7px dashed #ffe600;
}



/*Pie de Pagina*/

.footer-links i {
  display: inline-block;
  margin-right: 1em;
}
.footer-links {
 
  background: linear-gradient( #414141, #252525);
  color: white;
  font-size: 12px;
  padding: 25px 30px;
  text-decoration: none;
  
}

.footer-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}

.footer-container ul {
  margin: 0;
  list-style: none;
  
}

.footer-links li {
  line-height: 2.0;
  list-style: none;  
}

.footer-links a{
  text-decoration: none;
  color: #cecece;
  font-size: 16px;
}
.footer-links h2{
  font-size: 30px;
  background-color: white;
  color: #000000;
  text-align: center;
}
.footer-links img{
  filter: grayscale(0%);
  width: 150px;
  height: auto;
}

.footer-links a:hover{
  color: #ff5527
}
.footer {
  background: #a9ff20;
  color: #616161;
  text-align: center;
  font-size: 15px;
  padding:0;
}

.footer p{
  margin-bottom: 0px;
}


/*mision-vision-politicas*/
.timeline {
  position: relative;
  padding-left: 4rem;
  margin: 0 0 0 30px;
  color: white;
  text-align: justify;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 4px;
  height: 105%;
  background: #ff5527;
}
.timeline .timeline-container {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline .timeline-container .timeline-icon {
  position: absolute;
  left: -88px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  background: #ffffff;
}
.timeline .timeline-container .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline .timeline-container .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.timeline .timeline-container .timeline-body {
    background: #a9ff20;
    border-radius: 0.6em;
    padding: 10px 20px 10px;
    box-shadow: 10px 10px 0px 0px rgb(178 217 115 / 52%);
}

.timeline .timeline-container p{
	color: black
}

.timeline .timeline-container .timeline-body:before {
  content: "";
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  top: 20px;
  transform: rotate(45deg);
  
}
.timeline .timeline-container .timeline-body .timeline-title {
  margin-bottom: 1.4rem;
}
.timeline .timeline-container .timeline-body .timeline-title .badge {
  background: #ffffff;
  padding: 6px 8px;
  border-radius: 0px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: normal;
}

.timeline .timeline-container .timeline-body a {
    color: black;
    background-color: white;
}

.timeline .timeline-container.primary .badge,
.timeline .timeline-container.primary .timeline-icon {
  background: #5c5c5c !important;
}
.timeline .timeline-container.success .badge,
.timeline .timeline-container.success .timeline-icon {
  background: #5c5c5c !important;
}
.timeline .timeline-container.danger .badge,
.timeline .timeline-container.danger .timeline-icon {
  background: #5c5c5c !important;
}


/*Ubicaciones*/
.timeline2 p i:before{
    color: #ff5527;
    margin-right: 0.5em;
}

.timeline2 {
  position: relative;
  max-width: 700px;
  padding-left: 4rem;
  margin-left: 20%;
  color: black;
}
.timeline2:before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 4px;
  height: 106.05%;
  background: #93cf32;
}
.timeline2 .timeline-container2 {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline2 .timeline-container2 .timeline-icon2 {
  position: absolute;
  left: -88px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  background: #ffffff;
}
.timeline2 .timeline-container2 .timeline-icon2 i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline2 .timeline-container2 .timeline-icon2 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.timeline2 .timeline-container2 .timeline-body2 {
  background: rgba(0,0,0,0.06);
  border-radius: 3px;
  padding: 10px 20px 10px;
}
.timeline2 .timeline-container2 .timeline-body2:before {
  content: "";
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  top: 20px;
  transform: rotate(45deg);
  
}

.timeline2 .timeline-container2 .timeline-body2 a {
 text-decoration: none;
 color: black;
}

.timeline2 .timeline-container2 .timeline-body2 .timeline-title2 {
  margin-bottom: 1.4rem;
}
.timeline2 .timeline-container2 .timeline-body2 .timeline-title2 .badge {
  background: #ffffff;
  padding: 6px 8px;
  border-radius: 0px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: normal;
}
.timeline2 .timeline-container2 .timeline-body2 iframe{
  width: 100%;
  height: 300px;
}


.timeline2 .timeline-container2.primary2 .badge2,
.timeline2 .timeline-container2.primary2 .timeline-icon2 {
  background: #ff5527 !important;
  color: white;
  padding-inline: 3px;
}
.timeline2 .timeline-container2.success2 .badge2,
.timeline2 .timeline-container2.success2 .timeline-icon2 {
  background: #ff5527 !important;
  color: white;
  padding-inline: 3px;
}
.timeline2 .timeline-container2.danger2 .badge2,
.timeline2 .timeline-container2.danger2 .timeline-icon2 {
  background: #ff5527 !important;
  color: white;
  padding-inline: 3px;
} 

/*Dudas formulario*/

.dudas-form {
    background-color: #414141;
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px 30px 1px;
}
.dudas-form h2 {
    color: white;
    background-color: #a9ff20;
    padding: 20px;
    text-align: right;
    margin-left: -30px;
    margin-right: 25px;
}
.dudas-form form label {
  display: block;
  color: #a9ff20;
}

.dudas-form form button,
.dudas-form form input,
.dudas-form form textarea {
  width: 100%;
  padding: .7em;
  border: none;
  background: none;
  outline: 0;
  color: rgb(255 255 255);
  border-bottom: 1px solid #f0f0f0;
}

.dudas-form form button {
  background: #3a3a3a;
  border: 0;
  text-transform: uppercase;
  padding: 0.3em;
  margin-left: 30px;
  margin-top: 15px;
  text-align: left;
}

.dudas-form form button:hover,
.dudas-form form button:focus {
  background: #e9e9e9;
  color: rgb(0, 0, 0);
  transition: background-color 1s ease-out;
  outline: 0;
}



/*Transporte de carga*/
.background1-left-column{
	background-image: url(../pics/contenedores.webp);
	background-position: top center;
}

.background2-left-column{
	background-image: url(../pics/DTA.jpg);
	background-position: top center;
}

.background3-left-column{
	background-image: url(../pics/bodega.webp);
	background-position: 50% 70%;
	
}

.background4-left-column{
	background-image: url(../pics/Grua-de-contenedores.webp);
	background-position: top center;
}

.background5-left-column{
	background-image: url(../pics/Urbano.jpg);
	background-position: center;
}

.transporte {
	background-color:var(--white-text);
	border-radius: 0.5rem;
	box-shadow: 10px 10px 0px 0px rgb(182 184 180 / 52%);
	display: flex;	
	margin: auto;
	overflow: hidden;
	width: fit-content;
	height: auto;
	max-width: 700px;
	margin-bottom: 30px;
}

.transporte h6 {
	opacity: 0.6;	
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.transporte h2 {
	letter-spacing: .1rem;
	margin: 1rem 0;
	color: white;
	background-color: #ff5422;
	font-zise: 22px;
}
.left-column {	
	color: var(--white-text);
	padding: 2rem;
	max-width: 10rem;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.left-column h2{
	color: black;
	text-align: center;
	font-size: 1.3em;
	background-color: white;
}

.left-column i {
	font-size: 5rem;
	color: white;
	margin-top: 0.5em;
}

.right-column {
	padding: 30px;
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
	
}

.right-column p{	
	font-size: 1rem;
	color: var(--black-text)
}

.button {
	border-radius: 3rem;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: var(--white-text);
	font-size: 1.2rem;
	padding: .8rem 1.5rem;
	letter-spacing: .1rem;
	align-self: flex-end;
	color: white;
}


/*@media (max-width: 1030px) {
	.container{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height:auto;
	}
  }
*/




/*Cambios para celular*/
@media (max-width: 1000px){
/*header*/
  header .btn{
    display: block;
    color: gray;
  }
  header .btn .close-btn{
    display: block;
  }
  header .menu{
    position: fixed;
    background: #ff5527;
    flex-direction: column;
    min-width: 300px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 80px 50px;
    transition: 0.8s;
    transition-property: right;
  }
  header .menu.active{
    right: 0;
  }
  header .menu .close-btn{
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
  }
  header .menu a{
    display: block;
    font-size: 20px;
    margin: 0px;
    padding: 0 15px;
    text-align: center;
  }
  
  header .menu ul{
    display: block;
  }

/*Le ofrecemos*/
  .servicios{
    padding:0px;
    padding-top:50px;
    padding-bottom:50px
  }
  .servicios-container{
    display: grid;
    grid-template-columns: 1fr;
  } 
  .servicios-text{
    width: 100%;
  }
/*clientes slider*/ 
  .wrapper .slider .img{
    width: 120px;
  } 
  .slider .details{
    margin-left:120px;
  }
  .wrapper .slider{
    width: fit-content;
  }
  .details span{
    font-size: 40px;
  }  
  .clientes{
    grid-template-columns: 1fr;
  }
  .clientes .texto p{
    font-size: 1em;
  }
  .clientes .texto h1{
    font-size: 2em;
    margin-top: 8%;
  }

  /*Sedes*/
  .timeline2 {
    margin-left: 5%;
  }
}


@media(max-width: 800px) {
/*Cotizacion*/
  .contact-form form .basico,
  .contact-form form .info,
  .contact-form form .puntos{
    display:inline;
  }
  .contact-wrapper > * {
      padding: 2em;
      padding-bottom: 1em;
  }
  
  .section-main h1{
    font-size: 50px;
    line-height: 60px;
  }

  .footer-container{
    grid-template-columns: 1fr;
  }
  .footer-links ul {
    padding-left: 1em;
  }
}

