/*
Theme Name: Desmogue - Hello Elementor Child
Theme URI: http://template.es
Version: 1.0
Description: Tema hijo de hello elementor
Author: Pululart
Author URI: pululart@pululart.com
Template: hello-elementor
*/

/*Inicio*/
.bloque-productos-1 {
	background: linear-gradient(75deg, #FAAE9E -14.05%, #E78874 69.4%, #FFD2C9 104.88%);
}
.bloque-productos-2 {
	background: linear-gradient(75deg, #80CD1E -14.05%, #FFF -14.04%, #59796D 104.88%);
}


/*Contacto*/
.formulario .fila {
	display: flex;
	gap: 40px;
}
.formulario .fila p{
	width:33%;
}

.formulario label {
	width: 100%;
	color: #000;
	font-family: Urbanist;
	font-size: 14px;
	font-weight: 600;
}



.formulario textarea, .formulario input {
	margin-top: 6px;
	border-radius:16px;
	border-color:#C5D2DD;
	
}

.formulario textarea {
	height: 150px;
}

.formulario .enlaceCheck {
	color: #000;
	font-weight: 600;
	text-decoration:none;
}

.formulario .textoCheck label{
	color:#777;
	font-weight:400;
	margin-bottom:30px!important;
}


.formulario input[type=submit] {
	border-radius: 16px;
	border-color:#C5D2DD;
	background-color: white;
	color: black;
	font-family: Urbanist;
	padding: 16px 32px;
}
.formulario input[type=submit]:hover {

	background-color: black;
	color: white;
}

@media only screen and (max-width:767px) {
	.formulario .fila {
		display: block;
	}
	.formulario .fila p{
	width:100%;
}

	
}

/*Productos*/
.single-product main{
	max-width:1500px!important;
}
.woocommerce-product-gallery ol.flex-control-nav{
	margin-top:10px!important;
}
.woocommerce-product-gallery ol.flex-control-nav li{
	width: 23.6%!important;
  margin: 0px 5px!important;
}
    
