Theme Name: Carton Chile
Theme URI:
Author: Mauricio Sanhueza (Plasmable)
Version: 2.0
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@300&display=swap');
h1, h2, h3, h4, h5{
	font-family: 'Anton', sans-serif;
}
p, a, span, li{
	font-family: 'Montserrat', sans-serif;
}
p{
	font-size: 20px;
}
header{
	display: flex;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	padding: 15px;
}
header i{
	font-size: 30px;
	color: #f1352f;
}
header a{
	text-decoration: none;
	color: #565a7a;
	font-size: 22px;
}
#check{
	display: none;
}
.check-btn{
	position: fixed;
	right: 20px;
	bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background: #f1352f;
	cursor: pointer;
	z-index: 10000;
	transition: .5s;
	visibility: hidden;
}
.check-btn:before{
	content: "MENU";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:-25px;
	color: #f3f3f3;
	font-weight: bold;
	transform: .5s;
	background: #f1352f;
}
.check-btn i{
	color: #fff;
	font-size: 30px;
	transition: .5s;
}
.check-btn .closed{
	color: #fff;
	font-size: 30px;
	position: absolute;
	opacity: 0;
	transition: .5s;
}
#check:checked  ~ nav{
   	top: 0%;
   	
   
 }
#check:checked  ~ .check-btn {
  	transform: rotate(-360deg);
  	top: 70%;
 }
#check:checked  ~ .check-btn:before {
  	color: #fff;
 }
#check:checked ~ .check-btn i{
	opacity: 0;
}
#check:checked ~ .check-btn .closed{
	opacity: 1;
}
nav{
	width: 100%;
	background: #1c42ec ;
	position: sticky;
	top: 0;
	z-index: 100;
	transition: .5s;
	margin: 0;

}
nav ul{
	display: flex;
	justify-content: space-around;
	align-content: center;
	list-style: none;
	color: #fff;
	margin: 0;
	
}
nav ul li{
	padding: auto;
	position: relative;
	margin: auto;
	padding: 15px 5px;
}
.current-menu-item {
	
	position: relative;
}
.current-menu-item:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 50px;
	height: 2px;
	background: #f1352f;

}

ul li ul{
	display: flex;
	flex-direction: column;
	position: absolute;
	display: none;
	background: #2c3c64;
	width: 380px;
	left: -20px;
	z-index: 10;
}
ul li:hover ul{
	display: block;
}

nav ul li a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
nav ul li a:hover{
		color: #f1352f ;
}


.container-main-home{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}
.text-main-home{
	background: #1c42ec;
	color: #fff;
	padding: 10px;
	
}
.text-main-home h1{
	font-size: 40px;
}
.container-areas-home{
	min-height: 120vh;
}
.title-services-home{
	position: relative;
	text-transform: uppercase;
	padding: 20px 0px;
	display: block;
	letter-spacing: 3px;
	display: inline-block;
	font-size: 40px;
}
.title-services-home:before{
	content: "";
	position: absolute;
	right: -80px;
	bottom: 35px;
	width: 70px;
	height: 3px;
	background: #f1352f ;
}
.image-area-home{
	position: relative;
	height: 420px;
	width: 100%;
}

.image-area-home img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: .8s;
}

.content-service{
	z-index: 10;
	background: #fff;
	width: 80%;
	left: 50%;
	top: -100px;
	position: relative;
	transform: translateX(-50%);
	box-shadow: 0 16px 32px 0 rgb(148 148 164 / 40%);
	min-height: 400px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	padding: 20px;
}
.title-area-home{
	position: relative;
	color: #4f76b7;
	padding: 30px 0px;
}
.desciption-service-home{
	position: relative;
	padding: 20px 0px;
	color: #444;
	
}
.desciption-service-home:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 4px;
	background: #c18e46;
	transition: .5s;
}
.image-area-home:hover .desciption-service-home:before{
	width: 200px;
}
.link-read-more, .link-conversemos{
	border: 1px solid #f1352f ;
	text-decoration: none;
	color: #fff;
	background: #f1352f ;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 10px 10px;
	transition: .5s;
	font-weight: 300;
}
.link-read-more:hover{
	color: #444;
	background: transparent;
}
.section-empresa-home{
	background: url("http://cartonchile.cl/wp-content/uploads/2021/11/fondo_carrousel_2.png");
	background-size: cover;
	min-height: 100vh;
	display: flex;
	align-content: center;
	justify-content: center;
}

.text-empresa-home{
	
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	color: #c18e46;
	width: 50%;
	padding: 20px;
}
.title-section{
	font-size: 50px;
	color: #4f76b7;
	position: relative;
	display: inline-block;

}
.title-section:before{
	content: "";
	position: absolute;
	right: -50px;
	top: 55px;
	width: 150px;
	height: 6px;
	background: #f1352f;
}
.subtitle-empresa-home{
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	color: #88a0cc;
}
.text-empresa-home p{
	color: #444;
}
.container-representaciones{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.container-carousel{
	position: relative;
	background: url(http://localhost/cartonchile/wp-content/uploads/2021/11/fondo_carrousel_2.png);
	background-size: cover;
	height: 400px;
	padding: 30px;

}
.carousel-list{
	
}
.carousel-element{

}
.name-box{
	position: absolute;
	background: #1c42ec;
	color: #fff;
	left: 0%;
	bottom: 0;
	padding: 5px;
	opacity: 0;
	transition: .5s;
}
.carousel-element:hover .name-box{
	opacity: 1;
}
.carousel-before, .carousel-next{
	display: block;
	width: 30px;
	height: 30px;
	background: #f1352f ;
	border-radius: 0;
	border: none;
	position: absolute;
}
.carousel-before, .carousel-next i{
	color: #fff;
}
.carousel-before{
	bottom: 20px;
	right: 60px;
}
.carousel-next{
	bottom: 20px;
	right: 20px;
}
.container-call-to-action{
	background: #1c42ec;
	height: 30vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
}
.container-call-to-action h5{
	font-size: 30px;
}
.link-conversemos:hover{
	background: transparent;
	color: #fff;
}
.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;
}
.alto-video{
	max-height: 300px;
}
@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;
}
.space{
	width: 50px;
}
footer{
	background: #717ccc;
}
footer p{
	color:#fff;
}
.container-footer-contact{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
}

.container-footer-contact a{
	text-decoration: none;
	color: #fff;
}
.content-label-products{
	display: flex;
	flex-wrap: wrap;

}
.label-product{
	color: #fff;
	background: #c18e46;
	text-decoration: none;
	padding: 12px;
	margin: 5px;
}
.wsp{
	position: fixed;
	right: 10px;
	top: 50%;
	width: 50px;
}
footer p{
	text-align: center;
	padding-top: 70px;
}
/*Page Áreas*/
.container-area-link{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.container-area-link img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;

}
.container-area-link:hover img{
	transform: scale(1.2) rotate(5deg);
	filter: contrast(30%);
}
.title-area-link{
	position: absolute;
	left: 5%;
	top: 5%;
	color: #c18e46;
	transition: .5s;
}
.container-area-link:hover .title-area-link{
	color: #fff;
}
/*Fin Page Áreas*/
/*Productos Page*/
.sub-header{
	width: 100%;
	height: 370px;
	position: relative;
}
.sub-header img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.title-page{
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 60px !important;
	font-family: 'Anton', sans-serif !important;
}
.title-section-page{
	font-size: 30px;
	color: #4f76b7;
	position: relative;
}
.title-section-page:before{
	content: "";
	position: absolute;
	left: 10%;
	bottom: -5px;
	width: 150px;
	height: 3px;
	background: #f1352f;
}

.content-page{
	background: #a4b4d5	;
}
.content-page h3{
	color: #4f76b7;
}
.content-page p{
	color: #fff;
}
.content-page ul li{
	color: #fff;
	list-style: afar;
}
/*Fin Productos Page*/
/*Page Equipo*/
.title-page-equipo{
	background: rgba(4,4,4,.6);
	padding: 5px;

}
.content-equipo{
	box-shadow: 0 16px 32px 0 rgb(148 148 164 / 40%);
	text-align: justify;
	transition: .4s;
	min-height: 250px;
	padding: 8px;
}
.content-equipo:hover{
	box-shadow: 0 16px 22px 0 rgb(148 148 164 / 20%);
}
.content-equipo p{
	
	
}
/*Fin Page Equipo*/
@media screen and (max-width: 750px) {
	body{
		overflow-x: hidden;
	}
	header{
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
	}
	.check-btn{
		visibility: visible;
	}

	nav{
		top: -100%;
		height: 100%;
		position: fixed;
		overflow: scroll;	
	}
	nav ul{
		flex-direction: column;
		align-content: flex-start;
		justify-content: flex-start;		
	}
	nav ul li{
		flex-direction: column;
		left: 0%;
		align-content: flex-start;
	}

	nav ul li ul{
		background: #4f76b7;
		position: relative;
		width: auto;
		left: 0px;
		z-index: 10;
		padding: auto;
	}
	nav ul li:hover ul{
		display: block;
	}
	.container-main-home{
		display: flex;
		flex-direction: column;
	}
	.container-main-home img{
		width: 100%;
	}
	.content-service{
		top: -98%;
		background: rgba(255,255,255,.8);
	}
	.title-section:before{
		content: "";
		position: absolute;
		right: 50px;
		top: 55px;
		width: 150px;
		height: 3px;
		background: #f1352f ;
	}
	.section-empresa-home{
		flex-direction: column;
	}
	.text-empresa-home{
		flex-direction: column;
		width: 100%;
	}
	.container-representaciones{
		width: 100%;
	}
	.container-call-to-action{
		flex-direction: column;
		align-items: center;
		align-content: center;
	}
	.swiper {
        height: 400px;
      }
      .content-slide{
      	position: absolute;
      	left: 5%;
      	height: 60%;
      	width: 75%;
      }
}