/*
Theme Name: TeCultivoCafe
Theme URI:
Author: Mauricio Sanhueza (Plasmable)
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&family=Open+Sans:wght@400;600&display=swap');
 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
body, html {
      width: 100%;
     
    }

h1, h2, h3, h4, h5{
	font-family: 'Montserrat', sans-serif;
}
p{
	 font-family: 'Open Sans', sans-serif;
	 text-align: justify;	
}
a{
	font-family: 'Open Sans', sans-serif;
}
/* Preloader (video) */
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  z-index: 10;
}

/* Contenedor de imágenes */
#images {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  height: 100vh;
}

#images img {
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

/* Ocultar elementos */
.hidden {
  display: none;
}
header{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #fff;
	padding: 0px;
	top: 0;
	z-index: 1;
	border-bottom: 1px solid #f3f3f3;
	
}
.sub-menu-header i{
	font-size: 16px;
	color: #fff;
	background: #826a5b ;
	padding:10px;
	border-radius:10px;
}

.sub-menu-header a{
	color: #444;
}
.sub-menu-header a:hover{
	color: #444;
}
.sub-menu-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 50px;
	width: 100%;
}
.tel-menu{
	color: #245a81 ;
	text-decoration: none;
	font-size: 20px;
}
.tel-menu i{
	color: #188ec3;
}
header i{
	font-size: 25px;
	color: #fff;
}
header a{
	text-decoration: none;
	color: #565a7a;
}

#check{
	display: none;
}
.check-btn{
	position: fixed;
	right: 10px;
	top: 30px;
	overflow: hidden;
	height: 50px;
	width: 50px;
	background: #D63A26;
	cursor: pointer;
	z-index: 101;
	transition: .5s;
	visibility: hidden;
}

.check-btn .line-check{
	position: absolute;
	width: 35px;
	height: 2px;
	background: #fff;
	z-index: 102;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: .5s;
	transform-origin: left top;
	transition-timing-function: cubic-bezier(.29, 1.01, 0.5, 2);
}
.check-btn .line-check:nth-child(2){
   top: 65%;
}
.check-btn .line-check:nth-child(3){
   top: 35%;
}
#check:checked  ~ nav{
   	right: 0%; 
 }

#check:checked  ~ .check-btn .line-check:nth-child(1){
	left: -100%;

}
#check:checked  ~ .check-btn .line-check:nth-child(2){
   top: 50%;
    transform:rotate(45deg) translate(-50%,-50%);
}
#check:checked  ~ .check-btn .line-check:nth-child(3){
	top: 50%;
	transform:rotate(-45deg) translate(-50%,-50%);
}

nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	position: sticky;
	z-index: 1000;
	z-index: 10;
	background: #71a555 ;
	top: 0;
	padding: 10px;
	transition:.5s;
	
}
nav ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	right: 0px;
	top: 0;
	position: relative;
	
	margin: 0;
}
nav ul li{
	list-style: none;
	
}
nav ul li a{
	list-style: square;
	font-size: 16px;
	padding: 0 20px;
	margin: 10px;	
	color: #fff;
	text-decoration: none;
	transition: .5s;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav ul li a:hover{
	color: #245a81 ;
}

.current-menu-item {
	background: #725954;
	color:#fff;
	position: relative;
	
}
.current-menu-item:hover a{
	color:#fff;
}
.menu-item-146{
	position: relative;
}
.menu-item-146:hover .sub-menu{
	display: block;
}
.sub-menu{
	display: none;
	position: absolute;
	top: 25px;
	width: 200px;
	left: 0;
	padding: 10px;
	background: #1282c1;
}
/*INICIO*/
.content-planets{
	background: url(https://tecultivocafe.com/wp-content/uploads/2024/12/galaxia.jpg);
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.content-planet{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: absolute;

}
.content-planets .content-planet img{
	width: 230px;
	transition: .3s;
	position: relative;	
}
..content-planets a .content-planet{
	text-decoration: none;

}
.content-planet span{
	background: rgba(255,255,255,.5);
	color: #111;
	z-index: 1;
	opacity: 0;
	transition: .3s;
	padding: 1em;
	text-decoration: none;
	top: 15px;
	border-radius: 1em;
	position: absolute;
}
.content-planet:hover span{
	opacity: 1;
}
.content-planet-1 {
	left: 10%;
	top: 7%;

}
.content-planet-2{
	left: 40%;
	top: 7%;

}
.content-planet-3{
	
	left: 70%;
	top: 7%;

}
.content-planet-4{
	
	left: 55%;
	top: 20%;

}
.content-planet-5{
	
	left: 25%;
	top: 30%;

}
.content-planet-6{
	
	left: 10%;
	top: 50%;


}
.content-planet-7{
	
	left: 40%;
	top: 50%;
}
.content-planet-8{
	
	left: 70%;
	top: 50%;
}
.content-planets:hover .content-planet img:not(:hover){
	
	
}

/*FIN INICIO*/
/*Carta*/
.container-cart{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}
.content-cart{
	width: 50%;
	min-height: 500px;
	background: #f2f2f2;
	border-radius: 1em;
	padding: 1em;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin: 3em 1em;
}
.content-cart:before{
	content: "";
	position: absolute;
	width: 80%;
	height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(https://tecultivocafe.com/wp-content/uploads/2024/03/logo-cultivo-cafe.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .19;

}
.content-cart-ice-cream{
	width: 50%;
	min-height: 500px;
	background: #f2f2f2;
	border-radius: 1em;
	padding: 1em;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin: 3em 1em;
	font-weight: bold;
}
.content-cart-ice-cream:before{
	content: "";
	position: absolute;
	width: 60%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(https://tecultivocafe.com/wp-content/uploads/2025/02/galaxia-helados.jpeg);
	background-size: cover;
	opacity: .08;

}
.title-page{
	position: relative;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	background: #8ea664;
	text-align: center;
	border-radius: 1em;
	padding: .3em;
}
.content-logo{
	display: flex;
	justify-content: center;
	flex-direction: center;
}
.content-logo img{
	width: 70%;
	height: auto;
	object-fit: cover;
}
/*fin carta*/

/*SWIPER*/
      .swiper {
        width: 100%;
        height: 500px;
        position: relative;
        background: #f4f4f4;
      }
  
.swiper-wrapper{
	position: relative;
}
      .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        position: relative;
      }
   		.swiper-slide img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		} 
      .content-slide{
      	position: absolute;
      	left: 5%;
      	height: 50%;
      	width: 35%;
      	display: flex;
      	flex-direction: column;
      	align-items: flex-start;
      	justify-content: space-around;
      	padding: 30px;
      	z-index: 10;	

      }
      .content-slide h2{
      	color: #e7e8ec;
      	font-family:'Playfair Display', serif;
      	font-weight: bold;
      }
      .content-slide h2 span{
      	color: #f2f2f2 ;
      	font-family:'Playfair Display', serif;
      	font-weight: bold;
      }
      .content-slide p{
      	font-weight: 100;
      	font-size: 16px;
      	color: #e7e8ec;
      	z-index: 10;
      }
      .link-read-more-slide{
		border: 1px solid #d84905  ;
		text-decoration: none;
		color: #fff;
		background: #265CC9;
		font-size: 16px;
		display: inline-block;
		text-align: center;
		padding: 10px 10px;
		transition: .5s;
		font-weight: 100;
	}
	.link-read-more-slide:hover{
		color: #fff;
		background: transparent;
	}
/*FIN SWIPER*/


.container-history{
	padding: 4em;
	border-radius: 1em;
}
.content-history{
	padding: 4em;
	background: #f4f4f4;
}
.content-history p{
	padding: .5em;
}
.content-history-es{
	background:red;
}
.content-history i{
	color: #5aa82d;
	font-size: 18px;
}
.lang-text {
  opacity: 0;
  transition: opacity 0.6s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
	  pointer-events: none;
}

.lang-text.visible {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.lang-switch{

	padding:1em;
}
button{
	padding: .3em;	
	border-radius: 1em;
}
.container-history {
  position: relative;
  min-height: 1000px; /* Asegura espacio para ambos textos */
}
.red-social{
	position: fixed;
	right: 0px;
	top: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 50px;
	height:50px;
}
.wsp, .facebook, .instagram{
	background-image: linear-gradient(to right, #50b353  , #94cd96 );
	padding: 7px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 4px;
	transition: .3s;
}

.wsp a{
	color: #fff;
}
.wsp a i{
	font-size: 30px;
}
.wsp a:hover{
	color: #fff;
}
 .instagram a:hover{
	color: #fff;
}
 .facebook a:hover{
	color: #fff;
}
.instagram{
	background-image: linear-gradient(to right, #da4282   , #f14d59  );
}
.instagram a{
	color: #fff;
}
.instagram a i{
	font-size: 30px;
}
.facebook{
	background-image: linear-gradient(to right, #406ccc    , #2e59b8  );
}
.facebook a{
	color: #fff;
}
.facebook a i{
	font-size: 26px;
}
@keyframes animate {
	0%
	{
		box-shadow: 0 0 0 0 rgba(38, 178, 143,.7);
	}
	30%
	{
		box-shadow: 0 0 0 50px rgba(38, 178, 143,.0);
	}
	60%
	{
		box-shadow: 0 0 0 90px rgba(38, 178, 143,0);
	}
	100%
	{
		box-shadow: 0 0 0 0 rgba(38, 178, 143,0);
	}
}


.arrow{
	background: #3d6cb4;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 10px;
	top: 60%;
	opacity: 0;
	transition: .5s;
	cursor: pointer;
	z-index: 10000;
}
.arrow:hover{
	background: #4f76b7;
}
.anima-arrow{
	animation: anima-arrow .7s;
	animation-iteration-count: 2;
}
@keyframes anima-arrow{
	0%{
		transform: scale(1.4);
		border-radius: 40%;
	}
	30%{
		border-radius: 0%;
	}
	100%{
		transform: scale(1.0);
		
	}

}
.icon-arrow{
	font-size: 20px;
	color: #fff;
}
.aparece-arrow{
	opacity: 1;
}
.whatsapp{
	width: 60px;
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 100000;
}
.whatsapp img{
	width: 100%;
}
.phone{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background: rgb(235,124,6);
	background: linear-gradient(325deg, rgba(235,124,6,1) 17%, rgba(228,55,20,1) 68%);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 101;
	color: #fff;
}
.tel{
	color: #fff;
	text-decoration: none;
	font-size: 20px;

}


footer{
	color: #444;
	background:#f4f6f4  ;
	
}
.derechos{
	position: relative;
}
.derechos:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}

/*HEADER PAGE*/

.sub-header{
	width: 100%;
	height: 280px;
	position: relative;
	z-index: 1;
	background: #97cdf1 ;
	clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 100%, 80% 90%, 50% 100%, 20% 90%, 0 100%, 0% 35%, 0 0);

}
.sub-header:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
   
}
.sub-header img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.title-header{
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	font-style: italic;
	background: #eb7e06;
}




@media screen and (max-width: 800px) {
	body{
		overflow-x: hidden;
	}
	header{
		flex-direction: column;
		align-items: flex-start;
		padding: 0px;
	}
	.contact-header{
		display: none;
	}
	.check-btn{
		visibility: visible;
	}
	.sub-menu-header{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 100%;

}
.phone{
	display: none;
}
.location-header{
	display: none;
}
.phone-header{
	display: none;
}
.mail-header{
	display: none;
}
	nav{
		right: 100%;
		height: 100%;
		position: fixed;
		overflow: scroll;
	
	}
	nav ul{
		flex-direction: column;
		top: -30px;
		justify-content: space-between;
		flex-wrap: wrap;
		height: 80%;
		width: 100%;		
	}
	nav ul li{
		flex-direction: column;
		left: 0%;
		align-content: flex-start;
		justify-content: space-around;	
	}

	nav ul li ul{
		background: #4f76b7;
		position: relative;
		width: auto;
		left: 0px;
		z-index: 10;
		padding: auto;
	}
	nav ul li:hover ul{
		display: block;
	}
  
	
	.swiper {
        height: 400px;
      }
      .content-slide{
      	position: absolute;
      	left: 5%;
      	height: 60%;
      	width: 75%;
      }


	.contact-footer{
		visibility: visible;
	}
.container-cart{
	flex-direction: column;

}
.content-cart{
	width: 90%;
	min-height: 500px;
	background: #f2f2f2;
	border-radius: 1em;
	padding: 1em;
	margin: 3em 1em;
}
	.content-planets{
	background: url(https://tecultivocafe.com/wp-content/uploads/2024/12/galaxia.jpg);
	height: 100vh;
	width: 100%;
	background-position: 50% 10%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
		top:0;
}
.content-planet{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: absolute;

}
.content-planets .content-planet img{
	width: 160px;
	transition: .3s;
	position: absolute;	
}
.content-planets a .content-planet{
	text-decoration: none;

}
.content-planet span{
	background: rgba(255,255,255,.5);
	color: #444;
	z-index: 1;
	opacity: 1;
	transition: .3s;
	padding: 1em;
	text-decoration: none;
	top: 40px;
	position: absolute;
	font-size: 12px;
	border-radius: 1em;
	font-weight: bold;
}
.content-planet:hover span{
	opacity: 1;
}
.content-planet-1 {
	left: 20%;
	top: 10%;

}
.content-planet-2{
	left: 80%;
	top: 10%;

}
.content-planet-3{
	
	left: 50%;
	top: 25%;

}
.content-planet-4{
	
	left: 20%;
	top: 40%;

}
.content-planet-5{
	
	left: 80%;
	top: 40%;

}
.content-planet-6{
	
	left: 50%;
	top: 55%;


}
.content-planet-7{
	
	left: 20%;
	top: 70%;
}
.content-planet-8{
	
	left: 80%;
	top: 70%;
}
}
	
@media only screen and (max-width: 800px) and (min-width: 650px)  {
	.contact-footer{
		visibility: hidden;
	}
}