/* FORMULARIO */

#block-webform{
	background:#26358c99;
	clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
}

#block-webform form{
  padding: 30px 20px;
}

#block-webform form label{
	display:none
}

#block-webform #edit-html h3,
#block-webform #edit-html p{
	color:white;
}

form #edit-actions,
#block-webform #edit-html{
	padding:0 15px;
}

form input,
form textarea{
	background:transparent!important;
	color:white;
	border-color:white!important;
	font-family: "Space Grotesk", serif;
}
form #edit-actions input{
	background:white!important;
	color:var(--blue);
}

.webform-submission-form .form-actions {
  display:block;
  float:none;
}

#contacto-index .icon-container{
	background:var(--blue);
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
	width: 60px;
}

#contacto-index .icon{
  line-height: 1.3em;
  
}


#contacto-index a,
#contacto-index p{
	color:white;
}
/* BREADCRUMB */

#block-daudo-subtheme-breadcrumbs,
.breadcrumb-content-inner{
 margin-bottom:0!important;	
}