*, a {
  font-family: 'Poppins', sans-serif;
}
.carousel-inner,.carousel,.item,.container,.fill {
  height: 80vh;
  width: 100%;
  background-position:center center;
  background-size:cover;
}
.slide1, .slide2, .slide3, .slide4, .slide5, .slide6{
  background-repeat: no-repeat;
  background-position:center center;
  padding-top: 2em;
  padding-left: 2em;
  height:140vh;
  width:100vw;
  max-width: 100%;
}
.slide3{
text-align: right;
  padding-right: 2em;
}
.slide3 .parrafo{
  margin-left: auto;
  margin-right: 0;}
.slide1:after, .slide2:after, .slide3:after, .slide4:after, .slide5:after, .slide6:after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient (to left, rgba(255,0,0,0) 35%, rgba(0 0 0 /36%) 66%);
  z-index: -1;
}
.imagen{
  object-fit: fill;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  object-position: left;
  z-index: -1;
}

.info{
  margin-top:55px;
}

.info{
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3em;
  z-index: 5;
}
.titulo{
  color: #2da936;
  font-size: 3.5em;
  text-shadow: 0.1em #080808;
  font-weight: 600;
  margin-top: -70px;
}

.subtitulo{
  margin-top: 0;
  margin-bottom: 40px; 
  color: #2da936;
  font-size: 3.5em;
  font-weight: 300;
}

.parrafo{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #2da936;
  font-size: 1em;
  line-height: 24px;
  text-shadow: 0.1em #808080;
  margin-top:-50px;
  width:50%;
}

.cta{
  justify-content: start !important;
}

/* Estilos básicos */
.custom-select {
  position: relative;
  display: inline-block;
  max-width: 420px;
}

.select-selected {
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color:#2da936;
}

.select-selected img {
  width: 20px;
  margin-right: 10px;
}

.select-items {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  list-style-type: none;
  padding: 0;
}

.arrow {
    position: absolute;
    top: 55%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}

.arrow::before {
    content: '';
    position: absolute;
    top: -10px; /* ajustar según sea necesario */
    left: -2px; /* centrar el palo */
    width: 4px; /* ajustar el ancho del palo */
    height: 7px; /* ajustar la altura del palo */
    background-color: #000;
}


.select-items li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.select-items li a{
  color: #2da936;
  font-size: 14px;
}

.select-items li img {
  width: 20px;
  margin-right: 10px;
}

.select-items li:hover {
  /*background-color: #ddd;*/
}

.select-hide {
  display: none;
}

.slide1{
  background: linear-gradient(to right, rgba(25,110,20, 1), rgba(254, 255, 255, 0));
  width: 60%;
}
.icono-no-cerdo {
  position: absolute;
  bottom: 10px; /* Ajusta según sea necesario */
  right: 10px; /* Ajusta según sea necesario */
  z-index: 10; /* Asegura que el ícono esté visible */
}

.icono-no-cerdo img {
  width: 200px; /* Ajusta el tamaño del ícono */
  height: auto;
}

/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner> .item.next ,  .carousel-inner > .item.active.right{ transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;}
.carousel-inner > .item.prev ,.carousel-inner > .item.active.left{ transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;}
.carousel-inner > .item.next.left , .carousel-inner > .item.prev.right , .carousel-inner > .item.active{transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;}

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators{
position:absolute;
top:0;
bottom:0;
margin:auto;
height:20px;
right:-35px; left:auto;
width:auto;
}
.carousel-indicators li{display:block; margin-bottom:5px; border:1px solid white; }
.carousel-indicators li.active{margin-bottom:5px; background:white;}

@media screen and (min-width: 1001px) and (max-width: 1800px){
  .parrafo{
    width:50%;
  }   
}

@media screen and (max-width: 1366px), (max-height: 930px)
  .carousel-inner {
    --slide1_margin_x: 60px;
    --slide1_margin_y: 70px;
}

@media screen and (min-width: 200px) and (max-width: 400px) {
  
  .slide1{
      background: none;
      width: none;
  }
  
  .info{
    width:40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3em;
    z-index: 5;
  }
  
  .titulo, .parrafo{
    color: white;
  }
  
  .titulo{
    margin-top:0px !important;
  }
  
  .parrafo{
    margin-top:0px;
    width:100% !important
  }

  body > div.body-wrapper > main > div.body-container--landing-page > div.row-fluid-wrapper > div.row-fluid > div.widget-span.widget-type-cell > div.row-fluid-wrapper{
    padding: 0px !important;
  }

  div.carousel-inner > div.item > div {
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
  }

  div.carousel-inner > div.item > div > img { 
    position: relative;
    width: 100%;
    height: 20%;
  }

  div.carousel-inner > div.item > div > div.info {
    width: 100%;
    padding: 20px;
    text-align: left;
  }

  div.carousel-inner > div.item > div > div.info > h1, div.carousel-inner > div.item > div > div.info > h2 {
    font-size: 1.8em;
  }

  div.carousel-inner > div.item > div > div.info > h2 {
    margin-bottom: 20px;
  }

  div.carousel-inner > div.item > div > div.info > p.parrafo {
    font-size: 0.9em;
  }

  #myCarousel > ol.carousel-indicators { 
    display: none;
  }

  div.carousel-inner > div.item > div > div.info > a {
    position: absolute;
    top: 90px;
    right: 10%;
  }

  .slide1:after, .slide2:after, .slide3:after, .slide4:after, .slide5:after, .slide6:after {
    background: none;
  }

}
@media screen and (min-width: 401px) and (max-width: 600px) {
  
  .slide1{
      background: none;
      width: none;
  }
  
  .info{
    width:40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3em;
    z-index: 5;
  }
  
  .titulo, .parrafo{
    color: white;
  }
  
    .titulo{
    margin-top:0px !important;
  }
  
  .parrafo{
    margin-top:0px;
    width:100% !important
  }

body > div.body-wrapper > main > div.body-container--landing-page > div.row-fluid-wrapper > div.row-fluid > div.widget-span.widget-type-cell > div.row-fluid-wrapper{
    padding: 0px !important;
  }

  div.carousel-inner > div.item > div {
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
  }

  div.carousel-inner > div.item > div > img { 
    position: relative;
    width: 100%;
    height: 20%;
  }

  div.carousel-inner > div.item > div > div.info {
    width: 100%;
    padding: 20px;
        text-align: left;
  }

  div.carousel-inner > div.item > div > div.info > h1, div.carousel-inner > div.item > div > div.info > h2 {
    font-size: 1.8em;
  }

  div.carousel-inner > div.item > div > div.info > h2 {
    margin-bottom: 20px;
  }

  div.carousel-inner > div.item > div > div.info > p.parrafo {
    font-size: 0.9em;
  }

  #myCarousel > ol.carousel-indicators { 
    display: none;
  }

  div.carousel-inner > div.item > div > div.info > a {
    position: absolute;
    top: 90px;
    right: 10%;
  }

  .slide1:after, .slide2:after, .slide3:after, .slide4:after, .slide5:after, .slide6:after {
    background: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 720px) {
  
   .slide1{
      background: none;
      width: none;
  }
  
  .info{
    width:40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3em;
    z-index: 5;
  }
  
  .titulo, .parrafo{
    color: white;
  }
  
  .titulo{
    margin-top:0px !important;
  }
  
  .parrafo{
    margin-top:0px;
    width:100% !important
  }

body > div.body-wrapper > main > div.body-container--landing-page > div.row-fluid-wrapper > div.row-fluid > div.widget-span.widget-type-cell > div.row-fluid-wrapper{
    padding: 0px !important;
  }

  div.carousel-inner > div.item > div {
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
  }

  div.carousel-inner > div.item > div > img { 
    position: relative;
    width: 100%;
    height: 30%;
  }

  div.carousel-inner > div.item > div > div.info {
    width: 100%;
    padding: 20px;
        text-align: left;
  }

  div.carousel-inner > div.item > div > div.info > h1, div.carousel-inner > div.item > div > div.info > h2 {
    font-size: 1.8em;
  }

  div.carousel-inner > div.item > div > div.info > h2 {
    margin-bottom: 20px;
  }

  div.carousel-inner > div.item > div > div.info > p.parrafo {
    font-size: 0.9em;
  }

  #myCarousel > ol.carousel-indicators { 
    display: none;
  }

  div.carousel-inner > div.item > div > div.info > a {
    position: absolute;
    bottom: 20px;
    right: 40%;
  }

  .slide1:after, .slide2:after, .slide3:after, .slide4:after, .slide5:after, .slide6:after {
    background: none;
  }
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
 

  .imagen{
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  z-index: -1;
}
   div.carousel-inner > div.item > div > div.info {
    width: 60%;
     
  }
    div.carousel-inner > div.item > div {
    padding-left: 0px;
    padding-top: 0px;
  }

   div.carousel-inner > div.item > div > div.info > h1, div.carousel-inner > div.item > div > div.info > h2 {
    font-size: 2.5em;
     margin-top: -10px;
  }

    div.carousel-inner > div.item > div > div.info > p.parrafo {
    font-size: 1em;
    line-height: 2em;
  }
  
  .info{
    width:100% !important;
  }
  
  .titulo{
    color: #2da936;
  }
  
  .slide1 .info .titulo{
    color:white;
  }

@media screen and (min-width: 1000px) and (max-width: 1474px) {
  .slide2 .info {
    margin-top:-90px;
  }
  
  div.carousel-inner > div.item > div > div.info {
    width: 60%;
  }

   div.carousel-inner > div.item > div > div.info > h1, div.carousel-inner > div.item > div > div.info > h2 {
    font-size: 3em;
  }

  div.carousel-inner > div.item > div > div.info > p.parrafo {
    font-size: 1em;
  }
  .imagen{
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    object-position: left;
    z-index: -1;
  }
  .info{
    width:100% !important;
  }
  
  .titulo{
    color: #2da936;
  }
  
  .slide1 .info .titulo{
    color:white;
  }
  
  
}

  @media screen and (min-width: 1475px) and (max-width: 1804px) {
  .slide1:after, .slide2:after, .slide3:after, .slide4:after, .slide5:after, .slide6:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient (to left, rgba(255,0,0,0) 35%, rgba(0 0 0 /36%) 66%);
  z-index: -1;
    }
   div.carousel-inner > div.item > div > div.info {
    width: 60%;
  }

   div.carousel-inner > div.item > div > div.info > h1, div.carousel-inner > div.item > div > div.info > h2 {
    font-size: 3em;
  }

  div.carousel-inner > div.item > div > div.info > p.parrafo {
    font-size: 1em;
  } 
    
  .info{
    width:100% !important;
    margin-top: -90px;
  }
    
  .titulo{
    color: #2da936;
  }
    
  .slide1 .info .titulo{
    color:white;
  }
    
  .slide1 .info{
    margin-top: 60px;
  }
    
}
  @media screen (min-width: 1805px) { 
  .slide1:after, .slide2:after, .slide3:after, .slide4:after, .slide5:after, .slide6:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient (to left, rgba(255,0,0,0) 35%, rgba(0 0 0 /36%) 66%);
  z-index: -1;
    
}
/*General*/

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

  div.body-wrapper {
    height: 100vh;
  }

  div.body-wrapper > div.header {
    height: 10%;
  }

  div.body-wrapper > div.header > header {
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
  }

}
    