

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* CORE ============================*/

*{
	font-family: 'Open Sans', sans-serif;
}
a{
  outline: 0 !important;
  transition: all 0.5s;
}
a:hover, a:focus{
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}
h1{
  font-size: 40px;
}

h2::first-letter{  
  font-size: 40px;
  text-decoration: underline;
  color: #c3c2c2;
}
h2{
  margin-top: 5px;
  margin-bottom: 30px;
}
h5{
  font-size: 12px;
  letter-spacing: 2px;
}
h1,h2,h3,h4{
	font-family: 'Montserrat', sans-serif;
  font-family: 'Droid Serif', serif;
  color: #868686;
}
section{
	padding: 100px 0px;
}
#gracias{
  background: url(../img/back-body.jpg);
  height: 100vh;
}
/* HEADER ==========================*/
header{
	background-color: #4c4c4c;
  background-image: url(../img/dark_wall.png);
	color: #fff;
}
.datos li{
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Droid Serif', serif;
  margin-top: 10px;
}
.hamb{
  background: none;
  color: #fff;
  border: none;
  outline: none;
}
.hamb2{
  display: none;
}
.chevron{
	background: url(../img/back-body.jpg);
	position: absolute;
	top:0px;
	padding: 10px;
}
nav{
  width: 300px;
  min-height: 100%;
  height: 100vh;
  position: fixed;
  right: -300px;
  top: 0px;
  background-image: url(../img/cork-wallet.png); 
  z-index: 9;
  padding: 20px;
  transition: all 0.5s;
}
nav button{
  background: none !important;
  border: none !important;
  outline: none !important;
}
nav ul{
  padding-left: 0px;
  list-style-type: none; 
}
nav ul li a{
  font-size: 18px;
  border-bottom: solid thin;
  display: block;
  padding: 10px;
  color: #827575;
  text-shadow: 1px 1px 1px #fff;
}
nav .navsocial{
  margin-top: 20px;
}
nav .navsocial li a{
  font-size: 14px !important;
  border-bottom: none;
  padding: 2px;
}
/* FOOTER ==========================*/
footer{
  background-image:  url(../img/back-body.jpg);
  border-top: solid 5px #666;
  margin-top: -5px;
  padding-top: 20px;
}
footer ul{
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 20px;
}
footer h4{
  color: #2d2d2d;
}
footer ul li a{
  color: #999;
}
footer img{
  margin-top: 30px;
}
footer hr{
  border-top: 1px solid #ccc;
}
footer small{
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}
/* INICIO ==========================*/
#inicio{
	background-image: url(../img/bk3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 170px 0px;
}
#inicio hgroup{  
  text-shadow: 1px 1px 2px #000;
}
#inicio hgroup h1{
  color: #fff;
}
#inicio hgroup h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #fff;
}
.cta{
    display: inline-block;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    background: none;
    color: #fff !important;
    width: 49%;
    text-align: center;
    border: solid 2px;
    margin-top: 20px;
}
.cta1{
    background: rgba(0,0,0,0.5);
    background-image: url(../img/dark_wall.png);
    color: #fff !important;
    
    border: solid 2px #fff;
}
.social-block{
  list-style-type: none;
  padding-left: 0px;
  position: absolute;
  right: 0px;
  top: 300px;
  z-index: 8;
}
.social-block li a{
  display: block;
  color: #fff;
  font-size: 1.5em;
  padding: 15px 20px;
  text-align: center;
  background: orange;  
}
/* GRILLA ========================================*/
.grid{
  padding-left: 0px;
}
.grid li{
  list-style-type: none;
}
.grid-item{
  width: 19.5%;
  margin: 2px;
  text-align: left;
}
.size2{
  width: 24.5%;
}
.grid-item a{
  display: block;
}
.grid-item span{
  display: block;
  width: 100%;  
  height: 200px;
  background-color: #6c915e; 
  background-position-y: 100%; 
}
.grid-item strong{
  font-family: 'Montserrat', sans-serif;
  font-family: 'Droid Serif', serif;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}
.grid-item strong::before { 
    content: " > ";
}
/* FILTROS */
#filtros ul li{
  cursor: pointer;
}
.tagbox button{
    background: #b1b1b1;
    font-size: 12px;
    border: none;
    border-radius: 10px;
    margin: 2px 0px;
    color: #fff;
    outline: none !important;
    margin-bottom: 10px;
}
.tagbox button.is-checked{
  background: #333;
}


/* PRODUCTO magnific popup=====================================*/
.white-popup {
  position: relative;
  background: #FFF;  
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.flex-container{
	display: flex;
	flex-direction: row;
}
.flex-item{
	align-items: stretch;
}
.infobox{
	width: 300px;
    padding: 20px;
}
.infobox small{
  font-size: 12px;
  margin-top: -9px;
  display: block;
  margin-bottom: 7px;
}
.infobox ul{
	padding-left: 0px;
	list-style-type: none;	
}
.infobox ul li{
	font-size: 12px;
}
.imgbox{
    width: 400px;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333;
}
.infobox form{
	margin: 10px 0px;
}
.infobox input[type=email],.infobox input[type=text]{
	border: none;
    border-bottom: solid thin gainsboro;
    width: 100%;
    outline: none !important;
}
.infobox input[type=submit]{
    width: 100%;
    background: #333;
    color: #fff;
    padding: 7px 10px;
    border: none !important;
    outline: none !important;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
    background: #fff
    }

#facil{
    background-image: url(../img/bk-black.png);
    padding: 60px 0px;
    border: solid 8px #cecece;
    border-left: none;
    border-right: none;
    color: #fff;
}
#facil i{
    font-size: 4em;
    margin-top: 40px;
    padding: 30px;
    border: solid 2px;
    border-radius: 210px;
}
#mapa{
  padding: 0px;
}
#mapa iframe{
  pointer-events:none;
  width: 100%;
}
.action{
  background: #fff;
  list-style-type: none;
  padding-left: 0px;
  display: none;
}
.action li{
  display: inline-block;
  width: 49%;
  
}
.action li a{
    display: block;
    padding: 12px;
    text-align: center;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Droid Serif', serif;
}
.action li:nth-child(1) a{
  background: #555;
  color: #fff !important;  
}

/* CONTACTO ==========================*/
#contacto input{
  width: 100%;
  border: none;
  border-bottom: solid thin;
  font-size: 16px;
  color: #888;
  outline: none !important; 
  margin-bottom: 15px; 
}
#contacto textarea{
  width: 100%;
  resize: none;
  color: #888;
  outline: none !important; 
}
#contacto input[type=submit]{
    background: #333;
    color: #fff;
    padding: 10px;
    border: none;
}
.show{
  margin-top: 33px;
}
.media-left i{
    font-size: 1.5em;
    color: #c1c1c1;
    background: none;
    padding: 11px;
    width: 45px;
    text-align: center;
    border: solid thin;
}
/* MEDIA QUERIES ==================================*/
/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet 
   480-less    - phone landscape & smaller
--------------------------------------------*/
/* desktop */
@media all and (min-width: 1024px) and (max-width: 1280px) { }

/* netbook */
@media all and (min-width: 768px) and (max-width: 1024px) { }

/* tablet */
@media all and (min-width: 480px) and (max-width: 768px) {
  #inicio{
    height: auto;
  }
  .grid-item{
    width: 24%;
  }
}

/* phone */
@media all and (max-width: 480px) {
  .xs-center{
    text-align: center;
  }
  .grid-item{
    width: 48.5%
  }
  .grid-item span{
    height: 150px;
  }
	.flex-container{
		flex-direction: column;
	}
	.imgbox{
		width: 100%;
		height: 300px;
	}
  .datos{
    display: none;
  }
  .cta{
    display: none;
  }

  section{
    padding: 40px 0px;
  }
  header{
    background: url(../img/back-body.jpg); 
    color: #000;
    height: 135px;
  }
  .chevron{
    background: none;
    position: static;
    text-align: center;
  }
  .chevron img{
    height: 70px;
    width: auto;
  }
  .hamb{
    position: absolute;
    font-size: 2em;
    right: 15px;
    top: 30px;
    color: #828282;
  }
  .hamb2{
    display: block;
  }
  .volver{
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #828282;
  }
  .action{
    display: block;
  }
  #inicio{
    padding: 80px 0px; 
    height: 80vh;
  }
  #inicio h1{
    font-size: 2em;
  }
  #inicio h3{
    font-size: 1em;
  }
  #inicio hgroup{
    text-align: center;
  }
  #facil article{
    padding: 0px 60px;
  }
}
