*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'national_2_condensedbold';
    src: url('../fonts/national2condensed-bold-webfont.eot');
    src: url('../fonts/national2condensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/national2condensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/national2condensed-bold-webfont.woff') format('woff'),
         url('../fonts/national2condensed-bold-webfont.ttf') format('truetype'),
         url('../fonts/national2condensed-bold-webfont.svg#national_2_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'national_2_condensedregular';
    src: url('../fonts/national2condensed-regular-webfont.eot');
    src: url('../fonts/national2condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/national2condensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/national2condensed-regular-webfont.woff') format('woff'),
         url('../fonts/national2condensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/national2condensed-regular-webfont.svg#national_2_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'national_2_condensedregular';
    font-weight: 400;
}
section{
    background-image: url("../imgs/fondo-rojo.png");
    background-repeat: no-repeat;
    min-height: 100vh;
}
h1,h2,h3,h4{
    margin-bottom: 0;
}
h1{
    font-family: 'national_2_condensedbold';
    font-weight: 700;
    color: #FFFFFF;
}
img{
    max-width: 100%;
    height: auto;
}
.navbar{
    padding-top: 0;
    padding-bottom: 0;
}
.logo-kfc{
    padding-left: 80px;
    height: 80px;
    object-fit: contain;
}
.fondo-blanco{
    background: url("../imgs/fondo-blanco.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 94px;
}
.navbar{
    height: 94px;
}
.navbar ul li a,
.navbar ul li button{
    font-family: 'national_2_condensedbold';
    font-weight: 700;
    font-size : 25px;
    color : #000000;
    text-transform: uppercase;
    transition: all 1s ease;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.navbar ul li a:hover,
.navbar ul li button:hover{
    color : #E41F1B !important;
}
.nav-link.link-ordena-aqui{
    color: #E41F1B !important;
}
.nav-link.link-ordena-aqui:hover{
    color: #000000 !important;
}
.navbar ul li button{
    background-color: transparent;
    border: 0;
}
.border-radius-41px{
    border-radius: 41px;
}
.firma{
    height: 50px;
    display: block;
    margin: 0 auto;
}
.herbs, .hombre{
    object-fit: contain;
    height: 240px;
}
.banner-principal-promo{
    display: block;
    margin: 0 auto;
    border-radius: 41px;
    height: 500px;
    object-fit: contain;
}
.contenedor-banner-principal-promo{
    position: relative;
}
.contenedor-banner-principal-promo a{
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 100%;
}
.slider-promociones .slick-dots li button::before {
    color:#FFFFFF;
    font-size: 20px;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
}

.btn-pedilo{
  border: 1px solid #FFFFFF;
  background : #FFFFFF;
  border-radius : 22px;
  font-family: 'national_2_condensedbold';
  font-weight: 700;
  font-size : 45px;
  color : #E41F1B;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  height: 70px;
  margin: 0 auto;
  text-decoration: none;
  transition: all 1s ease;
}
.btn-pedilo:hover{
    background: #E41F1B !important;
    color: #FFFFFF !important;
}

.btn-pedilo.btn-pedilo-negro{
    max-width: 300px;
    color: #FFFFFF;
    border-color: #000000;
    background: #000000;
}
.btn-pedilo.btn-pedilo-negro:hover{
    color: #FFFFFF;
    border-color: #000000 !important;
    background: #000000 !important;
}
.sucursal-item{
    background : #FFFFFF;
    border-radius : 41px;   
    margin-top: 130px;
    height: 320px;
    padding: 15px;
}
.sucursal-item img.balde{
    position: relative;
    top: -170px;
    display: block;
    margin: 0 auto 0 15px;
    animation: pulse 7s infinite ease-in-out alternate;
}
@keyframes pulse {
    0%{
        transform: scale(0.8);
    }
    100%{
        transform: scale(1);
    }
}
.sucursal-item .nombre-sucursal{
    margin-top: -220px;
    background : #E41F1B;
    border-radius : 12px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sucursal-item .nombre-sucursal h2{
    font-family: 'national_2_condensedbold';
    font-weight: 700;
    font-size : 20px;
    color : #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
.sucursal-item h3{
    font-family: 'national_2_condensedbold';
    font-weight: 700;
    font-size : 20px;
    color : #000000;
    text-transform: uppercase;
}
.sucursal-item h4{
    font-family: 'national_2_condensedregular';
    font-weight: 400;
    font-size : 20px;
    color : #000000;
    text-transform: uppercase;
}
.sucursal-item .numero-whatsapp{
    position: absolute;
    bottom: -10px;
    font-family: 'national_2_condensedregular';
    font-weight: 400;
    font-size : 20px;
    color : #FFFFFF;
    background : #000000;
    border-radius : 16px;
    width: 90%;
    height: 65px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.sucursal-item .numero-whatsapp a{
    text-decoration: none;
    color : #FFFFFF;
    display: block;
}
/* CONTACTO */
.formulario input[type="text"],
.formulario input[type="email"],
.formulario textarea,
.formulario .form-control{
    color: #000000;
    margin-bottom: 30px;
    font-family: 'national_2_condensedregular';
    font-weight: 400;
    font-size: 20px;
    border-radius: 0;
    border: 1px solid transparent;
}
.formulario .form-control::placeholder {
    color: #000000 !important;
}
.formulario textarea{
    height: 200px;
    max-height: 200px;
}
.formulario .btn-enviar{
    font-family: 'national_2_condensedbold';
    font-weight: 700;
    font-size: 30px;
    height: 64px;
    transition: all 1s ease;
    text-transform: uppercase;
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
.formulario .btn-enviar:hover{
    color: #000000;
    background: #FFFFFF;
}
.formulario p{
    font-family: 'national_2_condensedregular';
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
}
.btn-adjuntar-cv {
    font-family: 'national_2_condensedregular';
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
}
.modal-content{
    background-image: url("../imgs/fondo-rojo.png");
}
.modal-header {
    border-bottom: 1px solid transparent;
    border-radius: 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0;
}
.custom-file-label::after {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 0;
    z-index: 3;
    display: block;
    color: #000000;
    content: url(../imgs/icono-subir-pdf.svg);
    width: 42px;
    height: 35px;
    border-left: inherit;
    border-radius: 0;
}

/* MENU */
.wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 0px;
    overflow: hidden;
}
.slider img{
    max-width: 100%;
    height: auto;
}
.slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
}
.item.slick-slide {
    width: 400px;
    height: 660px !important;
    transition: transform .4s;
    position: relative; 
    border-radius: 45px;
}
.item.slick-slide {
   transform: scale(0.6);
}
.item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.7) translate(-250px);
    z-index: 10;
}
.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.6)  translate(-624px);
    z-index: 5;
}
.item.slick-slide.slick-active {
    transform: scale(0.7) translate(250px);
}
.item.slick-slide.slick-center {
    transform: scale(1);
    z-index: 30;
}
.slick-center:after {
    opacity: 0;
}
.wrap .slick-prev:before, .slick-next:before {
   font-size: 50px !important;
   opacity: 1 !important;
}
.wrap .slick-prev, .slick-next{
    width: 50px !important;
    height: 50px !important;
}
.wrap .slick-next{
    right: -65px !important;
}
.wrap .slick-prev{
    left: -65px !important;
}