body{
    font-family: 'Poppins', sans-serif !important;

}

.pacifico{
    font-weight: 900 !important;
}

.slide{
    background-color:#232735;
    padding:30px;
}

.slide .row{
    padding:3rem;
}

.title-slide{
    color:white;
    font-size:48px;
    line-height:48px;
    font-style: italic;
}

.login-nav{
    font-size:0.6em;
    margin-left:15px;
    color:white;
}

.login-nav:hover{
    color:#46AF72;
}

.btn-slide{
    background-color:#34c38f;
    color:white;
}

.btn-slide:hover{
    background-color:white;
    color:#34c38f;
}

.relative{
    position:relative;
}

.navbar-dark{
    padding:0 30px;
}

.paises-footer{
    width:120px;
    height:auto;
}

.navbar-dark .navbar-nav .nav-link {
    text-align: left !important;
    color: white;
    line-height: 16px;
    font-size:16px;
    margin-right:16px;
}

.ecologic{
    color:#46AF72;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #46AF72;
}

.mobile-float{
    position:absolute;
    bottom:-380px;
    right:100px;
    z-index:1111111111111111111;
    width:420px;
    height:auto;
    animation-name: mobile-float;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes mobile-float {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(5px, 5px); }
    100%   { transform: translate(0, -0px); }   
}

.floating-1 { 
    animation-name: floating-1;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    left: 20px;
    top: 0px;
    width: 140px;
    height: auto;
    position: absolute;
    z-index: 1111111111;
}
 
@keyframes floating-1 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(5px, 12px); }
    100%   { transform: translate(0, -0px); }   
}

.floating-2 { 
    animation-name: floating-2;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    top: -30px;
    left: 190px;
    width: 80px;
    height: auto;
    position: absolute;
    z-index: 1111111111;
}
 
@keyframes floating-2 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(20px, 12px); }
    100%   { transform: translate(0, -0px); }   
}

.floating-3 { 
    animation-name: floating-3;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
   bottom: -20px;
   right: 100px;
   width: 60px;
    height: auto;
    z-index: 1111111111;
}
 
@keyframes floating-3 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(5px, 12px); }
    100%   { transform: translate(0, -0px); }   
}

.floating-4 { 
    animation-name: floating-4;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
   position: absolute;
   bottom: 60px;
   right: 0px;
   width: 100px;
    z-index: 1111111111;
}
 
@keyframes floating-4 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(5px, 12px); }
    100%   { transform: translate(0, -0px); }   
}

.green{
    background:#46AF72 !important;
    padding:60px 30px;
}

.bg-oscuro{
    background-color:#232735;
    padding:60px 30px;
}
    

.title-section{
    color:white;
    font-size:48px;
    line-height:48px;
    font-style: italic;
}

.pasos{
    margin:0 10px;
    background:#232735;
    text-align:center;
    padding:20px 0 40px 0;
}

.pasos h3{
    font-size:48px;
    line-height:48px;
    color:white;
}

.section-cta{
    text-align:center;
    color:white;
    background-color:#232735;
    padding:40px 0 30px 0;
    font-size:28px;
}


.section-cta a{
    color:white;
    text-decoration:underline !important;
}

.bg-ecologic-dark{
    background-color:#232735;
}


.bg-ecologic-dark-2{
    background-color:#171923;
}

.bg-oscuro{
    text-align:center;
    color:white;
    background-color:#232735;
    padding:20px;
    font-size:20px;
}

.bg-gris{
    background: #fff;
    text-align:right;
    color:#232735;
    padding:20px;
    font-size:20px;
}

.title-section-dark{
    color:#232735 !important;
    font-size:48px;
    line-height:48px;
    font-style: italic;
}


button.btn.btn-primary.flotante-pedido {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 111111111111;
}

.cantidades {
    width: 60px !important;
    margin-top: 10px;
}

.img-producto-menu{
    width:100%!important;
    padding:30% 0;
    border-radius:0.5rem; 
    margin:20px
}

button.btn.btn-success.button-add {
    margin-top: 30px;
}

.scrolling-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}


.text-footer{
    font-size:14px;
    text-align:left;
}

footer li{
    list-style:none;
    text-align:left;
}

footer a{
    font-size:14px !important;
}

.text-left{
    text-align:left;
}

.navbar-brand-box {
    padding: 0 !important;
}

.sombra-portada {
    position: absolute;
    bottom: 0px;
    height: 200px;
    width: 100%;
    z-index:1;
    background: linear-gradient(rgba(34, 39, 54, 0), rgb(34, 39, 54) 70%);
}

.titulo-restaurante{
    font-size:26px;
    right:30px;
    top:50px;
    position:absolute;
    z-index:10;
    color:#fff;
    text-shadow: 1px 1px 20px rgba(0,0,0,0.68);
}


.logo-restaurant{
    width:160px;
    height:auto;
    left:30px;
    top:30px;
    position:absolute;
    z-index:10;
}


.alegria{
    position:absolute;
    top:-25px;
    right:-40px;
    width:120px;
    height:auto;
}

.puntero{
    position:absolute;
    bottom:-30px;
    right:10px;
    width:80px;
    height:auto;
}

.qr-menu{
    margin-top:0;
}

h4#restaurant-name {
    color: white !important;
    margin-top: 30px;
    margin-left: 0 !important;
    padding-left: 30px !important;
}

div#tutorialModal {
    z-index: 9999999999;
}


@media only screen and (min-width: 1800px) {


.mobile-float {
    position: absolute;
    bottom: -380px;
    right: 350px;
    z-index: 1111111111111111111;
    width: 420px;
    height: auto;
    animation-name: mobile-float;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.pasos h3 {
    font-size: 72px;
    line-height: 70px;
    color: white;
}

.pasos p.pacifico {
    font-size: 28px;
    line-height: 26px;
}

.pasos {
    margin: 0 10px;
    background: #232735;
    text-align: center;
    padding: 40px 0 80px 0;
}

}


@media only screen and (max-width: 800px) {
    
    
   .qr-menu{
    margin-top:40px;
}
 
.mobile-float{
    position:static;
    width:100%;
    height:auto;
    margin-top:50px;
}    
    
.slide .row{
    padding:0;
}

.footer-mobile{
    padding:0 20px !important;
}

.navbar-collapse {
    margin-top: 20px;
}
    

button.btn.btn-outline-success.me-2.justify-content-end.btn-lg.pacifico {
    float: left;
}

.green{
    padding:30px;
}


.title-section{
    font-size:48px;
    line-height:48px;
}

.bg-gris{
    text-align:left;
}


.title-section-dark{
    font-size:48px;
    line-height:48px;
}

.pasos{
    width:250px;
    height:235px;
    padding-top:15px;
}

.pasos h3{
    font-size:66px;
    line-height:66px;
    color:white;
}

button.btn.btn-success.button-add {
    margin-top: 14px !important;
}

.scrolling-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.titulo-restaurante{
    font-size:20px;
    right:15px;
    top:20px;
    position:absolute;
    z-index:10;
    max-width:70%;
}


.logo-restaurant{
    width:100px;
    height:auto;
    left:30px;
    top:30px;
    position:absolute;
    z-index:10;
}


.floating-3 {
    animation-name: floating-3;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    bottom: 173px;
    right: 25px;
    width: 80px;
    height: auto;
    z-index: 1111111111;
}

.floating-2 {
    animation-name: floating-2;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    top: 10px;
    left: 90px;
    width: 80px;
    height: auto;
    position: absolute;
    z-index: 1111111111;
}

.floating-1 {
    animation-name: floating-1;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    left: 20px;
    top: 90px;
    width: 110px;
    height: auto;
    position: absolute;
    z-index: 1111111111;
}


a.btn.btn-success.btn-lg.rounded-pill.ps-5.pe-5.pacifico.btn-slide {
    width: 100%;
}



}

