@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*/

* {
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;

}

html {
  scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;

    background:
        linear-gradient(
            rgba(29, 30, 35, 0.85),
            rgba(29, 30, 35, 0.85)
        ),
        url("img/fondoritransport.png");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.btn-calendario-fijo {  
  position: fixed;  
  bottom: 20px;
  right: 20px;
  width: 70px;  
  height: 70px;  
  border-radius: 50%;  
  display: flex;  
  align-items: center;  
  justify-content: center;  
  background: #e9b25a75;  
  z-index: 9999;
  cursor: pointer;

  /* Parpadeo */
  animation: parpadeo 1.5s infinite ease-in-out;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}  

.btn-calendario-fijo img {
  width: 32px;
  height: 32px;
}  

.btn-calendario-fijo:hover {  
  transform: scale(1.1);  
  box-shadow: 0 6px 16px rgba(206, 134, 18, 0.449);
}  

/* Animación de parpadeo */
@keyframes parpadeo {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.45;
    transform: scale(1.05);
  }
}

@keyframes parpadeo {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(233, 178, 90, 0.5);
  }

  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 12px rgba(233, 178, 90, 0);
  }
}


img {
    max-width: 100%;
    filter: drop-shadow(0 6px 15px rgba(0,0,0,0));
}

.container {
    max-width: 1200px;
    margin:  auto;
}

.header {
    background: linear-gradient(
        rgba(29,30,35,0.8),
        rgba(29,30,35,0.8)
    ),
    url(img/fondoritransport.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    min-height: 100vh;
}
.header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    height: 100px;


    z-index: 5;
    pointer-events: none;
}


.logo {
    color: rgb(255, 225, 0);
    font-size: 25px;
  height: auto;
    font-weight: 800;
    text-transform: uppercase;
}

.logo img {
  height: 250px;
  width: auto;
  filter: drop-shadow(0 6px 15px rgba(0,0,0,.6));
}

@media (max-width: 768px) {
  .logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .logo img {
    margin: 0 auto;
  }
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reserva-section {
  width: 100%;
  min-height: 20vh; /* centra verticalmente */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 20px;
  color: #fff;
}

/* TÍTULO */
.reserva-section h2 {
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: 600;
  filter: drop-shadow(0 6px 15px rgba(0,0,0,.6));
}

/* TEXTO */
.reserva-section p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #ddd;
  max-width: 420px;
}

/* BOTÓN PRINCIPAL */
.btn-reserva-principal {
  padding: 16px 36px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 30px;
  border: none;
  background: #f6d087;
  color: #fff;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,.3);
}

.btn-reserva-principal:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,.4);
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .reserva-section h2 {
    font-size: 24px;
  }

  .btn-reserva-principal {
    width: 100%;
    max-width: 280px;
  }
}




.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);

    display: none;
    align-items: center;
    justify-content: center;

    z-index: 9999;

    padding: 20px;
}


/* ==============================
   CAJA DEL FORMULARIO
============================== */

.agenda-viaje {

    position: relative;

    width: 100%;
    max-width: 600px;

    max-height: 90vh;

    overflow-y: auto;

    background: #ffffffca;

    border-radius: 18px;

    padding: 10px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);

    animation: aparecer .3s ease;
}


@keyframes aparecer {

    from {
        opacity: 0;
        transform: translateY(20px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}


/* ==============================
   CERRAR
============================== */

.btn-cerrar {

    position: absolute;

    top: 12px;
    right: 15px;

    border: none;

    background: transparent;

    font-size: 30px;

    cursor: pointer;

    color: #555;

    line-height: 1;
}


.btn-cerrar:hover {
    color: #000;
}


/* ==============================
   TITULO
============================== */

.agenda-viaje h2 {

    margin: 0 0 8px;
      color: #0c0c0c;

    font-size: 28px;

    text-align: center;
}


.agenda-viaje > p {

    text-align: center;

    color: #0c0c0c;

    font-size: 14px;

    margin-bottom: 25px;
}


/* ==============================
   PROGRESO
============================== */

.progreso {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;
}


.progreso .paso {

    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: #ddd;

    color: #777;

    display: flex;

    align-items: center;
    justify-content: center;

    font-weight: bold;

    transition: .3s;
}


.progreso .paso.activo {

    background: #f1c40f;

    color: #111;

}


.progreso span {

    width: 55px;

    height: 3px;

    background: #ddd;

}


.progreso .paso.activo + span {

    background: #f1c40f;

}


/* ==============================
   PASOS
============================== */

.form-paso {

    display: none;

}


.form-paso.activo {

    display: block;

    animation: pasoEntrada .25s ease;
}


@keyframes pasoEntrada {

    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


.form-paso h3 {

    margin: 0 0 20px;

    font-size: 20px;

}


/* ==============================
   CAMPOS
============================== */

.form-group {

    margin-bottom: 16px;
   
}


.form-group label {

    display: block;

    margin-bottom: 6px;

    font-weight: 600;

    font-size: 14px;

}


.form-group input,
.form-group select,
.form-group textarea {

    width: 100%;

    box-sizing: border-box;

    padding: 12px 14px;

    border: 1px solid #ddd;

    border-radius: 10px;

    font-family: inherit;

    font-size: 14px;

    outline: none;

    transition: .2s;
}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

    border-color: #f1c40f;

    box-shadow: 0 0 0 3px rgba(241,196,15,.15);

}


.form-group textarea {

    min-height: 80px;

    resize: vertical;

}


/* ==============================
   FECHA + HORA
============================== */

.form-row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

}


/* ==============================
   BOTONES
============================== */

.botones-form {

    display: flex;

    gap: 10px;

    margin-top: 20px;
    background: white;
}


.btn-siguiente,
.btn-atras,
.btn-wsp {

    border: none;

    border-radius: 10px;

    padding: 13px 18px;

    font-weight: 600;

    cursor: pointer;

    transition: .2s;
}


.btn-siguiente {

    width: 100%;

    background: #f1c40f;

    color: #111;

}


.btn-siguiente:hover {

    background: #dcae00;

}


.btn-atras {

    background: #eeeeee4f;

    color: #333;

}


.btn-atras:hover {

    background: #ddd;

}


.botones-form .btn-siguiente {

    flex: 1;

}


.btn-wsp {

    flex: 1;

    background: #25D366;

    color: white;

}


.btn-wsp:hover {

    background: #1ebe5d;

}


/* ==============================
   CELULAR
============================== */

@media (max-width: 600px) {

    .overlay {

        padding: 50px;

    }


    .agenda-viaje {

        padding: 20px;

        border-radius: 16px;

        max-height: 90vh;

    }


    .agenda-viaje h2 {

        font-size: 24px;

    }


    .progreso span {

        width: 35px;

    }


    .form-row {

        grid-template-columns: 1fr;

        gap: 0;

    }

}



.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
    background-color: #f1dc5290;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    z-index: 1000;
}


.logo_ministerio {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 200px;
  height: auto;
  z-index: 9999;
  background: #fff;
  padding: 6px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

@media (max-width: 768px) {
  .logo_ministerio {
    width: 90px;
    top: 10px;

    /* CENTRAR */
    right: auto;              /* muy importante */
    left: 50%;
    transform: translateX(150%);
  }
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a{
    font-size: 18px;
    padding: 20px;
    color: white;
    display: block;
    font-weight: 600;
}

.menu .navbar ul li a:hover {
    color: yellow;
}

#menu {
    display: none;
}

.menu-icono{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
}
/* ===== MENU RESPONSIVE ===== */
@media (max-width: 768px) {

  .menu label {
    display: block;
  }

  .menu .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(18, 32, 65, 0.95);
    display: none;
  }

  .menu .navbar ul {
    flex-direction: column;
  }

  .menu .navbar ul li {
    width: 100%;
    text-align: center;
  }

  .menu .navbar ul li a {
    padding: 18px;
    font-size: 18px;
  }

  #menu:checked ~ .navbar {
    display: block;
  }
}
@media (max-width: 1024px) {
  .header-txt h1 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 120px 20px 40px;
  }

  .header-txt h1 {
    font-size: 100px;
  }

  .header-txt p {
    font-size: 16px;
    padding: auto;
  }
}

@media (max-width: 480px) {
  .header-txt h1 {
    font-size: 38px;
  }
}


.header-txt {
    text-align: center;
    padding: 100px 50px 10px 50px;
    margin-bottom: 0px;
}

.header-txt h1 {
    font-size: 85px;
    line-height: 1;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 35px;
}
@media (max-width: 768px) {

  .header-txt {
    padding: 20px;      /* antes 50px */
    margin-bottom: 10px;
  }

  .header-txt h1 {
    font-size: 34px;    /* antes 85px */
    line-height: 1.1;
  }

  .header-txt p {
    font-size: 14px;
    padding: 0 0px;
  }
}

.video{
  padding: 10px;
  border-radius: 50px;
}
.hero{
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* VIDEO FULL SCREEN */
.video-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;        /* 🔥 se adapta sin deformarse */
  object-position: center;
  z-index: 0;
}

/* CAPA OSCURA PARA LEER TEXTO */
.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}

/* CONTENIDO */
.hero-content{
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding: 20px;
  color: #fff;
}

.hero-content h1{
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.hero-content p{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.95;
}

/* ✅ RESPONSIVE CELULAR */
@media (max-width: 768px){

  .hero{
    min-height: 100vh;
    border-radius: 15px;
  }

  .hero-content{
    padding: 18px;
  }

  .hero-content h1{
    font-size: 42px;
  }

  .hero-content p{
    font-size: 14px;
  }
}

/* ✅ MÁS PEQUEÑO (480px) */
@media (max-width: 480px){

  .hero-content h1{
    font-size: 36px;
  }

  .hero-content p{
    font-size: 13px;
  }
}

p {
    font-size: 17px;
    color: white;
}

.about {
    padding: 50px;
   
    
}

.about-content {

    display: flex;
    align-items:normal;
}

.about-txt{
    flex-basis: 50%;
    padding-right: 35px;
}

span {
    font-size: 14px;
    text-transform: uppercase;
    color: yellow;
}

h2{
    font-size: 35px;
    color: white;
    margin: 15px 0;
    line-height: 1; 
}

h1{
    font-size: 35px;
    color: white;

}


hr{
    border: 1px solid yellow;
    width: 10%;
}

.about-img{
    flex-basis: 50%;
}

.about-img img {
    border-radius: 15px;
    
}
.testimonios {
  padding: 80px 20px;

  text-align: center;
}

/* CONTENEDOR */
.Testinonios-contenido {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap; /* 🔹 responsive */
}

/* TARJETA */
.testimonio1 {
  flex-basis: 320px;
  max-width: 420px;
  background: linear-gradient(
    180deg,
    rgba(173, 135, 73, 0.782),
    rgb(55, 70, 140)
  );
  padding: 35px 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
  border-radius: 18px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.testimonio1:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 45px rgba(0,0,0,.45);
}

/* FOTO */
.face {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 4px solid #ffe100;
  margin-bottom: 15px;
  object-fit: cover;
}

/* NOMBRE */
.testimonio1 h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;
}

/* TEXTO */
.testimonio1 p {
  font-size: 15px;
  line-height: 1.5;
  color: #e5e5e5;
  margin-bottom: 18px;
}

/* ESTRELLAS */
.estrella {
  width: 95px;
}


.planes {

  position: relative;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

}

.planes::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    height: 100px;


    z-index: 50;
    pointer-events: none;
}


.planes .subtitulo {
  font-size: 14px;
  text-transform: uppercase;
  color: #d09444;
  letter-spacing: 2px;
  font-weight: 600;
}

.planes h2 {
  font-size: 50px;
  margin: 10px 0;
  color: #d09444;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
}

.planes hr {
  width: 80px;
  margin: 20px auto 50px;
  border: 2px solid #ffe100;
}

/* GRID */
.plan-contenido {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* TARJETAS */
.servicio {
  display: flex;
  flex-direction: column;
  height: 100%;
      background: linear-gradient(
        rgba(29,30,35,0.8),
        rgba(29,30,35,0.8)
    ),
    url(img/fondoritransport.png);
  padding: 35px 25px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
}

.servicio > div:last-child {
  margin-top: auto;
}

.servicio:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

/* TITULO */
.titulo-servicio {
  font-size: 30px;
  font-weight: 700;
  color: #d09444;
  display: block;
}

/* IMAGEN */
.serv_img {
  width: 300px;
  margin: 15px auto;
}


/* TEXTO */
.servicio p {
  font-size: 15px;
  color: #ffffff;
  margin: 18px 0 25px;
  line-height: 1.5;
}

/* BOTÓN */
.btn-servicio {
  padding: 12px 30px;
  border-radius: 25px;
  border: none;
  background: #ed9600;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background .3s ease, transform .2s ease;
}

.btn-servicio:hover {
  background: #1ebe5d;
  transform: scale(1.05);
}

/* DESTACADO */
.servicio.destacado {
  border: 2px solid #ffe100;
  box-shadow: 0 0 0 3px rgba(255,225,0,.15);
}

.servicio.destacado::before {
  content: "Servicio Principal";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffe100;
  color: #192a53;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
}
@media (max-width: 576px) {

  .planes h2 {
    font-size: 28px;
  }

  .planes .subtitulo {
    font-size: 12px;
  }

  .titulo-servicio {
    font-size: 24px;
  }

  .servicio p {
    font-size: 14px;
  }

  .btn-servicio {
    width: 100%;
    padding: 14px;
    font-size: 15px;
  }

  .serv_img {
    width: 70px;
  }

  .plan-contenido {
    gap: 20px;
  }
}
@media (max-width: 576px) {

  .planes h2 {
    font-size: 28px;
  }

  .planes .subtitulo {
    font-size: 12px;
  }

  .titulo-servicio {
    font-size: 24px;
  }

  .servicio p {
    font-size: 14px;
  }

  .btn-servicio {
    width: 100%;
    padding: 14px;
    font-size: 15px;
  }

  .serv_img {
    width: 70px;
  }

  .plan-contenido {
    gap: 20px;
  }
}



/* SECCIÓN CALCULADOR */
.informacion {
   max-width: 100%;
  padding: 90px 20px;
    display: flex;
  align-items: center;
  background: linear-gradient(
    rgba(239, 239, 234, 0.556),
    rgba(130, 132, 106, 0.95)
  ), url(img/Contaytoro.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    min-height: 100vh;
    padding: 0 0 0 0;


}

/* CONTENEDOR */
.informacion-contenido {
  display: block;
  justify-content: center;   /* 🔥 centra horizontalmente */
  align-items: center;       /* 🔥 centra verticalmente */
  gap: 40px;

}


/* TEXTO */
.informacion-text {
  flex: 1; grid-template-areas:none;
  color: #ffffff;
}

.informacion-text span {
  color:  #000000;
  letter-spacing: 2px;
  font-weight: 600;
}

.informacion-text h2 {
  font-size: 34px;
  font-family: "Bebas Neue", sans-serif;
  margin: 15px 0;
  color: #000000;
}

.informacion-text hr {
  width: 90px;
  border: 2px solid  #d09444;
  margin-bottom: 30px;
}

/* FORMULARIO */
.informacion-text form {
  display: flex;
  flex-direction: column;
    display: flex;
  align-items: center;
  gap: 16px;
  max-width: 420px;
}

/* SELECTS */
.informacion-text select {
  padding: 14px 15px;
  border-radius: 14px;
  border: none;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  background: #d09444;
  color: #ffffff;
}

.informacion-text select option {
  color: #000;
}

/* BOTÓN */
.btn-1 {
  margin-top: 10px;
  padding: 14px;
  border-radius: 25px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  background: #25D366;
  color: #ffffff;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
}

/* RESULTADO */
.resultado-precio {
  margin-top: 20px;
  font-size: 18px;
  color: #ffe100;
  font-weight: 600;
}

/* TEXTO ACLARATORIO */
.informacion-text small {
  color: #ccc;
  font-size: 13px;
  margin-top: 5px;
}

/* IMAGEN */
.informacion-img {
  flex: 1;
  text-align: center;
  filter: drop-shadow(0 6px 15px rgba(0,0,0,.6));
}

.informacion-img img {
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,.4);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .informacion-contenido {
    text-align: center;
    justify-content: center;
  }

  .informacion-text form {
    margin: 0 auto;
  }
}
 
/* FORMULARIO EN DOS COLUMNAS */
.form-calculo {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 30px;
}

/* LADO IZQUIERDO */
.form-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* LADO DERECHO (RESULTADO) */
.form-right {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 20px;
  min-height: 150px;
  display: flex;
  align-items: center;
}

/* RESULTADO */
.resultado-precio {
  font-size: 18px;
  color: #ffe100;
  font-weight: 600;
  line-height: 1.6;
}

/* RESPONSIVE: EN MÓVIL BAJA ABAJO */
@media (max-width: 768px) {
  .form-calculo {
    flex-direction: column;
  }

  .form-right {
    width: 100%;
  }
}
/* ===== SECCIÓN FLOTA ===== */
.flota {
    padding: 80px 0;
  
    text-align: center;
}

.flota-subtitulo {
    color: #ffd000;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.flota h2 {
    color: #ffffff;
    font-size: 34px;
    margin: 10px 0;
}

.flota hr {
    width: 80px;
    height: 3px;
    margin: 15px auto 50px;
    background-color: #ffd000;
    border: none;
}

/* ===== GRID ===== */
.flota-contenido {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* ===== TARJETA ===== */
.vehiculo {
     background: linear-gradient(
        rgba(29,30,35,0.8),
        rgba(29,30,35,0.8)
    ),
    url(img/fondoritransport.png);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
}

.vehiculo:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.45);
}

/* DESTACADO */
.vehiculo-destacado {
    border: 2px solid #ffd000;
}

/* ===== TEXTO ===== */
.vehiculo-titulo {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.vehiculo p {
    color: #eaeaea;
    font-size: 15px;
    line-height: 1.5;
    min-height: 70px;
    margin-bottom: 12px;
}

.vehiculo-capacidad {
    color: #ffd000;
    font-size: 14px;
    margin-bottom: 20px;
}

/* ===== IMAGEN ===== */
.vehiculo img {
    width: 100%;
    height: 110px;
    max-width: 180px;
    object-fit: contain;
    margin: 10px auto 20px;
    display: block;
}

/* ===== BOTÓN ===== */
.vehiculo-btn {
    margin-top: auto;
    align-self: center;
    background-color: #ffd000;
    color: #192a53;
    padding: 12px 26px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background-color .3s ease;
}

.vehiculo-btn:hover {
    background-color: #ffea4d;
    transform: scale(1.08);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .flota h2 {
        font-size: 28px;
    }
}


/* ===== FOOTER ===== */
.footer {
  
    color: #ffffff;
    padding: 60px 0 20px;
}

.footer-contenido {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}




/* COLUMNAS */
.footer-box h3,
.footer-box h4 {
    color: #ffd000;
    margin-bottom: 15px;
}

.footer-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #eaeaea;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #eaeaea;
}

/* REDES */
.redes {
    display: flex;
    gap: 15px;
}

.redes img {
    width: 34px;
    transition: transform .3s ease, opacity .3s ease;
}

.redes a:hover img {
    transform: scale(1.15);
    opacity: 0.85;
}

/* COPY */
.footer-copy {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 40px;
    padding-top: 15px;
    text-align: center;
}

.footer-copy p {
    font-size: 13px;
    color: #cfcfcf;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .redes {
        justify-content: center;
    }
}



/* ===============================
   BLOG / NOTICIAS
================================ */

.blog {
  padding: 90px 20px;

  text-align: center;
}

.blog .subtitulo {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffe100;
  letter-spacing: 2px;
  font-weight: 600;
}

.blog h2 {
  font-size: 36px;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
  margin: 10px 0;
}

.blog hr {
  width: 80px;
  margin: 20px auto 50px;
  border: 2px solid #ffe100;
}

/* CONTENEDOR */
.blog-contenido {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* TARJETA */
.blog-card {
   background: linear-gradient(
    180deg,
    rgba(173, 135, 73, 0.782),
    rgb(55, 70, 140)
  );
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,.35);
  text-align: left;
  transition: transform .3s ease, box-shadow .3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0,0,0,.45);
}

/* IMAGEN */
.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* TEXTO */
.blog-texto {
  padding: 25px;
}

.blog-fecha {
  font-size: 13px;
  color: #ffd000;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.blog-texto h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 700;
}

.blog-texto p {
  font-size: 15px;
  line-height: 1.6;
  color: #eaeaea;
  margin-bottom: 22px;
}

/* BOTÓN */
.btn-blog {
  display: inline-block;
  padding: 12px 26px;
  background: #ffd000;
  color: #192a53;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  transition: background .3s ease, transform .2s ease;
}

.btn-blog:hover {
  background: #ffea4d;
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .blog h2 {
    font-size: 30px;
  }

  .blog-texto h3 {
    font-size: 20px;
  }
}


/* ===== LOGOS FOOTER (CERTIFICACIONES / PAGOS) ===== */
.footer-logos {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}


.imgagenlogo {
  max-height: 200px;
  width: auto;
  background: transparent;
  padding: 6px 10px;
  border-radius: 8px;
  
  filter: none; /* elimina sombras globales */
}
.imgagenlogo2 {
  display: block;
  max-height: 125px;
  width: auto;
  margin: 0 auto;   /* 🔥 centra horizontalmente */
  background: transparent;
  padding: 6px 10px;
  border-radius: 8px;
  filter: none;
}

.imgagenlogo3 {
  max-height: 150px;
  align-items: center;
  width: auto;
  background: transparent;
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #ddd;
  filter: none; /* elimina sombras globales */
}
/* RESPONSIVE */
@media (max-width: 480px) {
  .footer-logos img {
    max-height: 45px;
  }
}
