/*Variables*/
/*Mixins*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 19px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #6f7e87;
}

a {
  text-decoration: none;
  color: #03C2AA;
}

strong {
  font-weight: 700;
}

input:not([type=checkbox]), textarea, select {
  -webkit-appearance: none !important;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 19px;
  font-size: 1rem;
}

h2, h3, h4 {
  font-family: Wix Madefor Display, sans-serif;
  font-weight: 700;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

* {
  letter-spacing: 0 !important;
}

body {
  background: url("img/body-background.webp") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

.wp-block-video > video{
	max-width:350px;
	max-height:500px;
}

.menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu ul {
  flex: 0 1 100%;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.menu ul li {
  flex: 0 1 100%;
  margin: 10px auto;
}
.menu ul li a {
  color: #F8F8F8;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.5789473684rem;
}

.contiene-all {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto -290px auto;
}
.contiene-all::after {
  width: 100%;
  height: 290px;
  content: "";
  display: block;
}

.contenedor {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.presenta-principal {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}
.presenta-principal .presenta-coop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 10;
}

.logotipo-central {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 1rem;
}
.logotipo-central img {
  flex: 0 1 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 768px;
}

.cabecera {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: fixed;
  z-index: 30;
  transition: all ease-in-out 0.8s;
}
.cabecera .mi-menu {
  width: 100%;
  height: auto;
}
.cabecera .mi-menu .menu {
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cabecera .mi-menu .menu ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.cabecera .mi-menu .menu ul li {
  flex: 0 1 auto;
  margin: 0 10px;
}

.sticky {
  background: rgba(111, 126, 135, 0.5);
  box-shadow: 0px 10px 32px -1px rgb(61, 58, 61);
}

.muestra-menu {
  width: auto;
  height: auto;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: none;
  cursor: pointer;
}
.muestra-menu span {
  flex: 0 1 45%;
  color: #FFF;
  font-size: 20px;
  font-size: 1.0526315789rem;
  text-transform: uppercase;
  margin: 0 20px 0 auto;
  line-height: 30px;
}
.muestra-menu .contenedor-icon {
  flex: 0 1 45%;
  position: relative;
  margin: 0 auto 0 auto;
  width: 30px;
  height: auto;
  cursor: pointer;
}
.muestra-menu .contenedor-icon .icon-menu {
  flex: 0 1 auto;
  -webkit-transition: all 0.25s;
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0px;
  top: 0px;
  background-color: white;
}
.muestra-menu .contenedor-icon .icon-menu:before, .muestra-menu .contenedor-icon .icon-menu:after {
  -webkit-transition: all 0.25s;
  width: 30px;
  height: 1px;
  left: 0;
  background: white;
  position: absolute;
  content: "";
}
.muestra-menu .contenedor-icon .icon-menu:before {
  top: -10px;
}
.muestra-menu .contenedor-icon .icon-menu:after {
  top: 10px;
}
.muestra-menu .contenedor-icon .close-menu {
  height: 0px;
}
.muestra-menu .contenedor-icon .close-menu:before {
  transform: translateY(6px) rotate(-45deg);
}
.muestra-menu .contenedor-icon .close-menu:after {
  transform: translateY(-6px) rotate(-135deg);
}
.muestra-menu:hover .icon-menu:before {
  top: -12px;
}
.muestra-menu:hover .icon-menu:after {
  top: 12px;
}

.zona-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  background: rgba(111, 126, 135, 0.8);
  z-index: -10;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}

.bloque-introduccion {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 130px auto 240px auto;
}

.subtitulo-contenido {
  width: 100%;
  height: auto;
  max-width: 235px;
  background: #FBFBF2;
  border-radius: 25%;
  box-sizing: border-box;
  padding: 0.8rem;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 0.8421052632rem;
  font-weight: 700;
  text-align: center;
}

.franja-top-pie{
	gap:25px;
}

.subtitulo-center {
  margin: 0 auto;
}

.titulo-contenido {
  width: 100%;
  height: auto;
  font-size: 31px;
  font-size: 1.6315789474rem;
  color: #0B4F6C;
  font-weight: 700;
}

/******Aviso legal*******/
.contenidos p {
margin-top:2%;
}
/***********************/

.contenido-introduccion {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 35px auto 60px auto;
}
.contenido-introduccion .thumb-intro {
  flex: 0 1 33%;
  width: 100%;
  height: auto;
  margin: 0 60px 0 0;
}
.contenido-introduccion .thumb-intro img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: all ease-in-out 0.9s;
}
.contenido-introduccion .thumb-intro:hover img {
  transform: scale(1.1);
}
.contenido-introduccion .texto-intro {
  flex: 0 1 56%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 1.6;
}
.contenido-introduccion .texto-intro p {
  margin: 8px auto;
}

.texto-intro p {
  margin: 12px auto;
}

.portal-socios {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 50px auto;
  background: url("img/fondo-portal-socios.webp") no-repeat right bottom #F5F5F5;
  background-size: contain;
  min-height: 570px;
  padding: 1rem;
}
.portal-socios .contenedor {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.portal-socios .contenido-portal-socios {
  flex: 0 1 100%;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.portal-socios .contenido-portal-socios .texto-portal-socios {
  flex: 0 1 53%;
  margin: 0 auto 0 0;
}
.portal-socios .contenido-portal-socios .texto-portal-socios p {
  margin: 0 auto 18px auto;
}
.portal-socios .contenido-portal-socios .texto-portal-socios a {
  font-weight: 700;
}
.portal-socios .contenido-portal-socios .acceso-portal {
  flex: 0 1 25%;
  margin: 0 0 0 auto;
}

.cabecera-contacto {
  width: 100%;
  height: auto;
  min-height: 400px;
  background: url("img/background-contacto.webp") no-repeat top;
  background-size: cover;
}

.bloque-contacto {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 70px auto;
}

.zona-form {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 70px auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.zona-form .contenedor-form, .zona-form .mapa {
  flex: 0 1 42.25%;
  margin: 0 auto 0 0;
}
.zona-form .contenedor-form input, .zona-form .contenedor-form textarea {
  width: 100%;
  border: 0;
  border: 2px solid #ECF1F3;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0.9rem;
  margin: 0 auto 12px auto;
}
.zona-form .contenedor-form textarea {
  resize: none;
}
.zona-form .contenedor-form input[type=submit] {
  width: 100%;
  height: auto;
  background: #03C2AA;
  color: #FFF;
  max-width: 300px;
  margin: 15px auto;
  font-size: 27px;
  font-size: 1.4210526316rem;
  border-radius: 27px;
  display: block;
  cursor: pointer;
}
.zona-form .mapa {
  flex: 0 1 46%;
  margin: 0 0 0 auto;
  height: auto;
  min-height: 390px;
}
.zona-form .mapa iframe {
  width: 100%;
  height: 390px;
  display: block;
  filter: drop-shadow(0 0 0.75rem #6f7e87);
}
.zona-form .mapa .datos-contacto-mapa {
  display: flex;
  align-items: center;
  margin: 25px auto;
}
.zona-form .mapa .datos-contacto-mapa .item-pie {
  flex: 0 1 48%;
  margin: 0 auto;
}

.cabecera-nosotros, .cabecera-noticias {
  width: 100%;
  height: auto;
  height: 100vh;
  background: url("img/background-nosotros.webp") no-repeat;
  background-size: cover;
}
.cabecera-nosotros .contenedor, .cabecera-noticias .contenedor {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.cabecera-nosotros .contenedor .titulo-principal-cabecera, .cabecera-noticias .contenedor .titulo-principal-cabecera {
  flex: 0 1 auto;
  width: 100%;
  height: auto;
  font-size: 54px;
  font-size: 2.8421052632rem;
  color: #FFF;
  font-weight: 700;
}
.cabecera-nosotros .contenedor .subtitulo-principal-cabecera, .cabecera-noticias .contenedor .subtitulo-principal-cabecera {
  flex: 0 1 auto;
  font-size: 30px;
  font-size: 1.5789473684rem;
  color: #FFF;
}

.cabecera-noticias {
  height: auto;
  height: 50vh;
  --opacidad-negro: 0.4;
  background: linear-gradient(rgba(0, 0, 0, var(--opacidad-negro)), rgba(0, 0, 0, var(--opacidad-negro))), url("img/cabecera-noticias.webp");
  background-size: cover;
  background-position: center;
}

.single-noticias .contenedor .titulo-noticia {
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-size: 2rem;
  color: #FFF;
}
.single-noticias .contenedor .titulo-noticia::after {
  width: 100%;
  height: 1px;
  max-width: 180px;
  content: "";
  display: block;
  margin: 15px auto;
  background: #FFF;
}

.contenido-noticia-single {
  box-sizing: border-box;
  margin: 50px auto;
}
.contenido-noticia-single .fecha-publicacion {
  color: #03C2AA;
  margin: 12px auto;
  font-size: 16px;
  font-size: 0.8421052632rem;
}
.contenido-noticia-single .link-vuelve {
  width: 100%;
  text-align: right;
}
.contenido-noticia-single ul {
  list-style: circle;
}
.contenido-noticia-single ol {
  list-style: decimal;
}
.contenido-noticia-single p, .contenido-noticia-single ul li, .contenido-noticia-single ol li {
  margin: 8px auto;
}

.contenedor-noticias {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 50px auto;
}
.contenedor-noticias .titulo-principal {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 48px;
  font-size: 2.5263157895rem;
  font-weight: 700;
}
.contenedor-noticias .contenidos-noticias {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
}
.contenedor-noticias .contenidos-noticias .tarjeta-noticia {
  box-sizing: border-box;
  padding: 1.5%;
  flex: 0 1 35%;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 10px 32px -1px rgba(61, 58, 61, 0.5);
}
.contenedor-noticias .contenidos-noticias .tarjeta-noticia .thumb-noticia {
  width: 100%;
  height: auto;
  margin: 0 auto 25px auto;
}
.contenedor-noticias .contenidos-noticias .tarjeta-noticia .thumb-noticia img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.contenedor-noticias .contenidos-noticias .tarjeta-noticia .titulo-noticia {
  width: 100%;
  font-size: 28px;
  font-size: 1.4736842105rem;
  font-weight: 700;
  text-align: center;
}
.contenedor-noticias .contenidos-noticias .tarjeta-noticia .extracto-noticia {
  width: 100%;
  height: auto;
  margin: 10px auto;
}

.contiene-nosotros {
  width: 100%;
  height: auto;
  margin: 90px auto;
}

.contiene-servicios {
  width: 100%;
  height: auto;
  margin: 0 auto 90px auto;
}
.contiene-servicios .bloques-servicios {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 88px auto 44px auto;
}
.contiene-servicios .bloques-servicios .thumb {
  flex: 0 1 26%;
  margin: 0 auto 0 0;
}
.contiene-servicios .bloques-servicios .thumb img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.contiene-servicios .bloques-servicios .textos-servicios {
  flex: 0 1 70%;
  margin: 0 0 0 auto;
}
.contiene-servicios .bloques-servicios .textos-servicios .subtitulo-contenido {
  background: #95C8DD;
  color: #FFF;
  border-radius: 25px;
  margin: 0 0 45px 0;
}
.contiene-servicios .item-par .thumb {
  order: 2;
}
.contiene-servicios .item-par .textos-servicios {
  order: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.contiene-servicios .item-par .textos-servicios .subtitulo-contenido {
  align-self: flex-end;
}

.pie {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #F8F8F8;
  min-height: 290px;
  box-shadow: inset 0 7px 9px -7px rgba(140, 140, 140, 0.5);
}
.pie .contenedor {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 1.5rem;
  margin: 35px auto;
}
.pie .contenedor .franja-top-pie, .pie .contenedor .datos-contacto-mapa {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:25px;
}
.pie .contenedor .franja-top-pie .item-pie, .pie .contenedor .datos-contacto-mapa .item-pie {
  flex: 0 1 22.5%;
  margin: 0 auto;
}
.pie .contenedor .franja-top-pie .logotipo-pie, .pie .contenedor .datos-contacto-mapa .logotipo-pie {
  width: 100%;
  height: auto;
}
.pie .contenedor .franja-top-pie .logotipo-pie img, .pie .contenedor .datos-contacto-mapa .logotipo-pie img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 215px;
}

.separator-pie {
  width: 85%;
  height: 1px;
  background: #D8D8D8;
  margin: 35px auto 20px auto;
}

/*
*    CLASES PARA TEXTOS
*/
.align-center {
  text-align: center;
}

.m-big {
  margin: 25px auto;
}

.text-justify {
  text-align: justify;
}

/*
* CLASES PARA BOTONES
*/
.btn {
  width: 100%;
  height: auto;
  max-width: 320px;
  box-sizing: border-box;
  padding: 0.8rem;
  border-radius: 27px;
}

.btn-link {
  background: #03C2AA;
  display: block;
  color: #FFF;
  font-size: 25px;
  font-size: 1.3157894737rem;
}

/*
    CLASES LINKS BOTTOM
*/
.links-footer {
  width: 100%;
  height: auto;
  max-width: 250px;
  box-sizing: border-box;
  padding: 0 1rem;
  color: #6f7e87;
  font-weight: 700;
  font-size: 16px;
  font-size: 0.8421052632rem;
  display: block;
  border-radius: 25px;
  line-height: 42px;
  position: relative;
  z-index: 10;
  transition: all ease-in-out 1s;
}
.links-footer span {
  position: relative;
  z-index: 12;
  cursor: pointer;
  display: block;
  width: 100%;
}

.links-footer::before {
  width: 42px;
  height: 42px;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  transition: all ease-in-out 0.9s;
  font-family: "Material Symbols Outlined";
}

.links-footer:hover {
  color: #FFF;
}
.links-footer:hover::before {
  width: 100%;
  border-radius: 25px;
}

.links-red {
  background: #FAEFEE;
}
.links-red::before {
  text-align: left;
  background: #F5C0BC;
  content: "\e0b0";
  color: #FFF;
  font-size: 30px;
  font-size: 1.5789473684rem;
  box-sizing: border-box;
  padding-left: 0.5rem;
}

.links-blue {
  background: #E1E8F0;
}
.links-blue::before {
  background: #B4CDED;
  text-align: left;
  content: "\e163";
  color: #FFF;
  font-size: 25px;
  font-size: 1.5789473684rem;
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

.links-green {
  background: #9BF89B;
}
.links-green::before {
  background: #5BF95B;
  text-align: left;
  content: url('./img/WA.png');
  color: #FFF;
  font-size: 20px;
  /**font-size: 1.5789473684rem;*/
  box-sizing: border-box;
  padding-left: 0.5rem;
}

/*Media*/
@media screen and (max-width: 1024px) {
  .contenedor {
    width: 100%;
    min-width: inherit;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .portal-socios {
    background: url("img/fondo-campo-mob.webp") no-repeat bottom center #F5F5F5;
    background-size: cover;
  }
  .portal-socios .contenedor {
    flex-direction: column;
  }
  .portal-socios .contenedor .subtitulo-contenido, .portal-socios .contenedor .titulo-contenido {
    text-align: center;
  }
  .portal-socios .contenedor .subtitulo-contenido {
    margin: 0 auto;
  }
  .portal-socios .contenedor .contenido-portal-socios {
    flex-direction: column;
    text-align: center;
  }
  .portal-socios .contenedor .contenido-portal-socios .acceso-portal {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .cabecera .mi-menu {
    display: none;
  }
  .muestra-menu {
    display: block;
  }
  .bloque-introduccion {
    margin-bottom: 90px;
  }
  .cabecera-nosotros, .presenta-principal {
    height: auto;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cabecera-nosotros .contenedor .titulo-principal-cabecera, .cabecera-nosotros .contenedor .subtitulo-principal-cabecera, .presenta-principal .contenedor .titulo-principal-cabecera, .presenta-principal .contenedor .subtitulo-principal-cabecera {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 685px) {
  .contenido-introduccion {
    flex-direction: column;
  }
  .contenido-introduccion .thumb-intro, .contenido-introduccion .texto-intro {
    flex: 0 1 100%;
    margin: 0 auto;
  }
  .contenido-introduccion .thumb-intro img {
    max-width: 410px;
  }
  .pie .contenedor .franja-top-pie {
    flex-direction: column;
  }
  .pie .contenedor .franja-top-pie .item-pie {
    width: 100%;
    flex: 0 1 100%;
    margin: 12px auto;
    text-align: center;
  }
  .btn-link, .links-footer {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .subtitulo-contenido {
    margin: 0 auto;
  }
  .titulo-contenido, .texto-intro {
    text-align: center;
  }
  .m-big {
    margin-right: auto;
    margin-left: auto;
  }
  .contiene-servicios .bloques-servicios {
    flex-direction: column;
  }
  .contiene-servicios .bloques-servicios .thumb, .contiene-servicios .bloques-servicios .textos-servicios {
    margin: 20px auto;
  }
  .contiene-servicios .bloques-servicios .thumb .subtitulo-contenido, .contiene-servicios .bloques-servicios .textos-servicios .subtitulo-contenido {
    margin-left: auto;
    margin-right: auto;
  }
  .contiene-servicios .item-par .thumb {
    order: 1;
  }
  .zona-form {
    flex-direction: column;
  }
  .zona-form .contenedor-form, .zona-form .mapa {
    width: 100%;
    flex: 0 1 100%;
  }
  .zona-form .mapa .datos-contacto-mapa {
    flex-direction: column;
  }
  .zona-form .mapa .datos-contacto-mapa .item-pie {
    width: 100%;
    flex: 0 1 100%;
    margin: 10px auto;
  }
}/*# sourceMappingURL=style.css.map */