.contact-button {
  background-color: black;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

/*Header PRROO*/
/* Media Queries */
@media (max-width: 768px) {
  .left-nav .menu-icon {
    display: block; /* Show menu icon on small screens */
  }

  .left-nav ul.main-nav, .right-nav ul.main-nav {
    display: none; /* Hide main nav links on small screens */
  }

  .center-nav .logo {
    margin: 0 auto; /* Center logo on small screens */
  }
}

@media (min-width: 769px) {
  .dropdown-menu {
    display: none; /* Hide dropdown menu on large screens */
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #050505;
  color: #050505;
}

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  background: linear-gradient(to bottom, #cc2032, rgba(204, 32, 50, 0.03));
  color: white;
  z-index: 1000;
  padding: 25px 30px;
  display: flex;
  justify-content: center;
  align-items: center; 
  transition: all 0.3s ease;
}

.navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.left-nav, .center-nav, .right-nav {
  display: flex;
  align-items: center;
}

.left-nav ul, .right-nav ul {
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: center;
}

.left-nav ul {
  justify-content: flex-start;
}

.center-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;  
}

.center-nav .logo {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.center-nav .logo a {
  color: #ffffff;
  text-decoration: none;
}

.right-nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center; /* Asegura que los elementos de la derecha estÃƒÂ©n alineados verticalmente */
  gap: 20px;
}

.right-nav a, .left-nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.dropdown-menu {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  padding: 20px;
  z-index: 999;
  flex-direction: column;
  text-align: left;
}

.dropdown-menu a {
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
}

.dropdown-menu a:hover {
  background-color: #f1f1f1;
}

@media (max-width: 768px) {
  .left-nav .menu-icon {
    display: block; /* Show menu icon on small screens */
  }

  .left-nav ul, .right-nav ul {
    display: none; /* Hide nav links on small screens */
  }
  
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
}

/*Header PRROO END*/

/**********   CSS **********/
:root {
  --primary: #D7273E;
  --secondary: #2B2E4A;
  --light: #1d398d;
  --dark: #1C1E32;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.nav-bar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: var(--dark);
}

.nav-bar::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 30px 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--light);
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link  {
    padding: 10px 15px;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 30, 50, .7);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h4 {
    font-size: 18px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.page-header {
  height: 75px;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bg-banner.jpg);
  background-attachment: fixed;
}

@media (max-width: 991.98px) {
  .page-header {
    height: 1px;
  }
}

.service-item {
  height: 320px;
  background: var(--light);
  transition: .5s;
}

.service-item:hover,
.service-item.active {
  background: var(--secondary);
}

.service-item h1,
.service-item h4 {
  transition: .5s;
}

.service-item:hover h1,
.service-item.active h1 {
  color: var(--dark) !important;
}

.service-item:hover h4,
.service-item.active h4 {
  color: var(--light);
}

.rent-item {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.rent-item img.img-fluid {
    border-radius: 8px;
}

.rent-item h4 {
    color: #333;
}

.item-list {
    padding: 0;
    list-style: none;
}

.item {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.item img.custom-icon {
    margin-right: 10px;
}

.item.border-top {
    border-top: 1px solid #ddd;
}

.item.border-bottom {
    border-bottom: 1px solid #ddd;
}

.btn-primary {
  background-color: #222323;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto; /* Centro el botón horizontalmente */
  display: block; /* Hago que el botón se comporte como un bloque */
}

.btn-primary:hover {
    background-color: #222323;
    color: #fff;
}
.welcome-hero h1 {
  padding: 1px 0;
  background: linear-gradient(to right, #f0f0f0, #ffffff);
  color: #222323;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.welcome-hero h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*fin los servicios*/
.welcome-hero {
  padding: 1px 0;
  background: white;
  color: white;
  text-align: center;
}

.welcome-hero h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.welcome-hero p {
  font-size: 22px;
  margin-bottom: 30px;
}

.welcome-btn {
  background-color: #E52421;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.welcome-btn:hover {
  background-color: #a81a27;
}
.team-item {
  padding: 30px 30px 0 30px;
  text-align: center;
  background: var(--light);
  transition: .5s;
}

.team-item:hover,
.owl-item.center .team-item {
  background: var(--secondary);
}

.team-item h4 {
  transition: .5s;
}

.owl-item.center .team-item h4,
.owl-item.center .rent-item h4 {
  color: var(--light);
}

.team-item .team-social {
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
  background: var(--light);
}

.owl-item.center .team-item .team-social,
.owl-item.center .rent-item {
  background: var(--secondary);
}

.team-item:hover .team-social {
  opacity: 1;
  background: var(--secondary);
}

.team-carousel .owl-nav,
.related-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 60px;
  top: calc(50% - 30px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  font-size: 22px;
  transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover,
.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.vendor-carousel .owl-dots,
.testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendor-carousel .owl-dot,
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: var(--secondary);
  transition: .5s;
}

.vendor-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
  width: 40px;
  height: 40px;
  background: var(--primary);
}

.testimonial-carousel .owl-item img {
  width: 80px;
  height: 80px;
}

.testimonial-carousel .owl-item .testimonial-item {
  height: 350px;
  transition: .5s;
  background: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--secondary);
}

.testimonial-carousel .owl-item .testimonial-item h1,
.testimonial-carousel .owl-item .testimonial-item h4 {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item h1 {
  color: var(--dark) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h4 {
  color: var(--light);
}

.bg-banner {
  background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bg-banner.jpg);
  background-attachment: fixed;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: left;
}

.icon-wrapper {
  text-align: center;
  margin: 0 10px;
  flex: 1; /* Asegura que cada icono tenga el mismo tamaÃƒÂ±o y espacio */
}

.custom-icon {
  width: 50px; /* Ajusta el tamaÃƒÂ±o del icono segÃƒÂºn sea necesario */
  height: 50px; /* Ajusta el tamaÃƒÂ±o del icono segÃƒÂºn sea necesario */
  display: block;
  margin: 0 auto;
}

.icon-wrapper span {
  display: block;
  margin-top: 5px; /* Espacio entre el icono y el texto */
  font-size: 14px; /* Ajusta el tamaÃƒÂ±o del texto segÃƒÂºn sea necesario */
  color: #000; /* Ajusta el color del texto segÃƒÂºn sea necesario */
}

.price {
  text-align: center;
  margin-top: 20px; /* Ajusta el margen superior segÃƒÂºn sea necesario */
}

.price span {
  font-size: 18px; /* Ajusta el tamaÃƒÂ±o del texto segÃƒÂºn sea necesario */
  color: #000; /* Ajusta el color del texto segÃƒÂºn sea necesario */
  font-weight: bold; /* Hace el texto mÃƒÂ¡s destacado */
}


/*#Start Screens */

/*Si */
body {/*Si cambio y agrego color a qui se cambia todo */

  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
}

.explore-more {
  text-align: center;
  padding: 50px 0;
  background-color: #f0f0f0;
}

.explore-more h2 {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.card {
  flex: 1;
  max-width: 200px;
  margin: 0 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  transition: transform 0.3s, background-color 0.3s;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
}

.card img {
  width: 100%;
  height: 250px; /* Adjust the height as needed */
  object-fit: cover; /* Ensure the image covers the area without stretching */
  display: block;
  border-radius: 10px 10px 0 0;
  transition: transform 0.3s;
}

.card span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  transition: color 0.3s;
}

.card:hover {
  transform: scale(1.05);
  background-color: #cc2032;
}

.card:hover img {
  transform: scale(1.1);
}

.card:hover span {
  color: #fff;
}

/* Making the cards more vertical */
.card img {
  height: 250px; /* Adjust the height as needed */
}

.cards-container .card {
  min-height: 350px; /* Adjust the minimum height as needed */
}
/*#End Screens */

/* end footer section*/
#navbarSupportedContent {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#navbarSupportedContent.lg_nav-toggle {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 34px;
  height: 4px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 17px;
  margin-left: auto;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
          transform: rotate(45deg) translate(8px, 8px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
          transform: rotate(-45deg) translate(8px, -8px);
}
/*# sourceMappingURL=style.css.map */


/* Estilos Generales SQL ABAJO*/
body {
  font-family: 'Roboto', sans-serif;
  background-color: white;
  color: #222323;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.text-center {
  text-align: center;
}
  body {
      font-family: sans-serif;
    }

    .overlay {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      max-width: 500px;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      align-items: center;
      justify-content: center;
    }

    .overlay-content {
      background-color: #222323;
      padding: 20px;
      border-radius: 1px;
      box-shadow: red;
      display: flex; /* Enable flexbox for vertical centering */
        justify-content: center; /* Center elements vertically in the column */
    }

    .close-button {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .overlay {
        width: 95%;
      }
    }
    .cards-container {
      display: flex;
      flex-wrap: wrap;
      /* Add other container styles as desired */
    }
    
    .card {
      position: relative;
      margin: 10px;
      cursor: pointer; /* Indicate clickability */
      /* Add other card styles as desired */
    }
    
    .card-title {
      display: block;
      /* Add other title styles as desired */
    }
    
    .card-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
    }
    
    .card:hover .card-overlay {
      opacity: 1;
    }
    
    .overlay-content {
      background-color: #fff;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      /* Add other overlay content styles as desired */
    }
    
 
/* Nuevo código añadido rebajas */

.container2 {
  text-align: center;
  background-color: #222323; /* Fondo del cuadro delimitador */
  padding: 2rem;
  border-radius: 5px;
  color: white; /* Color del texto dentro del cuadro */
  margin: 1rem; /* Margen blanco alrededor del contenedor */
}

.sale2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.link2 {
  margin-bottom: 1.5rem;
}

.buttons2 {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.button2 {
  background-color: transparent;
  border: 2px solid white;
  padding: 0.5rem 1rem;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button2:hover {
  background-color: #c90c32;
  color: white;
}

/* Fin Nuevo código añadido rebajas */

/* Footer Styles */
.contact {
  background: linear-gradient(to bottom, #2c3e50, #34495e);
  color: #fff;
  padding: 60px 0;
}

.footer-top {
  padding-bottom: 40px;
}

.single-footer-widget {
  margin-bottom: 20px;
}

.footer-logo a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.footer-contact p {
  margin: 5px 0;
}

.single-footer-widget h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.single-footer-widget ul li {
  margin-bottom: 10px;
}

.single-footer-widget ul li a {
  color: #fff;
  font-size: 14px;
  transition: color 0.3s;
}

.single-footer-widget ul li a:hover {
  color: #E52421;
}

/* Form Styles */
.slides-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.slides-form input, 
.slides-form textarea {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}

.slides-form input::placeholder, 
.slides-form textarea::placeholder {
  color: #bbb;
}

.slides-form .button.red {
  background-color: #cc2032;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  width: 100%;
  max-width: 300px;
  transition: background-color 0.3s;
}

.slides-form .button.red:hover {
  background-color: #a81a27;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .single-footer-widget {
      text-align: center;
  }
}

/* FIN SQL & Styles abajo */


/*-------------------------------------
      12. Contact
--------------------------------------*/
.contact {
  background: #222323;
}
.footer-top {padding: 112px 0 72px;}

/*.footer-logo*/
.footer-logo a,.footer-logo a:hover,.footer-logo a:focus{
  display: inline-block;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  font-family: 'Roboto';
  font-weight: 700;
  text-transform:uppercase;
}
.single-footer-widget p {
  font-size: 14px;
  color: #eeeff6;
  max-width: 300px;
  margin:40px 0 20px;
}
.footer-contact p {
  margin: 0;
  color: #d1d7e9;
  
}
/*.footer-logo*/

.single-footer-widget {margin-bottom: 40px;}
.single-footer-widget h2 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 43px;
}
.single-footer-widget ul li {
  display:  inherit;
  -webkit-transition: .5s; 
  -moz-transition:.5s; 
  -ms-transition:.5s; 
  -o-transition:.5s;
  transition: .5s;
}
.single-footer-widget ul li:hover{
  -webkit-transform:translateX(10px);
  -moz-transform:translateX(10px);
  -ms-transform:translateX(10px);
  -o-transform:translateX(10px);
  transform:translateX(10px);
}
.single-footer-widget ul li a {
  font-size:  14px;
  color:  #cfd0e3;
  font-weight:  300;
  padding-bottom: 13px;
}
.single-footer-widget ul li a span {text-transform: lowercase;}
.footer-newsletter p{
  color: #aeafc2;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 15px;
}
/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
  background:#222323;
  display: block;
  padding: 15px 20px;
  outline:0!important;
  box-shadow:0 5px 15px rgba(0,0,0,.2);
  border:0;
}
.foot-email-box input[type="text"]{
  font-size: 12px;
  color: #666c81;
  font-weight: 300;
}
.foot-email-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: transparent;
  color: #666c81;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-email-box .form-control:hover{
  box-shadow:0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
  padding: 20px 0 17px;
  border-top: 1px solid #434859;
}
.footer-copyright p,.footer-copyright p a {
  color: #a8a9bf;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.footer-social{text-align: center;}
.footer-social a i {
  color: #fff;
  opacity: .40;
  font-size: 14px;
  margin-left: 16px;
  -webkit-transition: .3s; 
  -moz-transition:.3s; 
  -ms-transition:.3s; 
  -o-transition:.3s;
  transition: .3s;
}
.footer-social i:hover{opacity: .70;}
/*.footer-copyright */

/*===============================
  Scroll Top
===============================*/
#scroll-Top  .return-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background:#222323;
border:1px solid #222323;
border-radius:50%;
-webkit-transition: .5s; 
-moz-transition:.5s; 
-ms-transition:.5s; 
-o-transition:.5s;
  transition: .5s;
z-index: 2;
}
#scroll-Top  .return-to-top:hover {
  background:#fff;
  color: #222323;
border:1px solid #222323;
}

#scroll-Top  .return-to-top i{
  position:relative;
  bottom:0;

}

#scroll-Top  .return-to-top i{
  position: relative;
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration:1s;
}
@keyframes example {
  0%   {bottom:0px;}
  100%  {bottom:7px;}
}

/*.Inicio de SQL ZONA Contact */

.button.red {
  background-color: #E52421; /* Color rojo */
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%; /* Ancho completo */
  text-align: center; /* Alineación del texto */
}

.button.red:hover {
  background-color: #E52421; /* Color más oscuro al pasar el cursor */
}

/* Para los campos de entrada */
.input-9 {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

/* Ajuste del formulario */
.slides-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero {
  text-align: center;
}
/*.Finde SQL ZONA */

/*========================Thank you=================

/*# Panel Bottom #15 --> */
.panel.bottom {
  background-color: var(--panel-background-color); /* Variable for changing background color */
  text-align: center; /* Center content */
  padding: 10px 0;
}z

.center a {
  color: white; /* Text color */
  text-decoration: none;
  font-size: 16px;
}

.center a img {
  height: 21px; 
  vertical-align: middle;
  margin-left: 5px; /* Space between text and image */
}
/*# End Panel Bottom #15 --> */

/*# Start barra + --> */

body {
  font-family: Roboto;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  color: #333;
  font-weight: bold;
}


.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.custom-stats-section {
  background-color: #d9534f;
  padding: 50px 0;
  text-align: center;
}

.custom-stats-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.custom-stat-item {
  margin: 20px;
  color: #fff;
}

.custom-stat-item h3 {
  font-size: 2.5em;
  margin: 0;
}

.custom-stat-item p {
  font-size: 1.2em;
  margin: 5px 0 0;
}

.custom-experience-section {
  background-image: url('your-background-image.jpg'); /* Reemplaza con tu imagen de fondo */
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  color: #222323;
  position: relative;
}

.custom-experience-overlay {
  background-color: rgba(0, 0, 0, 0.7); /* Oscurece la imagen de fondo */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  position: relative;
}

.custom-col-left, .custom-col-right {
  width: 50%;
  padding: 20px;
}

.custom-col-left h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.custom-col-left p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.custom-col-left ul {
  list-style: none;
  padding: 0;
}

.custom-col-left ul li {
  font-size: 1.1em;
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}

.custom-col-left ul li:before {
  content: "\2022";
  color: #d9534f;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.custom-col-right {
  display: flex;
  flex-direction: column;
}

.custom-info-item {
  margin: 10px 0;
  padding: 20px;
  border-left: 4px solid #d9534f;
}

.custom-info-item i {
  font-size: 2em;
  color: #d9534f;
  margin-bottom: 10px;
}

.custom-info-item h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.custom-info-item p {
  font-size: 1.1em;
}
