﻿/*-----------------------------------------------

# Header

-------------------------------------------------*/
header {
/*    border-bottom: solid 1px;
    padding-left: 25px;
    border-color: lightgray;*/
    background-color: #334960;
}
nav.big h1 {
    float: left;
    max-width: 200px;
}
nav.big {

    /*padding: 10px;*/
}

    nav.big h1 img {
        max-width: 100%;
        margin-left: 25px;
    }

img {
    vertical-align: middle;
    border-style: none;
}

.header2 {
    background-color: #D9D9D9;
    padding: 10px;
}

#footer-bottom {
    background: #505050;
    color: #D0D0D0;
    padding: 17px 0 13px 0;
}

    #footer-bottom a {
        color: #D0D0D0;
        font-weight: 600;
    }

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-right-25 {
    margin-right: 25px;
}


/*nav {
    background: #fff;
    padding: 10px;
    position: relative;
    z-index: 1001;
}

    nav.big {
        background: #fff;
        padding: 10px;
        position: relative;
        z-index: 1002;
    }

        nav.big h1 {
            float: left;
            max-width: 200px;
        }

            nav.big h1 img {
                max-width: 100%;
            }

        nav.big ul.opciones li select {
            border: none;
            color: #4D4D4F;
            padding: 12px;
            margin-right: .5rem;
        }

            nav.big ul.opciones li select:focus {
                outline: none;
            }

        nav.big ul.opciones {
            text-align: center;
            float: right;
            padding: 0;
        }

            nav.big ul.opciones li {
                display: inline-block;
            }

                nav.big ul.opciones li a:not(.menu-option-user) {
                    text-decoration: none;
                    display: block;
                    padding: 5px 20px;
                    color: #4D4D4F;
                    font-family: 'Roboto', sans-serif;
                    font-size: 14px;
                    line-height: 32px;
                    transition: all 200ms linear;
                    border-right: 1px solid #A1A1A1;
                    text-align: center;
                }

        nav.big a:hover:not(.btn),
        nav.small a:hover:not(.btn) {
            color: var(--color_general);
            text-decoration: none;
        }

        nav.big ul.opciones li a:hover {
            color: var(--color_general);
        }*/

/*.logo-small {
    display: none;
}

.opciones-sm {
    display: none;
}

    .opciones-sm ul {
        list-style: none;
        padding: 0;
    }

        .opciones-sm ul li {
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(0,0,0,0.13);
            padding-left: 10px;
            padding-top: 10px;
            width: 95%;
        }

            .opciones-sm ul li a {
                color: #666666;
            }

            .opciones-sm ul li select {
                padding: 5px 10px;
            }

nav.small {
    background: #fff;
    padding: 10px 20px;
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 1001;
    box-shadow: 0px 2px 2px #d4d4d4;
}

    nav.small h1, nav.small a {
        color: #333;
    }

    nav.small h1 {
        float: left;
        margin-bottom: 0;
    }

        nav.small h1 img {
            width: 150px;
        }

    nav.small .input-group.buscar-lg {
        margin-top: 10px;
    }

    nav.small .shopping-cart-ld {
        margin-top: 10px;
    }

*/
.cuenta {
    padding: 60px;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

.h4, h4 {
    font-size: 3.5rem;
}


.expirado-title{
    text-align:center;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 1.9rem;
}


.btn-success-site {
    text-align: right;
    margin-top: 15px;
}

.btn-ubicame-site {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
}