@import "main.css";

html {
    scroll-behavior: smooth;
}

hr {
    width: 100%;
    border: #ff6b00 solid 1px;
}

.cambio-color {
    color: #ff6b00;
}

p{
    color: #002A6F;
}

/* Seccion 1 Titulo*/

.seccion-1-titulo{
    width: 100%;
    display: flex;
    margin-top: 7em;
    justify-content: space-between;
    padding-bottom: 2em;
}

.titulo-pag {
    text-align: right;
}

.titulo-pag img{
    max-width: 11em;
    margin-top: -.8em;
    transform: translateX(1em);
}

.regresar{
    display: flex;
}

.regresar h1{
    padding-left: 10vh;
    font-size: 2em;
    color: #002A6F;
    font-weight: 600;
}

.boton-regresar{
    padding-left: 2vh;
    font-size: 1em;
    color: #ff6b00;
    font-weight: 600;
}

.regresar a:hover {
    transform: translateX(-.3em);
    transition: .4s;
}



@media screen and (max-width: 1227px){
    .seccion-1-titulo {
        margin-top: 4.5em;
    }
    .regresar {
        margin-left: 2em;
    }
}

/* Seccion 2 Empresa */

.info {
    width: 100%;
}

.contenedor-secc-info {
    display: flex;
}

.col-izq {
    width: 20%;
    padding-right: 2.5em;
}

.col-izq p {
    text-align: justify;
}

.col-izq a{
    color: #ff6b00;
}

.vl {
    border-left: 1px solid #ff6b00;
}

.navegacion {
    position: -webkit-sticky;
    position: sticky;
    top: 5em;
    display: flex;
    flex-direction: column;
}

.temas{
    text-align: right;
}

.links-nav-izq {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-left: 3em;
}

.links-nav-izq a{
    color: #002e6d;
    text-decoration: none;
    border: 1px solid #002e6d;
    border-radius: .6em;
    padding: .3em;
    margin-bottom: .5em;
    font-size: .8em;
}

.links-nav-izq a:hover {
    color: white;
    background: #002e6d;
    transition: .3s;
}

.col-der {
    width: 78%;
    padding-left: 2.5em;
}


@media screen and (max-width: 1227px) {
    .contenedor-secc-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-izq {
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 1.1em;
        width: 90%;
    }

    .vl {
        border: none;
    }

    .col-der {
        width: 90%;
        padding: 0;
    }
    .temas{
        display: none;
    }

    .links-nav-izq {
        display: none;
    }
}

#logo-mp {
    background: #0db2db;
    padding: 1em;
}

#link-descarga {
    color: white;
    background: #ff6b00;
    padding: 1em;
    text-decoration: none;
    border-radius: .6em;
}

#btn-tienda {
    color: white;
    background: #ff6b00;
    padding: 1em;
    text-decoration: none;
    border-radius: .6em;
}

#tabla-embalaje table, th, td{
    padding: .3em;
    border: solid 1px #ff6b00;
    text-align: center;
    font-size: .85em;
}

#tabla-embalaje img {
    max-width: 1.5em;
}
.puntos{
    list-style-type:disc;
    text-align: left;
}

