/* General */


/* icono de carga */

#loadingIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: block;
    /* Usamos flexbox para centrar */
    flex-direction: column;
    /* Apilamos el ícono y el texto en columna */
    align-items: center;
    /* Centramos horizontalmente */
    justify-content: center;
    /* Centramos verticalmente */
    text-align: center;
    /* Centramos el texto */
    font-size: 68px;
    color: #024b75;
}

.fa-spinner {
    animation: spin 1s linear infinite !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.txt_loading {
    margin-top: 10px;
    /* Espaciado entre el ícono y el texto */
    font-size: 18px;
    font-weight: bold;
    color: #024b75;
}


/* icono de carga */


/* sweetalert  */

.custom-confirm-button {
    background-color: #3a90c2 !important;
    /* Color rojo */
    color: white !important;
    /* Texto en blanco */
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
}

.custom-error-button {
    background-color: #d53f3f !important;
    /* Color rojo */
    color: white !important;
    /* Texto en blanco */
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
}


/* Contenedor del video */

.bg-video-h {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* Relación de aspecto 16:9 */
    overflow: hidden;
}


/* Estilo del video */

.bg-video-h video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.video-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.video-controls button,
.video-controls input[type="range"] {
    cursor: pointer;
}

.bg-video-V {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* Relación de aspecto 16:9 */
}


/* Estilo del video */

.bg-video-V video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.responsive-gif {
    position: relative !important;
    z-index: 3 !;
}

.justify-items-center {
    justify-items: center !important;
}

#zoom-image {
    height: 805px !important;
}

.map_sty {
    justify-content: center;
    align-items: center;
    display: flex;
}

.spacer {
    padding-bottom: 110px;
}

.spacer_bt {
    padding-top: 110px;
}

.img__back_IFF {
    background-position: bottom !important;
}

.circleParrafo_tms {
    margin-left: 18px;
}

.txt_qhe {
    font-size: 15px;
}

.txt_not_mb {
    margin-bottom: 4px;
}

.img_icon_allTransp {
    max-width: 145% !important;
}

.popup-video .video__player:hover {
    background-color: #002A42;
}

.img_avion {
    width: 100%;
}

.container_fanfancybox {
    max-width: 1350px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.testimonial-2 .testimonial-item {
    height: 285px;
    padding: 40px 30px;
    position: relative !important;
}

.outer_01 {
    margin-left: 65px !important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.516) !important;
    border-radius: 5px !important;
    background-color: #8c8b8b !important;
    border-radius: 5px !important;
    z-index: 1;
    margin-top: -149px !important;
}

.y_pt-150 {
    padding-top: 150px;
}


/* cursosr no click */

.no-click {
    cursor: pointer;
    pointer-events: none;
}

.yes-click {
    cursor: pointer;
}


/* swal2 */


/* Btn para comp  */

.my-success-button {
    background-color: #28a745!important;
    /* Verde */
    color: white!important;
    border: none!important;
    padding: 10px 20px!important;
    border-radius: 5px!important;
    font-size: 16px!important;
    cursor: pointer!important;
}


/* Btn para error */

.my-error-button {
    background-color: #dc3545 !important;
    /* Rojo */
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    cursor: pointer !important;
}


/* Btn para advertencia */

.my-warning-button {
    background-color: #ffc107 !important;
    /* Amarillo */
    color: black !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    cursor: pointer !important;
}


/* Estilos hover*/

.my-success-button:hover,
.my-error-button:hover,
.my-warning-button:hover {
    opacity: 0.8;
}


/* swal2 serviices */

.my-custom-button {
    z-index: 3;
    background-color: #002A42 !important;
    /* Cambia el color de fondo del botón */
    color: white !important;
    /* Cambia el color del texto del botón */
    border: none !important;
    /* Quita el borde */
    padding: 10px 20px;
    /* Ajusta el tamaño del botón */
    font-size: 16px !important;
    /* Cambia el tamaño del texto */
    border-radius: 5px !important;
    /* Añade esquinas redondeadas */
}

.my-custom-button:hover {
    background-color: #3a90c2 !important;
    /* Cambia el color al pasar el ratón */
}


/* FONTS */

@font-face {
    font-family: 'Rockwell';
    src: url(/assets/fonts/ROCK.TTF);
}

@font-face {
    font-family: 'Rockwell';
    src: url(/assets/fonts/Rockwell-Bold.ttf);
}

.font_16 {
    font-size: 16px !important;
}

.color-azul-oscuro {
    background-color: #002A42 !important;
}

.color-azul-claro {
    background-color: #3a90c2 !important;
}

.color-gris-claro {
    background-color: #d8d7d7 !important;
}

.color-gris-medio-TXT {
    background-color: #8c8b8b !important;
}

.color-gris--TXT {
    background-color: #8c8b8b !important;
}

.color-blanco--TXT {
    background-color: white !important;
}

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

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

.pagetitle__heading {
    color: white !important;
    z-index: 2 !important;
    position: relative;
}

.color-azul-oscuro-txt {
    color: #002A42 !important;
}

.color-azul-claro-txt {
    color: #3a90c2 !important;
}

.color-gris-claro-txt {
    color: #d8d7d7 !important;
}

.color-gris-medio-TXT-txt {
    color: #8c8b8b !important;
}

.color-rojo-claro-txt {
    color: #f20c36 !important;
}

.color-rojo-obsucro-txt {
    color: #b30928!important;
}

.color-azul-05-txt {
    color: #002a42 !important;
}

.theme-azul {
    color: #024b75 !important;
    z-index: 1;
}

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

.title_02 {
    color: white !important;
}

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


/* .slide__content {
    height: 30vh;
    } */

.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.144);
    /* Capa oscura */
    /* z-index: 1; */
}

.slide__content {
    position: sticky !important;
    z-index: 2 !important;
}

.fancybox__icon {
    justify-content: center;
    align-items: center;
    width: 50%;
}

.fancybox-item {
    background-color: #002A42;
    align-items: center;
    border-radius: 3px;
    /* height: auto !important; */
}

.heading__title {
    line-height: 30px !important;
}

.heading-3 {
    justify-content: center;
    align-items: center;
}

.popup-video .video__player {
    background-color: #3a90c2;
}

.popup-video .video__player-animation {
    border: 2px solid #3a90c2;
}

.bg-img2 {
    background-size: cover;
    /* La imagen cubrirá completamente el contenedor */
    background-position: center;
    /* La imagen estará centrada en el contenedor */
    background-repeat: no-repeat;
    /* La imagen no se repetirá */
}

.service-item {
    height: 276px !important;
    width: 90%;
}

.btn_hover {
    position: sticky;
}

.btn_hover:hover {
    color: #3a90c2 !important;
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.position_linea {
    /* position: sticky;
    margin-top: 25px;
    z-index: 1000;
    display: flex; */
}

.position_linea_01 {
    position: sticky;
    margin-top: 104px;
}

.position_linea_02 {
    position: sticky;
    margin-top: 46px;
}

.position_linea_03 {
    position: sticky;
    margin-top: 79px;
}

.h_desc02 {
    padding: 12px 0px;
}

.owl-nav {
    /* display: none !important; */
}

.txt__font12 {
    font-size: 12px !important;
}


/* icons arrows about */

.icon__arrows {
    margin-left: 8% !important;
    /* margin-top: 7% !important; */
}

.icon_arrows01 {
    height: auto;
    width: 25px;
}

.icon_arrows01:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.icon_back {
    height: auto;
    width: 27px;
}


/* Hiden slider about */

.slider-container {
    display: none;
}

.slider-container.active {
    display: block;
}

.slider-container {
    transition: opacity 0.5s ease-in-out;
}


/* certificacion */

.client__02_div {
    margin-right: px;
}

.inner-padding_02 {
    padding: 70px 70px 70px 70px !important;
}

.inner-padding_03 {
    padding: 100px 145px 100px 70px !important;
}


/* .inner-padding02 { */


/* padding: 120px 120px 110px 120px !important; */


/*  padding: 60px 80px 20px 80px !important; */


/* } */


/* .owl-item,
    active {
    margin-right: 40px !important;
    } */


/* clientes logos */

.img_ftz {
    padding: 5% 28% !important;
}

.owl-dots {
    bottom: 10px !important;
}


/* Nearshoring */


/* .project__content.nearshoring_sty {
    height: 255px !important;
    } */

.img_Nearshoring {
    border-radius: 5px;
    padding: 4px;
}

.active_btn_nearshoring {
    background-color: #3a90c2 !important;
    color: white !important;
    border-radius: 3px;
}

.widget__post-title {
    padding: 5px 5px;
}

.widget__post-title:hover {
    background-color: #3A90c2 !important;
    color: #ffffff !important;
    cursor: pointer;
    border-radius: 3px;
    /* padding: 5px 7px; */
}

.widget-post-title.active {
    background-color: #3A90c2 !important;
    color: #ffffff !important;
}


/* txt limited */

.limited-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


/* galeria en balnco y negro a color */

.switch-img {
    transition: all 0.3s ease-in-out;
}

.switch-img:hover {
    transform: scale(1.1);
    z-index: 2;
    border: 6px solid white;
}


/* mapa animado */

.svg_mapa {
    position: absolute;
    top: 125px;
    left: 302px;
    width: 100%;
    height: 100%;
}

.line {
    /* stroke: #3a90c2; */
    stroke: #0476c4;
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    marker-end: url(#arrowhead);
}

.line.animate {
    animation: drawLine 2s ease forwards;
}


/* animacion icono circulos */

.img_circle_icon {
    position: absolute;
    width: 100%;
    height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stacked-image {
    max-width: 100%;
    max-height: 106%;
    padding-bottom: 57px;
    width: auto;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.stacked-image.show {
    opacity: 1;
}

@keyframes drawLine {
    from {
        stroke-dasharray: 0;
        stroke-dashoffset: 100;
    }
    to {
        stroke-dasharray: 100;
        stroke-dashoffset: 0;
    }
}


/* capa obscura */

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.242);
    /* Capa oscura con 50% de opacidad */
    z-index: 1;
}

.dark-overlay-01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(202 218 223 / 30%);
}

.breadcrumb {
    position: relative !important;
    z-index: 2 !important;
}


/* locations-panel grid_space */

.grid_space {
    flex-basis: 100% !important;
    margin-bottom: -40px !important;
}


/* Services */

.btn__service_readMore {
    position: absolute !important;
    top: 235px;
    right: 110px;
    z-index: 2;
}


/* arrows testimonial */

.carousel-arrows_02 {
    font-size: 18px;
    position: relative;
    z-index: 3;
    justify-content: center;
    /*  left: 45% !important; */
    margin-top: -70px !important;
    gap: 20px;
    display: flex;
}

.testimonial_he {
    padding-bottom: 50px !important;
}


/* .img-testimonios {
    z-index: 4 !important;
    width: 100%;
    background-image: url('../images/img/Testimonios-imagen-con-logo-2.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-position: 186px -241px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
 */

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


/* acordeion wh */

.accordion-item .accordion__item-header.opened .accordion__item-title::after {
    color: #3a90c2 !important;
    content: "" !important;
}

.accordion__item-title:hover {
    color: #3a90c2 !important;
}


/* map google */

.map {
    width: 100%;
    height: 700px;
}


/* card body Incoterms */

.btn_responsive_Incoterms {
    display: none;
}

.card-body.incoterms_card {
    height: auto !important;
    width: auto !important;
}

.incoterms_card {
    padding: 20px 20px;
}

.card.shadow_card {
    margin-left: 15px;
    margin-right: 15px;
}

.shadow_card {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.img-fluid.img-fluid_incoterms {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.btn-primary_azul {
    background-color: #3a90c2 !important;
    color: whitesmoke !important;
    border-radius: 5px !important;
}

.btn-primary_azul:hover {
    background-color: #002A42 !important;
    color: whitesmoke !important;
}

.btn-primary_azul[aria-expanded="true"] {
    background-color: #002A42 !important;
    /* Color más oscuro cuando el botón está activo */
    color: white !important;
}

.none_pc_gallery {
    display: none;
}


/* Agrega un fondo animado a la columna */

.bg-animated::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #002A42, rgba(201, 199, 199, 0.8));
    /*     background: linear-gradient(135deg, rgba(242, 12, 54, 0.8), rgba(0, 74, 117, 0.8), rgba(140, 139, 139, 0.8));
 */
    background-size: 80% 100%;
    z-index: -1;
    animation: gradientAnimation 10s ease infinite;
    opacity: 0.6;
    /* Ajusta la opacidad para no afectar la legibilidad del texto */
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.5), 0 0 35px rgba(156, 39, 176, 0.5);
}


/* pantalla CFS */

.form-bc {
    max-width: 80% !important;
    width: 100% !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.pb-100 {
    padding-bottom: 100px;
}

.form-cfs {
    background-color: white;
}

.form-cfs:focus {
    background-color: white;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.inner-padding {
    position: relative;
    z-index: 1;
}

.container_footer_tms {
    max-width: 1340px;
    /* Usa un ancho fijo adecuado o 100% si quieres que ocupe todo */
    margin: 0 auto;
    padding: 0px 25px 0px 25px;
}

.hover_PP-T:hover {
    color: #3a90c2 !important;
    font-size: 15px;
    font-weight: 600;
}

.border-pp {
    margin-bottom: 10px 4px 10px 4px;
    border-bottom: 2px solid #024b75;
}

.link-website-pp:hover {
    color: #3A90c2 !important;
    /* Cambia el color al que tú desees */
}

/* Checkmark icon circle */
        .thankyou-icon {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background-color: #1a4b72;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 28px;
        }

        .thankyou-icon svg {
            width: 36px;
            height: 36px;
            stroke: #ffffff;
            stroke-width: 3;
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .spacer-20 {
            padding-bottom: 80px;      
        }

        .mar-vtnHome{
            margin-top: 8px;
        }

/* pantalla grande */

@media screen and (min-width: 1600px) {
    .limited-text {
        -webkit-line-clamp: 4;
    }
}

@media screen and (min-width: 1380px) {
    .card__testimonial {
        position: relative;
        margin-top: -160px;
    }
}

@media screen and (min-width: 1200px) {
    .responsive_fancy {
        max-height: 240px;
    }
    .testi_none_pc {
        display: none;
    }
    .inner-padding02 {
        padding: 110px 80px 110px 80px !important;
        /* padding: 60px 80px 20px 80px !important; */
    }
    .p__lr02 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .container_gallery {
        max-width: max-content;
    }
    /* .testimonial-2 .testimonial-item {
        height: 34vh !important;
    } */
}

@media screen and (min-width: 992px) {
    .none_pc {
        display: none !important;
    }
    #video-controls {
        top: 110px !important;
    }
}

@media screen and (min-width: 769px) {}


/* pantalla pequeña */

@media screen and (max-width: 1500px) and (min-width: 1201px) {
    .pt-105 {
        padding-top: 105px;
    }
}

@media screen and (max-width: 1379px) {
    .y_pt-150 {
        padding-top: 120px;
    }
    .card__testimonial {
        position: relative;
        margin-top: -140px;
    }
}

@media screen and (max-width: 1200px) {
    .card__testimonial {
        position: relative;
        margin-top: -120px;
    }
    .header-transparent+.slider {
        margin-top: 0px !important;
    }
    .outer_01 {
        margin-left: auto !important;
    }
    .y_pt-150 {
        padding-top: 0px !important;
    }
    .responsive_fancy {
        height: 200px !important;
    }
    .fancybox__icon_fancy {
        width: 50% !important;
    }
    .fancybox__title_fancy {
        font-size: smaller !important;
    }
    .pt-105 {
        padding-top: 0px;
    }
    .img-testimonios.testi_none {
        display: none;
    }
    .card__testimonial {
        margin-top: -110px;
    }
    .img_no-fluid {
        height: 715px;
    }
    .imgOb {
        width: 100%;
        /* height: 550px; */
        object-fit: cover;
        height: 715px;
    }
}

@media screen and (max-width: 991px) {
    .header-transparent+.slider {
        margin-top: 78px !important;
    }
    .outer_01 {
        margin-top: -119px !important;
    }
    .container_footer {
        max-width: 850px !important;
        justify-content: center;
    }
    .service-item {
        height: 246px !important;
        width: 90%;
    }
    .clients__02 {
        padding: 40px 0;
    }
    .spacer_bt {
        padding-top: 40px !important;
    }
    .spacer {
        padding-bottom: 40px !important;
    }
    .txt_test {
        justify-content: center;
    }
    .none {
        display: none !important;
    }
    .img-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .responsive-gif {
        width: 100%;
        height: auto;
        display: block;
    }
    #serviceslayout2 {
        padding-top: 10px !important;
    }
    .card__testimonial {
        position: relative;
        margin-top: -100px;
    }
    .img_no-fluid {
        height: 515px;
    }
    .imgOb {
        width: 100%;
        height: 515px;
    }
}

@media screen and (max-width: 768px) {
    .slider+.fancybox-layout3 {
        margin-top: 35px;
    }
    .outer_01 {
        margin-top: -90px !important;
    }
    .service-item {
        height: 246px !important;
        width: 100%;
    }
    .img_no-fluid {
        height: 445px;
    }
    .imgOb {
        width: 100%;
        height: 445px;
    }
    .card__testimonial {
        position: relative;
        margin-top: -90px;
    }
    .none_gallery {
        display: none;
    }
    .Services_img.Services_img_responsive {
        height: 270px !important;
        border-radius: 5px;
    }
    .project-item .project__content {
        padding: 12px;
    }
    .background-banner {
        min-height: 445px !important;
        /* min-height: 225px !important; */
    }
    .inner-padding {
        padding: 50px 30px !important;
    }
    .inner-padding_03 {
        padding: 50px 30px !important;
    }
    .none_pc_gallery {
        display: flex !important;
    }
}

@media screen and (max-width: 576px) {
    .slider+.fancybox-layout3 {
        margin-top: 35px;
    }
    .outer_01 {
        margin-top: -50px !important;
    }
    #zoom-image {
        height: 415px;
    }
    .responsive_fancy {
        height: 200px !important;
    }
    .fancybox__icon_fancy {
        width: 35% !important;
    }
    .fancybox__title_fancy {
        font-size: smaller !important;
    }
    .service-item {
        height: 246px !important;
        width: 100%;
    }
    .img_no-fluid {
        height: 305px;
    }
    .imgOb {
        width: 100%;
        height: 305px;
    }
    .card__testimonial {
        position: relative;
        margin-top: -70px;
    }
    .background-banner {
        min-height: 370px !important;
    }
}

@media screen and (max-width: 476px) {
    .outer_01 {
        margin-top: -40px !important;
    }
    .responsive_fancy {
        height: 150px !important;
    }
    .fancybox__icon_fancy {
        width: 38% !important;
    }
    .fancybox__title_fancy {
        font-size: inhrit !important;
    }
    .fancybox_item_responsive {
        height: 200px;
    }
    .background-banner {
        min-height: 270px !important;
    }
    .btn_responsive_Incoterms {
        display: block;
    }
    .btn_responsive_Incoterms_none {
        display: none;
    }
}

@media screen and (max-width: 376px) {
    .outer_01 {
        margin-top: -30px !important;
    }
    .img_no-fluid {
        height: 250px;
    }
    .imgOb {
        width: 100%;
        height: 250px;
    }
    .background-banner {
        min-height: 250px !important;
    }
}