

 

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #F8CB2E;
  --secondary-color:              #E52421;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #EE5007;
  --custom-btn-bg-hover-color:    #c01f27;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #B22727;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

 
h3,
h4,
h5,
h6 {
  color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
   color: #222323;
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  width: 50px; /* Ajusta el tamaÃ±o segÃºn sea necesario */
    height: auto;
    vertical-align: middle; /* Alinea verticalmente el icono con el texto */
    margin-right: 8px; /* Espacio entre el icono y el texto */

}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  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(red);
}

/*Contact Boton Responsive Diria*/
.contact-button {
  background-color: black;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
/*Boton Cotact*/

/*Header PRROO Responsive Diria*/
/* 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: Arial, sans-serif;
  background-color: #fff;
  color: black;
}

.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;
  border: none; /* AsegÃºrate de que no haya borde */
  box-shadow: none; /* Elimina cualquier sombra de caja */
}

.navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  border-bottom: none; /* AsegÃºrate de que no haya borde inferior */

}

.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;

}

.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;
  
}

.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 */
  }
}


/*Header PRROO END Responsive diria*/
.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-image: url('../images/edward-unsplash-blur.jpg');
  background-color: #222323;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: #222323;
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}


/*---------------------------------------
  TICKET               
-----------------------------------------*/
.ticket-section {
  background-image: url('../images/nicholas-green-unsplash-blur.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.ticket-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.ticket-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.ticket-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-image: url('../images/nainoa-shizuru-unsplash-blur.jpg');
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.table-responsive {
	filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #E52421;
  border-bottom-color: transparent;
}

.schedule-table th + td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .pop-background-image {
  background-image: url('../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
}

.schedule-table .rock-background-image {
  background-image: url('../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
}

.schedule-table .country-background-image {
  background-image: url('../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg');
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url('../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: #222323;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before{
  animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
     color: #222323;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
 /*Contact Boton*/
.contact-button {
  background-color: black;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
/*Boton Cotact*/

/*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: Arial, sans-serif;
  background-color: #fff;
  color: black;
}

.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;
  border: none; /* AsegÃºrate de que no haya borde */
  box-shadow: none; /* Elimina cualquier sombra de caja */
}

.navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  border-bottom: none; /* AsegÃºrate de que no haya borde inferior */

}

.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;

}

.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;
  
}

.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 */
  }
}


/*Header PRROO END*/


  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
    color: #333;

  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

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;
}

/* Navbar Styles */
.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  background: linear-gradient(to bottom, #E52421, 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;
  border: none;
  box-shadow: none;
}

.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;
}

.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;
  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;
}

.contact-button {
  background-color: black;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

/* Dropdown Menu */
.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 */
  }
}

.welcome-hero {
  padding: 0 0;
  background: #222;
  color: #fff;
  text-align: center;
}

.welcome-hero h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.welcome-hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

.welcome-btn {
  background-color: #E52421;
  color: white;
  padding: 5px 10px;
  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;
}

/* Service Section */
.single-service-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px; /* Ajusta segÃºn sea necesario */
}

.single-service-item:hover {
  transform: translateY(-10px);
}

.single-service-icon {
  font-size: 50px; /* TamaÃ±o del Ã­cono */
  color: #333; /* Color del Ã­cono */
  margin-bottom: 15px;
}

.service-icon-img {
  width: 50px; /* TamaÃ±o del Ã­cono de imagen */
  height: auto; /* Mantiene la proporciÃ³n de la imagen */
  margin-bottom: 15px;
}

.single-service-item h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.single-service-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* Ajustes responsivos */
@media (max-width: 768px) {
  .single-service-item {
      height: auto; /* Permite que la altura se ajuste automÃ¡ticamente en pantallas pequeÃ±as */
      margin-bottom: 20px; /* AÃ±ade espacio entre elementos en pantallas pequeÃ±as */
  }

  .single-service-icon,
  .service-icon-img {
      font-size: 40px; /* Ajusta el tamaÃ±o del Ã­cono en pantallas pequeÃ±as */
      width: 40px; /* Ajusta el tamaÃ±o del Ã­cono de imagen en pantallas pequeÃ±as */
  }

  .single-service-item h2 {
      font-size: 18px;
  }

  .single-service-item p {
      font-size: 12px;
  }
}
/* New Cars Section */
.new-cars {
  padding: 60px 0;
  background: #f4f4f4;
}

.new-cars .section-header {
  margin-bottom: 40px;
}

.new-cars .new-cars-item {
  margin-bottom: 30px;
}

.new-cars .single-new-cars-item {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.new-cars .single-new-cars-item:hover {
  transform: translateY(-10px);
}

.new-cars-img img {
  width: 100%;
  border-radius: 10px;
}

.new-cars-txt h2 a {
  color: #222323;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

.new-cars-txt p {
  font-size: 16px;
  color: #222323;
}

.new-cars-txt .new-cars-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;
}

.new-cars-txt .new-cars-btn:hover {
  background-color: #a81a27;
}
/* General Styles for Featured Cars */
.single-featured-cars {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, background-color 0.3s;
}

.single-featured-cars.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.single-featured-cars:hover {
  background-color: #ffdddd;
}

.single-featured-cars.clicked {
  background-color: #E52421; /* Red background on click */
  color: #fff; /* White text color */
}

.single-featured-cars.clicked h2 a {
  color: #fff; /* Ensure link color changes as well */
}

/* Adjustments for making all boxes uniform */
.featured-cars-content .row > div {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.single-featured-cars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Ensure images are contained within their divs */
.featured-cars-img img {
  max-width: 100%;
  border-radius: 10px;
}

/* Adding a bit of spacing between elements */
.featured-cars-content .row > div {
  margin-bottom: 20px;
}

/* Additional styles for better UI/UX */
.featured-cars-txt h2 a {
  color: #222323;
  transition: color 0.3s;
}

.featured-cars-txt h2 a:hover {
  color: #E52421; /* Red color on hover */
}

.featured-cars-txt p {
  margin-top: 10px;
  text-align: center;
}

/* Styles for Call to Action links */
.cta-link {
  color: #E52421;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s;
}

.cta-link:hover {
  color: #E52421;
}


/* Animation on Scroll */
@keyframes fadeInUp {
  from {
      transform: translate3d(0, 40px, 0);
      opacity: 0;
  }

  to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
}

.single-featured-cars {
  animation: fadeInUp 0.5s ease-in-out both;
  opacity: 0;
}

.single-featured-cars.is-visible {
  opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .single-featured-cars {
      margin-bottom: 20px;
  }

  .featured-cars-txt h2 a {
      font-size: 16px;
  }

  .featured-cars-txt h3 {
      font-size: 20px;
  }

  .featured-cars-txt p {
      font-size: 12px;
  }
}

.featured-cars .featured-cars-txt p {
  font-size: 16px;
  color: #222323;
}

.featured-cars .featured-cars-txt h3 {
  color: #E52421;
  font-size: 22px;
  margin-bottom: 10px;
}

/* Clients Say Section */
.testimonial-img img {
  width: 100%; /* AsegÃºrate de que la imagen ocupe todo el ancho del contenedor */
  height: auto; /* MantÃ©n la proporciÃ³n de la imagen */
  border-radius: 15px; /* Bordes redondeados */
}

.single-testimonial-box {
  max-width: 350px; /* Ajusta segÃºn sea necesario */
  margin: 0 auto;
}

.testimonial-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimonial-img {
  width: 150px; /* Ajusta el tamaÃ±o segÃºn sea necesario */
  height: 150px; /* MantÃ©n el mismo valor para ancho y alto para hacerla cuadrada */
  overflow: hidden; /* Oculta cualquier contenido que se desborde del contenedor */
  border-radius: 15px; /* Bordes redondeados */
  margin-bottom: 15px; /* Espacio entre la imagen y el texto */
}

/* Brand Section */
.brand {
  padding: 60px 0;
  background: #f4f4f4;
}

.brand .brand-area {
  text-align: center;
}

.brand .brand-item .item img {
  width: auto;
  max-width: 100px;
  height: auto;
}

/* Contact Section */
.contact {
  background: linear-gradient(to bottom, #222323, #222323);
  color: #fff;
  padding: 60px 0;
}

.contact .footer-top {
  padding-bottom: 40px;
}

.contact .single-footer-widget {
  margin-bottom: 20px;
  text-align: center;
}

.contact .single-footer-widget h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact .single-footer-widget ul li {
  margin-bottom: 10px;
}

.contact .single-footer-widget ul li a {
  color: #fff;
  font-size: 14px;
  transition: color 0.3s;
}

.contact .single-footer-widget ul li a:hover {
  color: #E52421;
}

.contact .slides-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.contact .slides-form input,
.contact .slides-form textarea {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #222323;
}

.contact .slides-form input::placeholder,
.contact .slides-form textarea::placeholder {
  color: #bbb;
}

.contact .slides-form .button.red {
  background-color: #E52421;
  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;
}

.contact .slides-form .button.red:hover {
  background-color: #a81a27;
}

/* Panel Bottom */
.panel.bottom {
  background-color: #222323;
  text-align: center;
  padding: 10px 0;
}

.center a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.center a img {
  height: 21px;
  vertical-align: middle;
  margin-left: 5px;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  margin: 0 10px;
  color: white;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #E52421;
}

#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%;
  transition: 0.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;
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes example {
  0% { bottom: 0px; }
  100% { bottom: 7px; }
}

/* Custom styles for modal and featured cars */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: slide-down 0.4s ease;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@keyframes slide-down {
  from {
      top: -300px;
      opacity: 0;
  }
  to {
      top: 0;
      opacity: 1;
  }
}

.single-featured-cars:hover {
  background-color: #f8d7da;
  transition: background-color 0.3s;
}

.cta-link {
  color: #007bff;
  text-decoration: none;
}

.cta-link:hover {
  text-decoration: underline;
}

/* Start Cuadro de Precios Nice */
/* Start Cuadro de Precios Nice */
.intro-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px;
  background-color: #f4f4f4;
  gap: 20px; /* Espacio entre las tarjetas */
}

.intro-card, .membership-card {
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  position: relative;
  max-width: 100%;
  flex: 1;
}

.intro-card {
  background-color: #222323;
  color: #fff;
}

.intro-card .status {
  display: inline-block;
  background-color: #E52421;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.intro-card h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.intro-card .description {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.intro-card .buttons button {
  background-color: #1D1D1B;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin-top: 0.5rem;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro-card .buttons button::after {
  content: '-->';
  margin-left: auto;
}

.membership-card {
  background-color: #fff;
  color: #222323;
}

.membership-header {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.toggle-switch {
  position: relative;
  width: 100%;
}

.toggle-switch input {
  display: none;
}

.toggle-switch label {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: white;
  border-radius: 20px;
  padding: 5px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  height: 40px; /* Altura del botÃ³n deslizante */
}

.toggle-switch .toggle-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.toggle-switch .toggle-standard, .toggle-switch .toggle-pro {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 20px;
  transition: all 0.3s ease;
  width: 50%; /* Cada opciÃ³n ocupa la mitad del espacio */
  justify-content: center;
}

.toggle-switch .toggle-standard {
  background-color: white;
  color: #222323;
}

.toggle-switch .toggle-pro {
  background-color: #E52421;
  color: #222323;
}

.toggle-switch input:checked + label .toggle-standard {
  background-color: #E52421;
  color: #222323;
}

.toggle-switch input:checked + label .toggle-pro {
  background-color: white;
  color: #222323;
}

.toggle-switch .toggle-pro img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.membership-details h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.membership-details .sub-description {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.membership-details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.membership-details ul li {
  margin-bottom: 0.5rem;
}

.membership-details button {
  background-color: #E52421;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.membership-details a {
  display: block;
  text-align: center;
  margin-top: 1rem;
  color: #222323;
  text-decoration: none;
}

.intro-card .decoration {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  background-color: #00f;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
}

/* Ajustes responsivos */
@media (max-width: 767px) {
  .intro-card-container {
      flex-direction: column;
      align-items: center;
  }

  .intro-card, .membership-card {
      max-width: 350px;
      width: 100%;
      max-height: 400px; /* AÃ±ade la altura mÃ¡xima deseada */
      overflow: auto; /* AÃ±ade scroll si el contenido excede la altura mÃ¡xima */
  }
}

@media (max-width: 1199px) {
  .welcome-hero-txt h2 {
      font-size: 40px;
  }
  .welcome-btn.model-search-btn {
      margin-left: 28px;
  }
  .featured-cars-img {
      padding: 0 10px;
  }
}

@media (max-width: 992px) {
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
      padding-bottom: 30px;
  }
  nav.navbar.bootsnav {
      background-color: #222323;
  }
  .wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a {
      padding: 18px 0px;
  }
  nav.navbar.bootsnav .navbar-brand {
      padding: 25px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
      padding: 15px 0px;
      border: transparent;
  }
}

@media (max-width: 991px) {
  .welcome-hero-txt h2 {
      line-height: 1.6;
  }
  .model-search-content .col-sm-12 {
      padding: 0 40px;
  }
  .single-model-search:last-child {
      margin-bottom: 30px;
  }
  .welcome-btn.model-search-btn {
      margin: 0;
  }
  .single-new-cars-item {
      max-width: 450px;
      margin: 0 auto;
  }
  .new-cars-txt {
      margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .single-service-item {
      max-width: 350px;
      margin: 30px auto;
  }
  .single-featured-cars {
      max-width: 350px;
      margin: 0 auto;
      max-height: 350px; /* AÃ±ade la altura mÃ¡xima deseada */

  }
  .footer-social {
      text-align: left;
  }
  .footer-social a i {
      margin-right: 16px;
      margin-left: 0;
  }
  .hm-foot-email {
      max-width: 300px;
  }
}

@media (max-width: 640px) {
  .single-testimonial-box {
      max-width: 350px;
      margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .welcome-hero h2 {
      font-size: 30px;
  }
  .single-model-search h2 {
      font-size: 16px;
  }
}

@media (max-width: 440px) {
  .welcome-hero-txt h2 {
      font-size: 24px;
      line-height: 1.5;
  }
}

@media (max-width: 399px) {
  .testimonial-carousel .col-sm-3,
  .testimonial-carousel .col-xs-12 {
      width: 260px;
  }
  .single-service-item h2 a {
      line-height: 1.5;
  }
  .section-header h2 {
      font-size: 30px;
  }
}

@media (max-width: 350px) {
  nav.navbar.bootsnav .navbar-toggle {
      margin-right: -25px;
      left: -10px;
  }
  nav.navbar.bootsnav .navbar-brand {
      padding: 25px 0;
      font-size: 20px;
  }
  .wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
  .wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
  .wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
      padding: 25px 0px;
  }
}
/* End Cuadro de Precios Nice */
