/* START CSS  */

body {
    background: white';

}

html {
    background: white';

}

.page,
.page__background,
.page__conten {
    background: white';

}

h1 {
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
}

h3 {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}

p {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

blockquote {
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}


/* END CSS  */


/* MAIN SCREEN 0 */

.logoScreen0 {
    width: 70%;
    margin-top: 10%;
}

.textScreen0 {
    font-size: 26px;
    color: #e30052;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
}

.parent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


/* END MAIN SCREEN 0 */


/* MAIN SCREEN 4 */

.textScreen4 {
    font-size: 25px;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    font-weight: bold;
}

.descScreen4 {
    width: 115%;
    margin-top: 6%;
    margin-right: 25%;
}

.txtSearch {
    width: 95%;
}

.special4 {
    height: 50px;
}

.textScreen4-1 {
    font-size: 20px;
    color: #565749;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    font-weight: bold;
}

.special5 {
    background: #ebebeb;
    margin-top: 4%;
    height: 40px;
}

.special6 {
    height: 200px;
}

.txtSearch>input {
    color: #565749;
    font-size: 17px;
    text-align: left;
    font-family: 'Roboto';
    font-weight: bold;
}

#carousel {
    width: 100%;
}

.special7 {
    background: white;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 1px solid #665c66;
    margin-left: 4%;
    -webkit-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    -moz-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
}

.special8 {
    background: white;
    height: 30%;
    padding-top: 1%;
}

.special88 {
    background: white;
    height: 20%;
    padding-top: 5%;
}

.special9 {
    font-size: 13px;
    color: #565749;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    font-weight: bold;
    padding: 6px;
    margin-left: 0px;
}

.a1 {
    background: #462723 !important;
    touch-action: pan-right pinch-zoom;
}

.a2 {
    background: #ad00ff !important;
    touch-action: pan-right pinch-zoom;
}

.a3 {
    background: #e30052 !important;
    touch-action: pan-right pinch-zoom;
}

.a4 {
    background: #77838d !important;
}

.a5 {
    background: #ebbc17 !important;
}

.a6 {
    background: #0ce850 !important;
}

.a7 {
    background: #5e17eb !important;
}

.a8 {
    background: #ff0082 !important;
}

.rotate {
    animation: rotation 30s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.header-app {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 1);
}

.body-app {
    height: 75%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-app {
    height: 10%;  

    display: flex;
    justify-content: space-evenly;
}

.name-app {
    font-size: 20px;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    font-weight: bold;
    padding-top: 2%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-app {
    height: 59%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc-app {
    width: 20%;
    float: right;
    /* padding-top: 2%; */
    height: 58%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc-app>img {
    width: 100%;
    height: 95%;
}

.box-desc {
    width: 99%;
    height: 84%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.descScreen5 {
    width: 100%;
}

.body-title {
    border: 0px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-carrousel {
    border: 0px solid;
    background: #ebebeb;
}

.body-category {
    border: 0px solid;
    background: white;
}

.body-category-box-1 {
    border: 0px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-category-box-2 {
    border: 0px solid;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2%;
}

.body-category-box-col {
    border: 0px solid;
    margin-left: 3%;
}

.box-category-box-col-row-1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-category-box-col-row-1>img {
    width: 80%;
    height: 90%;
}

.box-category-box-col-row-2 {
    height: 20%;
    border: 0px solid #e30052;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70%;
    color: #565749;
    font-family: 'Roboto';
    font-weight: bold;
    padding-top: 3%;
}

.circle-1 {
    border: 1px solid;
    border-radius: 50%;
    background: #e30052;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    -moz-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
}

.circle-1>img {
    width: 93%;
    padding: 2px;
}

.appName {
    margin-top: 2% !important;
    text-shadow: 2px 2px 3px #565749;
}

.item-carre {
    border-radius: 8px;
    border: 0px solid black;
    width: 85%;
    height: 93%;
    -webkit-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
}

.itismo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-box-footer-1 {
    border: 0px solid;
}

.main-box-footer-2 {
    border: 0px solid;
}

.box-footer-1 {
    color: #565749;
    font-family: 'Roboto';
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60%;
    padding-top: 4%;
}

.box-footer-2 {
    border: 0px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #565749;
    padding-top: 1%;
}

.active-footer {
    color: #e30052 !important;
}

.first-1 {
    margin-left: 0px;
}


/* SPECIAL CODE X+ MODE PHONE */

.box-footer-1-x {
    color: #565749;
    font-family: 'Roboto';
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80%;
    padding-top: 6%;
}


/* SPECIAL CODE X+ MODE PHONE */


/* MAIN SCREEN 5 */

.body-filter-locales {
    border: 0px solid;
}

.body-locales-master {
    border: 1px solid #565749;
    background: #ebebeb;
    display: flex;
    flex-grow: 1;
    overflow: auto;
    /* for Firefox */
    min-height: 0;
    flex-flow: wrap;
    justify-content: center;
}

.text-filter {
    border: 0px solid;
    color: white;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 80%;
}

:checked+.switch--material__toggle>.switch--material__handle {
    background-color: #e30052;
}

.box-local {
    border: 1px solid #565749 !important;
    border-radius: 15px;
    background: white;
    -webkit-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    -moz-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
}

.logo-local {
    border: 0px solid;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-local>img {
    border: 0px solid;
    height: 90%;
    background: #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
}

.info-local {
    border: 0px solid;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-0 {
    border: 0px solid;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3483fa;
    font-family: 'Roboto';
    font-size: 55%;
    font-weight: bold;
}

.info-1 {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #565749;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 85%;
}

.info-2 {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #565749;
    font-family: 'Roboto';
    font-size: 75%;
}

.info-3 {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 85%;
    background: #e30052;
    width: 60%;
    border-radius: 50px;
    /* padding: 3%; */
    border: 1px solid #655F5A !important;
    -webkit-box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    text-shadow: 2px 2px 3px #565749;
}

.info-333 {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 85%;
    background: black;
    width: 60%;
    border-radius: 50px;
    /* padding: 3%; */
    border: 1px solid #655F5A !important;
    -webkit-box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    text-shadow: 2px 2px 3px #565749;
}

:checked+.switch__toggle {
    box-shadow: inset 0 0 0 2px #e30052;
    background-color: #e30052;
}

.parent2-r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.parent3-l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.info-3-close {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #565749;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 95%;
}

.info-0-free {
    border: 0px solid;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e30052;
    font-family: 'Roboto';
    font-size: 55%;
    font-weight: bold;
    border-radius: 18px;
    border-right: 0px;
    width: 80%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background: #FF004D !important;
}


/* PAGE 1 - MICROLINK START */

.mainPageLink {
    border: 0px solid red;
    height: 100%;
}

.headRegionLink {
    border: 0px solid green;
}

.bodyRegionLink {
    border: 0px solid green;
}

.footerRegionLink {
    border: 0px solid green;
}

.bodyRegionRow1 {
    border: 0px solid beige;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imageContainer1 {
    border: 0px solid blue;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.textContainer1 {
    border: 0px solid blue;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.textContainer1>p {
    height: 80%;
    color: #e30052;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 23px;
}

.imageContainer1>img {
    font-weight: bold;
    height: 80%;
    width: 300px;
}

.imageContainer100>img {
    font-weight: bold;
    height: 100%;
    object-fit: fill;
}

.bodyRegionRow2 {
    border: 0px solid beige;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bodyRegionRow3 {
    border: 0px solid beige;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page,
.page__background,
.page__conten {
    background-color: #020303';

}


/* PAGE 1 - MICROLINK END */


/* PAGE 2 - MICROLINK */

.mainColHeader {
    border: 1px solid blue;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.childColHeader1 {
    border: 0px solid green#e30052;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.childColHeader2 {
    border: 0px solid purple;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textContainer2 {
    border: 0px solid blue;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textContainer2>p {
    color: black;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
    text-shadow: 2px 2px 2px #CECECE;
}

.imageContainer12 {
    border: 0px solid blue;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
}

.imageContainer12>img {
    height: 95%;
}

.boxFoot {
    border: 0px solid white;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;   
    align-items: flex-start;
    margin-top: 3%;
}

.insta {
    color: orange;
}

.face {
    color: fuchsia;
}

.youtube {
    color: blue;
}

.whatsapp {
    color: forestgreen;
}

.panelAction1 {
    border: 0px solid red;
    height: 90%;
}

.rowAction1 {
    border: 0px solid green;
    height: 10%;
    font-family: "Open Sans";
    font-size: 19px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
    color: rgb(10, 10, 10);
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 2px #e30052;
}

.rowAction2 {
    border: 0px solid green;
    height: 90%;
}

.paispi {
    height: 94%;
    border: 0px solid violet;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0%;
    flex-direction: column;
}

.paispi2 {
    height: 90%;
    border: 0px solid violet;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    color: white;
}

.button--large:active {
    background-color: #FF004D !important;
    height: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    border-radius: 5px;
    -webkit-box-shadow: -1px -1px 12px 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: -1px -1px 12px 2px rgba(255, 255, 255, 1);
    box-shadow: -1px -1px 12px 2px rgba(255, 255, 255, 1);
}

.button {
    background: #FF004D !important;
    height: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84%;
    -webkit-box-shadow: -1px -1px 12px 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: -1px -1px 12px 2px rgba(255, 255, 255, 1);
    box-shadow: -1px -1px 12px 2px rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.specialImage {
    border: 1px solid pink;
    width: 93%;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 1);
    margin-bottom: 3%;
}

.bounce {
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.shake {
    animation-iteration-count: infinite;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.pulse {
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.tada {
    animation-iteration-count: infinite;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.special2 {
    background: #e30052 !important;
}

.special2:active {
    background: #e30052 !important;
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.container-image-salider {
    border: 1px solid;
    height: 90%;
    width: 90%;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

#circular3dG {
    position: relative;
    width: 58px;
    height: 58px;
    margin: auto;
}

.circular3dG {
    position: absolute;
    background-color: #e30052;
    width: 17px;
    height: 17px;
    border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    animation-name: bounce_circular3dG;
    -o-animation-name: bounce_circular3dG;
    -ms-animation-name: bounce_circular3dG;
    -webkit-animation-name: bounce_circular3dG;
    -moz-animation-name: bounce_circular3dG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#circular3d_1G {
    left: 23px;
    top: 4px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#circular3d_2G {
    left: 36px;
    top: 14px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#circular3d_3G {
    left: 43px;
    top: 26px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#circular3d_4G {
    left: 40px;
    top: 39px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#circular3d_5G {
    left: 24px;
    top: 43px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#circular3d_6G {
    left: 5px;
    top: 28px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#circular3d_7G {
    left: 0px;
    top: 8px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#circular3d_8G {
    left: 10px;
    top: 0px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

@keyframes bounce_circular3dG {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(.3)
    }
}

@-o-keyframes bounce_circular3dG {
    0% {
        -o-transform: scale(1)
    }
    100% {
        -o-transform: scale(.3)
    }
}

@-ms-keyframes bounce_circular3dG {
    0% {
        -ms-transform: scale(1)
    }
    100% {
        -ms-transform: scale(.3)
    }
}

@-webkit-keyframes bounce_circular3dG {
    0% {
        -webkit-transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.3)
    }
}

@-moz-keyframes bounce_circular3dG {
    0% {
        -moz-transform: scale(1)
    }
    100% {
        -moz-transform: scale(.3)
    }
}


/* SCREEN 8 CSS  */

.pulse {
    -webkit-animation-name: pulse;
    animation-iteration-count: infinite;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

select {
    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    width: 95%;
    text-align: center;
    text-align-last: center;
    font-weight: bold;
    color: #565749;
    font-family: 'Roboto';
    height: 55%;
}

.minimal:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
    width: 95%;
    text-align: center;
    text-align-last: center;
    font-weight: bold;
    color: #565749;
    font-family: 'Roboto';
    height: 55%;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}


/* Form wrapper styling */

.search-wrapper {
    width: 80%;
    margin: 45px auto 50px auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
    border: 1px solid red;
    border-radius: 5px;
    height: 41%;
}


/* Form text input */

.search-wrapper input {
    position: relative;
    width: 72%;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: transparent;
    border-radius: 3px 0 0 3px;
    padding-left: 3%;
}

.search-wrapper input:focus {
    outline: 0;
    background: transparent;
    box-shadow: 0 0 0px rgba(0, 0, 0, .8) inset;
    padding-left: 3%;
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}


/* Form submit button */

.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 24%;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: white;
    text-transform: uppercase;
    background: #D83C3C;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover {
    background: #e54040;
}

.search-wrapper button:active,
.search-wrapper button:focus {
    background: #c42f2f;
    outline: 0;
}

.search-wrapper button:before {
    /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.search-wrapper button:hover:before {
    border-right-color: #e54040;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
    border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.txtSearch11 {
    width: 95%;
    border: 1px solid;
    color: #b7aaaa;
}

.zonaMaster22 {
    background: white;
    text-align: center;
    color: #b7aaaa !important;
    border-radius: 2px;
    width: 90%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24), 0 1px 0 0 rgba(255, 255, 255, .06) inset;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24), 0 1px 0 0 rgba(255, 255, 255, .06) inset;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24), 0 1px 0 0 rgba(255, 255, 255, .06) inset;
    font-family: 'Roboto';
    font-weight: bold;
    height: 55%;
    border: 1px solid #b7aaaa;
    text-align: center;
    text-align-last: center;
    vertical-align: middle;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5%;
}

.zonaMaster23 {
    background: white;
    text-align: center;
    color: #b7aaaa !important;
    border-radius: 2px;
    width: 90%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24), 0 1px 0 0 rgba(255, 255, 255, .06) inset;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24), 0 1px 0 0 rgba(255, 255, 255, .06) inset;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24), 0 1px 0 0 rgba(255, 255, 255, .06) inset;
    font-family: 'Roboto';
    font-weight: bold;
    height: 55.5%;
    border: 1px solid #b7aaaa;
    text-align: center;
    text-align-last: center;
    vertical-align: middle;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5%;
}

.select-input--material {
    color: rgb(140 131 131);
    font-family: 'Roboto';
    font-weight: bold;
    height: 100%;
}

.body-category-box-3 {
    border: 0px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txtLabelStore {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
    text-shadow: 2px 2px 3px #FF1919;
}

.txtSearch11>input {
    color: #565749;
    font-size: 17px;
    text-align: left;
    font-family: 'Roboto';
    font-weight: bold;
}

.shake {
    -webkit-animation-name: shake;
    animation-iteration-count: infinite;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-iteration-count: infinite;
    animation-name: tada;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* END SCREEN 8 CSS  */


/* START SCREEN 9 CSS  */

.body-col-x1 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-flow: wrap;
    border-right: 1px solid;
    overflow: scroll;  
    
}

.body-col-x2 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-flow: wrap;
    border-right: 1px solid;
    overflow: scroll;
}

.body-product {
    border: 1px solid #bdbdb6;
    width: 45%;
    height: 75%;
    border-radius: 15px;
    background: white;
    margin-top: 4%;
    margin-bottom: 3%;
    margin-right: 4%;
    -webkit-box-shadow: -1px -1px 17px -5px rgba(41, 8, 34, 1);
    -moz-box-shadow: -1px -1px 17px -5px rgba(41, 8, 34, 1);
    box-shadow: -1px -1px 17px -5px rgba(41, 8, 34, 1);
}

.body-product-no-r {
    margin-right: 0%;
}

.body-product-r1a {
    width: 96%;
    height: 40%;
    border-bottom: 1px solid #a3a59c;
    background-image: url(../SLIDER/SlideVanesa2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    -moz-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
}

.body-product-r1b {
    width: 96%;
    height: 40%;
    border-bottom: 1px solid #a3a59c;
    background-image: url(../SLIDER/SlideVanesa3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    -moz-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
}

.body-product-r1c {
    width: 96%;
    height: 40%;
    border-bottom: 1px solid #a3a59c;
    background-image: url(../SLIDER/SlideVanesa4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    -moz-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
}

.productImage {
    max-width: 100%;
}

.body-product-rFoto {
    width: 96%;
    height: 40%;
    border-bottom: 1px solid #a3a59c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    -moz-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
}

.body-product-r1e {
    width: 96%;
    height: 40%;
    border-bottom: 1px solid #a3a59c;
    background-image: url(../SLIDER/SlideVanesa6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    -moz-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
}

.body-product-r1f {
    width: 96%;
    height: 40%;
    border-bottom: 1px solid #a3a59c;
    background-image: url(../SLIDER/SlideVanesa7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    -moz-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
}

.body-product-r2 {
    width: 100%;
    height: 20%;
    border-bottom: 0px solid;
    max-width: 100%;
    max-height: 100%;
    overflow: scroll;
    text-align: center;
    vertical-align: middle;
    color: #52524a;
    font-weight: bold;
    font-family: 'Roboto';
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-product-r3 {
    width: 100%;
    height: 10%;
    border-bottom: 0px solid;
    color: #52524a;
    font-weight: bold;
    font-family: 'Roboto';
    color: #52524a;
    font-weight: bold;
    font-family: 'Roboto';
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-product-r0 {
    text-align: center;
    height: 10%;
    border-bottom: 0px solid;
    color: #52524a;
    font-weight: bold;
    font-family: 'Roboto';
    
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow-x: none;
    padding-top: 5%;
    font-size: 75%;
}

.body-product-r4 {
    width: 100%;
    height: 10%;
    border-bottom: 0px solid;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #52524a;
    font-weight: bold;
    font-family: 'Roboto';
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-product-r5 {
    width: 100%;
    height: 10%;
    border-bottom: 0px solid;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    color: blueviolet;
    font-weight: bold;
    font-family: 'Roboto'; 
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70%
}

.body-product-r5-gratis {
    width: 100%;
    height: 10%;
    border-bottom: 0px solid;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    color: rgb(223, 0, 0);
    font-weight: bold;
    font-family: 'Roboto';
    text-shadow: 2px 2px 3px greenyellow;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70%
}

@import url("https://fonts.googleapis.com/css?family=Dosis");
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
.containeR {
    width: 95%;
    height: 100%;
    /* margin: 80px auto; */
    font-family: "Dosis", sans-serif;
    color: #900021;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.containeR .product-container {
    height: 100%;
    max-width: 95%;
    max-height: 100%;
}

.containeR .product-container img {
    opacity: .9;
    padding: 20px 0;
}

.containeR .product-container .product {
    width: 50px;
    text-align: center;
    margin-left: 50px;
    display: inline-block;
}

.containeR .product-counter {
    width: 95%;
    margin-top: 1%;
    height: 100%;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    justify-content: center;
    align-items: center;
}

.containeR input[type='text'] {
    font-family: "Abril Fatface", cursive;
    font-weight: bold;
    font-size: 100%;
    outline-style: none;
    text-align: center;
    width: 70%;
    height: 88%;
    background: #f74d4d;
    border: none;
    color: #d0fcfb;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    -moz-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
}

.containeR input[type='button'] {
    background-color: #f74d4d;
    cursor: pointer;
    outline-style: none;
    width: 20%;
    height: 94%;
    border: 0;
    color: #d0fcfb;
    text-align: center;
    font-size: 100%;
    font-family: "Dosis", sans-serif;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    -moz-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
}

.containeR input[type='button'].minus {
    border-radius: 10px 0 0 10px;
}

.containeR input[type='button'].plus {
    border-radius: 0 10px 10px 0;
}

.containeR input#total-price {
    font-family: "Abril Fatface", cursive;
    font-size: 100%;
    width: 60%;
    border: 0;
    color: #f74d4d;
    background-color: #fdc9a2;
    -webkit-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    -moz-box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
    box-shadow: -1px 6px 17px -9px rgba(41, 8, 34, 1);
}

.containeR .skuBestPrice {
    font-family: "Abril Fatface", cursive;
}


/* START CSS SCREEN 6 */

.n2 {
    color: red !important;
    background: white !important;
    margin-left: 2%;
    text-shadow: 1px 1px 1px red;
    
}

.parent4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    border: 0px solid;
    padding-left: 1%;
}

.parent44 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    border: 0px solid;
    padding-right: 2%;
}

.back-button--material__label {
    display: inline-flex;
    font-size: 20px;
    color: white;
}

.back-button--material__icon {
    fill: white;
}

.n3 {
    color: white !important;
    margin-right: 4%;
    text-shadow: 1px 1px 2px #565749;
    margin-top: 2%;
}

.parent5 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 0px solid;
}

.btnScreen33 {
    color: white;
    width: 90%;
    border-radius: 14px;
    font-size: 160%;
    font-weight: bold;
    font-family: 'roboto';
    text-align: center;
    vertical-align: middle;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    background: #ff1616;
}

.btnScreen34 {
    color: white;
    width: 80%;
    border-radius: 14px;
    font-size: 160%;
    font-weight: bold;
    font-family: 'roboto';
    text-align: center;
    vertical-align: middle;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    background: orchid !important;
}

.btnScreen344 {
    color: orchid;
    width: 70%;
    border-radius: 14px;
    font-size: 160%;
    font-weight: bold;
    font-family: 'roboto';
    text-align: center;
    vertical-align: middle;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    background: #020303 !important;
}

.btnScreen344:active {
    color: orchid;
    width: 70%;
    border-radius: 14px;
    font-size: 160%;
    font-weight: bold;
    font-family: 'roboto';
    text-align: center;
    vertical-align: middle;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    background: #020303 !important;
}

.body-2-scree6 {
    -webkit-box-shadow: inset -8px -1px 25px -28px rgba(97, 84, 97, 1);
    -moz-box-shadow: inset -8px -1px 25px -28px rgba(97, 84, 97, 1);
    box-shadow: inset -8px -1px 25px -28px rgba(97, 84, 97, 1);
    align-items: flex-start;
}

.body-box-wallet-1 {
    border: 0px solid;
}

.body-box-wallet-2 {
    border: 0px solid;
}

.body-box-wallet-3 {
    border: 0px solid;
}

.body-box-wallet-4 {
    border: 0px solid;
}

.wallet-title1 {
    border-bottom: 1px solid;
    height: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2%;
    color: #565749;
    font-weight: bold;
    padding-top: 1%;
    font-size: 90%;
}

.wallet-title2 {
    border-bottom: 1px solid;
    height: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2%;
    color: #565749;
    font-weight: bold;
    padding-top: 0%;
    font-size: 90%;
}

.wallet-title3 {
    border-bottom: 1px solid;
    height: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2%;
    color: #565749;
    font-weight: bold;
    padding-top: 0%;
    font-size: 90%;
}

.wallet-title4 {
    border-bottom: 1px solid;
    height: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2%;
    color: #565749;
    font-weight: bold;
    padding-top: 0%;
    font-size: 90%;
}

.wallet-cart1 {
    border: 0px solid;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-cart2 {
    border: 0px solid;
    height: 75%;
}

.wallet-cart3 {
    border: 0px solid;
    height: 75%;
}

.wallet-cart4 {
    border: 0px solid;
    height: 80%;
}

.wallet-col-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid !important;
}

.wallet-col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid !important;
}

.parent7 {
    border: 1px solid #565749;
    height: 85%;
    width: 85%;
    border-radius: 15px;
    -webkit-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    -moz-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    margin-top: 10%;
    background: white;
}

.parent7a {
    border: 1px solid #565749;
    height: 70%;
    width: 80%;
    border-radius: 15px;
    -webkit-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    -moz-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    background: white;
}

.parent7bb {
    height: 100%;
    width: 95%;
    border-radius: 15px;
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: scroll;
    background: rgb(235, 235, 235);
    flex-direction: column;
}

.wallet-col-1a {
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
    height: 100%;
    border: 0px solid !important;
}

.parentNota {
    border: 1px solid #565749;
    height: 85%;
    width: 90%;
    border-radius: 15px;
    -webkit-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    -moz-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.txtWalletNota {
    color: #565749;
    font-size: 70%;
    text-align: left;
    font-family: 'Roboto';
    font-weight: bold;
}

.dataMar1 {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff1616;
    height: 100%;
}

.dataMar2 {
    border: 0px solid;
    height: 100%;
}

.dataRow1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    color: #565749;
    font-size: 50%;
    font-weight: bold;
}

.dataRow2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20%;
    color: #565749;
    font-size: 9px;
    font-weight: bold;
}

.dataRow11 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    color: #565749;
    font-size: 85%;
    font-weight: bold;
}

.dataRow22 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20%;
    color: #565749;
    font-size: 9px;
    font-weight: bold;
}

.dataRow3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    color: #ff1616;
    font-size: 60%;
    font-weight: bold;
}

.dataRow33 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    color: black;
    font-size: 60%;
    font-weight: bold;
}

.logoScreenWallet {
    width: 75%;
    background: #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
}

.logoScreenWallet2 {
    width: 70%;
    background: #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
}

.itemWallet {
    border: 1px solid;
    height: 85%;
    width: 65%;
    border-radius: 15px;
    margin: 2%;
    background: white;
    color: #565749;
    -webkit-box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.75);
}

.specialWallet {
    width: 100%;
    height: 70%;
}

.specialColWallet-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5%;
    margin-top: 5%;
}

.specialColWallet-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.firstWallet {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.firstTxt {
    font-family: 'Roboto';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70%;
    font-weight: bold;
    height: 100%;
}

.firstTxt2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.firstWalletImage {
    width: 51%;
    border: 1px solid;
    background: #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
}

.firstClose {
    color: red;
    font-size: 88%;
    font-weight: bold;
}

.specialRowDesc {
    border: 1px solid;
    display: flex;
    align-items: center;
}

.dataMar1a {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff1616;
    height: 100%;
}

.dataMar2a {
    border: 0px solid;
    height: 100%;
}

.logoScreenWallet2a {
    width: 65%;
    background: #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
}

.dataRow11a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 40%;
    color: #565749;
    font-size: 85%;
    font-weight: bold;
}

.dataRow3a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 40%;
    color: #ff1616;
    font-size: 85%;
    font-weight: bold;
}


/* STYLE PAGE 7 MY ACCOUNT */

.zonaMaster {
    margin-left: 4%;
    background: white;
    text-align: center;
    color: #565749;
    padding-right: 2%;
    padding-left: 2%;
    border-radius: 5px;
    width: 30%;
    -webkit-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    font-family: 'Roboto';
    font-weight: bold;
}

.select-input--material {
    color: #565749;
    font-family: 'Roboto';
    font-weight: bold;
}

.logoScreenWallet2b {
    width: 58%;
    background: #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
}


/* MAIN SCREEN 5 */

.body-filter-locales {
    border: 0px solid;
}

.body-locales-master {
    border: 1px solid #565749;
    background: #ebebeb;
    display: flex;
    flex-grow: 1;
    overflow: auto;
    /* for Firefox */
    min-height: 0;
    flex-flow: wrap;
    justify-content: center;
}

.text-filter {
    border: 0px solid;
    color: white;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 80%;
}

 :checked+.switch--material__toggle>.switch--material__handle {
    background-color: yellow;
}

.box-local {
    border: 1px solid #565749 !important;
    border-radius: 15px;
    background: white;
    -webkit-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    -moz-box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
    box-shadow: 10px -4px 23px -10px rgba(99, 87, 99, 1);
}

.logo-local {
    border: 0px solid;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-local>img {
    border: 0px solid;
    height: 90%;
    background: #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 25px -11px rgba(0, 0, 0, 0.75);
}

.info-local {
    border: 0px solid;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-0 {
    border: 0px solid;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3483fa;
    font-family: 'Roboto';
    font-size: 55%;
    font-weight: bold;
}

.info-1 {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #565749;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 85%;
}

.info-2 {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #565749;
    font-family: 'Roboto';
    font-size: 75%;
}

.info-3 {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 85%;
    background: #ff1616;
    width: 60%;
    border-radius: 50px;
    /* padding: 3%; */
    border: 1px solid #655F5A !important;
    -webkit-box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    text-shadow: 2px 2px 3px #565749;
}

.info-333 {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 85%;
    background: black;
    width: 60%;
    border-radius: 50px;
    /* padding: 3%; */
    border: 1px solid #655F5A !important;
    -webkit-box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 7px 18px -5px rgba(0, 0, 0, 0.75);
    text-shadow: 2px 2px 3px #565749;
}

 :checked+.switch__toggle {
    box-shadow: inset 0 0 0 2px #ff1616;
    background-color: yellow;
}

.parent2-r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.parent3-l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.info-3-close {
    border: 0px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #565749;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 95%;
}

.info-0-free {
    border: 0px solid;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff1616;
    font-family: 'Roboto';
    font-size: 55%;
    font-weight: bold;
    border-radius: 18px;
    border-right: 0px;
    width: 80%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide {
    background: transparent;
}

.formContainer11 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
}

.imageContainer111 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
    text-align: center;
    vertical-align: middle;
}

#username {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

#username>input {
    text-align: center;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
}

#email {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

#email>input {
    text-align: center;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
}

#localidad {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

#localidad>input {
    text-align: center;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
}

#provincia {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
    text-align-last: center;
}

#provincia>option {
    text-align: center;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
}

#nota {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

#nota>input {
    text-align: center;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
}

.choose-sel11 {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
    text-align-last: center;
}

.choose-sel11>option {
    text-align: center;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    text-align-last: center;
}

#choose-sel12 {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
    text-align-last: center;
}

#choose-sel12>option {
    text-align: center;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    text-align-last: center;
}

#choose-sel13 {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
    text-align-last: center;
}

#choose-sel13>option {
    text-align: center;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    text-align-last: center;
}

#provincia {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
    text-align-last: center;
}

#provincia>option {
    text-align: center;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    text-align-last: center;
}

.btnAyuda {
    color: white;
    width: 90%;
    border-radius: 14px;
    font-size: 160%;
    font-weight: bold;
    font-family: 'roboto';
    text-align: center;
    vertical-align: middle;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    background: orchid !important;
}

.btnAyuda:active {
    color: white;
    width: 90%;
    border-radius: 14px;
    font-size: 160%;
    font-weight: bold;
    font-family: 'roboto';
    text-align: center;
    vertical-align: middle;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    background: orchid !important;
}

.rowAyudaText {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: orchid;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
}

.rowAyudaText>strong {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: orchid;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    text-shadow: 1px 1px 0px grey;
}

.rowAyudaText>p {
    text-align: center;
    font-size: 14px;
    color: black;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    width: 100%;
    padding: 0px;
    margin-top: 0%;
}

.page__content {
    overflow: hidden;
}

.alert-dialog-title--material {
    font-size: 16px;
}

.btnMercadoPagar {
    color: white;
    width: 80%;
    border-radius: 14px;
    font-size: 160%;
    font-weight: bold;
    font-family: 'roboto';
    text-align: center;
    vertical-align: middle;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 3px 18px -5px rgba(0, 0, 0, 0.75);
    background: blue !important;
}