/* General Styles */
@import "./main-fonts.css";
/* @import "./pure-css-navigation.css"; */
@import "./multilevelnav.css";

@import "./desktop-features.css";

* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
    font-family: 'GT Walsheim Pro';
}

/*remover la linea exterior que se crea cuando se hace clic o focus en un campo*/
input:focus, select:focus, button:focus, a:focus{
    outline: none;
}

html {
    height: 100%;
}

body {
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* CONTAINER */
.container {
    max-width: 1000px;
    margin: 1.6em auto;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    min-height: 100%;
}

    .container > .header, .container > .footer {
        grid-column: 1/-1;
        color: #000000;
        font-family: 'GT Walsheim Pro' !important;
    }

    .container > .footer {
        margin-top: auto;
        bottom: 0;
    }

.resp-header-login-box {
    display: flex;
    flex-direction: row-reverse;
}

.resp-country-change-dropdown, div#ctl00_Ubicacion1_menupaises_ubicacion {
    position: relative;
    display: inline-block;
}

.resp-country-change-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.resp-country-change-dropdown:hover .resp-country-change-dropdown-content {
    display: block;
}

.resp-country-change-dropdown-content a {
    color: #2c2c2c;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.resp-country-change-dropdown-content a:hover {
        background-color: #f1f1f1
    }

.footer-extra-link {
    margin: 0px 3px;
    padding: 0px;
    outline: currentColor 0px;
    border: 0px;
    border-image: none;
    color: #858585;
    font-weight: 900;
    text-decoration: none;
    vertical-align: baseline;
    cursor: pointer;
    font-size: 11px;
}

.resp-footer-flags {
    display: flex;
}

.country-flag-link {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-top: 10px;
}

.container > .header > div.mobile-header > div.logo {
    width: 30%;
    float: left;
}

.container > .content {
    grid-column: span 3;
    grid-row: span 4;
}

.content > .article {
    background: #808e9b;
    padding: 20px;
    margin-top: 5px;
    color: #dfe6e9
}

.content .article h1,
.content .article p {
    padding: 10px;
}

.resp-login-box-fixed {
    padding-top: 3px;
    color: #2c2c2c;
}

span.rmText.rmExpandDown {
    color: #2c2c2c;
}

.container > .sidebar {
    grid-column: span 2;
    grid-row: span 4;
    background: #485460;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sidebar img {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.container > .related-post {
    background: #2d3436;
    color: #ffffff;
    height: 180px;
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

    .container > .related-post:hover {
        cursor: pointer;
        color: #000000;
        background: #ffffff;
    }

.container > header.header {
    background-color: #ffffff; /* color blanco oficial de Amway*/
    color: #2C2C2C; /* color negro oficial de Amway*/
    height: 160px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
    left: 0; /* Posicionamos la cabecera al lado izquierdo */
    top: 0; /* Posicionamos la cabecera pegada arriba */
    position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}

.container > header > div.mobile-header {
    padding-right: 20px;
    padding-left: 20px;
}

    .container > header > div.mobile-header > div.menu {
        float: right;
    }

        .container > header > div.mobile-header > div.menu ul {
            padding: 0;
            float: right;
            text-align: center;
        }

            .container > header > div.mobile-header > div.menu ul li {
                cursor: pointer;
                list-style-type: none;
                display: inline-block;
                padding: 8px;
            }

li#button-menu {
    padding-right: 0px;
}

.container > header > div.mobile-header > div.menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
}

    .container > header > div.mobile-header > div.menu ul li a:hover {
        color: #2C2C2C;
    }

.container > header > div.mobile-header > div.logo {
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: 50px;
}

    .container > header > div.mobile-header > div.logo > img.img-logo {
        width: 126px;
        height: 44px;
    }

.container > header > div.mobile-header > div.search-input {
    width: 94%;
    position: inherit;
}

    .container > header > div.mobile-header > div.search-input > input {
        font-family: 'GT Walsheim Pro';
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 10px;
        border: 1px solid #2C2C2C;
        color: #2C2C2C;
        width: calc(100% - 15px);
        height: 26px;
        padding: 6px 20px 6px 24px;
    }

    .container > header > div.mobile-header > div.search-input > input:focus {
        outline: none;
    }

.fi-amway-search::before {
    font-size: 1rem;
}

button#resp-btn-search {
    position: fixed;
    right: 60px;
    top: 75px;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    outline: none;
    text-align: center;
    font-weight: bold;
    font-size: small;
    padding-left: 20px;
    background-color: #ffffff;
}


#btn-search:hover {
    cursor: pointer;
}

/*MENU LATERAL */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    font-family: 'GT Walsheim Pro';
    font-weight: bold;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #2C2C2C;
        display: inline-block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }


.amw-sidenav__panel.collapsed {
    margin-bottom: 0;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.amw-sidenav__title--navigation {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 2em;
}

#menuinf1 {
    text-align: center;
}

.amw-sidenav__panel {
    justify-content: flex-start;
    text-decoration: none;
}


.country-flags {
    border: 0px solid;
    border-image: none;
    width: 30px;
    height: 23px;
    margin-left: 10px;
}

.country-flag-link {
    text-decoration: none;
}

.amway-in {
    font-size: 11px;
    color: #858585;
    margin-top: 10px;
}

.payment-method-icon-link-block, .social-network-icon-link-title, .social-network-icon-link-block {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
    float: none;
}

.social-network-icon-link-title {
    font-size: 11px;
    color: #858585;
    padding-bottom: 10px;
}

.social-network-icon-link {
    margin-left: 20px;
    text-decoration: none;
}

.social-network-icon {
    width: 41px;
    height: 41px;
    border: 0px solid;
    border-image: none;
}

.copyright-text-block {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    font-size: 11px;
    font-style: normal;
    color: #6C6C6C;
}

.resp-header-login-box-element > a, .resp-header-login-box-element > span > a {
    color: #2C2C2C;
}

    .resp-header-login-box-element > a, .resp-header-login-box-element > a:hover, .resp-header-login-box-element > a:visited, .resp-header-login-box-element > span > a, .resp-header-login-box-element > span > a:hover, .resp-header-login-box-element > span > a:visited {
        text-decoration: none;
    }

.resp-menu-country-shoppingcart {
    position: absolute;
    bottom: 5px;
    text-align: right;
    width: 100%;
}

.resp-country-shoppingcart {
    height: 1.8rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    right: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    vertical-align: super;
}

.resp-country-shoppingcart-country, .resp-country-shoppingcart-cart {
    max-width: 40%;
}

.resp-country-shoppingcart-country {
    padding-top: 6px;
}

.resp-country-shoppingcart-cart {
    padding-top: 5px;
}

a#liga_abo, a#liga_abo::after, a#liga_abo:visited,
a#liga_carrito, a#liga_carrito::after, a#liga_carrito:visited {
    color: #2C2C2C;
    text-decoration: none;
}

div#ctl00_info_abo, div#ctl00_UpdatePanel2 {
    padding-top: 5px;
}

div.pure-css-nav {
    float: right;
}

.resp-country-shoppingcart-cart {
    margin-left: auto;
}

.resp-country-shoppingcart-cart-iconcart {
    width: 27px;
    padding-top: 2px;
}

.resp-country-shoppingcart-country-flag {
    height: 21px;
    width: 31px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.resp-country-shoppingcart-country-text, .resp-country-shoppingcart-cart-text {
    vertical-align: super;
    font-size: 0.8rem;
}

.resp-general-menu {
    float: right;
}

.resp-menu-icons {
    height: 25px;
}

#liga_panel {
    display: flex;
    flex-direction: row-reverse;
}

.resp-flag-mob {
    display: none;
}

.resp-flag-desk {
    display: initial;
}

.footer-extra-link-gsc, .footer-extra-link-tdu {
    padding: 10px;
}

/* MEDIA QUERIES */

@media screen and (max-width: 969px) { /* movil devices smatphones*/
    body {
        font-family: 'GT Walsheim Pro';
    }

    input:focus, button:focus, a:focus , select:focus {
        outline:0px;
    }
    
    .container {
        margin-top: 100px;
    }

        .container > header.header {
            flex-direction: column;
            align-items: flex-start;
            position: fixed;
            height: 90px;
            background-color: #ffffff;
            z-index: 99;
            border-bottom: 3px solid #e6e5e57d;

        }

    .resp-flag-mob {
        display: inherit;
    }

    .resp-flag-desk {
        display: none;
    }

    .container .content {
        grid-column: 1 / -1;
    }
    .container > .content {
        padding-top: 110px;
    }
    .container .sidebar {
        grid-column: 1 / 6;
    }

    .container .related-post {
        grid-column: 1/-1;
    }

    .resp-header-login-box {
        display: none;
    }


    .resp-country-shoppingcart, .resp-menu-country-shoppingcart {
        display: none;
    }

    .resp-footer-flags {
        flex-wrap: wrap;
    }

    #menuinf1 {
        text-align: center;
    }

    .container > .footer {
        padding: 0;
        padding-top: 20px;
    }

    .resp-copyright-footer {
        padding: 20px;
        background-color: #38539A;
        color: white;
        text-align: center;
    }

    div.resp-copyright-text {
        font-size: 12px;
    }

    div#ctl00_MasterMainArea_HomeSlide > a.hero_img {
        z-index: auto !important;
    }

    div#panel_abo {
        top: 0px;
        left: 0px;
    }

    .container {
        margin: 0px auto;
    }

    .resp-nav-usersession .resp-nav-usersession-menu a {
        font-size: 20px !important;
    }

    div#ctl00_search_notFound {
        padding: 20px;
        padding-top: 100px;
    }

    div#search_tuBusqueda {
        padding: 20px;
        padding-top: 50px;
    }

    div.resp-link-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    div.resp-link-autoregister {
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: #f2f4fa;
    }

    [badge]:after {
        background: #2c2c2c;
        border-radius: 60px;
        color: #fff;
        content: attr(badge);
        font-size: 9px;
        margin-top: -3px;
        min-width: 15px;
        padding: 2px;
        position: absolute;
        text-align: center;
        margin-left: -12px;
    }

    [badge^="-"]:after,
    [badge="0"]:after,
    [badge=""]:after {
        display: none;
    }

    #simplePrevious, #simpleNext{
        cursor:auto   
     }
     

    .resp-payment-method-img-cl{
        width: 100%;
    }
}

@media (min-width:541px) and (max-width:969px) {
    .container > header > div.mobile-header > div.search-input {
        width: calc(100% - 30px);
    }
}

@media (max-width:540px) {
    .container > header > div.mobile-header > div.search-input {
        width: calc(100% - 30px);
    }
}

@media (min-width:970px) { /* big landscape tablets, laptops, and desktops */
    .container > header.header {
        position: relative;
        padding-top: 0;
    }

    div.resp-minicart-info-abo {
        display: flex;
        flex-direction: row;
    }

    .container > .header {
        background-repeat: no-repeat;
        background-origin: content-box;
    }

    .container {
        max-width: 970px;
        margin-top: 0px;
    }

    .resp-header-login-box-element > input, .resp-header-login-box-element > button {
        font-family: 'GT Walsheim Pro' !important;
    }

    .mobile-header {
        display: none;
    }

    .country-flag-link-pa {
        width: calc(5% - 3px) !important;
    }

    .country-flag-link {
        width: calc(20% - 10px);
    }

    .social-network-icon-link-pa-first {
        margin-left: auto;
    }


    .resp-header-login-box > div {
        padding-top: 15px;
        padding-bottom: 5px;
        border: 3px solid #efefef;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0;
        display: flex;
        flex-direction: row-reverse;
        padding-left: 8px;
        padding-right: 5px;
    }

    a#liga_carrito, a#liga_abo {
        color: #00558b
    }

        a#liga_carrito:hover, a#liga_abo:hover {
            color: #656565
        }

    span.resp-spacer {
        margin: 10px;
        color: #6C6C6C;
        font-size: 11px;
        font-weight: bold;
    }
}

.breadcrumbs_dn {
    display: none;
}

.breadcrumbsResponsive {
    display: none;
	color: #000000;
    width: auto !important;
    margin: 0 5% 2% 5% !important;
    font-size: 12px;
} 

    .breadcrumbsResponsive a, .breadcrumbsResponsive a:visited, .breadcrumbsResponsive a:hover {
        color: #000000;
        text-decoration: none;
    }
