@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');
@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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #F2EBE4;
    scroll-behavior: smooth;
}

p{
    font-family: 'Nunito';
    font-size: 20px;
    color: #707070;
}
button:focus, *:focus, .btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: unset;
}

/* Carruseles */
.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%);
}

/* Nav */
#navbar {
    /* overflow: hidden; */
    z-index: 9999;
}
/* Navbar links */
/* #navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
} */

#navbar.sticky {
    background-color: #013146;
}
.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 60px;
}
.sticky .logo {
    height: auto;
    width: 70px;
}

@media (min-width: 1200px) {
    .carousel-large {
        display: block;
    }
    .carousel-responsive {
        display: none;
    }
    #navbar.sticky {
        padding: .1rem 7rem;
    }
    .logo {
        width: 140px;
    }
    .h1-white{
        font-size: 80px;
    }
    .info-domicilio {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
}
@media (max-width: 991px) {
    #navbar {
        position: fixed;
        overflow: visible;
        width: 100%;
    }
    .content {
        padding: 80px 16px 16px 16px;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        background: #f7bc5e;
        text-align: center;
        top: 100%;
        left: 0;
    }
    .navbar-collapse.show {
        box-shadow: 0px 20px 30px rgb(3 45 64 / 0.2);
    }
    .nav-social {
        justify-content: center;
    }
    .nav-item:hover, .nav-item:focus {
        background-color: #eaa73b;
        color: #ffffff;
    }
    nav li a:hover{
        color: #ffffff;
    }
    .nav-social .nav-item:hover, .nav-social .nav-item:focus {
        background-color: transparent;
    }
    .nav-social .nav-item:focus i {
        color: #ffffff;
    }
}
@media (min-width: 992px) {
    .nav-social {
        justify-content: flex-end;
    }
    .navbar-nav .nav-link {
        padding-left: 3rem !important;
    }
    .content {
        padding: 16px;
    }
    .text-home {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: self-start;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .h1-white{
        font-size: 70px;
    }
    .info-tel {
        padding-top: 3rem;
    }
    .logo {
        width: 90px;
    }
    .nav-link i {
        font-size: 25px;
    }
    .nav-link img {
        height: auto;
        width: 25px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #navbar.sticky {
        padding: .5rem 3rem;
    }
}
@media (max-width: 767px) {
    #navbar.sticky {
        padding: .5rem 1rem;
    }
    .domicilio {
        flex-direction: column;
    }
    .domicilio .uber, .domicilio .rappi, .domicilio .didi {
        margin-bottom: 20px;
    }
    .logo {
        width: 90px;
    }
    .nav-link i {
        font-size: 25px;
    }
    .nav-link img {
        height: auto;
        width: 25px;
    }
}
/* Home */

#home{
    background-color: #013146;
    background-image: url(../img/texture-home.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.h1-white{
    color: white;
    font-family: 'Passion one';
}

nav li a{
    color: white;
}

nav i{
    color: white;
    font-size: 35px;
}
nav.sticky i {
    font-size: 25px;
}
nav.sticky .nav-link img {
    height: auto;
    width: 25px;
}

.btn-warning{
    background-color: #F0C415;
    border: 3px solid #F0C415;
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.btn-warning:hover{
    color: white;
    background-color: transparent;
    border: 3px solid #F0C415;
    font-size: 30px;
    font-weight: bold;
}

#home .owl-nav {
    position: absolute;
    top: 58%;
    right: 50%;
    transform: translate(50%, -150%);
    display: flex;
    justify-content: space-between;
    width: 98%;
}

#home button.owl-next, #home button.owl-prev {
    width: 40px;
    height: 40px;
    background: #ffffff !important;
    font-size: 30px !important;
    border-radius: 50% !important;
    bottom: 50%;
    position: relative;
    color: #F7BC5E !important;
}


/* Nosotros */

#nosotros{
    background-color: #F2EBE4;
}

.h2-blue{
    color: #013146;
    font-family: 'Passion one';
    font-size: 60px;
    text-decoration: underline #F0C415;
}

@media (max-width: 767px){
    .form-contacto {
        padding: 30px 20px;
    }
    .h2-blue{
        color: #013146;
        font-family: 'Passion one';
        font-size: 40px;
        text-decoration: underline #F0C415;
    }
    .nosotros-img{
        border: solid #ffffff 10px;
    }

}


div div .churchs-marca{
	position: absolute;
    opacity: .1;
    left: 20%;
    padding-top: 5%;
    /* transform: translateY(-50%); */
}

@media (max-width: 895px){
    div div .churchs-marca{
        position: absolute;
        opacity: .1;
        left: 20%;
        padding-top: 10%;
    }

    .churchs-marca img{
        width: 70%;
    }
}


/* Menú */

@media (max-width: 767px){
    .h1-white{
        font-size: 60px;
    }
    .h2-white{
        color: white;
        font-family: 'Passion one';
        font-size: 40px;
        text-decoration: underline #F0C415;
    }
    .h4-white{
        color: white;
        font-family: 'Passion one';
        font-size: 20px;
    }
    .h5-white{
        color: white;
        font-family: 'Passion one';
        font-size: 16px;
    }
}

.h2-white{
    color: white;
    font-family: 'Passion one';
    font-size: 60px;
    text-decoration: underline #F0C415;
}

.h4-white{
    color: white;
    font-family: 'Passion one';
    font-size: 35px;
}

.h5-white{
    color: white;
    font-family: 'Passion one';
    font-size: 20px;
}
.qr-img {
    display: block;
    height: auto;
    margin: 0 auto;
}
.center {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 1200px) {
    #menu h4 {
        margin-bottom: 20px;
    }
}
@media (min-width: 1300px) {
    .qr-img {
        width: 50%;
        padding-top: 40px;    
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .qr-img {
        width: 40%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .qr-img {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .qr-img {
        margin: 0 auto;
        width: 80%;
    }
}

/* Promocioness */

/* #promociones{
    background-color: #F2EBE4;
    background-image: url(../img/textura.jpg);
    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: 110%;
}

button.owl-next, button.owl-prev {
    width: 40px;
    height: 40px;
    background: #F7BC5E !important;
    font-size: 25px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    position: relative;
}


/* Biscuits */

#buscuits{
    background-color: #F7BC5E;
    background-image: url(../img/texture2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 767px){
    #buscuits{
        padding: 3rem .5rem;
    }
    .h2-div{
        color: white;
        font-family: 'Passion one';
        font-size: 30px;
    }
    
    .h3-div{
        color: white;
        font-family: 'Passion one';
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .break {
        display: block;
    }
    nav li a:hover{
        color: #F0C415;
    }
    nav i:hover{
        color:#F0C415;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        width: 80px;
    }
    .h1-white{
        font-size: 70px;
    }
}
@media (min-width: 768px){
    .qr-img:hover {
        opacity: .9;
    }
    .nosotros-img{
        border: solid #ffffff 20px;
    }
    .form-contacto {
        padding: 60px 40px;
    }
    .border-blue {
        border: 40px solid #013146;
    }    
    #biscuits{
        padding: 3rem;
    }
    .h2-div{
    color: white;
    font-family: 'Passion one';
    font-size: 70px;
    }

    .plato {
        position: absolute;
        left: 60%;
        bottom: -50%;
    }
    .plato img {
        width: 90%;
    }
}

@media (max-width:767px){
    .plato {
        display: none;
    }
    .churchs-marca {
        display: none;
    }
    #sucursales {
        padding-top: 60px;
    }
    #nosotros:after {
        content: '';
        height: 100%;
        width: 100%;
        background-image: url(../img/churchs-marca.png);
        display: block;
        position: absolute;
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: .1;
        z-index: 1;
        background-position: center;
    }
    #nosotros {
        position: relative;
    }
    #nosotros .container-fluid {
        position: relative;
        z-index: 3;
    }
    .border-blue {
        border: 20px solid #013146;
    }    
    .logo {
        width: 60px;
    }
    .plato {
        position: absolute;
        left: 60%;
        bottom: -60%;
    }
}


.h3-div{
    color: white;
    font-family: 'Passion one';
    font-size: 40px;
}

.btn-primary{
    background-color: #013146;
    border: 3px solid #013146 !important;
    font-size: 20px;
    font-weight: bold;
    border: none;
}

.btn-primary a{
    color: white;
}

.btn-primary:hover{
    color: #013146;
    background-color: transparent;
    border: 3px solid #013146;
    font-size: 20px;
    font-weight: bold;
}

.btn-primary a:hover{
    color: #013146;
    text-decoration: none;
}



/* Sucursales */

#sucursales{
    /* background-color: #F2EBE4;
    background-image: url(../img/textura.jpg);
    background-size: 100%; */
    /* background-repeat: no-repeat; */
}
.fondito{
    background-color: #F2EBE4;
    background-image: url(../img/textura.jpg);
    background-size: 100%;
    /* background-repeat: no-repeat; */
}

#sucursales .owl-nav {
    position: absolute;
    top: 58%;
    right: 50%;
    transform: translate(50%, -140%);
    display: flex;
    justify-content: space-between;
    width: 110%;
}

@media (max-width:767px){
    #sucursales .owl-nav{
        width: 100%;
    }
}


@media (max-width:575px) {
    .text-carousel {
        background: #013146;
        padding: 20px;
    }
    .text-carousel p {
        color: #ffffff;
        font-size: 16px;
    }
    .text-carousel h5 {
        color: #ffffff;
    }
}
@media (min-width:576px) and (max-width:767px){
    .text-carousel {
        background: rgba(255, 255, 255, 0.7);
        padding: 20px 40px;
        position: absolute;
        bottom: 6%;
    }
}

@media (min-width:768px){
    .text-carousel{
        background: rgba(255, 255, 255, 0.7);
        padding: 30px 60px;
        position: absolute;
        bottom: 0%;
        width: 100%;
    }
}
@media (min-width: 576px) {
    .text-carousel p{
        color: #013146;
        font-size: 16px;
    }
}

#sucursales .owl-carousel img{
    border: 20px solid white;
}

.text-carousel p {
   margin: 0; 
}

/* A Domicilio*/

.p-blue{
    color: #013146;
    font-size: 26px;
    font-weight: 600;
}
.domicilio {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.uber-btn img{
    padding: 20px;
    width: 200px;
}

.uber-btn {
    background-color: #ffffff;
    border: 0;
    border-radius: 10px;
}
.uber-btn:after {
    border-top-color: #000000 !important;
    border-right-width: 8px;
    border-top-width: 8px;
    border-left-width: 8px;
}
.uber-btn:hover, .uber-btn:focus, .show>.uber-btn.dropdown-toggle {
    background-color: #ffffff !important;
}
.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;
}
.rappi img, .juan img, .didi img {
    height: 100%;
    width: auto;
}
.rappi, .juan, .didi {
    padding: 15px 0px;
}
.rappi, .juan, .uber, .didi {
    border: 0;
    border-radius: 10px;
    width: 250px;
    height: 80px;
}
.uber .dropdown-item.active, .uber .dropdown-item:active {
    background-color: #09c269 !important;
}
.leyenda {
    color: #013146;
}

/* Familia */

#familia{
    background-image: url(../img/divider.jpg);
    background-size: cover;
}

@media (min-width:768px){
    .h2-divider{
        color: white;
        font-size: 90px;
        font-family: 'Passion one';
    }
}

@media (max-width:767px){
    .h2-divider{
        color: white;
        font-size: 40px;
        font-family: 'Passion one';
    }
}
@media (min-width: 1200px) {
    #familia {
        background-attachment: fixed;
    }
}
@media (max-width: 1199px) {
    #familia {
        background-position: center;
    }
    .carousel-large {
        display: none;
    }
    .carousel-responsive {
        display: block;
    }
}


/* Contacto */

#contacto{
    background-color: #F2EBE4;
    background-image: url(../img/textura.jpg);
    background-size: 100%;
    /* background-repeat: no-repeat; */
    padding-top: 100px;
    scroll-margin-top: 100px;
}

#contacto .nav-social .social-dropdown button{
    color: #013146;
    font-size: 30px;
    padding: 10px 15px;
}

#contacto .nav-social .social-dropdown button:hover{
    color: #F0C415;
}
#contacto .nav-link {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 10px 15px;
    justify-content: center;
}
.input-container i {
    position: absolute;
    top: 8px;
    left: 20px;
    color: #707070;
}
.form-contacto {
    background-image: url(../img/contacto.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.form-contacto input {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #707070;
    padding-left: 25px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    background-color: transparent;
    border-color: #013146;
    box-shadow: unset;
    outline: 0;
}
textarea:focus {
    border-color: #013146;
    outline: 0;
}
.form-contacto textarea {
    border: 3px solid #707070;
    border-radius: 0;
    padding: 10px;
}

.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 3px solid #707070;
    transition: all 0.2s ease;
}

.text-primary {
    color: #707070 !important;
}

form button{
    border: 3px solid #707070;
    display: block;
    position: relative;
    padding: 0.5em 2em;
    background: initial;
    color: #707070;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    background-color: white;
}

form button:hover{
    border: 3px solid #707070;
    color: #707070;
    background-color: transparent;
}


@media (min-width:1800px){
    div div .contacto-img{
        position: absolute;
        right: 10%;
        bottom: 0;
    }
}

@media (min-width:1500px) and (max-width:1799px){
    div div .contacto-img{
        position: absolute;
        right: 12%;
        bottom: 0;
    }
}

@media (min-width:1200px) and (max-width:1499px){
    div div .contacto-img{
        position: absolute;
        right: 15%;
        bottom: 0;
    }
}

@media (min-width:992px) and (max-width:1199px){
    div div .contacto-img{
        position: absolute;
        right: 15%;
        bottom: 0;
    }
}

@media (min-width:865px) and (max-width:991px){
    div div .contacto-img{
        position: absolute;
        right: 0%;
        bottom: 0;
    }
}


/* Footer */

footer ul li a{
    color: #013146;
}

footer ul li a:hover{
    color: white;
}

footer p{
    color: #013146;
    font-size: 20px;
}

.social-dropdown .dropdown-toggle:after {
    display: none;
}
.nav-social .dropdown-menu {
    float: unset;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    margin-top: 10px;
}
.social-dropdown .dropdown-menu .title {
    font-size: 15px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #013146;
    padding: 0 1.5rem;
}
.social-dropdown .dropdown-menu:before {
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
}
#contacto .social-dropdown .dropdown-menu:before {
    content: "";
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    top: unset;
    transform: unset;
    bottom: -20px;
    left: 18px;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
}
.social-dropdown .dropdown-menu .dropdown-item {
    text-align: center;
}
.z-1001 {
    z-index: 1001;
}