@charset "UTF-8";
/* colores ______________ */
/* anchos ______________ */
@font-face {
  font-family: Gill Sans;
  font-weight: 300;
  src: url("../font/GillSans/Gill-Sans-Regular.otf");
}

@font-face {
  font-family: Gill Sans;
  font-weight: 400;
  src: url("../font/GillSans/Gill-Sans-Semibold.otf");
}

@font-face {
  font-family: Gill Sans;
  font-weight: 500;
  src: url("../font/GillSans/Gill-Sans-Bold.otf");
}

body {
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #565656;
}

.title-l {
  font-size: 36px;
  font-weight: 500;
}

.title-cabeceras {
  font-weight: 800;
  font-size: 46px;
  line-height: 46px;
  color: #fff;
  background-color: #00AD28;
}

.title-m {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.title-s {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.subtitle {
  font-size: 20px;
  line-height: 1;
}

.blanco {
  color: #fff;
}

.blanco a {
  color: #fff;
}

.verde {
  color: #00a95c;
}

.verde a {
  color: #00a95c;
}

.center {
  text-align: center;
}

/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .title-l {
    font-size: 24px;
    line-height: 30px;
  }
  .title-m {
    font-size: 24px;
  }
  .title-cabeceras {
    font-size: 24px;
    line-height: 29px;
  }
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

html {
  /*  overflow-y: scroll !important; */
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
  /* make scrollbar transparent */
}

a {
  color: #565656;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

p {
  margin-bottom: 10px;
}

/* EDITAR CONTENIDO ADMIN */
#block-crn-local-tasks {
  z-index: 9;
  position: fixed;
  top: 40%;
}

#block-crn-local-tasks .contextual {
  display: none;
}

#block-crn-local-tasks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00a95c;
  opacity: 0.8;
}

#block-crn-local-tasks ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

#block-crn-local-tasks ul li a {
  color: #fff;
  font-weight: 500;
}

/* MENSAJES */
div[role=contentinfo] {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  padding: 30px;
  font-size: 16px;
  line-height: 18px;
  color: #878787;
  background-color: #008000a6;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}

div[role=contentinfo] a {
  color: #fff;
  font-weight: 500;
}

.path-user a, .path-user label {
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  color: #565656;
}

.path-user .tabs {
  text-align: center;
  margin-top: 5%;
}

.path-user #block-crn-main-menu > ul li a {
  color: #565656;
}

.path-user #block-crn-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

.path-user #block-crn-content form, .path-user #block-crn-content article {
  padding: 263px 0 144px;
}

.path-user #block-crn-content form input, .path-user #block-crn-content article input {
  width: 480px;
  height: 36px;
  padding: 0px 10px;
}

.path-user #block-crn-content form .description, .path-user #block-crn-content article .description {
  width: 480px;
  margin: 0 auto;
}

.path-user #block-crn-content form input#edit-submit, .path-user #block-crn-content article input#edit-submit {
  display: inline-block;
  color: white;
  background: #00a95c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.27px;
  text-transform: uppercase;
  border: none;
  margin-top: 5%;
}

#block-crn-main-menu {
  width: 100%;
  position: absolute;
  z-index: 5;
}

#block-crn-main-menu > ul {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#block-crn-main-menu > ul li {
  margin-right: 30px;
  padding-top: 20px;
}

#block-crn-main-menu > ul li a {
  color: #fff;
  line-height: 1;
  font-weight: 400;
}

#block-crn-main-menu > ul li a:hover, #block-crn-main-menu > ul li a.is-active {
  border-bottom: solid 2px #00a95c;
}

#block-crn-main-menu > ul li:first-child {
  margin-right: auto;
  padding-top: 0;
}

#block-crn-main-menu > ul li:first-child a {
  background: url("../images/logo.svg") no-repeat scroll center center transparent;
  text-indent: -9000px;
  width: 60px;
  height: 60px;
  display: block;
  background-size: 100%;
}

#block-crn-main-menu > ul li:first-child a:hover, #block-crn-main-menu > ul li:first-child a.is-active {
  border-bottom: 0;
}

#block-crn-main-menu > ul li:last-child {
  margin-right: 0;
}

#block-crn-main-menu > ul li:last-child span {
  background: url("../images/icono-lupa-blanco.svg") no-repeat scroll center center transparent;
  text-indent: -9000px;
  width: 16px;
  height: 16px;
  display: block;
  background-size: 100%;
  cursor: pointer;
}

.responsive-menu-toggle {
  display: none;
}

#block-responsivemenumobileicon {
  position: absolute;
  right: 24px;
  top: 28px;
  z-index: 99;
}

#block-responsivemenumobileicon .responsive-menu-toggle-icon span:last-child {
  display: none;
}

.mm-listitem:last-child {
  display: none;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1200px ___________________*/
/* layouts smaller than 924px ___________________*/
/* layouts smaller than 840px ___________________*/
@media screen and (max-device-width: 840px), screen and (max-width: 840px) {
  #block-crn-main-menu ul li {
    display: none;
  }
  #block-crn-main-menu ul li:first-child {
    display: block;
  }
  .responsive-menu-toggle {
    display: inline-block;
  }
}

/* layouts smaller than 768px ___________________*/
/* layouts smaller than 576px ___________________*/
#block-views-block-destacado-home-block-2,
#block-views-block-destacado-home-block-3,
#block-views-block-destacado-home-block-4,
#block-views-block-destacado-home-block-5,
#block-views-block-destacado-home-block-6,
#block-views-block-destacado-home-block-7,
#block-views-block-destacado-home-block-8,
#block-views-block-destacado-home-block-9,
#block-views-block-destacado-home-block-10,
#block-views-block-destacado-home-block-11 {
  margin-bottom: 60px;
}

#block-views-block-destacado-home-block-2 .imagen-destacado,
#block-views-block-destacado-home-block-3 .imagen-destacado,
#block-views-block-destacado-home-block-4 .imagen-destacado,
#block-views-block-destacado-home-block-5 .imagen-destacado,
#block-views-block-destacado-home-block-6 .imagen-destacado,
#block-views-block-destacado-home-block-7 .imagen-destacado,
#block-views-block-destacado-home-block-8 .imagen-destacado,
#block-views-block-destacado-home-block-9 .imagen-destacado,
#block-views-block-destacado-home-block-10 .imagen-destacado,
#block-views-block-destacado-home-block-11 .imagen-destacado {
  height: 700px;
  overflow: hidden;
  position: relative;
}

#block-views-block-destacado-home-block-2 .imagen-destacado::before,
#block-views-block-destacado-home-block-3 .imagen-destacado::before,
#block-views-block-destacado-home-block-4 .imagen-destacado::before,
#block-views-block-destacado-home-block-5 .imagen-destacado::before,
#block-views-block-destacado-home-block-6 .imagen-destacado::before,
#block-views-block-destacado-home-block-7 .imagen-destacado::before,
#block-views-block-destacado-home-block-8 .imagen-destacado::before,
#block-views-block-destacado-home-block-9 .imagen-destacado::before,
#block-views-block-destacado-home-block-10 .imagen-destacado::before,
#block-views-block-destacado-home-block-11 .imagen-destacado::before {
  content: '';
  display: block;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(80%, rgba(255, 255, 255, 0)), to(black));
  background: linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 80%, black 100%);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

#block-views-block-destacado-home-block-2 .imagen-destacado img,
#block-views-block-destacado-home-block-3 .imagen-destacado img,
#block-views-block-destacado-home-block-4 .imagen-destacado img,
#block-views-block-destacado-home-block-5 .imagen-destacado img,
#block-views-block-destacado-home-block-6 .imagen-destacado img,
#block-views-block-destacado-home-block-7 .imagen-destacado img,
#block-views-block-destacado-home-block-8 .imagen-destacado img,
#block-views-block-destacado-home-block-9 .imagen-destacado img,
#block-views-block-destacado-home-block-10 .imagen-destacado img,
#block-views-block-destacado-home-block-11 .imagen-destacado img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
}

#block-views-block-destacado-home-block-2 .imagen-destacado .izq-destacado,
#block-views-block-destacado-home-block-3 .imagen-destacado .izq-destacado,
#block-views-block-destacado-home-block-4 .imagen-destacado .izq-destacado,
#block-views-block-destacado-home-block-5 .imagen-destacado .izq-destacado,
#block-views-block-destacado-home-block-6 .imagen-destacado .izq-destacado,
#block-views-block-destacado-home-block-7 .imagen-destacado .izq-destacado,
#block-views-block-destacado-home-block-8 .imagen-destacado .izq-destacado,
#block-views-block-destacado-home-block-9 .imagen-destacado .izq-destacado,
#block-views-block-destacado-home-block-10 .imagen-destacado .izq-destacado,
#block-views-block-destacado-home-block-11 .imagen-destacado .izq-destacado {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  margin: 247px auto 0;
  height: 443px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

#block-views-block-destacado-home-block-2 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
#block-views-block-destacado-home-block-3 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
#block-views-block-destacado-home-block-4 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
#block-views-block-destacado-home-block-5 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
#block-views-block-destacado-home-block-6 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
#block-views-block-destacado-home-block-7 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
#block-views-block-destacado-home-block-8 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
#block-views-block-destacado-home-block-9 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
#block-views-block-destacado-home-block-10 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
#block-views-block-destacado-home-block-11 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras {
  padding: 15px 15px 7px;
  margin-bottom: 4px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#block-views-block-destacado-home-block-2 .imagen-destacado .izq-destacado .texto-destacado .descripcion,
#block-views-block-destacado-home-block-3 .imagen-destacado .izq-destacado .texto-destacado .descripcion,
#block-views-block-destacado-home-block-4 .imagen-destacado .izq-destacado .texto-destacado .descripcion,
#block-views-block-destacado-home-block-5 .imagen-destacado .izq-destacado .texto-destacado .descripcion,
#block-views-block-destacado-home-block-6 .imagen-destacado .izq-destacado .texto-destacado .descripcion,
#block-views-block-destacado-home-block-7 .imagen-destacado .izq-destacado .texto-destacado .descripcion,
#block-views-block-destacado-home-block-8 .imagen-destacado .izq-destacado .texto-destacado .descripcion,
#block-views-block-destacado-home-block-9 .imagen-destacado .izq-destacado .texto-destacado .descripcion,
#block-views-block-destacado-home-block-10 .imagen-destacado .izq-destacado .texto-destacado .descripcion,
#block-views-block-destacado-home-block-11 .imagen-destacado .izq-destacado .texto-destacado .descripcion {
  margin-bottom: 41px;
  background: #56565680;
  padding: 16px;
  max-width: 698px;
}

#block-views-block-destacado-home-block-2 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
#block-views-block-destacado-home-block-3 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
#block-views-block-destacado-home-block-4 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
#block-views-block-destacado-home-block-5 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
#block-views-block-destacado-home-block-6 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
#block-views-block-destacado-home-block-7 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
#block-views-block-destacado-home-block-8 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
#block-views-block-destacado-home-block-9 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
#block-views-block-destacado-home-block-10 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
#block-views-block-destacado-home-block-11 .imagen-destacado .izq-destacado .texto-destacado .descripcion p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1200px ___________________*/
/* layouts smaller than 768px ___________________*/
/* layouts smaller than 576px ___________________*/
/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  #block-views-block-destacado-home-block-2 .imagen-destacado,
  #block-views-block-destacado-home-block-3 .imagen-destacado,
  #block-views-block-destacado-home-block-4 .imagen-destacado,
  #block-views-block-destacado-home-block-5 .imagen-destacado,
  #block-views-block-destacado-home-block-6 .imagen-destacado,
  #block-views-block-destacado-home-block-7 .imagen-destacado,
  #block-views-block-destacado-home-block-8 .imagen-destacado,
  #block-views-block-destacado-home-block-9 .imagen-destacado,
  #block-views-block-destacado-home-block-10 .imagen-destacado {
    height: 447px;
  }
  #block-views-block-destacado-home-block-2 .imagen-destacado::before,
  #block-views-block-destacado-home-block-3 .imagen-destacado::before,
  #block-views-block-destacado-home-block-4 .imagen-destacado::before,
  #block-views-block-destacado-home-block-5 .imagen-destacado::before,
  #block-views-block-destacado-home-block-6 .imagen-destacado::before,
  #block-views-block-destacado-home-block-7 .imagen-destacado::before,
  #block-views-block-destacado-home-block-8 .imagen-destacado::before,
  #block-views-block-destacado-home-block-9 .imagen-destacado::before,
  #block-views-block-destacado-home-block-10 .imagen-destacado::before {
    content: '';
    height: 447px;
  }
  #block-views-block-destacado-home-block-2 .imagen-destacado img,
  #block-views-block-destacado-home-block-3 .imagen-destacado img,
  #block-views-block-destacado-home-block-4 .imagen-destacado img,
  #block-views-block-destacado-home-block-5 .imagen-destacado img,
  #block-views-block-destacado-home-block-6 .imagen-destacado img,
  #block-views-block-destacado-home-block-7 .imagen-destacado img,
  #block-views-block-destacado-home-block-8 .imagen-destacado img,
  #block-views-block-destacado-home-block-9 .imagen-destacado img,
  #block-views-block-destacado-home-block-10 .imagen-destacado img {
    height: 447px;
  }
  #block-views-block-destacado-home-block-2 .imagen-destacado .izq-destacado,
  #block-views-block-destacado-home-block-3 .imagen-destacado .izq-destacado,
  #block-views-block-destacado-home-block-4 .imagen-destacado .izq-destacado,
  #block-views-block-destacado-home-block-5 .imagen-destacado .izq-destacado,
  #block-views-block-destacado-home-block-6 .imagen-destacado .izq-destacado,
  #block-views-block-destacado-home-block-7 .imagen-destacado .izq-destacado,
  #block-views-block-destacado-home-block-8 .imagen-destacado .izq-destacado,
  #block-views-block-destacado-home-block-9 .imagen-destacado .izq-destacado,
  #block-views-block-destacado-home-block-10 .imagen-destacado .izq-destacado {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 447px;
    margin: 0 auto;
  }
  #block-views-block-destacado-home-block-2 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
  #block-views-block-destacado-home-block-3 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
  #block-views-block-destacado-home-block-4 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
  #block-views-block-destacado-home-block-5 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
  #block-views-block-destacado-home-block-6 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
  #block-views-block-destacado-home-block-7 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
  #block-views-block-destacado-home-block-8 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
  #block-views-block-destacado-home-block-9 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras,
  #block-views-block-destacado-home-block-10 .imagen-destacado .izq-destacado .texto-destacado .title-cabeceras {
    margin-bottom: 22px;
  }
  #block-views-block-destacado-home-block-2 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
  #block-views-block-destacado-home-block-3 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
  #block-views-block-destacado-home-block-4 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
  #block-views-block-destacado-home-block-5 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
  #block-views-block-destacado-home-block-6 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
  #block-views-block-destacado-home-block-7 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
  #block-views-block-destacado-home-block-8 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
  #block-views-block-destacado-home-block-9 .imagen-destacado .izq-destacado .texto-destacado .descripcion p,
  #block-views-block-destacado-home-block-10 .imagen-destacado .izq-destacado .texto-destacado .descripcion p {
    font-size: 16px;
    line-height: 22px;
  }
}

footer .footer {
  background: #fafafa;
  font-size: 14px;
  line-height: 1;
}

footer .footer .footer-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  padding-top: 140px;
  position: relative;
}

footer .footer .footer-container .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 189px;
}

footer .footer .footer-container .footer-flex .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 37px;
}

footer .footer .footer-container .footer-flex .col .enlace {
  margin-bottom: 10px;
  border-bottom: 2px solid transparent;
}

footer .footer .footer-container .footer-flex .col .enlace:first-child {
  font-weight: 500;
}

footer .footer .footer-container .footer-flex .col .enlace:last-child {
  margin-bottom: 0;
}

footer .footer .footer-container .footer-flex .col .enlace:hover {
  border-bottom: solid 2px #00a95c;
}

footer .footer .footer-container .footer-flex .col .contacto-footer {
  font-size: 12px;
  margin-bottom: 5px;
}

footer .footer .footer-container .footer-flex .col .contacto-footer:last-child {
  margin-bottom: 0;
}

footer .footer .footer-container .footer-flex .col:last-child {
  margin-right: 0;
}

footer .footer .footer-container .copy {
  text-align: center;
  font-weight: 400;
  padding-bottom: 40px;
}

footer .footer .footer-container #logo-footer {
  background: url("../images/logo.svg") no-repeat scroll center center transparent;
  text-indent: -9000px;
  width: 60px;
  height: 60px;
  display: block;
  background-size: 100%;
  position: absolute;
  bottom: 80px;
  left: 0;
}

footer .footer .footer-container .rrss-footer {
  position: absolute;
  bottom: 95px;
  left: 80px;
}

footer .footer .footer-container .rrss-footer #facebook {
  background: url("../images/facebook-f.svg") no-repeat scroll center center transparent;
  text-indent: -9000px;
  width: 30px;
  height: 30px;
  display: block;
  background-size: 100%;
}

footer .footer .footer-container .logos-footer {
  position: absolute;
  bottom: 80px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer .footer-container .logos-footer .logos-footer-1, footer .footer .footer-container .logos-footer .logos-footer-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .footer .footer-container .logos-footer .logos-footer-1 .logo, footer .footer .footer-container .logos-footer .logos-footer-2 .logo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 110px;
  height: 70px;
  margin-right: 15px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ededf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

footer .footer .footer-container .logos-footer .logos-footer-1 .logo:last-child, footer .footer .footer-container .logos-footer .logos-footer-2 .logo:last-child {
  margin-right: 0;
}

footer .footer .footer-container .logos-footer .logos-footer-1 {
  margin-bottom: 15px;
}

footer .mobile {
  display: none;
  background: #fafafa;
  font-size: 14px;
  line-height: 1;
}

footer .mobile .logos-crn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

footer .mobile .logos-crn #logo-footer {
  background: url("../images/logo.svg") no-repeat scroll center center transparent;
  text-indent: -9000px;
  width: 60px;
  height: 60px;
  display: block;
  background-size: 100%;
}

footer .mobile .logos-crn .rrss-footer #facebook {
  background: url("../images/facebook-f.svg") no-repeat scroll center center transparent;
  text-indent: -9000px;
  width: 30px;
  height: 30px;
  display: block;
  background-size: 100%;
}

footer .mobile .footer-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  padding-top: 30px;
  position: relative;
}

footer .mobile .footer-container .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}

footer .mobile .footer-container .footer-flex a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

footer .mobile .footer-container .footer-flex div {
  margin-bottom: 10px;
}

footer .mobile .footer-container .copy {
  text-align: center;
  font-weight: 400;
  padding-bottom: 40px;
  margin-top: 10px;
}

footer .mobile .footer-container .logos-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .mobile .footer-container .logos-footer .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

footer .mobile .footer-container .logos-footer .col .logo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 110px;
  height: 70px;
  margin-right: 15px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ededf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

footer .mobile .footer-container .logos-footer .col .logo:last-child {
  margin-right: 0;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 946px ___________________*/
@media screen and (max-device-width: 946px), screen and (max-width: 946px) {
  footer .footer .footer-container .footer-flex {
    padding-bottom: 15px;
  }
}

/* layouts smaller than 740px ___________________*/
@media screen and (max-device-width: 740px), screen and (max-width: 740px) {
  footer .footer {
    display: none;
  }
  footer .mobile {
    display: block;
  }
}

input[type=text], input[type=email], input[type=password] {
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  padding: 14px 0 6px;
  color: #878787;
}

label {
  font-size: 16px;
  text-transform: uppercase;
}

textarea {
  color: #878787;
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
}

/* BLOQUE NEWSLETTER */
#block-webform-3 {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 80px;
}

#block-webform-3 form {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
}

#block-webform-3 form img {
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

#block-webform-3 form .newsletter-info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: rgba(0, 169, 92, 0.9);
  border-radius: 3px;
  padding: 30px;
  max-width: 520px;
  position: absolute;
  top: 50px;
  left: -40px;
}

#block-webform-3 form .newsletter-info .title-m {
  margin-bottom: 16px;
}

#block-webform-3 form .newsletter-info .texto {
  font-size: 18px;
}

#block-webform-3 form .newsletter-info .texto p:last-child {
  margin-bottom: 0;
}

#block-webform-3 form .abs-container {
  position: absolute;
  width: 100%;
  bottom: 92px;
}

#block-webform-3 form .abs-container .sus-container {
  max-width: 79%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#block-webform-3 form .abs-container .sus-container::before {
  content: '';
  border-top: solid 2px #fff;
  width: 100%;
  position: absolute;
  top: -32px;
}

#block-webform-3 form .abs-container .sus-container .form-item-tu-correo-electronico {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#block-webform-3 form .abs-container .sus-container .form-item-tu-correo-electronico input[type=email] {
  color: #878787;
  background: #fff;
  border: none;
  padding: 17.5px 20px 13.5px;
}

#block-webform-3 form .abs-container .sus-container .botonEnviar {
  background: #00a95c;
}

#block-webform-3 form .abs-container .sus-container .botonEnviar input {
  font-family: "Gill Sans", sans-serif;
  border: none;
  background: #00a95c;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 20px 40px 0;
}

#block-webform-3 form .abs-container .sus-container .botonEnviar input:hover {
  cursor: pointer;
}

/* MODAL DE CONFFIRMACION AL ENVIAR FORMULARIOS*/
.webform-confirmation-modal {
  border-radius: 12px;
}

.webform-confirmation-modal .ui-widget-header {
  background: #fff;
  border: none;
}

.webform-confirmation-modal button {
  background: url("../images/cerrar.svg") no-repeat scroll center center transparent;
  text-indent: -9000px;
  width: 34px !important;
  height: 27px !important;
  display: block;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  cursor: pointer;
}

.webform-confirmation-modal button span.ui-button-icon.ui-icon.ui-icon-closethick {
  background-image: none;
}

.webform-confirmation-modal button:hover, .webform-confirmation-modal button:focus {
  border: 0;
  background: url("../images/cerrar.svg") no-repeat scroll center center transparent;
}

.webform-confirmation-modal .webform-confirmation-modal--content {
  padding: 54px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #878787;
}

/* BLOQUE BOLETIN */
.page-node-type-eventos .contenedor .dere form,
.page-node-type-page .contenedor .dere form,
.page-node-type-actividades .contenedor .dere form,
.page-node-type-noticias .contenedor .dere form,
.page-node-type-formacion-crn .contenedor .dere form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fafafa;
  border-radius: 3px;
  padding: 30px 10px 10px;
  margin-top: 30px;
  width: 290px;
}

.page-node-type-eventos .contenedor .dere form .titulo,
.page-node-type-page .contenedor .dere form .titulo,
.page-node-type-actividades .contenedor .dere form .titulo,
.page-node-type-noticias .contenedor .dere form .titulo,
.page-node-type-formacion-crn .contenedor .dere form .titulo {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}

.page-node-type-eventos .contenedor .dere form input[type=email],
.page-node-type-page .contenedor .dere form input[type=email],
.page-node-type-actividades .contenedor .dere form input[type=email],
.page-node-type-noticias .contenedor .dere form input[type=email],
.page-node-type-formacion-crn .contenedor .dere form input[type=email] {
  background-color: #fff;
  padding: 16px 10px;
  margin: 20px 0 30px;
  border: 0;
  color: #878787;
}

.page-node-type-eventos .contenedor .dere form .form-actions .webform-button--submit,
.page-node-type-page .contenedor .dere form .form-actions .webform-button--submit,
.page-node-type-actividades .contenedor .dere form .form-actions .webform-button--submit,
.page-node-type-noticias .contenedor .dere form .form-actions .webform-button--submit,
.page-node-type-formacion-crn .contenedor .dere form .form-actions .webform-button--submit {
  font-family: "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 3px;
  background: #00a95c;
  padding: 14px 0 10px;
  line-height: 19px;
  cursor: pointer;
}

/* LUPA HEADER */
#block-crn-search {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 8;
}

#block-crn-search #search-block-form {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

#block-crn-search #search-block-form .form-search {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #ededf0;
  color: #565656;
  font: 300 20px "Gill Sans", sans-serif;
  outline: medium none;
  padding: 5px 10px;
  width: 100%;
  border: none;
  height: 60px;
  line-height: 50px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

#block-crn-search #search-block-form .icon {
  width: 55px;
  height: 60px;
  background-color: #00AD28;
}

#block-crn-search #search-block-form .icon i.better_search {
  background: url("../images/icono-lupa-blanco.svg") no-repeat scroll center center transparent;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1080px ___________________*/
/* layouts smaller than 768px ___________________*/
@media screen and (max-device-width: 768px), screen and (max-width: 768px) {
  #block-webform-3 form .newsletter-info {
    max-width: 93%;
    left: 3%;
  }
}

/* layouts smaller than 636px ___________________*/
@media screen and (max-device-width: 636px), screen and (max-width: 636px) {
  .webform-confirmation-modal {
    width: 94% !important;
  }
}

/* layouts smaller than 576px ___________________*/
@media screen and (max-device-width: 576px), screen and (max-width: 576px) {
  #block-webform-3 {
    width: 100%;
  }
  #block-webform-3 form .abs-container {
    bottom: 50px;
  }
  #block-webform-3 form .abs-container .sus-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #block-webform-3 form .abs-container .sus-container .botonEnviar {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 15px;
    height: 50px;
    margin-top: 15px;
  }
  #block-webform-3 form .abs-container .sus-container .botonEnviar input {
    padding: 4px 40px 0;
    height: 50px;
    text-align: center;
    width: 100%;
  }
  #block-webform-3 form .newsletter-info .title-m {
    text-align: center;
  }
  #block-webform-3 form .newsletter-info .texto {
    text-align: center;
  }
}

#content-encuesta {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #161616cc;
  z-index: 900;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

#content-encuesta #encuesta {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  position: absolute;
  top: 15%;
  left: 27%;
  z-index: 999;
}

#content-encuesta #encuesta span.cerrarencuesta {
  background: url("../images/cerrar.svg") no-repeat scroll center center transparent;
  text-indent: -9000px;
  width: 34px;
  height: 27px;
  display: block;
  background-size: 100%;
  position: absolute;
  right: 35%;
  top: 20px;
  z-index: 999;
  cursor: pointer;
}

#content-encuesta #encuesta #block-webform-4 {
  width: 66%;
  height: 70vh;
  overflow-y: scroll;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#content-encuesta #encuesta #block-webform-4 form .titulos p {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #878787;
}

#content-encuesta #encuesta #block-webform-4 form .titulos p:first-child {
  font-weight: 500;
  font-size: 22px;
  margin: 24px auto 30px;
  color: #565656;
}

#content-encuesta #encuesta #block-webform-4 form .fieldset-legend {
  font-size: 16px;
  line-height: 18px;
  color: #565656;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

#content-encuesta #encuesta #block-webform-4 form #edit-te-ha-sido-util-la-informacion---wrapper, #content-encuesta #encuesta #block-webform-4 form #edit-como-has-accedido-al-este-portal---wrapper, #content-encuesta #encuesta #block-webform-4 form .form-item-por-favor-comparte-tu-experiencia {
  margin-left: 14%;
}

#content-encuesta #encuesta #block-webform-4 form #edit-te-ha-sido-util-la-informacion---wrapper {
  margin-top: 50px;
}

#content-encuesta #encuesta #block-webform-4 form input[type="radio" i] {
  border: 1px solid #00a95c;
  margin-right: 10px;
}

#content-encuesta #encuesta #block-webform-4 form .form-item {
  margin-bottom: 15px;
}

#content-encuesta #encuesta #block-webform-4 form .form-item label {
  text-transform: initial;
}

#content-encuesta #encuesta #block-webform-4 form .form-item-por-favor-comparte-tu-experiencia label {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #565656;
  display: block;
  margin-bottom: 30px;
  text-transform: initial;
}

#content-encuesta #encuesta #block-webform-4 form .form-item-por-favor-comparte-tu-experiencia textarea {
  color: #878787;
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 146px;
  width: 89%;
  padding: 10px;
}

#content-encuesta #encuesta #block-webform-4 form .botonEncuesta input {
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  margin: 30px auto 10px;
  background: #00a95c;
  border-radius: 3px;
  -o-border-image: none;
     border-image: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Gill Sans", sans-serif;
  text-align: center;
  height: 40px;
  padding: 0 20px;
  cursor: pointer;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1042px ___________________*/
@media screen and (max-device-width: 1042px), screen and (max-width: 1042px) {
  #content-encuesta #encuesta {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    position: absolute;
    top: 15%;
    left: 19%;
    z-index: 999;
  }
}

/* layouts smaller than 577px ___________________*/
@media screen and (max-device-width: 577px), screen and (max-width: 577px) {
  #content-encuesta #encuesta {
    left: 5%;
  }
  #content-encuesta #encuesta span.cerrarencuesta {
    right: 3%;
  }
  #content-encuesta #encuesta #block-webform-4 {
    width: 100%;
  }
  #content-encuesta #encuesta #block-webform-4 form #edit-te-ha-sido-util-la-informacion---wrapper, #content-encuesta #encuesta #block-webform-4 form #edit-como-has-accedido-al-este-portal---wrapper, #content-encuesta #encuesta #block-webform-4 form .form-item-por-favor-comparte-tu-experiencia {
    margin-left: 7%;
  }
}

.boton a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: #00a95c;
  display: inline-block;
  border-radius: 3px;
  padding: 14px 21px 10px;
  color: #fff;
}

.boton a:hover {
  background: #3f8c33;
}

/* PAGINADOR */
.path-search nav[role="navigation"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 40px);
          flex: 1 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.path-search nav[role="navigation"] ul.js-pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F9F9F9;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.path-search nav[role="navigation"] ul.js-pager__items li {
  padding: 8px 13px 6px;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #727272;
}

.path-search nav[role="navigation"] ul.js-pager__items li.is-active {
  background: #727272;
}

.path-search nav[role="navigation"] ul.js-pager__items li.is-active a {
  color: #F9F9F9;
}

/* HOVER BOTONES */
#block-webform-3 form .abs-container .sus-container .botonEnviar input:hover,
.botonEnviar:hover,
.webform-button--submit:hover,
.path-formacion #block-crn-content .flex-container .views-row .noticia-slider .info .enlace-noticia a:hover,
.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .info .leer a:hover,
.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info .leer a:hover,
.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .info .leer a:hover {
  background: #3f8c33 !important;
}

.enlace-acordeon a:hover,
.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .izq a:hover,
.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .dere .info-dere a:hover,
.path-eventos #block-views-block-calendario-de-eventos-block-1 header .ver-eventos:hover {
  background: #d4d4d4 !important;
}

/* HOVER enlaces */
.leer-noticia a:hover,
.leer-formacion a:hover,
.leer-enlace a:hover {
  border-bottom: solid 2px #00a95c;
}

/* layouts smaller than 595px ___________________*/
@media screen and (max-device-width: 595px), screen and (max-width: 595px) {
  .path-search nav[role="navigation"] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(150px - 40px);
            flex: 1 0 calc(150px - 40px);
    max-width: calc(150px - 40px);
  }
  .path-search nav[role="navigation"] ul.js-pager__items {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .path-search nav[role="navigation"] ul.js-pager__items li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100%);
            flex: 1 0 calc(100%);
    max-width: calc(100%);
    padding: 8px 0px 6px;
  }
}

.slick-noticias .slick-list {
  margin-bottom: 50px;
}

.slick-noticias .slick-list .views-row .noticia-slider {
  margin: 0 20px;
}

.slick-noticias .slick-list .views-row .noticia-slider .info {
  background: #fff;
  padding: 20px;
  min-height: 175px;
  position: relative;
}

.slick-noticias .slick-list .views-row .noticia-slider .info .title-noticia {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}

.slick-noticias .slick-list .views-row .noticia-slider .info .texto-formacion {
  color: #878787;
}

.slick-noticias .slick-list .views-row .noticia-slider .info .leer-noticia {
  text-align: right;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.slick-noticias .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 68px;
}

.slick-noticias .slick-dots li button {
  color: transparent;
  font-size: 1px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #00a95c;
  opacity: 0.3;
  border: none;
  margin-right: 10px;
}

.slick-noticias .slick-dots li button:hover {
  cursor: pointer;
}

.slick-noticias .slick-dots li.slick-active button {
  opacity: 1;
}

.slick-noticias .slick-dots li:last-child button {
  margin-right: 0;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 34px 50% 0px;
}

.slick-dots li button {
  color: transparent;
  font-size: 1px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #00a95c;
  opacity: 0.3;
  border: none;
  margin-right: 10px;
}

.slick-dots li button:hover {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li:last-child button {
  margin-right: 0;
}

.path-proyectos-y-actividades .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 50% 60px;
}

.path-proyectos-y-actividades .slick-dots li button {
  color: transparent;
  font-size: 1px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #00a95c;
  opacity: 0.3;
  border: none;
  margin-right: 10px;
}

.path-proyectos-y-actividades .slick-dots li button:hover {
  cursor: pointer;
}

.path-proyectos-y-actividades .slick-dots li.slick-active button {
  opacity: 1;
}

.path-proyectos-y-actividades .slick-dots li:last-child button {
  margin-right: 0;
}

/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .slick-noticias .slick-list .views-row .noticia-slider .info .title-noticia {
    font-size: 16px;
  }
  .slick-noticias .slick-list .views-row .noticia-slider .info .texto-noticia p {
    font-size: 14px;
    line-height: 20px;
  }
  .slick-noticias .slick-list .views-row .noticia-slider .info .leer-noticia a {
    font-size: 14px;
    line-height: 16px;
  }
}

#block-crn-page-title {
  display: none;
}

#block-crn-content .feed-icon {
  display: none;
}

#block-views-block-destacado-home-block-1 {
  margin-bottom: 60px;
}

#block-views-block-destacado-home-block-1 .imagen-destacado {
  height: 700px;
  overflow: hidden;
  position: relative;
}

#block-views-block-destacado-home-block-1 .imagen-destacado::before {
  content: '';
  display: block;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(80%, rgba(255, 255, 255, 0)), to(black));
  background: linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 80%, black 100%);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

#block-views-block-destacado-home-block-1 .imagen-destacado img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
}

#block-views-block-destacado-home-block-1 .imagen-destacado .izq-destacado {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

#block-views-block-destacado-home-block-1 .imagen-destacado .izq-destacado .texto-destacado .title-l {
  margin-bottom: 20px;
  max-width: 900px;
}

#block-views-block-destacado-home-block-1 .imagen-destacado .izq-destacado .texto-destacado .subtitle {
  margin-bottom: 41px;
}

#block-views-block-video-home-block-1 {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 60px;
}

#block-views-block-video-home-block-1 .title-text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 auto 10px;
  max-width: 780px;
}

#block-views-block-video-home-block-1 .title-text:last-child {
  margin: 0 auto 60px;
}

#block-views-block-video-home-block-1 .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}

#block-views-block-video-home-block-1 .views-row .title-m {
  margin-bottom: 40px;
}

#block-views-block-video-home-block-1 .views-row .views-field-nothing {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(41.7% - 40px);
          flex: 1 0 calc(41.7% - 40px);
  max-width: calc(41.7% - 40px);
  margin-left: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#block-views-block-video-home-block-1 .views-row .views-field-nothing .title-m {
  max-width: 384px;
}

#block-views-block-video-home-block-1 .views-row .views-field-field-iframe-video {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(58.3% - 40px);
          flex: 1 0 calc(58.3% - 40px);
  max-width: calc(58.3% - 40px);
  margin-left: 40px;
}

#block-views-block-video-home-block-1 .views-row .views-field-field-iframe-video p {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  display: block;
  margin-bottom: 0;
}

#block-views-block-video-home-block-1 .views-row .views-field-field-iframe-video p video[poster] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#block-logoshome {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 70px;
}

#block-logoshome .logos-home-container .logos-home-1, #block-logoshome .logos-home-container .logos-home-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#block-logoshome .logos-home-container .logos-home-1 .logo, #block-logoshome .logos-home-container .logos-home-2 .logo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #00a95c;
  border-radius: 5px;
  width: 180px;
  height: 70px;
  padding: 10px;
  margin-right: 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#block-logoshome .logos-home-container .logos-home-1 .logo img, #block-logoshome .logos-home-container .logos-home-2 .logo img {
  width: auto;
}

#block-logoshome .logos-home-container .logos-home-1 .logo:last-child, #block-logoshome .logos-home-container .logos-home-2 .logo:last-child {
  margin-right: 0;
}

#block-logoshome .logos-home-container .logos-home-2 .logo {
  margin-bottom: 0;
}

#block-logoshome .logos-home-container-mobile {
  display: none;
}

#block-logoshome .logos-home-container-mobile .logo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #00a95c;
  border-radius: 5px;
  width: 180px;
  height: 70px;
  padding: 10px;
  margin-right: 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#block-logoshome .logos-home-container-mobile .logo img {
  width: auto;
}

#block-logoshome .logos-home-container-mobile .logo:last-child {
  margin-right: 0;
}

#block-views-block-noticias-crn-block-1 {
  background: #ededf0;
  margin-bottom: 70px;
}

#block-views-block-noticias-crn-block-1 header {
  padding-top: 40px;
  margin-bottom: 60px;
}

#block-views-block-noticias-crn-block-1 header .title-m {
  margin-bottom: 21px;
}

#block-views-block-noticias-crn-block-1 header .subtitle {
  color: #878787;
}

#block-views-block-noticias-crn-block-1 .container-noticias {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

#block-views-block-noticias-crn-block-2 {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 80px;
}

#block-views-block-noticias-crn-block-2 header {
  margin-bottom: 80px;
}

#block-views-block-noticias-crn-block-2 header .title-m {
  margin-bottom: 21px;
}

#block-views-block-noticias-crn-block-2 header .subtitle {
  color: #878787;
  margin-bottom: 10px;
}

#block-views-block-noticias-crn-block-2 .container-formacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}

#block-views-block-noticias-crn-block-2 .container-formacion .views-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.333% - 40px);
          flex: 1 0 calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
  margin-left: 40px;
}

#block-views-block-noticias-crn-block-2 .container-formacion .views-row .views-field-nothing {
  height: 100%;
}

#block-views-block-noticias-crn-block-2 .container-formacion .views-row .views-field-nothing .imagen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#block-views-block-noticias-crn-block-2 .container-formacion .views-row .views-field-nothing .formacion {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#block-views-block-noticias-crn-block-2 .container-formacion .views-row .views-field-nothing .formacion .info {
  background: #fafafa;
  padding: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#block-views-block-noticias-crn-block-2 .container-formacion .views-row .views-field-nothing .formacion .info .title-formacion {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 11px;
}

#block-views-block-noticias-crn-block-2 .container-formacion .views-row .views-field-nothing .formacion .info .texto-formacion {
  color: #878787;
}

#block-views-block-noticias-crn-block-2 .container-formacion .views-row .views-field-nothing .formacion .info .leer-formacion {
  text-align: right;
  font-weight: 500;
  line-height: 1;
  margin-top: auto;
}

#block-views-block-enlaces-de-interes-block-1 {
  max-width: 1060px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 80px;
}

#block-views-block-enlaces-de-interes-block-1 header {
  margin-bottom: 60px;
}

#block-views-block-enlaces-de-interes-block-1 header .title-m {
  margin-bottom: 21px;
}

#block-views-block-enlaces-de-interes-block-1 header .subtitle {
  color: #878787;
  margin-bottom: 10px;
}

#block-views-block-enlaces-de-interes-block-1 .enlaces-interes-container .views-row .enlace-interes {
  background: rgba(0, 168, 90, 0.1);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}

#block-views-block-enlaces-de-interes-block-1 .enlaces-interes-container .views-row .enlace-interes .enlace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#block-views-block-enlaces-de-interes-block-1 .enlaces-interes-container .views-row .enlace-interes .enlace .imagen {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 209px;
  margin-right: 30px;
}

#block-views-block-enlaces-de-interes-block-1 .enlaces-interes-container .views-row .enlace-interes .enlace .imagen img {
  border-radius: 4px;
}

#block-views-block-enlaces-de-interes-block-1 .enlaces-interes-container .views-row .enlace-interes .enlace .info .title-enlace {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 11px;
}

#block-views-block-enlaces-de-interes-block-1 .enlaces-interes-container .views-row .enlace-interes .enlace .info .leer-enlace {
  font-size: 14px;
  text-align: right;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 7px;
  bottom: 3px;
}

#block-webform #webform-submission-contacta-add-form {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 80px;
}

#block-webform #webform-submission-contacta-add-form label {
  font-size: 16px;
  line-height: 1;
  text-transform: unset;
  color: #878787;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -40px;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(41.667% - 40px);
          flex: 1 0 calc(41.667% - 40px);
  max-width: calc(41.667% - 40px);
  margin-left: 40px;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 .webform-flex--container {
  margin: 0;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 .webform-flex--container #edit-foto-container {
  margin: 0;
  background: url("../images/contacto.png") no-repeat scroll center center;
  width: 100%;
  height: 486px;
  border-radius: 3px;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 .webform-flex--container #edit-foto-container iframe {
  display: none;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(58.333% - 40px);
          flex: 1 0 calc(58.333% - 40px);
  max-width: calc(58.333% - 40px);
  margin-left: 40px;
  background: #fafafa;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 25px 20px 20px;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3::before {
  content: 'Contacta';
  display: block;
  color: #565656;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 > .webform-flex--container::before {
  content: 'Deja tus datos para contactar';
  display: block;
  color: #878787;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 48px;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container {
  margin: 0;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container {
  margin: 0;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos {
  margin: 0 0 0 -50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos .webform-flex--6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 50px);
          flex: 1 0 calc(50% - 50px);
  max-width: calc(50% - 50px);
  margin-left: 50px;
  margin-bottom: 30px;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos .webform-flex--6 .webform-flex--container {
  margin: 0;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--5 .webform-flex--container {
  margin: 0;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--5 .webform-flex--container .form-item-nota {
  margin-bottom: 50px;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--5 .webform-flex--container .form-item-nota textarea {
  background: transparent;
  resize: none;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  height: 100px;
  width: 100%;
}

#block-webform #webform-submission-contacta-add-form #edit-contacto-container .form-actions .webform-button--submit {
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 3px;
  background: #00a95c;
  padding: 14px 0 10px;
  cursor: pointer;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1200px ___________________*/
/* layouts smaller than 814px ___________________*/
@media screen and (max-device-width: 814px), screen and (max-width: 814px) {
  #block-views-block-video-home-block-1 .views-row {
    /*  flex-direction: column-reverse; */
  }
  #block-views-block-video-home-block-1 .views-row .views-field-nothing {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 40px);
            flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-bottom: 30px;
  }
  #block-views-block-video-home-block-1 .views-row .views-field-field-iframe-video {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 40px);
            flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

/* layouts smaller than 768px ___________________*/
@media screen and (max-device-width: 768px), screen and (max-width: 768px) {
  #block-webform #webform-submission-contacta-add-form {
    width: 100%;
  }
  #block-webform #webform-submission-contacta-add-form #edit-contacto-container {
    margin: 0;
  }
  #block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
  #block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
}

/* layouts smaller than 767px ___________________*/
@media screen and (max-device-width: 767px), screen and (max-width: 767px) {
  #block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  #block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  #block-webform #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos .webform-flex--6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

/* layouts smaller than 735px ___________________*/
@media screen and (max-device-width: 735px), screen and (max-width: 735px) {
  #block-views-block-noticias-crn-block-2 .container-formacion .views-row .views-field-nothing .formacion .info {
    min-height: 145px;
  }
}

/* layouts smaller than 733px ___________________*/
@media screen and (max-device-width: 733px), screen and (max-width: 733px) {
  #block-logoshome .logos-home-container {
    display: none;
  }
  #block-logoshome .logos-home-container-mobile {
    display: block;
  }
}

/* layouts smaller than 636px ___________________*/
@media screen and (max-device-width: 636px), screen and (max-width: 636px) {
  #block-views-block-enlaces-de-interes-block-1 .enlaces-interes-container .views-row .enlace-interes .enlace {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #block-views-block-enlaces-de-interes-block-1 .enlaces-interes-container .views-row .enlace-interes .enlace .imagen {
    width: 100%;
    margin-bottom: 21px;
  }
  #block-views-block-enlaces-de-interes-block-1 .enlaces-interes-container .views-row .enlace-interes .enlace .info .texto-enlace {
    margin-bottom: 50px;
  }
}

/* layouts smaller than 576px ___________________*/
/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  #block-views-block-destacado-home-block-1 {
    margin-bottom: 40px;
  }
  #block-views-block-destacado-home-block-1 .imagen-destacado {
    height: 500px;
  }
  #block-views-block-destacado-home-block-1 .imagen-destacado img {
    height: 500px;
  }
  #block-views-block-destacado-home-block-1 .imagen-destacado .izq-destacado {
    height: 500px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #block-views-block-destacado-home-block-1 .imagen-destacado .izq-destacado .texto-destacado .subtitle {
    margin-bottom: 108px;
  }
  #block-views-block-destacado-home-block-1 .imagen-destacado .izq-destacado .texto-destacado .boton {
    margin-bottom: 45px;
    width: 100%;
    text-align: center;
  }
  #block-views-block-destacado-home-block-1 .imagen-destacado .izq-destacado .texto-destacado .boton a {
    width: 90%;
  }
  #block-views-block-video-home-block-1 .title-text {
    font-size: 16px;
  }
  #block-views-block-video-home-block-1 .views-row .views-field-nothing .title-m {
    max-width: 335px;
  }
  #block-views-block-noticias-crn-block-1 header {
    margin-bottom: 20px;
  }
  #block-views-block-noticias-crn-block-1 header .subtitle {
    font-size: 18px;
  }
  #block-views-block-enlaces-de-interes-block-1 .enlaces-interes-container .views-row .enlace-interes .enlace .info .title-enlace {
    font-size: 16px;
  }
}

.path-prensa #block-crn-content, .path-noticias #block-crn-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 100px;
}

.path-prensa #block-crn-content .flex-container header, .path-noticias #block-crn-content .flex-container header {
  text-align: center;
  margin: 0 auto 60px;
}

.path-prensa #block-crn-content .flex-container header .titulo, .path-noticias #block-crn-content .flex-container header .titulo {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}

.path-prensa #block-crn-content .flex-container .container-destacadas, .path-noticias #block-crn-content .flex-container .container-destacadas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}

.path-prensa #block-crn-content .flex-container .container-destacadas .views-row, .path-noticias #block-crn-content .flex-container .container-destacadas .views-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.333% - 40px);
          flex: 1 0 calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
  margin: 0 0 40px 40px;
}

.path-prensa #block-crn-content .flex-container .container-destacadas .views-row .prensa .info, .path-noticias #block-crn-content .flex-container .container-destacadas .views-row .prensa .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
}

.path-prensa #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .title-formacion, .path-noticias #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .title-formacion {
  margin-bottom: 15px;
}

.path-prensa #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .title-formacion a, .path-noticias #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .title-formacion a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.path-prensa #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .texto-formacion, .path-noticias #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .texto-formacion {
  margin-bottom: 21px;
  max-height: 82px;
  overflow: hidden;
}

.path-prensa #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .texto-formacion p, .path-noticias #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .texto-formacion p {
  font-size: 16px;
  line-height: 20px;
}

.path-prensa #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .leer-formacion, .path-noticias #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .leer-formacion {
  margin-bottom: 20px;
  text-align: right;
}

.path-prensa #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .leer-formacion a, .path-noticias #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .leer-formacion a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.path-noticias #block-crn-content .flex-container .views-row .prensa .info {
  background: #fafafa;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 878px ___________________*/
@media screen and (max-device-width: 878px), screen and (max-width: 878px) {
  .path-prensa #block-crn-content .flex-container .container-destacadas .views-row, .path-noticias #block-crn-content .flex-container .container-destacadas .views-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 40px);
            flex: 1 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}

/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .path-prensa #block-crn-content .flex-container header .titulo, .path-noticias #block-crn-content .flex-container header .titulo {
    font-size: 24px;
  }
  .path-prensa #block-crn-content .flex-container footer .estudio .title, .path-noticias #block-crn-content .flex-container footer .estudio .title {
    font-size: 24px;
  }
}

.path-actividades #block-crn-content, .path-eventos #block-crn-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 80px;
}

.path-actividades #block-crn-content .flex-container header, .path-eventos #block-crn-content .flex-container header {
  text-align: center;
  margin: 0 auto 60px;
}

.path-actividades #block-crn-content .flex-container header .titulo, .path-eventos #block-crn-content .flex-container header .titulo {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}

.path-actividades #block-crn-content .flex-container .container-destacadas, .path-eventos #block-crn-content .flex-container .container-destacadas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}

.path-actividades #block-crn-content .flex-container .container-destacadas .views-row, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(25% - 40px);
          flex: 1 0 calc(25% - 40px);
  max-width: calc(25% - 40px);
  margin: 0 0 70px 40px;
}

.path-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info, .path-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .actividades .info, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .prensa .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fafafa;
  padding: 15px 15px 10px;
}

.path-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .title-formacion, .path-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .title-formacion, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .title-formacion, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .title-formacion {
  margin-bottom: 15px;
}

.path-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .title-formacion a, .path-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .title-formacion a, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .title-formacion a, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .title-formacion a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.path-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .texto-formacion, .path-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .texto-formacion, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .texto-formacion, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .texto-formacion {
  margin-bottom: 21px;
}

.path-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .texto-formacion p, .path-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .texto-formacion p, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .texto-formacion p, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .texto-formacion p {
  font-size: 16px;
  line-height: 20px;
}

.path-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .leer-formacion, .path-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .leer-formacion, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .leer-formacion, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .leer-formacion {
  text-align: right;
}

.path-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .leer-formacion a, .path-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .leer-formacion a, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .leer-formacion a, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .leer-formacion a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 {
  max-width: 1060px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 60px;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 header {
  text-align: center;
  margin: 0 auto 15px;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 header .titulo {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 header .ver-eventos-calendario {
  background: url("../images/calendario.svg") no-repeat scroll center center transparent;
  text-indent: -9000px;
  width: 60px;
  height: 60px;
  display: block;
  background-size: 100%;
  margin: 18px auto;
  cursor: pointer;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 header .ver-eventos {
  background: #fafafa;
  border-radius: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 0 auto 15px;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #565656;
  cursor: pointer;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 header .ver-eventos a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #565656;
  cursor: pointer;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar {
  display: none;
  margin-bottom: 60px;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table thead {
  display: none;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table tbody td.past-month, .path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table tbody td.future-month {
  background: #fff !important;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table tbody td.today {
  border-right: 2px solid #11ABEC;
  border-left: 2px solid #11ABEC;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table tbody td.date-box.today {
  border-color: #11ABEC;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table tbody td[headers="Sábado"], .path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table tbody td[headers="Viernes"] {
  background-color: #0029ff0d;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table tbody td[headers="Sábado"] .month.day, .path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table tbody td[headers="Viernes"] .month.day {
  color: #11ABEC;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table tbody td[headers="Sábado"].past-month, .path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view table tbody td[headers="Viernes"].past-month {
  background: #0029ff0d !important;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar div.day {
  float: left;
  padding: 7px;
  color: #312F2F;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view .full td.single-day div.monthview, .path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .week-view .full td.single-day div.weekview, .path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .day-view .full td.single-day div.dayview {
  height: 46px;
  border-radius: 2.711px;
  background: #bdb7b770;
  -webkit-box-shadow: 0px 0.94643px 5.67857px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0.94643px 5.67857px rgba(0, 0, 0, 0.15);
  border-left: solid 4px #11ABEC;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view .full td.single-day div.monthview a, .path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .week-view .full td.single-day div.weekview a, .path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .day-view .full td.single-day div.dayview a {
  color: #013A51;
}

.path-eventos #block-views-block-calendario-de-eventos-block-1 .calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #11ABEC;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1097px ___________________*/
@media screen and (max-device-width: 1097px), screen and (max-width: 1097px) {
  .path-actividades #block-crn-content .flex-container .container-destacadas .views-row, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33% - 40px);
            flex: 1 0 calc(33% - 40px);
    max-width: calc(33% - 40px);
  }
}

/* layouts smaller than 878px ___________________*/
@media screen and (max-device-width: 878px), screen and (max-width: 878px) {
  .path-actividades #block-crn-content .flex-container .container-destacadas .views-row, .path-eventos #block-crn-content .flex-container .container-destacadas .views-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 40px);
            flex: 1 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}

/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .path-actividades #block-crn-content .flex-container header .titulo, .path-eventos #block-crn-content .flex-container header .titulo {
    font-size: 24px;
  }
  .path-actividades #block-crn-content .flex-container footer .estudio .title, .path-eventos #block-crn-content .flex-container footer .estudio .title {
    font-size: 24px;
  }
}

.path-galeria #block-crn-content {
  max-width: 1060px;
  margin: 0 auto;
  width: 90%;
}

.path-galeria #block-crn-content header {
  text-align: center;
  margin: 0 0 50px 40px;
}

.path-galeria #block-crn-content header .titulo {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}

.path-galeria #block-crn-content .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: 10px;
}

.path-galeria #block-crn-content .views-infinite-scroll-content-wrapper .views-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 40px);
          flex: 1 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
  margin: 0 0 40px 40px;
}

.path-galeria #block-views-block-galeria-videos-block-1 {
  max-width: 1060px;
  margin: 0 auto;
  width: 90%;
}

.path-galeria #block-views-block-galeria-videos-block-1 header {
  text-align: center;
  margin: 81px 0 50px 40px;
}

.path-galeria #block-views-block-galeria-videos-block-1 header .titulo {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}

.path-galeria #block-views-block-galeria-videos-block-1 .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: 10px;
}

.path-galeria #block-views-block-galeria-videos-block-1 .views-infinite-scroll-content-wrapper .views-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 40px);
          flex: 1 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
  margin: 0 0 40px 40px;
}

.path-galeria #block-views-block-galeria-videos-block-1 .views-infinite-scroll-content-wrapper .views-row .views-field-field-video {
  position: relative;
}

.path-galeria #block-views-block-galeria-videos-block-1 .views-infinite-scroll-content-wrapper .views-row .views-field-field-video::before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url(../images/icono-play.png) no-repeat scroll center center;
  background-size: cover;
}

.path-galeria ul.js-pager__items.pager {
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.path-galeria ul.js-pager__items.pager:last-child {
  margin-bottom: 70px;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1200px ___________________*/
/* layouts smaller than 768px ___________________*/
/* layouts smaller than 576px ___________________*/
@media screen and (max-device-width: 576px), screen and (max-width: 576px) {
  .path-galeria #block-crn-content header {
    margin: 0 auto 20px;
    font-size: 24px;
  }
  .path-galeria #block-crn-content .views-infinite-scroll-content-wrapper .views-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 40px);
            flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .path-galeria #block-views-block-galeria-videos-block-1 .views-infinite-scroll-content-wrapper .views-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 40px);
            flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .path-galeria #block-crn-content header {
    font-size: 24px;
  }
  .path-galeria .path-galeria #block-views-block-galeria-videos-block-1 header .titulo {
    font-size: 24px;
  }
}

.path-proyectos-y-actividades #block-crn-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 80px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container header {
  text-align: center;
  margin: 0 auto 60px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container header .titulo {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(25% - 40px);
          flex: 1 0 calc(25% - 40px);
  max-width: calc(25% - 40px);
  margin: 0 0 70px 40px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info, .path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fafafa;
  padding: 15px 15px 10px;
  overflow: hidden;
  min-height: 190px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .title-formacion, .path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .title-formacion {
  margin-bottom: 15px;
  max-height: 18px;
  overflow: hidden;
}

.path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .title-formacion a, .path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .title-formacion a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .texto-formacion, .path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .texto-formacion {
  margin-bottom: 21px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .texto-formacion p, .path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .texto-formacion p {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  max-height: 121px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .leer-formacion, .path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .leer-formacion {
  text-align: right;
}

.path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .actividades .info .leer-formacion a, .path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row .prensa .info .leer-formacion a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 70px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .imagen, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .imagen, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .imagen {
  max-width: 372px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .info, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .info {
  width: 52%;
  position: absolute;
  bottom: 0;
  left: 26%;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .info .title, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info .title, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .info .title {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 220px;
  background-color: #00AD28;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding: 13px 0px;
  text-transform: uppercase;
  text-align: center;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .info .texto, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info .texto, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .info .texto {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 21px 53px 65px 22px;
  background: #A5A5A5;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  height: 216px;
  position: relative;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .info .leer a, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info .leer a, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .info .leer a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #00AD28;
  padding: 11px 30px;
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: -11px;
  color: #fff;
  font-weight: 500;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info {
  left: 23%;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio {
  max-width: 1060px;
  margin: 0 auto;
  width: 90%;
  background-color: #0284C0;
  padding: 20px 30px 20px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .title {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  max-width: 572px;
  margin-bottom: 20px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .info {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  max-width: 341px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .botones a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  color: #0284C0;
  background-color: #fff;
  outline: none;
  border-radius: 3px;
  padding: 12px 15px;
  margin-right: 20px;
  width: 180px;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .botones a:last-child {
  margin-right: 0;
}

.path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio::after {
  content: '';
  display: block;
  background: url("../images/icono-archivos.svg") no-repeat scroll center center;
  width: 77px;
  height: 90px;
  position: absolute;
  left: 87%;
  top: 17%;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1162px ___________________*/
@media screen and (max-device-width: 1162px), screen and (max-width: 1162px) {
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .info, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .info {
    width: 60%;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info {
    left: 17%;
  }
}

/* layouts smaller than 1097px ___________________*/
@media screen and (max-device-width: 1097px), screen and (max-width: 1097px) {
  .path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33% - 40px);
            flex: 1 0 calc(33% - 40px);
    max-width: calc(33% - 40px);
  }
}

/* layouts smaller than 927px ___________________*/
@media screen and (max-device-width: 927px), screen and (max-width: 927px) {
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .info, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .info {
    width: 70%;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info {
    left: 10%;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .botones {
    margin-top: 20px;
  }
}

/* layouts smaller than 878px ___________________*/
@media screen and (max-device-width: 878px), screen and (max-width: 878px) {
  .path-proyectos-y-actividades #block-crn-content .flex-container .container-destacadas .views-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 40px);
            flex: 1 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}

/* layouts smaller than 770px ___________________*/
@media screen and (max-device-width: 770px), screen and (max-width: 770px) {
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias {
    margin-bottom: 18%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .imagen, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .imagen, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .imagen {
    max-width: 100%;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .info, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .info {
    width: 100%;
    left: 0%;
    position: relative;
    margin-top: -53px;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .info .texto, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info .texto, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .info .texto {
    height: auto;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-eventos .info .leer a, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info .leer a, .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-noticias .info .leer a {
    right: 15px;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .bloque-actividades .info {
    left: 0%;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio {
    text-align: center;
    padding: 30px 30px 50px 20px;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .title {
    max-width: 100%;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .info {
    max-width: 80%;
    margin: 0 auto 190px;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .botones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .botones a {
    margin: 0 auto;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .botones a:last-child {
    margin: 30px auto 0;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio::after {
    content: '';
    left: 43%;
    top: 45%;
  }
}

/* layouts smaller than 505px ___________________*/
@media screen and (max-device-width: 505px), screen and (max-width: 505px) {
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio::after {
    content: '';
    top: 52%;
    left: 39%;
  }
}

/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .path-proyectos-y-actividades #block-crn-content .flex-container header .titulo {
    font-size: 24px;
  }
  .path-proyectos-y-actividades #block-crn-content .flex-container footer .estudio .title {
    font-size: 24px;
  }
}

.path-formacion #block-crn-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 80px;
}

.path-formacion #block-crn-content .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}

.path-formacion #block-crn-content .flex-container header {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 40px);
          flex: 1 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  margin: 0 0 138px 40px;
}

.path-formacion #block-crn-content .flex-container header .titulo {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

.path-formacion #block-crn-content .flex-container header .info {
  font-size: 20px;
  line-height: 24px;
}

.path-formacion #block-crn-content .flex-container .views-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.333% - 40px);
          flex: 1 0 calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
  margin: 0 0 70px 40px;
}

.path-formacion #block-crn-content .flex-container .views-row .noticia-slider .imagen img {
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.path-formacion #block-crn-content .flex-container .views-row .noticia-slider .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fafafa;
  padding: 20px 20px 30px;
}

.path-formacion #block-crn-content .flex-container .views-row .noticia-slider .info .title-noticia {
  margin-bottom: 20px;
}

.path-formacion #block-crn-content .flex-container .views-row .noticia-slider .info .title-noticia a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.path-formacion #block-crn-content .flex-container .views-row .noticia-slider .info .destinatarios {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #878787;
}

.path-formacion #block-crn-content .flex-container .views-row .noticia-slider .info .texto-noticia {
  margin-bottom: 26px;
  /*   max-height: 198px;
              overflow: hidden; */
}

.path-formacion #block-crn-content .flex-container .views-row .noticia-slider .info .texto-noticia h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 13px;
}

.path-formacion #block-crn-content .flex-container .views-row .noticia-slider .info .texto-noticia p {
  font-size: 14px;
  line-height: 20px;
  max-height: 182px;
}

.path-formacion #block-crn-content .flex-container .views-row .noticia-slider .info .enlace-noticia a {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  background-color: #00a95c;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  display: block;
  padding: 14px 0px 10px;
  border-radius: 3px;
  font-weight: 400;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 80px;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form label {
  font-size: 16px;
  line-height: 1;
  text-transform: unset;
  color: #878787;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -40px;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(41.667% - 40px);
          flex: 1 0 calc(41.667% - 40px);
  max-width: calc(41.667% - 40px);
  margin-left: 40px;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--2 .webform-flex--container {
  margin: 0;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--2 .webform-flex--container #edit-foto-container {
  margin: 0;
  background: url("../images/cursos-formulario.png") no-repeat scroll center center;
  width: 100%;
  height: 486px;
  border-radius: 3px;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(58.333% - 40px);
          flex: 1 0 calc(58.333% - 40px);
  max-width: calc(58.333% - 40px);
  margin-left: 40px;
  background: #fafafa;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 25px 20px 20px;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3::before {
  content: 'Solicitud de cursos';
  display: block;
  color: #565656;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 > .webform-flex--container::before {
  content: 'Escribe tus datos para recibir información';
  display: block;
  color: #878787;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 48px;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container {
  margin: 0;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container {
  margin: 0;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos {
  margin: 0 0 0 -50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos .webform-flex--6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 50px);
          flex: 1 0 calc(50% - 50px);
  max-width: calc(50% - 50px);
  margin-left: 50px;
  margin-bottom: 30px;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos .webform-flex--6 .webform-flex--container {
  margin: 0;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--5 .webform-flex--container {
  margin: 0;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--5 .webform-flex--container .form-item-nota {
  margin-bottom: 50px;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--5 .webform-flex--container .form-item-nota textarea {
  background: transparent;
  resize: none;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  height: 100px;
  width: 100%;
}

.path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .botonEnviar input {
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 3px;
  background: #00a95c;
  padding: 14px 0 10px;
  cursor: pointer;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja {
  margin: 50px 0 0;
  background: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px 30px 30px 40px;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .izq {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .izq p.titulo {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .izq ul {
  margin-left: 11px;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .izq ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  position: relative;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .izq ul li::before {
  content: ".";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  top: -5px;
  left: -12px;
  font-size: 31px;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .izq a {
  background-color: #fff;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0;
  display: block;
  border: 1px solid #EDEDF0;
  border-radius: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .dere {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 480px;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .dere .info-dere {
  margin: 0 0 30px 21px;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .dere .info-dere p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .dere .info-dere a {
  background-color: #fff;
  padding: 16px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0;
  display: inline-block;
  border: 1px solid #EDEDF0;
  border-radius: 10px;
  width: 195px;
  text-align: center;
  margin-right: 3%;
}

.path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .dere img {
  border-radius: 4px;
  max-height: 250px;
}

.path-formacion #block-formacionservicioextremenopublicodeempleo .formacion-info {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  margin: 48px auto 80px;
}

.path-formacion #block-formacionservicioextremenopublicodeempleo .formacion-info h3 {
  font-size: 30px;
  line-height: 36px;
  max-width: 455px;
  margin: 0 auto 20px;
}

.path-formacion #block-formacionservicioextremenopublicodeempleo .formacion-info p {
  max-width: 600px;
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto 40px;
}

.path-formacion #block-accionesformativas {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 70px;
}

.path-formacion #block-accionesformativas h3 {
  font-size: 30px;
  line-height: 36px;
  max-width: 600px;
  max-width: 593px;
  margin: 0 auto 40px;
  text-align: center;
}

.path-formacion #block-accionesformativas .caja {
  background: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
}

.path-formacion #block-accionesformativas .caja .info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -40px;
}

.path-formacion #block-accionesformativas .caja .info-flex .izq {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 40px);
          flex: 1 0 calc(50% - 40px);
  margin-left: 40px;
}

.path-formacion #block-accionesformativas .caja .info-flex .izq .caja-blanca {
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  padding: 30px;
}

.path-formacion #block-accionesformativas .caja .info-flex .izq .caja-blanca p.titulo {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.path-formacion #block-accionesformativas .caja .info-flex .izq .caja-blanca p {
  font-size: 16px;
  line-height: 24px;
}

.path-formacion #block-accionesformativas .caja .info-flex .dere {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 40px);
          flex: 1 0 calc(50% - 40px);
  margin-left: 40px;
}

.path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca {
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca p.titulo {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca .boton {
  position: absolute;
  width: 101px;
  text-align: center;
}

.path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca .boton.centrado {
  right: 20px;
  top: 23%;
}

.path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca .boton.abajo {
  right: 20px;
}

.path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca:last-child {
  margin-bottom: 0;
}

.path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca:last-child p.titulo {
  width: 81%;
}

.path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca:first-child {
  padding: 30px 30px 60px;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1200px ___________________*/
@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
  .path-formacion #block-crn-content .flex-container .views-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 40px);
            flex: 1 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}

/* layouts smaller than 1065px ___________________*/
@media screen and (max-device-width: 1065px), screen and (max-width: 1065px) {
  .path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 34%;
            flex: 1 0 34%;
  }
}

/* layouts smaller than 929px ___________________*/
@media screen and (max-device-width: 929px), screen and (max-width: 929px) {
  .path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .dere .info-dere a {
    margin: 20px 0 0;
  }
}

/* layouts smaller than 768px ___________________*/
@media screen and (max-device-width: 768px), screen and (max-width: 768px) {
  .path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca .boton.centrado {
    right: 0px;
  }
  .path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca .boton.abajo {
    right: 0px;
  }
  .path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca:last-child p.titulo {
    width: 68%;
  }
}

/* layouts smaller than 767px ___________________*/
@media screen and (max-device-width: 767px), screen and (max-width: 767px) {
  .path-formacion #block-webform-2 {
    width: 100%;
  }
  .path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form {
    width: 100%;
  }
  .path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container {
    margin: 0;
  }
  .path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos .webform-flex--6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3::before {
    content: 'Solicitud de cursos';
    text-align: center;
  }
  .path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3 > .webform-flex--container::before {
    content: 'Escribe tus datos para recibir información';
    text-align: center;
  }
  .path-formacion #block-accionesformativas {
    width: 100%;
  }
  .path-formacion #block-accionesformativas .caja .info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .path-formacion #block-accionesformativas .caja .info-flex .dere {
    margin-top: 15px;
  }
}

/* layouts smaller than 700px ___________________*/
@media screen and (max-device-width: 700px), screen and (max-width: 700px) {
  .path-formacion #block-crn-content {
    margin: 0 auto 40px;
  }
  .path-formacion #block-crn-content .flex-container header {
    margin: 0 0 40px 40px;
  }
  .path-formacion #block-crn-content .flex-container .views-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 40px);
            flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .path-formacion #block-crn-content .flex-container .views-row .noticia-slider .info .enlace-noticia a {
    width: 100%;
  }
  .path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura {
    width: 100%;
  }
  .path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .center {
    width: 90%;
    margin: 0 auto;
  }
  .path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .dere {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .path-formacion #block-escuelasuperiordehosteleriayagroturismodeextremadura .caja .info-flex .dere .info-dere {
    margin: 0 0 30px 0px;
  }
  .path-formacion #block-accionesformativas h3 {
    max-width: 85%;
  }
  .path-formacion #block-formacionservicioextremenopublicodeempleo .formacion-info .boton a {
    width: 90%;
  }
}

/* layouts smaller than 576px ___________________*/
@media screen and (max-device-width: 576px), screen and (max-width: 576px) {
  .path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .form-actions #edit-actions-submit {
    width: 95%;
  }
  .path-formacion #block-accionesformativas {
    text-align: center;
  }
  .path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca {
    padding: 30px 30px 100px;
    text-align: center;
  }
  .path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca .boton {
    width: 100%;
  }
  .path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca .boton a {
    width: 80%;
  }
  .path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca .boton.centrado {
    top: 65%;
  }
  .path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca .boton.abajo {
    bottom: 11px;
  }
  .path-formacion #block-accionesformativas .caja .info-flex .dere .caja-blanca:last-child p.titulo {
    width: 90%;
    margin: auto;
  }
}

/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .path-formacion #block-crn-content .flex-container header .titulo {
    font-size: 24px;
    line-height: 29px;
  }
  .path-formacion #block-formacionservicioextremenopublicodeempleo .formacion-info h3 {
    font-size: 24px;
  }
  .path-formacion #block-webform-2 #webform-submission-solicitud-de-cursos-add-form #edit-contacto-container .webform-flex--3::before {
    font-size: 24px;
  }
  .path-formacion #block-accionesformativas h3 {
    font-size: 24px;
  }
}

.page-node-type-formacion-crn .cabecera, .page-node-type-actividades .cabecera, .page-node-type-prensa .cabecera, .page-node-type-noticias .cabecera, .page-node-type-eventos .cabecera {
  margin-bottom: 50px;
  height: 550px;
  overflow: hidden;
  position: relative;
}

.page-node-type-formacion-crn .cabecera::before, .page-node-type-actividades .cabecera::before, .page-node-type-prensa .cabecera::before, .page-node-type-noticias .cabecera::before, .page-node-type-eventos .cabecera::before {
  content: '';
  display: block;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(80%, rgba(255, 255, 255, 0)), to(black));
  background: linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 80%, black 100%);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.page-node-type-formacion-crn .cabecera img, .page-node-type-actividades .cabecera img, .page-node-type-prensa .cabecera img, .page-node-type-noticias .cabecera img, .page-node-type-eventos .cabecera img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 550px;
}

.page-node-type-formacion-crn .cabecera .izq-destacado, .page-node-type-actividades .cabecera .izq-destacado, .page-node-type-prensa .cabecera .izq-destacado, .page-node-type-noticias .cabecera .izq-destacado, .page-node-type-eventos .cabecera .izq-destacado {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.page-node-type-formacion-crn .cabecera .izq-destacado .info-destacado, .page-node-type-actividades .cabecera .izq-destacado .info-destacado, .page-node-type-prensa .cabecera .izq-destacado .info-destacado, .page-node-type-noticias .cabecera .izq-destacado .info-destacado, .page-node-type-eventos .cabecera .izq-destacado .info-destacado {
  margin-top: 157px;
}

.page-node-type-formacion-crn .cabecera .izq-destacado .info-destacado div:nth-child(1), .page-node-type-actividades .cabecera .izq-destacado .info-destacado div:nth-child(1), .page-node-type-prensa .cabecera .izq-destacado .info-destacado div:nth-child(1), .page-node-type-noticias .cabecera .izq-destacado .info-destacado div:nth-child(1), .page-node-type-eventos .cabecera .izq-destacado .info-destacado div:nth-child(1) {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  max-width: 494px;
  margin-bottom: 31px;
  line-height: 46px;
}

.page-node-type-formacion-crn .cabecera .izq-destacado .info-destacado div:nth-child(2), .page-node-type-actividades .cabecera .izq-destacado .info-destacado div:nth-child(2), .page-node-type-prensa .cabecera .izq-destacado .info-destacado div:nth-child(2), .page-node-type-noticias .cabecera .izq-destacado .info-destacado div:nth-child(2), .page-node-type-eventos .cabecera .izq-destacado .info-destacado div:nth-child(2) {
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  max-width: 491px;
}

.page-node-type-formacion-crn .contenedor, .page-node-type-actividades .contenedor, .page-node-type-prensa .contenedor, .page-node-type-noticias .contenedor, .page-node-type-eventos .contenedor {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-node-type-formacion-crn .contenedor .izq, .page-node-type-actividades .contenedor .izq, .page-node-type-prensa .contenedor .izq, .page-node-type-noticias .contenedor .izq, .page-node-type-eventos .contenedor .izq {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  margin-right: 40px;
}

.page-node-type-formacion-crn .contenedor .izq p, .page-node-type-actividades .contenedor .izq p, .page-node-type-prensa .contenedor .izq p, .page-node-type-noticias .contenedor .izq p, .page-node-type-eventos .contenedor .izq p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.page-node-type-formacion-crn .contenedor .izq p:last-child, .page-node-type-actividades .contenedor .izq p:last-child, .page-node-type-prensa .contenedor .izq p:last-child, .page-node-type-noticias .contenedor .izq p:last-child, .page-node-type-eventos .contenedor .izq p:last-child {
  margin-bottom: 10px;
}

.page-node-type-formacion-crn .contenedor .izq p.right, .page-node-type-actividades .contenedor .izq p.right, .page-node-type-prensa .contenedor .izq p.right, .page-node-type-noticias .contenedor .izq p.right, .page-node-type-eventos .contenedor .izq p.right {
  margin: 47px 0;
}

.page-node-type-formacion-crn .contenedor .izq .pt-36, .page-node-type-actividades .contenedor .izq .pt-36, .page-node-type-prensa .contenedor .izq .pt-36, .page-node-type-noticias .contenedor .izq .pt-36, .page-node-type-eventos .contenedor .izq .pt-36 {
  padding-top: 36px;
}

.page-node-type-formacion-crn .contenedor .izq h3, .page-node-type-actividades .contenedor .izq h3, .page-node-type-prensa .contenedor .izq h3, .page-node-type-noticias .contenedor .izq h3, .page-node-type-eventos .contenedor .izq h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  margin: 20px 0;
}

.page-node-type-formacion-crn .contenedor .izq h4, .page-node-type-actividades .contenedor .izq h4, .page-node-type-prensa .contenedor .izq h4, .page-node-type-noticias .contenedor .izq h4, .page-node-type-eventos .contenedor .izq h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  margin: 30px 0;
}

.page-node-type-formacion-crn .contenedor .izq blockquote, .page-node-type-actividades .contenedor .izq blockquote, .page-node-type-prensa .contenedor .izq blockquote, .page-node-type-noticias .contenedor .izq blockquote, .page-node-type-eventos .contenedor .izq blockquote {
  border-left: solid 5px #4DAA3F;
  max-width: 321px;
  float: left;
  margin: 20px 30px 0px 0px;
}

.page-node-type-formacion-crn .contenedor .izq blockquote p, .page-node-type-actividades .contenedor .izq blockquote p, .page-node-type-prensa .contenedor .izq blockquote p, .page-node-type-noticias .contenedor .izq blockquote p, .page-node-type-eventos .contenedor .izq blockquote p {
  font-size: 26px;
  line-height: 30px;
  margin-left: 17px;
}

.page-node-type-formacion-crn .contenedor .izq .compartir-contenedor, .page-node-type-actividades .contenedor .izq .compartir-contenedor, .page-node-type-prensa .contenedor .izq .compartir-contenedor, .page-node-type-noticias .contenedor .izq .compartir-contenedor, .page-node-type-eventos .contenedor .izq .compartir-contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #4DAA3F;
  width: 89%;
  margin: 20px 0 80px;
}

.page-node-type-formacion-crn .contenedor .izq .compartir-contenedor .share, .page-node-type-actividades .contenedor .izq .compartir-contenedor .share, .page-node-type-prensa .contenedor .izq .compartir-contenedor .share, .page-node-type-noticias .contenedor .izq .compartir-contenedor .share, .page-node-type-eventos .contenedor .izq .compartir-contenedor .share {
  padding-top: 53px;
  font-size: 18px;
  line-height: 24px;
  margin-right: 43px;
}

.page-node-type-formacion-crn .contenedor .izq .compartir-contenedor .sharethis-wrapper, .page-node-type-actividades .contenedor .izq .compartir-contenedor .sharethis-wrapper, .page-node-type-prensa .contenedor .izq .compartir-contenedor .sharethis-wrapper, .page-node-type-noticias .contenedor .izq .compartir-contenedor .sharethis-wrapper, .page-node-type-eventos .contenedor .izq .compartir-contenedor .sharethis-wrapper {
  padding-top: 40px;
}

.page-node-type-formacion-crn .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_facebook .stButton .facebook, .page-node-type-actividades .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_facebook .stButton .facebook, .page-node-type-prensa .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_facebook .stButton .facebook, .page-node-type-noticias .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_facebook .stButton .facebook, .page-node-type-eventos .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_facebook .stButton .facebook {
  background-image: url("../images/icono-facebook.svg") !important;
  width: 20px;
  height: 42px;
  background-size: 100%;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-node-type-formacion-crn .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_whatsapp .stButton .whatsapp, .page-node-type-actividades .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_whatsapp .stButton .whatsapp, .page-node-type-prensa .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_whatsapp .stButton .whatsapp, .page-node-type-noticias .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_whatsapp .stButton .whatsapp, .page-node-type-eventos .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_whatsapp .stButton .whatsapp {
  background-image: url("../images/icono-whatsapp.svg") !important;
  width: 22px;
  height: 42px;
  background-size: 100%;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-node-type-formacion-crn .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_twitter .stButton .twitter, .page-node-type-actividades .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_twitter .stButton .twitter, .page-node-type-prensa .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_twitter .stButton .twitter, .page-node-type-noticias .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_twitter .stButton .twitter, .page-node-type-eventos .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_twitter .stButton .twitter {
  background-image: url("../images/icono-twitter.svg") !important;
  width: 22px;
  height: 42px;
  background-size: 100%;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-node-type-formacion-crn .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_email .stButton .email, .page-node-type-actividades .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_email .stButton .email, .page-node-type-prensa .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_email .stButton .email, .page-node-type-noticias .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_email .stButton .email, .page-node-type-eventos .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_email .stButton .email {
  background-image: url("../images/icono-mail.svg") !important;
  width: 22px;
  height: 42px;
  background-size: 100%;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-node-type-formacion-crn .contenedor .izq .compartir-contenedor .sharethis-wrapper span.stButton, .page-node-type-actividades .contenedor .izq .compartir-contenedor .sharethis-wrapper span.stButton, .page-node-type-prensa .contenedor .izq .compartir-contenedor .sharethis-wrapper span.stButton, .page-node-type-noticias .contenedor .izq .compartir-contenedor .sharethis-wrapper span.stButton, .page-node-type-eventos .contenedor .izq .compartir-contenedor .sharethis-wrapper span.stButton {
  width: 42px !important;
}

.page-node-type-formacion-crn .contenedor .dere, .page-node-type-actividades .contenedor .dere, .page-node-type-prensa .contenedor .dere, .page-node-type-noticias .contenedor .dere, .page-node-type-eventos .contenedor .dere {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}

.page-node-type-formacion-crn .contenedor .dere .contenedor-derecho, .page-node-type-actividades .contenedor .dere .contenedor-derecho, .page-node-type-prensa .contenedor .dere .contenedor-derecho, .page-node-type-noticias .contenedor .dere .contenedor-derecho, .page-node-type-eventos .contenedor .dere .contenedor-derecho {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fafafa;
  border-radius: 3px;
  padding: 30px 10px 10px;
  margin-bottom: 20px;
}

.page-node-type-formacion-crn .contenedor .dere .contenedor-derecho h4, .page-node-type-actividades .contenedor .dere .contenedor-derecho h4, .page-node-type-prensa .contenedor .dere .contenedor-derecho h4, .page-node-type-noticias .contenedor .dere .contenedor-derecho h4, .page-node-type-eventos .contenedor .dere .contenedor-derecho h4 {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.page-node-type-formacion-crn .contenedor .dere .contenedor-derecho .columna, .page-node-type-actividades .contenedor .dere .contenedor-derecho .columna, .page-node-type-prensa .contenedor .dere .contenedor-derecho .columna, .page-node-type-noticias .contenedor .dere .contenedor-derecho .columna, .page-node-type-eventos .contenedor .dere .contenedor-derecho .columna {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}

.page-node-type-formacion-crn .contenedor .dere .contenedor-derecho .columna div, .page-node-type-actividades .contenedor .dere .contenedor-derecho .columna div, .page-node-type-prensa .contenedor .dere .contenedor-derecho .columna div, .page-node-type-noticias .contenedor .dere .contenedor-derecho .columna div, .page-node-type-eventos .contenedor .dere .contenedor-derecho .columna div {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #878787;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

.page-node-type-formacion-crn .contenedor .dere .contenedor-derecho .columna div:first-child, .page-node-type-actividades .contenedor .dere .contenedor-derecho .columna div:first-child, .page-node-type-prensa .contenedor .dere .contenedor-derecho .columna div:first-child, .page-node-type-noticias .contenedor .dere .contenedor-derecho .columna div:first-child, .page-node-type-eventos .contenedor .dere .contenedor-derecho .columna div:first-child {
  margin-right: 7px;
  font-weight: 300;
}

.page-node-type-formacion-crn .contenedor .dere .contenedor-derecho .inscripcion a, .page-node-type-actividades .contenedor .dere .contenedor-derecho .inscripcion a, .page-node-type-prensa .contenedor .dere .contenedor-derecho .inscripcion a, .page-node-type-noticias .contenedor .dere .contenedor-derecho .inscripcion a, .page-node-type-eventos .contenedor .dere .contenedor-derecho .inscripcion a {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00a95c;
  text-align: center;
  margin: 0 auto;
  width: 270px;
  display: block;
  padding: 18px 0px 12px;
  border-radius: 3px;
  font-weight: 400;
}

.page-node-type-eventos .contenedor .izq time {
  display: none;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 992px ___________________*/
@media screen and (max-device-width: 992px), screen and (max-width: 992px) {
  .page-node-type-formacion-crn .contenedor .izq, .page-node-type-actividades .contenedor .izq, .page-node-type-prensa .contenedor .izq, .page-node-type-noticias .contenedor .izq, .page-node-type-eventos .contenedor .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(67% - 40px);
            flex: 1 0 calc(67% - 40px);
  }
}

/* layouts smaller than 898px ___________________*/
@media screen and (max-device-width: 898px), screen and (max-width: 898px) {
  .page-node-type-formacion-crn .contenedor .izq, .page-node-type-actividades .contenedor .izq, .page-node-type-prensa .contenedor .izq, .page-node-type-noticias .contenedor .izq, .page-node-type-eventos .contenedor .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(64% - 40px);
            flex: 1 0 calc(64% - 40px);
  }
}

/* layouts smaller than 804px ___________________*/
@media screen and (max-device-width: 804px), screen and (max-width: 804px) {
  .page-node-type-formacion-crn .contenedor .izq, .page-node-type-actividades .contenedor .izq, .page-node-type-prensa .contenedor .izq, .page-node-type-noticias .contenedor .izq, .page-node-type-eventos .contenedor .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(58% - 40px);
            flex: 1 0 calc(58% - 40px);
  }
}

/* layouts smaller than 768px ___________________*/
/* layouts smaller than 704px ___________________*/
@media screen and (max-device-width: 704px), screen and (max-width: 704px) {
  .page-node-type-formacion-crn .contenedor, .page-node-type-actividades .contenedor, .page-node-type-prensa .contenedor, .page-node-type-noticias .contenedor, .page-node-type-eventos .contenedor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-node-type-formacion-crn .contenedor .izq, .page-node-type-actividades .contenedor .izq, .page-node-type-prensa .contenedor .izq, .page-node-type-noticias .contenedor .izq, .page-node-type-eventos .contenedor .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .page-node-type-formacion-crn .contenedor .dere .contenedor-derecho, .page-node-type-actividades .contenedor .dere .contenedor-derecho, .page-node-type-prensa .contenedor .dere .contenedor-derecho, .page-node-type-noticias .contenedor .dere .contenedor-derecho, .page-node-type-eventos .contenedor .dere .contenedor-derecho {
    margin: 0 auto 20px;
    width: 290px;
  }
  .page-node-type-formacion-crn .contenedor .dere form, .page-node-type-actividades .contenedor .dere form, .page-node-type-prensa .contenedor .dere form, .page-node-type-noticias .contenedor .dere form, .page-node-type-eventos .contenedor .dere form {
    margin: 30px auto 40px;
  }
}

/* layouts smaller than 576px ___________________*/
@media screen and (max-device-width: 576px), screen and (max-width: 576px) {
  .page-node-type-formacion-crn #block-verformacion .izq-destacado div h2, .page-node-type-actividades #block-verformacion .izq-destacado div h2, .page-node-type-prensa #block-verformacion .izq-destacado div h2, .page-node-type-noticias #block-verformacion .izq-destacado div h2, .page-node-type-eventos #block-verformacion .izq-destacado div h2 {
    text-align: center;
  }
  .page-node-type-formacion-crn #block-verformacion .izq-destacado div p, .page-node-type-actividades #block-verformacion .izq-destacado div p, .page-node-type-prensa #block-verformacion .izq-destacado div p, .page-node-type-noticias #block-verformacion .izq-destacado div p, .page-node-type-eventos #block-verformacion .izq-destacado div p {
    text-align: center;
  }
  .page-node-type-formacion-crn #block-verformacion .izq-destacado div .boton, .page-node-type-actividades #block-verformacion .izq-destacado div .boton, .page-node-type-prensa #block-verformacion .izq-destacado div .boton, .page-node-type-noticias #block-verformacion .izq-destacado div .boton, .page-node-type-eventos #block-verformacion .izq-destacado div .boton {
    width: 90%;
    text-align: center;
  }
}

/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .page-node-type-formacion-crn .cabecera .izq-destacado .texto-destacado, .page-node-type-actividades .cabecera .izq-destacado .texto-destacado, .page-node-type-prensa .cabecera .izq-destacado .texto-destacado, .page-node-type-noticias .cabecera .izq-destacado .texto-destacado, .page-node-type-eventos .cabecera .izq-destacado .texto-destacado {
    font-size: 24px;
    line-height: 30px;
  }
  .page-node-type-formacion-crn .contenedor .izq > div h3, .page-node-type-actividades .contenedor .izq > div h3, .page-node-type-prensa .contenedor .izq > div h3, .page-node-type-noticias .contenedor .izq > div h3, .page-node-type-eventos .contenedor .izq > div h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

/* layouts smaller than 363px ___________________*/
@media screen and (max-device-width: 363px), screen and (max-width: 363px) {
  .page-node-type-formacion-crn .contenedor .izq .compartir-contenedor .share, .page-node-type-actividades .contenedor .izq .compartir-contenedor .share, .page-node-type-prensa .contenedor .izq .compartir-contenedor .share, .page-node-type-noticias .contenedor .izq .compartir-contenedor .share, .page-node-type-eventos .contenedor .izq .compartir-contenedor .share {
    margin-right: 28px;
  }
}

.page-node-type-sobre-nosotros .desripcion-inicial {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
  background-color: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5% 6% 30px 5%;
  border-radius: 8px;
  margin-bottom: 60px;
}

.page-node-type-sobre-nosotros .desripcion-inicial h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  margin: 20px 0;
}

.page-node-type-sobre-nosotros .desripcion-inicial h3:first-child {
  margin: 0 0 20px;
}

.page-node-type-sobre-nosotros .desripcion-inicial p {
  font-size: 18px;
  line-height: 20px;
  max-width: 85%;
}

.page-node-type-sobre-nosotros .desripcion-inicial ul {
  list-style-type: disc;
}

.page-node-type-sobre-nosotros .desripcion-inicial ul li {
  margin: 0 0 31px 5%;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  max-width: 82%;
  position: relative;
}

.page-node-type-sobre-nosotros .desripcion-inicial ul li::before {
  content: ".";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  top: -5px;
  left: -17px;
  font-size: 27px;
}

.page-node-type-sobre-nosotros .comunidades {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 60px;
}

.page-node-type-sobre-nosotros .comunidades header h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper {
  margin-bottom: 30px;
  background-color: #fafafa;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper .comunidad {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 3% 5%;
  border-radius: 8px;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper .comunidad::before {
  content: '';
  background: url(../images/cerrado.svg) no-repeat scroll center center;
  background-size: contain;
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-top: 3px;
  right: 30px;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper .comunidad.visible::before {
  content: '';
  background: url(../images/abierto.svg) no-repeat scroll center center;
  background-size: contain;
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-top: 3px;
  right: 30px;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper h3 {
  font-size: 18px;
  line-height: 22px;
  max-width: 90%;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper .centros {
  display: none;
  padding: 0px 40px 20px;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper .centros .info-acordeon {
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  position: relative;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper .centros .info-acordeon .title-acordeon {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper .centros .info-acordeon .descrip-acordeon p {
  font-size: 16px;
  line-height: 20px;
  max-width: 80%;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper .centros .info-acordeon .enlace-acordeon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.page-node-type-sobre-nosotros .comunidades .group-wrapper .centros .info-acordeon .enlace-acordeon a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  width: 100px;
  background: #fafafa;
  display: block;
  padding: 11px 0px 8px;
  text-align: center;
}

.page-node-type-sobre-nosotros .desripcion-segunda {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
  background-color: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5% 4% 54px;
  margin-bottom: 64px;
}

.page-node-type-sobre-nosotros .desripcion-segunda h2 {
  text-align: center;
  max-width: 599px;
  margin: 0 auto 50px;
  font-size: 30px;
  line-height: 36px;
}

.page-node-type-sobre-nosotros .desripcion-segunda p {
  font-size: 16px;
  line-height: 24px;
}

.page-node-type-sobre-nosotros .desripcion-segunda h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1200px ___________________*/
/* layouts smaller than 768px ___________________*/
/* layouts smaller than 686px ___________________*/
@media screen and (max-device-width: 686px), screen and (max-width: 686px) {
  .page-node-type-sobre-nosotros .comunidades .group-wrapper .centros {
    padding: 0px 10px 10px;
  }
  .page-node-type-sobre-nosotros .comunidades .group-wrapper .centros .info-acordeon .descrip-acordeon p {
    max-width: 95%;
  }
  .page-node-type-sobre-nosotros .comunidades .group-wrapper .centros .info-acordeon .enlace-acordeon {
    bottom: 0;
    right: 0;
    position: relative;
    width: 100%;
    margin: 36px 0 10px;
  }
  .page-node-type-sobre-nosotros .comunidades .group-wrapper .centros .info-acordeon .enlace-acordeon a {
    width: 100%;
  }
  .page-node-type-sobre-nosotros .desripcion-segunda {
    padding: 5% 4% 34px;
    margin-bottom: 20px;
  }
}

/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .page-node-type-sobre-nosotros .desripcion-inicial h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .page-node-type-sobre-nosotros .desripcion-inicial p, .page-node-type-sobre-nosotros .desripcion-inicial ul li {
    max-width: 97%;
  }
  .page-node-type-sobre-nosotros .comunidades header h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .page-node-type-sobre-nosotros .desripcion-segunda h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .page-node-type-sobre-nosotros .desripcion-segunda h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.path-webform #block-crn-content #webform-submission-contacta-add-form {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 80px;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form label {
  font-size: 16px;
  line-height: 1;
  text-transform: unset;
  color: #878787;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -40px;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(41.667% - 40px);
          flex: 1 0 calc(41.667% - 40px);
  max-width: calc(41.667% - 40px);
  margin-left: 40px;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 .webform-flex--container {
  margin: 0;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 .webform-flex--container #edit-foto-container {
  margin: 0;
  /*  background: url("../images/contacto.png") no-repeat scroll center center; */
  width: 100%;
  height: 486px;
  border-radius: 3px;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 .webform-flex--container #edit-foto-container iframe {
  height: 486px;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(58.333% - 40px);
          flex: 1 0 calc(58.333% - 40px);
  max-width: calc(58.333% - 40px);
  margin-left: 40px;
  background: #fafafa;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 25px 20px 20px;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3::before {
  content: 'Contacta';
  display: block;
  color: #565656;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 > .webform-flex--container::before {
  content: 'Deja tus datos para contactar';
  display: block;
  color: #878787;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 48px;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container {
  margin: 0;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container {
  margin: 0;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos {
  margin: 0 0 0 -50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos .webform-flex--6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 50px);
          flex: 1 0 calc(50% - 50px);
  max-width: calc(50% - 50px);
  margin-left: 50px;
  margin-bottom: 30px;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos .webform-flex--6 .webform-flex--container {
  margin: 0;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--5 .webform-flex--container {
  margin: 0;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--5 .webform-flex--container .form-item-nota {
  margin-bottom: 50px;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--5 .webform-flex--container .form-item-nota textarea {
  background: transparent;
  resize: none;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  height: 100px;
  width: 100%;
}

.path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .form-actions #edit-actions-submit {
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 3px;
  background: #00a95c;
  padding: 14px 0 10px;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1200px ___________________*/
/* layouts smaller than 768px ___________________*/
@media screen and (max-device-width: 768px), screen and (max-width: 768px) {
  .path-webform #block-crn-content #webform-submission-contacta-add-form {
    width: 100%;
  }
  .path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container {
    margin: 0;
  }
  .path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
  .path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
}

/* layouts smaller than 767px ___________________*/
@media screen and (max-device-width: 767px), screen and (max-width: 767px) {
  .path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .path-webform #block-crn-content #webform-submission-contacta-add-form #edit-contacto-container .webform-flex--3 .webform-flex--container #edit-form-container .webform-flex--4 .webform-flex--container #edit-primeros-campos .webform-flex--6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

/* layouts smaller than 576px ___________________*/
.page-node-type-page .cabecera {
  margin-bottom: 50px;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.page-node-type-page .cabecera::before {
  content: '';
  display: block;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(80%, rgba(255, 255, 255, 0)), to(black));
  background: linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 80%, black 100%);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.page-node-type-page .cabecera img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}

.page-node-type-page .cabecera .izq-destacado {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.page-node-type-page .cabecera .izq-destacado .texto-destacado {
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  max-width: 732px;
}

.page-node-type-page .cabecera .izq-destacado .texto-destacado .title-l {
  margin-bottom: 20px;
  max-width: 900px;
}

.page-node-type-page .cabecera .izq-destacado .texto-destacado .subtitle {
  margin-bottom: 41px;
}

.page-node-type-page .contenedor {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-node-type-page .contenedor .izq {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(70% - 40px);
          flex: 1 0 calc(70% - 40px);
  margin-right: 40px;
}

.page-node-type-page .contenedor .izq > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
          flex: 1 0 80%;
}

.page-node-type-page .contenedor .izq > div p {
  font-size: 16px;
  line-height: 24px;
}

.page-node-type-page .contenedor .izq > div p.right {
  margin: 47px 0;
}

.page-node-type-page .contenedor .izq > div .pt-36 {
  padding-top: 36px;
}

.page-node-type-page .contenedor .izq > div h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  margin: 20px 0;
}

.page-node-type-page .contenedor .izq > div img {
  margin: 20px 0px;
}

.page-node-type-page .contenedor .izq > div blockquote {
  border-left: solid 5px #4DAA3F;
  max-width: 321px;
  float: left;
  margin: 20px 30px 21px 0px;
}

.page-node-type-page .contenedor .izq > div blockquote p {
  font-size: 26px;
  line-height: 30px;
  margin-left: 17px;
}

.page-node-type-page .contenedor .izq .compartir-contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #4DAA3F;
  width: 89%;
  margin: 20px 0 80px;
}

.page-node-type-page .contenedor .izq .compartir-contenedor .share {
  padding-top: 53px;
  font-size: 18px;
  line-height: 24px;
  margin-right: 43px;
}

.page-node-type-page .contenedor .izq .compartir-contenedor .sharethis-wrapper {
  padding-top: 40px;
}

.page-node-type-page .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_facebook .stButton .facebook {
  background-image: url("../images/icono-facebook.svg") !important;
  width: 20px;
  height: 42px;
  background-size: 100%;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-node-type-page .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_whatsapp .stButton .whatsapp {
  background-image: url("../images/icono-whatsapp.svg") !important;
  width: 22px;
  height: 42px;
  background-size: 100%;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-node-type-page .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_twitter .stButton .twitter {
  background-image: url("../images/icono-twitter.svg") !important;
  width: 22px;
  height: 42px;
  background-size: 100%;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-node-type-page .contenedor .izq .compartir-contenedor .sharethis-wrapper span.st_email .stButton .email {
  background-image: url("../images/icono-mail.svg") !important;
  width: 22px;
  height: 42px;
  background-size: 100%;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-node-type-page .contenedor .izq .compartir-contenedor .sharethis-wrapper span.stButton {
  width: 42px !important;
}

.page-node-type-page .contenedor .dere {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}

.page-node-type-page .contenedor .dere .columa-derecha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 290px;
  background-color: #fafafa;
  border-radius: 3px;
  padding: 30px 10px 20px 10px;
}

.page-node-type-page .contenedor .dere .columa-derecha .title-m {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}

.page-node-type-page .contenedor .dere .columa-derecha .views-row {
  max-height: 80px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 4px;
}

.page-node-type-page .contenedor .dere .columa-derecha .views-row .noticia-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-node-type-page .contenedor .dere .columa-derecha .views-row .noticia-slider .imagen {
  min-width: 72px;
}

.page-node-type-page .contenedor .dere .columa-derecha .views-row .noticia-slider .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 2px 5px 4px 10px;
  width: 100%;
}

.page-node-type-page .contenedor .dere .columa-derecha .views-row .noticia-slider .info .title-noticia {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  min-height: 36px;
}

.page-node-type-page .contenedor .dere .columa-derecha .views-row .noticia-slider .info .leer-noticia {
  float: right;
  margin-top: 5px;
}

.page-node-type-page .contenedor .dere .columa-derecha .views-row .noticia-slider .info .leer-noticia a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.page-node-type-page #block-verformacion {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.page-node-type-page #block-verformacion img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}

.page-node-type-page #block-verformacion .izq-destacado {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.page-node-type-page #block-verformacion .izq-destacado div h2 {
  max-width: 581px;
  font-weight: 500;
  font-size: 30px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 20px;
}

.page-node-type-page #block-verformacion .izq-destacado div p {
  max-width: 610px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 22px;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 992px ___________________*/
@media screen and (max-device-width: 992px), screen and (max-width: 992px) {
  .page-node-type-page .contenedor .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(67% - 40px);
            flex: 1 0 calc(67% - 40px);
  }
}

/* layouts smaller than 898px ___________________*/
@media screen and (max-device-width: 898px), screen and (max-width: 898px) {
  .page-node-type-page .contenedor .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(64% - 40px);
            flex: 1 0 calc(64% - 40px);
  }
}

/* layouts smaller than 804px ___________________*/
@media screen and (max-device-width: 804px), screen and (max-width: 804px) {
  .page-node-type-page .contenedor .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(58% - 40px);
            flex: 1 0 calc(58% - 40px);
  }
}

/* layouts smaller than 768px ___________________*/
/* layouts smaller than 704px ___________________*/
@media screen and (max-device-width: 704px), screen and (max-width: 704px) {
  .page-node-type-page .contenedor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-node-type-page .contenedor .izq {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .page-node-type-page .contenedor .dere .columa-derecha {
    margin: 0 auto;
  }
  .page-node-type-page .contenedor .dere #webform-submission-newsletter-columna-node-41-add-form {
    margin: 30px auto 40px;
  }
}

/* layouts smaller than 576px ___________________*/
@media screen and (max-device-width: 576px), screen and (max-width: 576px) {
  .page-node-type-page #block-verformacion .izq-destacado div h2 {
    text-align: center;
  }
  .page-node-type-page #block-verformacion .izq-destacado div p {
    text-align: center;
  }
  .page-node-type-page #block-verformacion .izq-destacado div .boton a {
    width: 90%;
    text-align: center;
  }
}

/* layouts smaller than 430px ___________________*/
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .page-node-type-page .cabecera .izq-destacado .texto-destacado {
    font-size: 24px;
    line-height: 30px;
  }
  .page-node-type-page .contenedor .izq > div h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

/* layouts smaller than 363px ___________________*/
@media screen and (max-device-width: 363px), screen and (max-width: 363px) {
  .page-node-type-page .contenedor .izq .compartir-contenedor .share {
    margin-right: 28px;
  }
}

.path-search #block-crn-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

.path-search #block-crn-content form {
  margin-bottom: 30px;
}

.path-search #block-crn-content form .form-item-keys {
  font-family: "Gill Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}

.path-search #block-crn-content form input.form-search {
  height: 38px;
  background: #fafafa;
  color: #565656;
  border: none;
  font-size: 16px;
}

.path-search #block-crn-content form:hover .icon {
  display: none;
}

.path-search #block-crn-content ol {
  margin: 30px 0;
}

.path-search #block-crn-content ol li {
  padding-bottom: 15px;
}

.path-search #block-crn-content ol li h3 {
  padding-bottom: 5px;
}

.path-search #block-crn-content nav.pager {
  margin: 10px auto 60px;
}

.path-search #block-crn-content h3 {
  margin-bottom: 50px;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1200px ___________________*/
/*# sourceMappingURL=main.css.map */