@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Lato', sans-serif,'Montserrat', sans-serif;
	background: #D9050B;
}
/*preloader*/
/*preloader*/
.preloader1{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #16BECF;
}
.oculto1{
	overflow: hidden;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/*fin del preloader */


header{
    width: 100%;
    height: 130px;
    position: fixed;
    z-index: 10;
    top: 0px;
}
.contenedor{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    padding: 40px 30px;
}
.contenedor1{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    padding: 40px 30px 0px 30px;
}
/*menu de navegacion*/
.imagen-header{
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: absolute;
}
.imagen-header img{
    width: auto;
    height: 100%;
}
.logo{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 32px;
    top: 30px;
    background-color: #16BECF;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: 3px solid #FDC300;
}
.logo img{
    display: block;
    height: 85%;
    margin-left: 5%;
    margin-top: 5%;
}
.logo:hover{
	animation-name:escalar;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 2;
	animation-direction: alternate;
	animation-duration: .7s;
}
@keyframes escalar{
   from{
    transform: scale(1);
   }
   to{
    transform: scale(1.3) ;
   }
}
#btn-menu:checked ~ .enlaces {
    margin-right: -32px;
}
.icono-menu{
    width: 45px;
    height: 35px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 32px;
    top: 60px;
}
.enlaces {
    position: absolute;
    background-color: #16BECF;
    width: 80%;
    height: 397px;
    right: 32px;
    top: 120px;
    transition: all 0.5s;
    margin-right: -100%;
    z-index: 4;
}
.enlaces ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.enlaces li {
    list-style: none;
    display: inline-block;
    margin-right: 70px;
    width: 100%;
    border-bottom: 2px solid rgba(255,255,255,1.00);
}
.enlaces li a {
    display: block;
    padding: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.enlaces a {
  display: block;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 10px;
}
.enlaces a img{
  width:auto;
	height:23px;
}
.enlaces a:hover {
    background-color:rgba(255,255,255,1.00);
	color:#16BECF;
}
.enlaces .seleccionado a{
	color:#16BECF;
	background-color:rgba(255,255,255,1.00);
	
}
header label {
    cursor: pointer;
}
label img{
    margin-right: 0px;
}
#btn-menu {
    display: none;
    margin-left: 34px;
    margin-right: 32px;
    float: right;
}
.menu-navegacion{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
	margin-bottom: 30px;
}

/*footer*/
footer{
    background: #16becf;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 30px;
}
.footer-contenedor{
	display: flex;
	flex-wrap: wrap;
}
.logo-footer{
    width: 20%;
	margin-left:40%; 
    height: auto;
    color: rgba(255,255,255,1.00);
	padding-bottom: 10px;
}
.logo-footer img{
	width: 100%;
	height: auto;
}
.texto-footer{
    width: 80%;
	height: auto;
	margin-left: 10%;
    display: flex;
    font-size: 10px;
    color: rgba(255,255,255,1.00);
    line-height: 15px;
	text-align: center;
	justify-content: center;
}
.redes-sociales{
	width: 200px;
	height: 20px;
	display: flex;
	margin: auto;
    justify-content: space-evenly;
}
.redes-sociales i{
    font-size: 15px;
    color: #fff;
}
.redes-sociales i:hover{
		color: rgba(0,74,81,1.00);
}
/*over*/
.overons{
	margin-top: 120px;
}
.storeweb{
	margin-top: 120px;
}
.subtituloszonne{
    text-align: center;
    font-size: 23px;
    color: #16BECF;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.parrafozonne{
    text-align: center;
    color: #212020;
    margin: 20px 0;
    font-size: 14px;
    line-height: 21px;
}
.overons img{
	width: 100%;
    height: auto;
    display: block;
    margin: auto;
    object-fit: cover;
}
.projecten{

}
.conte-project{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 100%;
}
.detalle-project img{
	width: 100%;
	height: auto;
	max-width: 773px;
	border-radius: 4px 4px 0px 0px;
}
.parra-projet-fozonne{
	background: #dcfdff;
	font-size: 14px;
	color: #212020;
	text-align: center;
	padding: 10px;
	box-shadow:1px 2px 5px #bcbcbc; 
}
.contenedor-pro{
    width: 90%;
    max-width: 1100px;
 	margin: 120px auto auto auto;
    overflow: hidden;
    padding: 40px 0px;
}
.productg-cont{
	display: grid;
  	grid-template-columns: 1fr;
  	grid-gap: 3rem;
  	max-width: 130rem;
  	margin: 0 auto;
  	padding: 0 1.6rem;
}
.product {
  overflow: hidden;
	margin-bottom: 1rem;	
}

.product .img-productg-container {
  position: relative;
  cursor: pointer;
}

.product .img-productg-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.product .bottom-productg {
  padding: 1rem;
  text-align: center;
  background: #16becf;	
  cursor: pointer;
}

.product .bottom-productg a {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
    color: #004d55;
    text-decoration: none;
}

.product .bottom-productg a:hover {
    color: #FFFFFF;
    padding-top: 0px;
}

.product .bottom-productg span {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 700;
	
}

.product .bottom-productg .cancel {
  font-size: 1.4rem;
  color: var(--grey2);
  text-decoration: line-through;
}

.product .more {
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 1.3rem 1.6rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in-out;
}

.product:hover .more {
  border-radius: 1rem 0 0 0;
}

.product .more:hover {
  background-color:#16becf;
  color:#FFFFFF;
}

.product i {
    transition: all 300ms ease-in-out;

}

/*producto detalle*/

.d-c{
	max-width: 100rem;
  	margin: 0 auto;
	padding: 0 30px;

}
.productg-cont-de {
  margin-top: 10rem;
}

.productg-cont-de .product-detail {
  display: grid;
  grid-template-columns: 1fr ;
  gap: 3rem;
}

.productg-cont-de .left-product {
    display: flex;
    flex-direction: column;
}

.productg-cont-de .left-product .main-product {
  text-align: center;
  background-color: #FFFFFF;
  margin-bottom: 2rem;
  height:10rem;
}

.productg-cont-de .left-product .main-product img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.productg-cont-de .foto-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr) ;
  margin: 0px 5%;
	width:90%;	
  gap: 1rem;
}

.productg-cont-de .foto-peque {
    width: 3rem;
    height: 4rem;
    background-color: #f6f2f1;
    text-align: center;
	cursor: pointer;
	margin: 0px auto;
}

.productg-cont-de .foto-peque img {
  height: 100%;
  object-fit: contain;
}
.productg-cont-de .right-product {
    margin: 3rem;
	display: flex;
    flex-direction: column;
  }
.productg-cont-de .right-product span {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    color: #212020;
}

.productg-cont-de .right-product h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    color: #16BECF;
    font-weight: 700;
}

.productg-cont-de .right-product .price-u {
    font-size: 600;
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.right-product h3{
    color: #000000;
    font-size: 16px;
}
.right-product p{
    color: #212020;
    font-size: 14px;
    line-height: 21px;
}
.contacto-conte{
	margin:0;
	Width: 100%;
}
.contacto-conte form{
	margin:0;
	display: grid;
    grid-template-columns: 1fr;
}
.subtextcontacto{
    text-align: center;
    color: #212020;
    font-size: 14px;
    line-height: 21px;
}
.contacto-conte form label{
	display:block;
	font-size:12px;
	margin-bottom: 10px;
}
.contacto-conte form p{
	font-size:12px;	
}

.contacto-conte form select{
	font-size:12px;
	margin-bottom: 10px;
	width: 90%;
}
.contacto-conte form input,
.contacto-conte form textarea{
    Width: 100%;
    padding: 4px;
    background-color: #F4F4F4;
    color: #151414;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #A2A2A2;
}
.contacto-conte form button{
    background: #16becf;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    text-decoration: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}
.contacto-conte form button:hover{
    background: #fff;
	color: #16becf;
	border: 1px solid #16becf;
	transition: background-color 1s linear;
}
.contenedor-full{
	width:100%;
	height:350px;
	object-fit: cover;
}
.contenedor-full iframe{
	width:100%;
	height:100%;
	object-fit: cover;
}
.ico-contact {
    background:#FFFFFF;
	display: inline-block;
	width:100%;
	padding: 20px;
	text-align: center;
}

.ico-contact a{
    font-style: none;
    text-decoration: none;
    color:#16becf;
    line-height: 21px;
	display: block;
	padding: 5px 0px;
	font-size: 14px;
}
.ico-contact i{
	padding: 0px 5px;
	font-size: 20px;
}
.ico-contact a:hover{
    color:#848484;
}




.ico-contact-store {
    background:#FFFFFF;
	display: inline-block;
	width:100%;
	height: 500px;
	padding: 10px;
}

.ico-contact-store a{
    font-style: none;
    text-decoration: none;
    color: #16becf;
    line-height: 21px;
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    text-align: center;
}
.ico-contact-store i{
	padding: 0px 5px;
	font-size: 20px;
}
.ico-contact-store a:hover{
    color:#848484;
}



.review{
	margin-top: 120px;
}
.testimonio-grid{
	width: 100%;
	display:grid;
	grid-template-columns: 1fr;
}
.test{
	height: auto;
	display: block;
	margin: auto;
}
.text-testimonio{
    position:relative;
	padding:15px;
	margin:1em 0 1em;
	color:#000;
	background:#f3961c; 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#d9f5f5), to(#f5f4f4));
	background:-moz-linear-gradient(#d9f5f5, #f5f4f4);
	background:-o-linear-gradient(#d9f5f5, #f5f4f4);
	background:linear-gradient(#d9f5f5, #f5f4f4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-size: 14px;
}
.text-testimonio:after {
	content:"";
	position:absolute;
	bottom:-15px; 
	left:50px; 
	border-width:15px 15px 0;
	border-style:solid;
	border-color:#f5f4f4 transparent;
    display:block; 
    width:0;
}

.titulo-img-testi{
    width: auto;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
}
.rounded-circle{
	margin-right:12px;
	width: 50px;
	height: 50px;
	background: #16becf;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	padding: 10px 0px;
}
.titulo-testimonio{
    font-size: 16px;
    color: #16becf;
    padding-top: 15px;
    display:  flex;
	flex-direction:column;
}
.subtitulo-testimonio{
    font-size: 12px;
    color: #212020;
	display: flex;
	flex-direction:column;
}
.bedankt{
	padding: 25% 0px 0px 0px;
}
.Contacto-thank{
    width: 100%;
    height: auto;
}
.thank1{
	text-align: center;
}
.projecten1{
	height: 100vh;
}
.btn-products{
	width: 100%;
    height: auto;
	display: flex;
	justify-content: center;
	margin: 30px auto;
	align-items: center;
	align-content: center;
}
.btn-products a {
    width: 45%;
    height: 45px;
    background: #16becf;
    color: #fff;
    text-decoration: none;
    border: solid #FFFFFF;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    padding: 10px 0px;
}
.btn-products i{
	color:#fff;
	font-size:12px;
}
.btn-products a:hover{
	background: #92DEE7;
	color:#fff;
}







@media (min-width: 768px){
	.logo-footer{
    width: 10%;
	margin-left:45%; 
    height: auto;
    color: rgba(255,255,255,1.00);
	padding-bottom: 10px;
}
	.subtituloszonne{
    font-size: 35px;
}
	.conte-project{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 30px 30px;
}
	.productg-cont{
	grid-template-columns: repeat(2, 1fr);
}
	.productg-cont-de .product-detail {
  	display: grid;
  	grid-template-columns: 1fr 1.2fr;
  	gap: 3rem;
}
	.productg-cont-de .left-product .main-product {
  	height:25rem;
}
	.productg-cont-de .foto-g {
  	margin: 0px 10%;
	width:80%;	
  	gap: 2rem;
}
   .productg-cont-de .foto-peque {
    width: 3rem;
    height: 4rem;
	margin: 0px auto;
}
	.contacto-conte form{
	margin:0;
	display: grid;
    grid-template-columns: 1fr 1fr;
	grid-column-gap: 15px;
}	
	.contacto-conte form .entero {
    grid-column: 1 / 3;
}
	.contacto-conte form select{
	font-size:14px;
}
	.contacto-conte form p{
	font-size:14px;	
}
	.contacto-conte form label{
	font-size:14px;	
}
	.contacto-conte form input,
	.contacto-conte form textarea{
    padding: 6px;
}
	.contacto-conte form button{
	max-width: 200px;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
	.ico-contact a{
	font-size: 16px;
	display: inline-block;
	padding: 15px 40px 5px 0px;
}
	.ico-contact i{
	font-size: 25px;
}
	.ico-contact-store a{
	font-size: 16px;
	display: block;
	padding: 10px  0px;
}
	.ico-contact-store i{
	font-size: 25px;
}
	
	.testimonio-grid{
	grid-template-columns: 1fr;
	grid-column-gap: 50px;
}
	
	
	
}



	



@media (min-width: 992px){
header label{
	display: none;
}
.imagen-header{
    width: 100%;
    height: 180px;
}	

.logo{
    width: 120px;
    height: 120px;
    border: 4px solid #FDC300;
	z-index: 5;
}
.logo img{
    display: block;
    height: 85%;
    margin-left: 5%;
    margin-top: 5%;
}	
.enlaces {
    position: absolute;
    background-color: #16BECF;
    width: 95%;
    height: 50px;
    right: 0px;
    margin-right: 0px;
	padding-right: 0px;
    top: 60px;
}
.enlaces ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 10%;
    border-bottom: 0px;
    border-bottom: none;
    width: 90%;
}
.enlaces li a {
    display: block;
	padding-bottom: 13px;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 10px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

}	
.enlaces a {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 20px;
}
.enlaces li {
	margin-left: 0px;
    margin-right: 0px;
    width: 170px;
	height: 50px;
	border-bottom: none;
	
}
.enlaces a img{
  width:auto;
	height:23px;
	padding-left: 3px;	
}
footer{
    height: 165px;
    overflow: hidden;
}	
.logo-footer{
    width: 150px;
	margin-left:5%; 
    height: 80px;
    color: rgba(255,255,255,1.00);
}
.texto-footer{
    width: 480px;
    margin-left: 40px;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}	
.redes-sociales{
	width: 200px;
	height: 20px;
	display: flex;
	margin-right: 0px;
    justify-content: space-evenly;
}	
.redes-sociales i{
    font-size: 35px;
	margin-right: 30px;
}
.overons{
	margin-top: 200px;
}
.storeweb{
	margin-top: 200px;
}
.overons img{
	width: 75%;
	max-height: 474px;
}
.projecten{
	margin-top: 200px;
}	
.productg-cont{
	grid-template-columns: repeat(3, 1fr);
}	
.contenedor-pro{
	margin-top: 200px;
}

.productg-cont-de {
    margin-top: 15rem;
}
	.review{
	margin-top: 200px;
}
.bedankt{
	padding: 15% 0px 0px 0px;
}



	
	
}


@media (min-width: 1715px){
	.imagen-header img{
    width: 100%;
    height: auto;
}

}
