@charset "UTF-8";
/* 
    Created on : 11-dic-2017, 16:59:53
    Author     : Daniel Sacristán Pérez
    Linkedin: https://www.linkedin.com/in/danielsacristanp/
*/
/*---FUENTES---*/
@font-face {
  font-family: "glober";
  src: url("../fonts/glober.woff"); }
@font-face {
  font-family: "bodoni";
  src: url("../fonts/bodoni.ttc"); }
body {
  overflow-x: hidden;
  background-color: #212121; }

/*---CABECERA---*/
#cabecera {
  height: 550px;
  background-image: url("../img/bodegoncenital.jpg");
  background-size: cover;
  background-position: bottom left;
  color: #FFFFFF;
  text-align: center;
  padding-top: 200px;
  background-repeat: no-repeat; }
  #cabecera h1 {
    font-family: "bodoni";
    font-size: 40pt; }
  #cabecera p {
    width: 60%;
    font-family: "glober";
    margin-left: 20%; }

nav {
  text-align: center;
  position: absolute;
  top: 10px;
  width: 100%; }
  nav ul {
    padding: 0; }
  nav li {
    display: inline;
    margin-right: 15px;
    width: 20%; }
  nav a {
    color: #FFFFFF; }
    nav a:hover {
      text-decoration: none;
      color: #FFFFFF; }
  nav img {
    width: 90px;
    position: relative;
    top: -10px; }

#tesoros {
  height: 300px;
  background-color: #2E2F34;
  text-align: center; }
  #tesoros img {
    width: 20%;
    margin-top: 65px;
    min-width: 190px; }
  #tesoros h2 {
    margin-top: 10px;
    font-family: "bodoni";
    color: #FFFFFF; }
  #tesoros p {
    font-family: "glober";
    color: #FFFFFF;
    width: 45%;
    margin-left: 27.75%;
    margin-top: 20px; }
  #tesoros hr {
    border-color: #FFFFFF;
    width: 30%;
    margin-top: 40px; }

#productos {
  color: #FFFFFF;
  font-family: "bodoni";
  background-color: #232428;
  overflow: hidden; }
  #productos h1 {
    font-size: 30pt; }
  #productos .col-md {
    padding: 0;
    overflow: hidden; }

#boletus {
  background-image: url("../img/boletus.jpg");
  height: 400px;
  text-align: center;
  padding-top: 150px;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 0.4s ease-in-out; }

#tortilla {
  background-image: url("../img/tortilla.jpg");
  height: 400px;
  text-align: center;
  padding-top: 150px;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 0.4s ease-in-out; }

.zoom-background-hover, #boletus:hover, #tortilla:hover, #carnicos .fond:hover {
  transform: scale(1.15);
  transition-duration: 0.6s; }

.wrapp {
  overflow: hidden; }

.descrip {
  text-align: center;
  padding: 80px;
  font-family: "glober"; }
  .descrip p {
    text-align: justify; }

#carnicos {
  color: #FFFFFF;
  font-family: "bodoni";
  background-color: #232428; }
  #carnicos h1 {
    font-size: 30pt; }
  #carnicos .fond {
    background-image: url("../img/carnicos.jpg");
    height: 400px;
    text-align: center;
    padding-top: 150px;
    background-size: cover;
    background-position: 50% 50%;
    transition: transform 0.4s ease-in-out;
    background-repeat: no-repeat; }
  #carnicos p {
    width: 45%;
    margin-left: 27.75%;
    font-family: "glober";
    text-align: center; }

#montes {
  background-color: #2E2F34;
  color: #FFFFFF;
  padding: 35px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 40px; }
  #montes h2 {
    font-family: "bodoni";
    font-size: 30pt;
    margin-bottom: 20px; }
  #montes blockquote {
    font-family: "glober";
    border-left: 6px solid #C9A864;
    padding-left: 30px;
    text-align: justify;
    height: 80%;
    padding-right: 40px; }

.gallery {
  background-color: #2E2F34;
  font-size: 30px; }
  .gallery a {
    padding: 0; }
  .gallery i {
    color: #FFFFFF;
    position: absolute;
    left: 45%;
    top: 45%; }

.gallery img {
  width: 100%; }

#contacto {
  min-height: 400px;
  background-color: #232428;
  color: #FFFFFF;
  padding-bottom: 10px; }
  #contacto h2 {
    font-family: "bodoni";
    font-size: 30pt;
    margin-bottom: 20px; }
  #contacto > .row {
    padding: 20px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px; }
  #contacto .col-8 {
    padding: 0; }
  #contacto .col-md {
    padding-right: 10px; }

#mapa {
  width: 100%;
  height: 150px; }

#loc {
  background-color: #2E2F34;
  font-size: 35pt;
  padding: 0;
  text-align: center;
  padding-top: 20px; }
  #loc p {
    font-size: 12pt; }

input, textarea {
  display: block;
  margin-bottom: 10px;
  width: 80%;
  margin-left: 20%;
  text-align: left;
  border: 1px solid #d1d1d1;
  background-color: transparent;
  padding: 8px;
  color: #d1d1d1; }

#formu {
  padding-top: 50px; }

textarea {
  height: 140px;
  resize: none; }

button {
  float: right;
  width: 120px;
  border: none;
  background-color: #C9A864;
  color: #FFFFFF;
  padding: 5px;
  cursor: pointer;
  border: 3px solid #C9A864;
  border-radius: 2px; }
  button:hover {
    background-color: #FFFFFF;
    color: #2E2F34; }

:-ms-input-placeholder {
  color: #d1d1d1; }

/* IE 10+ */
::-webkit-input-placeholder {
  color: #d1d1d1; }

/* WebKit */
::-moz-placeholder {
  color: #d1d1d1; }

/* Firefox 19+ */
footer {
  background-color: #212121;
  text-align: center;
  color: #4a4d54;
  padding-top: 10px;
  font-size: 10pt; }

/*--MODALES--*/
.fade.in {
  opacity: 1; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-backdrop .fade .in {
  opacity: 0.5 !important; }

.modal-backdrop.fade {
  opacity: 0.5 !important; }

/*------------*/
#totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 500;
  background-color: rgba(192, 192, 192, 0.3);
  padding: 1px;
  width: 60px;
  text-align: center;
  font-size: 22pt;
  color: #C9A864;
  border-radius: 2px;
  cursor: pointer; }

#menurs {
  display: none; }

#panelmenu {
  display: none;
  width: 200px;
  position: absolute;
  top: 68px;
  background-color: #2E2F34;
  left: 16px;
  padding: 20px;
  padding-left: 20px;
  border-radius: 5px; }
  #panelmenu li {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  input, textarea {
    width: 100%;
    margin-left: 0; }

  nav > ul a {
    display: none; }

  #menurs {
    display: block; }
    #menurs img {
      width: 50px;
      position: absolute;
      left: 15px;
      top: 25px;
      cursor: pointer; } }
@media screen and (max-width: 450px) {
  #cabecera {
    height: 600px; }

  #tesoros {
    height: 400px; }

  #tesoros p {
    font-family: "glober";
    color: #FFFFFF;
    width: 80%;
    margin-left: 10%;
    margin-top: 20px; }

  #carnicos p {
    width: 100%;
    margin-left: 0;
    font-family: "glober";
    text-align: center; }

  .apar {
    margin-bottom: 50px; } }

/*# sourceMappingURL=style.css.map */
