body {
    font-family: 'Quicksand', sans-serif;
}
header {
width: 100%;
}
.logoant {
width: 300px;
}
.menutop {
position: fixed;
z-index: 9999;
top: 20px;
right: 20px;
}

.btnmeu {
background: #63d2d4;
background: -moz-linear-gradient(left,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
background: -webkit-linear-gradient(left,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
background: linear-gradient(to right,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
border: none;
font-size: 18px;
}

nav {
width: 100%;
background: #63d2d4;
background: -moz-linear-gradient(right,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
background: -webkit-linear-gradient(right,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
background: linear-gradient(to right,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63d2d4',endColorstr='#7ab2d3',GradientType=1);
}

nav .list_menu {
padding: 0;
max-width: 1200px;
margin: 0px auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

nav .list_menu li {
list-style: none;
}

nav .list_menu li a {
padding: 13px 9px;
margin: 0 0;
font-family: 'Quicksand', sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: 700;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.banner {
margin: 0px auto 10;
text-align: center;
}

.banner .wrp_imgen_home {
padding: 0;
width: 100%;
text-align: center;
margin: 2px 0;
}

.banner .wrp_imgen_home li {
list-style: none;
position: relative;
}

.banner .wrp_imgen_home li .imgen_home {
width: 100%;
height: 400px;
}

.banner .wrp_imgen_home li .action_banner {
position: absolute;
right: 15%;
text-align: right;
top: 29%;
display: flex;
align-items: flex-end;
flex-direction: column;
}

.banner .wrp_imgen_home li .action_banner .casption {
margin: 0;
font-size: 39px;
width: 344px;
color: #fff;
line-height: 1.2;
font-family: 'Quicksand', sans-serif;
text-transform: uppercase;
font-weight: bold;
}

.banner .wrp_imgen_home li .action_banner .enlace {
padding: 25px 55px;
margin-top: 15px;
font-size: 24px;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
border-radius: 20px 0 20px 0px;
background: #63d2d4;
background: -moz-linear-gradient(left,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
background: -webkit-linear-gradient(left,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
background: linear-gradient(to right,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63d2d4',endColorstr='#7ab2d3',GradientType=1);
text-decoration: none;
color: #fff;
font-weight: bold;
}
.banner .wrp_imgen_home li .action_banner .enlace span.btn {
color: white;
font-weight: 900;
}

main {
width: 94%;
margin: 0px auto;
border-radius: 6px;
padding: 10px;
}

.wrp_poductos {
width: 100%;
position: relative;
}

.wrp_poductos .ls_categotias {
max-width: 1000px;
margin: 0px auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.wrp_poductos .ls_categotias .brw_categoria {
width: 431px;
height: 215px !important;
display: inline-block;
position: relative;
text-align: right;
margin: 20px;
overflow: hidden;
border-radius: 25px;
}

.wrp_poductos .ls_categotias .brw_categoria img {
width: 430px !important;
margin-top: -24%;
height: 430px !important;
}

.wrp_poductos .ls_categotias .brw_categoria .name {
color: #fff;
font-size: 34px;
font-family: 'Quicksand', sans-serif;
text-transform: uppercase;
text-shadow: 1px 1px 2px #000000c2;
position: absolute;
right: 15px;
bottom: 70px;
line-height: 1;
font-weight: bold;
}

.wrp_poductos .ls_categotias .brw_categoria a.ver_todos {
color: #fff;
position: absolute;
right: -2px;
font-size: 15px;
bottom: -3px;
padding: 15px 25px;
text-decoration: none;
font-family: 'Quicksand', sans-serif;
font-weight: 800;
transition: all 0.3s;
border-radius: 20px 0 20px 0px;
background: #63d2d4;
background: -moz-linear-gradient(left,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
background: -webkit-linear-gradient(left,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
background: linear-gradient(to right,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63d2d4',endColorstr='#7ab2d3',GradientType=1);
}


footer {
display: flex;
justify-content: space-between;
padding: 10px;
color: #fff;
align-items: center;
background: #63d2d4;
background: -moz-linear-gradient(left,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
background: -webkit-linear-gradient(left,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
background: linear-gradient(to right,#63d2d4 0%,#6ec1d3 50%,#7ab2d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63d2d4',endColorstr='#7ab2d3',GradientType=1);
}

footer .wrp_footer {
max-width: 1200px;
display: flex;
justify-content: space-between;
width: 100%;
margin: 10px auto;
align-items: center;
}

footer .wrp_footer a {
color: #fff;
text-decoration: none;
}

.wrp_titulo_productos {
    text-align: center;
    margin-top: 20px;
}

.wrp_titulo_productos h1 {
    font-size: 28px;
    font-family: 'Quicksand', sans-serif;
    color: #6a6a69;
    text-transform: uppercase;
    width: auto;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.wrp_titulo_productos h1:after {
    background: url(../img/cora_ti.svg) no-repeat center;
    content: "";
    position: absolute;
    right: -45px;
    top: -8px;
    width: 40px;
    transform: rotate(17deg);
    height: 40px;
    display: inline-block;
}

.wrp_poductos {
    width: 100%;
    position: relative;
}

.wrp_poductos .ls_productos {
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 1000px;
}

.detprod {
    padding: 30px !important;
}

.detprodint {
    max-width: 1200px !important;
}


.wrp_poductos .ls_productos .ls_producto {
    max-width: 900px;

    display: flex;
    flex-direction: column;
    position: relative;
    text-align: right;
    margin: 20px;
}

.wrp_poductos .ls_productos .ls_producto .go_detail {
    display: flex;
    flex-direction: column;
    text-align: left;
    text-decoration: none;
    padding: 5px;
}

.go_detail.detprod img {
    width: 203px !important;
    height: auto;
    padding: 30px !important;
}

img.alignnone.size-full {
    border: none;
    box-shadow: none !important;
    height: auto !important;
}


.wrp_poductos .ls_productos .ls_producto img {
    width: 365px;
    height: 400px;
    margin: 8px 0 13px;
    box-shadow: 0px 3px 7px #00000082;
}


.wrp_poductos .ls_productos .ls_producto .name, .wrp_poductos .ls_productos .ls_producto .referencia {
    color: #116b6c;
    font-size: 20px;
    position: relative;
    line-height: 1;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}

.wrp_poductos .ls_productos .ls_producto .material {
    color: #6b6b6b;
    font-weight: bold;
    font-size: 19px;
    padding: 5px 0;
    font-family: 'Quicksand', sans-serif;
}

.wrp_poductos .ls_productos .ls_producto .valor {
    color: #6b6b6b;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
}

.wrp_poductos .ls_productos .ls_producto .material {
    color: #6b6b6b;
    font-weight: bold;
    font-size: 19px;
    padding: 5px 0;
    font-family: 'Quicksand', sans-serif;
}

.wrp_poductos .ls_productos .ls_producto .add_lista {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
}


.wrp_poductos .ls_productos .ls_producto .add_lista a {
    background: #b27fc6;
    color: #fff;
    padding: 10px 35px 10px 15px;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    text-align: center;
    width: 400px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 9px 2px #0000002b;
    border-radius: 32px;
}

.wrp_poductos .ls_productos .ls_producto .add_lista a span {
    font-size: 20px;
}

.icn_corazon {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #fff !important;
    background: url("../img/icn_cor_blanco.svg") no-repeat 85% center;
}



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

.actions a.back {
    color: transparent;
    display: inline-block;
    width: 365px;
    height: 129px;
    background: url("../img/btn-regresar.webp") no-repeat center center;
}

.actions a.ver_lista {
    color: transparent;
    display: inline-block;
    width: 365px;
    height: 129px;
    background: url("../img/btn-verlista.webp") no-repeat center center;
}

.fixed_lista {
    position: fixed;
    right: -3px;
    top: 45%;
    z-index: 9;
}

.fixed_lista a {
    display: inline-block;
    width: 160px;
    height: 226px;
    color: transparent;
    background: url("../img/btn-listadeseos.webp") no-repeat center center;
}


.navbar-brand:before {
    content: "";
    background: url("../img/icon-accesorios.webp") no-repeat center center;
    width: 50px;
    position: absolute;
    height: 50px;
    left: 0;
    top: 0;
    /* margin-left: -25px; */
}

a.navbar-brand {
    color: white;
    margin-left: 38px;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.navbar-nav .nav-link {
    color: white;
}


.material img.alignnone.size-full {
    width: 135px !important;
}

.material h4 {
    font-size: 16px;
    padding-right: 6px;
}



/* DESKTOP */
a.navbar-brand {
    display: none;
}

@media only screen and (max-width: 768px) {


    .material img.alignnone.size-full {
        width: 100% !important;
        margin: auto;
    }


    
    a.navbar-brand {
        display: block;
    }

    .fixed_lista {
        display: none;
    }

    .banner {
        display: none;
    }

    ul#ls_productos {
        padding: 0px;
        margin: 0px;
    }

    .wrp_poductos .ls_productos {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    
    .detprodint {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    
    
    
    
    .material td {
        display: block !important;
    }
    
    .material img {
        float: left !important;
        width: 100% !important;
        padding: 15px !important;
    }



    li.ls_producto {
        padding: 0px !important;
        margin: 0px !important;
    }

    a.validar_detalle_lista_deseos {
        width: 95% !important;
        margin-bottom: 30px;
    }

    .wrp_titulo_productos h1:after {
        display: none !important;
    }

    .actions {
        display: grid;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrp_poductos .ls_productos {
    max-width: 1000px !important;
}


}