/*                               

  ╦ ╦┌┐ ┬  ╔═╗┌─┐┬─┐┬┌┬┐┌─┐┌─┐    
  ║ ║├┴┐│  ║  ├─┤├┬┘│ │ ├─┤└─┐    
  ╚═╝└─┘┴  ╚═╝┴ ┴┴└─┴ ┴ ┴ ┴└─┘    
  Joomla-template by Egbert Prins 
  Contact: egbertprins@gmail.com
  Version 3.0.13 - Release date 06-07-2024
                
*/
@charset "UTF-8";

* {
  box-sizing: border-box;
  border-color: var(--color-lines);
  border-width: 1px;
  border-bottom-color: var(--color-lines);
  border-bottom-width: 1px;
  border-left-color: var(--color-lines);
  border-left-width: 1px;
  border-right-color: var(--color-lines);
  border-right-width: 1px;
  border-top-color: var(--color-lines);
  border-top-width: 1px;
}


a {
  text-decoration: none;
  color: var(--color-primary);
}

body {
  background-color: var(--color-canvas);
  font-family: var(--font-text);
  letter-spacing: var(--font-letter-spacing);
  margin: 0;
  min-height: 100vh;
  padding: 0 0 40px 0;
  position: relative;
}


button {
  border-radius: var(--border-radius);
  border-style: none;
  padding: 10px 20px;
  background-color: var(--color-primary);
  color: var(--color-canvas);
  min-width: 100px;
}

button[type="submit"] {
  border-radius: var(--border-radius);
  border-style: none;
  padding: 10px 10px;
  background-color: var(--color-secundary);
  color: var(--color-canvas);
}

button:disabled {
  background-color: darkgray;
  color: lightgray;
}

header {
  background-color: var(--color-canvas);
  border-bottom: 1px solid var(--color-lines);
}

header > div {
  padding-bottom: 20px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 650px) {
  header > div {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  header > div {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: calc(var(--max-content-width) + 2 * var(--padding-default));
  }
}

html {
  scroll-behavior:smooth;
}

a {
  text-decoration: none;
}

footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  max-height: 40px;
}

h1,
h1 a {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  line-height: var(--h1-font-line-height);
  color: var(--color-primary);
}

h2,
h2 a {
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  line-height: var(--h2-font-line-height);
  color: var(--color-primary);
}

h3,
h3 a {
  font-family: var(--h3-font-family);
  font-size: var(--h3-font-size);
  line-height: var(--h3-font-line-height);
  color: var(--color-primary);
}

h4,
h4 a {
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  line-height: var(--h4-font-line-height);
  color: var(--color-primary);
}

h5,
h5 a {
  font-family: var(--h5-font-family);
  font-size: var(--h5-font-size);
  line-height: var(--h5-font-line-height);
  color: var(--color-h5);
}

h6,
h6 a {
  font-family: var(--h6-font-family);
  font-size: var(--h6-font-size);
  line-height: var(--h6-font-line-height);
  color: var(--color-h6);
}

iframe {
  max-width: 100%;
  width: 100%
}

p {
  font-size: var(--font-text-size);
  line-height: var(--font-text-line-height);
}

blockquote {
  background-color: var(--color-primary);
  color: var(--color-canvas);
  margin: 0;
  padding: 40px;
  box-shadow: var(--color-secundary) 0px 0px 10px;
}

blockquote p {
  font-size: x-large;
  font-style: italic;
}

blockquote p::before {
  content: "\"";
  font-family: var(--font-awesome);
}

/*                                 */
/* ╔═╗┬  ┌─┐┌─┐┌─┐┌─┐┌─┐           */
/* ║  │  ├─┤└─┐└─┐├┤ └─┐           */
/* ╚═╝┴─┘┴ ┴└─┘└─┘└─┘└─┘           */
/*                                 */
#ubicaritas_backtotop {
  position: relative;
}

#ubicaritas_backtotop > div {
  background-color: #ffffffa0;
  border-color: black;
  border-radius: 10px;
  border-style: dotted;
  bottom: 10px;
  padding: 4px 4px 0px 4px;
  position: fixed;
  right: 10px;
  transform: translateX(48px);
  transition: transform 1s ease;
  width: 36px;
}

#ubicaritas_backtotop.visible > div {
  transform: translateX(0);
} 

.caret:before {
  content: '\f02f';
  font-family: var(--font-awesome);
  font-weight: 900;
  line-height: 1em;
}

a[class^="icon-"]:before {
  font-family: var(--font-awesome);
}

.innercontainer {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1615px) {
  .innercontainer {
    width: 1600px;
  }
}

.visually-hidden {
  display: none;
}

.popover * {
  display: none;
}

.readmore {
  display: inline-block;
}

.readmore a {
  border: none;
  box-shadow: none;
  padding: 0;
}

.readmore a span {
  font-size: 0.8em;
}

.readmore a:after {
  content: '';
  display: block;
  height: 1px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 200ms ease-in-out;
  width: 100%;
}

.readmore a:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}


/*                                 */
/* ╔═╗┌─┐┌┐┌┌┬┐┌─┐┌┐┌┌┬┐           */
/* ║  │ ││││ │ ├┤ │││ │            */
/* ╚═╝└─┘┘└┘ ┴ └─┘┘└┘ ┴            */
/*                                 */
#ubicaritas_after_content {
  margin: 0 auto;
  max-width: var(--max-content-width);
  padding-bottom: 0;
  padding-left: var(--padding-default);
  padding-right: var(--padding-default);
  padding-top: 0;
}

#ubicaritas_before_content {
  margin: 0 auto;
  max-width: var(--max-content-width);
  padding-bottom: 0;
  padding-left: var(--padding-default);
  padding-right: var(--padding-default);
  padding-top: 0;
}

#ubicaritas_content {
  margin: 0 auto;
  max-width: var(--max-content-width);
  padding-bottom: 0;
  padding-left: var(--padding-default);
  padding-right: var(--padding-default);
  padding-top: 0;
}

#ubicaritas_footer {
  margin: 0 auto;
  max-width: var(--max-content-width);
}

.com-content-article figure {
  margin: 0;
}

.com-content-article figure img {
  max-width: 100%;
  height: auto;
}

dl.article-info {
  margin-top: 0px;
}

dl.article-info dd {
  margin: 0;
}

ul.mod-articlescategory {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.mod-articlescategory > li > a.mod-articles-category-title:first-child {
  display: block;
  margin: 0;
  padding: 5px;
}

@media only screen and (min-width: 600px) {
  .com-content-article figure {
    display: inline-block;
  }

  .com-content-article figure.left {
    float: left;
    margin: 0 15px 15px 0;
  }

  .com-content-article figure.right {
    float: right;
    margin: 0 0 15px 15px;
  }

  .com-content-article figure img {
    width: 20vw;
    max-width: 300px;
    height: auto;
  }
}

@media (min-width: 1024px) {
  #ubicaritas_content {
    column-gap: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  #ubicaritas_content #ubicaritas_content_left {
    flex: 0 1 300px;
  }

  #ubicaritas_content #ubicaritas_content_component {
    flex: 10 0 400px;
    padding-bottom: 20px;
  }

  #ubicaritas_content #ubicaritas_content_right {
    flex: 0 1 300px;
  }
}

.mod-articlesnews-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mod-articlesnews-content > figure {
  flex: 1 1 250px;
  margin: 0;
  max-width: 450px;
  padding: 0;
}

.mod-articlesnews-content > figure img {
  width: 100%;
}

.mod-articlesnews-content > div {
  flex: 1 0 250px;
}

.mod-articlesnews-content > div p:first-child {
  margin-top: 0;
}

.com-content-category__pagination {
  text-align: right;
}

nav.pagination__wrapper {
  text-align: right;
}


nav.pagination__wrapper ul {
  border-style: solid;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.pagination__wrapper ul li {
  font-size: var(--font-text-size-small);
  min-width: 20px;
  text-align: center;
  border-left-style: solid;
}

nav.pagination__wrapper ul li:first-child {
  border-left-style: none;
}

nav.pagination__wrapper ul li {
  display: inline-block;
}