/*------------------------------------------------------------------

 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of styles content]

1 - Header
2 - Hero
3 - CTAx
4 - Services
5 - Featured
6 - Recent Posts
7 - Trust
8 - Pricing Tables
9 - Testimonials
10 - Clients
11 - CTA 2
12 - Footer Widgets
13 - Foot Note
--------------------------------------------------------------------*/

@font-face {
    font-family: 'DefaultSans';
    src: url('/assets/fonts/DefaultSans-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*-----------------------------------
    1 - Header
------------------------------------*/

#header-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); 
  background-color: #dd222200;}

@media (max-width:900px) {
  #header-navbar{
    background-color: #dd2222;
  }
  
}

.navbar-nav{
  margin-left: 50px;
  margin-right: 50px;
  padding: 0 0 0 0;
}

.navbar-nav .nav-link {
  color: #fff;
  transition: .3s ease; }

.navbar-nav:hover li a {
  opacity: 0.5; }
  .navbar-nav:hover li a:hover {
    opacity: 1; }

.navbar-toggler {
  font-size: 2rem;
  color: #000000;
  
  
  margin-right: 5px;
 }

.navbar-animated {
  animation: fade-in-right 0.8s ease-out forwards;
}
  

  .jumbotron {
    position: relative;
    color: #fff;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 100vh;
  z-index: 100; }

  .display-1 {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
}
    @media (max-width: 767px) and (orientation: landscape) {
      .jumbotron {
        min-height: 500px; } }
    .jumbotron .container {
      position: relative;
      z-index: 1; }
    .jumbotron:before {
      position: absolute;
      display: block;
      content: "";
      opacity: 0.8;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ff0000;
      /* fallback for old browsers */
      background: url("/assets/images/fondo.webp") center / cover no-repeat; }
    .jumbotron h1 {
      line-height: .9;
      font-weight: bold;
      display: flex;
      
      
      
      opacity: 0;
      animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
      animation-delay: .8s; }
  
  .jumbotron-single h1 {
    font-size: 3rem !important; }

  .cuenta-atras{
    color: black;
    justify-content: space-around;
  }

  .boton-banner{
      opacity: 0;
      animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
      animation-delay: .8s; 
  }

  .imgabajo-movil {
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translateX(-50%);
  margin: 0;
}

  @media (max-width:700px) {
    .cuenta-atras{
      font-size: 3rem;
    }
    
  }



  .textobanner{
    align-self:start;
    margin-top: 10%;
    animation: floating ease-in-out 6s infinite;
  }

  .texto-p{
    text-align: justify;
  }

    @media (max-width:700px) {
    .textobanner{
     
     padding-top: 20%;
   
    }
    
  }

  .texto-banner{
    color: #000000;
    font-size: 1.5rem;
    display: block;
    font-weight: 800;
    animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
    animation-delay: .8s; 
    opacity: 0;
  }

  .logobanner{
    align-self:end;
    align-items: end;
    vertical-align: bottom;
  }

  .imgbannerizq{
    width: 700px;
    height: auto;
  }


  .imgbannerder{
    width: 700px;
    height: auto;
  }

  .banner-movil{
    display: none;
  }


  @media (max-width:1400px) {
    .imgbannerder{
      width: 600px;

    }

    .imgbannerizq{
      width: 600px;
    }
    
  }

  @media (max-width:700px) {
    .imgbannerizq{
      margin-top: 1em;
      width: 370px;
    }

    .imgbannerder{
      width: 500px;
      
    }

    .logobanner{
      align-self: center;
      justify-content: center;
      align-items: center;
     
    }

    .banner-pc{
      display: none;

    }
    .banner-movil{
    display:block;
  }
    
  }

  @media (max-width:600px) {
    .imgbannerder{
      width: 400px;

    }

    .imgbannerizq{
      width: 300px;
    }
    
  }
  .bannerimg{
    width: 50%;
    height: 100%;
    justify-content:center ;
    align-items: center;
  }

  @media (max-width:700px) {
    .bannerimg{
      width: 100%;
      height: 100vh;
      justify-content:center ;
      align-items: center;
    }
    
  }
  
  
  a h3 img{
    max-width: 100px;
    max-height: 100px;
  }


  .rectangle-1 {
    width: 2000px;
    height: 400px;
    background: #e22d2d;
    background: -webkit-linear-gradient(to right,#fffcfb, #ff6739);
    background: linear-gradient(to right,#fffcfb,  #ff6739);
    transform-origin: 50% 150% 0;
    position: absolute;
    left: 0;
    z-index: 0;
    transform: scale(1) rotate(-10deg); }
  
  .rectangle-2 {
    width: 2000px;
    height: 400px;
    background: #fdfdfd96;
    background: -webkit-linear-gradient(to right,#fffcfb,  #ff6739);
    background: linear-gradient(to right,#fffcfb,  #ff6739);
    transform-origin: 65% 100% 0;
    position: absolute;
    right: 0;
    z-index: 0;
    transform: scale(1) rotate(50deg); }
  
    @keyframes fade-in-right {
      from {
        opacity: 0;
        transform: translateX(-100vw);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }
  
  @keyframes grow1 {
    from {
      opacity: 0;
      transform: scale(2) rotate(-10deg); }
    to {
      opacity: 1;
      transform: scale(1) rotate(-10deg); } }
  
  @keyframes grow2 {
    from {
      opacity: 0;
      transform: scale(2) rotate(50deg); }
    to {
      opacity: 1;
      transform: scale(1) rotate(50deg); } }
  
  @keyframes fadeInFromTop {
    from {
      opacity: 0;
      transform: translateY(-20px); }
    to {
      opacity: 1;
      transform: translateY(0); } }
  
  .rectangle-1 {
    opacity: 0;
    animation: grow1 ease 1s forwards;
    box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important; }
  
  .rectangle-2 {
    opacity: 0;
    animation: grow2 ease 1s forwards;
    box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important; }
  
  .rectangle-transparent-1 {
    width: 500px;
    height: 500px;
    opacity: 0.05;
    position: absolute;
    left: -5%;
    bottom:30%;
    display: block;
    animation: floating-slow ease-in-out 12s infinite; }
  
  .rectangle-transparent-2 {
    width: 500px;
    height: 500px;
    opacity: 0.05;
    position: absolute;
    right: 20%;
    bottom:30%;
    display: block;
    
    animation: floating-slow ease-in-out 12s infinite; }
    .rectangle-transparent-2 img {
      
      transform: rotate(-45deg); 
    }

    @media (max-width: 1080px){
      .rectangle-transparent-2 {
        visibility: hidden;
      }

    
    }
   
    
  .rectangle-transparent-3 {
    width: auto;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    
    animation: floating-slow ease-in-out 12s infinite; 
    z-index: 1;
    
    
  }

   .rectangle-transparent-3 img{
    width: auto;
    height: 600px;

   }

  .rectangle-transparent-4 {
    width: 250px;
    height: 250px;
 
    position: absolute;
    left: 25%;
    top: 0;
    animation: floating-slow ease-in-out 12s infinite; 
    
  }

    .rectangle-transparent-4 img{
    width: auto;
    height: 600px;

   }

@media (max-width: 600px){
    .rectangle-transparent-4 {
      left: 0;
      top: 25%;
    }

  
  }

  .rectangle-transparent-5 {
    width: 250px;
    height: 250px;
    opacity: 0.1;
    position:absolute;
    left: 140%;
    animation: floating-slow ease-in-out 12s infinite;   
  }
  .rectangle-transparent-5 img {
      
    transform: rotate(-25deg); }

  .rectangle-transparent-6 {
    width: 250px;
    height: 250px;
    opacity: 0.1;
    position: absolute;
    left: 15%;
    top: -55%;
    animation: floating-slow ease-in-out 12s infinite; 
    
  }
  
  .logoflot-1 {
    position: absolute;
    display: block;
    left: 15%;
    top: 40%;
    opacity: 0;
    
    animation: 
        slideDown 1.5s ease-in forwards, 
        floating 4s ease-in-out infinite;
    
}
      .logoflot-1 img {
        height: 240px;
        width: 240px;
        object-fit: contain;
        }
  
  .logoflot-2 {
    top: 20%;
    left: 70%;
    position: absolute;
    display: block;
    opacity: 0;
    
    animation: 
        slideDown 2s ease-in-out forwards, 
        floating 4s ease-in-out infinite;

   }
    .logoflot-2 img {
      height: 150px;
      width: 150px;
      object-fit: contain;
      transform: rotate(-10deg);
       }
  
  .logoflot-3 {
    top: 70%;
    right: 25%;
    position: absolute;
    display: block;
    opacity: 0;
    
    animation: 
        slideDown 2s ease-in-out forwards, 
        floating 4s ease-in-out infinite;
  
   }
    .logoflot-3 img {
      height: 280px;
      width: 280px;
      object-fit: contain;
       }
  
    
  .triangle {
    position: absolute; }
  
  .logoflot-4 {
    right: 10%;
    opacity: 0;
    opacity: 0;
    
    animation: 
        slideDown 2s ease-in-out forwards, 
        floating 4s ease-in-out infinite;

   }
    .logoflot-4 img {
      height: 190px;
      width: 190px;
      transform: rotate(-20deg); }
  
  .logoflot-5 {
    top: 20%;
    left: 25%;
    opacity: 0;
    
    animation: 
        slideDown 2s ease-in-out forwards, 
        floating 4s ease-in-out infinite;
   }
    .logoflot-5 img {
      width: 180px;
      height: 180px;
      transform: rotate(5deg); }
  
  .logoflot-6 {
    top: 65%;
    left: 15%;
    opacity: 0;
    
    animation: 
        slideDown 2s ease-in-out forwards, 
        floating 4s ease-in-out infinite;
    
   }
    .logoflot-6 img {
      width: 220px;
      height: 220px;
      transform: rotate(-15deg);
      border-radius: 30%; }
  
      .logoflot-7 {
        top: 60%;
        right: 15%;
        opacity: 0;
        animation: 
            slideDown 2s ease-in-out forwards, 
            floating 4s ease-in-out infinite;
    }
    
    .logoflot-7 img {
        width: 100px;
        height: 100px;
        transform: rotate(-40deg);
    }
    
    .logoflot-1 { animation-delay: 0.4s, 1.5s; }
    .logoflot-2 { animation-delay: 0.6s, 1.7s; }
    .logoflot-3 { animation-delay: 0.8s, 1.9s; }
    .logoflot-4 { animation-delay: 1s, 2.1s; }
    .logoflot-5 { animation-delay: 1.2s, 2.3s; }
    .logoflot-6 { animation-delay: 1.4s, 2.5s; }
    .logoflot-7 { animation-delay: 1.6s, 2.7s; }
    
    /* Animación de solo Opacidad */
    @keyframes slideDown {
      0% {
          opacity: 0;
          
      }

      100% {
          opacity: 1;
         
      }
  }
    /* Animación Floating (Movimiento hacia arriba y abajo) */
    @keyframes floating {
        0% { transform: translateY(0); }
        50% { transform: translateY(-10px); } 
        100% { transform: translateY(0); }
    }
    

    @keyframes floating-slow {
      0% {
        transform: translate(0%, 0%) ; }
      25% {
        transform: translate(1%, 3%) ; }
      50% {
        transform: translate(2%, 1%) ; }
      75% {
        transform: translate(0%, 3%) ; }
      100% {
        transform: translate(0%, 0%) ; } }
    


header {
  background-color: rgba(26, 10, 56, 0.53);
  color: #fff;
  z-index: 1000;
}

header a {
  color: #fff;
}

header::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: -20px;
}

.nav-link {
  font-family: "Inter", sans-serif;
  
}

.contact {
  font-size: 12px;
}

.tel {
  margin-right: 30px;
}

.contact i {
  color: #ee1515;
  margin-right: 10px;
}

.login {
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 25px;
  text-transform: uppercase;
}

.contact a:hover,
.login:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.login i {
  color: #ee1515;
  margin-right: 8px;
}

.navbar-brand h1 {
  margin: 0;
}

.social {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social li:not(:last-child) {
  margin-right: 20px;
}

.social a {
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ee1515;
  
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

.social a:hover {
  color: #fff;
  background-color: #ee1515;
}

.navbar-brand img {
  width: 135px;
}

.navbar-movil{
  display: none;
  background-color: #dd2222;;
  display: flex;
  width: 100%;
  height: auto;
}

.navbar-brand-mobile img{
  width: 60px;
  display: none;

}



@media (max-width:900px) {
  .navbar-brand-mobile img{
    display: block;
  }

  .navbar-movil{
    display: block;
  }
  
}


.navbar-collapse {
  border-radius: 0px 0px 20px 20px;
  background-color: #dd2222;
}

.navbar-nav .nav-item .nav-link {
  color: white;
  padding: 10px 15px;
}

.navbar-nav .nav-item .nav-link:hover {
  background-color: #333;
}

.cart,
.login-icon,
.search-icon {
  color: #fff;
  font-size: 1.5rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
  color: #ee1515;
}

.cart {
  margin-left: 20px;
}



.btn-primary:hover{
  background-color:#ee1515; 
  color: white;
}

.btn-brochure{
  margin-top: 15px;
}

/*-----------------------------------
    1 - Hero
------------------------------------*/
.hero {
  background: url("../images/hero-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}



.imagentier {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
  margin-left: 170px;
 
  position: relative; 
}

.imagentier img {
  max-width: 220px;
  height: auto;
  position: absolute; 
  left: 0; 
}



@media (max-width: 1180px){

  .imagentier{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-left: auto;
    position: relative;
  
  }
  
  .imagentier img {
    opacity: 0.9;
    max-width: 100px;
    justify-content: center;
    position: relative;
  }

}



.hero .container {
  position: relative;
  z-index: 5;
}

.hero .slide-content {
  min-height: 600px;
  color: #fff;
}

.hero .slide-content span {
  color: #ee1515;
}

.hero .slide-content h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  font-weight: bold;
}

.hero .slide-content p {
  color: #170936;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  padding: 35px 0 35px 30px;
  background-color: rgba(255, 255, 255, 0.51);
  
  margin-bottom: 0;
}

.hero .slide-content .btn {
  margin-top: 50px;
}

.hero .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero .arr-left,
.hero .arr-right {
  font-size: 3rem;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.hero .arr-left:hover,
.hero .arr-right:hover {
  cursor: pointer;
}

.hero .arr-right {
  right: 15px;
}

.hero .diag-bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgba(240, 0, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero .texture {
  width: 100%;
  height: 100%;
  background: url("../images/hero-texture.png") no-repeat center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}

/*-----------------------------------
    1 - CTA
------------------------------------*/
.cta-content {
  padding: 10px 0;
  color: #464646;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  background-color: white;
  border: 3px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(360deg, #ffffff, #f0f0f0) border-box;
}




.cta-content .content form {
  max-width: 600px;
  margin: 0 auto;
}

.cta-content .content .form-group {
  margin-bottom: 15px;
  width: 100%; 
}

.cta-content .content .form-control {
  max-width: 100%;
}

.cta-content .content button.messagebtn {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
}

.cta-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content{
  padding-right: 50px;
}

@media (max-width:700px) {
  .content{
    padding-right: 0;
  } 
  
}

.cta-right .subscribe-btn,
.cta-right .redessociales {
  margin-top: 30px;
}

.cta-right .subscribe-btn form {
  max-width: 400px;
  margin: 0 auto;
}

.cta-right .subscribe-btn .form-group {
  margin-bottom: 15px;
}

.cta-right .subscribe-btn .form-control {
  max-width: 100%;
}

.cta-right .subscribe-btn button {
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}


.cta-content.d-xl-flex {
  display: flex;
  justify-content: space-between;

  padding: 40px 60px; 
}


/* Adjust layout for small screens (phones, tablets) */
@media (max-width: 768px) {
  .cta-content.d-xl-flex {
    flex-direction: column;
    padding-bottom: 80px;
  }
  .cta-content .content button.messagebtn {
    margin-left: auto;  
    margin-right: auto; 
  }

  .cta-content .content form,
  .cta-right .subscribe-btn form {
    max-width: 100%;
  }

  /* Expand form-group and form-control to full width */
  .cta-content .content .form-group,
  .cta-right .subscribe-btn .form-group {
    width: 100%;
    padding: 0 15px; 
  }

  .cta-content .content .form-control,
  .cta-right .subscribe-btn .form-control {
    font-size: 16px; 
    padding: 10px; 
    width: 100%; 
  }

  .cta-content .content button.messagebtn {
    margin-left: auto; 
  }

  .cta-right {
    width: 100%;
    padding: 0 25px; 
    margin-top: 20px;
  }

  .cta-right .subscribe-btn button {
    display: block;
    margin: 0 auto; 
  }
}

/* Further adjustments for very small screens (smaller phones) */
@media (max-width: 576px) {
  .cta-content .content .form-group {
    width: 100%; 
    padding: 0 10px; 
  }

  .cta-content .content .form-control {
    font-size: 14px; 
    padding: 8px; 
    width: 100%; 
  }

  .cta-content .content button.messagebtn {
    margin-left: auto;
  }

  .cta-content .cta-right {
    width: 100%;
    padding: 0 15px;
  }
}





/*-----------------------------------
    1 - Services
------------------------------------*/
.title {
  font-weight: 700;
  
}

.title h6 {
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.title h1 {
  font-size: 35px;
  font-family: "Inter", sans-serif;
}

.title .title-blue {
  color: #26264b;
}
.titulotiers {
  position: relative; 
  z-index: 10; /* Asegura que esté por encima de otros elementos */
}

.title-blue {
  color: #26264b;
  z-index: 20;
  margin: 0;
}

.title .title-primary {
  color: #ee1515;
}

.services {
  padding: 80px 0 50px;
}

.services .title {
  margin-bottom: 20px;
}

.services .media {
  margin: 40px 0;
}

.services h5 {
  color: #26264b;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/*-----------------------------------
    1 - Featured
------------------------------------*/
.featured {
  padding:25px 0 0 0;
  background-color: #fafafa;
}

.featured p {
  margin: 35px 0 53px;
}

.featured .media i {
  font-size: 24px;
  color: #ee1515;
}

.featured .media h5 {
  
  color: #26264b;
}

.info-div{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured .btn {
  width: fit-content;
  margin-top: 25px;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}



.featured-img {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.info-img{
  display: flex;
  align-items: end;
}

.featured-big {
 
  bottom: 0;
  right: -100px;
  max-width: 700px;
  max-height: auto;
  
 
}

@media (max-width:700px) {
  .featured-big{
    width: 400px;
  }
  
}

.featured-small {
  position: absolute;
  bottom: 10px;
  left: 0; 
  width: 200px; 
  height: 200px; 
  border-radius: 40%; 
  background-color: #ffffff88;
  overflow: hidden; 
  display: flex;
  justify-content: center; 
  align-items: center; 
}

.featured-small img {
  max-width: 100%; 
  max-height: 100%; 
  object-fit: contain; 
}

/*-----------------------------------
    1 - Recent Posts
------------------------------------*/

.grid-info{
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;

}

@media (max-width:700px) {
  .grid-info{
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);

  }
  
}

.item-info{
  aspect-ratio: 5/4;
  text-decoration: none;
  display: block; 
  align-items: start;
  justify-content: center;
  padding-top: 20px;
}

.item-info {
    text-decoration: none;
    color: inherit;
}

.item-info:hover {
    text-decoration: none;
}
.info-patro{
  background: url("/assets/images/post1.webp") center / cover no-repeat; 
}

.info-compra{
  background: url("/assets/images/post2.webp") center / cover no-repeat; 
}

.info-contacto{
  background: url("/assets/images/post3.webp") center / cover no-repeat; 
}


.recent-posts {
  padding: 20px 0;
  justify-content: center;
  text-align: center;
}

.recent-posts .container .title-blue {
  text-align: center;
  color: #26264b;
}

.single-rpost {
  margin: 35px 0 0;
  text-align: center;
  position: relative;
}

.post-thumb {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  transition: transform 0.3s ease-out;
}

.post-thumb:hover {
  transform: scale(1.1);
 }

.post-thumb img {
  width: 80%; /* Reduce el tamaño de la imagen */
  height: auto;
  max-width: 220px; /* Establece un tamaño máximo */
  border-radius: 10px;
  display: block;
  margin: 0 auto; /* Centrar la imagen */
  
}



.pollitoarriba {
  position: absolute;
  top: -40px;  
  left: 60px; 
  width: 50px; 
  height: 50px; 
  
}




.post-content {
  color: #333;
  
}

.post-content h3 {
  margin: 10px 0 5px;
  color: #dd2222;
  font-family: "Inter", sans-serif;
}

.post-content h3 a {
  color: #dd2222;
  font-weight: 700;
}

.post-content h3 a:hover {
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.post-content p {
  font-size: 14px;
  color: #666;
}

.post-content a {
  color: #dd2222;
}

.post-content > a:hover {
  color: #ffffff;
}

.post-content .post-btn {
  color: #6e6e6e;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: whitesmoke;
  border-radius: 50%;
}

.post-content .post-btn:hover {
  color: #fff;
  background-color: #ee1515;
}

/*-----------------------------------
    1 - Trust
------------------------------------*/
.trust {
  padding: 75px 0;
  background-color: #ffffff;
  color:#26264b;
  position: relative;
}

.trust .title {
  margin-bottom: 46px;
}

.trust h1 {
  color: #26264b;
}

.trust h5 {
  font-size: 24px;
  color: #26264b;
  margin: 28px 0 12px;
}

.trust ul {
  color: #26264b;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.trust li {
  margin-bottom: 15px;
}

@media (max-width:700px) {
  .gallery{
    margin-top: 20px;
  }
  
}

.trust .gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.trust .gal-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.trust .gal-img i {
  font-size: 72px;
  color: #26264b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.trust .gal-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.trust .gal-img:hover {
  cursor: pointer;
}

.trust .gal-img:hover i {
  opacity: 1;
}

.trust .gal-img:hover::after {
  opacity: 1;
}

.trust .gal-img3 {
  top: -50%;
  left: 50%;
}

.logoagro{
  display: inline-block;
}

.logoagro img{
  width: 500px;
  height: auto;
}

@media (max-width:700px) {
  .logoagro img{
    width: 380px;
  }
  .logoagro{
    margin-top: 15px;
  }
  
}

.title .tituloagro{
  display: inline-block;
}



.carousel1{
  width: 100%;
  
  display: flex;
  overflow-x: auto;
}



.carousel1::-webkit-scrollbar{
  display: none;
}

.group1{
  display: flex;
  
  align-items: center;
  justify-content: center;
  animation: spin 60s infinite linear;
}

.group2{
  display: flex;
  
  align-items: center;
  justify-content: center;
  animation: spin2 60s infinite linear;
}

@keyframes spin {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

@keyframes spin2 {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

.group1,
.group2 {
  transform: translate3d(0,0,0);
}

@supports (-webkit-touch-callout: none) {
  .group1 {
    animation-duration: 5s;
  }

  .group2 {
    animation-duration: 5s;
  }
}

.carousel1 {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.card{
  border-radius: 0;
  flex: 0 0 30em;
  height: 15em;
  border: none;
  text-align: center;
  align-content: center;
  

}

.card img{
  width: 100%;
  height: auto;
}

/*-----------------------------------
    1 - Pricing Table
------------------------------------*/
.pricing-table {
  position: relative;
  padding: 100px 0 20px 0;
  margin-bottom: 0;
  
}

@media (max-width:700px) {
  .pricing-table{
    padding-bottom: 180px;
  }


  
}

.perro-div{
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 300px;
  height: auto;
  display: block;
  z-index: 15;
  opacity: 0;
}

@media (max-width: 768px) {
  .perro-div {
    opacity: 1 !important;
    transform: none !important;
  }
}
.perro-div img{
  width: 200px;
  height: auto;
}

.pricing-table1 {
  padding: 60px 0 60px 0;
  color: #26264b;
  position: relative;
}

@media (max-width:700px) {


  .pricing-table1{
    padding-bottom: 200px;
  }
  
}


.gato-div{
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 300px;
  height: auto;
  display: block;
  z-index: 10;
 
}

.gato-div img{
  width: 200px;
  height: auto;
}

.expoTable{
  padding: 0px 0px 30px 0;
}

.pricing-table-hesperia{
  padding: 0;
}

.expogratuita{
  display: grid;

  
  grid-template-columns: 1fr, 1fr;

  
  grid-template-rows: 1fr;
}


.contenedor-precios{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1rem;
  text-align: center;
}

@media (max-width:700px) {
  .contenedor-precios{
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr 1fr;
    margin-top: 50px;
    gap: 100px;
  }
  
}

.divisor {
  height: 1px;
  width: 100%;
  margin: 20px 0;
  background: linear-gradient(
    to right,
    transparent,
    #f0f0f0,
    transparent
  );
}

.columna-precios{
  padding: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  height: auto;
  border: 3px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(360deg, #ffffff, #f0f0f0) border-box;

}



.columna-precios h2{
  color: #26264b;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 20px;
}

.columna-precios h3{
  color: #dd2222;
  font-size: 1rem;
  font-weight: 400;
}

.precio-entrada{
  color: #26264b;
  font-size: 2.5rem;
 
  margin-bottom: 0;
}

.tipo-entrada{
  color:#dd2222;
  font-weight: 500;
  font-size: 1.3rem;
}
.columna-precios-patrocinio{
  padding: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  height: auto;
  border: 3px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(360deg, #ffffff, #f0f0f0) border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;

}

.single-pricing1 {
  position: relative;
  padding: 65px 0 40px;
  margin-top: 23px;
  color: #fff;
  background: #26264b;
  border-top: 0.5px solid #26264b;
  border-bottom: 5px solid #26264b;
  border-right: 0.5px solid #26264b;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}



.single-pricing {
  position: relative;
  padding: 65px 0 40px;
  margin-top: 23px;
  color: #26264b;
  background: #fcfcfc;
  border-top: 2px solid #26264b;
  border-bottom: 5px solid #26264b;
  border-right: 0.5px solid #26264b; /* Borde derecho para todos */
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  margin-right: 8px;
}



.single-pricing span {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 15px;
  background-color: transparent;
  position: absolute;
  top: 28px;
  right: 6px;
  transition: all 0.2s ease-in-out;
}

.single-pricing h2 {
  margin-bottom: -5px;
}

.single-pricing .desc {
  color: #26264b;
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 2px solid #2f2f2f;
  transition: all 0.2s ease-in-out;
}

.desc{
  color: #26264b;
  font-weight: bolds;
  margin-top: 32px;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

.single-pricing .price {
  font-size: 2rem;
  margin-bottom: 8px;
  color: #26264b;
}

.single-pricing .preventatext {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #26264b;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  
}

.preventaprecio {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #26264b;
  text-align: center;
  padding-right: 5px;
  border-left: 1px solid #26264b;
  
}



.single-pricing .textprice {
  font-weight: bold;
  display: inline-block;
  font-size: 1.7rem;
  margin-bottom: 4px;
  color: #26264b;
  margin-right: 20px;
  font-weight: 100;

}

.single-pricing .tiertitulo {
  margin-bottom: 15px;


}


.scroll-wrapper {
  width: 100%;
  overflow-x: auto; 
  display: flex;
  justify-content: center; 
}


.table-container {
  display: inline-block;
  min-width: max-content;
}


.table-header,
.table-body {
  display: flex;
  width: max-content; 
}


.table-header .col-md-2,
.table-body .col-md-2 {
  min-width: 150px; 
  text-align: center;
}


.table-header h2,
.table-body p {
  margin: 15px 0;
}


@media (max-width: 768px) {
  .scroll-wrapper {
      overflow-x: auto;
      justify-content: flex-start; 
  }

  .table-container {
      display: flex;
      flex-direction: column;
  }

  .table-header, 
  .table-body {
      display: flex;
      flex-wrap: nowrap;
  }
}



.preventatext, .preventaprecio {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px; 
  width: 100%; 
}



.single-pricing p {
  color: #ddd;
}

.single-pricing p:last-of-type {
  margin-bottom: 25px;
}

.single-pricing svg {
  width: 170px;
  position: absolute;
  top: -45px;
  right: -60px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.polloprecio {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 70px; 
  height: 70px;
  transition: transform 0.5s ease-in-out, 
}

.polloprecio img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  
  filter: brightness(0) saturate(100%) invert(30%) sepia(96%) saturate(7456%) hue-rotate(357deg) brightness(99%) contrast(89%);
}


.single-pricing:hover {
  border-top: 5px solid #26264b;
  border-bottom: 7px solid #26264b;
  border-right: 0.5px solid #26264b;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.66);
  margin: 19px 0 -4px;
  color: white;
}


.single-pricing:hover span {
  background-color: #26264b;
}


.single-pricing:hover .polloprecio img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(19%) saturate(1647%) hue-rotate(201deg) brightness(94%) contrast(95%);
  box-shadow: none;
}

.single-pricing:hover svg {
  width: 500%;
  top: -200%;
  right: -50%;
}

.single-pricing:hover .btn {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
/*-----------------------------------
    1 - Hotel hesperia
------------------------------------*/

.containerhotel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: 'hotel precios';
  column-gap:30px;
  justify-content: center;
}

.containerizqhotel {
  display: grid; 
  grid-area: hotel;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr;
  
  justify-self: center;
  align-self: center;
  
  
}

.logowtc  {
  width: 200px;
  height: 200px;
  align-self: center;
  justify-self: center;
}

.hotelimg{
  width: 630px;
  height: auto;
  align-self: center;
  justify-self: center;
  border-radius: 25px;
}

.logowtc img, .hotelimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.containerizqhotel img {
  
  animation: flotar 3s ease-in-out infinite;             
}


.imagenhotel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: flotar 3s ease-in-out infinite;
}

@keyframes flotar {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px); 
  }
}

@media (max-width: 768px) {
  .containerhotel {
    grid-template-columns: 1fr; 
    grid-template-rows: auto auto; 
    grid-template-areas: 
      'hotel'
      'precios'; 
    column-gap: 0;
  }

  .containerizqhotel,
  .precioshotel {
    justify-self: center; 
  }

  .hotelimg{
  width: 450px;
  border-radius: 50px;
}
.hotel-pricing:hover{
  color: #26264b ;
}
.hotel-pricing:hover .desc {
  color: #26264b;
  border-bottom: 2px solid #26264b;
}


  
}

.precioshotel {
  grid-area: precios;
  
}

.precioshab{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  column-gap:0;
  justify-content: center;
}

.desayunoinc {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #26264b !important;
}

.hotel-pricing .desc {
  color: #26264b;
  padding-bottom: 0px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 2px solid #2f2f2f;
  transition: all 0.2s ease-in-out;
}


/*-----------------------------------
    1 - Testimonials
------------------------------------*/
.testimonial-and-clients {
  background-color: #d61313;
  padding: 20px 0; /* Espaciado interno */
  margin-bottom: 10px; /* Reduce el margen entre secciones */
}

.logosclientes {
  position: relative;
  background: 
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.218)), 
    url(../images/fondo-patro.webp) center center / cover no-repeat;
  width: 100%;
  height: 300px;
}
/* Capa de color rojo sobre la imagen */



.title-blue {
  
  text-align: center;
  padding: 10px 0;
}

.pollosfondo {
  display: flex;
  justify-content: center;
  align-items: center;
}

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


.testimonial-container {
  width: 100%;
  padding: 0; 
}


.swiper-container .clients-slider {
  position: relative;
  z-index: 2;
}


.swiper-wrapper.fondopatrocinadores {
  display: flex;
  width: 100%;
}

.swiper-container.clients-slider {
  position: relative;
  z-index: 3; 
}


.swiper-wrapper.fondopatrocinadores {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 4; 
}


.pollosfondo {
  width: 100%;
  height: 70px; 
  background-color: #d61313; 
  display: flex;
  justify-content: flex-end; 
  align-items: center;
  position: relative;
  overflow: visible; 
  z-index: 10;
}

.pollosfondo img {
  height: 120px; 
  width: auto; 
  position: absolute;
  right: 20px;
  bottom: 0px;
  opacity: 0.9;
}


.fondopatrocinadores {
  position: relative;
  background: url(../images/fondo-patro.webp) center center / cover no-repeat;
  width: 100%;
  height: 300px; 
}


.fondopatrocinadores::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.6); 
  z-index: 1; 
}


.swiper-wrapper.fondopatrocinadores {
  position: relative;
  z-index: 2; 
}




.testimonials {
  padding: 95px 0 85px;
  color: #fff;
  border-bottom: 1px solid #26264b;
}



.testimonials h1{
  text-align: center;
}

.testimonials .test-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials .test-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 90px;
}

.testimonials h5 {
  color: #26264b;
  margin-top: 15px;
}

.testimonials span {
  color: #c4c4c4;
  display: inline-block;
  margin: 0 0 17px;
}

.testimonials p {
  font-size: 17px;
  line-height: 27px;
}

.test-pagination {
  text-align: center;
  margin-top: 8px;
}

.test-pagination span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #26264b;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.test-pagination span:hover {
  cursor: pointer;
}

.test-pagination span:not(:last-child) {
  margin-right: 10px;
}

.test-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: white;
}

/*-----------------------------------
    1 - Clients
------------------------------------*/
.clients {
  padding:0;
}

.clients .swiper-wrapper {
  text-align: center;

}


.swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}



.swiper-slide img {
  width: 200px;
  
}
.avicampo img{
  width: 350px;
}

.logopeque img{
  width: 300px;
}

.NessTrader img{
  width: 300px;
}

.aviagen img{
  width: 500px;
}

.mikia img{
    width: 200px;
}


.lacaridad{
  
  vertical-align: middle;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  padding: 8px;
}

.femur img{
    width: 350px;
  }
.evonik img{
  width: 350px;
}

.difuminado {
  filter: blur(9px);
}



@media (max-width: 880px) {
  .avicampo img{
    width: 250px;
  }
  .NessTrader img{
    width: 200px;
  }
  .logoMP{
    width: 150px !important;
    margin-top: 20px;
  }
  
  
    
}



@media (max-width: 450px) {
  

  .swiper-slide img {
    width: 200px;
    
  }

  .NessTrader img{
    width: 200px;
  }
  

  .agrofarmavet img{
    width: 150px;
  }

  .lacaridad{

    width: 250px;
    height: 250px;
    
  }
  .logopeque img{
    width: 190px;
  }
  .femur img{
    width: 220px;
  }
  .mikia img{
    width: 150px;
  }

  
}
.logosoro {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  
}
.oropatro{
  padding: 18px;
  z-index: 10;

}

.oropatro img{
  width: 180px;
  height: auto;
  z-index: 10;
}

.clients .title-blue{
  text-align: center;
  color: white;
  margin-bottom: 40px;
}

/*-----------------------------------
    1 - CTA 2
------------------------------------*/
.cta2 {
  margin: 50px 0 ;
}

/*-----------------------------------
    1 - Footer
------------------------------------*/
footer {
  background: url(../images/footer-bg.png) center center/cover no-repeat #f2f2f2;
}

/*-----------------------------------
    1 - Footer Widgets
------------------------------------*/
.footer-widgets {
  padding: 100px 0;
}

.footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
  margin: 40px 0 30px;
}

.single-widget {
  color: #aaa;
}

.media-body{
  color: #26264b;
}

.single-widget .widget-tiltle {
  font-size: 17px;
  text-transform: uppercase;
  color: #26264b;
  margin-bottom: 45px;
}

.single-widget i {
  color: #dd2222;
}

.single-widget h6 {
  color: #26264b;
}

.single-widget .media {
  margin-bottom: 20px;
}

.contact-widget a {
  color: #26264b;
}

.contact-widget i {
  font-size: 22px;
}

.twitter-widget i,
.twitter-widget h6 {
  color: #777;
}

span {
  color: #26264b;
}

.recent-post-widget .rcnt-img {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
}

.recent-post-widget .rcnt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-post-widget a {
  color: #fff;
}

.recent-post-widget p {
  font-size: 13px;
}

.recent-post-widget i {
  margin-right: 10px;
}

.recent-post-widget i:last-of-type {
  margin-left: 15px;
}

.tags-widget {
  margin: -10px -10px 0 0;
}

.tags-widget a {
  color: #aaa;
  display: inline-block;
  padding: 10px 12px;
  
  background-color: #363636;
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin: 10px 10px 0 0;
}

.tags-widget a:hover {
  text-decoration: none;
  color: #26264b;
  background-color: #ee1515;
}

.subscribe-widget form {
  margin-bottom: 10px;
}

.subscribe-widget input {
  font-size: 14px;
  padding: 0px 10px;
  background-color: #444;
  border: none;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.subscribe-widget input:focus {
  outline: none;
  box-shadow: none;
}

.subscribe-widget button {
  background: #ee1515;
  border: none;
  padding: 9px 14px;
  
  margin-left: -10px;
  position: relative;
  z-index: 5;
}

.subscribe-widget button i {
  color: #fff;
}

.social-nav{
  display: flex;
  justify-content: center;
}


.subscribe-widget .redessociales, .social-nav a {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #ddd;
  background-color: #444;
  border-radius: 10px;
  margin-right: 5px;
}

.subscribe-widget .redessociales, .social-nav a i {
  color: #ddd;
}

.subscribe-widget .redessociales, .social-nav a:hover {
  background-color: #ee1515;
}

/*-----------------------------------
    1 - Foot Note
------------------------------------*/
.foot-note {
  padding: 35px 0;
  background-color: #ee1515;
  color: #ffffff;
}

.foot-note a {
  color: #ffffff;
}

.foot-note a:last-child {
  margin-left: 30px;
}

.foot-note a.fh5-link {
  margin-left: 0;
}

/*-----------------------------------
    1 - bottom button
------------------------------------*/

.floating-btn-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.floating-btn {
  background-color: #3b3b79;
  color: white;
  font-size: 24px;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, font-size 0.3s ease;
  animation: pulse 1.5s ease-in-out infinite; 
}

.floating-btn:hover {
  background-color: #5757b4;
}

@keyframes pulse {
  0% {
    transform: scale(1); 
  }
  50% {
    transform: scale(1.15); 
  }
  100% {
    transform: scale(1); 
  }
}

.floatingventas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 15;

  
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.popup-content{ 
  
  display: flex;
  width: auto;
  height: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ventaimagen{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btncomprar{
  z-index: 16;
  background-color: #ff9f18;
  position: absolute;
  left: 3em;
  padding: 0.5em;
  border-radius: 25px;
  color: black;
  font-weight: 550;
  bottom: 6%;
  text-decoration: none;
  width: 12em;
  left: 7%;
  text-align: center;
  transform: scale(0.5);
  transition: transform 0.4s ease;
}

.btnasistir{
  z-index: 16;
  background-color: #ff9f18;
  position: absolute;
  left: 3em;
  padding: 0.5em;
  border-radius: 25px;
  color: black;
  font-weight: 550;
  bottom: 6%;
  text-decoration: none;
  width: 12em;
  left: 7%;
  text-align: center;
  transform: scale(0.5);
  transition: transform 0.4s ease;
}


.close-btn {
  position: absolute;
  top: 50px; 
  right: 10px; 
  background: rgb(255, 0, 0);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 6px 12px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

@media (max-width: 767px){
  .popup-content{
    flex-direction: column;
    height: 110%;
    width: 150%;
    display: flex;
    
  }
  .floatingventas img {
    max-width: 100%;   
    max-height: 100%;  
    width: auto;      
    height: auto;     
  
  }

  .ventaimagen{
  width: auto;
  height: 50%;
  }

  .venta1{
    justify-content: center;
    align-items: end;
    margin-bottom: 50px;
  }

  .venta2{
    justify-content: center;
    align-items:baseline;
  }

  .btncomprar{
    bottom: 2.5%;
    padding: 0.2em;
  }

  .btnasistir{
    top:29%;
    bottom: auto;
    
    padding: 0.2em;
  }

  .close-btn{
    top: 24%;
    padding: 9px 15px;
    font-size: 20px;
  }
}

@media (max-width: 767px){
  .btnasistir{
    top:33%;
    
  }
}

.floatingventas.active {
  opacity: 1;
  pointer-events: auto;
}

.floatingventas img {
  max-width: 90%;   
  max-height: 90%;  
  width: auto;      
  height: auto;     
  border-radius: 10px;
  transform: scale(0.8);
  transition: transform 0.4s ease;
}

.floatingventas.active img {
  transform: scale(1);
}




.btncomprar.active{
  transform: scale(1);
  
}
 
.btnasistir.active{
  transform: scale(1);

}


.btnpopup:hover{
  text-decoration: none;
  color: white;
  background-color: #dd8a16;
}



.close-btn:hover {
  background: rgba(0,0,0,0.8);
}

.social-btns {
  position: absolute;
  bottom: 60px; 
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px); 
  transition: all 0.4s ease-in-out;
}

.social-btns.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); 
}

.social-btn {
  background-color: #3b3b79;
  color: white;
  font-size: 20px;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 5px 0;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.social-btn:nth-child(2) {
  background-color: #C13584;
}

.social-btn:hover {
  transform: scale(1.1);
}

.floating-btn.x {
  animation: rotateToX 0.3s ease-out forwards;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.floating-btn.to-exclamation {
  animation: rotateToExclamation 0.3s ease-out forwards;
}


@keyframes rotateToX {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}


@keyframes rotateToExclamation {
  0% { transform: rotate(180deg); }
  100% { transform: rotate(0deg); }
}

html, body {
    overflow-x: hidden; 
    width: 100%;
    scroll-behavior: smooth;
}

/* Popup de éxito para el formulario de contacto */
.success-popup {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #28a745;
  color: white;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold;
  animation: fadeInOut 4s forwards;
}


/*  Animación para ambos popups */
@keyframes fadeInOut {
  0% { opacity: 0; transform: translateX(-50%) translateY(20px); }
  10% { opacity: 1; transform: translateX(-50%) translateY(0); }
  90% { opacity: 1; transform: translateX(-50%) translateY(0); }
  100% { opacity: 0; transform: translateX(-50%) translateY(-20px); }
}

