/*.masthead {
    background-color: #e6edee;
}*/

.display-8{
    font-weight: 300;
}
.award {
    margin-bottom: 3em;
    }

.accordion-body {
    line-height: 1.5 !important;
}

button.btn.btn-primary.btn-lg.rounded-pill {
    margin-right: 20px;
        color: white;

}

button.btn.btn-dark.btn-lg.rounded-pill {
    background-color: black;
    font-size: 1.4em !important;
    color: white;
}

section.cta {

    background-image: url(../assets/img/fondo-restaurante.jpg);
    padding: 5rem;
    }

   /* section.cta2 {

    background-image: url(../assets/img/fondo-restaurante-desenfocado.jpg);
    }
/*
    section.cta2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
*/
    section.bg-light {
    margin-bottom: -80px;
}
.accordion {
    --bs-accordion-color: #fff;
    --bs-accordion-bg: none;
    --bs-accordion-btn-color:fff;
}
select.selectpicker {
    background-color: lightgray;
    margin: 20px;
    padding: 10px;
    border: none;
    font-size: 1em;
    border-radius: 20px;
}

button.btn {
    text-transform: math-auto;
}

button.btn.btn-primary.rounded-pill.px-3.mb-2.mb-lg-0 {
/*    background-color: #68b7ec;*/
    background: -webkit-linear-gradient(45deg, #06cac0, #1A75AD);
    background: linear-gradient(45deg, #06cac0, #1A75AD);
        font-size: 1.4em !important;
        font-weight: 300;
}

button.btn.btn-primary.btn-lg.rounded-pill {
/*    background-color: #68b7ec;*/
    background: -webkit-linear-gradient(45deg, #06cac0, #1A75AD);
    background: linear-gradient(45deg, #06cac0, #1A75AD);
    border: none;
        font-size: 1.4em !important;
        font-weight: 300;
}

button.btn.btn-outline-primary.btn-lg.rounded-pill {
    border-color: #68b7ec;
    color: #68b7ec;
        font-size: 1.4em !important;
        font-weight: 300;

}

button.btn.btn-outline-primary.btn-lg.rounded-pill:hover {
/*    background-color: #68b7ec;*/
    background: -webkit-linear-gradient(45deg, #06cac0, #1A75AD);
    background: linear-gradient(45deg, #06cac0, #1A75AD);
    color: #fff;
        font-size: 1.4em !important;
        font-weight: 300;
}
img{
    max-width: 100%;
} 
.display-1 {
    font-weight: 200!important;
}

.display-2 {
    font-weight: 200!important;
}

.display-3 {
    font-weight: 200!important;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

#mainNav .navbar-brand {
    font-family: Helvetica,  sans-serif;
}

section#features {
    background-color: white;
    padding-bottom: 120px; 
    margin-bottom: -80px;
}

section.bg-light {
    background-color: white !important;

}

.faqs {
    background-color: #f1f1f1;
}


.accordion{
    background-color:transparent!important;
    }


.accordion-item{
    background-color: transparent !important;
    border-top: 1px solid white !important;
    border-bottom: 2px solid #dee2e6 !important;
    border-left: none !important;
    border-right: none !important;
    padding: 10px;
}

    .accordion-body{
    color: black;

}

.accordion-item:last-of-type {
      border-radius: 0 !important; 
/*    border-top: 2px solid black !important;*/

}

.accordion-item:first-of-type {
     border-radius: 0 !important; 
    border-top: none !important;

    }

.accordion-item:first-of-type .accordion-button {
    background-color: transparent;
    color: black;
    font-size: 0.5 em;
    font-weight: 400;
    }

   
    .accordion-button:not(.collapsed) {
    background-color: transparent!important;
    font-size: 0.5 em;
    font-weight: 200;
    color: black !important;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    background-color: transparent;
    color: black;
    font-size: 0.7em!important;
    font-weight: 400;
    }

    .accordion-button::after {
    background-image: url(../assets/img/collapse-icon.png) !important;
}

    .accordion-button:not(.collapsed)::after {
    background-image: url(../assets/img/collapse-icon.png) !important;
}

.fw-normal {
    font-weight: 500!important;
    margin-bottom: 1rem !important;
}


.masthead{
        
            background: linear-gradient(45deg,lightgray,whitesmoke,ghostwhite);
            background-size: 400% 400%;
            position: relative;
            animation: cambiar 10s ease-in-out infinite;
            padding-bottom: 0px !important;
        
        }

        @keyframes cambiar{
            0%{background-position: 0 50%;}
            50%{background-position: 100% 50%;}
            100%{background-position: 0 50%;}
        }

/*        .bg-gradient-primary-to-secondary {
    background: #68b7ec !important;
}*/

section#awards {
    background-color: white;
}

button.btn.btn-primary.rounded-pill.px-3.mb-2.mb-lg-0 {
    font-size: 1.2em !important;
    color: white;
    font-weight: 400;
    border-color: transparent;
}
label{
    color: white;
}

small#emailHelp {
    color: white !important;
    }

.form-control {
    color: white!important;
    background-color: transparent!important;
     border: 2px solid #fff !important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0!important;
}

textarea {
  padding: 10px;
  max-width: 100%;
  line-height: 1.5;
  border: 2px solid #fff;
     border-top: none!important;
    border-left: none!important;
    border-right: none!important;
  width: 100%;
  color: white;
  background-color: transparent;
}
button.btn.btn-light {
    background-color: #d3d3d3a3;
    border: none;
    border-radius: 20px;
    font-size: 1em !important;
    padding: 10px 15px 10px 15px;
}

ul.dropdown-menu.show {
    font-size: 1.5em;
    border-radius: 15px;
    }

    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:active {
    color: #4f4f4f;
}

#mainNav .navbar-toggler {
    font-size: 1.5rem !important;
    font-weight: 500;
    }

    .video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-fullscreen .modal-content {
    height: 90%;
    border: 0;
    border-radius: 20px !important;
    /* padding: 10%; */
    margin: 2%;
    width: 95%;
}


@media (max-width:500px){

img#diseccion-QR {
width: 100%;

}
}


@media (max-width:500px){

img#mano-restaurante {
visibility: hidden;

}
}




