/*#####################################*/
/*#              GENERAL              #*/
/*#####################################*/

* {
    margin: 0em;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Arial, Helvetica, sans-serif;
    padding: 0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 1em;
    font-size: 100%;
}

html>iframe,
body>iframe {
    display: none;
}

body {
    background-color: #eeeeee !important;
}

body .background_loading {
    display: none;
    position: fixed;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
}

.background_loading img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

body #main-layout {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #ffffff;
}


/*#####################################*/
/*#              HEADER               #*/
/*#####################################*/

body header {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 999;
}

header .red_bar {
    display: block;
    float: left;
    background-color: #e61c29;
    padding: 0.375em 1.25em;
    /*6px 20px*/
    width: 100%;
}

.red_bar .purina_discover {
    display: none;
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJBAMAAAAbVLtZAAAAJFBMVEUAAAD///////////////////////////////////////////+0CY3pAAAAC3RSTlMAgEDF2BAwIGCf64j2264AAAA1SURBVAjXYwCBBgYIMA6A0NZuDAyKgoKCq3cnMEjvBgEHhiIlJSXvzQEQ+QkQdRZQfQUMDACQRws6ikutDAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    /*12px*/
    line-height: 1.833em;
    /*22px*/
    text-decoration: none;
    padding-right: 1.5em;
    /*18px*/
}


.purina_discover sup {
    color: #fff;
    display: inline;
    font-size: 75%;
    vertical-align: super;
}

.red_bar .purina_link {
    display: block;
    margin: auto;
    width: 14.938em;
    /*239px*/
}

@media(min-width: 600px) {
    .red_bar .purina_discover {
        display: block;
    }

    .red_bar .purina_link {
        float: right;
    }
}

.purina_link img {
    display: block;
    float: left;
    border: none;
    width: 100%;
}

header .header_content {
    display: block;
    float: left;
    position: absolute;
    /* border-bottom: 1px solid #000;*/
    padding: 6px 4px;
    width: 100%;
    margin-top: 16%;
    height: 28px;
    z-index: 2;
}

@media(min-width: 768px) {
    header .header_content {
        margin-top: 70px;
        padding: 0 0 0 6%;
        height: auto;
        background: linear-gradient(to right, rgba(216, 176, 90, 1) 0%, rgba(228, 202, 134, 1) 95%, rgba(228, 202, 134, 1) 100%);
        /*  z-index: 5;*/
    }
}

.header_content .logo {
    display: block;
    width: 100px;
    left: 5px;
    position: absolute;
    top: -5px;
    z-index: 3;
}

@media(min-width: 768px) {
    .header_content .logo {
        top: -46px;
        left: 48px;
        margin-left: 0em;
        width: 100%;
        max-width: 432px;
    }
}

.logo img {
    display: none;
    float: left;
    border: none;
    width: 100%;
}

@media(min-width: 768px) {
    .logo img {
        display: block;
    }
}

.header_content .menu_button {
    display: block;
    float: right;
    position: relative;
    width: 50px;
    height: 30px;
    background-color: #d3a544;
    top: -15px;
    left: 5px;
}

@media(min-width: 500px) {
    .header_content .menu_button {
        margin-top: -15px;
    }
}

@media(min-width: 768px) {
    .header_content .menu_button {
        display: none;
    }

    .header_content .inicio_smph {
        display: none;
    }
}

.menu_button span {
    display: block;
    position: absolute;
    left: 5px;
    background-color: #fff;
    width: 21px;
    height: 2px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    left: 50%;
    margin-left: -10px;
}

.menu_button span:first-child {
    top: 7px;
}

.menu_button.unfolded span:first-child {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_button span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

.menu_button.unfolded span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.menu_button span:last-child {
    /*bottom: 9px;*/
    bottom: 7px;
}

.menu_button.unfolded span:last-child {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header_content nav {
    display: block;
    position: absolute;
    top: 28px;
    left: -100%;
    background-color: #fff;
    padding-top: 85px;
    width: 100%;
    z-index: 2;
    -webkit-transition: left 300ms;
    -moz-transition: left 300ms;
    transition: left 300ms;
}

.header_content nav:before {
    background-image: url("../_img/mini-boutique.jpg");
    background-repeat: no-repeat;
    background-size: 178px auto;
    content: " ";
    display: block;
    height: 72px;
    left: 50%;
    margin-left: -89px;
    position: absolute;
    top: 7px;
    width: 178px;
}

@media(min-width: 400px) {
    .header_content nav:before {
        margin-left: -69px;
    }
}

header .menu_button.unfolded+nav {
    left: 0%;
}

@media(min-width: 768px) {
    .header_content nav {
        float: left;
        position: static;
        border-left: none;
        border-right: none;
        background-color: transparent;
        padding-top: 0em;
        width: auto;
    }

    .header_content nav:before {
        content: "";
        background-image: none;
        height: 0;
        width: 0;
    }
}

.header_content .menu {
    display: block;
    float: left;
    width: 100%;
}

.menu li {
    display: block;
    float: left;
    border-top: 1px solid #fff;
    color: #fff;
    background-color: #d3a544;
    font-size: 16px;
    line-height: 54px;
    width: 100%;
}

@media(min-width: 768px) {
    .menu li {
        border-top: none;
        color: #000;
        font-size: 13px;
        line-height: 45px;
        padding: 0;
        width: auto;
        background-color: unset;
    }

}

@media(min-width: 1280px) {
    .menu li {
        font-size: 15px;
    }
}

@media(min-width: 1440px) {
    .menu li {
        font-size: 17px;
    }
}

.user img {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.menu li>a {
    display: block;
    float: left;
    color: #fff;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    text-decoration: none;
    padding: 0em 12px;
    width: 100%;
    text-align: center;
}

.menu li>a.selected {
    color: #ad575e;
}

@media(min-width: 768px) {
    .menu li>a {
        width: auto;
        font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        padding: 0 17px;
        -webkit-transition: color 150ms;
        -moz-transition: color 150ms;
        transition: color 150ms;
    }

    .menu li>a.selected,
    .menu li>a:hover {
        color: #e9d2a2;
    }
}

@media(min-width: 1024px) {
    .menu li>a {
        font-size: 15px;
        padding: 0 30px;
    }
}

@media(min-width: 1280px) {
    .menu li>a {
        font-size: 17px;
        padding: 0 25px;

    }
}


@media(min-width: 1024px) {
    .menu span br {
        display: none;
    }
}

header .image_top {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

header .image_top.desktop {
    display: none;
}

@media(min-width: 768px) {

    /*  main .image_top.desktop {
          width: 60%;
      }*/
    header .image_top.mobile {
        display: none;
    }

    header .image_top.desktop {
        display: block;
        float: left;
        width: 100%;
    }
}

/*#####################################*/
/*#               MAIN                #*/
/*#####################################*/

body main {
    display: block;
    float: left;
    /*padding: 38px 0em 120px;*/
    width: 100%;
    background-color: #fff;
}

@media(min-width: 768px) {
    body main {
        padding-top: 0em;
    }
}

/*#####################################*/
/*#        INFO DEL USUARIO           #*/
/*#####################################*/

.user_info {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    background-color: #f3f3f3;
    z-index: 1;
}

@media (min-width: 768px) {
    .user_info {
        display: block;
        float: left;
        padding: 17px 77px;
    }
}

.user_info .user {
    display: block;
    float: left;
    position: relative;
    font-size: 16px;
    width: 100%;
    color: #4d4d4d;
    width: 175px;
}

@media(min-width: 768px) {
    .user_info .user {
        width: 300px;
    }
}

.user .name {
    display: block;
    float: left;
    color: #d3a544;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.user .date {
    display: block;
    float: left;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
}

.user .exit {
    display: block;
    float: left;
    color: #d3a544;
    font-size: 14px;
    text-decoration: underline;
    line-height: 17px;
    padding: 0em;
}

.user .exit:hover {
    text-decoration: none;
}

@media(min-width: 768px) {

    .user .name,
    .user .date,
    .user .exit {
        font-size: 13px;
        line-height: 17px;
    }
}

.points {
    display: block;
    float: right;
    position: relative;
    width: auto;
}

.points .user_points {
    display: block;
    float: left;
    width: 100%;
    font-size: 36px;
    text-align: center;
    color: #d3a544;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
}

.points .points_to_add {
    display: block;
    background-color: #62ae40;
    border-radius: 16px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    min-width: 20px;
    padding: 2px;
    position: absolute;
    right: 7px;
    top: 0;
}

.points p {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    text-align: center;
    margin-top: -5px;
}

/*#####################################*/
/*#       FIN INFO DEL USUARIO        #*/
/*#####################################*/


main .title {
    display: block;
    float: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    padding: 28px 20px;
    width: 100%;
}

@media(min-width: 768px) {
    main .title {
        /* margin-top: 60px;*/
        font-size: 41px;
        padding: 40px 20px;
    }
}

main .content_container {
    display: block;
    float: left;
    /*margin: auto;*/
    width: 100%;
}

.center_container {
    display: block;
    margin: auto;
    width: 100%;
    position: relative;
}

@media(min-width: 768px) {
    .center_container {
        width: 100%;
        max-width: 960px;
    }
}

header .center_container {
    padding: 0;
}

.row {
    display: block;
    float: left;
    width: 100%;
}

main .main_content {
    display: block;
    float: left;
    width: 100%;
    padding: 80px 20px 60px 20px;
    background-color: #fff;
}

main .user_info+.main_content {
    padding: 40px 20px 60px 20px;
}

main .main_content .text {
    display: block;
    float: left;
    font-size: 16px;
    text-align: center;
    /* padding: 0em 4%;*/
    width: 100%;
}

@media(min-width: 768px) {
    main .main_content .text {
        font-size: 21px;
        text-align: center;
        padding: 0px 60px;
    }

    .margin_fix {
        margin-top: 10px;
    }
}


main .main_content .text strong {
    font-weight: normal;
    color: #d3a544;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: inherit;
}


.main_content .error_container {
    display: block;
    float: left;
    margin-top: 22px;
    background-color: #fee;
    background-image: url(../_img/error.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    color: #f00;
    line-height: 20px;
    padding: 10px 10px 10px 48px;
    width: 100%;
}

main .button_container {
    display: block;
    /*  float: left;*/
    margin: auto;
    /*
      width: 100%;*/
    max-width: 280px;
}

@media(min-width: 768px) {
    main .button_container {
        /* float: none;
         margin: auto;
         width: 584px;*/
        /*max-width: 372px;*/
        max-width: 242px
    }
}

.button_boutique {
    display: block;
    float: left;
    margin-top: 12px;
    background: linear-gradient(to right, rgba(216, 176, 90, 1) 0%, rgba(228, 202, 134, 1) 95%, rgba(228, 202, 134, 1) 100%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
}

@media(min-width: 768px) {
    .button_boutique {
        font-size: 18px;
    }
}

.button_boutique:hover {
    background: linear-gradient(to right, rgba(216, 176, 90, 1) 0%, rgba(216, 176, 90, 1) 0%, rgba(216, 176, 90, 1) 100%);
}

.button_boutique_back {
    display: block;
    float: left;
    margin-top: 12px;
    background: linear-gradient(to right, #CCC 0%, #DDD 95%, #EEE 100%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
}

@media(min-width: 768px) {
    .button_boutique_back {
        font-size: 18px;
    }
}

.button_boutique_back:hover {
    background: linear-gradient(to right, #363334 0%, #363334 95%, #363334 100%);
}

/*#####################################*/
/*#         LISTA PRODUCTOS           #*/
/*#####################################*/

.product_list {
    display: grid;
    float: left;
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    gap: 20px 10px;
    width: 100%;
}

@media (min-width:768px) {
    .product_list {
        grid-template-columns: repeat(3, 234px);
    }
}

.product_list li {
    display: block;
}

.product_list li a {
    display: block;
    float: left;
    width: 100%;
    text-decoration: none;
}

.product_list li:hover a img {
    box-shadow: 0 0 0 2px #d3a544;
}

.product_list li .img_container {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.product_list li a img {
    display: block;
    float: left;
    width: auto;
    max-width: 100%;
}

@media(min-width: 768px) {
    .product_list li a img {
        width: 100%;
        max-height: 310px;
        padding: 0px;
    }
}

/*** POP UP */

body .background_popup,
body .background_popup_sorry,
body .background_confirm_popup {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    background-color: #fff;
    height: 0em;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 600ms;
    -moz-transition: opacity 600ms;
    transition: opacity 600ms;
}

body .display_popup+.background_popup,
body .display_popup_sorry+.background_popup+.background_popup_sorry,
body .display_confirm_popup+.background_popup+.background_confirm_popup {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media(min-width: 768px) {

    body .background_popup,
    body .background_popup_sorry,
    body .background_confirm_popup {
        display: block;
        float: none;
        position: fixed;
        top: 0em;
        left: 0em;
        background-color: #fff;
        background-color: rgba(0, 0, 0, 0.8);
        height: 0%;
        z-index: 3000;
        -webkit-transition: height 0ms 600ms, opacity 600ms;
        -moz-transition: height 0ms 600ms, opacity 600ms;
        transition: height 0ms 600ms, opacity 600ms;
    }

    body .display_popup+.background_popup,
    body .display_popup_sorry+.background_popup+.background_popup_sorry,
    body .display_confirm_popup+.background_popup+.background_confirm_popup {
        -webkit-transition: height 0ms 0ms, opacity 600ms;
        -moz-transition: height 0ms 0ms, opacity 600ms;
        transition: height 0ms 0ms, opacity 600ms;
    }
}

.background_popup .popup_container,
.background_popup_sorry .popup_container,
.background_confirm_popup .popup_container {
    display: block;
    float: left;
    padding: 38px 0em 120px;
    width: 100%;
}

@media(min-width: 768px) {

    .background_popup .popup_container,
    .background_popup_sorry .popup_container,
    .background_confirm_popup .popup_container {
        float: none;
        position: relative;
        top: 50%;
        margin: auto;
        padding: 0em;
        width: 85%;
        max-width: 1360px;
    }

    .background_popup .popup_container.points_table {
        max-width: 830px;
        width: 100%;
    }
}

.popup_container .popup {
    display: block;
    float: left;
    padding: 0em 4%;
    width: 100%;
}

@media(min-width: 768px) {
    .popup_container .popup {
        position: relative;
        background-color: #FFF;
        padding: 20px;
        height: 725px;
        width: 50%;
        margin: -300px auto 0 auto;
        float: none;
        overflow-y: scroll;
    }

    .popup_container.points_table .popup {
        width: 100%;
    }

    .background_popup_sorry .popup_container .popup {
        height: 335px;
    }

    .background_confirm_popup .popup_container .popup {
        height: 335px;
        width: 50%;
        overflow-y: hidden;
    }
}

.popup p {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.popup .title_popup {
    margin-top: 65px;
    color: #d3a544;
    font-size: 19px;
    margin-top: 20px;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;

}

@media (min-width: 768px) {
    .popup .title_popup {
        font-size: 28px;
        margin-top: 35px;
    }
}

.popup .subtitle_popup {
    font-size: 14px;
    padding: 0px 10%;
}

@media (min-width: 768px) {
    .popup .subtitle_popup {
        font-size: 18px;
    }
}

.popup .legal_container {
    display: block;
    float: left;
    width: 100%;
}

@media(min-width: 768px) {
    .popup .legal_container {
        margin: 0em 5%;
        background-color: #fff;
        padding: 24px 5% 0em;
        width: 90%;
        height: 400px;
        overflow-y: auto;
    }
}

@media(min-width: 768px) {
    .popup .legal_container:after {
        display: block;
        float: left;
        content: '';
        width: 100%;
        height: 60px;
    }
}

@media(max-width: 767px) {
    body main {
        overflow: hidden;
        -webkit-transition: opacity 600ms;
        -moz-transition: opacity 600ms;
        transition: opacity 600ms;
    }

    body main.display_popup,
    body main.display_popup_sorry,
    body main.display_confirm_popup {
        padding: 0em;
        height: 0em;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.confirm-buttons {
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .confirm-buttons {
        width: 50%;
        padding: 15px 10px;
        float: left;
    }
}

.popup .size {
    font-size: 14px;
}

@media (min-width: 768px) {
    .popup .size {
        font-size: 18px;
    }
}

.popup p+p {
    margin-top: 20px;
}

.size_img {
    display: block;
    margin: 0 auto;
    width: 157px;
}

.size_img {
    width: 100%;
    max-width: 280px;
}

@media (min-width: 768px) {
    .size_img.dog {
        width: 244px;
    }

    .size_img {
        max-width: 874px;
    }
}

.size_img img {
    display: block;
    float: left;
    width: 100%;
    margin-top: 22px;
    border: none;
}

.size_img img.desktop {
    display: none;

}

@media (min-width: 768px) {
    .size_img img.mobile {
        display: none;
    }

    .size_img img.desktop {
        display: block;
    }
}

.container_points_table {
    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.container_points_table table {
    border-spacing: 0;
    box-sizing: border-box;
    display: block;
    margin: auto;
    width: 280px;
    border-collapse: collapse;
}

@media (min-width:768px) {
    .container_points_table.popup_points {
        width: 700px;
        margin: 20px 0px 0px 45px;
    }

    .container_points_table table {
        width: 480px;
    }

    .container_points_table.popup_points table {
        width: 350px;
        float: left;
    }
}

.container_points_table table td {
    border: 1px solid #b7b7b7;
    box-sizing: border-box;
    font-size: 87.5%;
    padding: 8px;
    /*width: 100%;*/
}

@media (min-width:768px) {
    .container_points_table.popup_points table td {
        width: 280px;
        font-size: 77.5%;
        padding: 3px;
    }

    .container_points_table.popup_points table td.points {
        width: 70px;
        white-space: normal;
        word-spacing: 0px;
    }

}

.container_points_table table td.points {
    display: table-cell;
    float: none;
    color: #d3a544;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    white-space: nowrap;
    /*
     word-spacing: -3px;*/
}

.popup .inner_close_button_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 145px;
}

.inner_close_button_container .close_button {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background-color: #d3a544;
    text-decoration: none;
}

.inner_close_button_container .close_button:hover {
    background-color: #d3a544;
}

@media (min-width:768px) {
    .points_table .inner_close_button_container .close_button {
        margin-top: -55px;
    }
}