@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,400&display=swap');

@font-face {
  font-family: 'icons';
  src: url('../fonts/sitges_icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body{
  font-family: 'Roboto', sans-serif;
  margin-top: 0px;
  overflow-y: scroll;
  color:var(--main-color);
  font-size: 12px;
  line-height: 14px;
  overflow-x: hidden;
}
p{
  color:var(--main-color);
  font-size: 12px;
  line-height: 14px;
  margin:0;
  padding-bottom:20px;
}
a,a:focus,a:visited{
  color:var(--main-color);
}
a:hover, a:focus {
  color:var(--main-color);
   text-decoration: none;
}
p a, label a{
  text-decoration: underline;
}

h1{
  color:var(--main-color);
  font-size: 24px;
  line-height: 28px;
  margin:0;
  font-weight: normal;
}
h2, h2 a{
  color:var(--main-color);
  font-size: 16px;
  line-height: 19px;
  font-weight:normal;
  margin:0;

}
.field--label{
  padding-bottom: 20px;
  font-weight: normal;
  padding-top: 25px;

}
.field--label::after{
  content:":"
}
h3{
  color:var(--main-color);
  font-size: 14px;
  line-height: 14px;
}
h5, h5 a{
  color:var(--main-color);
  font-size: 12px;
  line-height: 12px;
  font-weight:normal;
  margin:0;
}
.block-title h2{
  text-transform: uppercase;
}
.fieldset-wrapper{
  width:100%;
}
.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.simple-small-space{
  height:25px;
}
.simple-space{
  height:40px;
}
.middle-space{
  height:20px;
}
.double-space{
  height:80px;
}
.triple-space{
  height:120px;
}
.icon, .icon a{
  font-family: icons;
  font-size: 30px;
  line-height: 30px;
}
.icon span.description{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  padding-left:5px;
}
.no-padding{
  padding:0 !important;
}
.no-padding-left{
  padding-left:0 !important;
}
.no-padding-right{
  padding-right:0 !important;
}
.pager li > a, .pager li > span{
  border: 0;
  border-radius: 0;
  padding: 0;
  text-decoration: underline;
}
.pager li > a:hover, .pager li > a:focus{
  background: transparent;
  text-decoration: underline;
}
.form-group {
  margin-bottom: 0;
}
.form-control{
  background: var(--main-color);
  border: none;
  outline: none;
  box-shadow: 0 0 black;
  color: var(--background-color);
  border-radius: 0;
}
.form-actions .btn{
  font-family: 'icons';
  margin-right: 10px;
  border: none;
  border-radius: 0;
  background:var(--secondary-color) !important;
  padding: 3px 10px;
  color: var(--background-color);
  font-size: 20px;
}
.form-actions .btn:focus{
  font-family: 'icons';
  margin-right: 10px;
  border: none;
  border-radius: 0;
  background:var(--secondary-color);
  padding: 3px 10px;
  color: var(--background-color);
  font-size: 20px;
  border:0;
  outline: none;
}
.form-inline .control-label{
  font-family: 'Roboto', Sans-Serif;
  font-size: 22px;
  font-weight: normal;
  width: auto;
  min-width:33.1%;
  align-items: center;
  padding-right: 25px;
}
.form-inline select.form-control{
  width:100%;
}

.bef-exposed-form .form--inline > .form-item.form-type-textfield,
.bef-exposed-form .form--inline > .form-type-select{
  justify-content: space-between;
  margin-bottom:40px;
}
.bef-exposed-form .form--inline > .form-type-select{
  width: 100%;
}

.bef-exposed-form .form--inline > .form-type-date{
  display: flex;
}
.bef-exposed-form .form--inline > .form-type-date h2{
  flex: 4;
}
.bef-exposed-form .form--inline > .form-type-date #filter-date{
  flex: 8;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  min-height: 0;
}
article{
  position: relative;
}
blockquote {
  padding: 10px 0px;
  margin: 0 0 20px;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
blockquote p {
  font-size: 1.5em;
  line-height: 1.5em;
  max-width: 800px;
}
@media (max-width: 768px){
  .simple-small-space{
    height:12.5px;
  }
  .simple-space{
    height:20px;
  }
  .middle-space{
    height:10px;
  }
  .double-space{
    height:40px;
  }
  .triple-space{
    height:60px;
  }
   .container{

     padding:0;
   }
  .no-padding-xs{
    padding:0 !important;
  }
  .no-padding-left-xs{
    padding-left:0 !important;
  }
  .no-padding-right-xs{
    padding-right:0 !important;
  }
}
@media (min-width: 768px) and (max-width:  992px)
{
  .no-padding-sm{
    padding:0 !important;
  }
  .no-padding-left-sm{
    padding-left:0 !important;
  }
  .no-padding-right-sm{
    padding-right:0 !important;
  }

}
@media (min-width: 992px)   {
  .simple-small-space{
    height:25px;
  }
  .simple-space{
    height:40px;
  }
  .middle-space{
    height:20px;
  }
  .double-space{
    height:80px;
  }
  .triple-space{
    height:120px;
  }
  p,body{

    font-size: 16px;
    line-height: 19px;

  }
  h1{
    font-size: 24px;
    line-height: 28px;
  }
  h2, h2 a{
    font-size: 22px;
    line-height: 26px;
  }
  h3{
    font-size: 20px;
    line-height: 24px;
  }
  h4{
    font-size: 18px;
    line-height: 22px;
  }
  h5{
    font-size: 16px;
    line-height: 20px;
  }
  .container {
    width:100%;
    max-width: 1920px;
    padding:0;
    margin-left: auto;
    margin-right: auto;
  }
  .no-padding-md{
    padding:0 !important;
  }
  .no-padding-left-md{
    padding-left:0 !important;
  }
  .no-padding-right-md{
    padding-right:0 !important;
  }
  .form-inline .control-label{
    font-size:22px
  }
}
@media (min-width: 1400px) {
  p,body{
    font-size: 16px;
    line-height: 19px;
  }
  h1{
    font-size: 44px;
    line-height: 52px;
  }
  h2, h2 a{
    font-size: 34px;
    line-height: 40px;
  }
  h3{
    font-size: 30px;
    line-height: 34px;
  }
  h4{
    font-size: 24px;
    line-height: 28px;
  }
  h5{
    font-size: 16px;
    line-height: 20px;
  }
  .no-padding-lg{
    padding:0 !important;
  }
  .no-padding-left-lg{
    padding-left:0 !important;
  }
  .no-padding-right-lg{
    padding-right:0 !important;
  }
  .form-inline .control-label{
    font-size:34px
  }
}
