.tracking-form input[type="search"] {
    width: 100%;
    height: 61px;
    padding-left: 10px;
    border: 1px solid transparent !important;
    min-width: 161px
}

.tracking-form button[type="submit"] {
    width: 100%;
    height: 61px;
    background-color: #0560A2;
    color: #fff;
    border: none;
    clip-path: polygon(88% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
    max-width: 130px;
}

.guide-options .option-one input[type="radio"],
.guide-options .option-two input[type="radio"] {
    width: 20px;
    height: 20px;
}

.area-search {
    display: flex;
}


/*------------------------ TABLA DE RESULTADOS---------------------------------------------------*/

.shipping-status {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.shipping-status p {
    margin-bottom: 0;
}

.status-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 30px 0 0;
}

.status-bullet.shipment-completed {
    background-color: #25D366;
}

.status-bullet.destination-in-comming {
    background-color: #ED8A1F;
}

.status-bullet.shipment-in-store {
    background-color: #ED4A1F;
}

.status-guide {
    color: #126CAD;
    font: normal normal bold 28px Rajdhani;
    padding: 40px 0 0;
    display: none;
}

.status-guide.visible-status {
    display: block;
}

#resultadoTrakingResponsive.visible-status {
    display: block;
}

.detalle-tabla .campos h4 {
    font: normal normal bold 20px/11px Rajdhani;
    text-transform: uppercase;
    color: #152B3A;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.campos:nth-child(1) {
    padding-left: 60px;
}

.status {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #F8F8F8;
    width: 100%;
}

.detalle {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.titulos-detalle {
    color: #126CAD;
    font-size: 16px;
    font-weight: 600;
}


/* detalle */

.flex-detalle {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    border-bottom: 1px solid #B1B1B1;
}

.flex-detalle:before {
    content: '';
    height: 100%;
    width: 56px;
    position: absolute;
    border-left: 2px solid #25D366;
    left: 34px;
    z-index: 0;
}

.flex-detalle-first {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    border-bottom: 1px solid #B1B1B1;
}

.flex-detalle-first:before {
    content: '';
    height: 57%;
    width: 56px;
    position: absolute;
    border-left: 2px solid #25D366;
    left: 34px;
    z-index: 0;
    margin-top: 98px;
}

.flex-detalle-last {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    border-bottom: 1px solid #B1B1B1;
}

.flex-detalle-last:before {
    content: '';
    height: 54%;
    width: 56px;
    position: absolute;
    border-left: 2px solid #25D366;
    left: 34px;
    z-index: 0;
    margin-bottom: 85px;
}

.text-color {
    color: #126CAD;
}

.verde-detalle {
    width: 20px;
    height: 20px;
    background-color: #25D366;
    margin-left: 26px;
    z-index: 2;
}

.visto-bueno {
    margin-bottom: 5px;
}

.detalle.rastreo-detalle {
    border-top: none;
    border-bottom: none;
}

.logoscorp #submitSearchTraking #loader-animate {
    display: none;
}


/*--tracking-formLARIO HOME --*/

.home .Form_busqueda .Form_busqueda-inputContenedor {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 56px;
}

.home .Form_busqueda .Form_busqueda-inputContenedor .Form_busqueda_bottom {
    width: 30%;
}

.home .Form_busqueda .Form_busqueda-inputContenedor #busqueda {
    background-color: #ffffff;
    border-color: #ffffff !important;
    padding: 0.74em 1.5625em;
    height: 100%;
    width: 100%;
    min-height: 0;
}

.home .Form_busqueda .Form_busqueda-inputContenedor .Form_busqueda-input {
    width: 70%;
}

.home .Form_busqueda .Form_busqueda-inputContenedor input[type="submit"] {
    text-transform: uppercase;
    color: #ffffff !important;
    letter-spacing: 0.32px;
    font-weight: 500;
    padding: 0;
    background: #00559e;
    margin: 0;
    font-size: 13px;
    line-height: normal !important;
    border: none;
    min-height: 100% !important;
    width: 100%;
    clip-path: polygon(88% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
}

.home .Form_busqueda .Form_busqueda-inputContenedor input[type="submit"]:hover {
    background-color: #004268;
}

.home .Form_busqueda .guide-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    max-width: 226px;
}

.tracking-status-detail {
    margin-top: -10px;
}

.tracking-status-detail {
    display: none;
}

/*------------------ ESTILOS RESPONSIVE TABLE ----------------------------------------------------------------*/

@media (min-width: 768px) {
    .flex-detalle-first:before {
        margin-top: 82px;
    }
    .flex-detalle-last:before {
        margin-bottom: 80px;
    }
    .home .Form_busqueda .Form_busqueda-inputContenedor input[type="submit"] {
        font-size: 16px;
    }
}


/*------------------ ESTILOS DE TABLE ---------------------------------------------------------------*/

.detalle-tabla {
    padding-top: 40px;
    padding-bottom: 10px;
    width: 100%;
    display: none;
    align-items: center;
    grid-template-columns: 160px 16% 16% 22% 1fr;
    gap: 10px;
}

.tracking-table {
    display: none;
    color: #152B3A;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

.detalle-tabla.visible-table {
    display: grid;
}

.tracking-table.visible-table {
    display: flex;
}

.tracking-row {
    display: table-row;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin-bottom: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: 160px 16% 16% 22% 1fr 34px;
    gap: 10px;
}

.tracking-table .tracking-column {
    padding: 8px 0;
}

.tracking-table .col:last-child {
    padding-right: 0
}

.tracking-column.tracking-code {
    border-left: 7px solid #F7C600;
    padding-left: 56px;
}

.tracking-column.tracking-status {
    display: flex;
    align-items: center;
}

.tracking-status .status-bullet {
    margin: 0 15px 0 0;
}

.flex-detalle-first:before {
    height: 70%;
}

.flex-detalle-last:before {
    height: 70%;
}

.flex-one {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    border-bottom: 1px solid #B1B1B1;
}

.home .Form_busqueda .Form_busqueda-inputContenedor input[type="submit"] {
    font-size: 16px;
}

.tracking-table-responsive {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 5px;
}

.tracking-table-responsive .campos-responsive {
    width: 25%;
    font-family: 'rajdhani';
    font-weight: bolder;
    font-size: 16px;
}

.tracking-table-responsive .valor-responsive {
    width: 65%;
    margin-bottom: 15px;
}

.tracking-table-responsive .valor-responsive .val {
    display: flex;
}

.tracking-table-responsive .valor-responsive .val .circulo-uno {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    border-radius: 60%;
    background-color: #25D366;
    margin-top: 4px;
}

.tracking-table-responsive .valor-responsive .val .circulo-two {
    background-color: #ED8A1F;
    width: 16px;
    height: 16px;
    border-radius: 60%;
    margin-top: 4px;
    margin-right: 5px;
}

.tracking-table-responsive .valor-responsive .val .circulo-three {
    background-color: #ED4A1F;
    width: 16px;
    height: 16px;
    border-radius: 60%;
    margin-top: 4px;
    margin-right: 5px;
}

.tracking-table-responsive .campos-responsive .camp {
    margin-top: 15px;
}

.tracking-table-responsive .valor-responsive .val {
    margin-top: 15px;
}

.tracking-table-responsive .icono {
    width: 10%;
}

.tracking-table-responsive .icono .flecha {
    color: #0560A2;
    transform: rotate(-90deg);
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin-top: 0px;
}


/*---------------------------*/

.toggle {
    margin-top: 20px;
}

.ocultar {
    display: none;
    transition: width 2s;
    transition-timing-function: ease-in-out;
}

.girar {
    transform: rotate(-90deg);
    font-size: 20px;
    font-weight: 900;
    margin-top: 12px;
    color: #0560A2;
    display: block;
    cursor: pointer;
}


/*----CAMPOS DE LA TABLA-----*/

.tabla-de-rastreos {
    display: flex;
    font-family: rajdhani;
    font-size: 20px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabla-de-rastreos .campos {
    width: 20%;
}

.tabla-de-rastreos .campos:nth-child(1) {
    width: 10%;
}

.tabla-de-rastreos .campos:nth-child(7) {
    width: 10%;
}


/*------DATOS DE LA TABLA-------*/

.acordeon {
    display: flex;
    border-top: 2px solid #b4b4b4;
    border-bottom: 2px solid #b4b4b4;
    padding: 12px 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.acordeon .caja {
    width: 20%;
    height: 100%;
    font-size: 14px;
}

.acordeon .caja:nth-child(6) {
    display: flex;
    font-size: 13px;
}

.acordeon .caja:nth-child(5) {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
}

.acordeon .caja .circulo-uno {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #25D366;
}

.acordeon .caja .circulo-dos {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #ED8A1F;
}

.acordeon .caja .circulo-tres {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #ED4A1F;
}

.acordeon .caja:nth-child(1) {
    width: 10%;
    height: 40px;
    border-left: 6px solid #F7C600;
}

.acordeon .caja:nth-child(7) {
    width: 12%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.acordeon .caja:nth-child(7) .icon {
    font-size: 20px;
    font-weight: 900;
    margin-top: 12px;
    color: #0560A2;
    display: block;
    transform: rotate(90deg);
    cursor: pointer;
}

.detalle {
    width: 100%;
    border-top: 1px solid #b4b4b4;
    background-color: #F8F8F8;
    padding: 20px;
    display: flex;
}

.detalle .icono {
    width: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.detalle .icono .img {
    width: 30px;
    height: 30px;
    background-color: #25D366;
}

.detalle .icono .img-last {
    width: 50px;
    height: 50px;
    padding: 12px;
    background-color: #25D366;
}

.detalle .titulo {
    color: #126CAD;
    font-weight: 900;
    margin-top: 12px;
    padding: 0px;
}

.detalle .icono .linea {
    border: 1px solid #25D366;
    height: 105px;
    position: absolute;
    top: 20%;
}

.detalle .icono .linea-dos {
    border: 1px solid #25D366;
    height: 110px;
    position: absolute;
    top: 32%;
}

.detalle .icono .linea-tres {
    border: 1px solid #25D366;
    height: 110px;
    position: absolute;
    top: 45%;
}

.detalle .icono .linea-cuatro {
    border: 1px solid #25D366;
    height: 110px;
    position: absolute;
    top: 57%;
}

.detalle .icono .linea-cinco {
    border: 1px solid #25D366;
    height: 110px;
    position: absolute;
    top: 70%;
}

.detalle .icono .linea-seis {
    border: 1px solid #25D366;
    height: 110px;
    position: absolute;
    top: 82%;
}


/*
  Barra Búsqueda
*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.status-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6%;
    width: 100%;
    max-width: 850px;
}

.tracking-status-info {
    width: 100%;
    padding: 34px 0 32px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-bottom: 2px solid #f2f2f2;
}

.tracking-info-row {
    padding: 0 40px 90px;
    background-color: #fff;
}

.form-title h3 {
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: -.84px;
    color: #152B3A;
    margin: 0;
    padding: 0;
}

.barra-busqueda-row {
    background-color: #F7C600;
    margin: 0;
    padding: 35px 40px;
    display: grid;
    grid-template-columns: 200px auto;
    align-items: center;
    gap: 4%;
}

.tracking-form form {
    display: grid;
    grid-template-columns: 210px auto;
    align-items: center;
    gap: 0 4.25%;
}

.guide-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.guide-options .option-one,
.guide-options .option-two {
    display: flex;
}

.guide-options .option-one input[type="radio"],
.guide-options .option-two input[type="radio"] {
    margin-right: 1em;
}

.tracking-form input[type="text"] {
    width: 100%;
    max-width: 570px;
    height: 61px;
    padding-left: 20px;
    border: 1px solid transparent !important;
}

.tracking-error-message {
    padding: 40px;
}

.tracking-error-message .error-content {
    padding: 4em 2em;
    background-color: #F8F8F8;
    text-align: center;
}

.icono-responsive .toggle-arrow-button {
    float: right;
}

.toggle-arrow-button {
    background: none;
    border: none;
    transition: all .3s ease-in-out;
}

.toggle-arrow-button.toggle-open {
    transform: rotate(180deg);
}

.toggle-arrow-button::before {
    content: "\33";
    transition: all .3s ease-in-out;
    font-size: 28px;
    font-family: ETmodules !important;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 0;
    color: #00559e;
}

.tracking-table-responsive {
    display: none;
}

.icono-responsive {
    flex: 1;
}

@media (max-width: 1024px) {
    .detalle-tabla {
        grid-template-columns: 100px 16% 16% 22% 1fr;
    }
    .tracking-row {
        grid-template-columns: 100px 16% 16% 22% 1fr 34px;
    }
    .tracking-column.tracking-code {
        padding-left: 30px;
    }
    .campos:nth-child(1) {
        padding-left: 30px;
    }
}

@media (max-width: 980px) {
    .tracking-table-responsive {
        display: flex;
    }
    .barra-busqueda-row,
    .tracking-form form {
        grid-template-columns: 1fr;
    }
    .barra-busqueda-row {
        max-width: 90%;
        margin-inline: auto;
    }
    .form-title,
    .guide-options {
        margin-bottom: 20px;
    }
    .guide-options {
        max-width: 205px;
    }
    .tracking-status-info .status-container {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .tracking-status-info .shipping-status:not(:last-child) {
        margin-bottom: 20px;
    }
    .detalle-tabla,
    .tracking-table,
    .detalle-tabla.visible-table,
    .tracking-table.visible-table {
        display: none;
    }
    .tracking-info-row {
        padding: 0 40px 60px;
    }
    .tracking-error-message {
        padding: 10px;
    }

    .status-guide {
        padding: 40px 0 30px;
    }
}

@media (max-width: 767px) {
    .barra-busqueda-row {
        padding: 30px 10px;
    }
    .tracking-info-row {
        padding: 0 10px 50px;
    }
}

@media (max-width: 480px) {
    .home .Form_busqueda .Form_busqueda-inputContenedor .Form_busqueda_bottom {
        width: 70%;
    }
    .home .Form_busqueda .Form_busqueda-inputContenedor #busqueda {
        font-size: 0.875rem;
        padding: 0.74em 1em
    }
}

.whatsapp--container {
    margin-top: 40px;
}

.whatsapp--container .whatsapp--url {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp--container .whatsapp--url .whatsapp--img {
    margin-right: 25px;
}