@font-face {
  font-family: zooja;
  src: url(../fonts/zooja.ttf);
}

body {
	font-family: 'Roboto Condensed', sans-serif;
}

.menu {
    position: relative;
    display:  inline-block;
    width: 25px;
    height: 35px;
    margin: 6px 0px 0px 0px;
}
.menu span {
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.menu span:before, .menu span:after {
    position: absolute;
    content: '';
}
.menu span, .menu span:before, .menu span:after {
    width: 20px;
    height: 3px;
    background-color: #000;
    display: block;
}
.menu span:before {
    margin-top: -7px;
}
.menu span:after {
    margin-top: 7px;
}

.example5 span {
    -webkit-transition-duration: 0s; transition-duration: 0s;
    -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.example5.active span {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.example5 span:before {
    -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
    -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.example5.active span:before {
	background-color: white;
    margin-top: 0;
    -webkit-transform: rotate(45deg); transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.example5 span:after {
    -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
    -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.example5.active span:after {
	background-color: white;
    margin-top: 0;
    -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}

.small-logo {
	height:90px;
}
.ow-hidden{
	overflow: hidden;
}
.z-top{
	z-index:9999;
	position: fixed !important;
}
#myVideo {
object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.mute-video-container{
	height:40px; 
	width:40px; 
	border-radius:20px; 
	background-color: rgba(230, 230, 230, 0.4); 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	color:white; 
	cursor:pointer;
}
.skip-button {
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: absolute;
	bottom:5%;
	text-align: center;
}
.skip-button img {
	height: 100px;
	width: auto;
	cursor: pointer;
}
.floating-menu-left {
	position: absolute;
	z-index: 999;
}
.floating-menu-left img{
	max-width:200px;
}

.floating-menu-left .menu-button, .floating-menu-left .menu-button-mobile{
	width:100px;
	border:1px solid black;
	height:32px;
	border-radius: 20px;
}

.floating-menu-left .menu-button.active, .floating-menu-left .menu-button-mobile.active{
	border:1px solid white;
	color: white;
	background-color:rgba(137,100,37,0.5); 
}

.floating-menu-left .menu-button span, .floating-menu-left .menu-button-mobile span{
	font-size: 14pt;
	font-weight: 300;
}
.floating-menu-left .menu-button:hover{
	cursor: pointer;
/*	border:1px solid rgb(137,100,37);
	color:rgb(137,100,37);*/
}

.home {
	width: 100%;
	height: 100vh;
	background-image: url('../images/Fondo_AndalusianGardens.png');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.product-home img{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.video-container{
	z-index:99999;
}
.fading-container, .fading-container-special {
	width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    display: none;
}
.fading-container.opened, .fading-container-special.opened {
	background-image: url('../images/background_home_opened.jpg');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
/*	background-color: rgba(137,100,37,0.7);*/
    z-index: 998;
    display: flex;
}

.fading-container-special.opened {
	background-image: none;
	background-color: rgba(137,100,37,0.7);
}

.menu-container {
	z-index: 998;
}

.menu-container ul{
	list-style-type: none;
	display: flex;
    justify-content: center;
    align-items: center;
}

.menu-container-mobile ul{
	list-style: none;
	padding: 0;
}

.menu-container-mobile {
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index:998;
}

.menu-container ul li {
	font-family: 'zooja';
	font-size: 50pt;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	cursor: pointer;
}
.menu-container-mobile ul li{
	font-family: 'zooja';
	font-size: 50pt;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	cursor: pointer;
	margin-top:10px;
}
.menu-container ul li:last-child{
	border:none;
}
.menu-container ul li.separator{
	height:75px;
	width:1px;
	border:1px solid black;
	padding:0;
	margin:0;
}

.menu-container {
	margin-left: auto;
	margin-right: auto;
	left: 120px;
	right: 0;
	position: absolute;
	top:15%;
	text-align: center;
}
.menu-container .submenu{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10pt;
	color:white;
	position: absolute;
		opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}
footer .info-button {
	cursor: pointer;
}

footer {
	width:100%;
	position: fixed;
	bottom:0;
	z-index: 999999999;
	background-color: rgba(255,255,255,0.7);
}
footer .social-icons a {
	align-items: center;
	display: flex;
	height:30px;
}
footer .social-icons a:hover{
	text-decoration: none;
}
footer .social-icons i {
	color:white;
	font-size: 15pt;
}

footer.black-footer .social-icons i{
	color:black;
}

footer .social-icons img {
	height:30px;
}

footer .switch-locale {
	list-style: none;
}
footer .switch-locale li{
	cursor: pointer;
}
footer .switch-locale li a:hover{
	text-decoration: none;
}

footer .switch-locale li a{
	color:white;
}
footer.black-footer .switch-locale li a {
	color: black;
}
footer .switch-locale li.active{
	border-bottom: 1px solid white;
}
footer.black-footer .switch-locale li.active{
	border-bottom: 1px solid black;
}

footer .switch-locale .flag{
	height:15px;
	width:15px;
	border-radius: 10px;
}
footer .footer-show-up{
	height:0px;
	background-color:red;
}
footer .menu-hidden a{
	color: rgb(137,100,37);
}

.bg-black{
	background-color: black;
}


.menu-mobile-sticky {
	position: fixed;
	top:0;
	height:60px;
	width: 100%;
	box-shadow: 1px 1px 1px grey;
	z-index: 999;
	background-color: white;
}
#logo-mobile{
	height:100%;
	padding-left:1rem;
}
#logo{
	cursor: pointer;
}



/*ORIGIN*/
.origin .container{
	color: rgb(137,100,37);
}
.origin .banner{
	background-image: url('../images/Banner_Origen.jpg');
	background-size: cover;
	background-position-x:right;
	background-position-y: center;
	background-repeat: no-repeat;
	width:100%;
	height:320px;
	position: absolute;
	top: 0;
	left:0;
}
.products-grid {
		/*max-height: 450px;*/
	}
.origin .menu-left{
	padding-top:30%;
}
.origin .menu-left ul{
	list-style: none;

}
.origin .menu-left ul li{
	color: rgb(137,100,37);
	cursor: pointer;
	font-size: 13pt;
	padding-top: 0.5rem;
}

.origin .menu-left ul li.active{
	font-weight: 700;
	text-decoration: underline;
}

.origin .content{
	padding-top:5%;
	color: rgb(137,100,37);
}
.origin h1{
	font-family: 'zooja';
	font-size: 110pt;
	color:black;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	max-width: 50%;
}
.origin .subtitle {
	max-width: 50%;
}
.origin .certificaciones img{
	max-height:140px;
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
}
.origin .certificaciones {
	justify-content: space-between;
}
.origin .main-column{
	height: calc(100% - 400px);
    position: fixed;
    overflow-y: scroll;
    margin-top: 40px;
}

/*CONTACT*/
.contact {
	width:100%;
	height:100vh;
	background-image: url('../images/Banner_Contacto.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.contact h1{
	font-family: 'zooja';
	font-size: 110pt;
	color:black;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	max-width: 100%;
}
.contact .content{
	color: rgb(137,100,37);
}

.contact .card-header{
	background-color: rgba(137,100,37, 0.8);
}
.contact input.btn {
	background-color: rgba(137,100,37, 0.8);
	border-color: rgba(137,100,37, 0.8);
	color:white;
}
.contact .input-group-text{
	background-color: transparent;
}
.contact i{
	color: rgba(137,100,37, 0.8);
}


/* PRODUCTS */
.products{
	width:100%;
	height:auto;
	padding-bottom: 200px;
/*	background-image: url('../images/BannerMiel_Horizontal.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;*/
}
.products .banner{
	background-image: url('../images/BannerMiel_Horizontal.jpg');
	background-size: cover;
	background-position-x:right;
	background-repeat: no-repeat;
	width:100%;
	height:320px;
	position: absolute;
	top: 0;
	left:0;
}



.products h1 {
	font-family: 'zooja';
	font-size: 110pt;
	color:black;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	max-width: 100%;
}

.products select {
	height: 40px;
	padding:10px;
}

.products .category{
	cursor: pointer;
	font-size: 15pt;
}

.products .category.active {
	text-decoration: underline;
}

.product {
	margin-top:1em;
	cursor: pointer;
	margin:40px;
}
.breadcrumbs{
	font-size: 14pt;
	color:black;
}
.breadcrumbs a {
	color:black;
	text-decoration: underline;
}

.recomendados .products-container .product{
	margin: 10px;
}

.recomendados .products-container .product .product-image img{
	max-height: 320px;
}

.product-image{
	max-width: 100%;
}

.product-image img{
	max-height: 380px;
	height: auto;
/*	max-width: 320px;
*/	max-width:100%;
}
.my-formato{
	max-width: 60%;
}

.product-text h3{
	font-weight: bold;
	font-size: 16pt;
	text-transform: uppercase;
	margin:0;
}

.product-text h5{
	text-transform: uppercase;
}

.products .image-container-detail img{
	width:100%;
}

.products .badges {
	position: absolute;
	width:90px;
}

.products .badges img {
	width: 100%;
}

.products .recomendados h5{
	font-weight: bold;
	font-size: 12pt;
}

.format{
	margin:0 10px;
}

.format img {
	/*max-height: 120px;
	margin-bottom:10px;*/
/*	max-width: 100%;
*/	margin-bottom:15px;
	max-width: 30px;
  display: block;
}

.format p {
	margin: 0;
	color: rgba(137,100,37,1);
	line-height: 16px;
}

.description-container .banner-image {
	max-height: 60px;
	max-width: 100%;
}
.description-container h3 {
	text-transform: uppercase;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 0;
}
.description-container h5 {
	text-transform: uppercase;
	font-size: 12pt;
}

.variants-container{
	margin-top:5rem;
}

.variant {
	height: 100px;
	cursor: pointer;
	border:2px solid rgba(0,0,0,0.1);
	padding:5px;
	margin-right:1rem;
	width: 100px;
}

.variant img {
	height: 100%;
	width: auto;
}

.listado-grid .product{
	width: calc(33% - 80px);
}

.listado-grid .legumbre-special{
	width: calc(25% - 80px);
}



/*------------------------------------------
  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
--------------------------------------------*/
@media all and (min-width: 1281px){
	.menu-container ul li {
		font-size: 60pt;
	}
	.menu-container ul li.separator{
		height:65px;
		width:1px;
		border:1px solid black;
		padding:0;
		margin:0;
	}
	.floating-menu-left img {
		max-width: 220px;
	}
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
	
}
 
@media all and (min-width: 768px) and (max-width: 1024px) {
	.menu-container{
		left: 0;
		top: 21%;
	}
	.menu-container ul li.separator{
		height:60px;
		width:1px;
		border:1px solid black;
		padding:0;
		margin:0;
	}
	.menu-container ul li.separator {
		font-size: 45pt;
	}
	.floating-menu-left img {
		max-width: 150px;
	}
	.listado-grid .product{
		width: calc(50% - 80px);
	}
}
 
@media all and (min-width: 480px) and (max-width: 768px) {
	.menu-container ul li {
		font-size: 50pt;
	}
	.menu-container ul li.separator{
		height:60px;
		width:1px;
		border:1px solid black;
		padding:0;
		margin:0;
	}
	.menu-container ul li.separator {
		font-size: 20pt;
	}
	.floating-menu-left img {
		max-width: 150px;
	}
	.home .menu-container {
	    left: 0;
	    top: 25%;
	}
	.contact h1 {
		font-size: 110pt ;
	}
	.listado-grid .product{
		width: calc(50% - 80px);
	}
	.origin .main-column{
		height: auto;
		position: relative;
	}
	.origin{
		background-image: none;
	}
	.origin h1{
		max-width: 100%;
	}
	.first-subcolumn, .second-subcolumn {
		width:100% !important;
	} 

	.second-subcolumn img {
		max-width: 25%;
	}
}

@media (min-width:1200px) and (max-height: 800px){ 
	.home {
		background-position: center center;
		background-size: cover;
	}
}
@media (min-width:1200px) { 
	.product-home img {
		margin-bottom: -150px;
	}
}

@media (min-width:1900px) { 
	.product-home img {
		margin-bottom: -250px;
	}
}

 
@media all and (max-width: 480px) { 
	.contact h1{
		max-width: 100%;
	}
	.floating-menu-left img{
		max-width: 175px;
	}
	.products h1, .contact h1 {
		max-width: 100%;
		font-size: 78pt;
    	margin-top: 27px;
	}
	.products {
		padding-bottom: 50px;
	}
	.example5.active span:before{
		background-color: black;
	}
	.example5.active span:after{
		background-color: black;
	}
	#menu-class-container {
		padding-left: 0!important;
	}
	.floating-menu-left{
		width:100%;
	}
	.skip-button {
		bottom:15%;
	}
	.home{
		background-image: url('../images/AG_BG_Claro_Movil.jpg');
		background-position: bottom center;
	}
	.origin{
		background-image: none;
	}
	.origin h1{
		max-width: 100%;
	}
	.first-subcolumn, .second-subcolumn {
		width:100% !important;
	} 

	.second-subcolumn img {
		max-width: 25%;
	}
	.origin .banner {
		background-image: url('../images/Banner_Origen_Resp2.jpg');
		background-size: cover;
		background-position-x:right;
		background-position-y: center;
		background-repeat: no-repeat;
		width:100%;
		height:320px;
		position: absolute;
		top: -23px;
		right:0;
	}
	.origin .main-column{
		height: auto;
		position: relative;
	}
	.contact {
		background-position-y: 60px;
	}
	.listado-grid .product{
		width: 100%;
	}
	.products-grid{
		max-height: 240px;
	}
	footer{
		background-color: transparent;
		position:relative;
	}
	.products-container .product{
		width:calc(50% - 10px);
		margin:20px 5px 20px 5px;
	}
	.products-container .product .product-image{
		max-width: 80%;
	}
	.my-formato {
		max-width: 100%;
	}
	.origin .certificaciones img{
		max-height:100px;
	}
	.recomendados .products-container .product{
		margin:0 ;
	}
	.origin .certificaciones {
		justify-content: space-around;
	}
	.mute-video-container{
		position: absolute;
		bottom:12%;
		z-index: 999;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
	}
}