/*************************************/
/*                                   */
/*              HOME                 */
/*                                   */
/*************************************/

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Rubik', sans-serif;
}

body .modal {
  width: 65%;
  margin-left: 15%;
}

div#preload { display: none; }

.centered {
  text-align: center;
}

.container-fluid {
	margin: 0px;
	padding: 0px;
}

.row-fluid {
	margin: 0px;
	padding: 0px;
}

.no-padding {
	padding: 0px;
}

.navbar {
  background: #fff;
  
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.ingles{
	   opacity: 1;     
	   transition: opacity .555s ease-in-out;     
	   -moz-transition: opacity .555s ease-in-out;     
	   -webkit-transition: opacity .555s ease-in-out;
 
  
}
.ingles:hover{
	   opacity: 0.6;     
	   transition: opacity .555s ease-in-out;     
	   -moz-transition: opacity .555s ease-in-out;     
	   -webkit-transition: opacity .555s ease-in-out;
  -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
  
}
header {
  width: 100%;
  height: 100%;
}

#home-top {
  background: url(../img/home_head_1.jpg) center center no-repeat;
  background-size: cover;
}


.head-menu-line {
	padding: 0px;
	margin: 0px;
	padding-top: 30px;
	text-align: center;

}

.head-menu-line .btn-group {
  vertical-align: inherit;
}

.head-menu {
	color: white;
	font-size: 1.5em;
	padding: 15px;
	letter-spacing: 3px;
}

.head-menu:hover {
	color: white;
	font-size: 1.5em;
	padding: 15px;
	letter-spacing: 3px;
}

.head-menu-img {
	vertical-align: text-top;
  margin-top: -10px;
}

.head-menu-tapa {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -250px;
}

.tapa-overlay {
    left: 50%;
    top: 50%;
    position: absolute;
    margin-top: -188px;
    margin-left: -188px;
}

.gusto-link {
  top: 5%;
  position: absolute;
  width: 100%;
  /*height: 100%; 
  display: table;  */
}

.gusto-link p {
  text-align: center;
}

.gusto-link a {
  font-size: 1.8em;
	color: #cc8200;
}

.gusto-link a:hover {
  font-size: 1.8em;
	color: #cc8200;
	text-decoration: none;
}

.gusto-link a:active {
  font-size: 1.8em;
  color: #cc8200;
  text-decoration: none;
}
/*
.gusto-link img {
  height: 100%; 
  width: 100%; 
  display: table-cell; 
  vertical-align: middle;	
}
*/
/*************************************/
/*                                   */
/*             INTERIOR              */
/*                                   */
/*************************************/

#merme-top {
  background: url(../img/top_merme_1.jpg) center center no-repeat;
  background-size: cover;  
}

#miel-top {
  background: url(../img/top_miel.jpg) center center no-repeat;
  background-size: cover;
}

#fit-top {
  background: url(../img/top_fit.jpg) center center no-repeat;
  background-size: cover;
}

#contacto-top {
  background: url(../img/home_head_1.jpg) center center no-repeat;
  background-size: cover;
}

#filosofia-top {
  background: url(../img/top_filosofia.jpg) center center no-repeat;
  background-size: cover;
}

#dulce-top {
  background: url(../img/top_dulce_1.jpg) center center no-repeat;
  background-size: cover;
}

#organicos-top {
  background: url(../img/top_organicos_1.jpg) center center no-repeat;
  background-size: cover;
}

.int-title {
	text-align: center;
}

.title-merm {
	background-color: #f59d08;
}

.title-merm h1 a{
  font-size: 2.5em;
  color: white;
}

.head-text-miel h2{
  padding-top: 15%;
  font-size: 5em;
  color: white;
  font-family: 'Rubik', sans-serif;
}

.head-text-merm h2{
  padding-top: 15%;
  font-size: 5em;
  color: white;
  font-family: 'Rubik', sans-serif;
}

.head-text-org h2{
  padding-top: 15%;
  font-size: 5em;
  color: white;
  font-family: 'Rubik', sans-serif;
}

.caption {
	position: absolute;
	background: #f59d08;
	opacity: 0.8;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	padding: 0;
	color: #fff;
	visibility: hidden;
}

.caption h3 {
	text-align: center;
	padding-top: 2%;
	font-size: 1.8em;
	font-weight: bold;
  font-family: 'Rubik', sans-serif;
}

.modal-header {
	margin: 0px;
	border: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-right: 15px;
}

.modal-ico {
	display: inline;
	margin: 5px;
}

.modal-logo {
	padding-top: 30px;
}

/*************************************/
/*                                   */
/*              FOOTER               */
/*                                   */
/*************************************/

.footer {
  background: url(../img/footer_bg.jpg) repeat;
  padding-bottom: 5%;
}

.footer-menu {
 color: white;
 font-size: 1.3em;
 margin: auto;
}

.footer-menu:hover {
 color: white;
 font-size: 1.3em;
 margin: auto;
}

.footer-menu img{
  margin: auto;
}

/*************************************/
/*                                   */
/*             CONTACTO              */
/*                                   */
/*************************************/

.location {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1em;
  padding: 20px;
}

.location a{
  font-family: 'Rubik', sans-serif;
  font-size: 1.1em;
  color: #000;
}

.location a:visited{
  font-family: 'Rubik', sans-serif;
  font-size: 1.1em;
  color: #000;
}


.location p{
  font-family: 'Rubik', sans-serif;
  font-size: 1.1em;
}

/*************************************/
/*                                   */
/*            FILOSOFIA              */
/*                                   */
/*************************************/

.filo-text-1{
  padding-top: 10%;
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;
  font-size: 16px;
  color: #fff;
}

.filo-text-2{
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.organicos-text-1{
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
    padding-bottom: 40px;
  text-align: justify;
  font-size: 14px;
  color: #000;
}

.organicos-text-2{
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  text-align: justify;
  font-size: 14px;
  color: #fff;
}

/*************************************/
/*                                   */
/*            MEDIA STYLES           */
/*                                   */
/*************************************/

@media (max-width: 767px) {
  .head-text h2{
	  padding-top: 30%;
   	font-size: 2.5em;
	
  }
  .filo-text-1{
  padding-top: 40px;
   padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;
  font-size: 14px;
  color: #fff;
}
  .pt-pb40 {    
padding-top: 40px;
padding-bottom: 40px;
}
.head-text-org h2{
  padding-top: 80%;
  font-size: 2.5em;
  color: white;
  font-family: 'Rubik', sans-serif;
}

}


/*************************************/
/*                                   */
/*              OTHER                */
/*                                   */
/*************************************/


a:focus {
  outline: none;
}