@font-face {
    font-family: 'brandongrotesque-black';
    src: url('fonts/BrandonGrotesque-Black.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'brandongrotesque-blackitalic';
    src: url('fonts/BrandonGrotesque-BlackItalic.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;

}

@font-face {
    font-family: 'brandongrotesque-bold';
    src: url('fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'brandongrotesque-bolditalic';
    src: url('fonts/BrandonGrotesque-BoldItalic.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;

}

@font-face {
    font-family: 'brandongrotesque-medium';
    src: url('fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'brandongrotesque-mediumitalic';
    src: url('fonts/BrandonGrotesque-MediumItalic.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;

}

@font-face {
    font-family: 'brandongrotesque-regular';
    src: url('fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'brandongrotesque-regularitalic';
    src: url('fonts/BrandonGrotesque-RegularItalic.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}

@font-face {
    font-family: 'brandongrotesque-light';
    src: url('fonts/BrandonGrotesque-Light.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'brandongrotesque-lightitalic';
    src: url('fonts/BrandonGrotesque-LightItalic.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'brandongrotesque-thin';
    src: url('fonts/BrandonGrotesque-Thin.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'brandongrotesque-thinitalic';
    src: url('fonts/BrandonGrotesque-ThinItalic.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;

}

* {
    font-family: 'brandongrotesque-regular', Arial, sans-serif;
}

.gr-black {
    font-family: 'brandongrotesque-black', Arial, sans-serif;
}

.gr-black-italic {
    font-family: 'brandongrotesque-blackitalic', Arial, sans-serif;
}

.gr-bold {
    font-family: 'brandongrotesque-bold', Arial, sans-serif;
}

.gr-bold-italic {
    font-family: 'brandongrotesque-bolditalic', Arial, sans-serif;
}

.gr-medium {
    font-family: 'brandongrotesque-medium', Arial, sans-serif;
}

.gr-medium-italic {
    font-family: 'brandongrotesque-mediumitalic', Arial, sans-serif;
}

.gr-regular {
    font-family: 'brandongrotesque-regular', Arial, sans-serif;
}

.gr-regular-italic {
    font-family: 'brandongrotesque-regularitalic', Arial, sans-serif;
}

.gr-light {
    font-family: 'brandongrotesque-light', Arial, sans-serif;
}

.gr-light-italic {
    font-family: 'brandongrotesque-lightitalic', Arial, sans-serif;
}

.gr-thin {
    font-family: 'brandongrotesque-thin', Arial, sans-serif;
}

.gr-thin-italic {
    font-family: 'brandongrotesque-thinitalicin', Arial, sans-serif;
}

/*COLORS*/
.background-dark-fts {
    background-color: #262626;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}


.linea {
    border-top: 5px solid #ffbb10;
    height: 2px;
    padding: 0;
    margin: 20px auto 20px auto;
    border-radius: 10px;
}

/*HEADER*/
.logo-header {
    padding: 0;
    border: 0;
}

#mainNav {
    padding-top: 40px;
    background-color: #ffbb10;
}

header {
    padding: 50px 0 0;
    color: black;
}

header h1 {
    /*font-size: 80px;*/
}

header p {
    font-weight: 400;
    margin-top: 10px;
    font-size: 20px;
}

.img-header img {
    width: 40%;
}

@media (max-width: 766px) {
    .img-header img {
        width: 80%;
    }
}

.img-header {
    margin: auto;
    justify-content: center;
}


.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ffbb10 !important;
    background-color: #ffbb10 !important;
}

.error {
    color: red;
    font-family: 'brandongrotesque-medium', Arial, sans-serif;
}

/*FORM*/
.info-obligatorio::before {
    content: "* ";
    color: red;
}

#contact {
    margin-bottom: 50px;
}

#contact a:hover {
    color: #ffbb10;
    transition: 0.3s;
    text-decoration: underline;
}

#form {
    margin-bottom: 50px;
}

#form .required::after {
    content: " *";
    color: red;
}

#form input, #form textarea {
    border: none;
    border-bottom: 4px double #ffbb10;
}

input + label {
    margin-top: 20px;
}

#enviar {
    background-color: #ffbb10;
    color: black;
    font-size: 15px;
    border: 2px solid black;
    margin-top: 10px;
}

#enviar:hover {
    color: black !important;
    background-color: white !important;
    font-family: 'brandongrotesque-medium', Arial, sans-serif;
    text-decoration: none !important;
}

.alert {
    display: none;
}


/*FOOTER*/
.logo-footer {
    display: block;
    padding: 0;
    border: 0;
}

.footer-contact {
    margin-bottom: 10px;
}

.footer-contact a {
    color: black;
    font-size: 17px;
    text-decoration: none;
}

.footer-contact-socialmedia a {
    margin-bottom: 10px;
    color: black;
    font-size: 25px;
    text-decoration: none;
    display: inline-block;
}

footer .container {
    margin-right: 0;
    padding-right: 0;
}

footer img {
    width: 50px;
    display: block;
    margin-left: auto;
}

.fts-icon {
    margin: 10px;
}

.fts-icon:hover {
    color: #ffbb10;
    transition: 0.3s;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #646464;
    border-radius: 100px;
}

@media (min-width: 0px) {
    .col-sm {
        -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
        max-width: 100% !important;
    }
}

/*buscador restaurante*/
/* The search field */
#campaign_name {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 45px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#campaign:focus {
    outline: 3px solid #ddd;
}

/* The container <div> - needed to position the dropdown content */


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content button {
    border: none;
    background-color: transparent;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin: auto;
    /*width: inherit;*/
}

/* Change color of dropdown links on hover */
.dropdown-content button:hover {
    background-color: #f1f1f1;
    font-family: 'brandongrotesque-bold', Arial, sans-serif;
}

.dropdown-content button:focus {
    background-color: #eeeeee;
    border: none;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}