/*
Formulario CF7 a 2 columnas responsive
*/

#responsive-form {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  background-color: #4787F0;
}

.form-row {
  width: 100%;
}

.column-half,
.column-full {
  float: left;
  position: relative;
  padding: 0.65rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**---------------- Media query ----------------**/

@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
  background-color: 4787F0;
}

.site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left {
  background-color: 4787F0;
}
/**---------------- Cookie ----------------**/
#cookie-notice{
 background-color: #20C19E !important;
}
#cn-accept-cookie{
 background-color: #FCCE47;
}
#cn-more-info{
 background-color: #FCCE47;
}