/* @import "./../css/parts/footer.css"; */

/**
 * Fonts
 */


/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */


@font-face {
  font-family: 'Aeonik';
  src: url('./../fonts/Aeonik-Light.woff2') format('woff2'),
    url('./../fonts/Aeonik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('./../fonts/Aeonik-Regular.woff2') format('woff2'),
    url('./../fonts/Aeonik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('./../fonts/AeonikPro-Medium.woff2') format('woff2'),
    url('./../fonts/AeonikPro-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('./../fonts/Aeonik-Bold.woff2') format('woff2'),
    url('./../fonts/Aeonik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}





@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --color-dark: #1c1d20;
  --color-dark-dark: #141517;
  --color-light: #ffffff;
  --color-blue: #455ce9;
  --color-blue-dark: #334bd3;
  --color-gray: #999d9e;
  --color-lightgray: #e9eaeb;
  --color-white: #ffffff;
  --color-border: rgba(28, 29, 32, 0.175);
  --color-border-solid: #d2d2d2;
  --color-border-light: rgba(255, 255, 255, 0.2);
  --color-border-solid-light: #545557;
  --animation-primary: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  --animation-fast: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  --animation-smooth: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  --animation-slow: all 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  --section-padding: clamp(5em, 21vh, 12em);
  --container-padding: clamp(2.5em, 8vw, 8em);
  --gap-padding: clamp(1.5em, 4vw, 2.5em);
}

[data-in-view]:not(.in-view) [data-anim] {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

[data-in-view]:not(.in-view) [data-anim-opacity] {
  opacity: 0;
}

[data-anim] {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-anim][data-anim="2"] {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

[data-anim][data-anim="3"] {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

[data-anim-opacity] {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

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

body {
  line-height: 1;
  background: #fff;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

li {
  list-style: none;
  margin-left: 24px;
}

html {
  box-sizing: border-box;
  height: 100%;
}

html.has-popup-media,
html.has-popup-typeform {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  height: auto;
  width: 100%;
  position: relative;
}

.site-container {
  overflow: hidden;
}

.site-container>article {
  position: relative;
}

.svg {
  display: inline-block;
  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

h5.site-megamenu-title .svg svg {
  display: none;
}

.svg svg {
  display: block;
}

.site-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  /* padding-right: 120px;
    padding-left: 120px; 
    max-width: 1350px;*/
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 71.25em) {
  .container--small {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    max-width: 1170px;
  }
}

@media (min-width: 71.25em) {
  .container--large {
    max-width: 1920px;
  }
}

@media (max-width: 1170px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 61.24em) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 61.25em) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 61.24em) {
  .desktop-only {
    display: none;
  }
}

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

body {
  font-family: 'Aeonik';
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 2;
}

a,
body {
  color: #1d1e39;
}

a {
  color: #619828;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  transition: all .4s cubic-bezier(.25, .74, .22, .99);
}

a:hover {
  color: #202121;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
  font-weight: normal;
  line-height: 170%;
}

h1.entry-title {
  font-size: 32px;
  margin-top: 60px;
  font-weight: bold;
}

h1,
h2 {
  line-height: normal;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

p,
blockquote,
.p {
  margin-bottom: 25px;
  /* line-height: 1.4; */
  font-size: 18px;
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
}


table,
td,
th {
  border: 1px solid rgb(192 192 192 / 40%);
  border-collapse: collapse;
}

table {
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  overflow: hidden;
  background: #fafafa;
}

td,
th {
  padding: 3px 12px;
  max-width: 30px;
  height: 25px;
}

th {
  background: #e4ecc8;
}

.even {
  background: #e4ecc8;
}

.odd {
  background: #e4ecc8;
}


.o-grid {
  display: grid;
  width: 100%;
}

.o-grid_item {
  grid-column: 1 / -1;
  grid-column: 1 / 13;
}

.o-grid.-col-12 {
  grid-template-columns: repeat(12, 1fr);
}

.o-grid.-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.o-grid.-col-8 {
  grid-template-columns: repeat(8, 1fr)
}

.o-grid.-col-4 {
  grid-template-columns: repeat(4, 1fr)
}

.o-grid.-col-2 {
  grid-template-columns: repeat(2, 1fr)
}

.o-grid.-gutters {
  gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}



@media (min-width: 1000px) {
  .column-1\/3 {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .column-1\/4 {
    grid-column-start: 1;
    grid-column-end: 6;
  }

  .column-1\/5 {
    grid-column-start: 1;
    grid-column-end: 5;
  }

  .column-1\/6 {
    grid-column-start: 1;
    grid-column-end: 6;
  }

  .column-2\/4 {
    grid-column-start: 2;
    grid-column-end: 4;
  }

  .column-7\/13 {
    grid-column-start: 7;
    grid-column-end: 13;
  }
}



.typeset h2 {

  font-weight: 700;
  line-height: 1.7333333333;
}

.typeset h2,
.typeset h3 {
  padding-top: 20px;
  padding-bottom: 12px;
  color: #111;
  border-bottom: 1px solid #18171d;
  border-top: 1px solid #18171d;
  padding: 12px 0;
  margin-top: 45px;
}

.typeset h3 {

  line-height: 1.4285714286;
}

.typeset p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

.typeset p b,
.typeset p strong {
  font-weight: 700;
}

.typeset p.lead {
  margin-bottom: 50px;
}

.typeset p.note {
  font-size: 1rem;
  line-height: 1.5625;
}

.typeset b,
.typeset strong {
  font-weight: 700;
}

.typeset ul {
  margin-bottom: 40px;
}

.typeset ul li {
  font-family: 'Aeonik';
  font-style: normal;
  padding-left: 30px;
  position: relative;
  color: #1d1e39;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
}

.typeset ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  height: 10px;
  width: 10px;
  content: "";
  border: 1px solid #1d1e39;
  border-radius: 5px;
  background: #fff;
}

.typeset ul li+li {
  margin-top: 26px;
}

.custom-select {
  position: relative;
}

.custom-select:before {
  position: absolute;
  top: 25px;
  right: 26px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 5px 4px 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  pointer-events: none;
}

.custom-select-container.is-disabled {
  opacity: 0.35;
}

.custom-select-opener,
.js-custom-select {
  padding: 17px 45px 17px 20px;
  height: 50px;
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.js-custom-select {
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-select-container select {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  padding: 0;
  visibility: hidden;
  border: 0 none;
}

.custom-select-panel {
  position: absolute;
  top: 100%;
  height: auto;
  width: 100%;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  transition: overflow-y 0.1s 0.5s;
  background-color: #fff;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 300px;
  overflow-y: auto;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.custom-select-option {
  padding: 8px 20px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.custom-select-option+.custom-select-option {
  border-top: 1px solid #eee;
}

.custom-select-option.is-selected {
  background-color: #eee;
  color: #000;
}

.custom-select-option.is-selected+.custom-select-option {
  border-color: #ddd;
}

.custom-select-option.has-focus {
  background-color: #eee;
  color: #000;
}

.custom-select-option.has-focus+.custom-select-option {
  border-color: #ddd;
}

.custom-select-optgroup .custom-select-option {
  padding-left: 40px;
}

.custom-select-optgroup:before {
  height: auto;
  width: 100%;
  padding: 10px 20px;
  content: attr(data-label);
  display: block;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  color: #000;
  font-weight: 700;
}

.button {
  padding: 8px 0;
  display: inline-flex;
  position: relative;
  z-index: 1;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
  color: #1d1e39;
  font-size: 1.5rem;
  line-height: 140%;
}

.ui-form {
  display: flex;
  flex-wrap: wrap;
}

.ui-form-field {
  position: relative;
  width: 100%;
}

.ui-form-field>br {
  display: none;
}

.ui-form-field input[type="email"],
.ui-form-field input[type="text"],
.ui-form-field textarea {
  padding-top: 18px;
  padding-right: 55px;
  padding-bottom: 18px;
  display: block;
  width: 100%;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  outline: none;
  font-size: 2rem;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 47.99em) {

  .ui-form-field input[type="email"],
  .ui-form-field input[type="text"],
  .ui-form-field textarea {
    padding-top: 12px;
    padding-right: 55px;
    padding-bottom: 12px;
    font-size: 1.5rem;
  }
}

.ui-form-field input[type="email"].wpcf7-not-valid,
.ui-form-field input[type="text"].wpcf7-not-valid,
.ui-form-field textarea.wpcf7-not-valid {
  border-bottom-color: red;
}

.ui-form-field input[type="email"]::-webkit-input-placeholder,
.ui-form-field input[type="text"]::-webkit-input-placeholder,
.ui-form-field textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}

.ui-form-field input[type="email"]:-ms-input-placeholder,
.ui-form-field input[type="text"]:-ms-input-placeholder,
.ui-form-field textarea:-ms-input-placeholder {
  color: #cdcdcd;
}

.ui-form-field input[type="email"]::placeholder,
.ui-form-field input[type="text"]::placeholder,
.ui-form-field textarea::placeholder {
  color: #cdcdcd;
}

.ui-form-field input[type="email"]:focus,
.ui-form-field input[type="text"]:focus,
.ui-form-field textarea:focus {
  border-color: #1d1e39;
}

.ui-form-field textarea {
  padding-top: 17px;
  padding-bottom: 17px;
  height: 73px;
  max-height: 230px;
  resize: vertical;
}

@media (max-width: 47.99em) {
  .ui-form-field textarea {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 53px;
  }
}

.ui-form-field input[type="file"] {
  display: none;
}

.ui-form-field .label-file {
  position: absolute;
  top: 0;
  right: -16px;
  height: 58px;
  width: 50px;
  background-color: #fff;
  background-image: url(../assets/images/file@2x-9e31be51db.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 35px;
  cursor: pointer;
}

@media (max-width: 47.99em) {
  .ui-form-field .label-file {
    height: 43px;
    background-size: 13px 25px;
  }
}

.ui-form-field+.ui-form-field {
  margin-top: 36px;
  background-position: 50% 51%;
}

.ui-form-footer {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.ui-form-footer .button {
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ui-form-footer .button:hover {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 10px;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.2;
}

.wpcf7-form .wpcf7-response-output {
  padding: 13px 18px 14px;
  margin: 20px 0 0;
  display: block;
  border: 2px solid #8ea1e5;
}

.wpcf7-form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: red;
}

/****
 PAGINATION
 *****/

.pagination {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-list {
  margin-right: 14px;
  margin-left: 14px;
  display: flex;
}

.pagination-link {
  padding: 10px 5px;
  display: block;
  color: #bcbcbc;
  font-size: 1.5rem;
  line-height: 1;
}

.pagination a.pagination-link {
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #1d1e39;
}

.pagination a.pagination-link:hover {
  color: #8ea1e5;
}

.pagination-control {
  padding: 10px;
}

.pagination-control .svg {
  transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pagination-control:hover.prev .svg {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  fill: #8ea1e5;
}

.pagination-control:hover.next .svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  fill: #8ea1e5;
}

.btn-primary {
  display: inline-block;
}

.btn-primary a {
  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #ffffff;
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  border-color: #ffffff;
  border-radius: 3px;
}

.btn-primary a:hover {
  background: #141517;
  color: #fff !important;
}

.btn-verde a {
  border: 1px solid #39872c;
  color: #39872c;
}

.btn-azul a {
  border: 1px solid #a7254c;
  color: #a7254c;
}

.btn-naranja a {
  border: 1px solid #d86536;
  color: #d86536;
}

.btn-negro a {
  border: 1px solid #141517;
  color: #141517;
}

.btn-verde a:hover {
  background: #39872c;
  color: #fff;
}

.btn-azul a:hover {
  background: #a7254c;
  color: #fff;
}

.btn-naranja a:hover {
  background: #d86536;
  color: #fff;
}

.btn-negro a:hover {
  background: #141517;
  color: #fff;
}


.btn-secundary {
  display: inline-block;
}

.tab_content_galeria .btn-secundary {
  display: block;
}

.btn-secundary a {
  position: relative;
  display: inline-block;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  background: #d86536;
  border-color: #d86536;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-secundary.btn-verde a {
  background: #1D6B01;
  color: #fff;
}

#page {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}


/*********************/

/* Efectos de cohabs */

/*********************/

[data-anim="top"] {
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

[data-anim="scale"] {
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anim][data-anim="top"] {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

[data-anim][data-anim="right"] {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}

[data-anim][data-anim="left"] {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

[data-anim][data-anim="opacity"] {
  opacity: 0;
}

[data-anim][data-anim-delay="1"] {
  transition-delay: 0.1s;
}

[data-anim][data-anim-delay="2"] {
  transition-delay: 0.2s;
}

[data-anim][data-anim-delay="3"] {
  transition-delay: 0.3s;
}

[data-anim][data-anim-delay="4"] {
  transition-delay: 0.4s;
}

[data-anim][data-anim-delay="5"] {
  transition-delay: 0.5s;
}

[data-anim][data-anim-delay="6"] {
  transition-delay: 0.6s;
}

[data-anim][data-anim-delay="7"] {
  transition-delay: 0.7s;
}

[data-anim][data-anim-delay="8"] {
  transition-delay: 0.8s;
}

[data-anim][data-anim-delay="9"] {
  transition-delay: 0.9s;
}

[data-anim][data-anim-delay="10"] {
  transition-delay: 1s !important;
}

[data-anim][data-anim-delay="11"] {
  transition-delay: 1.1s !important;
}

[data-anim][data-anim-delay="12"] {
  transition-delay: 1.2s !important;
}

[data-anim][data-anim-delay="13"] {
  transition-delay: 1.3s !important;
}

[data-anim][data-anim-delay="14"] {
  transition-delay: 1.4s !important;
}

[data-anim][data-anim-delay="15"] {
  transition-delay: 1.5s !important;
}

[data-anim][data-anim-delay="16"] {
  transition-delay: 1.6s !important;
}

[data-anim][data-anim-delay="17"] {
  transition-delay: 1.7s !important;
}

[data-anim][data-anim-delay="18"] {
  transition-delay: 1.8s !important;
}

.in-view [data-anim="top"],
[data-anim="top"].in-view {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.in-view [data-anim="right"],
[data-anim="right"].in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.in-view [data-anim="opacity"],
[data-anim="opacity"].in-view {
  opacity: 1;
}


/* SWIPER SLIDER */

.home_slider {
  max-width: 100%;
  position: relative;
}

img.logo_slider {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 9;
}

section#hero .container {
  max-width: 85%;
}

.swiper {
  overflow: inherit;
}

.swiper-wrapper {
  border-radius: 21px;
  overflow: hidden;
  /* height: 490px; */
}

.home .swiper-wrapper {
  height: 600px;
}

.swiper-slide {
  transition: 0.5s all;
  background-color: #111 !important;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px 15px;
}

/* button style */
.swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .6);
}

.swiper-pagination-bullet span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}

/* button circle */
.progress {
  transform: rotate(-90deg);
}

.circle-origin {
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

.swiper-pagination-bullet-active .circle-origin {
  animation: progress 5s;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -125.664px;
  }
}

.swiper-button-prev,
.swiperEmpresa-button-prev {
  left: -20px;
  right: auto;
  width: 40px;
  height: 40px;
  background: #fdca40;
  border-radius: 50%;
}

.swiper-button-next,
.swiperEmpresa-button-next {
  right: -20px;
  left: auto;
  width: 40px;
  height: 40px;
  background: #fdca40;
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after,
.swiperEmpresa-button-prev:after,
.swiperEmpresa-button-next:after {
  font-size: 18px;
  color: #111;
  transition: transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
}

.swiper-button-next:before,
.swiperEmpresa-button-next:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  transform: translateZ(0) scale(1);
  background-color: #fdca40;
  border-radius: 50%;
  transition: background-color 0.5s ease 0.75s,
    transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
  width: 40px;
  height: 40px;
  z-index: -1;
}

.swiper-button-prev:before,
.swiperEmpresa-button-prev:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  transform: translateZ(0) scale(1);
  background-color: #fdca40;
  border-radius: 50%;
  transition: background-color 0.5s ease 0.75s,
    transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
  width: 40px;
  height: 40px;
  z-index: -1;
}

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before,
.swiperEmpresa-button-next:hover:before,
.swiperEmpresa-button-prev:hover:before {
  transition: all 0.5s ease 0.75s,
    transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
  transform: translateZ(0) scale(1.2);
}

.swiper-button-next:hover:after,
.swiperEmpresa-button-next:hover:after {
  transform: translateX(3px);
  transition: all 0.5s ease 0.75s,
    transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
}

.swiper-button-prev:hover:after,
.swiperEmpresa-button-prev:hover:after {
  transform: translateX(-3px);
  transition: all 0.5s ease 0.75s,
    transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
}

.swiperEmpresa-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  top: calc(100% - 50px);
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 60px 0 0;
}

.swiperEmpresa-button-next:before {
  top: calc(100% - 50px);
  left: 0;
  background-color: #fdca40;
  border-radius: 60px 0 0;
  width: 50px;
  height: 50px;
}

.swiperEmpresa-button-prev:before {
  top: calc(100% - 50px);
  left: 0;
  background-color: #fdca40;
  border-radius: 0 60px 0 0;
  width: 50px;
  height: 50px;
}

.swiperEmpresa-button-prev {
  position: absolute;
  right: 0;
  top: calc(100% - 50px);
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 0 60px 0 0;
  left: 0;
}

.swiperEmpresa-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-slide-content {
  display: flex;
  flex-flow: wrap;

  height: 100%;
  width: 100%;
  justify-content: center;
  max-width: 1170px;
  margin: 0 auto;
  align-items: center;
  padding: 0 30px;
}

.swiper-slide-text {
  max-width: 1170px;
  width: 100%;

  color: #fff;
  text-align: left;
  z-index: 9;
  padding-right: 50%;
}

.swiper-slide-text h2 {
  font-size: 32px;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: 700;
  /* font-family: "Libre Baskerville"; */
}

.swiper-slide-text p {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #fff;
  line-height: 1.4;
  font-weight: 500;

  font-size: 18px;
}

.swiper-slide-text .btn_1 {
  border: 0px solid #ededed;
}

.swiper-slide-img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  height: 100%;
}

.swiper-slide-img img {
  /* -webkit-clip-path: circle(calc(-14% + 70px) at calc(50% + 55px) 50%);
  clip-path: circle(calc(-14% + 70px) at calc(50% + 55px) 50%); */
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: right;
}

.swiper-slide-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(236deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 58%) 100%);
  z-index: 0;
}

.btn_slider {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-slide-active .swiper-slide-text h2 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s;
}

.swiper-slide-active .swiper-slide-text p {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.3s;
}

.swiper-slide-active .btn_slider {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.4s;
}

.swiper-slide-active .swiper-slide-img img {
  /* -webkit-clip-path: circle(calc(80% + 71px) at calc(77% + 55px) 50%);
  clip-path: circle(calc(80% + 71px) at calc(77% + 55px) 50%); */
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/**/



/*----------------------------------*/
/* ------ MENU RESPONSIVE -------- */
/*----------------------------------*/

.btn-hamburger {
  position: fixed;
  top: 12px;
  right: 16px;
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  /* transform: translateY(0%) scale(0) rotate(0.001deg); */
  z-index: 105;
  display: none;
}

.btn-hamburger:hover {
  z-index: 105;
}

.btn-hamburger .btn-click,
.btn-hamburger .btn-text {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #000;
  cursor: pointer;
}

.btn-hamburger .btn-click {
  border: 0;
  background-color: var(--color-dark);
  transition: background-color 0.25s cubic-bezier(0.36, 0, 0.66, 0),
    box-shadow 0.25s cubic-bezier(0.36, 0, 0.66, 0);
  -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-border-light);
  box-shadow: inset 0px 0px 0px 1px var(--color-border-light);
}

.nav-active .btn-hamburger .btn-click {
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent !important;
  box-shadow: inset 0px 0px 0px 1px transparent !important;
}

.btn-hamburger .btn-fill {
  background-color: var(--color-blue);
}

.btn-hamburger .btn-text-inner {
  color: var(--color-white);
  opacity: 0;
}

.btn-hamburger .btn-bars {
  position: absolute;
  width: 28%;
  height: 8%;
  opacity: 1;
  top: calc(50% - 4%);
  left: calc(50% - 14%);
}

.btn-hamburger .btn-text {
  position: relative;
}

.btn-hamburger .btn-bars::before,
.btn-hamburger .btn-bars::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 1px;
  width: 100%;
  transform: translate(-50%, -50%) rotate(0.001deg);
  background: var(--color-white);
  transition: var(--animation-fast);
}

.btn-hamburger .btn-bars::before {
  top: 0;
  transform: translate(-50%, -50%);
}

.btn-hamburger .btn-bars::after {
  top: 100%;
  transform: translate(-50%, -50%);
}

.btn-hamburger.active .btn-bars::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-hamburger.active .btn-click {
  background-color: var(--color-blue);
}

.btn-hamburger.active .btn-bars::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

main.scrolled .btn-hamburger {
  transition: transform 0.4s cubic-bezier(0.34, 1.5, 0.64, 1);
  transform: translateY(0%) scale(1) rotate(0.001deg);
}

main .btn-hamburger.active {
  transform: translateY(0%) scale(1) rotate(0.001deg);
}


/* ------------------------- Fixed Nav -------------------------------------------------- */

.fixed-nav-back {
  background: linear-gradient(to right,
      hsla(220, 13%, 0%, 0.3) 40%,
      hsla(220, 13%, 0%, 1) 80%);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: 100;
  pointer-events: none;
  will-change: opacity;
}

.nav-active .fixed-nav-back {
  opacity: 0.35;
  pointer-events: all;
}

.fixed-nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background: #e8f0e5;
  z-index: 100;
  transform: translate(calc(100% + 12vw), 0) rotate(0.001deg);
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  will-change: transform;
  background: -webkit-radial-gradient(circle, #24232c 0%, #18171d 100%);
}

.nav-active .fixed-nav {
  transform: translate(0, 0) rotate(0.001deg);
}

.fixed-nav-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 15vh 7.5vw 10vh 7.5vw;
  position: relative;
  transform: translate(0, 0) rotate(0.001deg);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.2, 1);
  will-change: transform;
}

.nav-active .fixed-nav-inner {
  transform: translate(0, 0) rotate(0.001deg);
}

.fixed-nav .nav-row h5 {
  margin-bottom: 0;
  color: #d36437;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 42px;
}

.fixed-nav .nav-row ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-top: 4px;
}

.fixed-nav .nav-row .btn-link .btn-click {
  height: auto;
}

.fixed-nav .nav-row ul {
  margin-left: 0;
}

.fixed-nav .nav-row ul li {
  margin: 0;
  background: #ffffff;
  margin: 4px 0;
  padding: 6px 12px;
  border-radius: 5px;
  width: 100%;
}

.fixed-nav .nav-row .btn-text-inner {
  font-size: 3.5em;
  line-height: 1.4;
  font-size: calc(clamp(3.25em, 5vw, 4em) * 0.875);
}

.fixed-nav .nav-row .btn-link .btn-click::after {
  background: var(--color-white);
  left: 16px;
  top: 50%;
  bottom: auto;
  width: calc(clamp(16px, 1.2vw, 19px) / 1.65);
  height: calc(clamp(16px, 1.2vw, 19px) / 1.65);
}

.fixed-nav .social-row {
  margin-left: 16px;
}

.fixed-nav-rounded-div {
  position: absolute;
  left: 1px;
  transform: translateX(-100%);
  height: 100%;
  top: 0;
}

.fixed-nav-rounded-div .rounded-div-wrap {
  width: 6vw;
  height: 100%;
  transition: var(--animation-slow);
  transition: all 0.85s cubic-bezier(0.7, 0, 0.2, 1);
  will-change: width;
}

.nav-active .fixed-nav-rounded-div .rounded-div-wrap {
  width: 0vw;
}

.fixed-nav-rounded-div .rounded-div-wrap .rounded-div {
  background: var(--color-dark);
  height: 150%;
  content: "";
  display: block;
  position: absolute;
  width: 775%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-6.5%, -50%);
  transform: translate(0%, -50%);
}

.fixed-nav .nav-row ul .btn {
  transform: translate(15vw, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  will-change: transform;
}

.nav-active .fixed-nav .nav-row ul .btn {
  transform: translate(0, 0) rotate(0.001deg);
}

.fixed-nav .nav-row ul .btn:nth-child(2) {
  transition-delay: 0.03s;
}

.fixed-nav .nav-row ul .btn:nth-child(3) {
  transition-delay: 0.06s;
}

.fixed-nav .nav-row ul .btn:nth-child(4) {
  transition-delay: 0.09s;
}

.fixed-nav .social-row .stripe {
  display: none;
}

li.btn.btn-link a {
  line-height: 1.4;
  font-size: calc(clamp(3.25em, 5vw, 4em) * 0.875);
  color: #fff;
}

.ul-mobile ul li a {
  color: var(--color-white);
  margin: 2px 0;
  position: relative;
  font-size: 24px;
  display: block;
}



.socials li {
  display: inline-flex;
  font-size: 16px;
  margin: 0 12px;
}

.socials li:first-child {
  margin-left: 0;
}

.socials li a {
  color: #18171d;
}

.socials h5 {
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
}

.socials {
  position: relative;
}


.ul-mobile li a {
  text-decoration: none;
  position: relative;
  padding: 0 0;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Aeonik';
  color: #18171d;
}


.fixed-nav .btn-catalogo {
  display: flex;
  background: #D86536;
  padding: 18px 83px 10px 18px;
  align-items: center;
  border-radius: 6px;
  position: relative;
  min-width: 245px;
  background: -webkit-radial-gradient(circle, #24232c 0%, #18171d 100%);
}

.fixed-nav .btn-catalogo a {
  color: #FFFCFC;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  padding-right: 24px;
}

.fixed-nav .btn-catalogo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  right: -20px;
  top: -19px;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
  border: 2px solid #ffffff;
}

.fixed-nav .categorias_desplegable {
  display: flex;
  flex-flow: column;
  opacity: 1;
  visibility: visible;
  position: relative;
  left: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 13%);
  border-radius: 0 0 6px 6px;
  /* overflow: hidden; */
  transition: all .4s cubic-bezier(.25, .74, .22, .99);
}

@media screen and (max-height: 680px) {
  .fixed-nav .nav-row .btn-text-inner {
    font-size: 3em;
    line-height: 1.25;
  }
}

@media screen and (max-width: 540px) {
  .fixed-nav-back {
    background: hsla(220, 13%, 5%, 1);
  }

  .fixed-nav {
    width: 100%;
    transform: translate(calc(100% + 20vw), 0) rotate(0.001deg);
  }

  .fixed-nav .fixed-nav-inner {
    height: calc(var(--vh, 1vh) * 100);
    padding: 30px;
    transform: translate(20vw, 0) rotate(0.001deg);
    transition-delay: 0s;
    background: #eeeeee;
  }

  .nav-active .fixed-nav .fixed-nav-inner {
    transform: translate(0, 0) rotate(0.001deg);
    transition-delay: 0.1s;
  }

  .fixed-nav .nav-row .btn-link .btn-click::after {
    background: var(--color-white);
    left: auto;
    right: 0.4em;
    top: 50%;
    bottom: auto;
    width: calc(clamp(16px, 1.2vw, 19px) / 1.5);
    height: calc(clamp(16px, 1.2vw, 19px) / 1.5);
  }

  .fixed-nav .nav-row ul {
    width: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fixed-nav .nav-row ul .btn {
    width: 100%;
    transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  }

  .fixed-nav .nav-row ul .btn .btn-text {
    justify-content: flex-start;
  }

  .fixed-nav .social-row .stripe {
    display: block;
    margin-bottom: calc(var(--section-padding) / 3);
  }

  .fixed-nav-rounded-div .rounded-div-wrap {
    width: 20vw;
  }

  .nav-active .fixed-nav-rounded-div .rounded-div-wrap {
    width: 0;
  }

  .fixed-nav .nav-row ul .btn:nth-child(1) {
    transition-delay: 0s;
  }

  .fixed-nav .nav-row ul .btn:nth-child(2) {
    transition-delay: 0.03s;
  }

  .fixed-nav .nav-row ul .btn:nth-child(3) {
    transition-delay: 0.06s;
  }

  .fixed-nav .nav-row ul .btn:nth-child(4) {
    transition-delay: 0.09s;
  }

  .nav-active .fixed-nav .nav-row ul .btn:nth-child(1) {
    transition-delay: 0.1s;
  }

  .nav-active .fixed-nav .nav-row ul .btn:nth-child(2) {
    transition-delay: 0.13s;
  }

  .nav-active .fixed-nav .nav-row ul .btn:nth-child(3) {
    transition-delay: 0.16s;
  }

  .nav-active .fixed-nav .nav-row ul .btn:nth-child(4) {
    transition-delay: 0.19s;
  }
}


@media screen and (max-width: 768px) {

  .btn-hamburger {
    display: block;
  }

  .btn-hamburger .btn-text {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: #18171d;
    cursor: pointer;
  }

  .o-grid.-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }

}

/***********************************************/

header#masthead .container {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
  max-width: 1360px;
  padding-right: 15px;
  padding-left: 15px;
}

/* HEADER */

.site-header_menu {
  padding-bottom: 8px;
  padding-top: 8px;
  /* padding-top: 0px; */
  /* background: #202020; */
}

.site-header-top {
  display: flex;
  align-items: center;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 0;
}

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
  margin-bottom: 0;
}


nav.menu_top .c-ul_list {
  display: flex;
  justify-content: flex-end;
  margin-right: 45px;
}

.c-ul_list li {
  margin: 0;
}

nav.menu_top .c-ul_list li {
  margin: 0;
  margin-left: 28px;
  line-height: 1.2;
}

.c-ul_list li a {
  color: #111;
  /* font-family: "Libre Baskerville"; */
  font-size: 18px;
  font-weight: 400;
  font-family: 'Aeonik';
}

.c-nav_list>ul li {
  position: relative;
  display: block;
  position: relative;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}

.c-nav_list li a {
  text-decoration: none;
  position: relative;
  padding: 0.3125rem 0;
}

.c-nav_list li a:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 3px;
  right: 0;
  left: 0;
  border-bottom: 2px solid #D86536;
  transform-origin: center right;
  transform: scale3d(0, 1, 1);
  transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}

.c-nav_list li a:hover:after {
  transform-origin: center left;
  transform: scale3d(1, 1, 1);
}

.btn-catalogo>a {
  color: #FFFCFC;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 24px;
}

.btn-catalogo {
  display: flex;
  background: #D86536;
  padding: 12px 24px;
  align-items: center;
  border-radius: 3px;
  position: relative;
}

.site-header-top .btn-catalogo {
  display: flex;
  background: #D86536;
  padding: 18px 83px 10px 18px;
  align-items: center;
  border-radius: 3px;
  position: relative;
  min-width: 245px;
  background: -webkit-radial-gradient(circle, #24232c 0%, #18171d 100%);
}

.site-header-top .btn-catalogo>a {
  color: #FFFCFC;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  padding-right: 24px;
}

.site-header-top .btn-catalogo>img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  right: -20px;
  top: -19px;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
  border: 2px solid #ffffff;
}

.btn-catalogo i {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-catalogo:hover i {
  transform: translate(4px, -4px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-catalogo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #D86536;
  transform: scale(1);
  transition: all .4s cubic-bezier(.25, .74, .22, .99);
  z-index: -1;
  border-radius: 8px;
}

.btn-catalogo:hover:before {
  /* transition: all .4s cubic-bezier(.25,.74,.22,.99);
  transform: scale(1.05); */
}


.btn-catalogo svg {
  fill: transparent;
}

.idioma {
  margin-left: auto;
  padding-right: 30px;
}


.categorias_desplegable {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 99;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 13%);
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  transition: all .4s cubic-bezier(.25, .74, .22, .99)
}

.site-header-top .btn-catalogo:hover .categorias_desplegable {
  opacity: 1;
  visibility: visible;
  transition: all .4s cubic-bezier(.25, .74, .22, .99)
}

.categorias_desplegable .comun a {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  padding: 10px 12px;
  background: #fff;
  justify-content: space-between;
}

.categorias_desplegable .comun a p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #111;
}

.categorias_desplegable .comun {
  border-bottom: 1px solid #eaeaea;
}

.categorias_desplegable .comun:last-child {
  border-bottom: none;
}

.categorias_desplegable .comun a img {
  max-width: 32px;
}

.categorias_desplegable .comun a:hover {
  background: #eaeaea;
}

/* .categorias_desplegable .comun:nth-child(1) a {
  background: #d86536;
}

.categorias_desplegable .comun:nth-child(2) a {
  background: #39872c;
}

.categorias_desplegable .comun:nth-child(3) a {
  background: #a7254c;
} */

.categorias_desplegable .comun a i {
  display: flex;
  align-items: center;
}



/*****/



.home-categorias-inner {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  display: grid;
  grid-auto-flow: row dense;
  position: relative;
}

.home-categorias-inner .comun {
  border-radius: 8px;
  text-align: center;
  padding-bottom: 32px;
  /* background: #fff;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%); */
  position: relative;
}

.home-categorias-inner .comun i {
  position: absolute;
  top: -8px;
  right: 10px;
}

.home-categorias-inner .comun:nth-child(1) .img_detalle img {
  object-position: 50% 0%;
}


.home-categorias-inner .comun img {
  margin-top: -35px;
}

section#home-categorias {
  padding: 70px 0 60px;
}

.home section#home-categorias .comun h5 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-bottom: 12px;
}

figure.img_detalle {
  width: 200px;
  height: 290px;
  width: 90%;
  /* height: 200px; */
  margin: 0 auto;
  position: relative;
  margin-top: -30px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 20%);
  border-radius: 50%;
  border-radius: 20px;
  z-index: -1;
}

figure.img_detalle img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
}

section#home-categorias .comun h5 {
  color: #111;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  transition: all .3s ease;
}

section#home-categorias .comun h5:hover {
  opacity: .3;
  transition: all .3s ease;
}

.archive section#home-categorias .comun h5 {
  margin-bottom: 6px;


}

section#home-categorias .comun p {
  margin: 0;
  color: #111;
}

.section {
  padding: 100px 0;
}

section#h_sec1 {
  background: url(../../assets/images/h_sec1.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0;
  padding: 220px 0 65px;
  position: relative;
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 120px;
  border-radius: 21px;
  /* overflow: hidden;*/
}

section#h_sec1:before {
  /* content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 0; */
}

.h_sec1-inner {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  display: grid;
  position: relative;
  z-index: 1;
}

.bloc_title h3 {
  color: #FFFCFC;
  font-family: "Libre Baskerville";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 420px;
  font-style: italic;
}

.comun.bloc_title {
  padding-top: 120px;
}

.bloc_color {
  background: #D6663D;
  padding: 60px;
  border-radius: 8px;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
}

.bloc_color p {
  color: #fff;
  font-weight: 400;
}

.bloc_color-content h4 {
  color: #FFFFFF;
  /* font-family: "Libre Baskerville"; */
  /* font-style: italic; */
  font-size: 32px;
  /* font-style: italic; */
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 700;
}

section#h_sec2 {
  background: url(../../assets/images/h_sec2.jpg) no-repeat center center;
  background-size: cover;
  margin: 100px 0;

  padding: 320px 0 0;
  position: relative;
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 120px;
}

section#h_sec2:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 0;
}

.h_sec2-inner {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  display: grid;
  position: relative;
  z-index: 1;
}

section#h_sec2 .bloc_title h3 {
  margin-left: auto;
}

.bloc_color.btn-verde {
  background: #1D6B01;
}



header.servicios-header h3 {
  color: #111;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
}

.servicios_list {
  display: flex;
  position: relative;
  flex-flow: wrap;
  gap: 30px;
}

.servicios_list .comun {
  max-width: calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  height: 220px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.servicios_list .comun:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(216deg, rgba(0, 0, 0, 0) 0%, #000000a1 100%);
  z-index: 1;
}

.servicios_list .comun img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.comun.servicio_4 {
  max-width: calc(66.66% - 10px);
  width: calc(66.66% - 10px);
}

.comun.servicio_enlaces {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}



.servicios_list .comun p {
  /* position: absolute;
    bottom: 20px;
    left: 20px; */
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

.servicio_comun-info {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 15px 15px;
  align-items: flex-start;
  z-index: 9;
  position: relative;
  flex-flow: column;
}

.servicio_comun-info a {
  color: #fff;
  font-weight: 700;
  border-bottom: 3px solid #d86536;
  line-height: 1.4;
}

.comun.servicio_4 p {
  max-width: 66%;
}

.comun.servicio_enlaces:before {
  content: none;
}

.comun.servicio_enlaces .btn-catalogo {

  padding: 30px 24px;
  flex: 1;
  align-items: flex-end;

}

.comun.servicio_enlaces .btn-catalogo>a {
  font-size: 21px;
}



/* FOOTER */


footer#colophon {
  padding-top: 120px;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer-info-inner {
  display: flex;
  flex-flow: wrap;
}

.comun-info {
  width: calc(33.33% - 30px);
  background: #d86635;
  margin: 0 15px;
  border-radius: 20px;
}

.comun-info-content {
  padding: 45px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.comun-info-content p {
  color: #fff;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.2;
}

.comun-info-content a {
  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  padding: 0 30px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-color: #ffffff;
  margin-top: auto;
}

.comun-info-content.cabra-loca {
  position: relative;
}

.comun-info-content.cabra-loca:before {
  background: url(../../assets/images/cabra_loca.png) center center;
  content: "";
  position: absolute;
  top: -182px;
  right: -202px;
  z-index: 9;
  width: 370px;
  height: 357px;
}

.footer-info:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 166px;
  background: #1a6c00;
  background: -webkit-radial-gradient(circle, #24232c 0%, #18171d 100%);
  z-index: -1;
}

.footer-info {
  position: relative;
}

.footer-info2 {
  background: #1b6b00;
  padding-bottom: 45px;
  background: -webkit-radial-gradient(circle, #24232c 0%, #18171d 100%);
}

.info-menu1 ul {
  border: 1px solid #fff;
  padding: 8px 0;
  padding-left: 80px;
}

.info-menu1 ul li {
  margin: 0 0;
}

.info-menu1 ul li img {
  height: 15px;
}

.info-menu1 ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.footer-info2-inner {
  padding: 70px 0 0 0;
  display: flex;
  flex-flow: wrap;
}

.comun-info2 {
  width: calc(33.33% - 30px);
  margin: 0 15px;

}




.info-menu2 ul li {
  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  border-color: #ffffff;
  width: 100%;
  margin-bottom: 28px;
  margin-left: 0;
}

.info-menu2 ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.info-menu3 ul li {
  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  border-color: #ffffff;
  width: 100%;
  margin-bottom: 28px;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-menu3 ul li i {
  display: flex;
  align-items: flex-start;
}

.info-menu3 ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.footer-legal {
  background: #1b6a00;
  padding: 15px 0;
  border-top: 1px solid #eaeaea;
  background: -webkit-radial-gradient(circle, #24232c 0%, #18171d 100%);
}

nav.footer-legal-menu ul {
  display: flex;
  justify-content: center;
}

nav.footer-legal-menu ul li {
  margin: 0 15px;
}

nav.footer-legal-menu ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

ul.site-footer__socials li:first-child {
  margin-left: 0;
}


.site-footer__socials {
  margin-top: 27px;
  display: -webkit-box;
  display: flex;
  list-style: none;
  justify-content: center;
}

.site-footer__socials li+li {
  margin-left: 15px;
}

.button--circle {
  background-color: #d86535;
  position: relative !important;
  height: 50px;
  width: 50px;
  z-index: 0;
  display: -webkit-box;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50% !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.svg {
  position: relative;
  display: inline-block;
}

.button--circle .svg {
  fill: #fff;
}

.button svg {
  -webkit-transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button--circle:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button--circle:hover {
  border-color: #00ddc1;
}

.button--circle:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button--circle:hover .svg {
  fill: #d86535;
}

header.comunCabecera {
  text-align: center;
}

header.comunCabecera h2 {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 78px;
  margin-bottom: 6px;
}

span.lineCenter {
  box-sizing: border-box;
  height: 8px;
  width: 120px;
  margin-top: 34px;
  margin-bottom: 34px;
  margin: 34px auto;
  display: inline-block;
  background: #619828;
}

span.lineCenter {
  margin: 16px auto;
}

.comun-info-content span img {
  max-width: 50px;
}


.ayuda {
  text-align: center;
}




.entidades-footer {
  background: #fff;
  padding-top: 45px;
}

.miembros-logo {
  text-align: center;
  padding: 45px 0;
}

.entidades-colaboradoras {
  text-align: center;
  padding: 45px 0;
}

.entidades-financiadoras h4 {
  text-align: center;
}

.entidades-financiadoras-inner img {
  max-width: 230px;
}

.entidades-financiadoras-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.entidades-financiadoras-inner p {
  margin-right: 40px;
  font-size: 14px;
  line-height: 26px;
}

.entidades-financiadoras-logo {
  padding: 45px 0;
}

.entidades-footer h4 {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3.47px;
  text-transform: uppercase;
}



/* CAPRIGEN */


.caprigen-bg {
  /* background: #000 url(../assets/images/laRaza/caprigen-bg.jpg) no-repeat top
    right; */
  background-repeat: no-repeat;
  background-position: top right;
}

.caprigen-intro-inner {
  display: flex;
  flex-flow: wrap;
}

.caprigen-intro-content {
  width: 50%;
}

.caprigen-intro-content h5 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

.caprigen-intro-img {
  flex: 1;
  text-align: right;
  display: block;
  position: relative;
}

.cabeceraComun-page {
  padding: 80px 0 110px 0;
  background: #619828;
  background: #0A1004;
}

h1.cabeceraComun-title {
  color: #fff;
  max-width: 450px;
  max-width: 55%;
  font-weight: 700;
  font-size: 42px;
}

span.sub_proyectos {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 5.2px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000;
}

h1.cabeceraComun-title:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  height: 1px;
  width: 150px;
  background: #fff;
}

.titulo_line_w {
  position: relative;
  margin-bottom: 45px;
}

.titulo_line_w:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  height: 1px;
  width: 150px;
  background: #fff;
}

.caprigen-intro {
  padding: 60px 0 100px;
}

.caprigen-intro-content h2 {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 600;
}

.caprigen-intro-img img {
  position: absolute;
  right: 0;
  top: -270px;
  width: 520px;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
  max-height: 555px;
  object-fit: cover;
}

.caprigen-intro-img-block {
  width: 527px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -175px;
  box-shadow: 0 5px 31px rgba(0, 0, 0, 0.1);
}

.caprigen-intro-content p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

section#caprigen-sec2 {
  position: relative;
  background: #619828;
  overflow: hidden;
}

section#caprigen-sec2 img {
  position: absolute;
  top: 0;
  left: 0;
}

.caprigen-sec2-content {
  padding: 100px 0 200px 0;
  width: 50%;
  max-width: 600px;
  margin-left: auto;
  z-index: 9;
  position: relative;
}

.caprigen-sec2-content p {
  font-size: 20px;
  line-height: 1.4;
}

.caprigen-sec2-content h3 {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  line-height: 56px;
}

.caprigen-sec2-content span {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32.8px;
  color: #fff;
  margin-bottom: 24px;
  display: block;
}

.caprigen-sec2-content p {

  color: #fff;
}

section#caprigen-sec3 {
  padding: 120px 0;
}

.caprigen-sec3-inner {
  display: flex;
  flex-flow: wrap;
}

.caprigen-sec3-img {
  width: 100%;
  padding-right: 15px;
}

.caprigen-sec3-img-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.caprigen-sec3-img-inner img {
  border-radius: 8px;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
}

.caprigen-sec3-img-inner img:first-child {
  margin-right: 0;
  margin-bottom: 0;
}

.caprigen-sec3-img-inner img:nth-child(3) {
  margin-left: 0;
  margin-bottom: 0;
}

.caprigen-sec3-content {
  width: 50%;
  padding-left: 15px;
}

.caprigen-sec3-text h3 {
  letter-spacing: 0;

  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}

.caprigen-sec3-text p {

  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

section#caprigen-sec4 {
  background: #d86635;
  margin-top: 200px;
}

img.caprigen-sec4-1 {
  margin-top: -200px;
  border-radius: 8px;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
}

.caprigen-sec4-inner {
  display: flex;
  flex-flow: wrap;
  padding: 75px 0 120px 0;
  justify-content: space-between;
  align-items: flex-start;
}

.caprigen-sec4-content {
  width: 50%;
  max-width: 470px;
}

.caprigen-sec4-content h3 {
  color: #ffffff;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 56px;
}

.caprigen-sec4-content p {
  color: #fff;
}

.caprigen-sec4-list {
  width: 50%;
  background: #fff;
  padding: 60px;
  max-width: 570px;
}

.caprigen-sec4-list ol li {
  list-style: decimal;
  margin-left: 12px;
  margin-bottom: 12px;
}

.caprigen-sec4-list h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.caprigen-sec4-list ul li {
  list-style: decimal;
  margin-left: 12px;
  margin-bottom: 12px;
}

.caprigen-sec5-inner {
  display: flex;
  flex-flow: wrap;
  padding: 0 0 120px 0;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -240px;
  background: #619828;
  padding: 70px;
  z-index: 9;
  position: relative;
}

img.caprigen-sec5-1 {
  max-width: 100%;
  width: 100%;
}

.caprigen-sec5-content {
  width: 50%;
  max-width: 470px;
}

.caprigen-sec5-content h3 {
  color: #ffffff;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 56px;
}

.caprigen-sec5-content p {
  color: #fff;
}

.caprigen-sec5-list {
  width: 50%;
  background: #fff;
  padding: 60px;
  max-width: 470px;
  border-radius: 8px;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
}

.caprigen-sec5-list p {
  margin-bottom: 0;
}

.caprigen-sec5-list h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

section#caprigen-sec6 {
  padding-top: 100px;
}

.caprigen-sec6-inner {
  display: flex;
  flex-flow: wrap;
}

.caprigen-sec6-inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.caprigen-sec6-titulo {
  max-width: 450px;
}

.caprigen-sec6-titulo h3 {
  margin-bottom: 0;
  padding-top: 50px;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}

.caprigen-sec6-text {
  flex: 1;
  background: #d86635;
  padding: 60px;
  margin-top: -200px;
  max-width: 650px;
  border-radius: 8px;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
}

.caprigen-sec6-text p {
  color: #fff;

  margin-bottom: 0;
}


/******/


/* NUESTRO TRABAJO */



section#areasTrabajo {
  padding: 120px 0 360px 0;
  background: #f5f5f5;
  background: #649732;
  background: -webkit-radial-gradient(circle, #22212c 0%, #0A1004 100%);
}

section#areasTrabajo header.comunCabecera h2 {
  color: #fff;
}

section#areasTrabajo p.comunSubtitulo {
  color: #fff;
}

section#areasTrabajo span.lineCenter {
  background: #d86536;
}

section#areasTrabajo figcaption.infografia-circle-text {
  color: #fff;
}

section#areasTrabajo p.areasTrabajo-text {
  color: rgb(255 255 255 / 70%);
}

header.comunCabecera {
  text-align: center;
}



p.comunSubtitulo {
  color: #000000;
  font-family: 'Aeonik';
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 28px;
  max-width: 700px;
  margin: 0 auto;
}

span.lineCenter {
  box-sizing: border-box;
  height: 8px;
  width: 120px;
  margin-top: 34px;
  margin-bottom: 34px;
  margin: 34px auto;
  display: inline-block;
  background: #619828;
}

p.areasTrabajo-text {
  /* font-family: "Libre Baskerville";
  font-style: italic; */
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.4;
  line-height: 1.4;
}

.areasTrabajo-infografia {
  position: relative;
  margin-top: 120px;
}

figure.infografia-center {
  width: 100%;
  height: 100%;
}

.areasTrabajo-infografia-content {
  width: 460px;
  height: 460px;
  margin: 0 auto;
  position: relative;
}

img.areaTrabajo-circulo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

img.areaTrabajo-cabra {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

figure.infografia-circle-comun {
  height: 128px;
  width: 128px;
  position: absolute;
}

.infografia-circle1 {
  top: 0px;
  left: -5%;
}

.infografia-circle1 figcaption.infografia-circle-text {
  position: relative;
  width: 124%;
  top: calc(50% - 29px);
  right: 145%;
}

.infografia-circle2 {
  top: 0px;
  left: auto;
  right: -5%;
}

.infografia-circle2 figcaption.infografia-circle-text {
  position: relative;
  top: 35px;
  left: 125%;
}

.infografia-circle3 {
  top: calc(50% - 40px);
  left: auto;
  right: -20%;
}

.infografia-circle3 figcaption.infografia-circle-text {
  position: relative;
  top: 35px;
  left: 125%;
}

.infografia-circle4 {
  top: calc(50% - 40px);
  left: -20%;
}

.infografia-circle4 figcaption.infografia-circle-text {
  position: relative;
  top: calc(50% - 15px);
  right: 145%;
}

.infografia-circle5 {
  bottom: -50px;
  left: 5%;
}


.infografia-circle5 figcaption.infografia-circle-text {
  position: relative;
  top: calc(50% - 15px);
  right: 105%;
}

.infografia-circle6 {
  bottom: -50px;
  left: auto;
  right: 5%;
}

.infografia-circle6 figcaption.infografia-circle-text {
  position: relative;
  top: 35px;
  left: 125%;
  width: 150%;
}

figcaption.infografia-circle-text {
  position: relative;
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 21px;
  line-height: 30px;
}

figure.infografia-circle-comun .overflow {
  height: calc(100% + 30px);
  width: calc(100% + 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

figure.infografia-circle-comun .overflow img {
  -webkit-clip-path: circle(calc(50% - 10px) at 50% 50%);
  clip-path: circle(calc(50% - 10px) at 50% 50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: -webkit-clip-path 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-clip-path 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-clip-path 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

figure.infografia-circle-comun:hover .overflow img {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}


/******/

.single_page .archive_buscador {
  margin: 15px auto 120px;
}

.content_single_page {
  padding: 0 0 60px;
  text-align: center;
}

.woocommerce-container {
  background: #fafafa;
  /* background: #0e1218; */
  position: relative;
  display: flex;
  flex-flow: column;
}

#productos_relacionados {
  position: relative;
}

section.single_product_content {
  padding-bottom: 5rem;
}

section.single_product_content .container {
  padding-right: 30px;
  padding-left: 30px;
}

.woocommerce div.product {
  display: flex;
  gap: 60px;

}

.woocoomerce_producto_detalle {
  display: flex;
  flex-flow: column;
  width: 52%;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
  width: 100%;
  float: none;
  flex: 1;
}




.btn_descargar-dosis.btn-primary a {

  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #ffffff;
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;

  border-radius: 3px;
}




















.woocommerce-container:before,
#productos_relacionados:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #0e1218;
  clip-path: polygon(52% 0, 0 8%, 100% 8%);
  clip-path: ellipse(50% 70% at 50% 100%);
  z-index: 9;
}

.bg_dark_cat1,
.bg_dark_cat1:before,
.term-joven-reproductor-recomendado .woocommerce-container,
.term-joven-reproductor-recomendado .woocommerce-container:before,
[theme="cat-joven-reproductor-recomendado"] #productos_relacionados,
[theme="cat-joven-reproductor-recomendado"] #productos_relacionados:before,
[theme="cat-young-sires"] #productos_relacionados,
[theme="cat-young-sires"] #productos_relacionados:before,
.term-young-sires .woocommerce-container,
.term-young-sires .woocommerce-container:before {
  background: #451D0D;
  /* background: #552511; */
}

.bg_dark_cat2,
.bg_dark_cat2:before,
.term-semental-mejorante .woocommerce-container,
.term-semental-mejorante .woocommerce-container:before,
[theme="cat-semental-mejorante"] #productos_relacionados,
[theme="cat-semental-mejorante"] #productos_relacionados:before,
[theme="cat-proved-sires"] #productos_relacionados,
[theme="cat-proved-sires"] #productos_relacionados:before,
.term-proved-sires .woocommerce-container,
.term-proved-sires .woocommerce-container:before {
  background: #142E0F;
}

.bg_dark_cat3,
.bg_dark_cat3:before,
.term-semental-elite .woocommerce-container,
.term-semental-elite .woocommerce-container:before,
[theme="cat-semental-elite"] #productos_relacionados,
[theme="cat-semental-elite"] #productos_relacionados:before,
[theme="cat-elite-sires"] #productos_relacionados,
[theme="cat-elite-sires"] #productos_relacionados:before,
.term-elite-sires .woocommerce-container,
.term-elite-sires .woocommerce-container:before {
  background: #430F1E;
}


.archive_catalogo nav.woocommerce-pagination {
  display: none;
}

.archive_product-header {
  text-align: center;
  padding-top: 32px;
}

.woocommerce .woocommerce-breadcrumb {
  max-width: 914px;
  margin: 0 auto;
  padding: 24px 0 75px;
}

.single_page_cabecera {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 0 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.single-product .woocommerce-breadcrumb {
  max-width: 100%;
  margin: 0;
  padding: 0;
  flex: 1;
}

.archive .woocommerce-breadcrumb {
  text-align: center;
}

[themes="sobre_nosotros"] section#caprigen-header .cabeceraComun-page .container {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
  display: grid;
  grid-auto-flow: row dense;
  position: relative;
}

[themes="sobre_nosotros"] figure.infografia-center {
  width: 100%;
  height: 100%;
  background: #d86536;
  border-radius: 50%;
}

[themes="sobre_nosotros"] img.areaTrabajo-cabra {
  /* bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 250px; */
}

[themes="sobre_nosotros"] .areasTrabajo-infografia-content {
  width: 400px;
  height: 400px;
}

[themes="sobre_nosotros"] figure.infografia-circle-comun .overflow {
  height: calc(100% + 15px);
  width: calc(100% + 15px);
}

[themes="sobre_nosotros"] figcaption.infografia-circle-text {
  position: relative;
  color: #000;
  /* font-family: "Libre Baskerville", serif; */
  /* font-style: italic; */
  font-family: 'Aeonik';
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

[themes="sobre_nosotros"] .areasTrabajo-infografia {
  position: relative;
  margin-top: 0;
}

.cabeceraComun_izq {
  max-width: 400px;
}

.cabeceraComun_izq p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}

[themes="sobre_nosotros"] .cabeceraComun-page {
  padding: 160px 0 45px 0;
  background: #619828;
  /* background: #0A1004; */
}

[themes="sobre_nosotros"] .caprigen-intro-inner {
  display: flex;
  flex-flow: wrap;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  display: grid;
}

[themes="sobre_nosotros"] .caprigen-intro {
  padding: 60px 0 100px;
}

[themes="sobre_nosotros"] .caprigen-intro-content {
  width: auto;
}

[themes="sobre_nosotros"] .caprigen-intro-content .btn-info {
  display: inline-block;
  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  /* color: #ffffff; */
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
}

[themes="sobre_nosotros"] .imagen_bloc_der {
  text-align: center;
}

[themes="sobre_nosotros"] section#h_sec1 {
  background: url(../../assets/images/sobre_nosotros/h_sec1.jpg) no-repeat center center;
}

[themes="sobre_nosotros"] h1.cabeceraComun-title {
  max-width: max-content;
}

[themes="sobre_nosotros"] figure.infografia-circle-comun .overflow img {
  -webkit-clip-path: circle(calc(50% - 10px) at 50% 50%);
  clip-path: circle(calc(50% - 10px) at 50% 50%);
}

[themes="sobre_nosotros"] figure.infografia-circle-comun:hover .overflow img {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.equipo_list figure {
  height: 380px;
  overflow: hidden;
}

.equipo_list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
}

.equipo_list h4 {
  color: #000000;
  font-family: 'Aeonik';
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0;
}



/* LA RAZA */


#origenes {
  padding: 100px 0;
}

.origenes-inner {
  /* display: flex;
  flex-flow: wrap; */
}

/* .origenes-img {
  width: 50%;
}

.origenes-content {
  width: 50%;
} */

.origenes-text {
  padding-top: 45px;
}

.origenes-text h2 {
  font-size: 50px;
  font-weight: 700;
}

.origenes-text span {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 28px;
  margin-bottom: 12px;
  display: block;
}

.origenes-text p {
  font-size: 18px;

}

.origenes-btn {
  margin-top: 38px;
  display: block;
}

.origenes-btn a {
  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #000;
  padding: 0 30px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-color: #979797;
}

.nuestraRaza-img {
  text-align: center;
  height: 800px;
  position: relative;
}

.nuestraRaza-img img {
  position: absolute;
  border: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tooltips-circle {
  width: 30px;
  height: 30px;
  background: #5752a5;
  border-radius: 50%;
}

.tooltips-list {
  height: 100%;
  position: relative;
}

.tooltips-item-content {
  width: 300px;
  position: relative;
}

.tooltips-item.t1 {
  position: absolute;
  left: 33%;
  top: 45px;
}

/*******************/
/*     TOOLTIP     */
/*******************/

section.tooltip-plugin {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #70ab33;
  padding-top: 100px;
}

section.tooltip-plugin:before {
  /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/images/laRaza/circles-bg.png) no-repeat; */
}

section.tooltip-plugin .container {
  position: relative;
}

.container .big-image {
  max-width: 1140px;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0px rgba(30, 30, 30, 0.2);
  margin: 0 auto;
  display: block;
}

.tooltip-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tooltip-container .tooltip-top .tooltip__content {
  transform: translateY(1rem);
}

.tooltip-container .tooltip--active .tooltip__content {
  opacity: 1;
  pointer-events: inital;
  transform: translateY(0);
}

.tooltip-container .tooltip__pin {
  position: absolute;
  /* top: 50%;
    left: 50%; */
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background-color: #f8e71c;
  border: none;
  cursor: pointer;
  box-shadow: 0px 0px 6px rgba(30, 30, 30, 0.08);
  transition: 300ms ease;
  z-index: 10;
  padding: 0;
}

.tooltip-container .tooltip__pin:hover {
  /* transform: scale(1.1);
    box-shadow: 0px 0px 8px rgba(30, 30, 30, 0.12); */
}

.tooltip-container .tooltip__pin::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: #7bdd14;
  animation: pulse 1.6s ease-in-out infinite;
}

.tooltip-container .tooltip__pin:hover:before {
  transform: scale(1.1);
  box-shadow: 0px 0px 8px rgba(30, 30, 30, 0.12);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tooltip-container .tooltip__pin::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 1rem;
  background-color: #f8e71c;
  z-index: 9;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tooltip-container .tooltip__content {
  position: absolute;
  /* top: 0;
    left: 0; */
  background-color: #f8e71c;
  box-shadow: 0px 0px 6px rgba(30, 30, 30, 0.2);
  border-radius: 0.5rem;
  width: 90vw;
  max-width: 32ch;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: 300ms ease;
  display: flex;
  align-items: stretch;
}

.tooltip-container .tooltip__content__text {
  padding: 1.5rem;
}

.tooltip-container .tooltip__content__text h1 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.tooltip-container .tooltip__content__text p {
  line-height: 1.4;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.tooltip-container .tooltip__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0.5rem 0.5rem 0;
}

@keyframes pulse {
  from {
    transform: scale(0.5);
    opacity: 1;
  }

  to {
    transform: scale(3);
    opacity: 0;
  }
}

.tagline {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem;
  background-color: #4a4e4d;
  color: #ffffff;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.4;
  transition: 0.3s ease;
}

.tagline:hover {
  opacity: 0.8;
}

.tooltip_1 {
  top: 0%;
  left: 42.5%;
}

.tooltip_1_open {
  top: -10%;
  left: 45%;
}

.tooltip_2 {
  top: 7%;
  left: 34%;
}

.tooltip_2_open {
  top: -1%;
  left: 2%;
}

.tooltip_3 {
  top: 30%;
  left: 29%;
}

.tooltip_3_open {
  top: 6%;
  left: 2%;
}

.tooltip_4 {
  top: 28%;
  left: 54%;
}

.tooltip_4_open {
  top: 0%;
  left: 50%;
}

.tooltip_5 {
  top: 38%;
  left: 68%;
}

.tooltip_5_open {
  top: 10%;
  left: 70%;
}

.tooltip_6 {
  top: 50%;
  left: 50%;
}

.tooltip_6_open {
  top: 20%;
  left: 50%;
}

.tooltip_7 {
  top: 72%;
  left: 39%;
}

.tooltip_7_open {
  top: 45%;
  left: 42%;
}

.tooltip_8 {
  top: 70%;
  left: 58%;
}

.tooltip_8_open {
  top: 45%;
  left: 42%;
}

.tooltip_9 {
  top: 62%;
  left: 65%;
}

.tooltip_9_open {
  top: 38%;
  left: 70%;
}

.tooltip_10 {
  top: 85%;
  left: 61%;
}

.tooltip_10_open {
  top: 62%;
  left: 65%;
}

.tooltip_11 {
  top: 20%;
  left: 73%;
}

.tooltip_11_open {
  top: 3%;
  left: 72%;
}

.tooltip_12 {
  top: 45%;
  left: 39%;
}

.tooltip_12_open {
  top: 14%;
  left: 44%;
}

.tooltip_13 {
  top: 40%;
  left: 26%;
}

.tooltip_13_open {
  top: 20%;
  left: 29%;
}

.tooltip .open {
  opacity: 1;
  pointer-events: inital;
  transform: translateY(0);
}

.nuestraRaza-content {
  position: absolute;
  bottom: 21%;
  left: 5%;
  max-width: 100%;
  width: 400px;
}

.nuestraRaza-content h3 {
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  font-size: clamp(2.625rem, 5.20833vw, 4.6875rem);
  font-weight: bold;
}

.nuestraRaza-content p {
  color: #ffffff;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 24px;
}

.nuestraRaza-btn a {
  color: #000000;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  background: #fff;
  padding: 18px 32px;
  margin-top: 12px;
  display: inline-block;
}

section#produccion {
  padding: 120px 0;
}

.produccion-inner {
  display: flex;
  flex-flow: wrap;
}

.produccion-img {
  width: 50%;
}

.produccion-content {
  width: 50%;
  padding-left: 60px;
}

.produccion-img-inner img:first-child {
  margin-right: 20px;
  margin-bottom: 40px;
}

.produccion-img-inner img:nth-child(2) {
  margin-left: 20px;
  margin-bottom: 40px;
}

.produccion-text h3 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

span.lineGrey {
  width: 150px;
  height: 1px;
  background: #9c9c9c;
  display: block;
  margin-bottom: 24px;
}

span.subtituloComun {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.2;
}

.produccion-text p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;

  margin-top: 24px;
}

.produccion-btn a {
  color: #000;
  border-color: rgb(0 0 0 / 60%);
}

section#laRaza-caracteristicas {
  margin-bottom: 120px;
}

.laRaza-caprigen {
  margin-bottom: 0 !important;
}

.laRaza-caracteristicas-bg {
  background: #000;
  position: relative;
}

.laRaza-caracteristicas-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgb(0 0 0 / 100%) 25%,
      rgb(255 255 255 / 0%) 100%);
  z-index: 0;
}

.laRaza-caracteristicas-content {
  padding: 100px 120px;
  padding-right: 40%;
  z-index: 9;
  position: relative;
  height: 660px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.laRaza-caracteristicas-content h3 {
  color: #ffffff;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 49.2px;
  letter-spacing: 0;
  line-height: 1;
}

.laRaza-caracteristicas-content p {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.4;
}

.laRaza-caracteristicas-btn {
  display: flex;
}

.laRaza-caracteristicas-btn a {
  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #000;
  padding: 0 20px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
}

.laRaza-caracteristicas-btn a:nth-child(2) {
  margin-left: 24px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.libroGenealogico-bg {
  /* background: #000 url(../assets/images/laRaza/librogenealogico-bg.jpg)
    no-repeat top right; */
  background-repeat: no-repeat;
  background-position: top right;
}

.libroGenealogico-bg .laRaza-caracteristicas-content {
  padding-right: 30%;
}

/**/


/* NUESTROS SERCICIOS */


[themes="nuestros_servicios"] section#servicios {
  padding: 120px 0 260px 0;
  background: #f5f5f5;
}



/* ARCHIVE */

.archive-inner .c-title {
  font-size: 59.53px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.archive-inner {
  padding-top: 60px;
  padding-bottom: 12px;
}

.archive-btn {
  text-align: center;
  margin-top: 45px;
}

.archive-btn .btn-verde {
  background: #fff;
}

.archive-btn .btn-primary {
  margin: 0 5px;
}

.archive_product-header h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.archive_product-header {
  text-align: center;
}


.archive_product-list {
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  display: grid;
  grid-auto-flow: row dense;
  position: relative;
  padding: 120px 0 60px;
  row-gap: 45px;
  column-gap: 25px;
}

.archive_product_btn {
  text-align: center;
  margin-bottom: 120px;
}

.archive_product-list .product {
  border-radius: 1rem;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: .5rem;
  padding-bottom: 32px;
  position: relative;
  background: #fdfdfd;
  margin-bottom: 1rem;
}

i.tag_img {
  position: absolute;
  left: 25px;
  top: 15px;
  z-index: 9;
}

i.tag_img.joven-reproductor-recomendado,
i.tag_img.joven-reproductor-recomendado-en {
  background: url(../../assets/images/etiqueta_1.svg) no-repeat center center;
  background-size: contain;
  width: 42px;
  height: 68px;
  z-index: 9;
}

i.tag_img.semental-mejorante,
i.tag_img.breeding-stock-breeders,
i.tag_img.rm {
  background: url(../../assets/images/etiqueta_2.svg) no-repeat center center;
  background-size: contain;
  width: 42px;
  height: 68px;
}

i.tag_img.sementales-elite,
i.tag_img.stallions-elite,
i.tag_img.se {
  background: url(../../assets/images/etiqueta_3.svg) no-repeat center center;
  background-size: contain;
  width: 42px;
  height: 68px;
}

figure.product_miniatura {
  width: 100%;
  /* height: 200px; */
  margin: 0 auto;
  position: relative;
  /* margin-top: -100px; */
  overflow: hidden;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
  border-radius: .8rem;
  aspect-ratio: 3 / 2.5;
}

li.product img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

li.product h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

li.product h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0e1218;
  transform: scale(1.15);
  z-index: -1;
}

.card_info {
  padding: 0 1rem;
}

.card_info-bloc {
  display: flex;
  flex-flow: column;
  position: relative;
}

.card_info-bloc p img {
  max-width: 24px;
}

.card_info-bloc>p {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: .5rem;
}

.card_info-bloc p {
  margin: 0;
  line-height: 1.4;
  color: #404049;
  color: #a1a1a1;
  font-weight: 600;
}

.card_col_icons {
  display: flex;
  justify-content: center;
  gap: .3rem;
  padding: 6px 0;
  position: absolute;
  right: 15px;
  top: 8px;
}

.card_col_icons img {
  max-width: 24px !important;
}

.card_info-bloc p strong {
  font-weight: 600;
  color: #2a2a2a;
}

.card_info hr {
  height: 1px;
  width: 100%;
  background: #c8c8c8;
  margin: .6em auto;
  border-top: none;
}


.btn_ficha {
  margin-top: 1.2rem;
}

.btn_ficha a {
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 400;
}

.cat_joven-reproductor-recomendado .btn_ficha a,
.term-joven-reproductor-recomendado .btn_ficha a,
.term-joven-reproductor-recomendado-en .btn_ficha a,
.joven-reproductor-recomendado.btn_descargar-dosis a,
.young-sires.btn_descargar-dosis a {
  background: #d86536;
  border-color: #d86536;
}

.cat_rm .btn_ficha a,
.term-semental-mejorante .btn_ficha a,
.term-proved-sires .btn_ficha a,
.term-breeding-stock-breeders .btn_ficha a,
.btn-semental-mejorante a,
.semental-mejorante.btn_descargar-dosis a,
.proved-sires.btn_descargar-dosis a {
  background: #39872c;
  border-color: #39872c;
}

.cat_re .btn_ficha a,
.term-semental-elite .btn_ficha a,
.term-elite-sires .btn_ficha a,
.btn-semental-elite a,
.semental-elite.btn_descargar-dosis a,
.elite-sires.btn_descargar-dosis a {
  background: #a7254c;
  border-color: #a7254c;
}



.archive_buscador {
  max-width: 680px;
  padding: 15px 20px;
  margin: 0 auto;
  margin-top: 45px;
  margin-top: 0;
  background: #fafafa;
  border-radius: 3px;
  background-color: #fff;
  border-bottom: 1px solid #f2f1f3;
  border-radius: 1rem;
  box-shadow: 0 6.2rem 1.7rem 0 transparent, 0 4rem 1.6rem 0 rgba(0, 0, 0, .01), 0 2.2rem 1.3rem 0 rgba(0, 0, 0, .02), 0 1rem 1rem 0 rgba(0, 0, 0, .04), 0 .2rem .5rem 0 rgba(0, 0, 0, .04);
}

.aws-container .aws-search-field {

  border: 1px solid #ebebeb;
  outline: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  padding-left: 12px;
  border-radius: 3px !important;
}

.aws-container .aws-search-form .aws-form-btn {
  background: #d86536;
  border-radius: 3px !important;
  border: 1px solid #ebebeb;
}

.aws-container .aws-search-form .aws-search-btn_icon {
  color: #fff;
}

.archive_bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 820px;
  width: 100%;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

.archive_bg img {
  position: absolute;
  top: 15px;
  right: 0;
}

.archive-header {
  position: relative;
}


.archive_bg.semental-elite,
.archive_bg.stallions-elite {
  background-image: url(../../assets/images/cabra_re_big.png);
}

.archive_bg.joven-reproductor-recomendado,
.archive_bg.joven-reproductor-recomendado-en {
  background-image: url(../../assets/images/cabra_jrr_big.png);
}

.archive_bg.semental-mejorante,
.archive_bg.breeding-stock-breeders {
  background-image: url(../../assets/images/cabra_rm_big.png);
}


/**/


/* SINGLE */

.back_catalogo.btn-primary a {
  color: #111;
  border-color: #111;
}

.back_catalogo.btn-primary a.btn_carrito {
  color: #8fae1b;
  border-color: #8fae1b;
}

.back_catalogo.btn-primary a.btn_carrito:hover {
  background: #8fae1b;
  color: #fff !important;
}

p.c-bloc-title {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 14px;
  color: #111;
}


.woocommerce-page div.product div.images {
  width: 100%;
  margin-bottom: 1.5em;
}

.summary_content {
  max-width: 485px;
  margin: 0 auto;
  margin-right: 0;
}

.single_page_cabecera {
  /* max-width: 940px;*/
  padding-right: 15px;
  padding-left: 15px;
}

.summary_info-bloc .comun p {
  margin: 0;
  color: #424242;
  max-width: max-content;
  position: relative;
}

.summary_info-bloc .comun p.joven-reproductor-recomendado a,
.summary_info-bloc .comun p.joven-reproductor-recomendado-en a {
  color: #d86536;
}

.summary_info-bloc .comun p.rm a,
.summary_info-bloc .comun p.semental-mejorante a,
.summary_info-bloc .comun p.breeding-stock-breeders a {
  color: #39872c;
}

.summary_info-bloc .comun p.se a,
.summary_info-bloc .comun p.semental-elite a,
.summary_info-bloc .comun p.stallions-elite a {
  color: #A7254C;
}

.content_producciones {
  padding-top: 21px;
}

.content_producciones .comun {
  padding-bottom: .6rem;
}


.bloc_icons {
  padding-left: .5rem;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding: 6px;
  position: absolute;
  right: 15px;
  top: 8px;
}

.icon_goat {
  padding-left: .5rem;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding: 6px;
  position: absolute;
  right: 0;
  padding-right: 0;
  top: 8px;
}

.icon_goat img {
  max-width: 24px;
}

.comun.comun-half {
  position: relative;
}

.bloc_icons svg {
  width: 26px;
  height: 26px;
}

.bloc_icons svg circle {
  fill: #e3ebc6;
}

.bloc_icons svg path {
  fill: #111;
}

img.icon_produccion {
  max-width: 24px !important;
}

.archive_product-list .product .bloc_icons {
  padding-right: 0;
}

.bloc_icons img {
  max-width: 22px !important;
}

section#c-faq {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 45px 0 90px;

}

.summary_info-bloc .comun strong {
  font-weight: 700;
  font-size: 16px;
}

.comun.comun-half .c-bloc-title {
  font-weight: 700;
  color: #111;
}

.bton_dosis p {
  margin-bottom: 6px;
  font-size: 16px;
}

.bton_dosis p.price {
  display: none;
}

section#c-faq .accordion button .accordion-title {
  color: #1d1e39;
}

.summary_info_detalle {
  border: 1px solid #9ff0f580;
  background-color: #EFFEFF;
  padding: 16px 20px;
  display: inline-block;
  margin-top: 0;
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  gap: .3rem;
}

.summary_info_detalle .comun {
  display: flex;
  align-items: center;
  margin: 4px 0;
}

.summary_info_detalle .comun p {
  margin: 0;
  margin-left: 12px;
}

.comun_col {
  display: flex;
  padding-right: 8px;
  align-items: center;
}

.comun_col i {
  max-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary_info_detalle p {
  font-size: 16px;
}

.summary_info_detalle .comun i {
  display: flex;
  align-items: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: #8fae1b;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  border: 2px solid #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  background: #fff;
}

.woocommerce-product-gallery:before {
  content: "";
  position: absolute;
  background: #8fae1b;
  width: 45px;
  height: 45px;
  z-index: 9;
  border-radius: 50%;
  top: .7em;
  right: .7em;
  box-shadow: 0px 6px 25px rgb(0 0 0 / 11%);
  transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.woocommerce-product-gallery:hover:before {
  transform: scale(1.1);
  transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.woocommerce-product-gallery:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 8;
  background: transparent;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
  margin: 0;
  padding: 0;
  box-shadow: 0 10.5px 21px rgba(0, 0, 0, .08);
  overflow: hidden;
  border-radius: 20px;
}



.single-page_tag i {
  position: absolute;
  bottom: -47px;
  right: 40px;
  top: 15px;
  width: 65px !important;
  height: 109px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {

  transition: opacity .3s ease;
}

.c-faq-inner .center-title {
  background: #000000;
  color: #fff;
  display: inline-block;
  padding: 0 12px;
}


[theme="cat-joven-reproductor-recomendado"] .accordion button .icon,
[theme="cat-joven-reproductor-recomendado-en"] .accordion button .icon {
  border: 1px solid #d86536;
  background: #d86536;
}

[theme="cat-breeding-stock-breeders"] .accordion button .icon,
[theme="cat-semental-mejorante"] .accordion button .icon {
  border: 1px solid #39872c;
  background: #39872c;
}

[theme="cat-stallions-elite"] .accordion button .icon,
[theme="cat-semental-elite"] .accordion button .icon {
  border: 1px solid #a7254c;
  background: #a7254c;

}


h5.accordion-title {
  padding: 0px 6px;
  font-size: 23px;
  /* font-weight: 600; */
  line-height: initial;
  background: #0f0f0f;
  display: inline-block;
  color: #fff;
  font-family: "Libre Baskerville";
  font-style: italic;
}





/* ACORDEON */

.accordion .accordion-item {
  padding: 30px 0;

  transition: background .3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: transparent;
  border-top: 1px solid #ccc;
}

.accordion .accordion-item:hover {
  background: #f9f9f9;
  transition: background .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion .accordion-item[aria-expanded=true] {

  background: #f9f9f9;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0 24px;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #9DB700;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #9DB700;
  border: 1px solid #9DB700;
}

.home .accordion button:hover,
.accordion button:focus {
  color: #286F6B;
}

.home .accordion button:hover::after,
.accordion button:focus::after {
  color: #286F6B;
  border: 1px solid #286F6B;
}

.accordion button .accordion-title {
  padding: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: initial;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: calc(50% - 13px);
  right: 24px;
  width: 26px;
  height: 26px;
  border: 1px solid #d86536;
  border-radius: 50%;
  background: #d86536;
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

h3.center-title {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 45px;
  padding-left: 24px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 11px;
  left: 7px;
  width: 10px;
  height: 2px;
  background: #fff;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 7px;
  left: 11px;
  width: 2px;
  height: 10px;
  background: #fff;
}

.accordion-item[aria-expanded=true] {
  color: #fff;
}

.accordion-item[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion .accordion-item[aria-expanded=true] .accordion-content {
  opacity: 1;
  max-height: 28em;
  transition: all .45s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 100ms cubic-bezier(0.215, 0.61, 0.355, 1), max-height 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, max-height;
  padding: 0 24px;
}

.accordion .accordion-content p {
  margin: 0;
  padding-top: 16px;
  font-size: 16px;
  color: #1d1e39;
}

.accordion-content li {
  color: #fff;
  font-weight: 400;
}

.accordion-content a {
  color: #e3e9a0;
  text-decoration: none;
  font-size: 16px !important;
}

.accordion-item[aria-expanded=true] .icon {
  background: #ffffff;
  transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion-item[aria-expanded=true] .icon::before {
  background: #4683c7;
  transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

section.related.products h2 {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 6px;
  text-align: center;
  margin-top: 100px;
}


/**/


.mas_info_pop_content,
.mas_info_pop_content2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .4s cubic-bezier(.4, 0, .1, 1);
}

.pop_content-inner {
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(15 15 15 / 68%);
}

.s-bloc-list {
  position: relative;
  max-width: max-content;
  max-width: 100%;
}

.s-bloc-list-icon {
  max-width: 100%;
}

.s-bloc-list-icon .col {
  display: flex;
}

.s-bloc-list-icon .bloc_icons {
  padding: 0 0 0 10px;
  right: 0;
}

.mas_info_pop,
.mas_info_pop2 {
  position: absolute;
  top: 3px;
  left: -28px;
  line-height: 1;
  cursor: pointer;
}

.mas_info_pop svg,
.mas_info_pop2 svg {
  max-width: 22px;
}

.mas_info_pop svg path,
.mas_info_pop2 svg path {
  color: #8f8f8f;
}

.mas_info_pop:hover svg path,
.mas_info_pop2:hover svg path {
  color: #d86536;
}

.pop_content-inner img {
  max-width: 66%;
  border-radius: 3px;
}

.activar_popup .mas_info_pop_content,
.activar_popup2 .mas_info_pop_content2 {
  opacity: 1;
  visibility: visible;
  transition: all .3s cubic-bezier(.4, 0, .1, 1);
}



.texto-europa {
  padding: 45px 0;
  display: flex;
}

.page-template-page-formacion .texto-europa {
  display: none;
}

.europa-text-bottom {
  display: flex;
  justify-content: space-between;
}

.texto-europa>img {
  max-width: 200px;
  margin-right: 35px;
}

.europa-text-top p {
  margin-right: 0;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 16px;
  text-align: left;
}

.europa-text-bottom p:nth-child(2) {
  color: #004594;
}

span.wpml-ls-display {
  display: none;
}

.c-faq-sub.c-faq_block {
  margin-top: 60px;
}

.c-faq-sub.c-faq_block h5 {
  background: #0f0f0f;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}

h3.accordion-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #111;
  text-transform: uppercase;
  background: rgb(143 174 27 / 25%);
  width: fit-content;
  padding: 0 8px;
  border-radius: 1px;
}

hr.separate {

  display: block;
  margin: 3em 0;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 6px solid #ccc;
  border-top: 2px solid #d1d1d1;
  border-radius: 30px;

}

.product_cat-joven-reproductor-recomendado .c-hidden {
  display: none;
}

.td_c {
  background: #b8cd59;
  font-weight: 700;
}

[theme="cat-joven-reproductor-recomendado"] .td_c,
[theme="cat-young-sires"] .td_c {
  background: #d86536;
  color: #fff;
}

[theme="cat-semental-mejorante"] .td_c,
[theme="cat-proved-sires"] .td_c {
  background: #39872c;
  color: #fff;
}

[theme="cat-semental-elite"] .td_c,
[theme="cat-elite-sires"] .td_c {
  background: #a7254c;
  color: #fff;
}

[theme="cat-semental-elite"] .dark_color,
[theme="cat-elite-sires"] .dark_color {
  background: #79223b;
}

[theme="cat-joven-reproductor-recomendado"] .dark_color,
[theme="cat-young-sires"] .dark_color {
  background: #6d2c21;
  color: #fff;
}

[theme="cat-semental-mejorante"] .dark_color,
[theme="cat-proved-sires"] .dark_color {
  background: #23491e;
  color: #fff;
}

/* HEADER */

.site-header_menu {
  padding-bottom: 0px;
  padding-top: 45px;
  /* background: #202020; */
  justify-content: center;
}



.site-header-top .logo {
  margin-right: auto;
}

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
  margin-bottom: 0;
}

.logo a img {
  max-width: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

nav.menu_top .c-ul_list {
  display: flex;
  justify-content: center;
}

.c-ul_list li {
  margin: 0;
}



.page-template-page-nuestroTrabajo_detalle .typeset ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.page-template-page-nuestroTrabajo_detalle .typeset ul li {
  max-width: 30%;
  margin: 15px;
  border-radius: 20px;
  box-shadow: 0px 6px 25px rgb(0 33 105 / 10%);
  text-align: center;
  background: #fff;
  padding: 30px;
  color: #fff;
  line-height: 1.2;
  font-size: 19px;
  text-align: left;
}

.page-template-page-nuestroTrabajo_detalle .typeset ul li:before {
  content: none;
}

.page-template-page-nuestroTrabajo_detalle .typeset ul li:nth-child(2) {
  background: #72B12F;
}

.page-template-page-nuestroTrabajo_detalle .typeset ul li:nth-child(1) {
  background: #d86536;
}

.page-template-page-nuestroTrabajo_detalle .typeset ul li:nth-child(3) {
  background: #0a1004;
  width: 100%;
  /* flex: 0 1 0; */
}


section.section_detalle {
  padding: 0 0 160px 0;
}

.infografia_detalle {
  background: #0A1004 !important;
}

.infografia_detalle figcaption.infografia-circle-text {
  color: #fff;
}

.infografia_detalle header.comunCabecera h2 {
  color: #fff;
}

.infografia_detalle p.comunSubtitulo {
  color: #fff;
}


/* TABS */



.intro_content-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.intro_content-header h3 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: -1.13px;
  line-height: 38px;
  margin-bottom: 14px;
}

.intro_content-header p {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000;
}

ul.tabs_home_galeria {
  display: flex;
  flex-flow: wrap;
}

ul.tabs_home_galeria li a {
  color: #000000;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  padding-left: 24px;
  flex: 1;
}

ul.tabs_home_galeria li {
  padding: 15px 30px;
  cursor: pointer;
  background: rgb(26 108 0 / 10%);
  border: 1px solid #f7f7f7;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  max-width: 100%;
  width: calc(33.33% - 20px);
  border-radius: 20px;
  margin: 10px;
}

.tabs_home_galeria-img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.tabs_home_galeria li img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.tabs_home_galeria li.active {
  background: #1a6c00;
}

ul.tabs_home_galeria li.active a {
  color: #fff;
}


ul.tabs_home_galeria li:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 2px solid #1a6c00;
  transform-origin: center right;
  transform: scale3d(0, 1, 1);
  transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}

ul.tabs_home_galeria li:hover:after {
  transform-origin: center left;
  transform: scale3d(1, 1, 1);
}

.page-template-page-lineas_investigacion ul.tabs_home_galeria li {
  padding: 25px 30px;
}

.page-template-page-lineas_investigacion ul.tabs_home_galeria li a {
  font-size: 18px;
}

.page-template-page-lineas_investigacion .tabs-content {
  width: 50%;
}


.intro_content-tabs {
  display: flex;
  margin-top: 60px;
  flex-flow: column;
}

.tabs-content {
  width: 100%;
}

.content_tabs {
  flex: 1;
}

.intro_content-img .ondas {
  position: absolute;
  bottom: -30px;
  right: -92px;
  z-index: 9;
}

.content_tabs .content_inner {
  height: 100%;
}

.content_tabs .center {
  height: 100%;
}

.tab_content_galeria {
  padding: 60px 245px;
  background: rgb(255 255 255);
  height: 100%;

}

.tab_content_galeria ul li {
  margin: 6px 0;
  list-style: disc;
}

.tab_content_galeria p {
  font-size: 18px;
}

/* FIN TABS */



.woocommerce_noticias {
  position: fixed;
  bottom: .5em;
  right: .5em;
  z-index: 9;
}



.woocommerce_noticias .woocommerce-message {
  margin: 0;
  border-radius: 5px;
}

.woocommerce-message a {
  margin-left: 12px !important;
  position: relative;
  display: inline-block !important;
  border: 1px solid !important;
  font-weight: 600 !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #515151 !important;
  padding: 0 21px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px !important;
  border-color: #8fae1b !important;
  border-radius: 3px !important;
  background: transparent !important;
}

.woocommerce-message a:hover {
  background: #8fae1b !important;
  color: #fff !important;
}


button.single_add_to_cart_button.button.alt {
  background: #8fae1b;
  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #ffffff;
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  border-color: #ffffff;
  border-radius: 3px;
}

button.single_add_to_cart_button:hover {
  background-color: #aeaeae !important;
  color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #aeaeae;
}

.woocommerce .quantity .qty {
  height: 45px;
  padding: 0;
}

span.woocommerce-input-wrapper select {
  background: #e6e6e6;
  height: 38px;
  border-radius: 3px;
  padding: 0 8px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: flex;
  line-height: 1;
  align-items: center;
}

.woocommerce form .form-row label {
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
}

.select2-results__option {
  margin-left: 0;
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 21px;
  height: 21px;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce form .form-row label {
  font-size: 16px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 38px;
}

.carrito_page .cabeceraComun-page {
  padding: 70px 0 24px 0;
}

.carrito_page .caprigen-intro {
  padding: 35px 0 100px;
}

.carrito_page .caprigen-intro-inner {
  margin-bottom: 24px;
}

.carrito_page h1.cabeceraComun-title {
  margin-bottom: 0;
}

.carrito_page h1.cabeceraComun-title:before {
  content: none;
}

.carrito_page .caprigen-intro-img img {
  top: -140%;
  width: 360px;
  max-width: 100%;
}

.woocommerce-cart .carrito_page .caprigen-intro-img img {
  top: -60%;
  width: 360px;

}

.woocommerce table.shop_table th {
  font-weight: 600 !important;
  background: #0a1004;
  color: #fff;
}

li.woocommerce-order-overview__total.total {
  display: none;
}

.woocommerce table.shop_table td {
  border: 1px solid rgba(0, 0, 0, .1);
}

td.product-remove {
  width: 60px;
  max-width: 60px;
}

th.product-price,
th.product-subtotal {
  display: none !important;
}

td.product-price,
td.product-subtotal {
  display: none !important;
}

.coupon {
  display: none;
}

.cart_totals>h2 {
  display: none;
}

.cart_totals table.shop_table.shop_table_responsive {
  display: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
  background: #8fae1b;
  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #ffffff;
  padding: 0 30px;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  border-color: #ffffff;
  border-radius: 3px;
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-size: 16px;
}

div#customer_details {
  padding-bottom: 42px;
}

h2.cart-title {
  font-weight: 400;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 32px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

form.checkout.woocommerce-checkout {
  padding-top: 52px;
}

.checkout h3 {
  font-weight: 800;
  border-bottom: 1px solid #888;
  padding-bottom: 6px;
}

tr.cart-subtotal {
  display: none;
}

tr.order-total {
  display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
  background-color: #7f54b3;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
  background: #8fae1b;
  position: relative;
  display: inline-block;
  border: 1px solid;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #ffffff;
  padding: 0 30px;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  border-color: #8fae1b;
  border-radius: 3px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  padding-top: 60px;
  font-weight: 700;
  color: #619828;
}

.woocommerce .woocommerce-customer-details address {
  padding: 15px 25px;
}

.woocommerce-order {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}


ul.wpml-language-selector {
  display: flex;
  justify-content: flex-end;
}




@media screen and (max-width:1200px) {
  header#masthead .container {
    max-width: 100%;
  }

  nav.menu_top .c-ul_list li {
    margin-left: 21px;
    line-height: 1.2;
  }
}


@media screen and (max-width:1024px) {
  .pop_content-inner img {
    max-width: 95%;
    border-radius: 3px;
  }

  .woocommerce div.product {
    flex-flow: column;
  }

  .woocommerce-page div.product div.images {
    width: 100%;
  }

  .archive-btn .btn-primary {
    margin: 5px 5px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .site-header-top .btn-catalogo {
    min-width: 214px;
    padding: 10px 77px 10px 15px;
  }

  .bloc_color {
    padding: 60px 30px;
  }

  section#h_sec1 {
    padding: 100px 0 0;
  }

  .site-header_menu {
    display: none;
  }

  section#hero .container {
    max-width: 100%;
  }

  img.logo_slider {
    top: 15px;
    right: 15px;
    display: none;
  }

  .swiper-slide-text {
    padding-right: 0;
  }

  .swiper-slide-text h2 {
    font-size: 21px;
  }

  .swiper-slide-text p {
    font-size: 16px;
  }

  .btn_slider {
    flex-flow: column;
  }

  .btn_slider .btn-primary {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
  }

  .swiper-slide-content {
    padding: 35px;
    box-sizing: border-box;
  }

  .swiper-slide-img img {
    object-position: center;
  }

  .site-header-top .btn-catalogo>a {
    font-size: 16px;
    padding-right: 0;
    pointer-events: none;
  }

  .site-header-top .btn-catalogo>img {
    width: 80px;
    height: 80px;
    right: -15px;
    top: 0;
  }

  ul.wpml-language-selector {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 12px;
  }

  .site-header-top {
    padding: 75px 0 12px;
  }

  .site-header-top .logo {
    padding: 0 15px 0 0;
  }

  .home-categorias-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .h_sec1-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .comun.bloc_title {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  section#h_sec2 {
    padding: 120px 0 0;
  }

  .h_sec2-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  section#h_sec2:before {
    content: none;
  }

  .servicios_list {
    flex-flow: column;
  }

  .servicios_list .comun {
    max-width: 100%;
    width: 100%;
  }

  .comun.servicio_4 {
    max-width: 100%;
    width: 100%;
  }

  .footer-info-inner {
    flex-flow: wrap;
  }

  .comun-info {
    width: 100%;
    background: #d86635;
    margin: 15px 15px;
    max-width: 100%;
  }

  .comun-info-content.cabra-loca:before {
    top: -121px;
    right: -121px;
    z-index: 9;
    width: 320px;
    height: 245px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .comun-info2 {
    width: 100%;
    margin: 10px 15px;
  }

  nav.footer-legal-menu ul {
    flex-flow: column;
    text-align: center;
  }

  .texto-europa {
    flex-flow: column;
  }

  .produccion-img {
    width: 100%;
  }

  .produccion-content {
    width: 100%;
    padding-left: 60px;
  }

  .produccion-img-inner img {
    margin: 0;
    max-width: 100%;
  }

  .produccion-img-inner img:nth-child(2) {
    margin-left: 0;
  }

  .produccion-img-inner img:first-child {
    margin-right: 0;
  }

  .produccion-content {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }

  .laRaza-caracteristicas-content {
    padding: 60px 45px;
    height: auto;
  }

  .libroGenealogico-bg .laRaza-caracteristicas-content {
    padding-right: 45px;
  }

  .laRaza-caracteristicas-btn {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .laRaza-caracteristicas-btn a {
    margin-bottom: 12px;
  }

  .laRaza-caracteristicas-content {
    padding-right: 45px;
  }

  .caprigen-intro-content {
    width: 100%;
    max-width: 100%;
  }

  .caprigen-sec2-content {
    padding: 300px 0 100px 0;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    z-index: 9;
    position: relative;
  }

  .caprigen-sec3-img-inner {
    flex-flow: column;
  }

  .caprigen-sec3-img-inner img {
    margin: 15px 0;
  }

  .caprigen-sec5-list {
    width: 100%;
    background: #fff;
    padding: 30px;
    max-width: 100%;
    margin-bottom: 45px;
  }

  .caprigen-sec5-inner {
    margin-top: -30px;
    padding: 30px;
    position: relative;
    border-radius: 8px;
  }

  .caprigen-sec5-content {
    width: 100%;
    max-width: 100%;
  }

  [themes="sobre_nosotros"] .caprigen-intro-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .caprigen-intro-img img {
    position: relative;
    right: 0;
    top: 20px;
    width: 520px;
    max-width: 100%;
    max-height: 555px;
    object-fit: cover;
  }

  .equipo_list.\|\|.o-grid.-col-3.-gutters {
    grid-template-columns: repeat(1, 1fr);
  }

  .areasTrabajo-infografia {
    position: relative;
    margin-top: 60px;
  }

  .infografia-circle1 {
    top: 100%;
    left: 50%;
  }

  figure.infografia-center {
    width: 100%;
    height: 100%;
    display: none;
  }

  figure.infografia-circle-comun {
    height: 128px;
    width: 128px;
    position: RELATIVE;
  }

  .areasTrabajo-infografia-content figure {
    top: auto;
    left: auto;
    right: auto;
  }

  .infografia-circle1 figcaption.infografia-circle-text {
    top: 35px;
    left: 125%;
  }

  .infografia-circle4 figcaption.infografia-circle-text {
    top: 35px;
    left: 125%;
  }

  .infografia-circle5 figcaption.infografia-circle-text {
    top: 35px;
    left: 125%;
  }

  .infografia-circle6 figcaption.infografia-circle-text {
    top: 35px;
    left: 125%;
  }

  .infografia-circle5 {
    bottom: auto;
  }

  .infografia-circle6 {
    bottom: auto;
  }

  p.areasTrabajo-text {
    font-size: 21px;
  }

  [themes="sobre_nosotros"] section#caprigen-header .cabeceraComun-page .container {
    grid-template-columns: repeat(1, 1fr);
  }

  [themes="sobre_nosotros"] .cabeceraComun-page {
    padding: 120px 0 45px 0;
  }

  .page-template-page-nuestroTrabajo_detalle .typeset ul li {
    max-width: 100%;
  }

  ul.tabs_home_galeria li {
    max-width: 100%;
    width: 100%;
  }

  .tab_content_galeria {
    padding: 30px;

  }

  .archive-inner .c-title {
    font-size: 38px;
  }

  .archive_product-list {
    /* grid-template-columns: repeat(1, 1fr); */
  }


  td,
  th {
    padding: 3px 12px;
    max-width: 100%;
    height: auto;
  }


  table {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    flex: 1;
    display: block;

  }

  table,
  td,
  th {
    border: none;
    border-collapse: collapse;
    border: 1px solid rgb(192 192 192 / 46%);
    border-collapse: collapse;
  }

  table td {
    display: block;
    text-align: right;
    padding-top: 0;
    border: 1px solid #5a5a5a38;

  }

  table {
    border: 1px solid #c0c0c0;
    border-radius: 12px;
    overflow: hidden;
    background: #fafafa;
  }

  .c-faq-sub tbody {
    display: inline-flex;
    width: 100%;
  }

  .tablet_block tbody {
    display: block !important;
  }

  .summary_content {
    margin: 0 auto;
  }

  .single_page_cabecera {
    flex-flow: column-reverse;
    gap: 15px;
  }

  .single_page_cabecera {
    padding: 25px 15px 12px;
  }

  .single-product .woocommerce-breadcrumb {
    font-size: 14px;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  .woocommerce-additional-fields {
    margin-top: 24px;
  }

  .woocommerce form .form-row .input-checkbox {
    margin: -2px 16px 0 0;
    width: 28px;
    height: 28px;
  }

  .woocoomerce_producto_detalle {
    width: 100%;
  }

  section#c-faq .container {
    padding-right: 0;
    padding-left: 0;
  }

  tbody {
    display: inline-flex;
    width: 100%;
  }

}





p.interpretacion {
  margin: 0;
  padding-top: 18px;
  text-align: center;
}

p.interpretacion a {
  color: #d86537;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-bottom: 6px;
}

p.interpretacion a:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 3px;
  right: 0;
  left: 0;
  border-bottom: 2px solid #D86536;
  transform-origin: center right;
  transform: scale3d(0, 1, 1);
  transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}

p.interpretacion a:hover:before {
  transform-origin: center left;
  transform: scale3d(1, 1, 1);
}