@import "main.css";

.titulo-banner1 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #002A6F;
}


.cambio-color {
    color: #ff6b00;
}

/*Seccion 1 Banner */

.grid-secc-1-nacional {
    margin-top: 100px;
    margin-left: 4em;
    max-width: 95%;
    display: grid;
    grid-template-columns: 50% 40%;
    column-gap: 3.5em;
    justify-items: center;
    padding-bottom: 20px;
}

.contenido-secc-1-nacional {
    padding-top: 5.5em;
}

.img-secc-1-nacional img {
    margin-top: 2em;
    max-width: 30em;
}

.txt-intro{
    font-size: 16px;
    color: #002A6F;
    line-height: 2;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 10px;
}

.divider-envios{
    width: 280px;
    height: 6px;
    background-color: #FF6900;
    margin-top: 16px;
    border-radius: 2px;
}

.boton-texto{
    color: #FF6900;
    text-decoration: none;
}

.boton-texto:hover{
    color: #002A6F;
}

.texto-envio{
    color: #002A6F;
    font-weight: 500;
}

@media all and (max-width: 1227px) {

    
    .titulo-banner1 {
        font-size: 1em;
    }

    .contenido-secc-1-nacional {
        margin-top: -2em;
    }

    .grid-secc-1-nacional {
        margin: 1em 0em 0 1em;
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .grid-secc-1-nacional img {
        margin-left: 0;
        text-align: center;
        max-width: 80%;
        margin-right: 20px;
    }

    .txt-intro {
        text-align: center;
        margin: 15px;
    }

}

/* Seccion 3 Paqueterias */

#reg-center {
    margin-left: 38%;
}

.secc-paqueterias {
    width: 100%;
    background-color: #004788;
}

.contenedor-principal{
    padding: 10px;
    height: 450px;
}

.titulo-secc1{
    padding: 60px 65px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}

@media screen and (max-width: 768px) {
    .titulo-secc1{
        font-size: 20px;
    }
}

.divider-paqueterias{
    width: 280px;
    height: 6px;
    background-color: #FF6900;
    margin-top: 16px;
    border-radius: 2px;
}

.contenedor-paqueterias {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.contenedor-paqueterias img {
    max-width: 11em;
}

/* .box-paqueteria-paquetexpress{
    padding: 20px 20px;
    border-radius: 1rem;
    transition: ease-out;
    filter: brightness(0) invert(1);
}

.box-paqueteria-paquetexpress:hover {
    transition: .3s;
    border-radius: 1rem;
    padding: 20px 20px;
    background-color: white;
    filter: none;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1),
        -6px -6px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.box-paqueteria-fedex{
    padding: 20px 20px;
    border-radius: 1rem;
    transition: ease-out;
    filter: brightness(0) invert(1);
}

.box-paqueteria-fedex:hover {
    transition: .3s;
    border-radius: 1rem;
    padding: 20px 20px;
    background-color: white;
    filter: none;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1),
        -6px -6px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.box-paqueteria-estafeta{
    padding: 20px 20px;
    border-radius: 1rem;
    transition: ease-out;
    filter: brightness(0) invert(1);
}

.box-paqueteria-estafeta:hover {
    transition: .3s;
    border-radius: 1rem;
    padding: 20px 20px;
    background-color: white;
    filter: none;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1),
        -6px -6px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.box-paqueteria-redpack{
    padding: 20px 20px;
    border-radius: 1rem;
    transition: ease-out;
    filter: brightness(0) invert(1);
}

.box-paqueteria-redpack:hover {
    transition: .3s;
    border-radius: 1rem;
    padding: 20px 20px;
    background-color: white;
    filter: none;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1),
        -6px -6px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.box-paqueteria-dhl{
    padding: 20px 20px;
    border-radius: 1rem;
    transition: ease-out;
    filter: brightness(0) invert(1);
}

.box-paqueteria-dhl:hover {
    transition: .3s;
    border-radius: 1rem;
    padding: 20px 20px;
    background-color: white;
    filter: none;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1),
        -6px -6px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
} */

.ul-opciones {
    /* left: 0; */
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 5px;
    padding: 0px !important;
    margin-top: 20px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 36%) !important;
    
}

.ul-opciones li {
    list-style: none;
    width: 100%;
    height: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0px; */
    /* margin: 1vh 0px; */
}

.ul-opciones li a:hover {
    background-color: #DAE2EE;
}

.ul-opciones li a {
    padding: 1vh 0.5vw;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: 550;
    color: #002A6F;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider {
    margin: 0px !important;
    height: 2px!important;
    overflow: hidden;
    width: 100%;
    background-color: #FFD7BB;
}

.box-paqueteria-paquetexpress:hover ul.ul-opciones {
    opacity: 1;
    visibility: visible;
}

.box-paqueteria-fedex:hover ul.ul-opciones {
    opacity: 1;
    visibility: visible;
}

.box-paqueteria-estafeta:hover ul.ul-opciones {
    opacity: 1;
    visibility: visible;
}

.box-paqueteria-redpack:hover ul.ul-opciones {
    opacity: 1;
    visibility: visible;
}

.box-paqueteria-dhl:hover ul.ul-opciones {
    opacity: 1;
    visibility: visible;
}

@media all and (min-width: 200px) and (max-width:1227px) {
    .contenedor-paqueterias {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .box-paqueteria {
        text-align: center;
    }

    #reg-center {
        margin-left: 35%;
    }

    .btn-registrar {
        background: #ff6b00;
        color: white;
        font-weight: 600;
        font-size: .8em;
        text-decoration: none;
        padding: .5em .8em;
        border-radius: .4em;
        transition: .4s;
    }

    .btn-registrar:hover {
        background: #f8a84d;
    }
}

/* Seccion 5 Call to action */
.call-to-action {
    margin-top: 2em;
}

.contenedor-calltoaction {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-call {
    padding: 2em;
    background: #ff6b00;
    color: white;
}

.img-call img {
    max-height: 380px;
}

.btn-calltoaction {
    text-decoration: none;
    background: white;
    color: #ff6b00;
    padding: .6em .6em;
    border: none;
    border-radius: 1em;
    font-weight: 700;
    cursor: pointer;
    transition: .4s;
}

.btn-calltoaction:hover {
    color: white;
    background: #fcab4f;
}

@media screen and (max-width: 1227px) {
    .contenedor-calltoaction {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .img-call img {
        max-width: 100%;
    }

    .info-call {
        margin-top: -.3em;
    }
}