@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900");
html {
  font-size: 15.6px; }

body {
  background: #eee;
  color: #262626;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  overflow-x: hidden; }

main {
  padding-bottom: 60px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 1; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #262626; }

h1, .h1 {
  font-size: 4.5rem; }

.display-1, .display-2, .display-3, .display-4 {
  color: #1b1b1b;
  font-weight: 800; }

a {
  color: #FF5001; }
  a:hover, a:active, a:focus {
    color: #ff7334;
    text-decoration: none; }

.font-primary {
  font-family: "Open Sans", sans-serif; }

.font-secondary {
  font-family: "Nunito", sans-serif; }

.text-primary {
  color: #FF5001; }

.bg-o {
  background-color: #FF5001;
  color: #fff; }

.page-head {
  background: #bbbbbb url(../images/head.jpg) no-repeat center top/auto 100%;
  height: 100px;
  margin-bottom: 70px; }

hr {
  border-color: #FF5001; }

.page-header {
  border-color: #FF5001;
  font-family: "Nunito", sans-serif;
  font-size: 1.3rem;
  font-weight: 700; }

.label {
  background: #fff;
  color: #FF5001;
  font-size: .8rem;
  font-weight: 600;
  padding: 2px 6px 1px;
  border-radius: 0;
  white-space: nowrap; }
  .label.label-o {
    background: #FF5001;
    color: #fff; }
  .label.label-ribbon {
    font-size: .7rem;
    right: 0;
    top: 0;
    position: absolute;
    transform: rotate(45deg); }
    .label.label-ribbon:before, .label.label-ribbon::after {
      content: '';
      border-color: transparent;
      border-style: solid;
      top: 0;
      position: absolute; }
    .label.label-ribbon::before {
      border-right: solid 13px #FF5001;
      border-top: solid 13px transparent;
      border-bottom: solid 0 transparent;
      left: -16px; }
    .label.label-ribbon::after {
      border-left: solid 13px #FF5001;
      border-top: solid 13px transparent;
      border-bottom: solid 0 transparent;
      right: -16px; }

.social svg {
  width: 22px;
  height: 22px; }
.social use {
  fill: #fff; }
.social a {
  padding: 4px 6px;
  margin-right: 2px; }
  .social a:hover, .social a:active, .social a:focus {
    text-decoration: none; }
    .social a:hover use, .social a:active use, .social a:focus use {
      fill: #FF5001; }

.pagination li a {
  border: none;
  color: #656565;
  font-size: 1.2rem;
  padding: 6px 8px; }
.pagination li a:hover, .pagination li a:active, .pagination li a:focus {
  background: transparent;
  border-color: transparent;
  color: #FF5001; }
.pagination li .btn-rounded {
  border-radius: 1000px !important; }
.pagination li svg.icon {
  width: 12px;
  height: 12px;
  top: -1px;
  position: relative; }
  .pagination li svg.icon use {
    fill: #656565; }
.pagination li:hover svg.icon use {
  fill: #FF5001; }
.pagination li:first-child a {
  margin-right: 10px; }
.pagination li:first-child svg {
  left: -1px; }
.pagination li:last-child a {
  margin-left: 10px; }
.pagination li:last-child svg {
  left: 1px; }
.pagination li.active, .pagination li.active:hover {
  background-color: transparent; }
  .pagination li.active a, .pagination li.active a:focus, .pagination li.active:hover a, .pagination li.active:hover a:focus {
    background-color: transparent;
    color: #FF5001; }

.list-group .list-group-item {
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  padding: 15px 0;
  border-radius: 0 !important; }

.list-group-item.agenda .h5 {
  font-size: 1rem; }
.list-group-item.agenda .categories {
  font-size: .7rem;
  padding-bottom: 5px; }
  .list-group-item.agenda .categories a {
    color: #262626; }
    .list-group-item.agenda .categories a:hover, .list-group-item.agenda .categories a:active, .list-group-item.agenda .categories a:focus {
      color: #FF5001; }
.list-group-item.agenda .info {
  color: #262626;
  font-size: .7rem;
  padding-bottom: 5px; }
  .list-group-item.agenda .info span {
    display: inline-block; }
  .list-group-item.agenda .info span + span {
    padding-left: 10px; }
.list-group-item.agenda:last-child {
  border-color: transparent; }

.curso--thumbnail {
  background: #262626;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .curso--thumbnail span {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: .9;
    width: calc(100% - 30px);
    display: block;
    left: 15px;
    bottom: 20px;
    position: absolute;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2); }

.img-rotated {
  transform: rotate(-4deg); }

.main-click {
  width: 300px;
  height: 100px;
  margin: 0 auto 10px;
  display: block; }
  .main-click use {
    fill: #262626; }

.topbar {
  background: #262626;
  border-bottom: solid 1px #fff;
  color: #fff;
  padding: 6px 0; }
  .topbar .social {
    padding-left: 195px; }

.navbar {
  background: #FF5001;
  min-height: 1px;
  border-bottom: solid 1px #fff;
  position: relative;
  z-index: 99; }
  .navbar .nav-item.active {
    background: #FF2B01; }
    .navbar .nav-item.active .nav-link {
      color: #fff; }
      .navbar .nav-item.active .nav-link svg use {
        fill: #fff; }
  .navbar .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 32px 15px; }
    .navbar .nav-link svg {
      width: 24px;
      height: 24px;
      margin: 0 auto 8px;
      display: block; }
      .navbar .nav-link svg use {
        fill: rgba(255, 255, 255, 0.8); }
    .navbar .nav-link:hover, .navbar .nav-link:active, .navbar .nav-link:focus {
      color: #fff; }
      .navbar .nav-link:hover svg use, .navbar .nav-link:active svg use, .navbar .nav-link:focus svg use {
        fill: #fff; }

.navbar-header {
  width: 195px;
  position: relative; }

.navbar-brand {
  background: #fff;
  width: 170px;
  height: 170px;
  padding: 15px;
  left: 0;
  top: -95px;
  position: absolute;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 30; }
  .navbar-brand svg {
    width: 100%;
    height: 100%; }

#svg-brand .st0 {
  fill: #FF4E00; }
#svg-brand .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FF4E00; }
#svg-brand .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd; }

.navbar-collapse {
  position: relative; }

.ajuntament {
  top: 0;
  right: 0;
  position: absolute; }
  .ajuntament img {
    width: 140px;
    height: 39px; }

.circular {
  color: #666;
  font-size: .9rem;
  width: 100vw;
  height: 100%;
  padding: 15px 25px;
  margin-left: 330px;
  left: 50%;
  top: 0;
  position: absolute;
  overflow-y: hidden; }
  .circular::after {
    background: #fff;
    content: '';
    width: 100%;
    height: 300px;
    left: 0;
    top: -100px;
    position: absolute;
    border-radius: 300px;
    z-index: 1; }
  .circular span {
    text-indent: 10px;
    display: block;
    position: relative;
    z-index: 10; }
  .circular img {
    position: relative;
    z-index: 10; }

.navbar-toggle {
  right: 0;
  top: 50px;
  position: absolute;
  z-index: 30; }

.navbar-toggle.collapsed {
  border-top-color: #fff; }
  .navbar-toggle.collapsed::before, .navbar-toggle.collapsed::after {
    background: #fff; }

/*------------------------------------------*/
/*	NAVBAR ALT
/*------------------------------------------*/
.navbar.navbar-alt {
  background: #fff; }
  .navbar.navbar-alt .navbar-brand {
    background: #FF5001;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .navbar.navbar-alt .navbar-nav .nav-link {
    color: #737373; }
    .navbar.navbar-alt .navbar-nav .nav-link svg use {
      fill: #737373; }
    .navbar.navbar-alt .navbar-nav .nav-link:hover, .navbar.navbar-alt .navbar-nav .nav-link:active, .navbar.navbar-alt .navbar-nav .nav-link:focus {
      color: #333333; }
      .navbar.navbar-alt .navbar-nav .nav-link:hover svg use, .navbar.navbar-alt .navbar-nav .nav-link:active svg use, .navbar.navbar-alt .navbar-nav .nav-link:focus svg use {
        fill: #333333; }
  .navbar.navbar-alt .navbar-nav .nav-item.active {
    background: #FF5001; }
    .navbar.navbar-alt .navbar-nav .nav-item.active .nav-link {
      color: #fff; }
      .navbar.navbar-alt .navbar-nav .nav-item.active .nav-link svg use {
        fill: #fff; }
  .navbar.navbar-alt .circular {
    color: #fff; }
    .navbar.navbar-alt .circular svg {
      width: 150px;
      height: 40px;
      margin-top: 10px;
      position: relative;
      z-index: 100; }
    .navbar.navbar-alt .circular::after {
      background: #FF5001; }

.btn {
  font-family: "Nunito", sans-serif; }

.btn:not(.btn-rounded) {
  border-radius: 0; }

.btn.btn-outline.btn-default {
  border-radius: 0; }
  .btn.btn-outline.btn-default:hover {
    background: #FF5001;
    border-color: #FF5001; }

.btn.btn-primary {
  background: #FF5001;
  border-color: #FF5001;
  color: #fff; }
  .btn.btn-primary:hover {
    background: #ff6520;
    border-color: #ff6520;
    color: #fff; }
  .btn.btn-primary .icon use {
    fill: #fff; }

.btn.btn-primary.btn-inverse {
  background: #fff;
  border-color: #fff;
  color: #FF5001; }
  .btn.btn-primary.btn-inverse:hover, .btn.btn-primary.btn-inverse:active, .btn.btn-primary.btn-inverse:focus {
    background: #fff;
    border-color: #fff;
    color: #FF5001;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
  .btn.btn-primary.btn-inverse .icon use {
    fill: #262626; }

.btn-sm {
  font-size: .9rem;
  padding: 4px 20px; }

.btn-xs {
  font-size: .7rem;
  padding: 2px 8px; }

.btn-lg .icon {
  width: 26px;
  height: 26px; }

.btn-cons {
  width: 170px; }

.btn-file {
  background: #fff;
  color: #262626;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  display: block; }
  .btn-file .icon {
    vertical-align: middle;
    margin-right: 5px; }
  .btn-file span {
    top: 2px;
    position: relative; }
  .btn-file:hover, .btn-file:active, .btn-file:focus {
    background: #fff;
    border-color: #fff;
    color: #FF5001;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }

.btn-contrast {
  background: #dde2e3;
  color: #262626;
  font-size: 1rem;
  font-weight: 700; }
  .btn-contrast.text-right {
    text-align: right; }
  .btn-contrast.text-left {
    text-align: left; }
  .btn-contrast:hover, .btn-contrast:active, .btn-contrast:focus {
    background: #FF5001;
    color: #fff; }

.hero {
  color: #fff;
  text-align: center;
  padding: 0;
  margin-bottom: 60px; }
  .hero h1 {
    font-size: 7.8rem;
    font-weight: 800; }
  .hero h2 {
    font-size: 4rem;
    font-weight: 800; }
  .hero .owl-item > div {
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    position: relative; }
    .hero .owl-item > div > .container {
      position: relative;
      z-index: 10; }
    .hero .owl-item > div::after {
      content: '';
      background: rgba(0, 0, 0, 0.6);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: 1; }

.card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2); }
  .card > .col-flex-5 {
    min-width: 0; }
  .card .card {
    box-shadow: none;
    margin: 0; }
    .card .card .card-block .label-o {
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .card.card-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 0; }
  .card.card-bg .card-block {
    z-index: 1;
    position: relative; }
  .card .card-block h2.text-white,
  .card .card-block .h2.text-white {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2); }
  .card .card-title {
    font-family: "Nunito", sans-serif; }
    .card .card-title svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px; }
  .card .card-text {
    font-size: .9rem;
    line-height: 1.3; }
  .card .h2, .card h2 {
    font-size: 3.4rem;
    font-weight: 800; }
  .card .h3, .card h3 {
    font-size: 1.8rem;
    font-weight: 600; }
  .card .h5, .card h5 {
    font-size: 1.2rem;
    font-weight: 600; }
  .card .list-group a.list-group-item:hover {
    background: #fff;
    color: #FF5001; }
  .card .list-group .list-group-item .media {
    padding-top: 5px;
    padding-bottom: 5px; }
  .card .list-group .list-group-item {
    border-bottom: dashed 1px #ccc;
    padding-top: 5px;
    padding-bottom: 5px; }
  .card.card-transparent {
    background-color: transparent;
    border: solid 1px #262626;
    box-shadow: none;
    transition: .4s; }
    .card.card-transparent:hover {
      background: #fff; }

a.card {
  color: inherit; }
  a.card:hover, a.card:active, a.card:focus {
    color: inherit; }

.info {
  padding: 0;
  margin: 0; }
  .info li {
    font-size: .85rem;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    list-style: none;
    padding-bottom: 10px; }
  .info .icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    position: relative; }

.card-horz {
  display: flex; }

.tag {
  background: #eee;
  color: #262626;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 6px 4px 0;
  display: inline-block;
  white-space: nowrap;
  border-radius: 5px; }
  .tag:hover, .tag:active, .tag:focus {
    background: #262626;
    color: #fff; }

svg.icon {
  width: 30px;
  height: 30px;
  max-width: 100%; }
  svg.icon.icon-inverse use {
    fill: #fff; }

.icon.icon-totes {
  width: 50px;
  height: 50px; }

#ico-totes {
  width: 50px;
  height: 50px; }
  #ico-totes .st0 {
    fill: #FF5001; }
  #ico-totes .st1 {
    fill: #fff; }

#ico-users .st0 {
  fill: #FF5001; }

.icon.icon-click {
  width: 300px;
  height: 100px; }

.icon.icon-primary use {
  fill: #FF5001; }

.twitter-feed {
  display: block; }
  .twitter-feed header {
    float: left; }
    .twitter-feed header .card {
      padding: 28px;
      margin: 0; }
    .twitter-feed header svg {
      width: 60px;
      height: 60px; }
      .twitter-feed header svg use {
        fill: #FF5001; }
  .twitter-feed .feed {
    width: calc(100% - 116px);
    float: left; }
    .twitter-feed .feed .card {
      background-image: url("../images/05.jpg");
      background-size: auto 100%;
      background-position: left top;
      color: #fff;
      font-size: .9rem;
      font-weight: 300;
      width: 100%;
      height: 124px;
      float: left;
      overflow: hidden; }
      .twitter-feed .feed .card .card-title {
        color: #fff; }
        .twitter-feed .feed .card .card-title span {
          font-size: 1rem;
          font-weight: 600;
          width: calc(100% - 110px);
          display: inline-block; }
        .twitter-feed .feed .card .card-title small {
          font-size: .7rem;
          display: inline-block; }
          .twitter-feed .feed .card .card-title small a {
            color: #fff; }
    .twitter-feed .feed .card + .card {
      background-position: center top; }
    .twitter-feed .feed .card + .card + .card {
      background-position: right top; }
  .twitter-feed .card {
    margin: 0 0 0 10px;
    box-shadow: none; }

.form-lopd {
  border-top: 1px solid #FF5001;
  border-bottom: 1px solid #FF5001;
  padding: 15px 0; }

.form-control {
  font-size: 1rem;
  border-radius: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.control-label {
  font-weight: bold;
  font-size: 17px;
  color: #222;
  line-height: 31px; }

.form-inline .radio {
  vertical-align: inherit; }
  .form-inline .radio label {
    margin-left: 16px; }
    .form-inline .radio label input {
      display: none; }
    .form-inline .radio label span {
      font-weight: bold;
      font-size: 17px;
      color: #222;
      line-height: 31px;
      position: relative;
      padding-left: 20px; }
      .form-inline .radio label span:before, .form-inline .radio label span:after {
        top: -3px !important; }

.checkbox {
  vertical-align: inherit; }
  .checkbox label input {
    display: none; }
  .checkbox label span {
    font-weight: bold;
    font-size: 17px;
    color: #222;
    line-height: 31px;
    position: relative;
    padding-left: 20px; }
    .checkbox label span:before, .checkbox label span:after {
      top: -3px !important; }

.search {
  text-align: center; }
  .search input {
    width: 240px;
    margin-right: 6px;
    display: inline-block; }
  .search .btn {
    line-height: 0;
    padding: 6px 10px;
    display: inline-block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .search a.btn svg {
    margin-top: 6px; }
  .search form {
    display: inline-block; }

.suscribe {
  max-width: 460px; }
  .suscribe .input-group-btn .btn {
    background: #fff;
    padding: 8px 16px;
    margin-right: 5px;
    border-radius: 0; }
    .suscribe .input-group-btn .btn svg {
      width: 28px;
      height: 28px;
      top: 2px;
      position: relative; }
      .suscribe .input-group-btn .btn svg use {
        fill: #FF5001; }
  .suscribe .form-control {
    box-shadow: none; }

table.table thead > tr > th {
  border-bottom: none;
  font-size: .9rem;
  font-weight: 500;
  padding: 3px; }
table.table tbody > tr > td {
  border-bottom: none;
  font-size: .9rem;
  padding: 3px; }
table.table .cell {
  padding: 5px; }
  table.table .cell.black {
    background: #262626;
    color: #fff; }
  table.table .cell.white {
    background: #fff;
    color: #262626; }
  table.table .cell.gray {
    background: #ddd;
    color: #262626; }
  table.table .cell.text-primary {
    color: #FF5001; }

.breadcrumbs {
  background: #DEDEDE;
  text-align: center; }
  .breadcrumbs ul {
    padding: 4px 0;
    margin: 0; }
    .breadcrumbs ul li {
      font-family: "Nunito", sans-serif;
      font-size: .95rem;
      font-weight: 700;
      list-style: none; }

.article-head {
  background: #fff;
  padding: 60px 0 30px;
  margin-bottom: 60px;
  position: relative; }
  .article-head h1 {
    font-size: 3.3rem; }
  .article-head .categories {
    padding-top: 40px; }
    .article-head .categories .btn {
      padding: 0 10px;
      margin: 3px; }
  .article-head .datetime {
    padding-top: 10px; }
    .article-head .datetime ul {
      background: #EFEFEF;
      padding: 5px 10px;
      margin: 0 1px;
      display: inline-block;
      margin-bottom: 5px; }
      .article-head .datetime ul li {
        font-size: .9rem;
        font-weight: 600;
        list-style: none;
        margin-right: 10px;
        display: inline-block; }
        .article-head .datetime ul li:last-child {
          margin-right: 0; }
        .article-head .datetime ul li .icon {
          width: 22px;
          height: 22px;
          margin-right: 7px;
          vertical-align: middle;
          top: -2px;
          position: relative; }
  .article-head .filters {
    padding-top: 20px; }
  .article-head .nav {
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    position: absolute; }
    .article-head .nav .btn {
      background: #eee;
      width: 68px;
      height: 68px;
      padding: 0;
      margin: -34px 30px 0;
      float: left;
      border-radius: 50%; }
      .article-head .nav .btn svg {
        left: -2px; }
      .article-head .nav .btn:hover, .article-head .nav .btn:active, .article-head .nav .btn:focus {
        background: #fff;
        border: solid 1px #ccc; }
        .article-head .nav .btn:hover svg use, .article-head .nav .btn:active svg use, .article-head .nav .btn:focus svg use {
          fill: #FF5001; }
    .article-head .nav .btn.right {
      float: right; }
      .article-head .nav .btn.right svg {
        left: 2px; }
    .article-head .nav svg {
      width: 20px;
      height: 20px;
      top: 22px;
      position: relative; }
      .article-head .nav svg use {
        fill: #656565; }

.filters a {
  color: #262626;
  font-weight: 600;
  display: inline-block; }
  .filters a::after {
    content: '/';
    margin: 0 6px;
    display: inline-block; }
  .filters a:last-child::after {
    display: none; }
  .filters a:hover, .filters a:active, .filters a:focus {
    color: #FF5001; }
    .filters a:hover::after, .filters a:active::after, .filters a:focus::after {
      color: #262626; }
  .filters a small {
    font-size: .8rem; }

.entry-content {
  padding-right: 60px;
  position: relative; }
  .entry-content h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px; }
  .entry-content img.img-responsive {
    margin-left: auto;
    margin-right: auto; }
  .entry-content footer {
    background: #262626;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px; }
  .entry-content .social a {
    background: #fff;
    text-align: center;
    width: 46px;
    height: 46px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%; }
    .entry-content .social a:hover, .entry-content .social a:active, .entry-content .social a:focus {
      background: #FF5001; }
      .entry-content .social a:hover svg use, .entry-content .social a:active svg use, .entry-content .social a:focus svg use {
        fill: #fff; }
  .entry-content .social svg {
    width: 18px;
    height: 18px;
    top: 10px;
    position: relative; }
    .entry-content .social svg use {
      transition: .3s;
      fill: #262626; }
  .entry-content::after {
    content: '';
    background: #8c8c8c;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute; }

iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.main-footer {
  background: #262626;
  color: #fff;
  font-size: .9rem;
  padding: 20px 0 40px; }
  .main-footer .brand {
    width: 100px;
    height: 100px;
    margin-bottom: 30px; }
    .main-footer .brand use {
      fill: #fff; }
  .main-footer .h3 {
    color: #FF5001;
    font-size: 1rem;
    font-weight: 600; }
  .main-footer .social {
    margin-left: -10px; }
  .main-footer .btn-sharp {
    color: #FF5001;
    border-color: #999; }
    .main-footer .btn-sharp:hover, .main-footer .btn-sharp:active, .main-footer .btn-sharp:focus {
      color: #FF5001; }
  .main-footer .suscribe {
    margin-top: 50px;
    margin-bottom: 50px; }
    .main-footer .suscribe .form-control {
      background-color: #262626;
      color: #fff;
      box-shadow: 0; }
  .main-footer .palms-logo {
    text-align: center;
    float: right; }
    .main-footer .palms-logo img {
      margin-bottom: 20px;
      display: inline-block; }
    .main-footer .palms-logo small {
      display: block; }

.bootstrap-datetimepicker-widget .datepicker {
  padding: 0 0 20px; }

.bootstrap-datetimepicker-widget .datepicker .datepicker-days {
  font-family: "Nunito", sans-serif;
  font-size: 1rem; }
  .bootstrap-datetimepicker-widget .datepicker .datepicker-days .picker-switch {
    font-size: 1.3rem;
    text-transform: uppercase; }
  .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed {
    width: 100% !important; }
    .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody {
      border: solid 4px #fff; }
      .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr {
        background: #fff; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td.day {
          color: #262626;
          font-size: 16px;
          width: 30px;
          height: 38px;
          border-radius: 0;
          box-shadow: 0 0 0 1px #fff inset;
          cursor: default; }
          .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td.day.disabled {
            background: #fff;
            color: #262626; }
          .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td.day.disabled.new, .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td.day.disabled.old {
            background: #ECF0F1;
            color: #a6a6a6; }
          .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td.day.weekend {
            background: #CBD1D1;
            color: #262626; }
          .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td.day.active.disabled {
            background: #fff;
            color: #262626; }
          .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td.day.highlight {
            background: #FF5001;
            color: #fff;
            cursor: pointer; }
            .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td.day.highlight:hover {
              background: #cd4000; }

/*-----------------------------------------------*/
/*	RESPONSIVE
/*	Bootstrap media queries
/*-----------------------------------------------*/
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */ }
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */ }
@media screen and (max-width: 1200px) {
  html {
    font-size: 14.5px; }

  .navbar {
    padding: 0; }
    .navbar .container {
      width: 100%; }
    .navbar .nav-link {
      padding-left: 10px;
      padding-right: 10px; }

  .circular {
    font-size: .6rem;
    font-weight: 600;
    padding: 32px 15px;
    margin-left: 310px; }
    .circular span {
      text-indent: 5px; }
    .circular img {
      width: 100px; }

  .info li {
    font-size: .7rem; }

  .curso--thumbnail {
    height: 280px; }
    .curso--thumbnail span {
      font-size: 2.2rem; }

  .main-footer > .container > [class^="col-"] + [class^="col-"] {
    padding-top: 40px; }
  .main-footer .palms-logo small {
    font-size: .65rem; } }
/*-----------------------------------------------*/
/*	RESPONSIVE
/*	Bootstrap media queries
/*-----------------------------------------------*/
@media screen and (max-width: 1050px) {
  .navbar .topbar .social {
    padding-left: 150px; }
  .navbar .navbar-header {
    width: 160px;
    margin-left: -15px; }
    .navbar .navbar-header .navbar-brand {
      width: 140px; } }
/*-----------------------------------------------*/
/*	RESPONSIVE
/*	Bootstrap media queries
/*-----------------------------------------------*/
@media screen and (max-width: 991px) {
  html {
    font-size: 13.5px; }

  .navbar {
    border: none;
    align-items: flex-start; }
    .navbar .navbar-brand {
      height: 130px;
      top: -45px; }
    .navbar .navbar-collapse {
      width: 100vw;
      margin: 0;
      left: 0;
      top: 40px;
      position: absolute; }
    .navbar .navbar-collapse.collapse {
      display: none !important; }
      .navbar .navbar-collapse.collapse.in {
        display: block !important; }
    .navbar .navbar-collapse.collapsing {
      display: block !important; }
    .navbar .navbar-nav {
      background: #FF5001;
      border-bottom: solid 1px #fff;
      width: 100%;
      padding-top: 86px;
      margin: 0;
      display: flex;
      flex-flow: row wrap; }
      .navbar .navbar-nav .nav-item {
        flex: 1 0 auto;
        text-align: center; }
      .navbar .navbar-nav .nav-link {
        padding: 5px 10px; }
    .navbar .circular {
      background: #fff;
      width: 300px;
      height: 70px;
      padding: 15px 20px;
      margin: 0;
      left: auto;
      right: 0;
      border-radius: 600px 0 0 600px; }
      .navbar .circular span {
        padding-right: 10px;
        display: inline-block; }
      .navbar .circular img {
        width: 115px; }
      .navbar .circular::after {
        display: none; }
    .navbar .navbar-toggle.collapsed {
      display: block; }
    .navbar.navbar-alt .navbar-nav {
      background: #fff; }
    .navbar.navbar-alt .circular {
      background: #FF5001; }
      .navbar.navbar-alt .circular svg {
        margin-top: 0; }
      .navbar.navbar-alt .circular span {
        top: -25px; }
    .navbar.navbar-alt .navbar-toggle {
      border-top-color: #fff; }
      .navbar.navbar-alt .navbar-toggle::before {
        background: #fff; }
      .navbar.navbar-alt .navbar-toggle::after {
        background: #fff; }

  .card .h2, .card h2 {
    font-size: 1.8rem; }

  .entry-content {
    padding-right: 30px; }

  .curso--thumbnail {
    height: 230px; }
    .curso--thumbnail span {
      font-size: 1.6rem; }

  .nav-sections::after {
    content: '';
    display: block;
    clear: both; }
  .nav-sections .btn {
    width: calc(50% - 20px);
    margin: 0 10px 10px !important;
    float: left; }

  svg.icon {
    width: 28px;
    height: 28px; }

  .card .h4, .card h4 {
    font-size: 1.6rem; }

  .card .h3, .card h3 {
    font-size: 1.4rem; }

  .btn.text-right,
  .btn.text-left {
    text-align: center !important; }

  .pagination li svg.icon {
    top: 2px; } }
/*-----------------------------------------------*/
/*	RESPONSIVE
/*	Bootstrap media queries
/*-----------------------------------------------*/
@media screen and (max-width: 768px) {
  .navbar .topbar {
    height: 40px; }
    .navbar .topbar .social {
      padding: 5px 0 0 120px; }
      .navbar .topbar .social svg {
        width: 16px;
        height: 16px; }
  .navbar .navbar-header .navbar-brand {
    width: 110px;
    height: 110px; }
  .navbar .navbar-collapse {
    margin-top: -1px; }
  .navbar .navbar-nav {
    padding-top: 65px; }
    .navbar .navbar-nav .nav-item {
      flex: 1 0 25%; }
      .navbar .navbar-nav .nav-item .nav-link {
        font-size: .7rem;
        font-weight: 800;
        padding: 15px 10px; }
  .navbar .circular {
    width: 100%;
    height: 65px;
    padding-left: 120px;
    border-radius: 0; }
    .navbar .circular img {
      width: 100px; }

  .article-head .nav {
    text-align: center;
    height: auto;
    padding: 20px 0 0;
    top: 0;
    position: relative; }
    .article-head .nav .btn {
      display: inline-block;
      width: 50px;
      height: 50px;
      margin: 0 15px;
      float: none !important; }
    .article-head .nav svg {
      top: 13px; }

  .entry-content {
    padding-right: 0; }
    .entry-content::after {
      display: none; }

  .curso--thumbnail {
    margin-bottom: 20px; }

  .img-rotated {
    max-width: 270px;
    margin: -25px auto 40px !important; }

  .h2.m-0.text-primary {
    margin-bottom: 15px !important;
    text-align: center; }

  .lightbox-item {
    display: block; }
    .lightbox-item img {
      width: 100%; }

  .row-images [class^="col-"] {
    height: 150px;
    overflow: hidden; }
    .row-images [class^="col-"] img {
      width: 100%;
      height: auto;
      max-width: 1000%; }

  ul.font-secondary {
    text-align: center !important;
    padding: 0;
    margin: 0; }
    ul.font-secondary li {
      list-style: none;
      padding-bottom: 6px; }

  .main-footer {
    font-size: .8rem;
    text-align: center; }
    .main-footer .brand {
      width: 90px;
      height: 90px; }
    .main-footer .social {
      padding-bottom: 40px; }
    .main-footer .suscribe {
      width: 320px;
      margin: 20px auto 40px;
      float: none !important; }
      .main-footer .suscribe .input-group-btn .btn {
        padding: 5px 10px; }
      .main-footer .suscribe .icon-envelope {
        width: 20px;
        height: 20px; }
      .main-footer .suscribe .input-lg {
        padding: 10px 15px; }
    .main-footer .palms-logo {
      width: 320px;
      margin: 0 auto;
      float: none; }
      .main-footer .palms-logo img {
        float: left;
        width: 100px;
        margin-right: 20px;
        margin-bottom: 0; }
      .main-footer .palms-logo small {
        text-align: left;
        padding-top: 10px; } }
@media screen and (max-width: 480px) {
  .navbar .nav-item {
    flex: 1 0 50%; }
  .navbar .ajuntament img {
    width: 52px; }

  .navbar.navbar-alt .circular span {
    top: -5px; }
  .navbar.navbar-alt .circular svg {
    width: 100px;
    height: 30px; }

  .btn {
    font-size: 12px; }

  .icon.icon-click {
    width: 220px; }

  .hero h1 {
    font-size: 4rem; }
  .hero h2 {
    font-size: 2.5rem; }

  .twitter-feed header .card {
    padding: 39px 10px; }
  .twitter-feed header svg {
    width: 40px;
    height: 40px; }
  .twitter-feed .feed {
    width: calc(100% - 60px); }

  .card-horz {
    flex-flow: column; }
    .card-horz [class^="col-flex-"] {
      flex-basis: 100%; }
    .card-horz .card.height-percent-100 {
      min-height: 160px; }
    .card-horz.height-20 {
      height: auto !important; }

  .info li {
    font-size: .8rem; }

  .pagination > li {
    display: none; }

  .pagination > li:nth-child(1),
  .pagination > li:nth-child(2),
  .pagination > li:nth-child(3),
  .pagination > li:nth-child(4),
  .pagination > li:nth-child(5),
  .pagination > li:last-child {
    display: inline; }

  .search input {
    width: 210px; }
  .search .btn + form {
    padding-top: 30px; }

  .page-head {
    margin-bottom: 40px; }

  .article-head {
    padding-top: 50px; }
    .article-head h1 {
      font-size: 1.7rem; }

  .display-3 {
    font-size: 1.8rem; }

  .nav-sections .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .img-rotated {
    max-width: 230px; }

  h1, .h1 {
    font-size: 2.8rem; }

  .suscribe .input-group-btn .btn svg {
    height: 22px; }

  .card-divided .card-block {
    padding: 5px; }
    .card-divided .card-block > .flex > [class^="col-"]:first-child {
      height: 200px;
      overflow: hidden; }
      .card-divided .card-block > .flex > [class^="col-"]:first-child img {
        max-width: 1000%;
        height: 100%; }
  .card-divided .h3 {
    font-size: 1.3rem; }
  .card-divided .h4 {
    font-size: 1.2rem; }

  .main-footer .suscribe {
    width: 100%; } }

/*# sourceMappingURL=farinera.css.map */
