/* Full-page hero section */
.vm_hero-slider {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vm_slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Full height for proper centering */
    width: 100%;
	margin: 0px 0px;
}

.vm_single-slide {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.vm_single-slide_meca {
    text-align: center;
    max-width: 1250px;
    margin: 0 auto;
}

.vm_single-slide h1 {
    text-align: left; /* Align the title to the left */
    font-size: clamp(2rem, 5vw + 1rem, 5rem);
    margin-bottom: 20px; /* Add some space below the title */
}


.vm_paragraph-box {
	font-family: "Arial Narrow", Arial, sans-serif !important;
    background-color: #70411E;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
    text-align: justify;
}

.vm_paragraph-box-inicio {
    background-color:rgba(240,240,240,1.00);
    border-radius: 10px;
    padding: 25px 35px 20px 35px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
    text-align: justify;
}
.vm_paragraph-box-inicio h11{
	  font-family: "Agency FB", Arial, sans-serif;
	font-size: 1;
    padding: 25px 35px 20px 35px;
    text-align: justify;
}

.vm_paragraph-box_meca {
    font-family: "Arial Narrow", Arial, sans-serif;
    text-align: justify;
}

.vm_btn-group {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.vm_btn {
    margin-right: 10px;
    padding: 10px 20px;
    background-color: #FCC72C; /* Default button color */
    color: #fff; /* Default text color */
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-decoration: none; /* Remove underline from links */
}
.vm_btn2 {
	position: relative;
    margin-right: 10px;
    padding: 20px 20px;
    background-color: #FCC72C; /* Default button color */
    color: #fff; /* Default text color */
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-decoration: none; /* Remove underline from links */
}.vm_btn5 {
	width: 40%;
	display: block; /* Make the button behave like a block-level element */
    margin: 0 auto; /* Center the button horizontally */
    text-align: center; /* Center the text inside the button */
    position: relative; /* Ensure any other positioning styles are overridden */
	font-size: 22px;
    padding: 10px 10px;
    background-color: #FCC72C; /* Default button color */
    color: #fff; /* Default text color */
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-decoration: none; /* Remove underline from links */
}

.vm_btn:hover {
    background-color: #A86D28; /* Hover button color */
    color: #fff; /* Hover text color */
}

.arr-left, .arr-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.arr-left {
    left: 20px;
}

.arr-right {
    right: 20px;
}

/* Swiper specific styles */
.swiper-button-next,
.swiper-button-prev {
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

@media (max-width: 1200px) {
    .vm_single-slide h1 {
        font-size: 4vw;
    }
    .vm_paragraph-box {
        font-size: 1.8vw;
    }
}

@media (max-width: 992px) {
    .vm_single-slide h1 {
        font-size: 5vw;
    }
    .vm_paragraph-box {
        font-size: 2vw;
    }
    .vm_btn {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .vm_single-slide h1 {
        font-size: 6vw;
    }
    .vm_paragraph-box {
        font-size: 2.5vw;
    }
    .vm_btn {
        font-size: 0.85rem;
        padding: 10px 20px;
    }
    .arr-left,
    .arr-right {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .vm_single-slide h1 {
        font-size: 8vw;
    }
    .vm_paragraph-box {
        font-size: 3vw;
    }
    .vm_btn {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
}


.vm_paragraph-box h12 {
	  font-family: "Agency FB", Arial, sans-serif;
	font-size: 1.4em;
    text-align: left;
	font-weight: bold;
}

.banner-container-logos2030 {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 100px auto 50px;
  }

.banner-container-logos2030 {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 100px auto 50px;
  }

  .banner-container-logos2030 img {
    width: 48%;
    height: auto;
    margin: 10px;
  }

  @media (max-width: 968px) {
    .banner-container-logos2030 {
      flex-direction: column;
      margin: 50px auto 25px;
    }

    .banner-container-logos2030 img {
      width: 90%;
      margin: 10px 0;
    }
  }
