@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Boogaloo&display=swap');


/* Inicio */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:focus, *:hover {
    box-shadow: unset;
    outline: 0 !important;
}
#home {
    background-image: url(../img/bg-pizarron.png);
    background-color: #0d7656;
    position: relative;    
}
#navbar {
    position: fixed;
    width: 100%;
    z-index: 999999;
}
#navbar .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#navbar .navbar-nav a {
    font-family: "Nunito";
    font-weight: bold;
    text-align: center;
}

#navbar .navbar-nav a:hover {
    color: white;
}
.logo {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: -50px;
}
#navbar.shrink .logo {
    top: -25px;
}
.h2-white {
    color: white;
    margin-top: 0;
}

.h4-yellow{
    color: #FFD700;
    font-family: 'Boogaloo';
    font-size: 36px;
}

.h5-yellow{
    color: #FFD700;
    font-family: 'Boogaloo';
    font-size: 20px;
}

.redes {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    padding: 10px;
}

.redes a {
    color: white;
}


.btn-menu {
    border-left: 18px solid white;
    color: white;
    font-family: "Boogaloo";
    border-radius: 0;
    background-color: #DF1E39;
    justify-content: center;
}

.logo-mobile {
    z-index: 20;
}

#home h1 {
    font-family: "Boogaloo";
    color: white;
}

#home .h1-yellow {
    color: #FFD700;
}



/* Nosotros */

#nosotros {
    background-image: url(../img/manchas.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

h2 {
    font-family: "Boogaloo";
    font-weight: normal;
    color: #DF1E39;
}

#nosotros p {
    font-family: "Nunito";
    font-weight: normal;
    color: #000000;
}




/* Menú */


#menu .code-qr {
    display: block;
    height: auto;
    margin: 0 auto;
}
#menu p {
    color: white;
    text-align: left;
    font-family: "Nunito";
    font-weight: normal;
}

#menu {
    background-image: url(../img/blackboard.png);
    background-size: cover;
    background-position: center top;
    background-color: #0a0a0a;
}
.menu-carousel {
    align-items: flex-end;
    display: flex;
}

/* Promociones */

#promociones{
    background-image: url(../img/manchas.png);
    background-size: cover;
    background-repeat: no-repeat;
}


#promociones .owl-nav {
    position: absolute;
    top: 58%;
    right: 50%;
    transform: translate(50%, -140%);
    display: flex;
    justify-content: space-between;
    width: 130%;
}

button.owl-next, button.owl-prev {
    width: 40px;
    height: 40px;
    background: #489A81!important;
    font-size: 25px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
}



/*Separador*/

#separador {
    background-color: #DF1E39;
    background-image: url(../img/pizza-back.png);
}

#separador p {
    font-family: "Boogaloo";
    color: white;
}

#separador .p-yellow {
    color: #FFD700;
}

.slogan-cta {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
}


/* Sucursales */

#sucursales .nav-pills .nav-link {
    border-radius: 18px;
    border: 0;
    background-color: #f5f5f5;
}

#sucursales h6 {
    color: green;
}

#sucursales p {
    color: #000000;
}

#sucursales .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border: 5px solid #DF1E39;
    color: #ffffff;
}
#sucursales .nav-pills .nav-link {
    border: 5px solid #ffffff;
}

#sucursales a {
    border-radius: 12px;
    margin: 0 5px 15px;
}

.tab-content .card-title, .sucursal .card-title {
    font-family: "Nunito";
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
    color: #489A81;
}

.tab-content .card-text {
    font-family: "Nunito";
    font-weight: normal;
}

.tab-content .card {
    border-radius: 20px;
}

.tab-content img, .sucursal-img img {
    border-radius: 10px;
}
.icono-horario {
    color: #DF1E39;
    font-size: 20px;
}
.horario-title {
    font-weight: bold !important;
}

#sucursales .icono {
    align-items: center;
    background-color: #489a81; 
    border-radius: 12px;
    display: flex;
    justify-content: center;
    height: 100%;
}
#sucursales .nav-link.active .icono {
    background-color: #DF1E39;
}
/*Sucursales mapa*/

.map-container{
    overflow:hidden;
    position:relative;
    height: 250px;
}

.map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    border-radius: 20px;
}
.tab-content .map-container {
    margin-bottom: 20px;
}





/* Contacto */

#contacto .col {
    font-family: "Nunito";
    font-size: 16px;
    font-weight: bold;
}
#contacto label {
    font-family: "Nunito";
    font-weight: bold;
}

#contacto input {
    border: none;
    border-bottom: 6px solid #489A81;
    border-radius: 0;
    background-color: transparent;
}

#contacto textarea {
    border: 6px solid #489A81;
}

#contacto .button {
    background-color: #489A81;
    color: white;
    font-family: "Nunito";
    font-size: 20px;
    border: none;
    width: 20%;
    height: 40px;
}

#contacto label {
    color: #000000;
}
.ingredientes-izq {
    left: 0;
}
.ingredientes-der {
    right: 0;
}
/* Footer */



h3 {
    font-family: "Boogaloo";
    font-size: 60px;
    font-weight: normal;
    color: white;
}
#pizza {
    background-color: #0a0a0a;
    background-image: url(../img/blackboard.png);
}
#pizza p {
    font-family: "Nunito";
    font-size: 30px;
    font-weight: normal;
    color: white;
    margin: 40px 0;
}

#pizza ul {
    padding: 0 60px;
}

#pizza li {
    list-style: none;
    padding: 0 10px;
}



footer a {
    color: white;
    font-size: 30px;
}
footer a:hover, footer a:focus, footer a:active {
    color: #ffffff;
}
footer p {
    font-family: "Nunito";
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

footer img {
    width: 30px;
    height: 30px;
}
.domicilio {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.uber {
    background-color: #ffffff;
    border: 0;
    border-radius: 10px;
}
.juan {
    background-color: #cb0678;
    border: 0;
    border-radius: 10px;
}
.rappi {
    background-color: #ff7864;
    border: 0;
    border-radius: 10px;
    margin: 0 30px;
}
.didi {
    background-color: #ff7619;
    border: 0;
    border-radius: 10px;
    margin: 0 30px;
}
.uber img{
    padding: 15px 20px;
    width: 200px;
}
.rappi img, .juan img, .juan img  {
    height: 100%;
    width: auto;
}
.rappi, .juan, .uber, .didi {
    padding: 15px 0px;
    border: 0;
    border-radius: 10px;
    width: 250px;
    height: 80px;
}


/*Media queries*/


/*Media queries min-width 769px*/

/*Media queries max-width 768px*/


/*Headings*/



@media (min-width: 768px) {
    h2 {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .h4-yellow {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .h5-yellow {
        font-size: 16px;
    }
}


/*Home*/

@media (min-width: 1400px) {
    #home h1 {
        font-size: 90px;
        margin-top: 80px;
        margin-bottom: 40px;
    }
    #navbar .navbar-nav a {
        font-size: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    #home h1 {
        font-size: 70px;
        margin-top: 80px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    #home h1 {
        font-size: 60px;
        margin-top: 80px;
        margin-bottom: 40px;
    }
    
}
@media (min-width: 992px) and (max-width: 1199px) {
    #navbar .navbar-nav a {
        font-size: 16px;
    }    
}
@media (min-width: 992px) {
    #navbar {
        top: 48px;
    }
    #navbar.shrink {
        top: 0;
    }
}
@media (max-width: 991px) {
    #navbar {
        top: 0;
        z-index: 99999;
    }
}


@media (max-width: 991px) {
    #home h1 {
        font-size: 40px;
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .logo-mobile {
        position: absolute;
        right: 50%;
        top: 5px;
        transform: translateX(50%);
        width: 200px;
        z-index: 20;
    }
    .logo-desktop {
        display: none;
    }
    #home .logo-desktop {
        display: none;
    }
    #home {
        padding-top: 50px;
    }
}
@media (min-width: 1200px) {
    #home {
        padding-top: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #home {
        padding-top: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #home {
        padding-top: 0px;
    }
}
@media (min-width: 992px) {
    .logo-mobile {
        display: none;
    }
}
@media (max-width: 991px) {
    .navbar-dark .navbar-toggler {
        color: #ffffff;
        border: 0;
    }
    #navbar .navbar-nav a {
        color: #ffffff;
    }
}
@media (max-width: 767px) {
    #home h1 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
}


/*button*/
@media (min-width: 768px) {
    .btn-menu {
        font-size: 30px;
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .btn-menu {
        font-size: 20px;
    }
}




/*redes*/
@media (min-width:768px) {
    .redes {
        width: 100px;
    }
}
@media (min-width:768px) {
    .redes a {
        font-size: 26px;
    }
    .redes a img {
        height: auto;
        width: 26px;
    }
}

@media (max-width:767px) {
    .redes {
        width: 50px;
    }
}
@media (max-width:767px) {
    .redes a {
        font-size: 18px;
    }
    .redes a img {
        height: auto;
        width: 18px;
    }
}






/*Nosotros*/

@media (min-width: 992px) {
    #nosotros p {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    #nosotros p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #nosotros p {
        padding: 0;
        font-size: 16px;
    }
}


/*Promociones*/

@media (min-width: 768px) {
    #promociones .owl-nav {
        width: 130%;
    }
}
@media (max-width: 767px) {
    #promociones .owl-nav {
        width: 100%;
    }
}

/*Menú*/

@media (min-width: 768px) {
    #menu p {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    #menu p {
        font-size: 16px;
    }
}
@media (min-width: 1300px) {
    .code-qr {
        width: 50%;
    }
    .qr-border {
        padding-top: 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .code-qr {
        width: 40%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .code-qr {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .code-qr {
        margin: 0 auto;
        width: 80%;
    }
}


/*Separador*/

@media (min-width: 768px) {
    #separador p {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    #separador p {
        font-size: 40px;
        margin-top: 20px;
    }
    .slogan-cta {
        padding: 1rem;
    }
}


/*Sucursales*/

@media (min-width:1200px) {
    #sucursales .nav-pills .icono-sucursal {
        top: 1rem;
        font-size: 3rem;
    }
}

@media (max-width:1199px) {
    #sucursales .nav-pills .icono-sucursal {
        font-size: 2rem;
        top: 1rem;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .direccion-sucursal {
        padding: 1rem 0;
    }
}
@media (max-width: 991px) {
    .sticky-side {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 100px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .direccion-sucursal {
        padding: 1rem 0;
    }
}
@media (min-width:768px) {
    #sucursales .nav-link.active .icono {
        border-radius: 0 12px 12px 0;
    }
}
@media (max-width: 767px) {
    #sucursales .icono {
        padding: 10px 0;
    }
    .tab-content .card-title {
        margin-top: 20px;
    }
    #sucursales .nav-link.active .icono {
        border-radius: 0 0 12px 12px;
    }
    .direccion-sucursal {
        padding: 1rem;
        text-align: center;
    }
}

/*Contacto*/

@media (min-width: 768px) {
    #contacto img {
        opacity: 40%;
    }
}

@media (max-width: 767px) {
    #contacto img {
        opacity: 20%;
        height: 100%;
        width: auto;
    }
    .ingredientes-izq {
        right: 90px;
    }
    .ingredientes-der {
        left: 90px;
    }
}



/*Pizza Footer*/

@media (max-width:767px) {
    #pizza p {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    #pizza ul {
        padding: 0 10px;
    }
    .domicilio {
        flex-direction: column;
    }
    .domicilio .uber, .domicilio .rappi {
        margin-bottom: 20px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .img-footer {
        z-index: 2; 
        left: 5%; 
        transform: translateY(50%);
        width: 350px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .img-footer {
        z-index: 2; 
        left: 2%; 
        top: 60px;
        transform: translateY(50%);
        width: 300px;
    }
}
@media (max-width: 767px) {
    .img-footer {
        display: none;
    }
}


@media (min-width: 1200px) {
    .img-footer {
        z-index: 2; 
        left: 10%;
        width: 350px;
        transform: translateY(50%);
    }
}

.owl-theme .owl-nav .owl-next span, .owl-theme .owl-nav .owl-prev span {
    line-height: 0;
    font-size: 40px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-bottom: 20%;
    transform: translate(-50%,-50%);
}
#promociones button.owl-next, #promociones button.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 30px !important;
    border-radius: 50% !important;
    bottom: 50%;
    position: relative;
}

h2:after {
    content: '';
    width: 280px;
    margin: 0 auto;
    height: 10px;
    display: block;
    background-image: url(../img/tiza1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
h2.after-left:after {
    margin: 0 auto 0 0;
}
.ul-ubicacion {
    margin-left: 1.5rem;
}