@charset "UTF-8";
@media (max-width: 767px) {
  /* cambiar a 767 */
  p {
    font-size: 1.2rem;
  }
  .container-header {
    background-image: none;
  }
  #headerTop {
    padding: 0.5rem;
    background: #e9f2d3;
  }
  #headerTop .fa-solid {
    color: #5d732a;
  }
  #headerTop a {
    text-decoration: none;
    padding-right: 0;
    color: #2a4574;
  }
  #headerTop .headerInfo {
    width: 80%;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
  }
  #headerSearch {
    max-width: 300px;
    padding-top: 1.5rem;
  }
  #headerSearch .mod-finder {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    align-items: center;
    height: auto;
  }
  #headerSearch .mod-finder__search {
    width: 100%;
  }
  #headerSearch .mod-finder__search .awesomplete {
    width: 80%;
  }
  #headerSearch input {
    padding: 0.3rem 0 0.3rem 0.3rem;
    border-radius: 0;
    min-width: 100%;
  }
  #headerMenu {
    padding: 1rem;
  }
  #headerMenu #sidenavtrigger {
    display: block;
  }
  #headerMenu #sidenavtrigger i {
    font-size: 3rem;
  }
  #headerMenu .fa-solid {
    font-size: 2rem;
    display: none;
  }
  #headerMenu ul {
    display: none;
  }
  #slideouter {
    position: absolute;
    border: 3px solid #73352a;
    width: 300px;
    top: 0;
    right: 0;
    padding: 1.5rem;
    background: #fff;
    z-index: 4;
    border-radius: 1rem;
    height: 600px;
    visibility: hidden;
  }
  #slideouter #close {
    cursor: pointer;
    float: right;
    font-size: 2.5rem;
    color: #73352a;
  }
  #slideouter ul {
    z-index: 2000;
    background: #e9f2d3;
    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: #2a4574;
    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: #2a4574;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08rem;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
  }
  #slideouter ul li a:hover {
    color: #8ba1c8;
  }
  #slideouter ul li span:hover {
    color: #8ba1c8;
  }
  #slideouter ul li ul.mod-menu__sub {
    border-radius: 1rem;
    background: #d5ba8b;
    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: #2a4574;
    cursor: pointer;
    font-weight: bold;
  }
  #slideouter ul li ul.mod-menu__sub li a {
    color: #2a4574;
    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: #8ba1c8;
  }
  #slideouter ul li ul.mod-menu__sub li span:hover {
    color: #8ba1c8;
  }
  #slideouter ul li.current * {
    color: #d5ba8b;
  }
  #slideouter.slideouterVisible {
    visibility: visible;
    transition: all 1s;
  }
  #right {
    height: 100%;
    background: #e9f2d3;
    margin-top: 0.5rem;
    border-radius: 1rem;
    padding: 0 1rem;
  }
  #right .sidebar-right {
    padding-top: 0.5rem;
    border-radius: 1rem;
  }
  #homeImage {
    width: 100%;
  }
  @keyframes entrar {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
      text-align: center;
    }
  }
  /***************************************************** news *******************************/
  #news {
    padding: 0 0 0 0;
  }
  .center {
    text-align: center;
  }
  .hola {
    font-weight: bold;
    font-size: 1.5rem;
    color: #5d732a;
  }
  .radio {
    width: 100%;
    border: 1px #d5ba8b solid;
    border-radius: 1.5rem;
    padding: 1rem;
    box-sizing: border-box;
    margin-top: 2rem;
  }
  .radio .slide {
    border-radius: 1.5rem;
  }
  .pad {
    padding: 2rem 0;
  }
  .servicios {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 1.5rem;
    background: #efefef;
    border-radius: 1.5rem;
  }
  .servicios div {
    width: 100%;
    padding: 1rem;
  }
  .servicios div div {
    width: 100%;
    border-radius: 1.5rem;
    height: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .servicios div div .material-icons {
    font-size: 4rem;
    color: #ffffff;
  }
  .servicios div div a {
    text-decoration: none;
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: bold;
  }
  .servicios .verde div {
    background: #5d732a;
  }
  .servicios .naranja div {
    background: #d5ba8b;
  }
  .servicios .azul div {
    background: #2a4574;
  }
  .servicios .verdeclaro div {
    background: #67F24B;
  }
  .servicios .lila div {
    background: #8ba1c8;
  }
  p.slogan {
    text-align: center;
    color: #DA6726;
    font-size: 1.5rem;
    font-style: italic;
    padding: 0 2%;
    margin-top: 2rem;
  }
  .fotosInicio {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .fotosInicio .grande {
    margin-bottom: 1.5rem;
    width: 99%;
    height: auto;
  }
  .fotosInicio .grande img {
    border-radius: 1rem;
    width: 100%;
    height: auto;
  }
  img:hover {
    transition: all 0.5s ease-in-out;
    filter: grayscale(80%);
  }
  .grande:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .grande {
    overflow: hidden;
  }
  footer * {
    color: #67F24B;
  }
  footer {
    padding: 3rem;
    background: #4a4a4a;
  }
  footer .child {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  footer .child .local p a {
    text-decoration: none;
  }
  footer .child .mapa img {
    float: right;
    border-radius: 1.5rem;
    border: 3px #DA6726 solid;
  }
  #solidarias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: flex-start;
  }
  #solidarias div {
    width: 100%;
    margin-bottom: 1rem;
  }
  #solidarias div img {
    width: 100%;
    height: auto;
  }
  /********************* parallax **********************/
  #homeImage #homeParallax {
    height: 200px;
  }
  #homeImage #homeParallax .seoPage {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 2rem;
    background: transparent;
    padding: 3rem;
    width: 100%;
  }
  #homeImage #homeParallax img {
    border-radius: 1rem;
  }
  .seoWhite {
    width: 100%;
  }
  .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;
  }
  .seoWhite h2 {
    margin-top: 3rem;
    color: #e0df15;
    font-size: 2rem;
    font-style: italic;
    animation-duration: 3s;
    animation-name: slidein;
    opacity: 0;
    transform: translateX(-100%);
    animation: entrar 2s ease-out forwards;
  }
  .seoWhite p {
    color: #e0df15;
    margin-top: -3rem;
  }
  .seoWhite p strong {
    color: #e0df15;
  }
  #homeParallax2 {
    height: 200px;
  }
  #homeParallax2 .parallax-container .parallax img {
    border-radius: 1rem;
  }
  #homeParallax2 .seoPage {
    background: rgba(74, 74, 74, 0.5);
  }
  #homeParallax2 .seoPage .seoWhite {
    width: 100%;
  }
  .moduletable #homeParallax2 {
    height: 200px;
  }
  .moduletable #homeParallax2 img {
    border-radius: 1rem;
  }
  .moduletable #homeParallax2 .parallax-container .parallax img {
    border-radius: 1rem;
  }
  .moduletable #homeParallax2 .seoPage {
    background: rgba(74, 74, 74, 0.5);
  }
  .moduletable #homeParallax2 .seoPage .seoWhite {
    width: 100%;
  }
  @keyframes entrar {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
      text-align: center;
    }
  }
  .seoWhite2 {
    width: 100%;
    margin-top: 2rem;
  }
  .seoWhite2 p {
    font-size: 3.5rem;
    font-style: italic;
    text-align: center;
  }
  .seoWhite2 p strong {
    color: #e0df15;
  }
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: " ";
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: " ";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .com-content-article__body {
    padding: 0 0.1rem;
  }
  div.mod-languages a {
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    text-decoration: none;
  }
  div.mod-languages a img {
    width: 1.5rem;
    height: auto;
  }
  /******************** contacto *******************/
  .input-field {
    margin: 1rem auto;
    display: flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .input-field label {
    width: 80%;
    font-size: 1.2rem;
    color: #8ba1c8;
  }
  .input-field input {
    width: 80%;
    margin-left: 1rem;
    height: 3rem;
  }
  .input-field label.suma {
    width: 80%;
    font-size: 1.2rem;
    color: #8ba1c8;
  }
  .input-field input.sumaresult {
    width: 80%;
    margin-left: 0rem;
  }
  .input-field textarea {
    width: 80%;
    margin-left: 1rem;
  }
  #imgrevista {
    margin-top: 0.6rem;
    box-sizing: border-box;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
  }
  #imgrevista div {
    margin-bottom: 1rem;
    width: 99%;
  }
  #imgrevista div a {
    width: 100%;
  }
  #imgrevista div a img {
    width: 100%;
    height: auto;
  }
}