@media only screen and (max-width: 700px) {
  /* cambiar a 480 */
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  a:not([class]) {
    text-decoration: none;
  }
  .com-content-category-blog__children h3 {
    display: block;
  }
  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.2rem;
    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;
  }
  #right {
    width: 100%;
    padding: 1.5rem 1rem;
  }
  /*** inicio ***/
  .headermax {
    height: 300px;
  }
  /*** articulos ***/
  .headermin {
    height: auto;
  }
  #headerTop {
    background: rgba(255, 255, 255, 0.8);
    height: auto;
    padding: 1rem 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #headerTop * {
    color: #304f6e;
  }
  #headerTop #headerInfo {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }
  #headerTop #headerInfo i {
    color: #a9dbb8;
    margin-left: 0.2rem;
  }
  #headerTop #headerMenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
  }
  #headerTop #headerSearch {
    z-index: 3000;
    width: 60%;
    margin-right: 0;
    margin-top: 1rem;
  }
  #headerTop #headerSearch .mod-finderc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #headerTop #headerSearch .mod-finderc button span {
    color: #ffffff;
  }
  #headerTop #headerSearch input {
    padding: 0 0 0 0;
    border-radius: 0;
  }
  #headerTop #sidenavtrigger {
    width: 30%;
    z-index: 3000;
    display: inline-block;
    text-align: right;
  }
  #headerTop #sidenavtrigger i {
    font-size: 3rem;
  }
  #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: 40%;
    padding-left: 1.4rem;
  }
  #headerBottom #headerLogo p {
    width: 60%;
    text-align: center;
    font-size: 1.2rem;
  }
  #headerMenu {
    display: none;
  }
  #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: #a9dbb8;
  }
  #headerMenu ul li.current a:hover {
    text-decoration: none;
  }
  .headermax .seoPage {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 3rem;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    padding: 0rem;
    width: 100%;
  }
  .headermax .seoPage .seoWhite {
    width: 100%;
    height: 5rem;
    margin-top: 4rem;
    box-sizing: border-box;
    padding-top: 0rem;
  }
  .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: 200px;
    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%;
  }
  #slideouter {
    position: absolute;
    border: 3px solid #a9dbb8;
    width: 300px;
    top: 0;
    right: 0;
    padding: 1.5rem;
    background: #fff;
    z-index: 4000;
    border-radius: 1rem;
    height: 600px;
    visibility: hidden;
  }
  #slideouter #close {
    cursor: pointer;
    float: right;
    font-size: 2.5rem;
    color: #a9dbb8;
  }
  #slideouter ul {
    z-index: 4000;
    background: #c2c9cc;
    padding-left: 1rem;
    width: 100%;
    margin-bottom: 3rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  #slideouter ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  #slideouter ul li span {
    color: #304f6e;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08rem;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
  }
  #slideouter ul li a {
    color: #304f6e;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08rem;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
  }
  #slideouter ul li a:hover {
    color: #a9dbb8;
    text-decoration: none;
  }
  #slideouter ul li span:hover {
    color: #a9dbb8;
  }
  #slideouter ul li ul.mod-menu__sub {
    border-radius: 1rem;
    background: #c2c9cc;
    width: 250px;
    z-index: 2000;
    opacity: 1;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    display: block !important;
  }
  #slideouter ul li ul.mod-menu__sub li {
    width: 100%;
  }
  #slideouter ul li ul.mod-menu__sub li span {
    color: #304f6e;
    cursor: pointer;
    font-weight: bold;
  }
  #slideouter ul li ul.mod-menu__sub li a {
    color: #304f6e;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08rem;
    font-family: "Oswald", sans-serif;
  }
  #slideouter ul li ul.mod-menu__sub li a:hover {
    color: #304f6e;
  }
  #slideouter ul li ul.mod-menu__sub li span:hover {
    color: #304f6e;
  }
  #slideouter ul li.current * {
    color: #a9dbb8;
    text-decoration: none;
  }
  #slideouter.slideouterVisible {
    transition: all 0.5s ease-in-out;
    visibility: visible;
    position: fixed;
  }
  /*********************  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: 100%;
    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 .blog-item {
    width: 100%;
  }
  #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: 100%;
    text-align: center;
  }
  #footercontacto {
    width: 100%;
    text-align: center;
  }
  #footermap {
    width: 100%;
    text-align: center;
  }
  /************* 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;
  }
}