@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Quicksand:wght@300..700&display=swap");
/* ---- MIXINS ---------- */
/* Colores v. 2024 */
/* Cuerpo de texto */
/* ----- ESQUEMA DE COLOR ------ */
/* barra de encabezado, titulos */
/* links, elementos secundarios interfaz */
/* ---- MEDIA QUERIES --- */
@media (max-width: 524px) {
  html {
    font-size: 10px;
  }
  /* Estructurales layout */
  .flex-rw {
    flex-flow: column;
  }
  .col2-1 {
    width: 92%;
    margin: 0 auto;
  }
  .col1-2 {
    width: 92%;
    margin: 0 auto;
  }
  .cols--3 {
    width: 80%;
    margin: 0 auto;
  }
  main {
    padding: 2.5rem 1rem 3rem 1rem;
  }
  main.interiores {
    margin-top: 3em;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer .cols--4 {
    width: 40%;
    margin: 0 auto 1.5rem auto;
  }
}

@media (min-width: 525px) and (max-width: 767px) {
  html {
    font-size: 12px;
  }
  /* Estructurales layout */
  .flex-rw {
    flex-flow: column;
  }
  .col2-1 {
    width: 92%;
    margin: 0 auto;
  }
  .col1-2 {
    width: 92%;
    margin: 0 auto;
  }
  .cols--3 {
    width: 80%;
    margin: 0 auto;
  }
  #contenido {
    align-content: center !important;
  }
  .--component {
    max-width: 90%;
    align-self: center;
  }
  header {
    position: relative;
  }
  header .telefono {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .logo {
    margin: 1.5rem auto 1rem auto;
  }
  header .logo img {
    max-width: 140px;
  }
  header .navbar {
    justify-content: center;
  }
  header .navbar.home {
    margin-top: 1.5rem;
  }
  header .navbar .nav {
    font-size: 0.8rem;
  }
  #hero .logo.home {
    margin: 0 auto 1rem auto;
    text-align: center;
  }
  #hero .logo.home img {
    max-width: 300px;
  }
  main {
    padding: 2.5rem 1rem 3rem 1rem;
  }
  main.interiores {
    margin-top: 3em;
  }
  aside {
    display: none;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer .cols--4 {
    width: 40%;
    margin: 0 auto 1.5rem auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  html {
    font-size: 14px;
  }
  /* Estructurales layout */
  .flex-rw {
    flex-flow: row;
  }
  .col2-1 {
    width: 92%;
    margin: 0 auto 1rem auto;
  }
  .col1-2 {
    width: 92%;
    margin: 0 auto 1rem auto;
  }
  .cols--2 {
    width: 46%;
  }
  .cols--3 {
    width: 80%;
  }
  .cols--4 {
    width: 22%;
  }
  .--component {
    max-width: 70%;
  }
  header .logo {
    margin: 0;
  }
  header .logo img {
    max-width: 150px;
  }
  header .flex-rw {
    flex-flow: row;
  }
  header .nav a {
    font-size: 0.8rem;
  }
  #hero .logo.home {
    margin: 0 auto 1rem auto;
    text-align: center;
  }
  #hero .logo.home img {
    max-width: 330px;
  }
  main.interiores {
    margin-top: 4em;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer .cols--4 {
    width: 40%;
    margin: 0 auto 1.5rem auto;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  html {
    font-size: 16px;
  }
  /* Estructurales layout */
  .content {
    max-width: 1200px;
  }
  .item-page, .blog-item {
    max-width: 105ch;
  }
  .flex-rw {
    flex-flow: row;
  }
  .col2-1 {
    width: 55%;
  }
  .col1-2 {
    width: 40%;
  }
  .cols--2 {
    width: 46%;
  }
  .cols--3 {
    width: 31%;
  }
  .cols--4 {
    width: 22%;
  }
  .--component {
    max-width: 96%;
  }
  header .logo {
    margin: 0;
  }
  header .logo img {
    max-width: 190px;
  }
  header .nav a {
    font-size: 0.8rem;
  }
  main {
    padding: 2.5rem 1rem 3rem 1rem;
  }
  main.interiores {
    margin-top: 4em;
  }
  #contAbajo.flex-rw {
    align-items: top;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  /* Estructurales layout */
  .content {
    max-width: 1200px;
  }
  .item-page, .blog-item {
    max-width: 105ch;
  }
  .flex-rw {
    align-items: center;
  }
  .col2-1 {
    width: 55%;
  }
  .col1-2 {
    width: 40%;
  }
  .cols--2 {
    width: 46%;
  }
  .cols--3 {
    width: 31%;
  }
  .cols--4 {
    width: 22%;
  }
  .--component {
    max-width: 96%;
  }
  header .logo {
    margin: 0;
  }
  header .logo img {
    max-width: 220px;
  }
  header .nav a {
    font-size: 0.9rem;
  }
  main {
    padding: 2.5rem 1rem 3rem 1rem;
  }
  main.interiores {
    margin-top: 5em;
  }
  #contAbajo .flex-rw {
    align-items: top;
  }
}

/* ---- ESTRUCTURALES ------ */
*, *::before, *::after {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  background: #a9d19b;
  background: linear-gradient(180deg, #a9d19b 0%, #c0dbb2 34%);
  background-attachment: scroll;
}

body {
  background-size: auto;
  background: transparent url("../images/lateral.png") top left no-repeat;
}

header {
  padding: 0;
  color: #FFF;
  text-align: center;
}

header .logo {
  text-align: left;
}

header #menu {
  background-color: #03406D;
}

/* -- estructurales de columnas -- */
.breakthruogh {
  width: 96%;
  margin: 0 auto;
  max-width: 1600px;
}

.full-width {
  width: 100%;
}

.safetyArea {
  padding: 0 2.5%;
}

/* elementos estructurales flex */
.flex-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-rw {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-flow: row;
}

.flex-col {
  display: flex;
  flex-flow: column;
}

.flex-right {
  justify-content: flex-end;
}

.flex-left {
  justify-content: flex-start;
}

.flex-top {
  align-items: flex-start;
  align-content: flex-start;
}

.flex-item {
  display: flex;
}

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

.--component {
  flex-grow: 1;
  margin: 0 auto;
}

aside {
  max-width: 23%;
  padding-top: 3rem;
  /* >>>> AJUSTAR QUERIES */
}

.colsFull {
  width: 100%;
}

.img-full img {
  height: auto;
  width: 100%;
}

.bloques-home h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #c0dbb2;
  padding-bottom: 6px;
  margin-bottom: 0.3em;
  text-align: center;
}

.bloque--modulos {
  text-align: center;
}

.bloque--modulos h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin: 1.5em 0 1em 0;
}

.bloque--modulos h2 span {
  color: #E05D13;
}

.bloque--modulos img {
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari and Chrome */
  -o-transition-property: all;
  /* Opera */
  transition-duration: 0.600s;
  -webkit-transition-duration: 0.600s;
}

.bloque--modulos img:hover {
  background-color: red;
  opacity: 0.6;
}

#contenido .lateral ul.nav {
  display: flex;
  flex-flow: column;
  margin: 2rem 0 0 0;
  text-align: left;
  padding: 0 1em 0 0;
}

#contenido .lateral ul.nav a {
  font-family: 'Outfit',sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #298BDC;
  text-decoration: none;
  font-weight: 400;
}

#contenido .lateral ul.nav a:hover {
  color: #081C42;
}

#contenido .lateral ul.nav li {
  border-bottom: 1px dotted #777777;
}

#contenido .lateral ul.nav li:last-child {
  border: none;
}

#contArriba {
  align-items: flex-start;
  padding-top: 2em;
}

#contAbajo.flex-row {
  align-items: flex-start;
}

#social-home {
  padding-bottom: 3em;
}

#social-home.flex-row {
  align-items: flex-start;
}

footer {
  background: #03406D;
  color: #FFF;
  padding: 3em 0 1em 0;
}

footer #pie {
  align-items: flex-start;
}

footer #legal {
  text-align: center;
  margin-top: 1.5em;
}

/* ---- ESTRUCTURA JOOMLA ---- */
#contenido .item-page, #contenido .blog-item {
  margin: 0 auto;
}

/* ---- ESTILOS --------- */
/* Encabezado */
header .navbar {
  padding: 0.8em 0;
}

header #logoheader {
  flex: 2;
}

header #titulo {
  text-align: right;
  color: #03406D;
  flex: 4;
}

header #titulo h1 {
  font-family: 'Outfit',sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
  line-height: 1em;
  font-weight: 700;
}

header #titulo h3 {
  font-family: 'Outfit',sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0.1em 0 0.2em auto;
  line-height: 1em;
  width: 70%;
}

header #titulo h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-weight: 650;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 1.1em;
  margin: 0;
}

header #titulo .--encabezado {
  margin: 0 0 0 auto;
  text-align: right;
  padding: 1em 0 1.5em 0;
}

header .nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  position: relative;
  text-transform: uppercase;
}

header .nav a {
  color: #FFF;
  font-family: 'Quicksand',sans-serif;
  font-weight: 400;
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari and Chrome */
  -o-transition-property: all;
  /* Opera */
  transition-duration: 0.600s;
  -webkit-transition-duration: 0.600s;
  font-weight: 500;
  text-decoration: none;
  padding: 1em 0;
}

header .nav a:hover {
  color: #c0dbb2;
}

header .nav .mod-menu__sub {
  display: none;
  position: absolute;
  text-align: left;
  background-color: #081C42;
  padding: 5px 2.5em 8px 1em;
  z-index: 999;
  text-transform: none;
  top: 2.5em;
}

header .nav .mod-menu__sub li {
  margin: 5px 0;
}

header .nav .mod-menu__sub a {
  font-size: 0.8rem;
  padding: 0;
  line-height: 1rem;
}

header .nav .mod-menu__sub a:hover {
  text-decoration: none;
  border: none;
}

header .nav li + li {
  margin-left: 1.5em;
}

header .nav li:hover .mod-menu__sub {
  display: block;
}

header .nav li.parent::after {
  content: '\f0d7';
  font-family: 'Fontawesome';
  margin-left: 5px;
}

#contArriba h3, #contAbajo h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #E05D13;
  border-bottom: 1px solid #E05D13;
  padding-bottom: 6px;
  margin-bottom: 1em;
}

main {
  background: #ffffff;
  background: linear-gradient(182deg, white 0%, white 65%, #ebebeb 100%);
}

section {
  overflow: hidden;
}

/* ----- Estilos contenido ----- */
#contenido {
  font-family: 'Quicksand',sans-serif;
  font-weight: 400;
  /* vistas Joomla */
  /* <------- MQS */
  /* vistas de columnas */
  /* Category blog */
  /* Article-item */
  /* RS Events */
}

#contenido h1, #contenido .pageheader h1 {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: #03406D;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 2.6rem 0 2rem 0;
  text-align: center;
}

#contenido h2, #contenido h3, #contenido h4 {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: #03406D;
}

#contenido h5, #contenido h6 {
  font-family: 'Outfit',sans-serif;
  font-weight: 500;
  color: #5e8e52;
  line-height: 1.2em;
}

#contenido h2 {
  font-size: 2rem;
  margin: 0;
}

#contenido h3 {
  font-size: 1.6rem;
  margin: 1em 0 0.5em 0;
}

#contenido h4 {
  font-size: 1.4rem;
  margin-top: 1.2em;
}

#contenido h5 {
  font-size: 1.2rem;
}

#contenido h6 {
  font-size: 1.2rem;
  font-style: italic;
}

#contenido p {
  text-align: justify;
  font-size: 1rem;
}

#contenido ul, #contenido ol {
  font-size: 1rem;
  text-align: justify;
  padding: 0 2rem;
  margin: 1em 0 1em 1em;
}

#contenido li {
  margin-bottom: 0.5em;
}

#contenido blockquote {
  margin: 0 2em 1em 2em;
  font-weight: 300;
}

#contenido a {
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari and Chrome */
  -o-transition-property: all;
  /* Opera */
  transition-duration: 0.600s;
  -webkit-transition-duration: 0.600s;
  color: #E05D13;
  font-weight: 600;
}

#contenido a:hover {
  color: #0590a4;
}

#contenido table {
  width: 90%;
  margin: 1em auto;
}

#contenido table.programa p {
  text-align: left;
  line-height: 1.2em;
  font-size: 1rem;
}

#contenido table.programa ul, #contenido table.programa ol {
  font-size: 1rem;
  text-align: left;
  margin: 0.5em 0 0.5em 1em;
}

#contenido table.programa ul li, #contenido table.programa ol li {
  margin: 0;
  line-height: 1.4rem;
}

#contenido table.programa strong {
  color: #444444;
}

#contenido table.programa h4 {
  color: #03406D;
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  font-weight: 500;
}

#contenido table.programa h5 {
  color: #0590a4;
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}

#contenido table.programa td {
  padding: 1.5em 1em 0 1em;
  vertical-align: top;
}

#contenido table.programa tr {
  vertical-align: top;
}

#contenido table.programa tr:nth-child(odd) {
  background-color: #f2f4f5;
}

#contenido table.programa tr > td:first-child {
  font-weight: bold;
  vertical-align: middle;
  max-width: 35%;
  background-color: #03406D;
  color: #FFF;
}

#contenido table.programa tr > td:first-child p {
  text-align: center;
  font-size: 0.95rem;
}

#contenido table.programa th {
  background-color: #0590a4;
  vertical-align: middle;
  padding: 1rem;
}

#contenido table.programa th p {
  text-align: center;
  color: #FFF;
  margin: 0;
  font-size: 1.2em;
}

#contenido table.profesores td {
  vertical-align: top;
}

#contenido table.profesores ul, #contenido table.profesores ol {
  font-size: 1rem;
  text-align: left;
  margin: 0.5em 0 0.5em 1em;
}

#contenido table.profesores ul li, #contenido table.profesores ol li {
  margin: 0;
  line-height: 1.4rem;
}

#contenido form legend {
  font-size: 1.1rem;
  font-weight: 500;
}

#contenido form label {
  margin-right: 0.5em;
  font-size: 1rem;
}

#contenido form input {
  border: 1px solid #777777;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.9rem;
}

#contenido form ul, #contenido form ol {
  font-size: 1rem;
}

#contenido form ul li, #contenido form ol li {
  margin-bottom: 0.2em;
}

#contenido form optgroup {
  padding: 3px 5px;
  font-size: 1rem;
}

#contenido form textarea {
  padding: 3px 5px;
  font-size: 0.9rem;
}

#contenido form select {
  padding: 3px 5px;
  font-size: 1rem;
}

#contenido .com-content {
  max-width: 80ch;
}

#contenido .blog-featured .blog-item {
  max-width: 110ch;
}

#contenido .blog-featured h2 {
  font-size: 1.8rem;
  line-height: 1.1em;
  margin: 0 0 1.25rem 0;
  text-align: center;
  font-weight: 600;
}

#contenido .blog-featured .item-title {
  font-size: 2.2rem;
  margin: 0 auto 1rem 0;
  color: #5e8e52;
}

#contenido .blog-featured p {
  text-align: center;
  font-size: 1.1rem;
}

#contenido .columns-2 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contenido .columns-2 > .blog-item {
  flex: 1;
  flex-basis: 31%;
  flex-grow: inherit;
}

#contenido .columns-2 > .blog-item .item-content p {
  display: none;
}

#contenido .blog .page-header a {
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari and Chrome */
  -o-transition-property: all;
  /* Opera */
  transition-duration: 0.600s;
  -webkit-transition-duration: 0.600s;
  text-decoration: none;
  color: #03406D;
}

#contenido .blog .page-header a:hover {
  color: #0590a4;
  text-decoration: underline;
}

#contenido .blog .blog-item {
  border-bottom: 2px dotted #777777;
  margin-bottom: 2em;
  padding-bottom: 1em;
  display: flex;
  flex-flow: row;
}

#contenido .blog .blog-item:last-child {
  border: none;
}

#contenido .blog .blog-item h2 a {
  font-weight: 500;
}

#contenido .blog .blog-item h4 {
  font-size: 1.2rem;
  line-height: 1.2em;
}

#contenido .blog .blog-item figure {
  margin: 0;
}

#contenido .blog .blog-item figure img {
  max-width: 100%;
}

#contenido .blog .blog-item figure.left {
  max-width: 35ch;
  height: auto;
  min-width: 260px;
  margin-right: 2em;
}

#contenido .blog .blog-item .readmore {
  text-align: center;
  margin-bottom: 1em;
}

#contenido .com-content-article .page-header h2 {
  font-size: 2.3rem;
  text-align: center;
  margin: 0 0 1em 0;
}

#contenido .rsEvents.--registros {
  width: 90%;
  margin: 0 auto;
}

#contenido .rsEvents.--registros .card {
  border: none;
}

#contenido .rsEvents.--registros .card-body p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5em;
}

#contenido .rsEvents.--registros .input-group {
  flex-flow: column;
}

#contenido .rsEvents.--registros .input-group .form-control {
  display: block;
  width: 65%;
  margin: 0 auto;
}

#contenido .rsEvents.--registros .input-group button {
  max-width: fit-content;
  margin: 1em auto 0 auto;
  border-radius: 5px;
  padding: 5px 15px;
}

/* ---- BLOQUES HOME -----*/
#bloque-1 .moduletable h3, #bloque-2 .moduletable h3, #bloque-3 .moduletable h3 {
  font-size: 2.2rem;
  margin: 1em auto 0.5em 0;
  color: #5e8e52;
}

#bloque-1 .moduletable .digi_showcase h3, #bloque-2 .moduletable .digi_showcase h3, #bloque-3 .moduletable .digi_showcase h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}

#bloque-1 .moduletable .digi_showcase h3 a, #bloque-2 .moduletable .digi_showcase h3 a, #bloque-3 .moduletable .digi_showcase h3 a {
  color: #5e8e52;
  text-decoration: none;
  padding-bottom: 2px;
}

#bloque-1 .moduletable .digi_showcase h3 a:hover, #bloque-2 .moduletable .digi_showcase h3 a:hover, #bloque-3 .moduletable .digi_showcase h3 a:hover {
  text-decoration: underline;
  color: #03406D;
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari and Chrome */
  -o-transition-property: all;
  /* Opera */
  transition-duration: 0.600s;
  -webkit-transition-duration: 0.600s;
}

footer h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

footer p {
  font-family: 'Outfit',sans-serif;
  font-weight: 500;
  font-weight: 300;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

footer i {
  color: #E05D13;
  margin-right: 0.5em;
  font-size: 1em;
}

footer .logo {
  max-width: 80%;
}

footer #legal .--legal-pie {
  display: flex;
  text-align: center;
  justify-content: space-around;
  padding-bottom: 1rem;
}

footer #legal .--legal-pie a {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  padding-bottom: 2px;
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari and Chrome */
  -o-transition-property: all;
  /* Opera */
  transition-duration: 0.600s;
  -webkit-transition-duration: 0.600s;
}

footer #legal .--legal-pie a:hover {
  color: #E05D13;
  border-bottom: 1px solid #E05D13;
}

footer #legal .--legal-pie .nav li {
  margin: 0 1em;
}

footer #pie .--logosPie img {
  max-height: 80px;
}

/* Elementos interfaz Joomla */
a.btn {
  background-color: #FFF;
  padding: 0.6em 1.2em;
  border: 2px solid #E05D13;
  font-weight: 500;
}

a.btn:hover {
  color: #FFF !important;
  background-color: #0590a4;
  border-color: #0590a4;
}

/* ------ MODULOS ESPECIFICOS ------ */
/* ---TOP ---*/
/* Buscador top */
#modulos-top .search label {
  display: none;
}

#modulos-top .search input {
  border-radius: 2em;
  border: 1px solid #FFF;
  line-height: 1.6em;
  font-size: 0.9rem;
  color: #777777;
  padding: 0 0.5em 2px 1em;
}

/* -Telefonos */
header .telefono {
  font-size: 0.9rem;
}

header .telefono p {
  margin: 0;
}

header .telefono i {
  color: #E05D13;
  margin-left: 5px;
}

/* Patrocinadores */
.patrocinios h3 {
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  color: #E05D13;
}

.patrocinios .__patrocinadores .mod-custom {
  display: flex;
  justify-content: space-around;
}

.patrocinios .__patrocinadores .mod-custom img {
  max-height: 100px;
}

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