section#home-horses .bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  object-fit: cover;
}

section#home-horses .bg-image {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: 0;
overflow: hidden;border-radius: 0px 0px 0px 20px;}

section#home-horses .bg-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(13, 13, 13, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.5)),
    color-stop(100%, rgba(13, 13, 13, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(13, 13, 13, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(13, 13, 13, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(13, 13, 13, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(13, 13, 13, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d0d0d', GradientType=0 );
}

section#home-horses {
  position: relative;
  /* background-color: var(--c-secondary); */
  /* height: calc(100vh + 0px); */
margin-top: 44px;}

section#home-horses .item {
  height: calc(100vh - 44px);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}

section#home-horses .container {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 100%;
}

section#home-horses .title {
  font-weight: 900;
  /* padding-bottom: 20px; */
  text-align: left;
  font-size: 53px;
  line-height: 1.5;
  /* color: #fff; */
}

section#home-horses .title:before {
  content: "";
}

section#home-horses .text {
  max-width: 520px;
  padding-right: 50px;
  text-align: left;
  padding-bottom: 40px;
  font-size: 0.8rem;

  line-height: 1.9;
}

section#home-horses .action {
  text-align: left;
}

section#home-horses .action .btn {
  text-decoration: none;
}

section#home-horses .flex.principal-col {
  position: relative;
  width: 50%;
  /* margin-left: auto; */
  z-index: 1;
}

section#home-horses .flex.principal-col > div {
}

section#home-horses .flex.principal-col > div:nth-child(1) {
}

section#home-horses .flex.principal-col > div:nth-child(2) {
}

@media screen and (max-width: 900px) {
  section#home-horses .bg-image:before {
    width: 70%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(13,13,13,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(13,13,13,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(13,13,13,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(13,13,13,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(13,13,13,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(13,13,13,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d0d0d', GradientType=1 );
  }
  section#home-horses .bg-image {
    left: 0;
    width: 100%;
  }

  section#home-horses .bg-image img {
  }

  section#home-horses {
  }

  section#home-horses .container {
  }

  section#home-horses .title {
    color: #fff;
    font-size: 30px;
    filter: drop-shadow(2px 4px 6px black);
  }

  section#home-horses .text {
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);
  }

  section#home-horses .action {
  }

  section#home-horses .action .btn {
  }

  section#home-horses .flex.principal-col {
    width: 100%;
  }

  section#home-horses .flex.principal-col > div {
  }

  section#home-horses .flex.principal-col > div:nth-child(1) {
  }

  section#home-horses .flex.principal-col > div:nth-child(2) {
  }
}

section#nosotros {
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
  /* background-color: #666; */
}

section#nosotros .container {
}

section#nosotros .title {
  text-align: center;

  font-size: 40px;
  margin-bottom: 50px;
}

section#nosotros .subtitle {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 70px;
}

section#nosotros .title:before {
  content: "";
}

section#nosotros .text {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 110px;
}

section#nosotros .items-nosotros {
  max-width: 1000px;
  margin: 0 auto;
}

section#nosotros .items-nosotros .item {
}

section#nosotros .items-nosotros .bg {
  background-color: ;
}

section#nosotros .items-nosotros .imagen_flex {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 70%;

  border-radius: 100%;
  width: 70%;
  height: auto;

  margin-left: auto;
  margin-right: auto;
}

section#nosotros .items-nosotros .imagen_flex img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

section#nosotros .items-nosotros .bg .text {
  padding-top: 30px;
  padding-bottom: 20px;
  color: var(--c-primary);
}

section#nosotros .items-nosotros .bg .text span {
  font-weight: 800;
  font-size: 1.2em;
  color: #222;
  line-height: 1 !important;
}

@media screen and (max-width: 900px) {
  section#nosotros {
  }

  section#nosotros .container {
  }

  section#nosotros .title {
  }

  section#nosotros .text {
  }

  section#nosotros .items-nosotros {
  }

  section#nosotros .items-nosotros .item {
  }

  section#nosotros .items-nosotros .bg {
  }

  section#nosotros .items-nosotros .imagen_flex {
  }

  section#nosotros .items-nosotros .imagen_flex img {
  }
}

section#servicios {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

section#servicios .container {
}

section#servicios .items-servicios {
  text-align: center;
  /* gap: 40px; */
}

section#servicios .items-servicios .item {
  padding: 28px;
  padding-bottom: 50px;
}

section#servicios .items-servicios .bg {
  /* border-radius: 8px; */
  padding-bottom: 70px;
  -webkit-box-shadow: 5px -5px 15px 0 rgb(0 0 0 / 15%);
  box-shadow: 5px -3px 15px 0 rgb(0 0 0 / 15%);
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

section#servicios .items-servicios .icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -48px;
  background-color: var(--c-secondary);
  position: relative;
  margin-bottom: 11px;
}

section#servicios .items-servicios .imagen_flex {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
}

section#servicios .items-servicios .imagen_flex img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

section#servicios .items-servicios .titulo_flex {
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 800;
  font-size: 1.2em;
}

section#servicios .items-servicios .texto_flex {
  font-size: 0.7rem;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  opacity: 0.8;
  line-height: 1.6;
}

section#servicios .items-servicios .btn {
  font-size: 0.7rem;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

section#servicios .items-servicios .btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 900px) {
  section#servicios {
  }

  section#servicios .container {
  }

  section#servicios .items-servicios {
  }

  section#servicios .items-servicios .item {
  padding-left: 10px;padding-right: 10px;padding-bottom: 0;}

  section#servicios .items-servicios .bg {
  }

  section#servicios .items-servicios .imagen_flex {
  }

  section#servicios .items-servicios .imagen_flex img {
  }

  section#servicios .items-servicios .titulo_flex {
  }

  section#servicios .items-servicios .texto_flex {
  }

  section#servicios .items-servicios .btn {
  white-space: nowrap;}
}

section#bg-tecnologia .bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  object-fit: cover;
}

section#bg-tecnologia .bg-image {
  /* position: absolute; */
  width: 100%;
  /* height: 420px; */
  /* left: 0; */
  /* top: 0; */
  /* z-index: 0; */
}

section#bg-tecnologia {
  /* padding-top: 306px; */
  /* padding-bottom: 50px; */
  position: relative;
}

section#bg-tecnologia .container {
  max-width: 950px;
}

section#bg-tecnologia .container {
}

section#bg-tecnologia .title {
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
}

section#bg-tecnologia .title:before {
  content: "";
}

section#bg-tecnologia .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

section#bg-tecnologia .flex.principal-col {
  position: relative;
  z-index: 1;
}

section#bg-tecnologia .flex.principal-col > div {
}

section#bg-tecnologia .flex.principal-col > div:nth-child(1) {
}

section#bg-tecnologia .flex.principal-col > div:nth-child(2) {
}

section#bg-tecnologia2 {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}

section#bg-tecnologia2 .container {
  max-width: 1000px;
}

section#bg-tecnologia2 .container .text p {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
  font-style: italic;
  font-size: 1rem;
  margin: 0;
}

@media screen and (max-width: 900px) {
  section#bg-tecnologia .bg-image {
    height: auto;
  }

  section#bg-tecnologia .bg-image img {
  }

  section#bg-tecnologia {
    padding-bottom: 0;
    padding-top: 0px;
  }

  section#bg-tecnologia .container {
  }

  section#bg-tecnologia .title {
  }

  section#bg-tecnologia .text {
  }

  section#bg-tecnologia .flex.principal-col {
  }

  section#bg-tecnologia .flex.principal-col > div {
  }

  section#bg-tecnologia .flex.principal-col > div:nth-child(1) {
  }

  section#bg-tecnologia .flex.principal-col > div:nth-child(2) {
  }

  section#bg-tecnologia2 {
  padding-top: 20px;padding-bottom: 20px;}

  section#bg-tecnologia2 .container {
  }

  section#bg-tecnologia2 .container .text p {
    /* padding-top: 127px; */
  font-size: 0.8rem;}
}

section#contacto {
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
}

section#contacto .container {
}

section#contacto .title {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

section#contacto .title:before {
  content: "";
}

section#contacto .form {
  /* max-width: 558px; */

  margin-bottom: 60px;
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 20px;
  margin-left: -15px;
}

section#contacto .form .flex {
}

section#contacto .form .flex > div {
}

section#contacto .form .flex label {
  padding-bottom: 10px;
}

section#contacto .form .flex input {
}

section#contacto .form .flex .btn {
  cursor: pointer;
}

section#contacto .form .flex .btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 900px) {
  section#contacto {
    padding-top: 70px;
  }

  section#contacto .container {
  }

  section#contacto .title {
    text-align: center;
  }

  section#contacto .form {
    margin-left: 0;
    padding: 10px;
  }
  .maps {
    width: 100% !important;
  }
  section#contacto .form .flex {
  }

  section#contacto .form .flex > div {
    width: 100%;
  }

  section#contacto .form .flex label {
  }

  section#contacto .form .flex input {
  }

  section#contacto .form .flex .btn {
  }
}

section#bg-equipo {
  position: relative;
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
}

section#bg-equipo .container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; /* background-attachment: fixed; */
  padding-top: 160px;
  padding-bottom: 160px; /* border-radius: 4px; */
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 5px -5px 15px 0 rgb(0 0 0 / 25%);
  box-shadow: 5px -5px 15px 0 rgb(0 0 0 / 25%);
  max-width: 100%;
  background-attachment: fixed;
}

section#bg-equipo .container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

section#bg-equipo .title {
  font-weight: 300;

  text-align: center;
  color: #fff;

  margin-bottom: 0;
  line-height: 1.3;
  font-size: 3rem;
}

section#bg-equipo .title strong {
  font-weight: 900;
}

section#bg-equipo .title:before {
  content: "";
}

section#bg-equipo .flex.principal-col {
  position: relative;
  z-index: 1;
}

section#bg-equipo .flex.principal-col > div {
}

section#bg-equipo .flex.principal-col > div:nth-child(1) {
}

section#bg-equipo .flex.principal-col > div:nth-child(2) {
}

@media screen and (max-width: 900px) {
  section#bg-equipo .bg-image {
  }

  section#bg-equipo .bg-image img {
  }

  section#bg-equipo {
  }

  section#bg-equipo .container {
  background-attachment: inherit;}

  section#bg-equipo .title {
    font-size: 1.8rem;
  }

  section#bg-equipo .flex.principal-col {
  }

  section#bg-equipo .flex.principal-col > div {
  }

  section#bg-equipo .flex.principal-col > div:nth-child(1) {
  }

  section#bg-equipo .flex.principal-col > div:nth-child(2) {
  }
}

.owl-theme .owl-dots {
  position: absolute;
  margin-top: -100px;
  max-width: 1200px;
  width: 100%;
  text-align: left !important;
  left: 50%; /* top: 50%; */
  transform: translateX(-50%);
}

.owl-theme .owl-nav .maps {
}

.maps {
  width: calc(100% + -30px);
  margin-left: auto;
}

.maps iframe {
  width: 100%;
  margin-bottom: 15px;
  height: 234px;
  border-radius: 13px;
}

@media screen and (max-width: 900px) {
  .owl-theme .owl-dots {
    margin-top: -124px;
    text-align: center !important;
  }
}


.owl-nav {display: none;}