@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,400;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@-ms-viewport {
  width: device-width;
}
.c-layout-header {
  margin: 0 !important;
}

.c-navbar-wrapper {
  background: none !important;
}

.c-layout-header .c-navbar .c-logo img {
  max-height: none;
  margin: 0.8rem 0 0;
}

.c-layout-header.c-layout-header-5 .c-navbar .c-mega-menu > .nav.navbar-nav > li {
  border: none;
}

.c-layout-header.c-layout-header-5 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
  min-height: none;
  padding: 1.4rem 0;
  padding-bottom: 0;
  margin: 0 1rem;
}

#Content .container {
  max-width: 1000px;
}
#Content .container.home-inst {
  max-width: 1250px;
}
#Content .container .nav-tabs {
  display: flex;
  overflow: scroll;
  white-space: nowrap;
}

.c-layout-go2top {
  display: none !important;
}

.form-control.c-square {
  border-radius: 5px !important;
}

#edit-actions div {
  display: block;
}

html {
  height: 100%;
  background-color: rgb(51, 51, 51);
}

html, body {
  font-size: 1em;
}

body {
  background-color: rgb(246, 246, 246);
  color: rgb(51, 51, 51);
  font-weight: normal;
  line-height: 1.6;
  font-family: "Work Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Work Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 1rem 0;
  color: inherit;
}

h1 {
  color: rgb(67, 76, 49);
  font-size: 24px;
  margin: 2rem 0 1rem;
  font-weight: 600;
}
@media only screen and (min-width : 768px) {
  h1 {
    font-size: 32px;
    font-weight: 600;
  }
}

h2, h3 {
  font-size: 20px;
}
@media only screen and (min-width : 768px) {
  h2, h3 {
    font-size: 24px;
  }
}

h4, h5, h6 {
  font-size: 1em;
}

a {
  color: rgb(178, 57, 9);
  transition: 0.2s;
}
a:hover, a:focus {
  color: rgb(226.5454545455, 72.5454545455, 11.4545454545);
}
a:visited {
  color: rgb(129.4545454545, 41.4545454545, 6.5454545455);
}

p {
  margin: 0 0 1rem;
}
p a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
}
p a:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
}

iframe {
  border: none;
}

hr {
  border-width: 1px 0 0;
  border-color: rgba(67, 76, 49, 0.2);
  margin: 2rem 0;
}

.w-bg-light {
  background-color: white;
  padding: 1rem 0 0;
}
@media only screen and (min-width : 768px) {
  .w-bg-light {
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width : 992px) {
  .w-bg-light {
    padding: 3rem 0 0;
  }
}

.iframe {
  padding-bottom: 60%;
  position: relative;
}
.iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width : 992px) {
  .webform-submission-form {
    display: flex;
    flex-wrap: wrap;
  }
}
.webform-submission-form > * {
  margin: 0.5rem 0 !important;
}
@media only screen and (min-width : 992px) {
  .webform-submission-form > * {
    width: 50%;
  }
  .webform-submission-form > *:nth-child(odd) {
    padding-right: 0.5rem;
  }
  .webform-submission-form > *:nth-child(even) {
    padding-left: 0.5rem;
  }
}
.one-column .webform-submission-form > * {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.form-group {
  margin: 0;
}

.form-item label {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
}
.one-column .form-item label {
  font-size: 13px;
  display: block;
  margin: 0;
  font-weight: 800;
}

input, select, textarea, button, body .form-control.form-control {
  font-family: "Work Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: rgb(51, 51, 51);
  font-weight: 500;
  padding: 0.75rem;
  font-size: 16px;
  line-height: 1.2;
  height: auto;
}

textarea {
  width: 100% !important;
}

input[type=text], input[type=password], input[type=phone], input[type=email], select, textarea, textarea.form-control {
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: rgb(51, 51, 51);
}
input[type=text]:focus, input[type=password]:focus, input[type=phone]:focus, input[type=email]:focus, select:focus, textarea:focus, textarea.form-control:focus {
  border: 1px solid rgba(51, 51, 51, 0.8);
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=phone]::placeholder, input[type=email]::placeholder, select::placeholder, textarea::placeholder, textarea.form-control::placeholder {
  color: #666666 !important;
  font-style: italic;
}

.webform-readonly input[type=date], .webform-readonly input[type=datetime-local], .webform-readonly input[type=email], .webform-readonly input[type=number], .webform-readonly input[type=password], .webform-readonly input[type=search], .webform-readonly input[type=tel], .webform-readonly input[type=text], .webform-readonly input[type=time], .webform-readonly input[type=url], .webform-readonly textarea {
  background: rgb(226.8888888889, 239.8444444444, 250.1111111111);
  border: 1px solid rgba(51, 51, 51, 0.2);
  color: #797979;
  cursor: default;
}

.webform-button--submit {
  color: #26348c !important;
}

.js-webform-radios > .form-item {
  display: block !important;
  margin: 0.5rem;
}
.js-webform-radios > .form-item label {
  cursor: pointer;
  margin-left: 0.3333333333rem;
}

.form-actions {
  margin-top: 1rem !important;
}
@media only screen and (min-width : 768px) {
  .form-actions {
    text-align: right;
  }
}
.form-actions input[type=submit] {
  display: block;
  background-color: #8cc1eb;
  padding: 1rem 1.6rem;
  border-radius: 5px;
  color: #26348c;
  text-decoration: none;
  transition: background ease-in-out 0.2s;
  text-align: center;
  margin: 0;
  text-transform: none;
  font-weight: normal !important;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .form-actions input[type=submit] {
    width: auto;
  }
}
.form-actions input[type=submit]:hover {
  background-color: rgb(183.4444444444, 216.4222222222, 242.5555555556);
  color: #26348c;
}
@media only screen and (min-width : 992px) {
  .form-actions input[type=submit] {
    display: inline-block;
  }
}

.w-carousel .views-content, .w-carousel header, .w-articles, .w-bull-inquiries, .w-catalogue {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width : 768px) {
  .w-carousel .views-content, .w-carousel header, .w-articles, .w-bull-inquiries, .w-catalogue {
    width: 750px;
  }
}
@media only screen and (min-width : 992px) {
  .w-carousel .views-content, .w-carousel header, .w-articles, .w-bull-inquiries, .w-catalogue {
    width: 970px;
  }
}
@media only screen and (min-width : 1200px) {
  .w-carousel .views-content, .w-carousel header, .w-articles, .w-bull-inquiries, .w-catalogue {
    width: 1170px;
  }
}

body.page-node-bull .bull-detail .field--name-field-images .field__item, body.page-node-page.path-node .field--name-field-images .field__item {
  position: relative;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item:after, body.page-node-page.path-node .field--name-field-images .field__item:after, body.page-node-bull .bull-detail .field--name-field-images .field__item:before, body.page-node-page.path-node .field--name-field-images .field__item:before {
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background-color: #b23909;
  position: absolute;
  transform: scale(0, 1);
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item:after, body.page-node-page.path-node .field--name-field-images .field__item:after {
  top: 0;
  transform-origin: top left;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item::before, body.page-node-page.path-node .field--name-field-images .field__item::before {
  bottom: 0;
  transform-origin: bottom right;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item a, body.page-node-page.path-node .field--name-field-images .field__item a {
  display: block;
  position: relative;
  overflow: hidden;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item a:after, body.page-node-page.path-node .field--name-field-images .field__item a:after, body.page-node-bull .bull-detail .field--name-field-images .field__item a:before, body.page-node-page.path-node .field--name-field-images .field__item a:before {
  content: "";
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #b23909;
  position: absolute;
  transform: scale(1, 0);
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item a:after, body.page-node-page.path-node .field--name-field-images .field__item a:after {
  left: 0;
  transform-origin: bottom left;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item a::before, body.page-node-page.path-node .field--name-field-images .field__item a::before {
  right: 0;
  transform-origin: top right;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item img, body.page-node-page.path-node .field--name-field-images .field__item img {
  display: block;
  width: 100%;
  border: 2px solid rgba(67, 76, 49, 0.1);
}
body.page-node-bull .bull-detail .field--name-field-images .field__item:hover:after, body.page-node-page.path-node .field--name-field-images .field__item:hover:after, body.page-node-bull .bull-detail .field--name-field-images .field__item:hover:before, body.page-node-page.path-node .field--name-field-images .field__item:hover:before {
  transform: scale(1);
}
body.page-node-bull .bull-detail .field--name-field-images .field__item:hover:after, body.page-node-page.path-node .field--name-field-images .field__item:hover:after {
  transform-origin: top right;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item:hover::before, body.page-node-page.path-node .field--name-field-images .field__item:hover::before {
  transform-origin: bottom left;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item:hover a:after, body.page-node-page.path-node .field--name-field-images .field__item:hover a:after, body.page-node-bull .bull-detail .field--name-field-images .field__item:hover a:before, body.page-node-page.path-node .field--name-field-images .field__item:hover a:before {
  transform: scale(1);
}
body.page-node-bull .bull-detail .field--name-field-images .field__item:hover a:after, body.page-node-page.path-node .field--name-field-images .field__item:hover a:after {
  transform-origin: top left;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item:hover a::before, body.page-node-page.path-node .field--name-field-images .field__item:hover a::before {
  transform-origin: bottom right;
}

.w-genetics .mejoramiento-genetico-claim::after, .w-angus h2::after, .w-hero .hero-phrase::after, .w-bull-inquiries .description::after, body.page-node-bull .bull-detail-head::after {
  content: "";
  margin-top: 1.35rem;
  display: block;
  width: 10%;
  height: 2px;
  background-color: #8cc1eb;
}

body.page-node-page.path-node {
  background-color: white;
}
body.page-node-page.path-node hr {
  border-color: rgba(51, 51, 51, 0.2);
}
body.page-node-page.path-node .w-main-title {
  padding-top: 65px;
}
body.page-node-page.path-node .page-content {
  padding: 2.5rem 0 1.5rem;
  font-size: 20px;
  line-height: 1.6;
}
body.page-node-page.path-node .field--name-field-images {
  background-color: rgb(246, 246, 246);
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}
body.page-node-page.path-node .field--name-field-images .field__item {
  margin: 0 0.5rem;
}
body.page-node-page.path-node .field--name-field-images .field__item:first-child {
  margin-left: 0;
}
body.page-node-page.path-node .field--name-field-images .field__item:last-child {
  margin-right: 0;
}

.w-map {
  margin: 0 -15px;
}

.w-contact-description {
  margin-top: 1.5rem;
}
.w-contact-description p {
  margin: 0;
}

.w-catalogue {
  padding-top: 75px;
  font-size: 14px;
  font-weight: 500;
}
.w-catalogue [class^=col-md] {
  margin-top: 2em;
}
.w-catalogue .webform-container-inline div {
  display: block;
}
.w-catalogue .views-exposed-form {
  margin: 0 -15px;
}
.w-catalogue .views-exposed-form #edit-field-classification-value {
  padding: 0 1rem;
}
.w-catalogue .views-exposed-form #edit-field-classification-value > div {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width : 768px) {
  .w-catalogue .views-exposed-form #edit-field-classification-value > div {
    justify-content: initial;
  }
}
.w-catalogue .views-exposed-form #edit-field-classification-value .form-item-field-classification-value {
  position: relative;
  overflow: hidden;
  width: 30%;
  max-width: 200px;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .w-catalogue .views-exposed-form #edit-field-classification-value .form-item-field-classification-value {
    margin-right: 1rem;
  }
}
.w-catalogue .views-exposed-form #edit-field-classification-value .form-item-field-classification-value .has-feedback {
  position: absolute;
  left: -1000px;
}
.w-catalogue .views-exposed-form #edit-field-classification-value .form-item-field-classification-value label {
  margin: 0;
  background-color: rgb(178, 57, 9);
  color: white;
  border-radius: 5px 5px 0 0;
  display: flex;
  font-size: 1em;
  text-align: center;
  padding: 0.5rem;
  line-height: 1.2;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (min-width : 768px) {
  .w-catalogue .views-exposed-form #edit-field-classification-value .form-item-field-classification-value label {
    padding: 1rem;
  }
}
.w-catalogue .views-exposed-form #edit-field-classification-value .form-item-field-classification-value label:hover {
  transition: 0.2s;
  background-color: rgb(67, 76, 49);
}
.w-catalogue .views-exposed-form #edit-field-classification-value .form-item-field-classification-value.active label {
  background-color: white;
  color: rgb(67, 76, 49);
}
.w-catalogue .views-exposed-form .form-item-field-bull-type-value {
  padding: 1rem;
  background-color: white;
  margin: 0;
}
.w-catalogue .views-exposed-form .form-item-field-bull-type-value select {
  border: 1px solid rgb(51, 51, 51);
}
@media only screen and (min-width : 768px) {
  .w-catalogue .views-exposed-form .form-item-field-bull-type-value {
    border-radius: 5px 5px 0 0;
  }
}
.w-catalogue .views-exposed-form .form-actions {
  display: none;
}
.w-catalogue .views-content {
  margin: 0 -15px;
}
@media only screen and (min-width : 768px) {
  .w-catalogue .views-content {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding: 0 1rem;
  }
}
.w-catalogue .views-row {
  background-color: white;
  padding-bottom: 1rem;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .w-catalogue .views-row {
    width: 50%;
    padding: 1rem;
  }
}
@media only screen and (min-width : 1200px) {
  .w-catalogue .views-row {
    width: 33.33%;
    padding: 1rem;
  }
}
.w-catalogue .views-field-field-image img {
  width: 100%;
}
.w-catalogue .views-field-field-features {
  margin-top: -3.5rem;
  text-align: right;
  padding: 0 0.5rem;
  height: 3.5rem;
}
.w-catalogue .views-field-field-features .category {
  display: inline-block;
}
.w-catalogue .views-field-field-features .category img {
  width: auto;
  height: 3rem;
  display: block;
  border-radius: 50%;
  padding: 0.3333333333rem;
  background-color: white;
}
.w-catalogue .views-field-field-features .category .field--name-name {
  display: none;
}
.w-catalogue h2 {
  font-weight: 800;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.w-catalogue h2 a {
  display: block;
  padding: 1.5rem 1rem 0.5rem;
}
.w-catalogue h2:empty {
  display: none;
}
.w-catalogue .views-field-body {
  padding: 0 1rem;
}
.w-catalogue .views-field-field-pedigree ul {
  padding: 0 0.5rem 1rem;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  list-style-type: none;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .w-catalogue .views-field-field-pedigree ul {
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.2);
    padding-top: 1rem;
    background: #f9f9f9;
    border-radius: 2px;
    border: 1px solid rgba(51, 51, 51, 0.2);
  }
}
.w-catalogue .views-field-field-pedigree ul li {
  display: inline-block;
  margin: 0 0.5rem;
}
.w-catalogue .views-field-field-pedigree ul li .field--name-field-image img {
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  background-color: white;
}
.w-catalogue .views-field-field-pedigree ul li .field--name-field-kinship {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
.w-catalogue .views-field-field-pedigree ul li .field--name-field-name {
  display: inline-block;
  font-weight: 700;
}
.w-catalogue .pagers {
  text-align: center;
}
.w-catalogue .pagers > h4, .w-catalogue .pagers .pager__item--previous, .w-catalogue .pagers .pager__item--next {
  display: none;
}
.w-catalogue .pagers .pager__item a {
  margin: 0 0.5rem;
  border: none;
  border-radius: 5px;
  font-weight: 800;
  background-color: rgb(178, 57, 9);
  color: rgb(246, 246, 246);
  font-size: 14px;
  min-width: 2em;
  line-height: 2em;
  padding: 0;
}
.w-catalogue .pagers .pager__item.is-active a, .w-catalogue .pagers .pager__item.active a {
  background-color: transparent;
  color: rgb(67, 76, 49);
}

body.page-node-bull {
  background-color: white;
}
body.page-node-bull #edit-actions {
  width: 100%;
  display: flex;
  justify-content: center;
}
body.page-node-bull #edit-actions .webform-button--submit {
  font-weight: 700 !important;
  text-transform: uppercase;
  border-radius: 50px;
}
body.page-node-bull h1 {
  color: #26348c;
  font-weight: 700;
  margin-top: 75px;
  padding-top: 2rem;
  text-align: center;
  text-transform: capitalize;
}
body.page-node-bull .bull-detail-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.page-node-bull .bull-detail-head::after {
  margin-block: 1.5rem;
}
@media only screen and (min-width : 768px) {
  body.page-node-bull .bull-detail-resume {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.page-node-bull .bull-detail-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-block: 1rem;
}
@media only screen and (min-width : 992px) {
  body.page-node-bull .bull-detail-body {
    flex-direction: row;
  }
}
body.page-node-bull .bull-detail .field--name-field-rp, body.page-node-bull .bull-detail .field--name-field-hbu {
  display: inline-block;
}
body.page-node-bull .bull-detail .field--name-field-rp:after, body.page-node-bull .bull-detail .field--name-field-hbu:after {
  content: "-";
  display: inline-block;
  margin: 0 1rem;
}
body.page-node-bull .bull-detail .field--name-field-rp .field__label, body.page-node-bull .bull-detail .field--name-field-hbu .field__label, body.page-node-bull .bull-detail .field--name-field-birthday .field__label {
  display: inline-block;
  text-transform: uppercase;
  float: none;
  margin-right: 0.3333333333rem;
}
body.page-node-bull .bull-detail .field--name-field-rp .field__item, body.page-node-bull .bull-detail .field--name-field-hbu .field__item, body.page-node-bull .bull-detail .field--name-field-birthday .field__item {
  display: inline-block;
  font-weight: bold;
}
body.page-node-bull .bull-detail .field--name-field-images {
  margin: 1rem -5px 0;
  display: flex;
  flex-wrap: wrap;
}
body.page-node-bull .bull-detail .field--name-field-images .field__item {
  display: inline-block;
  width: calc(33.33% - 10px);
  margin: 5px;
}
@media only screen and (min-width : 768px) {
  body.page-node-bull .bull-detail .field--name-field-images .field__item {
    width: calc(25% - 15px);
  }
}
@media only screen and (min-width : 992px) {
  body.page-node-bull .bull-detail .field--name-field-images .field__item {
    width: calc(20% - 20px);
  }
}
body.page-node-bull .bull-detail .field--name-field-video, body.page-node-bull .bull-detail > .field--name-field-image {
  margin: 0 -15px;
}
@media only screen and (min-width : 768px) {
  body.page-node-bull .bull-detail .field--name-field-video, body.page-node-bull .bull-detail > .field--name-field-image {
    margin: 0;
  }
}
body.page-node-bull .bull-detail > .field--name-field-image img {
  width: 100%;
}
body.page-node-bull .bull-detail .field--name-field-features {
  margin-top: 1rem;
}
body.page-node-bull .bull-detail .field--name-field-features .field__item {
  display: inline-block;
  margin-right: 0.5rem;
}
body.page-node-bull .bull-detail .field--name-field-features .category {
  display: block;
}
body.page-node-bull .bull-detail .field--name-field-features .category img {
  width: auto;
  height: 48px;
  display: block;
  border-radius: 50%;
  padding: 0.3333333333rem;
  background-color: #26348c;
}
body.page-node-bull .bull-detail .field--name-field-features .category .field--name-name {
  display: none;
}
body.page-node-bull .bull-detail .field--name-body {
  margin: 1rem 0 2rem;
}
@media only screen and (min-width : 768px) {
  body.page-node-bull .bull-detail .field--name-body {
    width: 60%;
  }
}
body.page-node-bull .bull-detail .field--name-body p {
  max-width: 800px;
}
body.page-node-bull .bull-detail .w-cta {
  margin-bottom: 2rem;
}
body.page-node-bull .bull-detail .field--name-field-pedigree {
  padding: 2rem;
  gap: 1rem;
  border-radius: 30px;
  background-color: rgb(226.8888888889, 239.8444444444, 250.1111111111);
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 992px) {
  body.page-node-bull .bull-detail .field--name-field-pedigree {
    width: 30%;
    max-width: 300px;
    margin-bottom: 0;
  }
}
body.page-node-bull .bull-detail .field--name-field-pedigree > .field__item {
  display: inline-block;
  margin: 0 0.5rem;
}
body.page-node-bull .bull-detail .field--name-field-pedigree > .field__item .field--name-field-image img {
  border: none;
  padding: 5px;
  background-color: transparent;
  width: 70px;
  float: left;
  margin-right: 1.25rem;
}
body.page-node-bull .bull-detail .field--name-field-pedigree > .field__item .field--name-field-kinship {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
body.page-node-bull .bull-detail .field--name-field-pedigree > .field__item .field--name-field-name {
  display: block;
  font-weight: 700;
}

#content_full:has(.w-bull-inquiries) {
  background-color: rgb(246, 246, 246);
}

.w-bull-inquiries {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.w-bull-inquiries h2 {
  text-align: center;
  color: #26348c;
  font-weight: 700;
  margin-bottom: 0;
}
.w-bull-inquiries .description::after {
  margin-inline: auto;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.w-bull-inquiries .field--name-body {
  text-align: center;
  margin-bottom: 0.25rem;
}
.w-bull-inquiries .field--name-body p {
  margin-bottom: 0.25rem;
}
.w-bull-inquiries .field--name-field-webform form > .js-form-type-textfield label, .w-bull-inquiries .field--name-field-webform form > .js-form-type-textarea label {
  display: none;
}

.w-articles {
  padding-top: 75px;
  font-size: 14px;
  font-weight: 500;
}
.w-articles .webform-container-inline div {
  display: block;
}
.w-articles .views-exposed-form {
  margin: 0 -15px;
}
.w-articles .views-exposed-form .form-radios {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width : 768px) {
  .w-articles .views-exposed-form .form-radios {
    justify-content: initial;
  }
}
.w-articles .views-exposed-form .form-radios > * {
  position: relative;
  overflow: hidden;
  width: 30%;
  max-width: 200px;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .w-articles .views-exposed-form .form-radios > * {
    margin-right: 1rem;
  }
}
.w-articles .views-exposed-form .form-radios > * .has-feedback {
  position: absolute;
  left: -1000px;
}
.w-articles .views-exposed-form .form-radios > * label {
  margin: 0;
  background-color: rgb(178, 57, 9);
  color: white;
  border-radius: 5px 5px 0 0;
  display: flex;
  font-size: 1em;
  text-align: center;
  padding: 0.5rem;
  line-height: 1.2;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (min-width : 768px) {
  .w-articles .views-exposed-form .form-radios > * label {
    padding: 1rem;
  }
}
.w-articles .views-exposed-form .form-radios > * label:hover {
  transition: 0.2s;
  background-color: rgb(67, 76, 49);
}
.w-articles .views-exposed-form .form-radios > *.active label {
  background-color: white;
  color: rgb(67, 76, 49);
}
.w-articles .views-exposed-form .form-actions {
  display: none;
}
.w-articles .views-content {
  margin: 0 -15px;
  padding: 2rem 0;
  background-color: white;
}
.w-articles .views-row {
  padding: 0 1rem 2rem;
}
.w-articles .views-row:after {
  content: "";
  display: block;
  clear: both;
}
.w-articles .pagers {
  text-align: center;
}
.w-articles .pagers > h4, .w-articles .pagers .pager__item--previous, .w-articles .pagers .pager__item--next {
  display: none;
}
.w-articles .pagers .pager__item a {
  margin: 0 0.5rem;
  border: none;
  border-radius: 5px;
  font-weight: 800;
  background-color: rgb(178, 57, 9);
  color: rgb(246, 246, 246);
  font-size: 14px;
  min-width: 2em;
  line-height: 2em;
  padding: 0;
}
.w-articles .pagers .pager__item.is-active a, .w-articles .pagers .pager__item.active a {
  background-color: transparent;
  color: rgb(67, 76, 49);
}

.w-articles-block {
  font-size: 14px;
  padding-bottom: 1rem;
}
@media only screen and (min-width : 768px) {
  .w-articles-block {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width : 992px) {
  .w-articles-block {
    padding-bottom: 3rem;
  }
}
.w-articles-block h3 {
  margin: 2rem 0;
}
@media only screen and (min-width : 768px) {
  .w-articles-block h3 {
    margin-bottom: 1rem;
  }
}
.w-articles-block .views-row {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width : 768px) {
  .w-articles-block .views-row {
    margin-bottom: 0;
    padding: 1rem;
  }
  .w-articles-block .views-row:nth-child(odd) {
    background-color: rgb(246, 246, 246);
  }
}
.w-articles-block .views-field-title.views-field-title {
  font-size: 1em;
  margin-top: 1rem;
}

.w-articles .views-field-field-image, .w-articles-block .views-field-field-image {
  float: left;
}
.w-articles .views-field-field-image img, .w-articles-block .views-field-field-image img {
  display: block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.w-articles .views-field-title, .w-articles-block .views-field-title {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width : 768px) {
  .w-articles .views-field-title, .w-articles-block .views-field-title {
    font-weight: 800;
  }
}
.w-articles .views-field-body, .w-articles-block .views-field-body {
  margin-bottom: 1rem;
  overflow: hidden;
  max-width: 560px;
}
.w-articles .footer, .w-articles-block .footer {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  clear: both;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(67, 76, 49, 0.1);
}

.page-node-article .article-detail .field--name-field-tags, .page-node-article .article-detail .field--name-body, .page-node-article h1 {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-article {
  background-color: white;
}
.page-node-article h1 {
  color: rgb(51, 51, 51);
  margin-top: 75px;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.page-node-article .article-detail {
  font-size: 20px;
  line-height: 1.8;
}
.page-node-article .article-detail:after {
  content: "";
  display: block;
  clear: both;
}
.page-node-article .article-detail .field--name-field-image {
  margin: 0 -15px;
}
.page-node-article .article-detail .field--name-field-image img {
  margin: 0 2rem 2rem 0;
  border-radius: 1px;
}
.page-node-article .article-detail .field--name-body {
  padding-bottom: 1rem;
}
.page-node-article .article-detail .field--name-field-tags {
  clear: both;
  background-color: rgb(246, 246, 246);
  padding: 1rem;
  font-size: 13px;
  margin-bottom: 2rem;
  line-height: 1;
}

@media only screen and (min-width : 992px) {
  .w-header-menu.home-header .c-navbar {
    background-color: transparent !important;
  }
  .c-page-on-scroll .w-header-menu.home-header .c-navbar {
    background-color: #26348c !important;
  }
  .c-navbar-wrapper {
    display: flex;
  }
  .c-navbar-wrapper .c-brand {
    flex-grow: 1;
  }
  .c-navbar-wrapper .c-mega-menu {
    flex-shrink: 2;
  }
}
.c-layout-header.c-layout-header-5 .c-navbar {
  background-color: #26348c;
}

.c-navbar .c-link.active-trail {
  position: relative;
  text-decoration: underline solid #8cc1eb 2px;
  text-underline-offset: 3px;
}

.c-logo img {
  max-height: none !important;
}
@media only screen and (max-width : 991px) {
  .c-logo img {
    margin: 0.75rem 0 0 0.75rem !important;
  }
}

@media only screen and (max-width : 991px) {
  .c-layout-header.c-layout-header-5 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    background-color: #26348c;
  }
  .c-layout-header.c-layout-header-5 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link.active-trail {
    background-color: #26348c;
  }
  .c-navbar {
    background-color: #26348c;
  }
  button.c-hor-nav-toggler, .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler:hover {
    background: none;
  }
  .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler {
    top: 0;
    display: inline-block;
    background: none;
    padding: 0.5rem;
    margin: 0.75rem 0 0 !important;
  }
  .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler .c-line {
    background-color: white;
    width: 1.5rem;
    margin: 5px;
  }
  .c-layout-header-fixed.c-layout-header-mobile-fixed .c-layout-header.c-mega-menu-shown .c-mega-menu {
    padding: 0;
    background-color: rgb(67, 76, 49);
  }
  .c-layout-header.c-layout-header-5 .c-navbar .c-mega-menu > .nav.navbar-nav > li {
    padding: 0 !important;
  }
  .c-layout-header.c-layout-header-5 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 1rem;
    color: white !important;
  }
}
.w-hero {
  position: relative;
  background-color: rgb(51, 51, 51);
  max-height: 80vh;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  .w-hero .hero-image {
    height: 80vh;
    display: block;
    position: relative;
  }
  .w-hero .hero-image--smaller {
    height: 30vh;
  }
}
.w-hero .hero-image img {
  filter: brightness(0.5);
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media only screen and (min-width : 992px) {
  .w-hero .hero-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body.path-node .w-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 60%);
}
.w-hero .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
}
.w-hero .hero-titles {
  color: white;
  position: absolute;
  bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 5px solid rgb(178, 57, 9);
  left: 15px;
  right: 15px;
  z-index: 1;
}
.w-hero .hero-titles h1, .w-hero .hero-titles h2, .w-hero .hero-titles h3, .w-hero .hero-titles h4, .w-hero .hero-titles h5, .w-hero .hero-titles h6 {
  color: white;
}
.w-hero .hero-titles h1 span {
  display: inline-block;
}
.w-hero .hero-phrase {
  color: white;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 1rem;
  right: 1rem;
  margin: 0 0 2rem;
  font-size: 24px;
  font-weight: 200;
  z-index: 1;
}
.w-hero .hero-phrase p {
  margin: 0;
}
.w-hero .hero-phrase strong {
  display: inline-block;
}
@media only screen and (min-width : 768px) {
  .w-hero .hero-phrase {
    font-size: 32px;
    bottom: 2rem;
  }
}
.w-hero .hero-phrase::after {
  margin-top: 0;
  display: inline-block;
}

.w-about {
  border-radius: 5px;
  padding: 1rem 1rem 0;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .w-about {
    padding: 2rem 2rem 1rem;
  }
}
.w-about .row-info-cards .info-card {
  padding-inline: 30px;
  padding-block: 50px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 991px) {
  .w-about .row-info-cards .info-card__image {
    padding: 0;
  }
  .w-about .row-info-cards .info-card__image img {
    width: 65px;
    height: 65px;
  }
  .w-about .row-info-cards .info-card__claim {
    padding-left: 1rem;
    line-height: 1.5em;
    padding-right: 0;
  }
  .w-about .row-info-cards .info-card--right img {
    height: unset;
  }
}
.w-about #video-institucional {
  max-width: 600px;
  margin: auto;
}

.w-intro > * + * {
  font-size: 13px;
}
.w-intro .read-more, .w-intro .read-less {
  display: inline-block;
  margin-bottom: 1rem;
  color: white;
  border-radius: 5px;
}
.w-intro .read-more {
  padding: 0.5rem;
  background-color: rgb(178, 57, 9);
}
@media only screen and (min-width : 992px) {
  .w-intro .read-more {
    display: none;
  }
}
.w-intro .read-less {
  background-color: rgb(51, 51, 51);
  font-size: 1.6em;
  line-height: 1.5em;
  padding: 0;
  width: 1.5em;
  text-align: center;
  display: none;
}
.w-intro .keep-reading {
  color: #6DA119;
}
.w-intro p:empty {
  display: none;
}
@media only screen and (max-width : 991px) {
  .w-intro [data-hidde=reveal] {
    display: none;
  }
}

.w-angus h2 strong {
  color: #26348c;
}
.w-angus h2 sub {
  text-transform: uppercase;
  font-size: 85%;
}
.angus-desktop-only {
  display: none;
}
@media only screen and (min-width : 992px) {
  .angus-desktop-only {
    display: block;
  }
}

.angus-mobile-only {
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (min-width : 992px) {
  .angus-mobile-only {
    display: none;
  }
}

.news-feed header {
  border-bottom: 2px solid #26348c;
  margin-bottom: 1.5rem;
}
.news-feed header h3 {
  font-weight: 700;
  background-color: #26348c;
  color: white;
  width: fit-content;
  padding-inline: 1.2rem;
  padding-block: 0.5rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin: 0;
  font-size: 14px;
  margin-left: 1rem;
}
@media only screen and (min-width : 768px) {
  .news-feed header h3 {
    font-size: 20px;
  }
}

.w-video-intro small {
  display: block;
  font-size: 13px;
  text-align: center;
  margin: 0.5rem 0 1rem;
}

.container .nav-tabs {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.w-genetics h3 {
  text-align: center;
  color: #26348c;
}
.w-genetics .mejoramiento-genetico-claim {
  text-align: center;
}
.w-genetics .mejoramiento-genetico-claim::after {
  margin-inline: auto;
  margin-top: 2rem;
}
.w-genetics .c-content-tab-1 .tab-content.c-padding-lg {
  padding: 0;
  margin-block: 1rem;
}
@media only screen and (min-width : 992px) {
  .w-genetics .c-content-tab-1 .tab-content.c-padding-lg {
    padding: 1rem;
    margin-block: 0;
  }
}
.w-genetics .c-content-tab-1 {
  margin-top: 1rem;
}
.w-genetics .genetics-tabs {
  margin: 1rem 0 0;
}
.w-genetics .genetics-tabs .nav li {
  margin-bottom: 0;
}
.w-genetics .genetics-tabs .nav li a {
  padding: 0.5rem 1.5rem;
  background-color: rgb(178, 57, 9);
  margin-right: 0.5rem;
  border-radius: 5px 5px 0 0;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.w-genetics .genetics-tabs .nav li.active a {
  background-color: white;
  color: rgb(51, 51, 51);
}
.w-genetics .genetics-tabs .tab-content {
  padding: 2rem;
  border: none;
  background-color: white;
  text-align: center;
  font-size: 13px;
}
.w-genetics .genetics-tabs .tab-content img {
  display: block;
  margin: 0 auto 0.5rem;
}

.w-cta {
  text-align: center;
}
.w-cta a {
  text-transform: uppercase;
  display: block;
  background-color: #8cc1eb;
  padding: 1rem 1.6rem;
  border-radius: 99rem;
  color: #26348c;
  text-decoration: none;
  transition: background ease-in-out 0.2s;
  text-align: center;
  font-weight: 600;
}
.w-cta a:hover {
  background-color: rgb(183.4444444444, 216.4222222222, 242.5555555556);
}
@media only screen and (min-width : 992px) {
  .w-cta a {
    display: inline-block;
  }
}
.w-cta.left {
  text-align: left;
}
.w-cta.brown a {
  background-color: rgb(178, 57, 9);
}
.w-cta.brown a:hover {
  background-color: rgb(226.5454545455, 72.5454545455, 11.4545454545);
}

.w-cta-whatsapp {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 11;
  background-color: #128C7E;
  padding: 0.75rem;
  border-radius: 50%;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.4), inset 0 0.25rem 0.25rem rgba(255, 255, 255, 0.1);
  transition: background 0.2s;
}
@media only screen and (min-width : 992px) {
  .w-cta-whatsapp {
    display: none;
  }
}
.w-cta-whatsapp:hover {
  background-color: rgb(23.8101265823, 185.1898734177, 166.6708860759);
}
.w-cta-whatsapp img {
  display: block;
  max-width: 32px;
}

.w-carousel .bull-card.img-with-title img {
  margin-bottom: 0;
  border-bottom: 2px solid #26348c;
}
.w-carousel .bull-card.img-with-title .img-title {
  background-color: #26348c;
  color: white;
  padding-block: 0.35rem;
  padding-inline: 0.65rem;
  position: relative;
  top: 3px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.w-bulls-area {
  padding-bottom: 1rem;
}
.w-bulls-area .hero-phrase {
  bottom: 0;
}
.w-bulls-area .hero-phrase h3 {
  font-size: inherit;
}

.w-carousel {
  padding: 1rem 0 1rem;
}
.w-carousel h4 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: rgb(67, 76, 49);
  font-weight: 600;
}
.w-carousel .views-content {
  display: flex;
  max-width: 800px;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-x: auto;
  padding: 0;
}
.w-carousel .views-row {
  width: 50%;
  padding: 0 1rem 1rem;
}
.w-carousel .views-row a {
  display: block;
  font-weight: 800;
  font-size: 11px;
}
.w-carousel .views-row img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid rgba(67, 76, 49, 0.2);
  transition: 0.2s;
}
.w-carousel .views-row a:hover img {
  border-color: rgb(178, 57, 9);
}
.w-carousel.m-more-bulls {
  background-color: rgb(246, 246, 246);
}

.w-vision h2 {
  background-color: rgb(67, 76, 49);
  color: white;
  border-radius: 5px 5px 0 0;
  margin: 0 0 1px;
  padding: 1rem 1.5rem;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .w-vision h2 {
    border-radius: 5px 0 0 0;
  }
}
.w-vision .content {
  background-color: rgb(67, 76, 49);
  color: white;
  padding: 1.5rem;
  font-size: 14px;
}
.w-vision .content p:last-child {
  margin-bottom: 0;
}
.w-vision .content:after {
  content: "";
  clear: both;
  display: block;
}

.w-testimonial h2 {
  background-color: rgb(246, 246, 246);
  color: rgb(67, 76, 49);
  border-radius: 5px 5px 0 0;
  margin: 1rem 0 1px;
  padding: 1rem 1.5rem;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .w-testimonial h2 {
    border-radius: 0 5px 0 0;
    margin-top: 0;
  }
}

.w-pen-data {
  background-color: rgb(246, 246, 246);
  vertical-align: middle;
}
.w-pen-data a {
  display: block;
  padding: 1.5rem 0;
}
@media only screen and (min-width : 992px) {
  .w-pen-data a {
    padding: 3rem 0;
  }
}
.w-pen-data img {
  max-width: 36px;
  margin-right: 0.5rem;
}
.w-pen-data img, .w-pen-data span {
  display: inline-block;
  vertical-align: middle;
}
.w-pen-data span {
  text-decoration: underline;
  color: rgb(67, 76, 49);
}
.w-pen-data a:hover span {
  text-decoration: none;
}

.w-footer-top, .w-footer-bottom {
  color: white;
}
.w-footer-top a, .w-footer-bottom a {
  color: white;
}

.w-footer-top {
  background-color: rgb(67, 76, 49);
  padding: 2rem 0;
}

.w-footer-bottom {
  background-color: rgb(51, 51, 51);
  padding: 1rem 0;
}

.footer-logo img {
  margin-bottom: 1rem;
}

.curupy-faded-background img {
  position: absolute;
  top: 5px;
  max-height: 155px;
  left: 150px;
  opacity: 0.1;
}

.w-footer-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}
@media only screen and (min-width : 768px) {
  .w-footer-top ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.w-footer-top ul li {
  text-transform: uppercase;
}
@media only screen and (min-width : 768px) {
  .w-footer-top ul li {
    width: 25%;
  }
}

.w-subscription {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width : 992px) {
  .w-subscription {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
.w-subscription h4 {
  padding-left: 0.5rem;
  border-left: 5px solid #6DA119;
  line-height: 1;
  margin-top: 0;
}

.w-copy {
  text-align: center;
  font-size: 13px;
}
.w-copy * {
  display: inline-block;
  vertical-align: middle;
}
.w-copy img {
  max-width: 150px;
}

.w-signature {
  font-size: 13px;
  margin-top: 1rem;
}
@media only screen and (min-width : 992px) {
  .w-signature {
    text-align: right;
    margin-top: 0;
  }
}
.w-signature * {
  display: inline-block;
  vertical-align: middle;
}
.w-signature img {
  margin-left: 0.5rem;
}
