/*
.signika-<uniquifier> {
  font-family: "Signika", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}
 .shalimar-regular {
  font-family: "Shalimar", cursive;
  font-weight: 400;
  font-style: normal;
}  
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.roboto-serif-<uniquifier> {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "GRAD" 0;
}
.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  .bona-nova-regular {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  font-style: normal;
}

.bona-nova-bold {
  font-family: "Bona Nova", serif;
  font-weight: 700;
  font-style: normal;
}

.bona-nova-regular-italic {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  font-style: italic;
}
  .libre-caslon-text-regular {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-caslon-text-bold {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-caslon-text-regular-italic {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: italic;
}

*/
@font-face {
  font-family: "Akatab Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Akatab Regular"),
    url("../fonts/Akatab-Regular.woff") format("woff");
}

@font-face {
  font-family: "Akatab Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Akatab Medium"), url("../fonts/Akatab-Medium.woff") format("woff");
}

@font-face {
  font-family: "Akatab SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Akatab SemiBold"),
    url("../fonts/Akatab-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Akatab Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Akatab Bold"), url("../fonts/Akatab-Bold.woff") format("woff");
}

@font-face {
  font-family: "Akatab ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Akatab ExtraBold"),
    url("../fonts/Akatab-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Akatab Black";
  font-style: normal;
  font-weight: normal;
  src: local("Akatab Black"), url("../fonts/Akatab-Black.woff") format("woff");
}
:root {
  --fuente-principal: "Signika", sans-serif;
}
.topNav {
  background: rgba(31, 31, 31, 1);
  padding: 5px 0;
}
.topNav ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.topNav ul li {
  margin-right: 20px;
}
.topNav ul li:last-child {
  margin-right: 0;
}
.topNav p {
  white-space: nowrap;
}
.topNav p,
.topNav a,
.topNav ul li a {
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(255, 227, 203, 1);
  font-size: 12px;
  text-transform: uppercase;
}
nav {
  background: rgba(31, 31, 31, 1);
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
nav img {
  max-width: 200px;
}
nav ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  display: flex;
  justify-content: end;
  list-style: none;
}
nav ul li {
  margin-right: 35px;
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li a {
  color: rgba(255, 227, 203, 1);
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
nav ul li.active a {
  color: rgba(200, 154, 113, 1);
  font-style: italic;
}
nav .mobileToggle a {
  color: rgba(255, 227, 203, 1);
  text-decoration: none;
}
.headerMain {
  background: url(img/grupoCastellano-Header-Back.jpg) top center no-repeat;
  background-size: cover;
  height: 100dvh;
}
.headerContainer {
  color: rgba(255, 255, 255, 1);
}
.headerContainer img {
  margin-bottom: 20px;
}
.headerContainer h2 {
  text-align: center;
}
.familyRow {
  padding: 80px 0 190px 0;
  background-color: rgba(37, 3, 2, 1);
  color: rgba(255, 255, 255, 1);
}
.logoContainer {
  margin-bottom: 140px;
}
.logoContainer img {
  max-width: 300px;
}
.familyRow .imageContainer {
  padding: 0;
}
.familyRow img {
  width: 100%;
}
.familyRow .textContainer {
  padding-left: 5rem;
}
.familyRow h3 {
  font-family: "Roboto Serif", serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 35px;
}
.familyRow h3 span {
  font-weight: 700;
  font-style: italic;
}
.familyRow p {
  font-family: "Roboto Serif", serif;
  font-weight: 300;
  font-size: 17px;
  max-width: 450px;
}
.familyRow p strong {
  color: rgba(200, 154, 113, 1);
  font-style: italic;
}
.familyRow a {
  color: rgba(245, 238, 232, 1);
  border: solid rgba(245, 238, 232, 1) 1px;
  text-align: center;
  padding: 5px 25px;
  max-width: 150px;
  border-radius: 6px;
  margin-top: 34px;
  text-decoration: none;
}
.restaurantsRow {
  background: rgba(245, 238, 232, 1);
  text-align: center;
  padding-top: 55px;
  padding-bottom: 55px;
}
.restaurantsRow h1 {
  color: rgba(37, 3, 2, 1);
  font-family: "Roboto Serif", serif;
  font-size: 45px;
  margin-bottom: 40px;
  letter-spacing: 20px;
  line-height: 56px;
}
.restaurantsRow h1 span {
  font-weight: 600;
  font-style: italic;
}
.restaurantsRow .logoContainer {
  margin-bottom: 60px;
}
.restaurantsRow a {
  color: rgba(37, 3, 2, 1);
  border: solid 1px rgba(37, 3, 2, 1);
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 25px;
  text-decoration: none;
  margin-top: 60px;
  border-radius: 6px;
}
.videoRow {
  background: url(img/castellano-videoRow-back.png) top center no-repeat;
  background-size: cover;
}
.videoRow a {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
  height: 100%;
  padding: 220px 0;
  text-decoration: none;
}
.videoRow a i {
  font-size: 100px;
  color: rgba(255, 255, 255, 1);
}
#videoModal .modal-content {
  background: transparent;
  border: none;
  height: auto;
}
#videoModal .modal-header {
  border-bottom: none;
}
#videoModal .btn-close {
  color: rgba(255, 255, 255, 1);
  background-image: none;
  font-size: 16px;
}
#videoModal .btn-close i {
  font-size: 26px;
}
#videoModal video {
  max-width: 100%;
  aspect-ratio: 16/9;
}
.chefRow {
  background: rgba(245, 238, 232, 1);
  padding: 57px 0;
}
.chefRow h1 {
  font-family: "Roboto Serif", serif;
  font-size: 35px;
  font-weight: 200;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 16px;
  color: rgba(37, 3, 2, 1);
}
.chefRow h1 span {
  font-family: "Roboto Serif", serif;
  font-size: 35px;
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 20px;
  color: rgba(37, 3, 2, 1);
}
.chefRow h3 {
  font-family: "Signika", sans-serif;
  font-size: 35px;
  font-weight: 300;
  font-size: 20px;
  line-height: 56px;
  color: rgba(51, 47, 41, 1);
  margin-bottom: 18px;
}
.chefRow p {
  font-family: "Roboto Serif", serif;
  font-size: 15px;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: rgba(51, 47, 41, 1);
  margin-bottom: 18px;
  max-width: 670px;
}
.chefRow p strong {
  font-family: "Roboto Serif", serif;
  font-style: italic;
  font-weight: 700;
}
.chefRow a {
  text-transform: uppercase;
  color: rgba(51, 47, 41, 1);
  border: solid rgba(51, 47, 41, 1) 1px;
  text-align: center;
  max-width: 280px;
  font-family: "Roboto", serif;
  text-decoration: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chefRow figure {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 370px;
}
.chefRow figure img {
  width: 100%;
  max-width: 370px;
  margin-bottom: 15px;
}
.chefRow figure figcaption span {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(37, 3, 2, 1);
}
.chefRow figure figcaption span:last-child {
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.imageRow .imageContainer img {
  width: 100%;
}
.tasteRow {
  padding: 95px 0;
  background: rgba(37, 3, 2, 1);
}
.tasteRow .titleCooking h1 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 200;
  line-height: 50px;
  letter-spacing: 20px;
  text-align: center;
  font-family: "Roboto Serif", serif;
  color: rgba(255, 227, 203, 1);
  margin-bottom: 95px;
}
.tasteRow .titleCooking h1 span {
  font-weight: 600;
  font-style: italic;
}
.tasteRow .tasteRowContainer {
  margin-bottom: 180px;
}
.tasteRow .tasteRowContainer .imageContainer img {
  width: 100%;
  max-width: 565px;
}
.tasteRow .tasteRowContainer p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  max-width: 472px;
  padding-left: 35px;
}
.tasteRow .tasteRowContainer ul {
  padding-left: 55px;
}
.tasteRow .tasteRowContainer ul li {
  color: rgba(255, 227, 203, 1);
}
.tasteRow .tasteRowContainer a {
  max-width: 225px;
  color: rgba(245, 238, 232, 1);
  font-size: 15px;
  line-height: 24px;
  margin-top: 24px;
  text-decoration: none;
  font-family: "Roboto", serif;
  border: solid 1px rgba(245, 238, 232, 1);
  border-radius: 6px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 25px;
  margin-left: 34px;
}
.tasteRow .carouselTitle h1 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 200;
  line-height: 50px;
  letter-spacing: 20px;
  text-align: center;
  font-family: "Roboto Serif", serif;
  color: rgba(255, 227, 203, 1);
}
.tasteRow .carouselTitle h1 span {
  font-weight: 500;
  font-size: 45px;
  font-style: italic;
}
.tasteRow .carouselTitle h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 10px;
  text-align: center;
  font-family: "Signika", sans-serif;
  color: rgba(255, 227, 203, 1);
}
.carouselRow {
  background: rgba(37, 3, 2, 1);
}
.carouselRow .carouselContainer {
  margin-bottom: 47px;
}
.carouselRow img {
  width: 100%;
  margin-bottom: 20px;
}
.carouselRow a.carouselLink {
  color: rgba(255, 227, 203, 1);
  border: solid 1px rgba(255, 227, 203, 1);
  padding: 5px 18px;
  font-family: "Signika", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 64px;
  border-radius: 10px;
}
.contactRow {
  padding: 114px 0 57px 0;
  background: rgba(245, 238, 232, 1);
}
.contactRow .eventsTitle {
  text-align: center;
  margin-bottom: 62px;
}
.contactRow .eventsTitle h1 {
  font-family: "Roboto Serif", serif;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 20px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.contactRow .eventsTitle h1 strong {
  font-weight: 600;
  font-size: 45px;
}
.contactRow .eventsTitle p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  max-width: 765px;
  margin: 0 auto;
}
.contactRow .eventsTitle p strong {
  font-weight: 600;
  font-style: italic;
}
.contactRow h4 {
  font-family: "Roboto Serif", serif;
  font-size: 35px;
  color: rgba(37, 3, 2, 1);
  line-height: 50px;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contactRow h4 span {
  font-size: 45px;
  font-weight: 600;
  font-style: italic;
}
.contactRow p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  max-width: 365px;
}
.contactRow p strong {
  font-style: italic;
  font-weight: 600;
}
.contactRow label {
  display: block;
  color: rgba(51, 47, 41, 1);
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}
.contactRow select {
  color: rgba(200, 154, 113, 1);
}
.contactRow input,
.contactRow select,
.contactRow textarea {
  padding-bottom: 7px;
  border-bottom: solid 1px rgba(51, 47, 41, 1);
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  background: transparent;
}
.contactRow input[type="date"] {
  color: rgba(200, 154, 113, 1);
}
.contactRow input[type="submit"] {
  padding: 7px 18px;
  border: solid 1px rgba(51, 47, 41, 1);
  border-radius: 6px;
  background: transparent;
  color: rgba(51, 47, 41, 1);
  text-transform: uppercase;
}
.contactRow input:focus,
.contactRow select:focus,
.contactRow textarea:focus {
  outline: none;
  border-bottom: solid 2px rgba(51, 47, 41, 1);
}
.contactRow textarea {
  resize: none;
  border-radius: 0;
}
.contactRow input::placeholder,
.contactRow textarea::placeholder {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  color: rgba(200, 154, 113, 1);
}
.nosotrosTitle {
  padding-top: 75px;
  padding-bottom: 121px;
  background: rgba(37, 3, 2, 1);
  color: rgba(245, 238, 232, 1);
  text-align: center;
}
.nosotrosTitle h1 {
  font-family: "Roboto Serif", serif;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 20px;
  margin-bottom: 20px;
}
.nosotrosTitle h1 strong {
  font-weight: 600;
  font-style: italic;
}
.nosotrosTitle p {
  font-family: "Roboto", serif;
  max-width: 922px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.nosotrosTitle p strong {
  color: rgba(200, 154, 113, 1);
}
.nosotrosTitle a {
  border: solid rgba(245, 238, 232, 1) 1px;
  color: rgba(245, 238, 232, 1);
  padding: 5px 25px;
  font-family: "Roboto", serif;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 205px;
  margin: 0 auto;
  border-radius: 6px;
}
.nosotrosRow {
  background: rgba(37, 3, 2, 1);
  padding: 57px 0;
}
.nosotrosRow h1 {
  font-family: "Roboto Serif", serif;
  font-size: 35px;
  font-weight: 200;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 16px;
  color: rgba(245, 238, 232, 1);
}
.nosotrosRow h1 span {
  font-family: "Roboto Serif", serif;
  font-size: 35px;
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 20px;
  color: rgba(245, 238, 232, 1);
}
.nosotrosRow h3 {
  font-family: "Signika", sans-serif;
  font-size: 35px;
  font-weight: 300;
  font-size: 20px;
  line-height: 56px;
  color: rgba(245, 238, 232, 1);
  margin-bottom: 18px;
}
.nosotrosRow p {
  font-family: "Roboto", serif;
  font-size: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(245, 238, 232, 1);
  margin-bottom: 18px;
  max-width: 670px;
}
.nosotrosRow p strong {
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: 700;
  color: rgba(200, 154, 113, 1);
}
.nosotrosRow figure {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.nosotrosRow figure img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.nosotrosRow figure figcaption {
  width: 100%;
}
.nosotrosRow figure figcaption span {
  display: flex;
  justify-content: center;
  font-family: "Shalimar", cursive;
  font-size: 32px;
  line-height: 56px;
  font-weight: 400;
  color: rgba(245, 238, 232, 1);
  text-align: center;
}
.experienceRow {
  padding: 80px 0 190px 0;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(37, 3, 2, 1);
}
.logoContainer {
  margin-bottom: 140px;
}
.logoContainer img {
  max-width: 300px;
}
.experienceRow .imageContainer {
  padding: 0;
}
.experienceRow img {
  width: 100%;
}
.experienceRow .textContainer {
  padding-left: 5rem;
}
.experienceRow h3 {
  font-family: "Roboto Serif", serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 31px;
  letter-spacing: 15px;
}
.experienceRow h3 span {
  font-weight: 700;
  font-style: italic;
}
.experienceRow p {
  font-family: "Roboto Serif", serif;
  font-weight: 300;
  font-size: 17px;
  max-width: 677px;
}
.experienceRow p strong {
  color: rgba(200, 154, 113, 1);
  font-style: italic;
}
.yearsRow {
  background: rgba(245, 238, 232, 1);
  text-align: center;
  color: rgba(37, 3, 2, 1);
  padding-top: 106px;
  padding-bottom: 106px;
}
.yearsRow h1 {
  font-family: "Roboto Serif", serif;
  margin-bottom: 66px;
  font-size: 35px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 20px;
}
.yearsRow h1 strong {
  font-weight: 600;
  font-style: italic;
}
.yearItem {
  margin-bottom: 63px;
}
.yearItem h2 {
  font-family: "Roboto Serif", serif;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 25px;
  letter-spacing: 20px;
  line-height: 50px;
  font-style: italic;
}
.yearItem p {
  font-family: "Roboto", serif;
  font-size: 15px;
  line-height: 24px;
}
.yearsRow a {
  font-family: "Roboto Condensed", serif;
  color: rgba(37, 3, 2, 1);
  text-decoration: none;
  text-transform: uppercase;
  border: solid rgba(37, 3, 2, 1) 1px;
  padding: 5px 25px;
  border-radius: 6px;
}
.contactsRow {
  background: rgba(245, 238, 232, 1);
  color: rgba(37, 3, 2, 1);
  padding-top: 126px;
  padding-bottom: 109px;
}
.contactsItem {
  margin-bottom: 70px;
}
.contactsItem:last-child {
  margin-bottom: 0;
}
.contactsRow .imageContainer {
  padding: 0;
}
.contactsRow img {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
.contactsRow .contactData {
  padding-left: 15px;
}
.contactsRow h5 {
  font-family: "Roboto Serif", sans-serif;
  font-weight: 600;
  font-size: 35px;
  font-style: italic;
  color: rgba(37, 3, 2, 1);
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 10px;
}
.contactsRow .contactsItem:nth-child(3) h5,
.contactsRow .contactsItem:nth-child(4) h5 {
  margin-bottom: 15px;
}
.contactsRow h6 {
  font-family: "Roboto Serif", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: rgba(37, 3, 2, 1);
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 15px;
}
.contactsRow p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(37, 3, 2, 1);
  margin-bottom: 0;
}
.contactsRow p span {
  font-style: italic;
  font-weight: 600;
  margin-right: 10px;
}
.mapContainer {
  padding: 0;
}
.mapContainer #map {
  width: 100%;
  height: 75dvh;
}
.restaurantsContainer {
  padding-top: 68px;
  padding-bottom: 98px;
  background: rgba(37, 3, 2, 1);
  color: rgba(245, 238, 232, 1);
  text-align: center;
}
.restaurantsContainer h1 {
  font-family: "Roboto Serif", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 20px;
  margin-bottom: 15px;
}
.restaurantsContainer h1 strong {
  font-weight: 600;
}
.restaurantsContainer h2 {
  font-family: "Signika", sans-serif;
  font-size: 20px;
  line-height: 56px;
  font-weight: 200;
  text-transform: uppercase;
}
.restaurantsContainer p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  max-width: 683px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.restaurantsContainer p span {
  color: rgba(200, 154, 113, 1);
}
.restaurantsItems .card {
  background: transparent;
  border-radius: 0;
  margin-bottom: 65px;
}
.restaurantsItems .card figure {
  position: relative;
}
.restaurantsItems .card figure img {
  border-radius: 0;
}
.restaurantsItems .card figure figcaption {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.restaurantsItems .card figure figcaption span a {
  color: rgba(245, 238, 232, 1);
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  line-height: 24px;
}
.restaurantsItems .card figure figcaption span a:hover {
  text-decoration: underline;
}
.restaurantsLegend h1 {
  font-family: "Roboto Serif", sans-serif;
  font-size: 35px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: 20px;
}
.restaurantsLegend img {
  margin: 0 auto;
  max-width: 201px;
}
footer {
  background: rgba(31, 31, 31, 1);
  padding: 0.5rem 0;
}
footer img {
  max-width: 250px;
  margin: 0 auto;
}
.footerCol {
  color: rgba(255, 227, 203, 1);
  text-align: center;
}
.footerCol img {
  margin-bottom: 32px;
}
.footerCol a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 227, 203, 1);
  text-decoration: none;
}
.footerCol p {
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
}
.footerCol ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  text-align: left;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 15px;
}
.footerCol ul.menu {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  text-align: left;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footerNav {
  margin: 2rem;
}
.footerNav a {
  color: rgba(245, 238, 232, 1);
  text-decoration: none;
}
footer .copyright p {
  color: rgba(245, 238, 232, 1);
}
.mobileMenu {
  width: 100%;
  background: rgba(37, 3, 2, 1);
  position: fixed;
  height: 100dvh;
  z-index: 10000;
  top: 0;
  right: -100%;
  color: rgba(245, 238, 232, 1);
  padding: 1rem 15px;
}
.mobileMenu .closeBtn {
  margin-bottom: 1;
}
.mobileMenu .closeBtn a {
  color: rgba(245, 238, 232, 1);
}
.mobileMenu .closeBtn i {
  font-size: 1.75rem;
}
.mobileMenu img {
  max-width: 120px;
  margin-bottom: 3rem;
}
.mobileMenu ul {
  list-style-type: none;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.mobileMenu ul li {
  margin-bottom: 2rem;
}
.mobileMenu ul li a {
  text-decoration: none;
  font-family: "Roboto Condensed", serif;
  color: rgba(245, 238, 232, 1);
  font-size: 1.5rem;
  transition: 300ms all;
}
.mobileMenu ul li a:hover {
  text-decoration: underline;
  transition: 300ms all;
  color: rgba(200, 154, 113, 1);
}
/*Landing Restaurante*/
.landingRestaurant .topNav {
  background: rgba(168, 52, 42, 1);
}
.landingRestaurant .topNav ul li {
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(255, 227, 203, 1);
  font-size: 12px;
  text-transform: uppercase;
}
.landingRestaurant nav {
  padding-top: 20px;
  padding-bottom: 20px;
}
.landingRestaurant nav ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  display: flex;
  justify-content: start;
  list-style: none;
}
.landingRestaurant nav ul li a {
  white-space: nowrap;
}
.landingRestaurant .menuLink ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.landingRestaurant .menuLink ul li a {
  border: solid 1px rgba(255, 227, 203, 1);
  border-radius: 6px;
  padding: 5px 15px;
}
.landingRestaurant .socialLinks ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.landingRestaurant .socialLinks ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.landingRestaurant .headerMain {
  background: url(img/centro_Castellano_Restaurante_Español1.jpg) top center
    no-repeat;
  background-size: cover;
}
.landingRestaurant .headerContainer h2 {
  color: #ffe3cb;
}
.landingRestaurant .familyContainer {
  padding-top: 80px;
}
.landingRestaurant .familyRow {
  background: rgba(255, 227, 203, 1);
  padding-bottom: 0;
  color: #271606;
}
.landingRestaurant .familyRow .logoContainer {
  margin-bottom: 70px;
}
.landingRestaurant .familyRow h3 {
  margin-bottom: 23px;
  font-family: "Akatab Regular";
}
.landingRestaurant .familyRow p {
  font-family: "Libre Caslon Text", serif;
  font-weight: 300;
  font-size: 17px;
  max-width: 866px;
  margin: 0 auto;
  margin-bottom: 154px;
}
.landingRestaurant .familyRow p strong {
  font-family: "Libre Caslon Text", serif;
  color: #a8342a;
}
.landingRestaurant .familyContainer {
  background: #271606;
  padding-bottom: 70px;
  color: #ffe3cb;
}
.landingRestaurant .familyContainer img {
  width: 100%;
}
.landingRestaurant .familyRow .imageContainer {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.landingRestaurant .restaurantsRow {
  background: rgba(255, 227, 203, 1);
}
