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

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

#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: #12110c;
  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 {
  position: absolute;
  top: 0;
  width: 100%; }
  main > section {
    position: relative;
    margin-top: 150px; }

h1 {
  font-size: 2.5em;
  line-height: 1.1;
  font-weight: 600;
  color: #12110c; }

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

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

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

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

em {
  color: #12110c; }

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

p > strong {
  color: #12110c; }

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: 1720px; }

.wrapper2 {
  max-width: 1520px; }

.wrapper3 {
  max-width: 1300px; }

.btn {
  display: inline-block;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  background-color: #cea235;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-family: "Raleway", sans-serif;
  padding: 10px 25px;
  transition: all .5s;
  border: 2px solid #cea235; }
  .btn:visited {
    color: #fff; }
  .btn:hover {
    text-decoration: none;
    color: #cea235;
    background-color: transparent; }
  .btn.invert {
    color: #cea235;
    background-color: #fff;
    border: 2px solid #fff; }
    .btn.invert:hover {
      color: #fff;
      background-color: transparent; }

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

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #12110c; }

.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: #cea235;
      width: 25px; }
  .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    padding: 15px 20px;
    padding-left: 65px;
    border-radius: 0;
    border: 1px solid #cea235;
    background-color: #fff;
    color: #12110c;
    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: #cea235;
    font-weight: 900;
    font-size: 1.25em;
    text-transform: uppercase;
    border: 1px solid #cea235;
    -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: #cea235; }
  .wpcf7-form .wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px; }
  .wpcf7-form .wpcf7-list-item-label a {
    color: #cea235; }
  .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 #cea235;
  color: #12110c;
  border-radius: 5px; }
  .captcha-image .cf7ic_instructions span {
    color: #cea235; }
  .captcha-image label > input + svg {
    color: #12110c; }

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

.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,
.txt > article > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }
  .txt > header h1, .txt > header h2, .txt > header h3,
  .txt > article > header h1,
  .txt > article > header h2,
  .txt > article > header h3 {
    display: block;
    width: 100%; }
  .txt > header h1, .txt > header h2,
  .txt > article > header h1,
  .txt > article > header h2 {
    color: #12110c;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 3em;
    font-weight: 900;
    text-transform: uppercase; }
  .txt > header h3,
  .txt > article > header h3 {
    color: #cea235;
    -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,
  .txt > article > header .btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0px auto;
    margin-top: 25px; }
  .txt > header p,
  .txt > article > header p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }

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

.txt.centrar p {
  text-align: center; }

/*---------------------------- HEADER -------------------------*/
.topbar {
  background-color: #12110c;
  padding: 20px 0;
  position: relative; }
  .topbar:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 0;
    z-index: 0;
    bottom: -30px;
    left: 0;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    background-color: #12110c;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .topbar * {
    color: #fff; }
  .topbar .datos-contato,
  .topbar .rrss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .topbar .datos-contato *,
    .topbar .rrss * {
      font-size: 14px; }
  .topbar .datos-contato li {
    margin-right: 15px;
    padding-right: 20px;
    position: relative; }
    .topbar .datos-contato li:before {
      content: '/';
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      font-weight: 700; }
    .topbar .datos-contato li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .topbar .datos-contato li:last-child:before {
        display: none; }
    .topbar .datos-contato li span:first-of-type {
      margin-right: 10px; }
    .topbar .datos-contato li a {
      font-weight: 700; }
  .topbar .rrss li {
    margin-right: 20px;
    font-weight: 900;
    text-transform: uppercase; }
    .topbar .rrss li:last-child {
      margin-right: 0; }

#wrapper-header .cabecera {
  padding: 25px 0; }
  #wrapper-header .cabecera .logo {
    width: 200px; }
    #wrapper-header .cabecera .logo .st0-logo,
    #wrapper-header .cabecera .logo .st1-logo {
      fill: #fff; }
  #wrapper-header .cabecera header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #wrapper-header .cabecera nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #wrapper-header .cabecera nav .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #wrapper-header .cabecera nav .menu li {
        margin-right: 25px; }
        #wrapper-header .cabecera nav .menu li a {
          text-transform: uppercase;
          font-weight: 900;
          color: #fff; }
    #wrapper-header .cabecera nav .widget_mslswidget {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0; }
      #wrapper-header .cabecera nav .widget_mslswidget a {
        text-transform: uppercase;
        font-weight: 900;
        margin-right: 25px;
        color: #fff; }
        #wrapper-header .cabecera nav .widget_mslswidget a:last-of-type {
          margin-right: 0; }

#wrapper-header.uk-active .cabecera {
  background-color: #fff;
  position: realtive; }
  #wrapper-header.uk-active .cabecera:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 0;
    z-index: 0;
    bottom: -30px;
    left: 0;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    background-color: #fff;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  #wrapper-header.uk-active .cabecera .logo .st0-logo {
    fill: #12110c; }
  #wrapper-header.uk-active .cabecera .logo .st1-logo {
    fill: #cea235; }
  #wrapper-header.uk-active .cabecera nav .menu li a,
  #wrapper-header.uk-active .cabecera nav .widget_mslswidget a {
    color: #12110c; }

#wrapper-header.uk-active .btn-menu svg {
  color: #12110c; }

#wrapper-header.uk-active .btn-menu:hover {
  color: #cea235; }

.btn-menu {
  display: none; }
  .btn-menu svg {
    width: 40px;
    color: #fff; }

.uk-offcanvas-bar {
  background-color: #fff;
  width: 60%;
  padding: 50px; }
  .uk-offcanvas-bar .uk-offcanvas-close {
    color: #12110c !important; }
    .uk-offcanvas-bar .uk-offcanvas-close svg {
      width: 25px; }
  .uk-offcanvas-bar .logo {
    display: block ruby;
    margin: 0px auto;
    width: 100%; }
    .uk-offcanvas-bar .logo svg {
      width: 100%; }
  .uk-offcanvas-bar .widget {
    text-align: center;
    margin-top: 50px; }
    .uk-offcanvas-bar .widget a:first-of-type {
      margin-right: 50px; }
    .uk-offcanvas-bar .widget img {
      width: 25px; }
  .uk-offcanvas-bar .menu {
    margin: 50px 0;
    text-align: center; }
    .uk-offcanvas-bar .menu li {
      margin-bottom: 25px; }
      .uk-offcanvas-bar .menu li a {
        font-size: 1.2em;
        color: #12110c;
        font-weight: 900;
        text-transform: uppercase; }
        .uk-offcanvas-bar .menu li a:hover {
          color: #cea235; }
  .uk-offcanvas-bar > ul {
    padding-top: 25px;
    border-top: 1px solid #cea235; }
    .uk-offcanvas-bar > ul li {
      font-size: 1.2em;
      color: #12110c;
      text-transform: uppercase;
      font-weight: 900; }
    .uk-offcanvas-bar > ul a {
      display: block;
      margin-bottom: 25px;
      text-align: center;
      text-transform: initial;
      color: #12110c; }
      .uk-offcanvas-bar > ul a span {
        margin-right: 15px; }
        .uk-offcanvas-bar > ul a span svg {
          width: 25px; }
      .uk-offcanvas-bar > ul a:hover {
        color: #cea235; }
    .uk-offcanvas-bar > ul.rrss li:first-child {
      margin-right: 20px; }

.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.5); }

/*-------------------------- FOOTER -----------------------*/
#colophon {
  background-color: #12110c;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  #colophon:after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 1;
    top: -150px;
    left: 0;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    background-color: #12110c; }
  #colophon .logo {
    display: block;
    width: 300px; }
    #colophon .logo svg {
      width: 100%; }
  #colophon .st0-logo,
  #colophon .st1-logo {
    fill: #fff; }
  #colophon article {
    width: calc(100% - 400px); }
    #colophon article nav a {
      text-transform: uppercase;
      font-weight: 900; }
    #colophon article ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 35px; }
      #colophon article ul li {
        margin-right: 25px; }
        #colophon article ul li span {
          margin-right: 10px; }
    #colophon article .rrss li {
      margin-right: 20px;
      font-weight: 900;
      text-transform: uppercase;
      color: #fff; }
  #colophon a, #colophon p {
    color: #fff;
    font-weight: 700; }
  #colophon .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #colophon .menu li {
      margin-right: 20px; }
      #colophon .menu li:last-child {
        margin-right: 0; }
  #colophon .wrapper + .wrapper {
    margin-top: 50px; }
    #colophon .wrapper + .wrapper p {
      margin: 0; }

/*-------------------------- HOME -----------------------*/
.home .slider-full:after {
  background-color: #e7e7e7; }

.slider-full {
  margin-top: 0 !important;
  overflow: hidden;
  height: 100%; }
  .slider-full:after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 0;
    z-index: 0;
    bottom: 0px;
    left: 0;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    background-color: #fff;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .slider-full li div {
    z-index: 2; }
    .slider-full li div h1 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 4em; }
    .slider-full li div h2 {
      margin-bottom: 50px; }
  .slider-full li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #12110c;
    opacity: .25;
    z-index: 1; }

.servicios {
  background-color: #e7e7e7;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative; }
  .servicios:after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    left: 0;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    background-color: #fff;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

.iconos-servicios {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px; }
  .iconos-servicios article {
    margin-top: 75px;
    text-align: center; }
  .iconos-servicios svg {
    width: auto;
    height: 225px;
    color: #cea235;
    margin: 0px auto;
    display: block; }
  .iconos-servicios h4 {
    font-weight: 900;
    font-size: 1.7em;
    text-align: center;
    margin: 50px 0; }
  .iconos-servicios .btn {
    display: inline-block;
    margin: 0px auto; }

.banner {
  padding-top: 200px;
  padding-bottom: 250px;
  background-color: #cea235;
  background-blend-mode: multiply;
  background-position: center; }
  .banner:before {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    background-color: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .banner header, .banner p {
    width: 50%; }
  .banner h2, .banner h3, .banner p {
    color: #fff !important; }
  .banner h3 {
    font-weight: 600 !important; }

/*---------------------------------- CONTACTO -----------------------------*/
.page-template-contacto .wpcf7 {
  width: 75%;
  margin: 0px auto;
  margin-top: 75px; }

.iconos-contacto {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px; }
  .iconos-contacto li {
    margin-top: 75px;
    text-align: center; }
  .iconos-contacto svg {
    width: auto;
    height: 100px;
    color: #cea235;
    margin: 0px auto;
    display: block; }
  .iconos-contacto a {
    font-weight: 900;
    font-size: 1.5em;
    text-align: center;
    margin-top: 25px;
    display: block;
    line-height: 1em; }

.mapa {
  position: relative; }
  .mapa:before {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 0;
    z-index: 0;
    top: 0px;
    left: 0;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    background-color: #fff;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .mapa iframe {
    width: 100%;
    min-height: 750px; }

/*---------------- BLOG ----------------*/
#blog_inmoleo {
  margin: 150px auto; }

.alm-listing {
  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; }

.entrada {
  width: calc(33.33% - 50px);
  margin-bottom: 100px;
  background-color: #e7e7e7;
  position: relative; }
  .entrada:before, .entrada:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 2;
    left: 0;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    -webkit-transform: rotate(180deg) scaleX(-1);
    -ms-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1); }
  .entrada:before {
    top: 0px;
    background-color: #fff; }
  .entrada:after {
    bottom: -30px;
    background-color: #e7e7e7;
    /*transform: scaleX(-1);*/ }
  .entrada figure {
    aspect-ratio: 4/3;
    position: relative; }
    .entrada figure:after {
      content: "";
      width: 100%;
      height: 30px;
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      background-color: #e7e7e7;
      -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
      clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
  .entrada img {
    width: 100%; }
  .entrada header, .entrada div {
    padding: 25px;
    margin: 0; }
  .entrada h4 a {
    color: #12110c;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.1em;
    margin-top: 25px; }
  .entrada .entry-meta {
    color: #cea235;
    margin: 0; }
    .entrada .entry-meta svg, .entrada .entry-meta a {
      color: #cea235; }
    .entrada .entry-meta li:first-child {
      margin-bottom: 10px; }
  .entrada p {
    color: #12110c; }
  .entrada .btn {
    margin-top: 25px;
    z-index: 1; }

.alm-load-more-btn {
  margin: 0px auto;
  display: block;
  background-color: #12110c;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 15px 50px;
  font-size: 1.2em; }

/*POST*/
.single-post .slider-full p {
  color: #fff;
  font-weight: 700; }
  .single-post .slider-full p svg {
    width: 30px;
    margin-right: 15px;
    color: #fff; }

.single-post .uk-slideshow-items .wrapper article {
  width: 75%; }

.single-post .wrapper3 {
  margin: 150px auto; }

.single-post .otros-posts {
  margin-bottom: 150px; }
  .single-post .otros-posts > header {
    margin-bottom: 75px; }
  .single-post .otros-posts.txt article, .single-post .otros-posts.txt figure {
    width: 100%; }
  .single-post .otros-posts .uk-slidenav svg {
    width: 30px;
    color: #cea235; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  color: #cea235;
  font-weight: 900; }

.entry-content strong {
  color: #12110c; }

.entry-content ul li {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative; }
  .entry-content ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #cea235;
    border-radius: 50%; }
  .entry-content ul li:last-child {
    margin-bottom: 0; }

.entry-content a {
  font-weight: bold;
  text-decoration: underline; }

.entry-content img {
  display: block;
  margin: 50px auto;
  width: 75%; }

.post {
  position: relative;
  z-index: 1; }

/*---------------------------------- TXT LEGALES -----------------------------*/
.page-template-txt-legal #wrapper-header .cabecera .logo .st0-logo {
  fill: #12110c; }

.page-template-txt-legal #wrapper-header .cabecera .logo .st1-logo {
  fill: #cea235; }

.page-template-txt-legal #wrapper-header .cabecera nav .menu li a,
.page-template-txt-legal #wrapper-header .cabecera nav .widget_mslswidget a {
  color: #12110c; }

.page-template-txt-legal #wrapper-header .cabecera .btn-menu svg {
  color: #12110c; }

.page-template-txt-legal .legal {
  margin: 350px auto; }
  .page-template-txt-legal .legal h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 75px; }
  .page-template-txt-legal .legal h1, .page-template-txt-legal .legal h2, .page-template-txt-legal .legal h3 {
    font-weight: 900;
    color: #12110c; }
  .page-template-txt-legal .legal li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px; }
    .page-template-txt-legal .legal li:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #cea235; }

/*---------------------------------- 404 -----------------------------*/
.error404 #wrapper-header .cabecera .logo .st0-logo {
  fill: #12110c; }

.error404 #wrapper-header .cabecera .logo .st1-logo {
  fill: #cea235; }

.error404 #wrapper-header .cabecera nav .menu li a,
.error404 #wrapper-header .cabecera nav .widget_mslswidget a {
  color: #12110c; }

.error404 #wrapper-header .cabecera .btn-menu svg {
  color: #12110c; }

.error404 main > section {
  margin: 350px auto; }
  .error404 main > section h1 {
    color: #cea235; }

.error404 video {
  aspect-ratio: 16/9;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 50px 0; }

/*---------------------------------- RESPONSIVE -----------------------------*/
/*------------- 1500px -------------*/
@media (max-width: 1500px) {
  h2 {
    font-size: 2em; }
  /*HOME*/
  .slider-full {
    min-height: 800px; }
    .slider-full > div {
      height: 800px; }
    .slider-full .uk-slideshow-items {
      height: 100%; }
    .slider-full li .wrapper3 {
      margin-top: 50px;
      margin-left: 5%; }
      .slider-full li .wrapper3 h1 {
        font-size: 3em; }
      .slider-full li .wrapper3 h2 {
        margin: 25px 0; }
  .iconos-servicios svg {
    height: 175px; }
  .banner header, .banner p {
    width: 75%; }
  /*CONTACTO*/
  .iconos-contacto a {
    font-size: 1.25em; }
  .iconos-contacto svg {
    height: 75px; } }

/*------------- 1400px -------------*/
@media (max-width: 1400px) {
  /*HEADER*/
  #wrapper-header .cabecera nav {
    margin-left: auto;
    margin-right: 25px; }
    #wrapper-header .cabecera nav .menu-menu-principal-container {
      display: none; }
  .btn-menu {
    display: block; }
  /*FOOTER*/
  #colophon .logo {
    margin: 0px auto; }
  #colophon article {
    width: 100%; }
    #colophon article ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  #colophon .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /*BLOG*/
  .entrada {
    width: calc(50% - 50px); } }

/*------------- 1000px -------------*/
@media (max-width: 1000px) {
  h2 {
    font-size: 2em !important; }
  h4 {
    font-size: 1em; }
  .txt.centrar > header {
    width: 100%; }
  .slider-full::after {
    height: 100px; }
  /*HEADER*/
  #wrapper-header .cabecera .logo {
    width: 150px; }
  .topbar .datos-contato li {
    margin-right: 25px;
    padding-right: 25px; }
    .topbar .datos-contato li:last-child {
      margin-right: 0;
      padding-right: 0; }
    .topbar .datos-contato li:before {
      top: 3px;
      font-size: 2em;
      font-weight: 400; }
    .topbar .datos-contato li svg {
      width: 30px; }
    .topbar .datos-contato li span + span {
      display: none; }
  .topbar .rrss svg {
    width: 30px; }
  .uk-offcanvas-bar {
    width: 75%; }
  /*FOOTER*/
  #colophon:after {
    height: 100px;
    top: -100px; }
  #colophon article nav {
    display: none; }
  #colophon .logo {
    max-width: 200px; }
  #colophon .datos-contato {
    -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; }
    #colophon .datos-contato li {
      margin-bottom: 25px; }
      #colophon .datos-contato li:last-child {
        margin-bottom: 0; }
  #colophon div:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #colophon div:last-of-type nav {
      margin-bottom: 25px; }
      #colophon div:last-of-type nav li {
        margin-right: 50px; }
        #colophon div:last-of-type nav li:last-child {
          margin-right: 0; }
  #colophon .wrapper + .wrapper p {
    text-align: center; }
  /*HOME*/
  .iconos-servicios {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); }
    .iconos-servicios article {
      margin-top: 50px; }
  .servicios::after,
  .banner::before {
    height: 100px; }
  .banner {
    padding-top: 100px;
    padding-bottom: 150px; }
    .banner header, .banner p {
      width: 100%; }
  /*CONTACTO*/
  .iconos-contacto {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); }
    .iconos-contacto li {
      margin-top: 50px; }
  .mapa:before {
    height: 100px; }
  .mapa iframe {
    min-height: 550px; }
  /*BLOG*/
  .slider-full li .wrapper3 h1 {
    font-size: 2.5em; }
  .entrada {
    width: calc(50% - 25px); }
  .single-post .otros-posts .uk-slidenav svg {
    width: 20px; } }

/*------------- 765px -------------*/
@media (max-width: 765px) {
  .slider-full li .wrapper3 h1,
  .txt > header h1, .txt > article > header h1 {
    font-size: 2.25em; }
  h2 {
    font-size: 1.75em !important; }
  .uk-offcanvas-bar {
    width: 90%; }
  /*CONTACTO*/
  .page-template-contacto .wpcf7 {
    width: 100%; }
  /*BLOG*/
  .entrada {
    width: 100%; } }

/*------------- 590px -------------*/
@media (max-width: 590px) {
  main > section {
    margin-top: 100px; }
  /*HEADER*/
  .uk-offcanvas-bar {
    padding: 50px 25px; }
  /*FOOTER*/
  #colophon .menu li {
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
    margin-bottom: 25px; }
    #colophon .menu li:last-child {
      margin-bottom: 0; }
  /*CONTACTO*/
  .iconos-contacto li {
    margin-top: 25px; }
  /*BLOG*/
  .entry-content img {
    width: 100%; }
  .single-post .otros-posts {
    max-width: 85%; }
  /*TXT LEGALES*/
  .page-template-txt-legal .legal {
    margin: 250px auto; }
  /*404*/
  .error404 main > section {
    margin: 250px auto; } }

/*------------- 450px -------------*/
@media (max-width: 450px) {
  body {
    font-size: 14px;
    line-height: 20px; }
  /*HEADER*/
  .topbar .datos-contato li svg,
  .topbar .rrss svg {
    width: 25px; }
  .topbar .rrss li:first-child {
    display: none; }
  /*HOME*/
  .iconos-servicios svg {
    height: 125px; }
  .iconos-servicios h4 {
    margin: 25px 0; }
  /*CONTACTO*/
  .iconos-contacto svg {
    height: 50px; }
  .wpcf7-form .mitad, .wpcf7-form .full {
    width: 100%;
    margin-bottom: 10px; } }

/*------------- 390px -------------*/
@media (max-width: 390px) {
  /*HEADER*/
  #wrapper-header .cabecera {
    padding: 15px 0; }
    #wrapper-header .cabecera nav {
      display: none; }
  .uk-offcanvas-bar {
    width: 100%; }
  .topbar::after,
  #wrapper-header.uk-active .cabecera::after {
    height: 25px;
    bottom: -25px; }
  .btn-menu {
    top: 10px;
    position: relative; }
  /*FOOTER*/
  #colophon::after {
    height: 50px;
    top: -50px; }
  /*HOME*/
  .slider-full::after,
  .servicios::after, .banner::before, .mapa::before {
    height: 50px; }
  .servicios {
    padding-bottom: 100px; }
  /*BLOG*/
  #blog_inmoleo {
    margin: 100px auto; }
  .entrada {
    margin-bottom: 50px; } }
