body{
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

hr{
    border-top: 3px solid #fedb06;
}
.p-nosotros{
    color:white;
    font-size: 23px;
    text-align: left;
    margin-top: 32px;


}

.p-nosotros1{
    color:white;
    font-size: 23px;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 32px;
    
}
.p-nosotros2{
    color:white;
    font-size: 26px;

    
}
.img-nosotros{
    width: 50%;
}
.desc{
    margin-top: 16px;
    color:white;
    font-size: 20px;
}
.logo{
    width: 35%;

}
.carousel-indicators{
    z-index: -1;
}
.carousel-container{
    height: 768px;
}
.btn-primary{
    color: white;
    background-color: #eb8026;
    border-color:#eb8026;
}
.btn-primary:hover{
    color: white;
    background-color: #eb8026;
    border-color:#eb8026;
}
.zoom:hover {
    transform: scale(1.1);
    
}
.gallery {
    background: #EEE;
  }
  
  .gallery-cell {
    width: 28%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
  }
  
  .gallery-cell.is-selected {
    background: #ED2;
  }
  
  /* cell number */
  .gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }
  

.navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    color: white;
}

.brand-title {
    font-size: 1.5rem;
    margin: .5rem;
}

.navbar-links {
    height: 100%;
   

}
.sticky{
    position:fixed;
	z-index:1000;
	top:0;
	/*max-width:1000px;*/
	left:0;
	width:100%;
}
.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #fedb06;
    padding: 1rem;
   
}

.navbar-links a{
    cursor: pointer;
}



.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

@media (max-width: 800px) {
    .movil-separar{
        margin-top: 16px
    }
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }
}


.titulo{
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    padding-top: 72px;
    color: #eb8026;
}

.titulo2{
    font-family: 'Kaushan Script', cursive;
    font-size: 470%;;
    color: #eb8026;

}

.tepan{
    margin-right: 3%;
}

.responsiva{
   width: inherit;
}

.subtitulo{
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.platillo-subtitulo{
    font-size: 30px;
    color: white;
  

}
.platillo-desc{
    margin-top: 16px;
    color: white;
    font-size: 20px;
    /* margin-right: 30%; */

}
.card{
    background-color: rgba(0, 0, 0, -0.2); 
    border: 0px
}

.footer-copyright{
    background-color: #eb8026;
    color: white;
}

.card-atributos{
    width: 350px !important;
    height: 560px !important;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 20px;
}
.nombre{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #eb8026;  
}
.atributo{
    height: 260px;
}
.img-atributos{
    transition: transform 0.5s;
     -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, transparent) , to(rgba(250, 250, 250, 0.1)));
}


.btn-menu{
    margin-top: 32px;
    margin-bottom: 32px;
}

.parallax{
    background-image: url("../assets/sucursal.png");
    min-height: 850px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
}
.titulo-suc{
    font-size: 70px;
    margin-top: 64px;

}
.subtitulo-suc{
    font-size: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
    color:#eb8026;
}

.direccion{
    font-size: 32px;

}

.separacion{
    padding-top: 80px;
}

.descripcion{
    font-size: 18px;
}

.qrCode {
    width: 50%;
}
/*Media quieries*/


@media (min-width: 768px) {

.carruselResponsive{
  

}


.verticalAlign{

    align-self: center;
}

.resonsiveMD{

    left: -10%;
}

.qrCode{
    width: 25%;
}


}




