@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    border: none;
    text-transform: capitalize;
    transform: .2s linear;

}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;

}



.btn {
    display: inline-block;
    font-size: 1.7rem;
    color: red;
    background: none;
    margin-top: 1rem;
    padding: .8rem 3rem;
    border: 1px solid red;
    border-radius: .5rem;
    cursor: pointer;
    transition: 0.5s;
}

.btn:hover {
    background: red;
    color: #fff;
}

section {
    padding: 3rem 7%;

}
 

.titulo {
    font-size: 2.8rem;
    color: #130f40;
    padding: 1.2rem 0;
    text-align: center;
    border-bottom: 0.5rem solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5rem;
    }

.titulo span {
    color: red;
}

/* TOPO PAGINAS */

.topo-pagina {
    background: url(../img/topo\ loja.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 12rem;
    padding-bottom: 8rem;
}

.topo-pagina h1 {
    color: #fff;
    font-size: 4rem;
}

.topo-pagina p {
    color: #fff;
    font-size: 2rem;
    padding-top: 1rem;
}

.topo-pagina a {
    color: red;
    font-size: 2rem;
    padding-right: 1.4rem;
}

/* <!-- INICIO DO CABEÇALHO  --> */
.topo-site {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 9%;
    z-index: 1000;
    background: #000;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);

}

.topo-site .logo {
    font-size: 2rem;
    color: #ffff;
    font-weight: bolder;
}

.topo-site .logo i {
    color: yellow;
    padding-right: .5rem;
    rotate: 175deg;
}


.topo-site .menu-site a {
    color: #ffff;
    font-size: 1.7rem;
    margin: 0 1rem;
    transition: 1s;
}


.topo-site .menu-site a:hover {
    color: yellow;
}


.topo-site .icons div {
    color: #ffff;
    font-size: 2.5rem;
    margin-left: 1.7rem;
    cursor: pointer;
    transition: 1s;
}

.topo-site .icons div:hover {
    color: yellow;
}

/* INICIO ICONS */

#menu {
    display: none;
}

#cart {
    display: none;
}

#login {
    display: none;
}

/* FIM ICONS */

.topo-site .carrinho {
    width: 35rem;
    background: #ffff;
    border-radius: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 115%;
    right: -105%;
    padding: 2rem;

}

.topo-site .carrinho.active {
    right: 2rem;
    transition: .4s linear;
}

.topo-site .carrinho .box {
    position: relative;
    display: flex;
    margin-bottom: 1.5rem;
    gap: 1.5rem;
    align-items: center;
}

.topo-site .carrinho .box .fa-times {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #777;
    cursor: pointer;
}

.topo-site .carrinho .box .fa-times:hover {
    color: red;
    transition: 0.5s;
}

.topo-site .carrinho .box img {
    height: 10rem;
}

.topo-site .carrinho .box .content h3 {
    font-size: 1.7rem;
    padding-bottom: 0.5rem;
    color: #130f40;

}

.topo-site .carrinho .box .content span {
    font-size: 1.7rem;
    color: #777;
}


.topo-site .carrinho .box .content span .multiplica {
    margin: 0 5rem;

}

.topo-site .carrinho .total {
    font-size: 2.2rem;
    color: #130f40;
    text-align: center;
}


.topo-site .carrinho .btn {
    width: 100%;
    text-align: center;


}

.topo-site .login-form {
    position: absolute;
    top: 115%;
    right: -105%;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
    width: 35rem;
    padding: 2rem;
}

.topo-site .login-form.active {
    right: 2rem;
    transition: .4s linear;
}

.topo-site .login-form h3 {
    font-size: 2.2rem;
    color: #130f40;
    text-transform: uppercase;
    margin-bottom: .7rem;
    text-align: center;
}

.topo-site .login-form .box {
    margin: .7rem 0;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: .5rem;
    text-transform: none;
    color: #130f40;
}

.topo-site .login-form .lembrar-senha {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: .7rem 0;

}

.topo-site .login-form .lembrar-senha label {
    font-size: 1.7rem;
    cursor: pointer;
    color: #777;

}

.topo-site .login-form .btn {
    text-align: center;
    width: 100%;
    margin: 1rem 0;

}

.black-distaque {
    padding: 0;
}

.black-distaque .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
}

.black-distaque .slide .content {
    display: none;
    width: 60rem;
    text-align: center;
}

.black-distaque .slide .content h3 {
    font-size: 4rem;
    line-height: 1.3;
    color: #fff;
    padding: 2rem 0;
    animation: sliderMaykon 1s ease forwards;

}

.black-distaque .slide .content span {
    color: yellow;
}


.black-distaque .slide .content .btn {
    background-color: red;
    color: #fff;
}

.black-distaque .slide .content .btn:hover {
    background-color: yellow;
    color: #130f40;
    border: none;
    animation: sliderReveal 1s ease forwards;
}


.black-distaque .swiper-slide-active .content {
    display: inline-block;
}

.black-distaque .swiper-slide-active {
    animation: blackcardsScale 4s linear forwards;
}

@keyframes sliderMaykon {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }

}

@keyframes blackcardsScale {
    0% {
        transform: scale(1);

    }

    100% {
        transform: scale(1.15);

    }

}

.swiper-button-prev,
.swiper-button-next {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    margin-left: 1.5rem;
    color: red;
    border: .1rem solid red;
    transform: translateY(-50%) rotate(45deg);

}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 1.5rem;
    transform: rotate(-45deg);

}


.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #fff;
    background-color: red;
}

/* DESTAQUE */
.destaque .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
}

.destaque .box-container .box {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: red;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
}

.destaque .box-container .box .msimg {
    width: 100%;
}

.destaque .box-container .box .msimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.destaque .box-container .box .content {
    padding: 2rem;
}

.destaque .box-container .box .content h3 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

/* FIM DESTAQUE */

/* COMO FUNCIONA */

.como-fuiciona .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.como-fuiciona .box-container .box {
    flex: 1 1 25rem;
    text-align: center;
    padding: 1rem;
}

.como-fuiciona .box-container .box img {
    width: 170px;
    border: 1rem solid #fff;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);

}

.como-fuiciona .box-container .box h3 {
    font-size: 2.1rem;
    color: #130f40;
    padding: 1rem;

}

/* INICIO DA LOJA VIRTUAL */

.loja .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2.5rem;
}

.loja .box-container .box {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0 2.5rem;
}

.loja .box-container .box img {
    height: 30rem;
    transition: .4s linear;
}

.loja .box-container .box:hover img {
    transform: scale(1.1);
}

.loja .box-container .box h3 {
    font-size: 2.5rem;
    color: #130f40;
    line-height: 1.8;
}

.loja .box-container .box p {
    font-size: 1.5rem;
    line-height: 1.8;
}

.loja .box-container .box .estrelas {
    padding: 1rem 0;
    color: gold;
    font-size: 1.7rem;
}

.loja .box-container .box .loja-valor {
    font-size: 2.5rem;
    font-weight: bolder;
    margin-right: 1rem;
    color: #130f40;
}

.loja .box-container .box .loja-valor span {
    color: red;
    font-size: 1.5rem;
    font-weight: lighter;
    text-decoration: line-through;
}

/* FIM DA LOJA VIRTUAL */

/* SOBRE A IMPRESA */

.empresa {
    background-color: red;
}

.empresa .row {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    background: red;
    align-items: center;
}

.empresa .row .empresa-img {
    flex: 1 1 32rem;
}

.empresa .row .empresa-img img {
    width: 100%;
    box-shadow: 0 .8rem rgba(0, 0, 0, 0.1);

}

.empresa .row .content {
    flex: 1 1 50rem;
}

.empresa .row .content h3 {
    font-size: 3.5rem;
    color: #fff;
}

.empresa .row .content samp {
    color: yellow;
}

.empresa .row .content p {
    font-size: 1.6rem;
    color: #fff;
    padding: 2rem 0;
    line-height: 2;
}

.empresa .btn {
    color: #fff;
    border: 1px solid #fff;
}

.empresa .btn:hover {
    background: yellow;
    color: red;
    border: 1px solid yellow;
}

/* NOSSO BLOG  */

.blogs .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 4rem;
}

.blogs .box-container .box {
    text-align: center;
    padding: 1.5rem;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.3);
}

.blogs .box-container .box img {
    width: 100%;
    height: 25rem;
    border-radius: .5rem;
    object-fit: cover;
}

.blogs .box-container .box .icons {
    display: inline-block;
    top: -2rem;
    background: red;
    padding: 1rem;
    border-radius: .5rem;
    position: relative;
}

.blogs .box-container .box .icons a {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 1rem;
}

.blogs .box-container .box .icons a:hover {
    color: gold;
    transition: .5s;
}


.blogs .box-container .box .icons a i {
    color: #130f40;
    padding-right: .5rem;
}

.blogs .box-container .box h3 {
    font-size: 2rem;
    color: #130f40;
}

.blogs .box-container .box p {
    font-size: 1.5rem;
    color: #777;
    padding: 1rem 0;
    line-height: 2;
}

/* RODAPE */

.rodape {
    background-color: #000;
    text-align: center;
}

.rodape .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.rodape .box-container .box h3 {
    font-size: 2.2rem;
    text-transform: capitalize;
    color: #fff;
    padding: 1rem 0;
}

.rodape .box-container .box p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 2;
    padding: 1rem 0;
}

.rodape .box-container .box .rede-sociais {
    margin-top: 1rem;
}

.rodape .box-container .box .rede-sociais a {
    color: #fff;
    border: .2rem solid #fff;
    border-radius: 15%;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 2.0rem;
    margin-right: .3rem;
}

.rodape .box-container .box .rede-sociais a:hover {
    color: #000;
    transition: .6s;
    background-color: yellow;
    border: none;
}

.rodape .box-container .box .link {
    display: block;
    font-size: 1.7rem;
    color: #fff;
    line-height: 2;
    padding: .5rem 0;
    text-decoration: underline;

}

.rodape .box-container .box .link:hover {
    color: yellow;
    transition: .6s;
}

.direitos {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin-top: 3rem;
    padding-top: 3rem;
    text-transform: capitalize;
    border-top: .1rem solid #fff;
}

.direitos span {
    color: yellow;
}

/* GALERIA DE FOTOS */

.galeria-fotos .galeria-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.galeria-fotos .galeria-container .box {
    height: 30rem;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.galeria-fotos .galeria-container .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galeria-fotos .galeria-container .box .icon {
    justify-content: center;
    display: none;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.galeria-fotos .galeria-container .box .icon i {
    font-size: 6rem;
    color: #fff;
}

.galeria-fotos .galeria-container .box:hover .icon {
    font-size: 6rem;
    color: #fff;
    display: flex;

}

/* MENU DE COMPRAS DA PIZZA */

.menu .slider .titulo {
    padding: 1rem;
    font-size: 3rem;
    color: #fff;
    background-color: red;
    margin-bottom: 3rem;
    text-align: center;
    border-radius: 2rem;

}


.menu .slider .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-bottom: 4rem;
}

.menu .slider .box-container .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 38rem;
    gap: 1rem;
    background-color: #eee;
    padding: 2rem;
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1); */
    border-radius: 2rem;

}

.menu .slider .box-container .box:hover {
    transform: scale(.9);
    transition: .7s;
    cursor: pointer;
}

.menu .slider .box-container .box h3 {
    font-size: 2.2rem;
    color: #130f40;
    padding-bottom: .5rem;
}

.menu .slider .box-container .box p {
    font-size: 1.4rem;
    color: #777;
    line-height: 2;
}

.menu .slider .box-container .box .valor {
    font-size: 2.2rem;
    color: red;
}

/* JANELA MODAL */
.menu-modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1100;
    align-items: center;
    justify-content: center;
}

.menu-modal-container .menu-modal {
    background-color: #fff;
    text-align: center;
    padding: 3rem 2rem;
    border-radius: .8rem;
    width: 35rem;
}

.menu-modal-container .menu-modal.active {
    display: inline-block;
}

.menu-modal-container .menu-modal h3 {
    color: #130f40;
    font-size: 2.5rem;
    padding: 1rem 0;
}

.menu-modal-container .menu-modal .estrelinha {
    color: gold;
    font-size: 1.8rem;
    margin-top: .5rem;
}

.menu-modal-container .menu-modal p {
    font-size: 1.7rem;
    margin-bottom: .5rem;
    color: #777;
    line-height: 2;
}

.menu-modal-container .menu-modal .valor {
    font-size: 3rem;
    color: red;
    margin-bottom: .5rem;
}

#fechar {
    position: absolute;
    top: 1.5rem;
    right: 2.5rem;
    font-size: 5rem;
    color: white;
    cursor: pointer;

}

#fechar:hover {
    transform: rotate(120deg);
    color: red;
}

/* CONTATOS */

.contatos .icone-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
}

.contatos .icone-box .icons {
    text-align: center;
    border: .1rem solid rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.3);
    padding: 2rem;
}



.contatos .icone-box .icons i {
    color: red;
    width: 9rem;
    height: 9rem;
    font-size: 3rem;
    line-height: 9rem;
    background: #eee;
    border-radius: 50%;

}

.contatos .icone-box .icons i:hover {
    background: red;
    color: #fff;
    transition: .5s;
}

.contatos .icone-box .icons h3 {
    font-size: 2.5rem;
    color: #130f40;
    padding: 1rem 0;
}

.contatos .icone-box .icons p {
    font-size: 1.8rem;
    color: #777;
    line-height: 1.5;
    text-transform: uppercase;
}

/* FORMULARIO CONTATO  */

.contatos .row {
    margin-top: 3rem;
    text-align: center;
}

.contatos .row form {
    padding: 2rem;
    border: .1rem solid rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    box-shadow: 0 .6rem 2.5rem rgba(0, 0, 0, 0.3);
    padding: 2rem;
}

.contatos .row form h3 {
    font-size: 2.5rem;
    padding-top: 1rem;
    color: #130f40;
}

.contatos .row form .imputbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contatos .row form .imputbox input {
    width: 49.7%;
    border-radius: .8rem;
}

.contatos .row form .imputbox .box,
.contatos .row form textarea {
    padding: 1rem 1.2rem;
    font-size: 1.6rem;
    border: .1rem solid rgba(0, 0, 0, 0.2);
    margin: .7rem 0;
    text-transform: none;

}

.contatos .row form textarea {
    width: 100%;
    height: 15rem;
    border-radius: .8rem;
    resize: none;
}








/* CELULAR */

@media(max-width:991px) {
    html {
        font-size: 55%;
    }

    section {
        padding: 3rem;
    }

    .topo-site {
        padding: 2rem;
    }
}

@media(max-width:768px) {
    .topo-site .icons #menu {
        display: inline-block;

    }

    .topo-site .menu-site {
        position: absolute;
        top: 110%;
        right: 110%;
        width: 30rem;
        background-color: #fff;
        border-radius: .5rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.7);
    }

    .topo-site .menu-site.active {
        right: 2rem;
        transition: .4s linear;
    }

    .topo-site .menu-site a {
        display: block;
        font-size: 2rem;
        margin: 2rem 2.5rem;
    }

    .black-distaque .slide .content h3 {
        font-size: 4rem;
    }

    .topo-site .menu-site a {
        color: #000;
        border-bottom: 1px solid #000;
        border-bottom-style: dotted;

    }

}

@media(max-width:450px) {
    html {
        font-size: 50%;
    }

    .black-distaque{
        /* display: none; */
    }

    .black-distaque .slide .content h3 {
        font-size: 3.5rem;
    }

    .topo-site .menu-site a {
        color: #000;
        border-bottom: 1px solid #000;
        border-bottom-style: dotted;


    }
}