body{
    margin: 0;
}
.wrappContainer {
    background-color: #03192e;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    justify-content: center;
}
.section, .wrappContainer {
    display: grid;
    justify-content: center;
}
.heroImagen {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
}
#carouselExampleFade{
    position: absolute !important;
    top:0;
    width:400px;
}
.section {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 400px;
    min-height: 100vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
}
.sliders{
    max-width: 100% !important;
    height: 100vh;
}
@media (max-width: 700px) {
    .section{
        width: 100% !important;
    }
    .hero{
        width: 100% !important;
    }
    .NavbarPadre{
        width: auto !important;
    }
    #carouselExampleFade{
        width: auto;
    }
    
}
@media (max-height: 400px) {
    .carousel-inner{
        height: 100vh;
    }
    .sliders{
        height: auto !important;
    }
}
.degradado {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
}
.carousel-control-prev{
    z-index: 99;
}
.carousel-control-next{
    z-index: 99;
}





/*##################################################################*/
.btnAddCart {
    position: fixed;
    /*bottom: 0;*/
    /*margin-top: 90vh;*/
    min-width: 112vw;
    z-index: 10;
    bottom: 10vh;
}
.wrapperAddCart {
    align-self: end;
    display: grid;
    grid-template-columns: 50%;
}

@media(max-width:768px){
    .btnAddCart{
        max-width: 100vw;
    }
    .btnAddCart {
        /*margin-top: 87vh;*/
        bottom: 10vh;
    }
    .wrapperAddCart {
        align-self: end;
        display: grid;
        grid-template-columns: 71%;
    }
    #btnAddCartFloat{
        margin-left: 25%;
    }
    
}









.menu {
    position: fixed;
    bottom: 0;
    min-width: 100vw;
    z-index: 10;
}
@media(max-width:768px){
    .menu{
        max-width: 100vw;
    }
}
.wrapperMenu {
    align-self: end;
    display: grid;
    grid-template-columns: 30% 40% 30%;
}
.greenCard {
    display: grid;
    align-content: end;
    cursor: pointer;
}
.greenCard img {
    justify-self: center;
    max-width: 60%;
    transition: .5s ease-in-out;
}
.greenCard:hover img {
    transition: .5s ease-in-out;
    max-width: 80%;
}
.carrito, .whatsApp {
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 1em;
    color: #fff;
    transition: .5s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}
.whatsApp:hover{
    transition: 0.3s ease-in-out;
    font-size: 1.3em;
}
.icon {
    padding: .5em;
    border-radius: 1em;
    border: 1px solid #fff;
}
.buttonSide {
    display: grid;
    justify-content: center;
    align-content: center;
    border-top-left-radius: 15em;
    border-top-right-radius: 15em;
    padding-top: .4em;
    color: #fff;
    font-size: 3em;
    box-shadow: 0 -9px 52px -8px rgba(0,0,0,.75);
    cursor: pointer;
    transition: .3s ease-in;
}
/*##################################################################*/
.containerHero {
    align-self: flex-end;
    margin-bottom: 5rem;
    z-index: 4;
}
.logo {
    max-width: 200px;
    display: grid;
    justify-content: center;
    left: 0;
    right: 0;
}
.logo img {
    max-width: 100%;
}
.logo, .slogan {
    margin-left: auto;
    margin-right: auto;
}
.slogan {
    width: 300px;
    text-align: center;
    color: #fff;
    max-height: 100px;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 3em;
    margin-bottom: .5em;
}
.vistas {
    color: #fff;
    text-align: center;
    margin-top: 1em;
}
/*##################################################################*/
.categorias {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1em;
}
.degradadoTag {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    border-radius: 1em;
    cursor: pointer;
}
.serviceTag {
    border-radius: 1em;
    height: 250px;
    min-width: 160px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}
.ContectService {
    position: absolute;
    color: #fff;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    bottom: 0;
    font-weight: 700;
}
.ContectService {
    color: #fff;
    font-weight: 700;
}
/*##################################################################*/
.NavbarPadre{
    height: 80px;
    display: flex;
    justify-content: space-around;
    color: #fff;
    overflow-x: auto;
    align-content: center;
    padding: 1em;
    position: sticky;
    top: 0;
    padding-left: 1em;
    width: 400px;
}
.NavbarCategoria{
    display: flex;
    color: #fff;
    overflow-x: auto;
    align-content: center;
    padding: 1.5em;
    position: sticky;
    top: 0;
    padding-left: 1em;
}
.NavbarCategoria div{
    margin-right: 1em;
    display: grid;
    align-content: center;
    cursor: pointer;
}
.NavbarPadre::-webkit-scrollbar:horizontal {
    height: 5px;
}
.NavbarPadre::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
}
.NavbarPadre::-webkit-scrollbar {
    -webkit-appearance: none;
} 

.carrito{
    display:grid;
    justify-content: center;
    align-content: center;
    font-size: 1em;
    color: white;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    box-shadow: -5px 0px 3px #000;
    border-radius: 0px 10px 10px 0px;
    padding: 5px;
}
.cssmarketButon{
    position: relative;
    padding: 0.7em;
    border: 1px solid #fff;
    border-radius: 100em;
    height: 45px;
    width: 45px;
}
.cssmarketButonAnimation{
    position: relative;
    padding: 0.7em;
    border: 1px solid #fff;
    border-radius: 100em;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
}
.productLabel {
    background-color: #000;
    font-size: .7em;
    border-radius: 10em;
    height: 15px;
    width: 15px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
}
/*#############################*/
.productos {
    margin-top: 8%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    padding: 1em;
}
.titulodescripcion {
    color: #fff;
    font-weight: bold;
}
.producto {
    background: rgba(0,0,0,.5);
    margin-bottom: 1em;
    display: grid;
    grid-template-columns: 30% 60% 10%;
    border-radius: 1em;
}
.productoEspecial {
    background: rgba(0,0,0,.5);
    margin-bottom: 1em;
    display: grid;
    grid-template-columns: 25% 45% 30%;
    border-radius: 1em;
}
.producto_imagen{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1em 0 0 1em;
}
.producto_nombre {
    color: #fff;
    padding: 1em;
}
.productosumar {
    display: grid;
}
.productosumar div {
    align-self: center;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 1em;
    background-color: #fff;
    cursor: pointer;
}
.productoextrasumar {
    display: grid;
}
.productoextrasumarEspecial {
    display: flex;
}
.productoextrasumar div {
    align-self: center;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 1em;
    cursor: pointer;
}
.productoextrasumarEspecial div {
    align-self: center;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 1em;
    cursor: pointer;
}
/*###########################################################################*/
@media(max-width:768px){
    .menu{
        max-width: 100vw;
    }
  
}
@media (min-width: 768px) {
    
    .styck{
        width: 25%;
        margin: auto;
        left: 0;
        right: 0;
    }
    .wrapperMenu{
        max-width: 50vh;
        margin:auto;
    }
    .wrapperAddCart {
        max-width: 50vh;
        margin:auto;
    }
    .buttonSide{
        font-size: 2.5em;
    }
}

.contentMedia{
    display: grid;
    justify-content: center;
    color: #fff;
    margin-bottom: 5em;
    gap: 1em;
}
.socialMedia{
    display: flex;
    justify-content: space-around;
    color: #fff;
    text-decoration: none;
}
.socialMedia a{
    color: #fff;
}
.contactIcon{
    display: grid;
    justify-self: center;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    border-radius: 1em;
    border: 1px solid white;
}
.contactIcon{
    display: grid;
    justify-self: center;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    border-radius: 1em;
    border: 1px solid white;
}
.cantidadProducto{
    background: #263748;
    border: 1px solid #3DE8F0;
    border-radius: .5em;
    padding: .5em;
    color: #fff;
    width: 60%;
    align-self: center;
    font-size: .8rem;
}