body a {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
  }
  html, body{
      
      font-size: 100%;
      font-family: 'Roboto', sans-serif;
      font-family: 'Kaushan Script', cursive;
      background-color: #FFF;
  }
  

  
  /*Estilos de fuentes*/
  h1 {font-size: 20px; font-weight: 0; line-height: 20px; letter-spacing: 0px; font-family: 'Roboto';}
  h2 {font-size: 30px; font-weight: 900; line-height: 40px; font-family: 'Roboto';}
  h3 {font-size: 40px; font-weight: 900; line-height: 25px; letter-spacing: -1px; font-family: 'Kaushan Script';}
  p {font-size: 15px; line-height: 20px; letter-spacing: 0px; font-family: 'Roboto';}
  a {font-size: 15px; font-weight: 600; line-height: 30px; letter-spacing: 0px; font-family: 'Roboto';}
  /*Cierra estilos de fuentes*/
  
  
  
  /*margenes*/
  .margencorto {margin-top: 100px;}
  .margencorto2 {margin-top: 20px;}
  .margencorto3 {margin-top: 40px;}
  .margencorto4 {margin-bottom: -20px;}
  .margencorto5 {margin-bottom: -10px;}
  .margencorto6 {margin-top: -160px;}
  .margendoble {padding-bottom: 20px; padding-top: 25px;}
  .margeninterior { margin-bottom: 20px; }
  .margeninterior2 { margin-bottom: 80px; }
  .margencontacto {margin-top: 20px; margin-bottom: 70px;}
  /*Cierra margenes*/
  
  
  ::-webkit-scrollbar {
      width: 12px;
      background-color: #1a1a1a;
  }

  ::-webkit-scrollbar-thumb {
      background-color: rgb(255, 208, 0);
      border-radius: 5px;
      border-right: 3px solid #1a1a1a;
      border-left: 3px solid #1a1a1a;

  }
  
  
 /*Inicia Barra de navegación*/
.navbar{
    background-color: none;
}
.navbar{
	transition: all 0.3s ease;
}

.navbar a{
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 900;
    
}
.navbar-brand{
    padding: 0%;
    & img{
        width: 90px;
        height: auto;
    }
}


.navbar:focus a{
    border: none;
    outline: none;
}


.sip{
    margin-top: 2px;
    height: 60px;
    width: auto;
    margin-bottom: 2px;
}



.nav-link{
	color: #1a1a1a;
}



.nav-link:hover{
	color: #fff;
    text-shadow: 0px 0px 4px rgb(0,0,0,.4);
}
.navbar-toggler{
    font-size: 40px;
    background-color: #1a1a1a;
}
.navbar-toggler:focus{
	outline: none;
}
.btn{
    vertical-align: top;
}
.btn-primary {
    color: #FFF;
    background-color: #1a1a1a;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 50px;
    font-weight: 900;
    border: 0px;
}

.btn-primary:hover {
    color: #ffd000 ;
    background-color: #FFF;
    font-weight: 900;
    border-radius: 50px;
}

.btn-primary:focus{
    border: none;
    outline: none;
    outline-style: none;
    outline-color: transparent ;
    background-color: #ea9e10;
}


/*Cambio de color y texto de barra*/
.cambio {
    color: #FFF;
	background-color: #ffd000;
	min-height: 70px;
}
.cambio a{
    color: #1a1a1a;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.cambio .btn-primary{
    color: #FFF;
    background-color: #1a1a1a;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 900;
    border: 0px;
}

.cambio .btn-primary:hover {
    color: #FFF ;
    background-color: #ff7b00;
    font-weight: 900;
    border-radius: 50px;
}

/*Cierra cambio de color y texto de barra*/

.first-slide{
    background-color: #ea9e10;
    width: 100%;
    height: 100vh;
    background-image: url("/images/banner/AWB_Slide_01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.second-slide{
    background-color: #ea9e10;
    width: 100%;
    height: 100vh;
    background-image: url("/images/banner/AWB_Slide_02.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.third-slide{
    background-color: #ea9e10;
    width: 100%;
    height: 100vh;
    background-image: url("/images/banner/AWB_Slide_03.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slide-img{
    padding: 0%;
    text-align: center;
}
.slide-img img{
    float: left;
    margin-top: 100px;
    width: 80%;
    height: auto;
    object-fit: cover;
}
.slide-txt{
    padding: 10% 5% 10% 25%;
}

.slide-txt h1{
    /*font-family: 'Kaushan Script';*/
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
}
.slide-txt strong{
    color: #fff;
    text-shadow: -5px 0px 15px rgb(0,0,0,0.5);
}
.slide-txt h2{
    margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.carousel-control-prev, .carousel-control-next{
    width: 12%;
}


.inicio {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)
      ), url("../images/banner/AWB_WEB_Banner01_07_05_2021.jpg");
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /*background-attachment: fixed;*/
}

.segunda {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)
      ), url("../images/banner/AWB_WEB_Banner02_07_05_2021.jpg");
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /*background-attachment: fixed;*/
}

.tercera {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)
      ), url("../images/banner/AWB_WEB_Banner03_07_05_2021.jpg");
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /*background-attachment: fixed;*/
}


.inicio-texto {
    text-align: right;
    color: #FFF;
    text-shadow: -2px 2px 2px rgb(0,0,0,.3);
}

.inicio-texto h3{
    padding-top: 24%;
    padding-right: 12%;
    font-size: 50px;
    color: #1a1a1a;
    text-shadow: none;
}

.inicio-texto h2{
    padding-top: 24%;
    padding-right: 12%;
    font-size: 25px;
}

.inicio-texto2 {
    text-align: left;
    color: #FFF;
    text-shadow: -2px 2px 2px rgb(0,0,0,.3);
}

.inicio-texto2 h3{
    color: #1a1a1a;
    text-shadow: none;
    padding-top: 24%;
    padding-left: 12%;
    font-size: 50px;
}

.inicio-texto2 h2{
    padding-top: 1%;
    padding-left: 12%;
    font-size: 25px;
    line-height: 25px;
}









.mostaza {
    background-image: url("../images/Patter02.png");
}

.historia {
    text-align: left;
    padding-top: 5%;
    color: #FFF;
}

.historia h3{
    font-size: 60px;
    padding-bottom: 8%;
}

.historia h2{
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
.historia-img{
    text-align: center;
}
.historia-img img{
    width: 80%;
    height: auto;
    object-fit: cover;
}












.negro{
    background-image: url("../images/Patter01.png");
    background-color: #1a1a1a;
    padding-bottom: 1%;
}

.certificados {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #004386;
}

.certificados h3{
    font-size: 40px;
}

.certificados h1{
    font-size: 16px;
    font-weight: 900;
}

.certificados p{
    font-size: 14px;
}

.cer-img img{
    max-width: 200px;
}

.acomodo-certificados{
    margin-top: -50px;
    padding-left: 9%;
    
}

.btn-primary4 {
    color: #FFF;
    background-color: #8f0000;
    font-size: 12px;
    letter-spacing: 0px;
    border-radius: 0px;
    font-weight: 900;
    border: 0px;
}

.btn-primary4:hover{
    color: #FFF;
    background-color: #004386;
    text-decoration: none;
    
}

.centrarboton {
    padding-top: 2%;
    padding-left: 46%;
}








.arma {
    text-align: center;
    margin-top: 8%;
    margin-bottom: 2%;
    color: #FFF;
}
.arma strong{
    color: #1a1a1a;
    text-shadow: none;
}

.arma h3{
    font-size: 70px;
    padding-bottom: 2%;
    text-shadow: -2px 2px 2px rgb(0,0,0,.3);
}

.arma h2{
    color: #1a1a1a;
    font-size: 20px;
    padding-bottom: 2%;
}





.arma-texto {
    text-align: right;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #FFF;
    padding-right: 5%;
    text-shadow: -2px 2px 2px rgb(0,0,0,.3);
}
.arma-img, .arma-img2{
    text-align: center;
}
.arma-img img{
    max-width: 80%;
    margin-left: 0px;
}

.arma-texto h3{
    color: #1a1a1a;
    padding-top: 5%;
    font-size: 60px;
    padding-bottom: 5%;
    text-align: left;
    padding-left: 15%;
    text-shadow: none;
}

.arma-texto h2{
    color: #1a1a1a;
    font-size: 20px;
    margin-top: -20px;
    text-align: left;
    padding-left: 15%;
    text-shadow: none;
    
}


.arma-texto h1{
    padding-top: 2%;
    font-size: 15px;
    text-align: left;
    padding-left: 15%;
}







.arma-img2 img{
    max-width: 80%;
    margin-left: 0px;
}

.arma-texto2 {
    text-align: right;
    padding-top: 5%;
    padding-bottom: 2%;
    color: #FFF;
    padding-right: 5%;
    text-shadow: -2px 2px 2px rgb(0,0,0,.3);
}

.arma-texto2 h3{
    padding-top: 5%;
    font-size: 60px;
    padding-bottom: 5%;
    padding-left: 15%;
    color: #1a1a1a;
    text-shadow: none;
}

.arma-texto2 h2{
    font-size: 20px;
    margin-top: -20px;
    color: #1a1a1a;
    text-shadow: none;
}


.arma-texto2 h1{
    padding-top: 2%;
    font-size: 15px;
}




.wok {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 3%;
    color: #FFF;
}

.wok h3{
    font-size: 70px;
    padding-bottom: 2%;
}

.wok h2{
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.wok h1{
    color: rgb(255, 208, 0);
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-top: -8%;
}


.imagen img{
    margin-left: 20%;
    z-index: 200;
    position: relative;
    margin-top: -35px;
    max-width: 90%;
    max-width: auto;

}

.ingredientes {
    background-image: url("../images/Patter02.png");
    background-color: rgb(255, 208, 0);
    border-radius: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -175px;
    z-index: 10;
    text-align: center;
    padding-left: 8%;
    padding-right: 3%;
    position: relative;
    /*box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);*/
}

.ingredientes h3{
    font-size: 30px;
    padding-top: 30%;
    padding-bottom: 2%;
    margin-left: 10px;
    
}

.ingredientes h2{
    font-size: 15px;
    padding-top: 3%;
    padding-bottom: 2%;
    margin-left: 10px;
    line-height: 18px;
    
}

.imagen2 img{
    margin-left: 40%;
    z-index: 200;
    position: relative;
    margin-top: -35px;
    max-width: 90%;
    max-width: auto;

}

.ingredientes2 {
    background-image: url("../images/Patter02.png");
    background-color: rgb(255, 208, 0);
    border-radius: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -75px;
    z-index: 10;
    text-align: center;
    padding-left: 8%;
    padding-right: 3%;
    position: relative;
    /*box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);*/
}


.ingredientes2 h3{
    font-size: 30px;
    padding-top: 25%;
    padding-bottom: 2%;
    margin-left: 10px;
    
}

.ingredientes2 h2{
    font-size: 15px;
    padding-top: 3%;
    padding-bottom: 2%;
    margin-left: 10px;
    line-height: 18px;
    
}




.especiales {
    text-align: center;
    padding-top: 4%;
    padding-bottom: 2%;
    color: #FFF;
}


.especiales h3{
    padding-top: 3%;
    font-size: 30px;
}


.especiales h2{
    padding-top: 5%;
    font-size: 20px;
}


.especiales h1{
    font-size: 15px;
}







.swipertexto {
    text-align: center;
    padding-top: 2%;
    
    color: #FFF;
}


.swipertexto h3{
    padding-top: 3%;
    
    font-size: 30px;
}


.swipertexto h2{
    padding-top: 5%;
    font-size: 20px;
}


.swipertexto h1{
    font-size: 15px;

    padding-bottom: 2%;
}





.swiper {
    height: 500px;
    padding-left: 7%;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    height: 400px;
    width: 200px;
}


.swiper-slide img{
    max-width: 200px;
    max-height: auto;
}






.contacto {
    padding: 3% 0 0% 0;
    
    text-align: center;
    
}

.contacto h3{
    padding-top: 3%;
    font-size: 50px;
    color: #FFF;
    padding-bottom: 3%;
}
.contacto strong{
    color: rgb(255, 208, 0);
}


.contacto h2{
    padding-top: 5%;
    font-size: 20px;
}


.contacto h1{
    font-size: 15px;
}

.btn-primary3 {
    color: #FFF;
    background-color: rgb(255, 208, 0);
    font-size: 15px;
    letter-spacing: 0px;
    border-radius: 20px;
    font-weight: 900;
    border: 0px;
    padding: 10px 65px 10px 65px;
}

.btn-primary3:hover{
    color: #1a1a1a;
    background-color: #FFF;
    text-decoration: none;
    
}
.embed-responsive-item{
    margin-bottom: 50px;
}














#footer{
	padding: 50px, 0;
	text-align: center;
	color: #fff;


}

#footer a{
	color: #fff;
    font-size: 12px;
    letter-spacing: 0px;
}


#footer a:hover {
    color: #e6ea10;
    text-decoration: none;
}


#footer p{
	color: #fff;
	font-size: 15px;
    font-weight: 900;
}



#footer .list-inline .list-inline-item {
	padding: 0px 0px;


}

#footer li{

	width: 80px;
    height: 80px;
    padding: 0px 0px;

}

.colorfondo2{
	background-image: url("../images/Patter02.png");
}



.mapa {
 text-align: center;
 
 
}

.mapa iframe{
 width: 100%;
 height: 450px;
 padding-bottom: 15%;
 padding-left: 3%;
 padding-right: 3%;
 z-index: 1;
}

.indicaciones img{
    max-width: 20%;
    max-height: auto;
    position: absolute;
    z-index: 1000;
    top: 8px;
    right: 40px;

}
.info-map{
    margin-top: 15%;
    z-index: 50;
}

/*
.vector {
    color: #FFF;
    background-color: #1a1a1a;
    border-radius: 50px;
    height: 100px;
    width: 100px;
    z-index: 1000;
    margin-left: 70%;
    margin-top: 5%;
    position: absolute;

}

.vector a{
    text-decoration: none;
    color: #FFF;

    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% -45% -15% -25%;
}

.vector:focus{
	outline: none;
}*/

.mapa h3{
    font-family: "roboto";
    color: #FFF;
    font-size: 20px;
    background-color: rgb(255, 208, 0);
    width: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    border-radius: 15px;
    margin-top: -180px;
    align-items: center;
    text-align: center;
    text-shadow: -2px 2px 2px rgb(0,0,0,.3);
    
}


.mapa h2{
    color: #FFF;
    font-size: 13px;
    line-height: 15px;
    margin: 5% 0 5% 0;
}

.mapa h1{
    color: #FFF;
    font-size: 20px;
    padding-top: 0%;
    margin-top: -15px;
}

.mapa a{
    color: rgb(255, 208, 0);
    text-decoration: none;
    font-size: 20px;
}

.modal-inicio img{
    align-items: center;
    text-align: center;
    max-height: 80%;
    width: auto;
}

.modal-title{
    align-items: center;
    justify-content: center;
}
.modal-title h2{
    text-align: center;
}
.close{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #1a1a1a;
}
.modal-header{
    align-items: center;
    text-align: center;
    align-self: center;
    background-color: rgb(255, 208, 0);
    border: 0;
    margin-top: -30px;
}
.modal-body{
    padding: 2rem;
}
.modal-content{
    text-align: center;
    background-color: #1a1a1a;
    color: #1a1a1a;
    background-image: url("../images/Patter01.png");
}
.modal-footer{
    background-color: #ffd000;
    font-family: 'Roboto', sans-serif;
    border: 0;
}


/*Whatsapp*/
.whatsapp{
    text-align: center;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 9999;
    background-color: #414141;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: solid 4px #ffd000;
    transition: scale 0.2s ease-in-out;

    & i{
        font-size: 40px;
        color: #fff;
    }
    &:hover{
        scale: 1.1;
    }
}

.privacidad{
    position: relative;
    text-wrap: pretty;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}
.privacidad-info{
    width: 100%;
    margin: 160px 0 100px 0;
    font-family:  'Roboto', sans-serif;
    padding: 0 5%;

    & h2, h4{
        font-size: 20px;
        font-weight: 900;
        line-height: normal;
        margin-bottom: 20px;
    }
    & h4{
        margin-top: 35px;
    }
    & p{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    & span{
        font-size: 15px;
        opacity: 0.7;
        float: right;
    }
}































@media (max-width: 767px) and (min-width: 300px) { 
    .navbar{
        background-color: #1a1a1a;
        text-align: center;
    
    }
    .navbar{
        transition: all 0.5s ease;
    }
    
    .navbar a{
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 900;
    }
    
    
    .sip{
        margin-top: 2px;
        height: 80px;
        width: auto;
        margin-bottom: 2px;
    }
    
    
    
    .nav-link{
        color: #FFF;
    }
    .nav-link:hover{
        color: #1a1a1a;
    }
    .navbar-toggler{
        font-size: 40px;
        background-color: #1a1a1a;
    }
    .navbar-toggler:focus{
        outline: none;
    }
    
    .btn-primary {
        color: #1a1a1a;
        background-color: #FFF;
        font-size: 12px;
        letter-spacing: 2px;
        border-radius: 50px;
        font-weight: 900;
        border: 0px;
    }
    
    .btn-primary:hover {
        color: rgb(255, 208, 0) ;
        background-color: #FFF;
        font-weight: 900;
        border-radius: 50px;
    }
    
    /*Cambio de color y texto de barra*/
    .cambio {
        color: #FFF;
        background-color: rgb(255, 208, 0);
        box-shadow: 0 2px 4px 0 rgb(0,0,0,.05);
        min-height: 70px;
    }
    .cambio a{
        color: #FFF;
        font-weight: 900;
        letter-spacing: 2px;
    }
    
    .cambio .btn-primary{
        color: #1a1a1a;
        background-color: #FFF;
        font-size: 12px;
        letter-spacing: 1.5px;
        border-radius: 50px;
        font-weight: 900;
        border: 0px;
    }
    
    .cambio .btn-primary:hover {
        color: #FFF ;
        background-color: #1a1a1a;
        font-weight: 900;
        border-radius: 50px;
        letter-spacing: 1.5px;
    }
    
    /*Cierra cambio de color y texto de barra*/

    .slide-img{
        padding: 2%;
        text-align: center;
    }
    .slide-img img{
        float: none;
        text-align: center;
        margin-top: 0px;
        width: 90%;
        height: auto;
        object-fit: cover;
    }
    .slide-txt{
        margin-top: 130px;
        text-align: center;
        padding: 10% 5% 10% 5%;
    }
    
    .slide-txt h1{
        /*font-family: 'Kaushan Script';*/
        font-size: 50px;
        font-weight: 900;
        line-height: 50px;
    }
    .slide-txt strong{
        color: #fff;
        text-shadow: -5px 0px 15px rgb(0,0,0,0.5);
    }
    .slide-txt h2{
        margin-top: 25px;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
    }
    
    

    .inicio {
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.1)
          ), url("../images/banner/AWB_WEB_Banner04_07_05_2021.jpg");
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        /*background-attachment: fixed;*/
    }
    
    .segunda {
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.1)
          ), url("../images/banner/AWB_WEB_Banner05_07_05_2021.jpg");
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        /*background-attachment: fixed;*/
    }
    
    .tercera {
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.1)
          ), url("../images/banner/AWB_WEB_Banner06_07_05_2021.jpg");
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        /*background-attachment: fixed;*/
    }
    
    
    .inicio-texto {
        text-align: center;
        color: #FFF;
        padding-right: 5%;
        padding-left: 5%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20%;
        padding-bottom: 0%;
    }
    
    .inicio-texto h3{
        font-size: 40px;
        line-height: 88%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    .inicio-texto h2{
        font-size: 15px;
        line-height: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 0%;
    }
    
    .inicio-texto2 {
        text-align: center;
        color: #FFF;
        padding-top: 20%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    .inicio-texto2 h3{
        font-size: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    .inicio-texto2 h2{
        font-size: 15px;
        line-height: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2%;
        padding-right: 2%;
    }

    
    
    .mostaza {
        background-image: url("../images/Patter02.png");
    }
    
    .historia {
        text-align: center;
        padding-top: 5%;
        color: #FFF;
        padding-bottom: 5%;
    }
    
    .historia h3{
        font-size: 40px;
        padding-bottom: 8%;
    }
    
    .historia h2{
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }
    
    .img img{
        padding-top: 10%;
    }
     
    
    .negro{
        background-image: url("../images/Patter01.png");
        background-color: #1a1a1a;
        padding-bottom: 1%;
    }
    
    
    
    .arma {
        text-align: center;
        padding-top: 4%;
        padding-bottom: 2%;
        color: #FFF;
    }
    
    .arma h3{
        font-size: 35px;
        padding-bottom: 2%;
        padding-top: 5%;
        line-height: 95%;
    }
    
    .arma h2{
        font-size: 15px;
        padding-bottom: 2%;
    }
    
    
    .arma-texto {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 15%;
        color: #FFF;
        padding-right: 5%;
    }
    
    .arma-img img{
        max-width: 100%;
        margin-left: 0px;
    }
    
    .arma-texto h3{
        padding-top: 5%;
        font-size: 40px;
        padding-bottom: 5%;
        text-align: center;
        padding-left: 0%;
    }
    
    .arma-texto h2{
        font-size: 20px;
        margin-top: -10px;
        text-align: center;
        padding-left: 0%;
    }
    
    
    .arma-texto h1{
        padding-top: 2%;
        font-size: 15px;
        text-align: center;
        padding-left: 0%;
    }
    
    
    
    .arma-img2 img{
        max-width: 100%;
        margin-left: 0px;
    }
    
    .arma-texto2 {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 2%;
        color: #FFF;
        padding-right: 5%;
    }
    
    .arma-texto2 h3{
        color: #fff;
        padding-top: 5%;
        font-size: 40px;
        padding-bottom: 5%;
        padding-left: 0%;
    }
    
    .arma-texto2 h2{
        color: #fff;
        font-size: 20px;
        margin-top: -10px;
    }
    
    
    .arma-texto2 h1{
        padding-top: 2%;
        font-size: 15px;
    }

    .sepmovil {
        padding-bottom: 1%;
    }
    
    .armamovil {
        background-image: url("../images/Patter01.png");
        padding: 15% 0 15% 0;
    }
    .arma-img img{
        margin-top: 15%;
    }
    


    .wok {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 3%;
        color: #FFF;
    }
    
    .wok h3{
        font-size: 40px;
        padding-bottom: 2%;
        padding-top: 20%;
    }
    
    .wok h2{
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }

    .wok h1{
        color: rgb(255, 208, 0);
        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
        margin-top: -2%;
    }
    
    .imagen img{
        z-index: 200;
        position: relative;
        margin-top: 5%;
        margin-bottom: -10%;
        max-width: 100%;
        max-width: auto;
        margin-left: auto;
        margin-right: auto;
    
    }
    
    .ingredientes {
        background-image: url("../images/Patter02.png");
        background-color: rgb(255, 208, 0);
        border-radius: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 3%;
        margin-right: 3%;
        z-index: 10;
        text-align: center;
        padding-left: 3%;
        padding-right: 3%;
        position: relative;
    }
    
    .ingredientes h3{
        font-size: 30px;
        padding-top: 10%;
        padding-bottom: 2%;
        margin-left: 10px;
        
    }
    
    .ingredientes h2{
        font-size: 15px;
        padding-top: 3%;
        padding-bottom: 8%;
        margin-left: 10px;
        line-height: 18px;
        
    }
    
    .imagen2 img{
        z-index: 200;
        position: relative;
        margin-top: 5%;
        margin-bottom: -10%;
        max-width: 100%;
        max-width: auto;
        margin-left: auto;
        margin-right: auto;
    
    }
    
    .ingredientes2 {
        background-image: url("../images/Patter02.png");
        background-color: rgb(255, 208, 0);
        border-radius: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 3%;
        margin-right: 3%;
        z-index: 10;
        text-align: center;
        padding-left: 3%;
        padding-right: 3%;
        position: relative;
    }
    
    
    .ingredientes2 h3{
        font-size: 30px;
        padding-top: 10%;
        padding-bottom: 2%;
        margin-left: 10px;
        
    }
    
    .ingredientes2 h2{
        font-size: 15px;
        padding-top: 3%;
        padding-bottom: 8%;
        margin-left: 10px;
        line-height: 18px;
        
    }
    
    
    

    
    .especiales {
        text-align: center;
        padding-top: 4%;
        padding-bottom: 2%;
        color: #FFF;
    }
    
    
    .especiales h3{
        padding-top: 3%;
        font-size: 30px;
    }
    
    
    .especiales h2{
        padding-top: 5%;
        font-size: 20px;
    }
    
    
    .especiales h1{
        font-size: 15px;
    }
    
    
    
    
    
    
    
    .swipertexto {
        text-align: center;
        padding-top: 2%;
        
        color: #FFF;
    }
    
    
    .swipertexto h3{
        padding-top: 3%;
        
        font-size: 30px;
    }
    
    
    .swipertexto h2{
        padding-top: 5%;
        font-size: 20px;
    }
    
    
    .swipertexto h1{
        font-size: 15px;
    
        padding-bottom: 2%;
    }
    
    
    
    
    
    .swiper {
        height: 500px;
        padding-left: 7%;
    }
    
    .swiper-wrapper {
        align-items: center;
    }
    
    .swiper-slide {
        height: 400px;
        width: 200px;
    }
    
    
    .swiper-slide img{
        max-width: 200px;
        max-height: auto;
    }
    
    
    
    
    
    
    .contacto {
        padding-top: 15%;
        padding-bottom: 15%;
        
        text-align: center;
    }
    
    .contacto h3{
        padding-top: 3%;
        font-size: 30px;
        color: #FFF;
        padding-bottom: 13%;
    }
    
    
    .contacto h2{
        padding-top: 5%;
        font-size: 20px;
    }
    
    
    .contacto h1{
        font-size: 15px;
    }
    
    .btn-primary3 {
        color: #FFF;
        background-color: rgb(255, 208, 0);
        font-size: 12px;
        letter-spacing: 0px;
        border-radius: 20px;
        font-weight: 900;
        border: 0px;
    }
    
    .btn-primary3:hover{
        color: #1a1a1a;
        background-color: #FFF;
        text-decoration: none;
        
    }
    
    .mapa {
        text-align: center;
        
       }
       
       
       
       .mapa iframe{
        width: 100%;
        height: 350px;
        padding-bottom: 15%;
        padding-left: 3%;
        padding-right: 3%;
        
        
       }
       
       
       .mapa h3{
           color: #FFF;
           font-size: 20px;
           background-color: rgb(255, 208, 0);
           width: auto;
           padding-top: 5%;
           padding-bottom: 5%;
           border-radius: 15px;
           margin-top: -110px;
           align-items: center;
           text-align: center;
           
       }
       
       .mapa h2{
           color: #FFF;
           font-size: 15px;
           padding: 5% 0 10% 0;
           line-height: 15px;
           margin-top: -15px;
       }

       .mapa h1{
        margin-top: -50px;
        padding-bottom: 25px;
    }
       
       .responsive {
           margin-bottom: -70px;
       }

       .indicaciones img{
        max-width: 18%;
        max-height: auto;
        position: absolute;
        z-index: 1000;
        top: 15px;
        right: 45px;
    
    }
    
    
 }





 @media (max-width: 1100px) and (min-width: 768px) { 
    .navbar{
        position: sticky;
        background-color: #1a1a1a;
        text-align: center;
    
    }
    .navbar{
        transition: all 0.5s ease;
    }
    
    .navbar a{
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 900;
    }
    
    
    .sip{
        margin-top: 2px;
        height: 80px;
        width: auto;
        margin-bottom: 2px;
    }
    
    
    
    .nav-link{
        color: #FFF;
    }
    .nav-link:hover{
        color: #1a1a1a;
    }
    .navbar-toggler{
        font-size: 40px;
        background-color: #1a1a1a;
    }
    .navbar-toggler:focus{
        outline: none;
    }
    
    .btn-primary {
        color: #1a1a1a;
        background-color: #FFF;
        font-size: 12px;
        letter-spacing: 2px;
        border-radius: 50px;
        font-weight: 900;
        border: 0px;
    }
    
    .btn-primary:hover {
        color: rgb(255, 208, 0) ;
        background-color: #FFF;
        font-weight: 900;
        border-radius: 50px;
    }
    
    /*Cambio de color y texto de barra*/
    .cambio {
        color: #FFF;
        background-color: rgb(255, 208, 0);
        box-shadow: 0 2px 4px 0 rgb(0,0,0,.05);
        min-height: 70px;
    }
    .cambio a{
        color: #FFF;
        font-weight: 900;
        letter-spacing: 2px;
    }
    
    .cambio .btn-primary{
        color: #1a1a1a;
        background-color: #FFF;
        font-size: 12px;
        letter-spacing: 1.5px;
        border-radius: 50px;
        font-weight: 900;
        border: 0px;
    }
    
    .cambio .btn-primary:hover {
        color: #FFF ;
        background-color: #1a1a1a;
        font-weight: 900;
        border-radius: 50px;
        letter-spacing: 1.5px;
    }
    
    /*Cierra cambio de color y texto de barra*/

    .slide-img{
        padding: 0%;
        text-align: center;
    }
    .slide-img img{
        float: left;
        margin-top: 0px;
        width: 80%;
        height: auto;
        object-fit: cover;
    }
    .slide-txt{
        padding: 10% 5% 10% 25%;
    }
    
    .slide-txt h1{
        /*font-family: 'Kaushan Script';*/
        font-size: 50px;
        font-weight: 900;
        line-height: 50px;
    }
    .slide-txt strong{
        color: #fff;
        text-shadow: -5px 0px 15px rgb(0,0,0,0.5);
    }
    .slide-txt h2{
        margin-top: 25px;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
    }
    

    .inicio {
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.1)
          ), url("../images/banner/AWB_WEB_Banner04_07_05_2021.jpg");
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        /*background-attachment: fixed;*/
    }
    
    .segunda {
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.1)
          ), url("../images/banner/AWB_WEB_Banner05_07_05_2021.jpg");
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        /*background-attachment: fixed;*/
    }
    
    .tercera {
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.1)
          ), url("../images/banner/AWB_WEB_Banner06_07_05_2021.jpg");
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        /*background-attachment: fixed;*/
    }
    
    
    .inicio-texto {
        text-align: center;
        color: #FFF;
        padding-right: 5%;
        padding-left: 5%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20%;
        padding-bottom: 0%;
    }
    
    .inicio-texto h3{
        font-size: 40px;
        line-height: 88%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    .inicio-texto h2{
        font-size: 15px;
        line-height: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 0%;
    }
    
    .inicio-texto2 {
        text-align: center;
        color: #FFF;
        padding-top: 20%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    .inicio-texto2 h3{
        font-size: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    .inicio-texto2 h2{
        font-size: 15px;
        line-height: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2%;
        padding-right: 2%;
    }

    
    
    .mostaza {
        background-image: url("../images/Patter02.png");
    }
    
    .historia {
        text-align: center;
        padding-top: 20%;
        color: #FFF;
        padding-bottom: 15%;
    }
    
    .historia h3{
        font-size: 40px;
        padding-bottom: 8%;
    }
    
    .historia h2{
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }
    
    .img img{
        padding-top: 10%;
    }
     
    
    .negro{
        background-image: url("../images/Patter01.png");
        background-color: #1a1a1a;
        padding-bottom: 3%;
    }
    
    
    
    .arma {
        text-align: center;
        padding-top: 4%;
        padding-bottom: 2%;
        color: #FFF;
    }
    
    .arma h3{
        font-size: 40px;
        padding-bottom: 2%;
        line-height: 95%;
    }
    
    .arma h2{
        font-size: 15px;
        padding-bottom: 2%;
    }
    
    
    .arma-texto {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 2%;
        color: #FFF;
        padding-right: 5%;
    }
    
    .arma-img img{
        max-width: 80%;
        margin-left: 0px;
    }
    
    .arma-texto h3{
        padding-top: 5%;
        font-size: 40px;
        padding-bottom: 5%;
        text-align: center;
        padding-left: 0%;
    }
    
    .arma-texto h2{
        font-size: 20px;
        margin-top: -10px;
        text-align: center;
        padding-left: 0%;
    }
    
    
    .arma-texto h1{
        padding-top: 2%;
        font-size: 15px;
        text-align: center;
        padding-left: 0%;
    }
    
    
    
    .arma-img2 img{
        max-width: 80%;
        margin-left: 0px;
    }
    
    .arma-texto2 {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 2%;
        color: #FFF;
        padding-right: 5%;
    }
    
    .arma-texto2 h3{
        padding-top: 5%;
        font-size: 40px;
        padding-bottom: 5%;
        padding-left: 0%;
    }
    
    .arma-texto2 h2{
        font-size: 20px;
        margin-top: -10px;
    }
    
    
    .arma-texto2 h1{
        padding-top: 2%;
        font-size: 15px;
    }

    .sepmovil {
        padding-bottom: 10%;
    }
    
    .armamovil {
        background-image: url("../images/Patter01.png");
        border-radius: 25px;
        padding-right: 0px;
    }
    .armamovil h3{
        color: #fff;
    }
    .armamovil h2{
        color: #fff;
    }
    


    .wok {
        text-align: center;
        padding-top: 3%;
        padding-bottom: 5%;
        color: #FFF;
    }
    
    .wok h3{
        font-size: 40px;
        padding-bottom: 2%;
        padding-top: 5%;
    }
    
    .wok h2{
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }

    .wok h1{
        color: rgb(255, 208, 0);
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        margin-top: -5%;
        margin-bottom: -50%;
    }
    
    .imagen img{
        z-index: 200;
        position: relative;
        margin-top: 5%;
        margin-bottom: 20%;
        max-width: 100%;
        max-width: auto;
        margin-left: auto;
        margin-right: auto;
    
    }
    
    .ingredientes {
        background-image: url("../images/Patter02.png");
        background-color: rgb(255, 208, 0);
        border-radius: 25px;
        margin-top: 0px;
        margin-bottom: 10%;
        margin-left: -2%;
        margin-right: 0%;
        z-index: 10;
        text-align: center;
        padding-left: 3%;
        padding-right: 3%;
        position: relative;
    }
    
    .ingredientes h3{
        font-size: 30px;
        padding-top: 10%;
        padding-bottom: 2%;
        margin-left: 10px;
        
    }
    
    .ingredientes h2{
        font-size: 15px;
        padding-top: 3%;
        padding-bottom: 8%;
        margin-left: 10px;
        line-height: 18px;
        
    }
    
    .imagen2 img{
        z-index: 200;
        position: relative;
        margin-top: 5%;
        margin-bottom: 20%;
        max-width: 100%;
        max-width: auto;
        margin-left: 0px;
        margin-right: auto;
    
    }
    
    .ingredientes2 {
        background-image: url("../images/Patter02.png");
        background-color: rgb(255, 208, 0);
        border-radius: 25px;
        margin-top: 0px;
        margin-bottom: 10%;
        margin-left: -2%;
        margin-right: 0%;
        z-index: 10;
        text-align: center;
        padding-left: 3%;
        padding-right: 3%;
        position: relative;
    }
    
    
    .ingredientes2 h3{
        font-size: 30px;
        padding-top: 10%;
        padding-bottom: 2%;
        margin-left: 10px;
        
    }
    
    .ingredientes2 h2{
        font-size: 15px;
        padding-top: 3%;
        padding-bottom: 8%;
        margin-left: 10px;
        line-height: 18px;
        
    }
    
    
    

    
    .especiales {
        text-align: center;
        padding-top: 4%;
        padding-bottom: 2%;
        color: #FFF;
    }
    
    
    .especiales h3{
        padding-top: 3%;
        font-size: 30px;
    }
    
    
    .especiales h2{
        padding-top: 5%;
        font-size: 20px;
    }
    
    
    .especiales h1{
        font-size: 15px;
    }
    
    
    
    
    
    
    
    .swipertexto {
        text-align: center;
        padding-top: 2%;
        
        color: #FFF;
    }
    
    
    .swipertexto h3{
        padding-top: 3%;
        
        font-size: 30px;
    }
    
    
    .swipertexto h2{
        padding-top: 5%;
        font-size: 20px;
    }
    
    
    .swipertexto h1{
        font-size: 15px;
    
        padding-bottom: 2%;
    }
    
    
    
    
    
    .swiper-container {
        height: 500px;
        padding-left: 7%;
    }
    
    .swiper-wrapper {
        align-items: center;
    }
    
    .swiper-slide {
        height: 400px;
        width: 200px;
    }
    
    
    .swiper-slide img{
        max-width: 200px;
        max-height: auto;
    }
    
    
    
    
    
    
    .contacto {
        padding-top: 5%;
        padding-bottom: 5%;
        
        text-align: center;
    }
    
    .contacto h3{
        padding-top: 3%;
        font-size: 30px;
        color: #FFF;
        padding-bottom: 13%;
    }
    
    
    .contacto h2{
        padding-top: 5%;
        font-size: 20px;
    }
    
    
    .contacto h1{
        font-size: 15px;
    }
    
    .btn-primary3 {
        color: #FFF;
        background-color: rgb(255, 208, 0);
        font-size: 12px;
        letter-spacing: 0px;
        border-radius: 20px;
        font-weight: 900;
        border: 0px;
    }
    
    .btn-primary3:hover{
        color: #1a1a1a;
        background-color: #FFF;
        text-decoration: none;
        
    }
    

    .mapa {
        text-align: center;
        
       }
       
       
       
       .mapa iframe{
        width: 100%;
        height: 450px;
        padding-bottom: 15%;
        padding-left: 3%;
        padding-right: 3%;
        
        
       }
       
       
       .mapa h3{
           color: #FFF;
           font-size: 20px;
           background-color: rgb(255, 208, 0);
           width: auto;
           padding-top: 5%;
           padding-bottom: 5%;
           border-radius: 15px;
           margin-top: -65px;
           align-items: center;
           text-align: center;
           
       }
       
       .mapa h2{
           color: #FFF;
           font-size: 14px;
           padding-bottom: 10%;
           line-height: 17px;
       }

       .mapa h1{
        margin-top: -40px;
    }
       
       .responsive {
           margin-bottom: -70px;
       }
    
       .indicaciones img{
        max-width: 70px;
        max-height: auto;
        position: absolute;
        z-index: 1000;
        padding-top: 2%;
        margin-left: 22%;
    
    }
    

    
 }









 /*Franquicias*/
 .hero{
    background-image: url("/images/AWB_Banner_2024.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: auto;

    & ::selection{
        background-color: #ffc400;
    }
 }

 .hero-franquicias{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 98vh;

    & h1{
        font-size: 25px;
        margin: 80px 0 0 0;
        font-weight: 900;
        letter-spacing: 0.5rem;
        animation-name: titulo-top;
        animation-duration: 1.8s;
        animation-timing-function: cubic-bezier(0.63,-0.06, 0, 1.05);
        animation-fill-mode: both;
        animation-delay: 0.8s;
    }

    & h2{
        font-size: 50px;
        margin: 10px 0 20px 0;
        font-weight: 900;
        letter-spacing: -0.1rem; 
        animation-name: titulo-bottom, pulse;
        animation-duration: 1.8s;
        animation-timing-function: cubic-bezier(0.63,-0.06, 0, 1.05);
        animation-fill-mode: both;
        animation-delay: 0.8s;
        background-color: #1a1a1a;
        padding: 1% 2%;
        color: #ffc400;
        rotate: -4deg;
        z-index: 999;
    }

    & h3{
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 6rem;
        letter-spacing: .1rem;
        line-height: 5rem;
        animation-name: titulo-centro;
        animation-duration: 1.5s;
        animation-timing-function: cubic-bezier(0.63,-0.06, 0, 1.05);
        animation-fill-mode: both;
        animation-delay: 0.4s;
        z-index: 998;
        color: #1a1a1a;
    }

    & strong{
        color: #fff;
        text-shadow: -5px 5px 5px #1a1a1a3f;
    }

    & img{
        width: 90%;
        animation-name: woks;
        animation-duration: 1.5s;
        animation-timing-function: cubic-bezier(0.63,-0.06, 0, 1.05);
        animation-fill-mode: both;
        animation-delay: 0.4s;
    }
 }
 .embed-responsive{
    margin-top: -20px;
    width: 90%;
 }

 @keyframes pulse {
    0% {transform: scale(95%);}
    100%{transform: scale(100%);}
 }
 @keyframes woks {
    0% {transform: scale(0%);}
    100%{transform: scale(100%);}
 }
 @keyframes titulo-top {
    0% {opacity: 0%;
        transform: translateY(15px);}
    100%{opacity: 100%; 
        transform: translateY(0px);}
 }
 @keyframes titulo-bottom {
    0% {opacity: 0%;
        transform: translateY(-40px);}
    100%{opacity: 100%; 
        transform: translateY(0px);}
 }
 @keyframes titulo-centro {
    0% {opacity: 0%; letter-spacing: -10px;}
    100%{opacity: 100%;}
 }

 .concepto{
    background-image: url("/images/Patter01.png");
    background-repeat: repeat;
    height: 500px;
    width: auto;
    

    & img{
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -0%);
        rotate: 15deg;
        min-width: 100%;
        height: auto;
    }
 }
 .concepto-txt{
    margin-top: 33%;
    color: #fff;

    & h3{
        margin: 30px 0;
        letter-spacing: 1px;
    }
    & strong{
        color: #ffd000;
    }
 }

 .concepto-txt{
    margin-top: 33%;
    color: #fff;

    & h3{
        margin: 30px 0;
        letter-spacing: 1px;
    }
    & strong{
        color: #ffd000;
    }
 }

 .section-slider{
    background-image: url("/images/Patter01.png");
    background-repeat: repeat;
 }
 .slider{
    margin: 4px 0;
    overflow-x: hidden;
    white-space: nowrap;
 }
 .slider-img{
    display: inline-block;
    animation: carrucel 40s linear infinite;

    & img{
        height: auto;
        margin: 0 auto;
        padding: 0%;
        transition: all 0.2s ease-in-out;
    }
    /*& img:hover{
        transform: scale(1.1);
    }*/
 }

@keyframes carrucel {
    from {transform: translateX(0%);}
    to {transform: translateX(-318.5%);}
}




 .origen{
    padding: 40px 0;
    background-image: url("/images/Patter02.png");
    background-repeat: repeat;
    color: #fff;
    text-shadow: 0px 0px 5px #1a1a1a67;

    & h3{
        margin: 30px 0;
        letter-spacing: 1px;
    }
    & strong{
        color: #1a1a1a;
        text-shadow: none;
    }
    & :nth-child(3){
        color: #1a1a1a;
        font-weight: 500;
        text-shadow: none;
        margin-bottom: 40px;
    }
 }

 .combinaciones{
    background-image: url("/images/Patter01.png");
    background-repeat: repeat;
    height: auto;
    width: auto;
    padding: 50px 0;
 }
 .combinaciones-txt{
    text-align: center;
    color: #fff;

    & h3{
        font-size: 7rem;
        margin: 70px 0;
        color: #ffd000;
    }
    & p{
        max-width: 300px;
        margin: auto;
    }
 }

 .tarjeta-cuerpo{
    background-image: url("/images/Patter02.png");
    background-repeat: repeat;
    border-radius: 25px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 2%;
    /*box-shadow: 0px 0px 10px 5px #1a1a1a67 inset;*/

    & h1{
        font-size: 2rem;
        font-weight: 900;
        color: #fff;
    }
    & strong{
        color: #212529;
        font-weight: 900;
    }
    & h2{
        font-size: 5rem;
        margin: 35px 0;
        font-weight: 900;
        letter-spacing: -3px;
    }
    & i{
        font-size: 2rem;
    }
    & img{
        width: 100%;
        height: auto;
    }
 }
 .segundo-contacto{
    text-align: center;
    margin-bottom: 50px;

    & h3{
        font-size: 3rem;
        color: #ffd000;
        padding: 1%;
    }
    & h1{
        color: #fff;
    }
 }


 .flecha{
    z-index: 999;
    position: fixed;
    right: 50px;
    bottom: 40px;
    rotate: 45deg;
    opacity: 0%;
    transition: 0.3s ease-in-out;
    pointer-events: none;

    & a{
        color: #414141;
        font-size: 4.5rem;
    }

    &:hover{
        color: #fff;
        rotate: 0deg;
    }
    &:hover a{
        color: #FFF;
    }
 }

 .aparece{
    pointer-events: all;
    opacity: 100%;
 }

 /*Ordena en linea*/
 .ordena{
    background-image: url("/images/AWB_Banner_Ordena_2024.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    width: auto;

    & ::selection{
        background-color: #ffc400;
    }
 }


 .ordena-header{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;

    & img{
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    & h2{
        font-size: 50px;
        color: #fff;
        text-shadow: 0px 0px 20px #1a1a1a67;
        margin-bottom: 30px;
    }
    & b{
        color: #1a1a1a;
        text-shadow: none;
    }

    & span{
        color: #1a1a1a;
        font-family: 'Roboto', sans-serif;
        margin-top: 10px;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 5px;
    }
 }

 a.btn-ordena{
    font-size: 22px;
    padding: 10px 45px;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease-in-out;

    &:hover{
        background-color: #fff;
        color: #1a1a1a;
    }
 }

 .img-contact{
    width: 100%;
    height: auto;
    & img{
        width: 90%;
        height: auto;
        rotate: 15deg;
        margin: 0 auto;
    }
 }




.presetnacion{
    text-align: center;

    & a{
        left: 50%;
        transform: translate(-50%);
        margin-top: -33px;
        background-color: #ffd000;
        padding: 1% 2%;
        text-decoration: none;
        color: #1a1a1a;
        position: absolute;
        font-size: 18px;
        font-weight: 900;
        line-height: normal;
    }
}











@media (min-width: 1410px) {
    .hero-franquicias{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        height: 98vh;
    
    & h3{
        font-size: 8rem;
    }}
}




 @media (max-width: 995px) {
    .concepto{
        background-image: url("/images/Patter01.png");
        background-repeat: repeat;
        height: 100%;
        width: auto;
        transition: 1s all ease-in-out;
        
    
        & img{
            position: relative;
            top: 10%;
            left: 50%;
            transform: translate(-50%, -0%);
            rotate: 0deg;
            min-width: 100%;
            height: auto;
            transition: 1s all ease-in-out;
        }
     }
    .combinaciones-txt h3{
        font-size: 3.5rem;
    }

    .tarjeta-cuerpo{
        background-image: url("/images/Patter02.png");
        background-repeat: repeat;
        border-radius: 25px;
        height: auto;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 150px;
        margin-bottom: 150px;
        padding: 2%;
        text-align: center;
        /*box-shadow: 0px 0px 10px 5px #1a1a1a67 inset;*/
    
        & h1{
            font-size: 1.5rem;
            font-weight: 900;
            color: #fff;
            margin-top: 50px;
        }
        & strong{
            color: #212529;
            font-weight: 900;
        }
        & h2{
            font-size: 3rem;
            margin: 10px 0;
            font-weight: 900;
        }
        & i{
            font-size: 1.5rem;
        }
     }
     
 }

 @media (max-width: 1400px) {
    .hero-franquicias{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        height: 100vh; 
        width: 100%;
        margin: auto;
        padding: 5%;

        & h1{
            margin: 50px 0 0 0;
        }
    }
        
    
 }

 @media (max-width: 760px){
    .ordena{
        background-image: url("/images/AWB_Banner_Ordena_2024.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        width: auto;
    
        & ::selection{
            background-color: #ffc400;
        }
     }
     .ordena-header{
        height: auto;
        & h2{
            margin-top: 50px;
        }
        & img{
            margin-top: 50px;
        }
     }
     .slider{
        margin: 4px 0;
        overflow-x: hidden;
        white-space: nowrap;
     }
     .slider-img{
        display: inline-block;
        animation: carrucel 40s linear infinite;
    
        & img{
            width: 300px;
            height: auto;
            margin: 0 auto;
            padding: 0%;
            transition: all 0.2s ease-in-out;
        }
        /*& img:hover{
            transform: scale(1.1);
        }*/
     }
    
    @keyframes carrucel {
        from {transform: translateX(0%);}
        to {transform: translateX(-6080px);}
    }
 }