::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #c89d55; }

::selection {
  color: #fff;
  background: #c89d55; }

#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2f2f2f;
  margin: 0 !important;
  overflow: hidden; }

body, button, input, select, optgroup, textarea {
  font-family: "Raleway", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif; }

main {
  margin-top: 50px; }
  main > section {
    position: relative;
    margin-top: 150px !important; }

/*h1 {
    font-size: clamp(2.188rem, calc( 16px + 2.5vw ), 3.313rem);
    line-height: 1.1;
    font-weight:900;
    color:$negro;
}

h2 {
    font-size: clamp(2.625rem, calc( 6px + 2.000vw ), 3.8rem);
    line-height: 1.1;
    font-weight:600;
}

h3 {
    font-size: clamp(1rem, 6px + 1vw, 2rem);
    line-height: 1.1;
    font-weight:500;
}

h4 {
    font-size: clamp(1.575rem, calc( 12px + 1.1vw ), 2rem);
    line-height: 1.1;
}*/
h1 {
  font-size: 3em;
  line-height: 1.1;
  font-weight: 700;
  color: #2f2f2f; }

h2 {
  font-size: 2.5em;
  line-height: 1.1;
  font-weight: 600; }

h3 {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 500; }

h4 {
  font-size: 1.25em;
  line-height: 1.1; }

a {
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #2f2f2f; }
  a:hover {
    color: #2f2f2f; }
  a:visited {
    color: inherit; }

em {
  color: #2f2f2f; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

p > strong {
  color: #2f2f2f; }

figure {
  margin: 0;
  overflow: hidden; }

.wrapper0,
.wrapper,
.wrapper2,
.wrapper3 {
  margin: 0px auto;
  position: relative; }

.wrapper,
.wrapper2,
.wrapper3 {
  width: 90%; }

.wrapper0 {
  width: 100%;
  padding: 0 50px; }

.wrapper {
  max-width: 1620px; }

.wrapper2 {
  max-width: 1320px; }

.wrapper3 {
  max-width: 1000px; }

.btn {
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #c89d55;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-family: "Raleway", sans-serif;
  padding: 10px 25px;
  border-radius: 50px;
  transition: all .5s; }
  .btn:visited {
    color: #fff; }
  .btn:hover {
    text-decoration: none;
    color: #c89d55;
    background-color: #fff; }
  .btn.invert {
    color: #c89d55;
    background-color: #fff; }
    .btn.invert:hover {
      color: #fff;
      background-color: #c89d55; }
    .btn.invert:visited {
      color: #c89d55; }

/*FORM*/
::-webkit-input-placeholder {
  color: #2f2f2f;
  opacity: 1;
  /* Firefox */ }
:-ms-input-placeholder {
  color: #2f2f2f;
  opacity: 1;
  /* Firefox */ }
::-ms-input-placeholder {
  color: #2f2f2f;
  opacity: 1;
  /* Firefox */ }
::placeholder {
  color: #2f2f2f;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #2f2f2f; }

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .wpcf7-form p {
    position: relative;
    width: 100%; }
  .wpcf7-form .uk-icon {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 25px; }
    .wpcf7-form .uk-icon svg {
      color: #c89d55;
      width: 25px; }
  .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    padding: 15px 20px;
    padding-left: 65px;
    border-radius: 0;
    border: 1px solid #c89d55;
    background-color: #fff;
    color: #2f2f2f;
    width: 100%;
    font-size: 1.1em;
    font-family: "Raleway", sans-serif !important;
    border-radius: 5px; }
  .wpcf7-form select {
    -webkit-appearance: none;
    position: relative;
    padding: 15px 20px !important;
    padding-left: 75px !important;
    background-image: url("../images/down.png");
    background-repeat: no-repeat;
    background-position: 96% center;
    border-radius: 0; }
  .wpcf7-form textarea {
    height: 175px; }
  .wpcf7-form input[type="submit"] {
    padding: 14px 20px;
    border-radius: 0;
    background-color: #c89d55;
    font-weight: 900;
    font-size: 1.25em;
    text-transform: uppercase;
    border: 1px solid #c89d55;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    font-family: "Raleway", sans-serif !important;
    border-radius: 5px; }
    .wpcf7-form input[type="submit"]:hover {
      background-color: #fff;
      color: #c89d55; }
  .wpcf7-form .wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px; }
  .wpcf7-form .wpcf7-list-item-label a {
    color: #c89d55; }
  .wpcf7-form input[type="checkbox"] {
    width: 30px;
    padding: 0;
    height: 30px;
    border-radius: 5px; }
  .wpcf7-form .full {
    width: 100%;
    margin-bottom: 35px;
    position: relative; }
  .wpcf7-form .mitad {
    width: calc(50% - 25px);
    margin-bottom: 25px;
    position: relative; }
  .wpcf7-form .tercio {
    width: calc(33.33% - 25px);
    position: relative;
    margin-bottom: 25px; }
  .wpcf7-form .enviar {
    width: 100%;
    margin: 0px auto;
    position: relative; }

.captcha-image {
  width: 100%;
  border-radius: 0;
  margin: 0px auto;
  display: block;
  margin-top: 25px;
  border: 1px solid #c89d55;
  color: #2f2f2f;
  border-radius: 5px; }
  .captcha-image .cf7ic_instructions span {
    color: #c89d55; }
  .captcha-image label > input + svg {
    color: #2f2f2f; }

.captcha-image label > input:checked + svg,
.captcha-image label > input:focus + svg {
  border: none;
  color: #c89d55; }

.wpcf7-form-control-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wpcf7-form-control-wrap input {
  margin-right: 15px; }

.wpcf7-form-control-wrap .wpcf7-list-item-label {
  width: calc(100% - 45px); }

.txt > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .txt > header h2, .txt > header h3 {
    display: block;
    width: 100%; }
  .txt > header h2 {
    color: #2f2f2f;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 3em;
    font-weight: 900; }
  .txt > header h3 {
    color: #c89d55;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.5em; }
  .txt > header .btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0px auto;
    margin-top: 25px; }
  .txt > header p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }

.txt.centrar > header {
  margin: 0px auto;
  width: 60%;
  text-align: center; }

.bloque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*align-items:center;*/ }
  .bloque article, .bloque figure {
    width: calc(50% - 50px);
    position: relative;
    z-index: 1; }
  .bloque article {
    padding: 50px 0; }
  .bloque header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .bloque header h2, .bloque header h3 {
      display: block;
      width: 100%; }
    .bloque header h2 {
      color: #2f2f2f;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 10px;
      margin-bottom: 25px;
      font-size: 3em;
      font-weight: 900; }
    .bloque header h3 {
      color: #c89d55;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin: 0;
      text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      font-size: 1.5em; }
    .bloque header .btn {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
      margin: 0px auto;
      margin-top: 25px; }
    .bloque header p {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 100%; }
  .bloque figure {
    background-color: #eee;
    border-radius: 25px; }
    .bloque figure img {
      display: block;
      margin: 0px auto; }

/*------------------------------- HEADER -------------------------*/
.cabecera {
  margin-bottom: 50px; }
  .cabecera .menu-ppal {
    padding: 20px 0;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid #c89d55;
    border-top: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px; }

.logo {
  width: 150px; }

.main-navigation {
  width: auto;
  min-width: 350px;
  position: absolute; }
  .main-navigation:first-of-type {
    left: calc(50% - 500px); }
  .main-navigation:last-of-type {
    right: calc(50% - 500px); }
  .main-navigation a {
    display: inline; }
  .main-navigation ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-navigation .menu > li {
    margin-left: 50px; }
    .main-navigation .menu > li:first-child {
      margin-left: 0; }
    .main-navigation .menu > li:hover > ul {
      left: -60px; }
    .main-navigation .menu > li a {
      text-transform: uppercase;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      color: #2f2f2f;
      position: relative;
      font-weight: 700; }
      .main-navigation .menu > li a:hover {
        color: #c89d55;
        text-decoration: none; }
      .main-navigation .menu > li a span {
        position: relative;
        top: -2px;
        left: -2px;
        color: #c89d55; }
  .main-navigation .menu .sub-menu {
    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: #fff;
    padding: 20px;
    border: 1px solid #c89d55;
    width: 300px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .main-navigation .menu .sub-menu li {
      margin-bottom: 20px;
      width: 100%; }
      .main-navigation .menu .sub-menu li a {
        font-size: 16px;
        text-transform: inherit;
        width: auto;
        display: inline; }
      .main-navigation .menu .sub-menu li:last-child {
        margin-bottom: 0; }

.widget {
  position: absolute;
  right: 50px;
  margin: 0; }
  .widget a {
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .widget a:first-of-type {
      margin-right: 15px;
      padding-right: 15px;
      position: relative; }
      .widget a:first-of-type:before {
        content: '';
        width: 2px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #c89d55; }
    .widget a:hover {
      color: #c89d55; }

.btn-mobile {
  margin-left: 35px;
  display: none !important; }
  .btn-mobile svg {
    width: 35px;
    color: #2f2f2f; }

.uk-offcanvas-overlay::before {
  background-color: #2f2f2f;
  opacity: 0.35 !important; }

.uk-offcanvas-close svg {
  width: 20px;
  color: #c89d55; }

.uk-offcanvas-bar {
  width: 50%;
  padding: 50px;
  background-color: #fff; }
  .uk-offcanvas-bar .logo {
    width: 150px;
    display: block;
    margin: 0px auto; }
  .uk-offcanvas-bar .widget {
    text-align: center;
    margin-top: 50px; }
    .uk-offcanvas-bar .widget a {
      color: #2f2f2f; }
  .uk-offcanvas-bar .menu {
    margin-top: 50px;
    border-bottom: 1px solid #c89d55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .uk-offcanvas-bar .menu > li {
      width: 100%;
      margin-bottom: 25px; }
      .uk-offcanvas-bar .menu > li span {
        position: absolute;
        right: 20px; }
        .uk-offcanvas-bar .menu > li span svg {
          width: 30px;
          color: #c89d55; }
      .uk-offcanvas-bar .menu > li li {
        padding-left: 25px;
        margin-top: 25px; }
    .uk-offcanvas-bar .menu a {
      color: #2f2f2f;
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      width: 100%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .uk-offcanvas-bar .menu a:hover {
        color: #c89d55; }
  .uk-offcanvas-bar .sub-menu {
    display: none; }
    .uk-offcanvas-bar .sub-menu.mostrar {
      display: block; }
  .uk-offcanvas-bar .datos-contacto {
    margin: 35px 0;
    border-bottom: 1px solid #c89d55; }
    .uk-offcanvas-bar .datos-contacto li {
      width: 100%;
      margin-bottom: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .uk-offcanvas-bar .datos-contacto li svg {
        width: 25px;
        color: #c89d55;
        margin-right: 15px; }
    .uk-offcanvas-bar .datos-contacto a {
      color: #2f2f2f;
      font-weight: bold; }

/*----------------------------------------- FOOTER -----------------------------*/
.botones {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: block;
  z-index: 2; }
  .botones li {
    padding: 10px;
    background-color: #c89d55;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .botones li:first-child {
      margin-bottom: 20px; }
  .botones svg {
    width: 50px; }
    .botones svg .st0-tlf,
    .botones svg .st0-email {
      fill: #fff; }

#colophon {
  background-color: #2f2f2f;
  padding: 75px 100px;
  padding-bottom: 25px;
  position: relative;
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px; }
  #colophon .logo {
    display: block;
    max-width: 150px;
    width: 100%;
    -webkit-filter: invert(100%);
    filter: invert(100%); }
  #colophon article {
    width: calc(25% - 50px);
    display: inline-block; }
    #colophon article:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #colophon article:first-of-type p {
        margin: 0;
        font-size: 12px; }
    #colophon article li {
      margin-bottom: 25px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #colophon article li:last-child {
        margin-bottom: 0; }
      #colophon article li a {
        color: #fff;
        position: relative;
        text-transform: uppercase; }
    #colophon article p {
      color: #fff; }

.menu-menu-footer-container {
  width: 100%; }

#menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  #menu-footer > li {
    width: auto;
    margin-right: 5%; }
    #menu-footer > li:last-child {
      margin-right: 0; }
    #menu-footer > li > a {
      font-weight: 700;
      display: inline-block;
      margin-bottom: 25px; }
    #menu-footer > li .sub-menu li {
      margin-bottom: 20px;
      padding-left: 20px;
      position: relative; }
      #menu-footer > li .sub-menu li:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #2f2f2f;
        position: absolute;
        top: 10px;
        left: 0; }

#menu-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #menu-txt li:last-child {
    padding-left: 50px;
    margin-left: 50px;
    position: relative; }
    #menu-txt li:last-child:before {
      content: '';
      width: 1px;
      height: 15px;
      background-color: #2f2f2f;
      position: absolute;
      top: 5px;
      left: 0; }

/*----------------------------------------- HOME -----------------------------*/
.slider-full {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 25px; }
  .slider-full .uk-slideshow-items {
    min-height: 100% !important;
    height: 100%; }
    .slider-full .uk-slideshow-items li div {
      width: 100%;
      position: relative;
      z-index: 3;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .slider-full .uk-slideshow-items li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #c89d55;
      z-index: 1;
      mix-blend-mode: multiply; }
    .slider-full .uk-slideshow-items li > img {
      width: auto; }
    .slider-full .uk-slideshow-items article,
    .slider-full .uk-slideshow-items figure {
      width: 50%;
      height: 100%; }
    .slider-full .uk-slideshow-items article {
      padding: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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; }
    .slider-full .uk-slideshow-items figure {
      border-radius: 25px;
      border: 1px solid #c89d55; }
  .slider-full h1 {
    color: #fff;
    font-size: 4em;
    margin: 0;
    width: 100%;
    font-weight: 900; }
  .slider-full h2 {
    margin-top: 10px;
    margin-bottom: 0; }
  .slider-full .btn {
    display: inline-block;
    margin-top: 50px;
    margin-right: auto; }

/*AREAS DE ACTUACION*/
.areas div article {
  width: calc(50% - 50px);
  margin-top: 100px;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
  z-index: 1; }
  .areas div article figure {
    border-radius: 25px;
    aspect-ratio: 16/9; }
  .areas div article header {
    background-color: #eee;
    padding: 50px;
    border-radius: 25px;
    margin-top: -40px;
    z-index: 1;
    position: relative;
    height: 100%; }
  .areas div article svg {
    width: auto;
    height: 60px; }
  .areas div article h4 {
    font-weight: 900;
    color: #c89d55;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .areas div article p {
    margin-top: 0;
    margin-bottom: 25px; }

.areas > svg {
  position: absolute;
  z-index: 0;
  width: 50%; }
  .areas > svg:first-of-type {
    top: -150px;
    right: -30%; }
  .areas > svg:last-of-type {
    bottom: -125px;
    left: -30%; }

/*BANNER*/
.banner {
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 150px 50px;
  margin-top: 150px;
  background-color: #c89d55;
  border-radius: 25px;
  background-blend-mode: multiply;
  background-attachment: fixed; }
  .banner header {
    position: relative;
    z-index: 2;
    width: calc(60% - 50px); }
    .banner header h2, .banner header h3, .banner header p {
      color: #fff; }
    .banner header h3 {
      font-family: "Raleway", sans-serif !important; }

/*CONTACTO*/
.contacto header, .contacto ul, .contacto aside {
  position: relative;
  z-index: 1; }

.contacto ul {
  margin-bottom: 50px; }
  .contacto ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 25px; }
    .contacto ul li svg {
      width: auto;
      height: 75px;
      margin-bottom: 25px; }
    .contacto ul li a {
      font-weight: 900;
      color: #c89d55; }

.contacto aside {
  margin: 0px auto;
  width: 60%; }

.contacto > svg {
  position: absolute;
  bottom: 0;
  z-index: 0; }
  .contacto > svg:first-of-type {
    left: 0; }
  .contacto > svg:last-of-type {
    right: 0; }

/*----------------------------------------- SERVICIO -----------------------------*/
.single-area-de-actuacion .areas div article {
  width: calc(33.33% - 50px); }

.servicios {
  padding: 50px;
  margin-top: 75px;
  background-color: #eee;
  border-radius: 25px;
  position: relative;
  z-index: 1; }
  .servicios li {
    width: calc(33.33% - 25px);
    margin-top: 50px;
    text-align: center;
    margin-right: 37.5px; }
    .servicios li:nth-child(3), .servicios li:last-child {
      margin-right: 0; }
  .servicios h4 {
    font-size: 1.5em;
    font-weight: 900;
    color: #c89d55;
    margin-top: 20px;
    margin-bottom: 0; }
  .servicios svg {
    display: block;
    margin: 0px auto;
    width: auto;
    height: 125px; }

.area > svg {
  position: absolute;
  z-index: 0;
  width: 50%; }
  .area > svg:first-of-type {
    top: -50px;
    left: -52.5%; }
  .area > svg:last-of-type {
    bottom: -400px;
    right: -45%; }

/*----------------------------------------- CONTACTO -----------------------------*/
.page-template-contacto .txt header ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page-template-contacto main > section:first-of-type,
.page-template-gracias main > section:first-of-type {
  padding-top: 0;
  border: none; }

.page-template-contacto .txt header div,
.page-template-gracias .txt header div {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 20px;
  width: 100%; }

.page-template-contacto .txt header ul,
.page-template-gracias .txt header ul {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 25px; }
  .page-template-contacto .txt header ul li,
  .page-template-gracias .txt header ul li {
    margin-bottom: 35px;
    position: relative;
    font-weight: 800; }
    .page-template-contacto .txt header ul li:last-child,
    .page-template-gracias .txt header ul li:last-child {
      margin-bottom: 0; }
    .page-template-contacto .txt header ul li svg,
    .page-template-gracias .txt header ul li svg {
      color: #c89d55;
      margin-right: 15px;
      width: 35px; }

.page-template-contacto .banner,
.page-template-gracias .banner {
  padding: 0; }

.page-template-contacto iframe,
.page-template-gracias iframe {
  width: 100%;
  min-height: 600px;
  position: relative;
  z-index: 2;
  mix-blend-mode: lighten; }

.page-template-gracias .txt header {
  width: 75%;
  margin: 0px auto;
  text-align: center; }
  .page-template-gracias .txt header ul {
    width: 100%; }
    .page-template-gracias .txt header ul li {
      margin-top: 50px;
      width: 25%;
      padding: 0 25px;
      text-align: center; }
      .page-template-gracias .txt header ul li svg {
        margin-right: 0;
        width: 70px; }
      .page-template-gracias .txt header ul li span {
        display: block;
        margin-bottom: 20px; }
      .page-template-gracias .txt header ul li a {
        display: block; }

/*----------------------------------------- TXT LEGALES -----------------------------*/
.page-template-txt-legal main > section {
  border: none;
  margin-top: 0 !important; }

.page-template-txt-legal .txt {
  padding-top: 0; }
  .page-template-txt-legal .txt article {
    position: relative;
    z-index: 1;
    margin-top: 75px; }
  .page-template-txt-legal .txt h1 {
    color: #2f2f2f;
    width: 100%;
    text-align: center; }
  .page-template-txt-legal .txt h2 {
    color: #c89d55;
    font-weight: 700; }
  .page-template-txt-legal .txt h3 {
    color: #c89d55; }
  .page-template-txt-legal .txt li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px; }
    .page-template-txt-legal .txt li:last-child {
      margin-bottom: 0; }
    .page-template-txt-legal .txt li:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #c89d55; }

/*----------------------------------------- 404 -----------------------------*/
.error404 main > section {
  border: none;
  padding-top: 0; }
  .error404 main > section > svg {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 15%; }
    .error404 main > section > svg:first-of-type {
      left: 0; }
    .error404 main > section > svg:last-of-type {
      right: 0; }

.error404 h1 {
  width: 100%;
  text-align: center;
  color: #c89d55;
  font-size: 5em;
  text-transform: uppercase; }
  .error404 h1 span {
    font-size: 2em; }

.error404 .txt header h2 {
  text-transform: inherit; }

/*------------------------------------- RESPONSIVE -------------------------------------*/
@media (max-width: 1400px) {
  /*FOOTER*/
  #colophon {
    padding: 75px 50px; }
  /*HOME*/
  .areas div article {
    width: calc(50% - 25px);
    margin-top: 50px; }
    .areas div article header {
      padding: 50px 25px; }
  .banner {
    padding: 100px 50px; }
  /*AREA*/
  .single-area-de-actuacion .areas div article {
    width: calc(33.33% - 25px); }
  /*TXT LEGALES*/
  .page-template-txt-legal .txt {
    padding: 0 50px; }
  /*404*/
  .error404 .txt.centrar > header {
    width: 100%;
    position: relative;
    z-index: 1; } }

@media (max-width: 1200px) {
  /*HEADER*/
  .main-navigation {
    display: none; }
  .btn-mobile {
    display: block !important; }
  .widget {
    position: relative;
    right: 0;
    margin-left: auto;
    margin-right: 25px; }
  .cabecera .menu-ppal {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 50px; }
  /*FOOTER*/
  #colophon {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px; }
    #colophon .logo {
      margin: 0px auto; }
    #colophon article {
      width: 100%; }
      #colophon article li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #colophon article:first-of-type {
        margin-bottom: 25px; }
        #colophon article:first-of-type p {
          position: absolute;
          bottom: 20px;
          text-align: center;
          width: calc(100% - 100px); }
      #colophon article:nth-of-type(2), #colophon article:nth-of-type(3) {
        display: none; }
  /*HOME*/
  .slider-full h1 {
    font-size: 3em; }
  .slider-full h2 {
    font-size: 2em; }
  .contacto > svg {
    width: 30%; }
  .contacto aside {
    width: 75%; }
  /*ABOUT*/
  .txt.centrar > header {
    width: 75%; }
  /*AREA*/
  .single-area-de-actuacion .areas div article {
    width: calc(50% - 25px); }
    .single-area-de-actuacion .areas div article:last-of-type {
      margin: 0px auto;
      margin-top: 50px; }
  .servicios h4 {
    font-size: 1.25em; } }

@media (max-width: 1000px) {
  main > section {
    margin-top: 100px !important; }
  .txt > header h2 {
    font-size: 2.25em; }
  .txt > header h3 {
    font-size: 1.25em; }
  /*HEAD*/
  .logo {
    width: 120px; }
  .uk-offcanvas-bar {
    width: 65%; }
  /*HOME*/
  .slider-full h1 {
    font-size: 2.5em; }
  .slider-full h2 {
    font-size: 1.5em; }
  .slider-full .uk-slideshow-items article {
    padding: 50px 25px; }
  .areas div article header {
    padding: 25px; }
  .areas > svg {
    display: none; }
  /*ABOUT*/
  .page-template-about .bloque article, .page-template-about .bloque figure {
    width: 100%; }
  .page-template-about .bloque article {
    padding: 0; }
  .page-template-about .bloque figure {
    aspect-ratio: 4/3;
    margin-top: 50px; }
  /*AREA*/
  .servicios li {
    width: calc(50% - 25px);
    margin-right: 50px; }
    .servicios li:nth-child(2n), .servicios li:last-child {
      margin-right: 0; }
    .servicios li:nth-child(3) {
      margin-right: 50px; }
  /*CONTACTO*/
  .contacto aside {
    width: 100%; }
  .contacto > svg {
    display: none; }
  /*404*/
  .error404 h1 {
    font-size: 4em; }
  .error404 .txt.centrar > header {
    padding: 0; }
  .error404 main > section > svg {
    display: none; }
  small {
    font-size: 60%; } }

@media (max-width: 800px) {
  .txt.centrar > header {
    width: 100%;
    padding: 0 50px; }
  /*HEAD*/
  .cabecera .menu-ppal {
    padding: 20px 25px; }
  .uk-offcanvas-bar {
    width: 75%; }
  /*HOME*/
  .banner.txt.centrar > header {
    padding: 0; }
  /*AREA*/
  .single-area-de-actuacion .bloque article, .single-area-de-actuacion .bloque figure {
    width: 100%; }
  .single-area-de-actuacion .bloque article {
    padding: 0; }
  .single-area-de-actuacion .bloque figure {
    aspect-ratio: 16/9;
    margini-top: 50px; } }

@media (max-width: 750px) {
  .slider-full {
    max-height: inherit;
    aspect-ratio: auto; }
    .slider-full .uk-slideshow-items {
      aspect-ratio: 1/1;
      width: 100%;
      min-height: 600px !important; }
      .slider-full .uk-slideshow-items article {
        width: 100%;
        height: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .slider-full .uk-slideshow-items figure {
        width: 100%;
        aspect-ratio: 16/9;
        height: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
  /*HOME*/
  .areas div article {
    width: 100%; }
  /*AREA*/
  .single-area-de-actuacion .areas div article {
    width: 100%; }
  .servicios {
    padding: 50px 25px; }
    .servicios li {
      margin-top: 0;
      margin-bottom: 50px; }
      .servicios li:last-child {
        margin-bottom: 0; }
    .servicios svg {
      height: 100px; }
  /*TXT LEGAL*/
  .page-template-txt-legal .txt {
    padding: 0 25px; }
  .page-template-txt-legal h1 {
    font-size: 2.5em; }
  .page-template-txt-legal h2 {
    font-size: 2em; } }

@media (max-width: 590px) {
  /*HEAD*/
  .cabecera .menu-ppal {
    width: 95%;
    padding: 20px; }
  .uk-offcanvas-bar {
    width: 100%;
    padding: 50px 25px; }
    .uk-offcanvas-bar .logo {
      width: 120px; }
  /*FOOTER*/
  #colophon {
    padding-top: 35px;
    padding-bottom: 200px; }
    #colophon .logo {
      max-width: 120px;
      margin-bottom: 30px; }
    #colophon article:first-of-type p {
      bottom: 100px; }
  .botones {
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .botones li {
      margin-bottom: 0 !important;
      width: 50%;
      text-align: center;
      border-radius: 0; }
    .botones svg {
      width: 35px; }
  /*HOME*/
  .txt.centrar > header {
    padding: 0; }
  .areas.txt.centrar > header {
    padding: 0 25px; }
  .txt > header h2,
  .bloque header h2 {
    font-size: 2em; }
  .bloque header h3 {
    font-size: 1.25em; }
  .contacto ul li:first-child {
    margin-bottom: 50px; }
  .wpcf7-form .mitad {
    width: 100%; }
  .banner {
    padding: 100px 25px; }
  /*TXT LEGAL*/
  .page-template-txt-legal h1 {
    font-size: 2.25em; }
  .page-template-txt-legal .txt {
    padding: 0; }
  /*404*/
  .error404 h1 {
    font-size: 3em; } }

@media (max-width: 490px) {
  /*HEAD*/
  .logo {
    width: 100px; }
  .widget {
    margin-right: 10px; }
  /*AREA*/
  .servicios li {
    width: 100%;
    margin-right: 0 !important; }
  .page-template-about .bloque figure,
  .bloque figure,
  .single-area-de-actuacion .bloque figure {
    aspect-ratio: 1/1; } }

@media (max-width: 400px) {
  body {
    font-size: 14px; }
  .cabecera .widget {
    display: none; } }
