@import "https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap";
body {
  background-color: #ffffff;
}

a {
  text-decoration: none;
  color: #7ca5b8;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  text-decoration: none;
}

.com-content-category-blog__children h3 {
  display: block;
}

strong {
  font-style: italic;
  color: #304f6e;
}

p {
  font-size: 1.2rem;
  color: #38383d;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
  font-optical-sizing: auto;
  font-style: normal;
}

li {
  font-size: 1.1rem;
  color: #38383d;
}

h1,
h2,
h3 {
  color: #304f6e;
  letter-spacing: 0.02rem;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
}

main {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

.container {
  width: 100%;
}

.main {
  width: 100%;
}

#right {
  width: 20%;
  padding: 1.5rem 1rem;
}

/*** inicio ***/
.headermax {
  height: 900px;
}

/*** articulos ***/
.headermin {
  height: auto;
}

#headerTop {
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  padding: 0 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
}
#headerTop * {
  color: #304f6e;
}
#headerTop #headerInfo {
  width: 25%;
  font-size: 1.2rem;
}
#headerTop #headerInfo i {
  color: #08685b;
  margin-left: 1rem;
}
#headerTop #headerMenu {
  width: 50%;
}
#headerTop #headerMenu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#headerMenu ul li {
  padding: 0.5rem;
}
#headerMenu ul li a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.04rem;
}
#headerMenu ul li a:hover {
  text-decoration: none;
  color: #a9dbb8;
}
#headerMenu ul li.current a {
  text-decoration: none;
  color: #08685b;
}
#headerMenu ul li.current a:hover {
  text-decoration: none;
}

#headerSearch {
  width: 25%;
  padding-right: 1rem;
}
#headerSearch .mod-finderc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#headerSearch .mod-finderc button span {
  color: #ffffff;
}
#headerSearch input {
  padding: 0 0 0 0;
  border-radius: 0;
}

#sidenavtrigger {
  display: none;
}
#sidenavtrigger i {
  font-size: 2rem;
}

.headermax .seoPage {
  z-index: 3;
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 100%;
  padding: 0rem;
  width: 100%;
}
.headermax .seoPage .seoWhite {
  width: 100%;
  height: 10rem;
  margin-top: 3rem;
  box-sizing: border-box;
  padding-top: 1.5rem;
}
.headermax .seoPage .seoWhite p {
  font-size: 3.5rem;
  font-style: italic;
  animation-duration: 3s;
  animation-name: slidein;
  opacity: 0;
  transform: translateX(-100%);
  animation: entrar 2s ease-out forwards;
}
.headermax .seoPage .seoWhite p img {
  width: 550px;
  height: auto;
}
@keyframes entrar {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    text-align: center;
  }
}

.headermin .seoPage {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 15rem;
  background: transparent;
  padding: 0rem;
  width: 100%;
}

#headerBottom {
  border-top: 1px #cacaca solid;
  border-bottom: 1px #cacaca solid;
  padding-top: 0;
}
#headerBottom #headerLogo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
#headerBottom #headerLogo a {
  width: 25%;
  padding-left: 1.4rem;
}
#headerBottom #headerLogo p {
  width: 50%;
  text-align: center;
  font-size: 1.5rem;
}

#slideouter {
  position: absolute;
  border: 3px solid #c2c9cc;
  width: 300px;
  top: 0;
  right: 0;
  padding: 1.5rem;
  background: #fff;
  z-index: 4;
  border-radius: 1rem;
  visibility: hidden;
}
#slideouter #close {
  cursor: pointer;
  float: right;
  font-size: 2.5rem;
  color: #c2c9cc;
}

#breadcrumb {
  padding-left: 1.1rem;
}

/*********************  ARTICULOS *****************/
table {
  margin: 2rem 0;
}

td {
  border: 1px #304f6e solid;
}

thead tr td {
  font-weight: bold;
}

p :nth-child(2) {
  font-style: italic;
}

.grid50 {
  margin-top: 2rem;
}
.grid50 div.imagen {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: flex-start;
}
.grid50 div.imagen span {
  font-style: italic;
}
.grid50 ul li {
  padding-top: 0.5rem;
}

.grid30 {
  margin: 3rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: center;
}
.grid30 div.imag {
  width: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.grid30 div.imag img {
  max-height: 300px;
  text-align: center;
}
.grid30 div.imag p {
  font-style: italic;
}

/**************** categorias ****/
ul.mod-articlescategories li a {
  font-size: 1.5rem;
}
ul.mod-articlescategories li a:hover {
  text-decoration: none;
  color: #a9dbb8;
}
ul.mod-articlescategories li ul {
  margin-left: 2rem;
}
ul.mod-articlescategories li ul li a {
  color: #304f6e;
  font-size: 1.3rem;
}
ul.mod-articlescategories li ul li a:hover {
  color: #a9dbb8;
}

.article-info-term {
  display: none;
}

.blog .masonry-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
}
.blog .masonry-2 .blog-item {
  width: 48%;
  background: #eaeaea;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px #c2c9cc solid;
  border-radius: 1rem;
}

#footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  padding: 0 4rem;
}

#footerinfo {
  width: 25%;
  text-align: left;
}

#footercontacto {
  width: 50%;
  text-align: center;
}
#footercontacto #contacto #resultado .btenable {
  visibility: hidden;
}
#footercontacto #contacto #resultado .btnnone {
  visibility: visible;
}

#footermap {
  width: 25%;
  text-align: right;
}

/************* CAMBIOS MATERIALIZE **************/
* {
  box-shadow: none !important;
}

.col {
  flex: 1 0 auto;
}

/* sin esta regla la imagen de inicio parallax desaparece*/
body {
  perspective: 2000px;
}

::placeholder {
  color: #38383d;
  opacity: 1;
}

#headerSearch .btn {
  --btn-padding-x: 0.9rem;
  --btn-padding-y: 0.4rem;
}