@charset "UTF-8";
@font-face {
  font-family: "Glacial Indifference Bold";
  src: url("../fonts/GlacialIndifference-Bold.eot");
  src: url("../fonts/GlacialIndifference-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GlacialIndifference-Bold.woff2") format("woff2"), url("../fonts/GlacialIndifference-Bold.woff") format("woff"), url("../fonts/GlacialIndifference-Bold.ttf") format("truetype"), url("../fonts/GlacialIndifference-Bold.svg#GlacialIndifference-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Glacial Indifference";
  src: url("../fonts/GlacialIndifference-Regular.eot");
  src: url("../fonts/GlacialIndifference-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GlacialIndifference-Regular.woff2") format("woff2"), url("../fonts/GlacialIndifference-Regular.woff") format("woff"), url("../fonts/GlacialIndifference-Regular.ttf") format("truetype"), url("../fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
::-moz-selection { /* Code for Firefox */
  color: #ff7859;
  background: #3d3d3d;
}

::selection {
  color: #ff7859;
  background: #3d3d3d;
}

#wpadminbar {
  display: none;
}

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

body {
  font-family: "Nunito", sans-serif !important;
  font-size: 18px;
  line-height: 24px;
  color: #3d3d3d;
  margin: 0 !important;
}

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

h1, h2, h4 {
  font-family: "Glacial Indifference", sans-serif !important;
}

h3, h5, h6 {
  font-family: "Nunito", sans-serif !important;
}

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

h2 {
    font-size: clamp(2.625rem, calc( 14px + 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: #3d3d3d;
}

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

h3 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 900;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #3d3d3d;
}
a:hover {
  color: #3d3d3d;
}
a:visited {
  color: inherit;
}

em {
  color: #3d3d3d;
}

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

p > strong {
  color: #3d3d3d;
}

figure {
  margin: 0;
  border-radius: 15px;
}
figure img {
  border-radius: 15px;
  width: 100%;
}

.wrapper0 {
  width: calc(100% - 100px);
  margin: 0px auto;
}

.wrapper {
  width: 90%;
  max-width: 1720px;
  margin: 0px auto;
}

.wrapper2 {
  width: 90%;
  max-width: 1360px;
  margin: 0px auto;
}

.wrapper3 {
  width: calc(100% - 50px);
  margin: 0px auto;
}

.btn {
  display: inline-block;
  position: relative;
  font-weight: 900;
  padding: 15px 25px;
  border-radius: 5px;
  color: #ff7859;
  background-color: #3d3d3d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  min-width: 150px;
}
.btn span {
  display: block;
  position: relative;
  z-index: 10;
  color: #ff7859;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover {
  text-decoration: none !important;
}
.btn:hover span {
  color: #3d3d3d;
  -webkit-animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
          animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
.btn:hover:before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.05s;
          transition-duration: 0.05s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.btn:before {
  position: absolute;
  content: "";
  background: #ff7859;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
          transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.btn::after {
  position: absolute;
  content: "";
  background: #ff7859;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn:visited {
  color: #fff;
}
.btn.invert {
  color: #ff7859;
  background-color: #fff;
}
.btn.invert:before, .btn.invert:after {
  background: #ff7859;
}
.btn.invert:visited {
  color: #ff7859;
}
.btn.invert span {
  color: #ff7859;
}
.btn.invert:hover span {
  color: #fff;
}

@-webkit-keyframes MoveScaleUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@-webkit-keyframes MoveScaleUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*FORM*/
::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

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

.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%;
  margin: 0;
}
.wpcf7-form .uk-icon {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 25px;
}
.wpcf7-form .uk-icon svg {
  color: #ff7859;
  width: 30px;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  border-radius: 5px;
  padding: 15px 20px;
  padding-left: 75px;
  border: 1px solid #ff7859;
  background-color: #fff;
  color: #ff7859;
  width: 100%;
  font-size: 1.1em;
}
.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;
}
.wpcf7-form textarea {
  height: 175px;
}
.wpcf7-form input[type=submit] {
  padding: 14px 20px;
  background-color: #ff7859;
  font-weight: 500;
  font-size: 1.25em;
  text-transform: uppercase;
  border: 2px solid #ff7859;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.wpcf7-form input[type=submit]:hover {
  background-color: #fff;
  color: #ff7859;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}
.wpcf7-form .wpcf7-list-item-label {
  color: #ff7859;
}
.wpcf7-form .wpcf7-list-item-label a {
  color: #ff7859;
}
.wpcf7-form input[type=checkbox] {
  width: 30px;
  padding: 0;
  height: 30px;
  border-radius: 2px;
}
.wpcf7-form .full {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}
.wpcf7-form .mitad {
  width: calc(50% - 25px);
  margin-bottom: 35px;
  position: relative;
}
.wpcf7-form .tercio {
  width: calc(33.33% - 25px);
  position: relative;
  margin-bottom: 35px;
}
.wpcf7-form .enviar {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

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

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

.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 > div > article header, .txt > article header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.txt > header h2, .txt > header h3, .txt > div > article header h2, .txt > div > article header h3, .txt > article header h2, .txt > article header h3 {
  display: block;
  width: 100%;
}
.txt > header h2, .txt > div > article header h2, .txt > article header h2 {
  color: #3d3d3d;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 3.5em;
}
.txt > header h3, .txt > div > article header h3, .txt > article header h3 {
  color: #ff7859;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.25em;
}
.txt.centrar {
  text-align: center;
}
.txt.centrar article {
  width: 70%;
  margin: 0px auto;
}
.txt .btn {
  margin-top: 25px;
}
.txt article p:first-of-type {
  margin-top: 0;
}

main {
  position: absolute;
  top: 0;
  width: 100%;
}
main > section {
  margin-top: 150px !important;
  position: relative;
}

/*------------------------------- HEADER -------------------------*/
.cabecera {
  position: fixed;
  z-index: 99;
  width: 100%;
}
.cabecera .st0-logo {
  fill: #fff !important;
}
.cabecera * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cabecera.active {
  background-color: #fff;
}
.cabecera.active .st0-logo {
  fill: #3d3d3d !important;
}
.cabecera.active .top {
  border-bottom: 1px solid #3d3d3d;
}
.cabecera.active .top .datos-contacto li svg, .cabecera.active .top .datos-contacto li a {
  color: #3d3d3d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cabecera.active .top .datos-contacto li svg:hover, .cabecera.active .top .datos-contacto li a:hover {
  color: #ff7859;
}
.cabecera.active .top .datos-contacto li:before {
  background-color: #3d3d3d;
}
.cabecera.active .top aside a, .cabecera.active .top aside span, .cabecera.active .top aside svg {
  color: #3d3d3d;
}
.cabecera.active .top aside a, .cabecera.active .top aside svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cabecera.active .top aside a:hover, .cabecera.active .top aside svg:hover {
  color: #ff7859;
}
.cabecera.active .main-navigation .menu a {
  color: #3d3d3d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cabecera.active .main-navigation .menu a:hover {
  color: #ff7859;
}

.top {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.top .datos-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .datos-contacto li {
  padding-right: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top .datos-contacto li:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.top .datos-contacto li a, .top .datos-contacto li svg {
  color: #fff;
}
.top .datos-contacto li a {
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top .datos-contacto li a:hover {
  color: #ff7859;
}
.top .datos-contacto li svg {
  margin-right: 10px;
}
.top .datos-contacto li:last-child {
  margin: 0;
  padding: 0;
}
.top .datos-contacto li:last-child:before {
  display: none;
}
.top aside span, .top aside a, .top aside svg {
  color: #fff;
  line-height: 14px;
}
.top aside a, .top aside svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top aside a:hover, .top aside svg:hover {
  color: #ff7859;
}
.top aside span {
  text-transform: uppercase;
  font-size: 14px;
}
.top aside li {
  margin-right: 15px;
  position: relative;
}

.menu-ppal {
  padding: 20px 0;
}

/*.logo{ width:200px; }*/
.main-navigation {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation .menu > li {
  margin-left: 35px;
}
.main-navigation .menu > li:first-child {
  margin-left: 0;
}
.main-navigation .menu > li svg {
  width: 30px;
  color: #ff7859;
  margin-top: -5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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;
}
.main-navigation .menu .sub-menu li {
  margin-bottom: 20px;
}
.main-navigation .menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-navigation .menu a {
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  position: relative;
  font-weight: 700;
}
.main-navigation .menu a:hover {
  color: #ff7859;
}
.main-navigation .menu a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff7859;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-navigation .menu a:hover {
  color: #ff7859;
  text-decoration: none;
}
.main-navigation .menu a:hover:before {
  width: 100%;
}

.widget_mslswidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  margin-bottom: 0;
}
.widget_mslswidget a {
  color: #ff7859;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_mslswidget a:hover {
  color: #ff7859;
}
.widget_mslswidget a + a {
  margin-left: 15px;
  padding-left: 15px;
}
.widget_mslswidget a + a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 90%;
  background-color: #ff7859;
}
.widget_mslswidget a {
  /*&:last-of-type{display:none;}*/
}

.mobile {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-mobile {
  margin-left: 35px;
  display: none;
}
.btn-mobile svg {
  width: 35px;
  color: #ff7859;
}

.mi-cuenta {
  margin-right: 35px;
  margin-top: -5px;
}
.mi-cuenta svg {
  width: 35px;
  color: #ff7859;
}

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

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

.uk-offcanvas-bar {
  width: 50%;
  padding: 50px;
  background-color: #fff;
}
.uk-offcanvas-bar .logo {
  width: 300px;
  display: block;
  margin: 0px auto;
}
.uk-offcanvas-bar .menu {
  margin-top: 50px;
  border-bottom: 1px solid #ff7859;
  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: 35px;
}
.uk-offcanvas-bar .menu a {
  color: #3d3d3d;
  text-transform: uppercase;
}
.uk-offcanvas-bar .datos-contacto {
  margin: 35px 0;
  border-bottom: 1px solid #ff7859;
}
.uk-offcanvas-bar .datos-contacto li {
  width: 100%;
  margin-bottom: 35px;
}
.uk-offcanvas-bar .datos-contacto a {
  color: #ff7859;
}
.uk-offcanvas-bar .datos-contacto a svg {
  width: 25px;
  color: #ff7859;
  margin-right: 15px;
}
.uk-offcanvas-bar .rrss span {
  color: #ff7859;
}
.uk-offcanvas-bar .rrss svg {
  width: 25px;
  color: #ff7859;
  margin-left: 35px;
}

/*--------------------------- FOOTER -----------------------------*/
#colophon {
  background-color: #3d3d3d;
  margin-top: 150px;
  padding: 75px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#colophon .logo .st0-logo {
  fill: #fff !important;
}
#colophon li {
  margin-bottom: 20px;
  position: relative;
}
#colophon li:last-child {
  margin-bottom: 0;
}
#colophon li a {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#colophon li a:hover {
  color: #ff7859;
}
#colophon article {
  width: calc(25% - 75px);
  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 p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

/*--------------------------- HOME ----------------------------*/
.slider-full {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.slider-full li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #3d3d3d;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.slider-full h1 {
  font-family: "Glacial Indifference Bold", sans-serif !important;
  font-size: 5em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 50px;
}
.slider-full h2 {
  font-family: "Nunito", sans-serif !important;
  font-size: 2em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-transform: uppercase;
}
.slider-full h1, .slider-full h2 {
  color: #fff;
}
.slider-full p {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1em;
  margin: 0px auto;
  margin-bottom: 50px;
  width: 75%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.slider-full .btn {
  margin: 0px auto;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.slider-full div.slider-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}

.about-home {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-home > figure, .about-home div {
  width: calc(50% - 100px);
}
.about-home div {
  margin-top: 75px;
}
.about-home div figure {
  margin-top: 150px;
}
.about-home div figure img {
  position: relative;
  z-index: 1;
}
.about-home div figure:before {
  z-index: 2;
  top: -20px;
  left: -20px;
}
.about-home div figure:after {
  z-index: 0;
  top: 20px;
  left: 20px;
}
.about-home article {
  padding: 100px;
  padding-left: 0;
  position: relative;
}
.about-home article * {
  position: relative;
  z-index: 1;
}
.about-home article:after {
  content: "";
  width: calc(100% + 300px);
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: -300px;
  z-index: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.about-home figure {
  position: relative;
  overflow: visible !important;
}
.about-home figure img {
  z-index: 2;
}
.about-home figure:before, .about-home figure:after {
  content: "";
  position: absolute;
  border-radius: 15px;
  border: 1px solid #ff7859;
  width: 100%;
  height: 100%;
}
.about-home > figure {
  aspect-ratio: 3/4;
}
.about-home > figure:before {
  z-index: 3;
  top: -20px;
  left: 20px;
}
.about-home > figure:after {
  z-index: 1;
  top: 20px;
  left: -20px;
}

.promos-home .uk-thumbnav {
  margin-bottom: 50px;
  border-bottom: 2px solid #f2f2f2;
  padding: 25px;
  padding-top: 0px;
}
.promos-home .uk-thumbnav a {
  font-family: "Glacial Indifference Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.promos-home .uk-thumbnav a.uk-active {
  color: #ff7859;
  text-decoration: underline;
}
.promos-home .uk-thumbnav a:hover {
  color: #ff7859;
}
.promos-home .uk-width-3-4 {
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 0;
  position: relative;
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promos-home .uk-width-3-4:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 15px;
  border: 1px solid #ff7859;
}
.promos-home .uk-width-3-4 article, .promos-home .uk-width-3-4 figure {
  width: 50%;
}
.promos-home .uk-width-3-4 figure {
  height: 100%;
}
.promos-home .uk-width-3-4 article {
  padding: 100px 75px;
}
.promos-home .uk-width-3-4 article p {
  font-size: 1.2em;
  line-height: 1.2em;
}
.promos-home .uk-width-3-4 article strong {
  display: block;
  margin: 50px 0;
  font-size: 1.5em;
  font-weight: 900;
  font-family: "Glacial Indifference Bold", sans-serif;
}

.contact article, .contact aside {
  width: calc(50% - 100px);
}
.contact article {
  padding: 100px;
  position: relative;
}
.contact article * {
  position: relative;
  z-index: 1;
}
.contact article:after {
  content: "";
  width: calc(100% + 100px);
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.contact aside {
  border-radius: 10px;
  position: relative;
  aspect-ratio: 1/1;
}
.contact aside iframe {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.contact aside:before, .contact aside:after {
  content: "";
  position: absolute;
  border: 1px solid #ff7859;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact aside:before {
  top: 20px;
  left: 20px;
}
.contact aside:after {
  top: 40px;
  left: 40px;
}

.banner {
  padding: 200px 0;
  position: relative;
  background-attachment: fixed;
  margin-top: 150px;
}
.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3d3d3d;
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: 1;
}
.banner article {
  position: relative;
  z-index: 2;
  width: 50% !important;
}
.banner h2, .banner h3, .banner p {
  color: #fff !important;
}

/*---------------------------------- ABOUT -----------------------------*/
.page-template-about .about-home div figure {
  width: 175%;
  margin-left: -75%;
}

.about-02 article, .about-02 figure {
  width: calc(50% - 100px);
}
.about-02 figure {
  aspect-ratio: 1/1;
  position: relative;
  overflow: visible !important;
}
.about-02 figure img {
  z-index: 1;
}
.about-02 figure:before, .about-02 figure:after {
  content: "";
  position: absolute;
  border-radius: 15px;
  border: 1px solid #ff7859;
  width: 100%;
  height: 100%;
}
.about-02 figure:before {
  top: -20px;
  left: -20px;
  z-index: 2;
}
.about-02 figure:after {
  top: 20px;
  left: 20px;
  z-index: 0;
}
.about-02 article {
  padding: 100px;
  padding-left: 0;
  position: relative;
}
.about-02 article * {
  position: relative;
  z-index: 1;
}
.about-02 article:after {
  content: "";
  width: calc(100% + 200px);
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.about-03 div, .about-03 figure {
  width: calc(50% - 100px);
}
.about-03 div {
  margin-top: 75px;
}
.about-03 div figure {
  width: 90%;
  margin-top: 0;
}
.about-03 div figure img {
  position: relative;
  z-index: 1;
}
.about-03 div figure:before {
  z-index: 2;
  top: -20px;
  left: -20px;
}
.about-03 div figure:after {
  z-index: 0;
  top: 20px;
  left: 20px;
}
.about-03 article {
  padding: 100px;
  padding-left: 0;
  position: relative;
}
.about-03 article * {
  position: relative;
  z-index: 1;
}
.about-03 article:after {
  content: "";
  width: calc(100% + 200px);
  height: 120%;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: -200px;
  z-index: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.about-03 figure {
  position: relative;
  overflow: visible !important;
}
.about-03 figure img {
  z-index: 2;
}
.about-03 figure:before, .about-03 figure:after {
  content: "";
  position: absolute;
  border-radius: 15px;
  border: 1px solid #ff7859;
  width: 100%;
  height: 100%;
}
.about-03 > figure {
  aspect-ratio: 3/4;
}
.about-03 > figure:before {
  z-index: 3;
  top: -20px;
  left: 20px;
}
.about-03 > figure:after {
  z-index: 1;
  top: 20px;
  left: -20px;
}

.video-full {
  margin-top: 150px;
  height: 650px;
  position: relative;
}
.video-full:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3d3d3d;
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: 1;
}
.video-full a {
  display: block;
  width: 25%;
  position: absolute;
  left: 37.5%;
  top: 12.5%;
  z-index: 2;
}
.video-full a span {
  display: block;
}
.video-full a svg {
  width: 100%;
  height: 100%;
  color: #ff7859;
}

#modal-media-video {
  padding: 100px;
}
#modal-media-video .uk-modal-dialog, #modal-media-video video {
  border-radius: 15px;
}

/*--------------------------- PROMOCIONES -----------------------------*/
.promos article {
  width: calc(33.33% - 50px);
  margin-bottom: 100px;
  margin-right: 75px;
  background-color: #f2f2f2;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.promos article:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid #ff7859;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.promos article:nth-of-type(3n) {
  margin-right: 0;
}
.promos article div {
  padding: 25px;
  background-color: #f2f2f2;
  border-radius: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promos article header {
  margin-bottom: 0;
}
.promos article header h2 {
  font-size: 2em;
}
.promos article header h3 {
  font-size: 0.9em;
}
.promos article figure {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.promos article svg {
  width: auto;
  height: 30px;
  color: #ff7859;
}
.promos article ul {
  margin: 25px 0;
  min-height: 100px;
}
.promos article li {
  width: calc(33.33% - 25px);
  text-align: center;
}
.promos article li span {
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
.promos article strong {
  display: block;
  width: 100%;
  text-align: center;
}
.promos article .btn {
  margin: 0px auto;
  margin-top: 50px;
}

.post-type-archive-promocion .contact {
  margin-top: 50px !important;
}
.post-type-archive-promocion #info {
  margin-top: 150px !important;
}

/*---------------------------------- PROMOCIÓN -----------------------------*/
.destacado {
  padding: 100px;
  background-color: #f2f2f2;
  border-radius: 15px;
}
.destacado h2 strong {
  font-weight: 900;
  color: #ff7859;
}
.destacado .datos-pples 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 25%;
}
.destacado .datos-pples li span {
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
.destacado .atributos {
  margin-top: 75px;
}
.destacado .atributos svg:hover {
  color: #3d3d3d;
}
.destacado svg {
  width: auto;
  height: 50px;
  color: #ff7859;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-promocion .about-03 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-promocion .about-03 article {
  padding: 75px;
}
.single-promocion .about-03 article:after {
  width: 100%;
  left: 0;
  border-radius: 15px;
}
.single-promocion .about-03 div figure {
  width: 110%;
  margin-left: -5%;
}
.single-promocion .about-02 aside {
  width: calc(50% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-promocion .about-02 aside figure {
  width: calc(50% - 25px);
}
.single-promocion .about-02 aside figure img {
  border-radius: 15px;
  border: 1px solid #f2f2f2;
}
.single-promocion .about-02 aside figure:before, .single-promocion .about-02 aside figure:after {
  display: none;
}
.single-promocion .about-02 aside figcaption {
  display: block;
  margin-top: 20px;
  color: #ff7859;
  text-align: center;
  font-family: "Glacial Indifference", sans-serif;
  font-size: 1.1em;
}

.slider-horizontal {
  height: 700px;
  overflow: hidden;
}
.slider-horizontal .uk-slideshow-items {
  height: 100%;
}

.slider-horizontal .uk-slidenav svg,
.uk-lightbox .uk-slidenav svg,
.slider-vertical .uk-slidenav svg {
  width: 60px;
  color: #ff7859;
}
.slider-horizontal .uk-lightbox-close,
.uk-lightbox .uk-lightbox-close,
.slider-vertical .uk-lightbox-close {
  width: 30px;
  color: #ff7859;
}

.uk-lightbox {
  background: rgba(0, 0, 0, 0.9);
}
.uk-lightbox img {
  max-height: 90vh;
  border-radius: 15px;
}

.slider-vertical .uk-slider-items > div {
  aspect-ratio: 3/4;
  border-radius: 15px;
  padding: 20px;
  padding-left: 40px;
}
.slider-vertical .uk-slider-items > div .uk-panel {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px;
}
.slider-vertical .uk-slider-items > div .uk-panel a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.slider-vertical .uk-slider-items > div .uk-panel a img {
  border-radius: 15px;
  overflow: hidden;
}
.slider-vertical .uk-slider-items > div .uk-panel:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid #ff7859;
  border-radius: 15px;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.slider-vertical .uk-slider-items {
  /*& > div:nth-of-type(2n){
    .uk-panel:before{
        top:20px;
        left:20px;
      }
  }*/
}
.slider-vertical .uk-dotnav {
  margin-top: 25px;
}

#calidades > article {
  width: 50%;
}

.calidad {
  margin-top: 75px;
}
.calidad > ul {
  width: calc(35% - 50px);
  padding: 75px 0;
}
.calidad > ul li {
  padding: 50px 0;
  border-bottom: 0;
  border-bottom: 2px solid #f2f2f2;
}
.calidad > ul li:last-child {
  border-bottom: 0;
}
.calidad > ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calidad > ul li a span:first-of-type {
  max-width: 75%;
}
.calidad > ul li a svg {
  color: #ff7859;
  width: 35px;
}
.calidad > ul li a:hover {
  color: #ff7859;
}
.calidad > ul li.uk-active a {
  color: #ff7859;
}
.calidad > div {
  width: calc(65% - 50px);
  background-color: #f2f2f2;
  border-radius: 15px;
  position: relative;
}
.calidad > div:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #ff7859;
  border-radius: 15px;
  z-index: 1;
}
.calidad > div article {
  width: 50% !important;
  padding: 0 50px;
  margin: 0 !important;
}
.calidad > div article li {
  margin-bottom: 50px;
  font-size: 1.2em;
  position: relative;
  padding-left: 30px;
  text-align: left;
}
.calidad > div article li:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ff7859;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 2px;
}
.calidad > div figure {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.uk-switcher > div {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#descargas {
  padding: 100px;
  background-color: #f2f2f2;
  border-radius: 15px;
}
#descargas article {
  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;
  width: calc(50% - 100px);
}
#descargas article:first-of-type {
  border-right: 1px solid #ff7859;
}
#descargas article h4 {
  font-size: 2.5em;
  text-align: center;
}
#descargas article header {
  margin-bottom: 0;
}
#descargas article .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#descargas article .uk-icon {
  margin-left: 10px;
}

#info {
  background-color: #ff7859;
  border-radius: 15px;
  padding: 100px;
  margin-top: 50px !important;
}
#info h2, #info h3, #info p {
  color: #fff;
}
#info article, #info > div {
  width: calc(50% - 50px);
}
#info .wpcf7-form input, #info .wpcf7-form textarea, #info .wpcf7-form select {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
#info .wpcf7-form .uk-icon svg {
  color: #fff;
}
#info .wpcf7-form .wpcf7-list-item-label {
  color: #fff;
}
#info .wpcf7-form .captcha-image {
  border: 1px solid #fff;
  color: #fff;
}
#info .wpcf7-form input[type=submit] {
  background-color: #fff;
  color: #ff7859;
  font-weight: 900;
}
#info .wpcf7-form input[type=submit]:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #ff7859;
}
#info .wpcf7-form .captcha-image .cf7ic_instructions span {
  color: #fff;
}
#info .wpcf7-form .captcha-image label > input + svg {
  color: #fff;
}
#info .captcha-image label > input:checked + svg,
#info .captcha-image label > input:focus + svg {
  border: none;
  color: #3d3d3d;
}

/*---------------------------------- BLOG -----------------------------*/
.blog .slider-full {
  height: 650px;
}
.blog .slider-full h1 {
  font-size: 4em;
}
.blog .slider-full div.slider-element {
  margin-top: 75px;
}
.blog .slider-full .uk-slideshow-items {
  height: 100%;
}

.alm-listing {
  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;
}
.alm-listing article {
  width: calc(33.33% - 50px);
  margin-bottom: 75px;
  margin-right: 75px;
}
.alm-listing article:nth-of-type(3n) {
  margin-right: 0;
}

.entrada > div {
  background-color: #f2f2f2;
  border-radius: 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;
  position: relative;
}
.entrada > div:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #ff7859;
  border-radius: 15px;
  z-index: 0;
}
.entrada figure, .entrada header {
  position: relative;
}
.entrada header {
  padding: 25px;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 15px;
}
.entrada h4 {
  min-height: 60px;
}
.entrada .entry-meta {
  margin-bottom: 25px;
}
.entrada .entry-meta li {
  color: #ff7859;
}
.entrada .entry-meta svg {
  color: #ff7859;
  margin-right: 10px;
}

/*---------------------------------- POST -----------------------------*/
.single-post .slider-full {
  height: 650px;
}
.single-post .slider-full h1 {
  font-size: 4em;
}
.single-post .slider-full div.slider-element {
  margin-top: 75px;
}
.single-post .slider-full div.slider-element p {
  margin-bottom: 25px;
}
.single-post .slider-full div.slider-element p span {
  margin-right: 10px;
}
.single-post .slider-full div.slider-element p + p {
  margin-bottom: 0;
}
.single-post .slider-full .uk-slideshow-items {
  height: 100%;
}
.single-post .uk-slider-container {
  padding-left: 20px;
}
.single-post .uk-slidenav svg {
  color: #ff7859;
}
.single-post .uk-dotnav {
  margin-top: 75px;
}
.single-post .entrada {
  padding: 40px;
}

.blog-home > header {
  text-align: center;
}

/*---------------------------------- CONTCATO -----------------------------*/
.slider-full.medio {
  height: 650px;
}
.slider-full.medio h1 {
  font-size: 4em;
}
.slider-full.medio div.slider-element {
  margin-top: 75px;
}
.slider-full.medio div.slider-element p {
  margin-bottom: 25px;
}
.slider-full.medio div.slider-element p span {
  margin-right: 10px;
}
.slider-full.medio div.slider-element p + p {
  margin-bottom: 0;
}
.slider-full.medio .uk-slideshow-items {
  height: 100%;
}

.datos-contact {
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 50px 75px;
  position: relative;
}
.datos-contact > div {
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 50px 75px;
  position: relative;
}
.datos-contact {
  /*&:before,
  &:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    border-radius:15px;
    border:1px solid $naranja;
    z-index:0;
  }

  &:before{
    top:20px;
    left:20px;
  }

  &:after{
    top:40px;
    left:40px;
  }*/
}

.contact-form article {
  width: calc(50% - 50px);
}

.datos {
  margin: 75px 0;
}
.datos li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.datos li a:hover {
  color: #ff7859;
}
.datos li svg {
  width: 75px;
  color: #ff7859;
  margin-bottom: 25px;
}

.mapa {
  height: 600px;
  border-radius: 15px;
  position: relative;
}
.mapa:before, .mapa:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #ff7859;
  z-index: 0;
}
.mapa:before {
  top: 20px;
  left: 20px;
}
.mapa:after {
  top: 40px;
  left: 40px;
}
.mapa iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}

/*---------------------------------- TXT LEGALES -----------------------------*/
.page-template-txt-legal .slider-full {
  height: 650px;
}
.page-template-txt-legal .slider-full .uk-slideshow-items {
  height: 100%;
}

.error404 main > section {
  margin-top: 200px;
}
.error404 main > section header > svg {
  width: 20%;
  margin: 0px auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.error404 .txt .btn {
  margin-top: 25px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
  margin: 0px auto;
  margin-top: 25px;
}
.error404 .wrapper3 {
  margin-bottom: 100px;
}