*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
html, body{
    overflow-x: hidden;
}
/*b*/
/*.bg-hm {
    background: url(../img/bg-home-ld.jpg);
    background-size: cover;
    background-position: bottom left;
}*/
.margin-0auto {
    margin: 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: .25rem 3rem;
}
.flx-c {
    display: flex;
    align-items: center;
}
.flx-stt {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}
.bg-yw {
    background-color: #ffb62a;
}
.container-sm {
    max-width: 1000px;
}
/*form*/
#imagenTicket {
    border: 3px solid #77ae40;
    border-radius: 7px;
    background: #fff;
    color: #707070;
}
.form-check-input[type="checkbox"] {
    border-radius: 0em;
    border: none;
}
.img-control {
    border: 3px solid #77ae40;
    border-radius: 6px;
    background-color: #fff;
    color: #707070;
    max-width: 100%;
}
.form-control:focus {
    color: #212529;
    border-color: #77ae40;
    outline: 0;
    box-shadow: none;
}
.btn-yw {
    padding: 0.1rem 5rem;
    font-size: 1.8rem;
    border-radius: 30px;
    background-color: #ffb62a;
    color: #c53021;
    box-shadow: 2px 4px rgba(0, 0, 0, 0.2);
    border: none;
    font-weight: bold;
    font-style: italic;
}
h1.txt-green{
    font-size: 2rem;
    color: #77ae40;
    font-weight: bold;
}
h2.txt-red{
    font-size: 1.5rem;
    color: #c53021;
    font-weight: bold;
    font-style: italic;
}
.title-h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.text-gray {
    color: #444;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/*.navbar {
    max-width: 1100px;
    margin: auto;
}*/
.bt-inscripcion{
    margin: auto;
    margin-top: -65px;
}
.rw-form {
    justify-content: center;
}
.cl-form {
    width: 60%;
    margin: 50px 0;
}
.form-control {
    color: #707070;
    border: 4px solid #77ae40;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    font-style: italic;
}
@media (min-width: 768px) and (max-width: 1024px){
    .bg-hm {
        background-position: 35%;
    }
    .terminos-condiciones {
        background: rgb(231, 44, 27);
        margin-top: 0;
        padding-top: 20px;
    }
    .imagen-ticket {
        background: rgb(231, 44, 27);
        padding-top: 5px;
    }
    .w-form {
    max-width: 650px;
}
}
@media (max-width: 767px){
    .bg-hm {
        background-position: right;
    }
    button#btnGuardar {
        padding: 0.1rem 2rem;
    }
    .terminos-condiciones {
        background: rgb(231, 44, 27);
        margin-top: 0;
        padding-top: 20px;
    }
    .imagen-ticket {
        background: rgb(231, 44, 27);
        padding-top: 5px;
    }
}
@media (max-width: 767px){
    .h-100 {
        height: auto !important;
    }
}
/*table*/
.max-w {
    max-width: 600px;
}
.max-w-2 {
    max-width: 900px;
}
.table > :not(caption) > * > * {
    padding: .5rem .8rem;
}

/*SOCIAL RESPONSABILITY*/
.nav-masthead .nav-link {
    padding: .25rem 3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-right: solid 2px rgba(0, 0, 0, 0.5);
  }
  .navbar-collapse {
      padding-bottom: 30px;
  }
  @media (max-width:991px) {
    .nav-masthead .nav-link {
      font-size: 18px;
    }
  }
  
  .nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0,0,0,0.5);
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
  }
  /**/
  .margin-0auto {
      margin: 0 auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
      padding: .25rem 2rem;
  }
  .flx-c {
      display: flex;
      align-items: center;
  }
  .flx-stt {
      display: flex;
      align-items: flex-start;
      justify-content: left;
  }
  .txt-blue {
      color: #0a1d85;
  }
  .title-1b {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .txt-gr {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .txt-normal {
    font-size: 1.1rem;
    font-weight: 600;
  }
  .bg-gray{
    background-color: #e8e7e7;
  }
  .bg-blue{
      background-color: #0a1d85;
    }
    .bg-blue-2{
      background-color: #0940b9;
    }
    .container-fluid {
        max-width: 1200px;
    }
  .txt-gray {
      color: #606060;
  }
  .w-limit {
    max-width: 1200px;
    margin: 0 auto;
  }
  .m-negative {
    margin-top: -40px;
  }
  .title-bg-red {
    background-color: #e1251b;
    padding: 0.5rem 1rem 0.5rem 3rem;
    display: inline-flex;
    border-radius: 0px 5px 5px 0px;
  }
  .mb-negative {
    margin-bottom: -100px;
  }
  .m-50 {
    margin-top:60px;
  }
  @media (min-width: 1200px) {
    .title-bg-red {
      padding: 0.5rem 1.5rem 0.5rem 6rem;
    }
  }
  @media (min-width: 1440px) {
    .title-bg-red {
      padding: 0.5rem 1.5rem 0.5rem 11rem;
    }
  }
  @media (min-width: 1700px) {
    .title-bg-red {
      padding: 0.5rem 1.5rem 0.5rem 24rem;
    }
  }
/*INFO*/
#logo-bocadeli-home{
    position: absolute;
    top: 10px;
    margin-left: -15%;
    max-width: 275px;
    z-index: 999;
  }
.cover-container #section-menu.px-0 ,.cover-container #section-menu.px-0 .row{height:100%}
.bg-blue{
    background-color: #0a1d85;
  }

  @media screen and (min-width:768px) {
    .bg-blue-home{
    display: flex !important;
    align-items: center;
    background-image: url(../../img/bg-blue.svg);
    background-size: cover;
    background-position-x: left;
    justify-content: space-evenly;
  }
  #logos-bocadeli{
    align-items: center;
    display: flex;
    margin: 0px !important;
  }
  }
  .bg-blue-home .list-group {
    width: calc(100% - 62px);
    justify-content: right;
    margin-top: 15%;
  }
  .bg-blue-home .list-group .list-group-item {
  border: none;
  border-top: 3px solid #05166e;
  background: transparent;
  color: #fff;
  padding-left: 25%;
  }
  .bg-blue-home .list-group .list-group-item:last-child{
    border-bottom: 3px solid #05166e;
  }
  .bg-blue-home .list-group .list-group-item  h6{
    font-size: 1.5rem;
    font-family: 'Bebas Neue';
  }
/*BOCADELI PRODUCTOS*/
footer.footer-red{
    background: #e2211c;
    padding-bottom: 2rem;
  }
  footer.footer-red p{
    font-size: 1.5rem;
    margin: 0px;
    font-weight: 600;
  }
  #logo-bocadeli{
    position: absolute;
    top: 10px;
    margin-left: -15%;
    max-width: 275px;
    z-index: 999;
  }

  .bg-blue .list-group {
    width: calc(100% - 62px);
    justify-content: right;
    margin-top: 15%;
  }
  .bg-blue .list-group .list-group-item {
  border: none;
  border-top: 3px solid #05166e;
  background: transparent;
  color: #fff;
  padding-left: 25%;
  }
  .bg-blue .list-group .list-group-item:last-child{
    border-bottom: 3px solid #05166e;
  }
  .bg-blue .list-group .list-group-item  h6{
    font-size: 2.4rem;
    font-family: 'Bebas Neue';
  }
  /**/
  .margin-0auto {
    margin: 0 auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
    padding: .25rem 3rem;
    }
    .flx-c {
    display: flex;
    align-items: center;
    }
    .flx-stt {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    }
    .txt-blue {
    color: #0a1d85;
    }
    .bg-blue{
    background-color: #0a1d85;
    }
    .container-fluid {
      max-width: 1200px;
    }
    .container-sm {
    max-width: 1000px;
    }
    h1.txt-green{
    font-size: 2rem;
    color: #77ae40;
    font-weight: bold;
    }
    .title-h3 {
    font-size: 1.2rem;
    font-weight: bold;
    }
    .text-gray {
    color: #444;
    }

/*Header*/
.nav-masthead .nav-link {
padding: .25rem 3rem;
font-weight: bold;
color: #fff;
text-align: center;
font-size: 18px;
border-right: solid 2px rgba(0, 0, 0, 0.5);
}
.navbar-collapse {
padding-bottom: 30px;
}
@media (max-width:991px) {
.nav-masthead .nav-link {
font-size: 18px;
}
}
.nav-masthead .nav-link + .nav-link {
margin-left: 1rem;
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0,0,0,0.5);
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
color: #fff;
}
.navbar-light .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-toggler {
border: 2px solid #77ae40; 
}
.block-red{
    background: #e2211c;
    padding-bottom: 2rem;
  }
  .block-red p{
    font-size: 1.2rem;
    margin: 0px;
    font-weight: 600;
  }
  .block-red .container p {
padding: 0 1rem;
}  
/*Productos*/
.block-producto {
    margin-bottom: 5rem;
}
section#productos {
    margin-top: 15px;
}
/*Modal*/
.modal-footer {
    background: #0a40ba;
    justify-content: flex-start;
}
.title-popup, .subtitle-popup {
    text-align: left;
}
.title-popup h2{
    color: #011689;
    font-size: 2.5em;
    font-weight: 600;
    font-family: 'Bebas Neue';
}
.subtitle-popup {
    color: #e3221b;
    font-size: 1.6em;
    font-weight: 600;
    font-family: 'Bebas Neue';
}
.text-allergens, .text-ingredients {
    text-align: left;

}
span.title-allergens {
    color: #011689;
    font-size: 1.3em;
    font-weight: 600;
    font-family: 'Bebas Neue';
}
.title-ingredients {
    color: #011689;
    font-size: 1.3em;
    font-weight: 600;
    font-family: 'Bebas Neue';
}
button.btn-close {
    justify-content: center;
    display: flex;
    right: -13px;
    position: absolute;
    top: -13px;
    padding: 5px;
    background: #0a40ba;
    color: #fff;
    opacity: 1;
    align-items: center;
    border-radius: 15px;
    font-weight: 500;
}
@media screen and (max-width: 778px) {
    button.btn-close {
        right: 2px;
        top: 2px;
        padding: 10px;
    }
}
.text-ingredients p {
    margin-bottom: 0px;
}
.modal-dialog.modal-product {
    max-width: 600px;
}

.modal-body {
    padding: 0;
}

.title-popup {
    margin-left: 1rem;
    margin-top: 1.5rem;
}

.text-allergens {
    margin-left: 1rem;
    margin-top: 1.5rem;
}

.text-ingredients {
    margin-left: 1rem;
    margin-top: 1.5rem;
    margin-right: 1rem;
}
.modal-footer p{
  margin-left: 1em;
}
.line-red{
  background: #e3221b;
    width: 80%;
    height: 6px;
    border-radius: 11px;
}
span.title-content {
    color: #011689;
    font-size: 1.7em;
    font-weight: 600;
    font-family: 'Bebas Neue';
    display: block;
}