@font-face{
	font-family: 'CarteBlanche';
	src: url("../fonts/CarteBlanche_Demo.ttf");
}




* {
	margin: 0;
	box-sizing: border-box;
}

a:link, a:visited, a:active {
    text-decoration:none;
    list-style: none;
}

body{
	font-family: 'Roboto', sans-serif;

}




/*** TITLE ***/

h1 {
	font-size: 2.2em;
}

h2{
	font-size: 1.5em;
	font-family: 'CarteBlanche';
	text-transform: uppercase;
	letter-spacing: 4px;
}

h3{
	font-size: 1.5em;
}

h4{
	font-size: 1.8em;
}

p{
	font-size: 1.2em;
}



/*** BUTTON ***/

button{
	font-size: 1em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #004DD9;
	margin: 20px;
	padding: 10px 20px;
	border-radius: 20px;
	border: none;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	color: white;
	background: linear-gradient(#76c9db, #004DD9);
}

button:hover{
	background: linear-gradient(#004DD9, #004DD9);
}



.container{
	max-width: 1000px;
	margin: auto;
}



/*** POPUP ***/

#modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #111111bd;
	display: flex;
	z-index: 1;
}

.modal_container{
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
	align-items: center;
	width: 90%;
	max-width: 600px;
	margin: auto;
	max-height: 90%;
	background-color: #f5f5f0;
	border-radius: 10px;
	padding: 20px 30px;
}

.modal_container h2{
	font-size: 1.5em;
}

.modal_container p{
	font-size: 1.2em;
}

.modal_container img{
	width: 90%;
	max-width: 300px;
}

#close_modal{
	position: absolute;
	top: 5%;
	right: 5%;
	color: #004ED4;
	font-size: 1.5em;
	font-weight: bold;
	cursor: pointer;
}



/*** HEADER ***/

header{
	background-color: white;
	background-image: url("../img/header-bg.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

header .container .logo{
	margin: 0;
	width: 180px;
	padding: 10px 30px;
}

header .container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

header nav{
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 25px;
}

header a{
	padding: 5px 12px;
	font-weight: bold;
	color: black;
	font-size: 0.8em;
	font-family: 'CarteBlanche';
	text-transform: uppercase;
	letter-spacing: 2px;
}

header a:hover{
	color: #004ed4;
	transition: 0.5s;
}



/*** TABLE ***/

table{
	width: 60%;
	border-collapse: collapse;
	margin: 0 auto 50px auto;
}

td{
	padding: 10px;
	border-bottom: 1px solid #ddd;
}




/*** WPP BUTTON ***/

.float-wpp{
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
}

.btm-wpp{
	width: 80px;
}



/*** HERO ***/

#hero{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	height: 80vh;
	color: white;
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.5),
		rgba(0,0,0,0.5)
	)
	,url("../img/banner_web.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.hero-container{
	padding: 0  20px;
}

.hero-container p{
	text-align: center;
}

#hero-banner{
	height: 60vh;
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.5),
		rgba(0,0,0,0.5)
	)
	,url("../img/comp_banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#hero-banner-p1{
	height: 40vh;
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.5),
		rgba(0,0,0,0.5)
	)
	,url("../img/banner_agpf.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#hero-banner-p2{
	height: 40vh;
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.5),
		rgba(0,0,0,0.5)
	)
	,url("../img/pd2_rg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#hero-banner-p3{
	height: 40vh;
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.5),
		rgba(0,0,0,0.5)
	)
	,url("../img/pd3_ol.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#hero-banner-p4{
	height: 40vh;
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.5),
		rgba(0,0,0,0.5)
	)
	,url("../img/pd4_rd.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#hero-banner-c{
	height: 40vh;
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.5),
		rgba(0,0,0,0.5)
	)
	,url("../img/banner_carb.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



/*** DATA ***/

#data .container{
	text-align: center;
	padding: 50px 20px;
}

#data h1{
	margin-bottom: 10px;
}

#data h3{
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

#data h4{
	margin: 10px 0 5px 0;
	color: #004DD9;
}

#data .logo-full{
	width: 200px;
	margin-bottom: 30px;
}


#data .comp1{
	width: 100%;
}

.comp1 p{
	text-align: justify;
}

#data .rowcomp1{
	width: 100%;
	padding: 30px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px 30px;
}

.rowcomp1 p{
	text-align: justify;
}

.slider{
	width: 100%;
	height: 60vh;
}

.slide-img{
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
	display: none;
}

.txt-right{
	display: flex;
	align-items: center;
}


#data .comp2{
	width: 100%;
	margin: 30px 0 10px 0;
	padding: 50px;
	background: linear-gradient(#f5f5f0, #e0e0eb);
	border-radius: 30px;
	text-align: left;
}

#data .comp3{
	width: 100%;
}

.comp3 img{
	width: 350px;
	height: 350px;
	margin-top: 30px;
}

.item-txt{
	font-family: 'CarteBlanche';
	font-size: 0.9em;
	letter-spacing: 2px;
}

.carbimg{
	width: 350px;
	height: 200px;
	margin: 20px auto 50px auto;
	background-image: url("../img/carb_act.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.carbimg-c{
	width: 350px;
	height: 200px;
	margin: 20px auto 50px auto;
	background-image: url("../img/carb_act_alt.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



/*** DATA ROW ***/

#data .row-data{
	width: 100%;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.row-text{
	width: 100%;
}

.row-text p{
	text-align: justify;
}

.graf-data{
	width: 100%;
	margin-left: 0;
}

.row-data img{
	width: 300px;
	object-fit: cover;
	margin-top: 30px;
}



/*** PRODUCTOS ***/

#shop .container{
	padding: 20px 0 20px 0;
}

#shop .container-items{
	display: grid;
	padding: 20px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.item-shop{
	margin: 10px;
	padding: 20px;
	background-color: #f5f5f0;
	border: 1px solid #ddd;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	text-align: center;
}

.item-shop img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.item-shop figure{
	overflow: hidden;
	margin-top: 20px;
}

.item-shop:hover img{
	transform: scale(1.2);
}

.info-product{
	padding: 10px;
}

.item-shop h3{
	margin: 10px;
	color: #004ED4;
	text-transform: uppercase;
	font-size: 1.2em;
}

.detail-product{
	font-size: 1em;
	text-align: justify;
}





/*** DATA SHOP ***/

#data .shop-data{
	width: 100%;
	padding: 10px;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	background-color: #f5f5f0;
	border: 1px solid #ddd;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
}

.shop-data img{
	width: 100%;
	object-fit: cover;
	margin-top: 20px;
	margin-left: 0;
}

.shop-txt{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.shop-txt h2{
	color: #333;
	font-size: 1em;
}

.shop-txt button{
	letter-spacing: 5px;
}



.txt-graf {
	margin: 10px;
	color: #333;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/*** GRANEL ***/

#granel{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	color: white;
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.5),
		rgba(0,0,0,0.5)
	)
	,url("../img/banner_carb.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#granel .container{
	padding: 100px 50px;
}

#granel h3{
	font-size: 2em;
	text-shadow: 2px 2px 3px black;
	text-transform: uppercase;
	letter-spacing: 5px;
}



/*** PROCESS ***/

#products{
	background-color: #111111;
	color: white;
	text-align: center;
}

#products .container{
	padding: 50px 10px;
}

#products .list-product{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

#products h2{
	margin: 50px 0 50px 0;
}

#products h3{
	text-transform: uppercase;
}

#products p{
	display: none;
}

#products .product{
 	background-position: center center;
	background-size: cover;
	padding: 50px 0;
	margin: 20px;
	border-radius: 20px;
}

.pd1{
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.7),
		rgba(0,0,0,0.7)
	)
	,url("../img/pd1_ag.png");
}

.pd2{
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.7),
		rgba(0,0,0,0.7)
	)
	,url("../img/pd2_rg.png");
}

.pd3{
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.7),
		rgba(0,0,0,0.7)
	)
	,url("../img/pd3_ol.png");
}

.pd4{
	background-image: linear-gradient(
		0deg,
		rgba(0,0,0,0.7),
		rgba(0,0,0,0.7)
	)
	,url("../img/pd4_rd.png");
}



/*** CONTACT ***/

#contact .container{
	padding: 50px 20px;
}

#contact .form-container{
	padding: 50px;
	border: 1px solid #ddd;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
}

#contact h2{
	margin-bottom: 20px;
	text-align: center;
}

#contact form{
	width: 100%;
	position: relative;
	margin: 30px auto 0px auto;
	text-align: center;
}

form .row{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px 30px;
	margin-bottom: 20px;
}

#contact .input-box{
	width: 100%;
	margin-top: 15px;

}

#contact .input-box input, textarea{
	height: 50px;
	width: 100%;
	outline: none;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0 15px;
}

#contact textarea{
	padding: 15px;
	resize: none;
	font-family: 'Roboto';
}

#contact .customer-op{
	display: flex;
	justify-content: center;
	column-gap: 20px;
}



/*** FOOTER ***/

footer{
	background-color: #eeeeee;
}

footer p{
	margin: 0;
	padding: 20px;
	color: #222222;
	font-size: 1em;
}

footer .container{
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

footer .container .logo{
	width: 100px;
	margin-bottom: 20px;
}

.footer-small{
	text-align: center;
}

.social-icons-container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	}

.social-icon{
	width: 50px;
	height: 50px;
	background-image: url("../img/social-icon-ig.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 10px;
}

.social-icon:nth-of-type(2){
	background-image: url("../img/social-icon-tw.png");
}

.social-icon:nth-of-type(3){
	background-image: url("../img/social-icon-in.png");
}

.social-icon:nth-of-type(4){
	background-image: url("../img/social-icon-tk.png");
}





@media (min-width: 720px){
	header .container {
		flex-direction: row;
		justify-content: space-between;
	}
	header nav{
		flex-direction: row;
		padding-bottom: 0;
		padding-right: 20px;
	}

	.item-shop{
		margin: 5px;
	}

	#products .list-product{
		display: grid;
		justify-content: center;
	}

	#products p{
		display: block;
	}

	#products h3{
		margin-top: 0;
	}

	#products .product{
		padding: 50px;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	}

	#contact .form-column{
		flex-direction: row;
	}

	#data .rowcomp1{
		grid-template-columns: repeat(2, 1fr);
	}

	.comp3 img{
		width: 500px;
		height: 500px;
	}

	.content-comp{
		text-align: left;
	}

	#data .row-data{
		flex-direction: row;
	}

	#data .shop-data{
		grid-template-columns: repeat(2, 1fr);
	}

	.shop-txt h2{
		font-size: 1.5em;
	}

	.graf-data{
		width: 300px;
		margin-left: 50px;
	}

	.row-data img{
		margin-top: 0px;
	}

	.shop-data img{
		margin-left: 50px;
	}



}