﻿.boxes .box {
    /* height: 250px; */
}

    .boxes .box .header {
        height: 45px;
        background: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .boxes .box .header .title {
            display: inline-block;
            float: left;
            margin: 0;
            color: #8a8d8f;
            font-size: 1rem;
            padding-left: 20px;
            font-weight: bold;
        }

        .boxes .box .header .link {
            display: inline-block;
            float: right;
            padding-right: 20px;
            color: #0032a0;
            font-size: 1rem;
            padding-left: 20px;
            border-left: 1px solid #e8e8e8;
        }

    .boxes .box .body {
        display: block;
        float: left;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

.caja-cuerpo {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.caja-cuerpo1 {
    background-image: url(images/smartlockers.jpg);
}

.caja-cuerpo2 {
    background-image: url(images/nuestras_tarifas.png);
}

.caja-cuerpo3 {
    background-image: url(images/mapa.jpg);
}

.caja-opciones-radio {
    border-radius: 1rem !important;
}

.boxes .box2 .header {
    background-color: #F2F2F1;
}

.boxes .box2 .body:after {
    border-top-color: #F2F2F1 !important;
}

.boxes .box .body:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
    position: absolute;
    left: 40px;
}
/* RESPONSIVE MEDIA QUERIES */

.content .mi-copa-box {
    /*position: fixed;*/
    background-color: transparent;
    margin: auto;
}


.mi-copa-box .copa-box-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .mi-copa-box .copa-box-list li {
        height: 45px;
        width: calc(100% - 20px);
        /*line-height: 45px;*/
        box-sizing: border-box;
        padding-left: 20%;
        background-color: #EFEFEF;
        color: #0032a0;
        position: relative;
        padding-top: 10px;
    }

        .mi-copa-box .copa-box-list li a {
            background-color: #EFEFEF;
            color: #0032a0;
        }

.content .mi-copa-box-autenticado {
    /*position: fixed;*/
    background-color: transparent;
    margin: auto;
    min-height: 134px;
}

.mi-copa-box-autenticado .copa-box-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

    .mi-copa-box-autenticado .copa-box-list li {
        height: 50%;
        width: calc(100% - 20px);
        line-height: 45px;
        box-sizing: border-box;
        padding-left: 20%;
        background-color: #EFEFEF;
        color: #0032a0;
        position: relative;
    }

.mi-copa-box .copa-box-list li:hover {
    cursor: pointer;
    background-color: #0032a0;
    color: white;
}

    .mi-copa-box .copa-box-list li:hover a {
        cursor: pointer;
        background-color: #0032a0;
        color: white;
        text-decoration: none;
    }

.mi-copa-box .copa-box-list li.active {
    background-color: #0032a0;
    color: white;
}

    .mi-copa-box .copa-box-list li:hover:after,
    .mi-copa-box .copa-box-list li.active:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid #0032a0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        right: -10px;
        top: calc(50% - 9px);
    }

@media screen and (max-width: 1280px) {
    .content .mi-copa-box {
        max-width: 1200px;
    }

    .boxes .box .body {
        height: 150px;
    }

    #carouselExampleIndicators {
        width: 100%;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .content .mi-copa-box {
        width: 1200px;
        /*height:250px;*/
    }

    .boxes .box .body {
        height: 175px;
    }

    #carouselExampleIndicators {
        width: 100%;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
    .content .mi-copa-box {
        max-width: 1200px;
        left: 15%;
        top: 45%;
    }

    .boxes .box .body {
        height: 200px;
    }

    #carouselExampleIndicators {
        width: 100%;
        /*left:45%;
        top:2.5%;*/
    }
}

@media screen and (min-width: 1601px) {
    .content .mi-copa-box {
        max-width: 1200px;
    }

    .boxes .box .body {
        height: 225px;
    }

    #carouselExampleIndicators {
        width: 100%;
    }
}


.mi-copa-box .form-content {
    background-color: #DADBD8;
    color: rgb(102,102,102);
    /*background-color: rgba(255, 255, 255,0.7);*/
}

    .mi-copa-box .form-content .box {
        display: none;
    }

    .mi-copa-box .form-content .form-mi-copa-box {
        display: block;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        padding-top: 10px;
    }

.bottomFixed {
    position: fixed;
    width: 100%;
    bottom: 0;
}

#carouselExampleIndicators {
    background-color: white;
}

.carousel-item-img {
    bottom: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230032a0' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230032a0' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators li {
    background-color: rgba(0, 50, 160, 0.5);
}

.carousel-indicators .active {
    background-color: #0032a0;
}

.carousel-inner {
    height: auto !important;
    aspect-ratio: 8000 / 1938;
}

.etiqueta-caja-opciones {
    background-color: #8a8d8f;
    color: white !important;
    padding: 5px 30px 5px 30px;
    font-size: 16px;
    font-weight: 300;
}

    .etiqueta-caja-opciones a {
        text-decoration: none;
        color: white;
    }

.caja-opciones-principal {
    max-width: 1400px;
    margin: auto;
}

.caja-opciones {
    border: 2px solid #8a8d8f;
    padding-left:50px !important;
    padding-right:50px !important;
}

/* Tracking CSS   */
#screen {
    width: 42rem;
    text-align: center;
    margin: auto;
    padding-top: 1%;
    position: relative;
    z-index: 1;
}

    #screen ul {
        align-content: center;
        align-items: center;
        counter-reset: stepCount;
        display: flex;
        justify-content: space-around;
        margin-left: 7%;
    }

    #screen li {
        background: #4f81bd;
        color: white;
        content: ' ';
        display: flex;
        flex-grow: 1;
        height: 0.3em;
        line-height: 1em;
        margin: 0;
        position: relative;
        text-align: right;
        z-index: -1;
    }
        /*li span {
  position: relative;
  top: 5rem;
  right: 5rem;
  color: #444;
  border: 1px solid #ccc;
  padding: 40px;
  
}
li:last-child span {
  color: red;
}*/




        #screen li.active::before {
            color: white;
            background: #92d050;
            border: 3px solid #4f81bd;
            border-radius: 0%;
            counter-increment: stepCount;
            content: counter(stepCount);
            height: 3rem;
            left: -0.9rem;
            line-height: 5rem;
            width: 5rem;
            position: absolute;
            text-align: center;
            top: -1.90rem;
            font-size: 0%;
            margin-top: 3%;
        }

        #screen li::before {
            color: white;
            background: #DADBD8;
            border: 3px solid #4f81bd;
            border-radius: 0%;
            counter-increment: stepCount;
            content: counter(stepCount);
            height: 3rem;
            left: -0.9rem;
            line-height: 5rem;
            width: 5rem;
            position: absolute;
            text-align: center;
            top: -1.90rem;
            font-size: 0%;
            margin-top: 3%;
        }


        #screen li#active {
            background-color: #4f81bd;
        }

            #screen li#active ~ li {
                background-color: #4f81bd;
            }

                #screen li#active ~ li i {
                    color: white;
                }

                #screen li#active ~ li::before {
                    background: white;
                    border: 3px solid #4f81bd;
                    color: white;
                }

        #screen li:last-child {
            flex-basis: 0;
            flex-grow: 0.6;
            flex-shrink: 1;
            height: 0;
            margin-left: -1%;
            margin-bottom: 0%;
        }



#screen li:last-of-type {
    margin-top: 9px;
}

i.fas.fa-check{
    position: absolute;
    z-index: 1;
    margin-left: 8%;
    margin-top: -4%;
    color: #4f81bd;
}

.etiqueta-tracking {
    color: #4f81bd;
    font-size: 14px;
    font-weight: 200;
    margin: 0;
    max-width:163px;
}
.tracking_numero_tracking_container{
    margin-left:3%;
    text-align:center;
}

#marca-destino i.fas.fa-check {
    margin-top: -7% !important;
    margin-left: 14% !important;
}

#fecha-destino-tracking, #fecha-transito-tracking, #fecha-origen-tracking{
    font-size:12px;
}

/*Formulario de contacto*/

form#frmcontactanos {
    display: inline-block;
    float: left;
    margin-left: 26%;
    color: #8a8d8f;
    font-size: 1rem;
    font-weight: bold;
}

input#detallestracking, input#volverTracking {
    min-width: 120px !important;
    margin-left: 60%;
    margin-bottom:7%;
}

.row.pt-2 {
    margin-left: 4%;
}

#modalDetallesLayout th.cabeceraizq, #modalDetallesLayout th.cabecerader {
    background-color: #4F81BD;
    color: white;
    font-size: 1em;
    text-align: center;
    border-bottom: 3px solid white;
    border-right: 1px solid white;
    padding: 0.5em;
}

#modalDetallesLayout th.cabeceraizq {
    width: 24%;
}

#modalDetallesLayout td.colmunaizq, #modalDetallesLayout td.colmunader {
    padding-left: 0%;
    text-align: center;
    font-size: 1em;
    padding: 1%;
    border-bottom: 1px solid white;
    border-right: 0.5px solid white;
}

#modalDetallesLayout .modal-content {
    width: 92% !important;
}

#modalDetallesLayout .modal-body {
    margin-left: 0% !important;
}

#modalDetallesLayout .modal-footer {
    background-color: white;
}

#modalDetallesLayout .modal-header {
    background-color: #0060A9;
}

#modalTerminosTitle {
    margin-left: 33%;
    font-size: 25px;
    color: white;
}

#modalDetallesLayout tr.par {
    background-color: #D0D8E8;
}

#modalDetallesLayout tr.impar {
    background-color: #E9EDF4;
}

button.btn.btn-copa.tracking {
    background-color: #0060A9;
}

button.close.tracking {
    color: white;
}

#ContenidoDetalleTracking {
    width: 100%;
}

#detalletracking_numero_guia_container, #detalletracking_numero_tracking_container {
    padding: 20px;
}

#detalletracking_numero_guia_container {
    text-align: right;
}

span.link1 {
    display: block;
    /* background-color: red; */
    height: 100%;
}
.modal-header.cabecera {
    background-color: #0060A9;
    color: white;
}
#modalPoliticasTitle {
    margin-left: 35%;
}
#modalMercanciaTitle {
    margin-left: 35%;
}
label#tracking_result_numero {
    font-size: 12px;
    max-width: 78px;
    text-align: -webkit-center;
    margin-left: -50%;
    
}
label.etiqueta-tracking.info {
    text-align: -webkit-left;
        margin-left: -21%;
}