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

@font-face {
  font-family: icons;
  src: url('../fonts/icons.ttf') format('truetype');
  font-weight: normal;
}

body{
  font-family: 'Roboto Slab', serif;
  margin-top: 0px;
  overflow-y: scroll;
}

p{
  font-family: 'Roboto Slab', serif;
  color:var(--sda-main-color);
  font-size: 16px;
  line-height: 20px;
  margin:0;
}

h1{
  font-family: 'Roboto Condensed', sans-serif;
  color:var(--sda-main-color);
  font-size: 35px;
  line-height: 35px;
  margin:0;
  font-weight: bold;
  text-transform: uppercase;
}

h2, h2 a{
  font-family: 'Roboto Condensed', sans-serif;
  color:var(--sda-main-color);
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  margin:0;
}

h3{
  font-family: 'Roboto Condensed', sans-serif;
  color:var(--sda-main-color);
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
}

h4{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
h5{
  font-family: 'Roboto Slab', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  margin: 0;
}
.alert{
  border-radius:0;
}
a,a:focus,a:visited{
  font-family: 'Roboto Condensed', sans-serif;
  color:var(--sda-main-color);
}

a:active, a:hover{
  text-decoration: none;
}
a:hover, a:focus{
  text-decoration: none;
  outline:none;
}
p a, label a{
  text-decoration: underline;
}

small{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  line-height:20px;
}

form label{
  font-family: 'Roboto Slab', sans-serif;
  font-size:22px;
  line-height:29px;
}

button, button.button, .button{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  line-height:29px;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 0px;
  margin: 0 0 80px;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

blockquote p {
  font-size: 1.4em;
  line-height: 1.4em;
  max-width: 690px;
}

.nav > li > a:hover, .nav > li > a:focus{
  text-decoration: none;
  background-color: transparent;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
  outline: none;
}

.btn:active, .btn.active{
  box-shadow: none;
  -webkit-box-shadow: none;
}
.page-header{
  margin:0;
  border:none;
  padding: 0;
}

.btn-primary:active:hover, .btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus,
.btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus{
  color: inherit;
  background-color: transparent;
  border: none;
}

.icons{
  font-family: 'icons', sans-serif !important;
}

.footer .field--name-field-enllac{
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
}

.footer #block-footericons .field--item{
  font-family: 'icons', sans-serif;
}

.content-header p{
  font-family: 'Roboto Slab', sans-serif;
  font-size: 22px;
  line-height:30px;
}

.fieldset-wrapper{
  width:100%;
}

.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding{
  padding:0 !important;
}

.no-padding-left{
  padding-left:0 !important;
}

.no-padding-right{
  padding-right:0 !important;
}

.form-group {
  margin-bottom: 0;
}

.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;
}

.footer {
  border: none;
}

/* xs */
@media (max-width: 768px){
  .container{
    width:100%;
  }
  .no-padding-xs{
    padding:0 !important;
  }
  .no-padding-left-xs{
    padding-left:0 !important;
  }
  .no-padding-right-xs{
    padding-right:0 !important;
  }
}

/* sm */
@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;
  }
}

/* md */
@media (min-width: 992px) {
  h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    line-height: 41px;
  }
  h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 35px;
  }
  p{
    font-family: 'Roboto Slab', sans-serif;
    font-size:17px;
    line-height:23px;
  }
  .container {
    width: calc(100% - 16%);
    margin: 0 8%;
  }
  .no-padding-md{
    padding:0 !important;
  }
  .no-padding-left-md{
    padding-left:0 !important;
  }
  .no-padding-right-md{
    padding-right:0 !important;
  }
}

/* lg */
@media (min-width: 1200px) {
  .no-padding-lg{
    padding:0 !important;
  }
  .no-padding-left-lg{
    padding-left:0 !important;
  }
  .no-padding-right-lg{
    padding-right:0 !important;
  }
}
