@font-face {
  font-family: 'Imperator';
  src: url('/fonts/Imperator.eot?#iefix') format('embedded-opentype'),  url('/fonts/Imperator.woff') format('woff'), url('/fonts/Imperator.ttf')  format('truetype'), url('/fonts/Imperator.svg#Imperator') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Imperator', 'Open Sans Condensed', sans-serif; 
  font-size: 20px;
}
p {
  font-size: 400;
  line-height: 1.55;
  color: #333;
}
h1 {
  font-size: 62px;
}
h2 {
  font-size: 50px;
  margin-bottom: 15px;
}
h3 {
  font-size: 30px;
}
h4 {
  color: #000;
  font-size: 40px;
  margin: 15px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 62px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
a {
  color: rgb(184, 25, 25);
}
a:hover {
  text-decoration: none !important;
}
.btn {
  background-color: transparent;
  border: 3px solid rgb(184, 25, 25);
  color: rgb(184, 25, 25);
  font-weight: 800;
  padding: 15px 45px;
  border-radius: 50px;
}
.btn:hover {
  background-color: rgb(184, 25, 25);
  border: 3px solid rgb(184, 25, 25);
  color: #fff;
}
.btn:focus {
  color: #fff;
}
.btn-ghost {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}
.btn-ghost:hover {
  background-color: #fff;
  border: 3px solid #fff;
  color: rgb(184, 25, 25);
}
.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  vertical-align: top;
}
.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgb(184, 25, 25);
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}
.portada {
  display: table;
  position: relative;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 100vh;
}
.portada:after {
  content: '';
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.portada .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.portada-brand {
  margin-bottom: 75px;
  display: inline-block;
}
.tagline {
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.block {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;
}
.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.block p {
  color: #fff;
  margin-bottom: 45px;
}
.location {
  background-image: url('/img/Location_Castros.jpg');
  padding: 5px;
}
.location h1, .location h2, .location h3, .location p {
  color: #ffffff;
} 
.menu {
  background-color: #ffffff;
  color: #000000;
  padding: 0 0;
}
.menu h1 {
  font-size: 62px;
  font-weight: bold;
}
.menu h2 {
  font-size: 40px;
  font-weight: bold;
}
.menu h3 {
  font-size: 30px;
  font-weight: bold;
}
.area_blanca {
  background-color: #ffffff;
  color: #000000;
  padding-top: 70px;
}
.area_blanca h2 {
  color: rgb(184, 25, 25);
}
.area_negra {
  background-color: #000;
  color: #fff;
  padding-top: 70px;
}
.terms {
  padding: 5px;
  color: #000;
}
.terms h1, h2, p {
  color: #000;
}
.about {
  padding: 5px;
  color: #fff;
}
.about h1, h2, p {
  color: #ffffff;
}
.about h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.about h3 {
  font-size: 25px;
  color: #aaa;
}
.about hr {
  border-top: 1px solid #fff;
}
.contact {
  background-image: url('/img/Contact_Castros.jpg');
  padding: 5px;
}
.contact h1 {
  color: #ffffff;
}
.contact h2 {
  color: #ffffff;
}
.contact h3 {
  color: rgb(184,25,25);
  text-align: left;
  margin-left: 20px;
}
.contact h4 {
  color: #ffffff;
  text-align: left;
  margin-left: 34px;
}
.contact .form #sendmessage {
  color: #ffffff;
  border: 1px solid #ffffff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}
.contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .form button[type="submit"] {
  background: #ffffff;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact .form button[type="submit"]:hover {
  background: #ffffff;
}
.site-footer {
  background-color: #111;
  padding: 0;
}
.site-footer h2, .site-footer p {
  color: #fff;
}
.site-footer p, .site-footer td {
  font-size:15px; 
  color:#fff;
}
.site-footer h2, .site-footer .btn {
  margin-bottom: 25px;
}
.site-footer .bottom {
  background-color: #000;
  padding: 20px 0;
}
.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}
.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}
.site-footer .bottom .list-inline a {
  color: #fff;
  margin-right: 15px;
}
.site-footer .bottom .list-inline a:hover {
  color: rgb(184, 25, 25);
}
.site-footer .credits {
  color: #ddd;
}
.site-footer .credits a {
  color: rgb(184, 25, 25);
} 
.portfolio {
  background-color: rgb(184, 25, 25);
  padding-bottom: 0;
}
.portfolio h2 {
  color: rgb(184, 25, 25);
  margin-bottom: 25px;
}
.portfolio-grid {
  margin-top: 65px;
}
.portfolio-grid .row {
  margin: 0;
}
.portfolio-grid .row > div {
  padding: 0;
}
.portfolio-grid .row > div .card img {
  width: 100%;
}
.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}
.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  section, .block, .area_azul {
    padding: 0 0;
  }
  .location {
    padding-bottom: 5px;
  }
  p, .block p {
    margin: 0;
  }
  .portada-brand {
    margin-bottom: 35px;
  }
  h1 {
    font-size: 50px;
    margin-top: 20px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 22px;
  }
  .portada {
    padding: 75px 0;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact h4 {
    font-size: 26px;
    color: #ffffff;
    text-align: left;
    margin-left: 16px;
  }
}

.section-title
{
  font-size:50px;
  margin-top:80px;
}

.blink_text 
{
    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
     color: red;
}

@-moz-keyframes blinker 
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker 
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker 
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

iframe#eveve{
  width:100%;
  height:650px;
}
@media screen and (max-width: 480px) {
  iframe#eveve{ 
    height:700px;
  }  
} 
.item_title {
  font-size:20px;
  font-weight: bold;
}
.item_description {
  font-size:18px;
  color:#969696;
}
.item_price {
  font-size:18px;
}
.menu_title {
  font-family: 'Imperator';
  font-size: 90px;
  font-weight: bold;
  color: #000;
  margin: 15px;
}
.menu_item {
  font-family: 'Imperator';
  font-size: 40px;
  font-weight: bold;
  margin: 15px;
}
.menu_item_id {
  margin: 45px;
}
.animated-boton {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.animated-boton span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.animated-boton span {
background: #f3e5f5;
}
.animated-boton span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-boton span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-boton span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-boton.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}
.animated-boton.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
.animated-boton.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}