* {
    margin: 0;
    padding: 0;
    font-family: poppins, sans-serif;
    font-size: 1rem;
}

html {
  scroll-behavior: smooth; /* desplazamiento suave */
}

body {
    width: 100%;
    background-color: #ffff;
    position: relative;
}

.texto-color {
    color: #00A3E4;
    font-size: 3rem;

}

.nav-position{
    position: fixed;
    top: 3%;
    z-index: 1000;
    display: block;
}

.nav-position2{
    position: fixed;
    top: 3%;
    z-index: 1000;
    display: none;
}

.img-camiones {
    width: 106%;
    object-fit: cover;
    object-position: center;
    /* clip-path: polygon(67% 13%, 100% 0, 100% 60%, 100% 100%, 0 100%, 0 1%, 31% 13%); */

}

.txt1-header {
    font-size: 2.2rem;
    color: #0b2f4b;
    margin-bottom: -15px;
    text-align: center;
}

.txt2-header {
    font-size: 2.6rem;
    color: #00a3e4;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.logo-img-header {
    margin-left: 8vw;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(0.6rem);
    -webkit-backdrop-filter: blur(0.6rem);
    color: black;
    padding: 1rem 1rem;
    border-radius: 2.5rem;
}
.img-logo{
    width: 12vw;
}
.img-logo2{
    width: 9rem;
}

.menu-header {
    margin-left: 10vw;
    gap: 3rem;
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(0.6rem);
    -webkit-backdrop-filter: blur(0.6rem);
    color: black;
    padding: 1.2rem 3rem;
}
.btn-menu, .btn-menu:hover, .btn-menu:active{
    margin-left: 1.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(0.6rem) !important;
    -webkit-backdrop-filter: blur(0.6rem) !important;
    color: black;
    border: none;
    padding: .7rem 1rem;
}
.btn-menu i{
    color: black;
    font-size: 1.5rem;
}
.btn-menu2, .btn-menu2:hover, .btn-menu2:active{
    position: relative;
    top: 3%;
    left: 64%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(0.6rem) !important;
    -webkit-backdrop-filter: blur(0.6rem) !important;
    color: black;
    border: none;
    padding: .7rem 1rem;
    transition: all 0.3s ease-in-out;
}
.btn-menu2 i{
    color: black;
    font-size: 1.5rem;
}
.menu-header *{
    font-size: 1rem;
}

.menu-header a {
    color: #0b2f4b;
    text-decoration: none;
}
.st-inicio{
    /*RefriGo\Content\Imagenes\SeccionA\textura.svg*/
    /* background-image: 
    url('../Imagenes/SeccionA/textura.svg'),
    linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, 140% ;
    background-position: top, 18% 40%; */
    background-image: url('../Imagenes/uno.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 6.5vw;
    width: 100%;
    overflow-x: hidden;
}
.st-g{
    width: 100%;
}
.st-soluciones{
    width: 100%;
    /* background-image: url('../Imagenes/lina_s2.svg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat; */
    padding-top: 8rem;
    padding-bottom: 2rem;
    height: 100%;
}
.linea-sl{
    position: absolute;
    top: 10rem;
    height: 100%;
    z-index: 0;
}
.linea-sl2{
    position: absolute;
    top: 0;
    right: 0;
    height: 126%;
    z-index: 0;
    transition: all 0.3s ease-in-out;

}
.solucion-w{
    z-index: 1;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}
.card-solucion{
    min-height: 25vw;
    height: 100%;
    border-radius: 3rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}
.card-solucion *, .card-solucion {
    color: #fff;
}
.square-icon{
    background-color: #00a3e4;
    border-radius: 1.8rem;
    aspect-ratio: 1/1;
    width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.square-icon> i{
    font-size: 3.5rem !important;
    margin: auto;
    display: flex;
}
.txt-sl{
    text-align: normal;
}
.img-frio{
    background: linear-gradient(135deg, rgba(0, 120, 190, 0.5), rgba(0, 90, 160, 0.5)), url('../Imagenes/SeccionB/bodegon-de-cubo-de-hielo.jpg');
    background-size: cover;
    background-position: center;
}
.img-person{
    background: url('../../Content/Imagenes/SeccionB/camion-sol.jpg');
    background-position: 38%;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-carga{
    background: linear-gradient(135deg, rgba(86, 111, 130, 0.7), rgba(86, 111, 130, 0.7)), url('../Imagenes/SeccionB/global-logistics-network.jpg');
    background-size: cover, 360%;
    background-position: center, center -160px;
    background-repeat: no-repeat, no-repeat;
}
.row-cards-solucion > div:not(:nth-child(2)){
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.line-p{
    color: #7f7f7d;
    background-color: #7f7f7d;
    width: .1rem;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.logo-soluciones{
    height: 2.5vw;
}
.check-go{
    width: 2.6rem;
    margin-left: .3rem;
}
.w-txt-header{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.btn-whatsapp{
    background-color: #00a3e4;
    color: #fff;
    border-radius: 2rem;
    padding: .4rem 1.8rem;
    font-size: 1.1rem;
}
.btn-whatsapp:hover{
    background-color: #00a3e4;
    color: #fff;
    border-radius: 2rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    font-size: 1.1rem;
    filter: drop-shadow(0 0 0.6rem rgba(0, 163, 228, 0.5));
}
.btn-whatsapp> span i{
    font-size: 1rem;
    margin-right: .3rem;
}
.st-servicios{
    /* background-image: url('../Imagenes/Ultimo.svg');
    background-size: contain;
    background-repeat: no-repeat; */
    padding-top: 8rem;
}

/* .row-servcios-h{
    height: 82vh;
} */
.st-beneficios{
    background-image: url('../Imagenes/servicios_s.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 11rem;
    padding-bottom: 4rem;
    width: 100%;
    overflow-x: hidden;
}
.w-row-beneficio{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.img-beneficio{
    margin-top: -6rem;
    width: 210%;
}
.beneficio-icon > img{
    width: 4rem;
    margin-bottom: 1rem;
}
.beneficio-titulo{
    font-size: 1.8rem;
    color: #0a2e4a;
}
/* Cards de servicios */
.card-servicio {
    max-height: 540px;
    min-height: 500px;
    max-width: 420px;
    position: relative;
}

.card-persona {
    max-height: 600px;
    min-height: 550px;
    max-width: 470px;
    position: relative;
}

/* Cadena de Frío - Fondo azul con imagen */
.card-frio {
    background: linear-gradient(135deg, rgba(0, 120, 190, 0.5), rgba(0, 90, 160, 0.5)), url('../Imagenes/SeccionB/bodegon-de-cubo-de-hielo.jpg');
    background-size: cover;
    background-position: center;
}

/* Carga Seca - Fondo oscuro con imagen */
.card-carga {
    background: linear-gradient(135deg, rgba(86, 111, 130, 0.7), rgba(86, 111, 130, 0.7)), url('../Imagenes/SeccionB/global-logistics-network.jpg');
    background-size: cover, 360%;
    background-position: center, center -160px;
    background-repeat: no-repeat, no-repeat;
}

/* Icon background */
.icon-bg {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    width: 80px;
    height: 80px;
}


/* Sección de Servicios */
/* Título */
.texto-color {
    font-size: 2.5rem;
    color: #00a8e8;
}

.texto-transporte {
    font-size: 2.2rem;
    font-weight: 400;
}
.z-txt{
    z-index: 1;
}
/* Cards de servicios */
.servicio-card {
    min-height: 82vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* Colores de fondo para cada servicio */
.servicio-frio {
    background: linear-gradient(135deg, #00b4d8 0%, #0096c7 100%);
}

.servicio-traslado {
    background: linear-gradient(135deg, #1e5a8e 0%, #0d3b66 100%);
}

.servicio-mensajeria {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
}

/* Iconos */
.servicio-icon {
    font-size: 5rem;
    color: white;
}

/* Títulos */
.servicio-card h3 {
    font-size: 1.8rem;
    line-height: 1.3;
}

/* Listas */
.bl-lista{
    padding-right: 25%;
    padding-left: 25%;
}
.servicio-lista *{
    font-size: .9rem;
}

.servicio-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.servicio-lista li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1.2rem;
    line-height: 1.5;
}

.servicio-lista li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: .7rem;
    aspect-ratio: 1/1;
    background-image: url('../Imagenes/chevron-circle-right-Filled.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.st-contacto{
    background-image: url('../Imagenes/SeccionE/fondo-ct.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 7rem;
    padding-bottom: 2rem;
    overflow-x: hidden;
}
.w-row-contacto{
    width: 82%;
    margin-left: auto;
    margin-right: auto;
}
.bloque-datos{
    display: block;
}
.col-bloque-datos{
    display: none;
}
.st-footer{
    background-color: #00a3e4;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: .66rem;
    padding: .4rem 1.5rem;
}
.logo-contacto{
    margin-top: 4rem;
    height: 2rem;
}

/* Contenedor del formulario */
.formulario-contacto {
    background: white;
    border-radius: 30px;
    padding: 3rem 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.formulario-contacto h2 {
    color: #1a1a1a;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

/* Labels */
.form-label {
    color: #1a1a1a;
    /* font-size: 0.95rem;
    margin-bottom: 0.5rem; */
}

/* Inputs y Select personalizados */
.form-control-custom {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background-color: #fafafa;
    color: #666;
}

.form-control-custom:focus {
    border-color: #00a8e8;
    box-shadow: 0 0 0 0.2rem rgba(0, 168, 232, 0.1);
    background-color: white;
    outline: none;
}

.form-control-custom::placeholder {
    color: #aaa;
    font-weight: 300;
}

/* Select específico */
.form-select.form-control-custom {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
    padding-right: 2.5rem;
}

/* Textarea */
textarea.form-control-custom {
    resize: vertical;
    min-height: 120px;
}

/* Botón de envío */
.btn-enviar {
    background: linear-gradient(135deg, #00b4d8 0%, #00a8e8 100%);
    color: white;
    border: none;
    border-radius: 25px;
    gap: 0.5rem; 
    padding: 0.5rem 3rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}
.btn-enviar i {
    font-size: 1.25rem;
    line-height: 1;
}

.btn-enviar span {
    line-height: 1;
}

.btn-enviar:active {
    transform: translateY(0);
}

.btn-enviar:hover {
    border-radius: 25px;
    border: 1px solid #0096c7;
    background: #ffff;
    color:#0096c7
}

/* Validación de formulario */
.form-control-custom:invalid:focus {
    border-color: #dc3545;
}

.form-control-custom:valid:focus {
    border-color: #28a745;
}

/* Items de información */
.info-item {
    /* padding: 1rem; */
    transition: transform 0.3s ease;
}
.info-item *{
    font-size: .9rem;
}

.info-item:hover {
    transform: translateX(5px);
}

/* Iconos */
.info-icon {
    font-size: 2.5rem;
    color: #00b4d8;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon i {
    line-height: 1;
    font-size: 3rem;
}

/* Títulos */
.info-titulo {
    color: white;
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    text-transform: none;
}

/* Texto de información */
.info-texto {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.6;
    display: block;
}

/** menu */
/* .menu-md{
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: rgb(181, 192, 200, .6);
    position: fixed;
}
.menu-ctn{
    width: 60%;
    background-color: #0a2e4a;
    padding-top: 3rem;
    padding-left: 3rem;
}
.img-logo-md{
    width: 25vw;
}
.menu-opt > a{
    color: #fff;
    text-decoration: none;

} */

.menu-md {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(181, 192, 200, .6);
  position: fixed;
  top: 0;
  left: 0;
  display: none; /* oculto inicialmente */
}

.menu-ctn {
  width: 60%;
  height: 100%;
  background-color: #0a2e4a;
  padding-top: 3rem;
  padding-left: 3rem;
  position: absolute;
  top: 0;
  left: -60%;
  transition: left 0.3s ease;
}

.menu-md.active .menu-ctn {
  left: 0; /* entra suavemente */
}

.img-logo-md {
  width: 25vw;
}

.menu-opt > a {
  color: #fff;
  text-decoration: none;
}
