@media (min-width: 480px) {

.section-xs {
padding-top: 40px;
padding-bottom: 40px;
}

.section-sm {
	padding: 30px 0;
}

.section-sm.section-first {
	padding-top: 60px;
}

.section-sm.section-last {
	padding-bottom: 60px;
}
/* .section-xl {
	padding: 0px 0;
} */
.section-60,
.section-md,
.section-lg {
	padding: 0px 0;
}
}

/* Responsive Design */
@media (max-width: 768px) {

.title-products-original h1 {
  font-size: 15px;
  line-height: 1.2;
}

h2.text-products1 {
    color: #37434acb;
    font-weight: 500;
    line-height: 1.1;
}

.hero-section {
          min-height: 25vh;
          padding: 40px 0;
        }

.product-grid {
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 1.5rem;
	padding: 0 1rem;
}

.product-hero,
.product-images,
.product-tabs,
.faq-section-grid {
	grid-column: span 1;
	grid-row: auto;
	align-content: center;
}

.tab-navigation {
	flex-wrap: wrap;


}
.nav-products-text{
 font-size: 50px;
}

.tab-btn {
	flex: 1;
	min-width: auto;
	font-size: 0.9rem;
	padding: 0.8rem 1rem;
}

.thumbnail-gallery {
	grid-template-columns: repeat(4, 1fr);
}

.faq-section {
	padding: 2rem 1rem;
}

.faq-title {
	font-size: 2rem;
}
}

@media (max-width: 480px) {

.rd-navbar-fixed .rd-navbar-panel {
	/* flex-direction: row-reverse; */
	justify-content: space-between;
}

.rd-navbar-fixed .rd-navbar-brand {
	margin-left: auto;
	margin-right: 6%;
}

.rd-navbar-fixed .rd-navbar-brand svg {
	margin-right: 0%;
}
.hero-title {
	font-size: 2rem;
	margin-top: 15%;
}

.product-image-gallery,
.custom-tabs,
.faq-section {
	padding: 1.5rem;
}

.tab-navigation {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tab-navigation h2 {
	width: 100%;
	margin: 0;
}

.tab-btn {
	font-size: 0.9rem;
	padding: 0.6rem 0.8rem;
	width: 100%;
    display: block;
    box-sizing: border-box;
	text-align: center;
}



.tab-content h4{
	text-align: right;
}
.tab-content h5{
	text-align: right;
}


.tab-paragraph h4 {
	text-align: justify;
}

.tab-paragraph p {
	text-align: justify;
}
.thumbnail-gallery {
	grid-template-columns: repeat(3, 1fr);
}

}


/* Responsive para diferentes pantallas */
@media (max-width: 1200px) {
    .footer-corporate svg {
        max-width: 180px;
    }
}

@media (max-width: 992px) {
    .footer-corporate svg {
        max-width: 160px;
		margin-left:70%;
    }
}

@media (max-width: 768px) {
    .footer-corporate svg {
        max-width: 140px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 576px) {
    .footer-corporate svg {
        max-width: 120px;
    }
}

/* Centrar el SVG en móviles */


@media (max-width: 768px) {

	.hero-title {
		line-height: 3rem;
		margin-top: 25%;
		
	}

	.hero-subtitle {
		line-height: 1.5rem;
		font-size: 1.1rem;
	}
	.product-hero p.test{
		margin-left: 10%; 
		margin-right: 10%;
		font-size: 0.9rem; 
		max-width: 1200px; 
		text-align: justify;
	}

	.footer-corporate .col-xl-3:last-child {
        text-align: center;

    }
	.responsive-list{
		line-height: normal;
	}
}


/* Responsive */
@media (max-width: 768px) {
	.box-width-lg-470 {
		padding: 30px;
	}

	.camper-konni {
		font-size: 1.5rem;
		margin-bottom: 30px;
		/* margin-top: -10%; */
		line-height: 1.2;
	}

	.tabs-custom .nav-tabs {
		gap: 15px;
		flex-wrap: wrap;
	}

	.tabs-custom .nav-tabs .nav-link {
		font-size: 0.9rem;
		padding: 8px 0;
	}

	.tab-pane p,
	.tab-pane h3 {
		font-size: 0.95rem;
	}

	.button-secondary {
		padding: 12px 28px;
		font-size: 0.95rem;
	}
}

@media (max-width: 768px) {
	.card {
		width: 100%;
	}
	.card-title {
		font-size: 19px;
		font-family: "Montserrat Alternates", sans-serif;
	}
	.card-text {
		font-size: 16px;
		text-align: justify;
	}

	.section-sm {
    padding: 10px 0;
	}

	.heading-2, h2 {
	margin-top: 10%;
    font-size: 22px;
    line-height: 1.2;
	}

	.text-rentcar{
  	font-size: 14px;
	}
/* 
	.button .button-secondary .button-pipaluk {
		font-size: 12px;
		} */

}

@media (max-width: 768px) {
  
  /* Opcional: zoom al hacer tap en móviles */
  .product-big-image img:active {
    transform: scale(1.1);
  }
  
  .unit-left {
    max-width: 100%;
    margin: 0 auto;
  }
 .product-big-title {
  font-weight: 500;
  color: #00264d;
  letter-spacing: normal;
  font-size: 20px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
 }

 .top-subtitle{
  font-size: 16px; 
  color:#e48b57;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 200;
 }

 .top-subtitle:hover{ 
  color:#00264d;
 }

 .product-big-title a:hover{ 
  color:#00274dad;
 }
}

@media (max-width: 768px) {
	.camper-products-header h1 {
	margin-top: 20%;
	font-size: 1.5rem;
}

	.camper-products-header h2 {
    font-size: 1.1rem;
    margin: 0 0 12px 0;
    font-weight: 400;
}

	.camper-products-intro h2 {
		margin-top: -8%;
    	color: #6b7280;
    	font-size: 0.8rem;
		margin-bottom: 8%;
}

	.camper-search-box {
		display: none;
		margin-bottom: 20px;
	}

	.camper-products-grid {
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 16px;
}
}


/* Estilos responsivos para Megamenu - Diseño Moderno */
/* Mobile First - Oculto por defecto en móvil */
@media (max-width: 767px) {
  .rd-navbar-megamenu {
    position: static;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 8px 32px rgba(0, 38, 77, 0.12);
    border-radius: 16px;
    margin-top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    max-height: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 38, 77, 0.08);
  }

  /* Mostrar megamenu con hover en móvil */
  .rd-nav-item--has-megamenu:hover .rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    max-height: 400px;
    padding: 20px 0;
    margin-top: 12px;
    box-shadow: 0 12px 40px rgba(0, 38, 77, 0.18);
  }

  .rd-megamenu-list-link {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 38, 77, 0.06);
    font-size: 18px;
    font-weight: 500;
    color: #00274db0;
    text-decoration: none;
    display: block;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    font-family: 'Fredoka', sans-serif;
    letter-spacing: 0.1px;
  }

  .rd-megamenu-list-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(135deg, #e48b57 0%, #00264d 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: bottom;
  }

  .rd-megamenu-list-link:hover {
    background: linear-gradient(135deg, rgba(0, 38, 77, 0.05) 0%, rgba(228, 139, 87, 0.08) 100%);
    color: #00264d;
    padding-left: 32px;
    transform: translateX(4px);
  }

  .rd-megamenu-list-link:hover::before {
    transform: scaleY(1);
  }

  .rd-megamenu-list-link:last-child {
    border-bottom: none;
  }

  /* Diseño moderno para el menú principal */
  .rd-navbar-nav {
    flex-direction: column;
    width: 100%;
    padding: 0 16px;
  }

  .rd-nav-item {
    width: 100%;
    position: relative;
    margin-bottom: 6px;
  }

  .rd-nav-item--has-megamenu {
    position: relative;
  }

  /* Estilos modernos para los enlaces principales */
  .rd-nav-link {
    display: block;
    padding: 16px 20px;
    color: #00264d;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Fredoka', sans-serif;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 38, 77, 0.08);
    letter-spacing: 0.2px;
  }

  .rd-nav-link:hover {
    background: linear-gradient(135deg, #00264d 0%, #152d5b 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 38, 77, 0.25);
    border-color: rgba(0, 38, 77, 0.2);
  }

  .rd-nav-link.active {
    background: linear-gradient(135deg, #00264d 0%, #152d5b 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 38, 77, 0.3);
  }

  /* Indicador visual para elementos con submenú */
  .rd-nav-item--has-megamenu .rd-nav-link::after {
    content: '▼';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #e48b57;
    transition: all 0.3s ease;
  }

  .rd-nav-item--has-megamenu:hover .rd-nav-link::after {
    transform: translateY(-50%) rotate(180deg);
    color: #ffffff;
  }

  /* Espaciado consistente */
  .rd-nav-item:last-child {
    margin-bottom: 0;
  }

  /* Estilos modernos para iconos de redes sociales */
  .rd-navbar-corporate-list-social {
    display: flex;
    justify-content: center;
    gap: 1px;
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .rd-navbar-corporate-list-social .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(248, 249, 250, 0.9) 100%);
    border-radius: 50%;
    color: #00264d;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid rgba(0, 38, 77, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 38, 77, 0.1);
  }

  .rd-navbar-corporate-list-social .icon:hover {
	background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    color: #ffffff;
    transform: translateY(-3px) scale(1.05);
    border-color: rgba(0, 38, 77, 0.3);
    box-shadow: 0 8px 25px rgba(0, 38, 77, 0.3);
  }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .rd-navbar-megamenu {
    position: static;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0;
    background: transparent;
    display: block;
  }

  .rd-megamenu-list-link {
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #2D4A69;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
  }

  .rd-megamenu-list-link:hover {
    background-color: #8BA4B0;
    color: #fff;
  }

  /* Estilos específicos para el icono moderno del mundo en tablet */
  .modern-world-icon {
    width: 22px;
    height: 22px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .modern-world-icon:hover {
    stroke: #e48b57;
    transform: scale(1.1) rotate(5deg);
  }

  .modern-world-icon:hover circle {
    fill: url(#worldGradientHover);
  }

  .modern-world-icon:hover ellipse {
    stroke: #e48b57;
  }
}

/* Desktop - Comportamiento hover original */
@media (min-width: 992px) {
  .rd-navbar-megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    display: block;
  }

  .rd-nav-item--has-megamenu:hover .rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .rd-megamenu-list-link {
    padding: 10px 20px;
    border-bottom: none;
    font-size: 16px;
    color: #2D4A69;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
  }

  .rd-megamenu-list-link:hover {
    background-color: #8BA4B0;
    color: #fff;
  }


  .unit-left svg path {
    fill: #ffffff;
    transition: all 0.3s ease;
  }

  /* Estilos específicos para el icono moderno del mundo en desktop */
  .modern-world-icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: drop-shadow(0 2px 4px rgba(0, 38, 77, 0.2));
  }

  .modern-world-icon:hover {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 4px 8px rgba(0, 38, 77, 0.3));
  }

  .modern-world-icon:hover circle {
    fill: url(#worldGradientHover);
  }

  .modern-world-icon:hover ellipse {
    stroke: #e48b57;
  }
}

@media (min-width: 992px) {
  .camper-products-busqueda { padding: 10px 24px; }
  .camper-products-busqueda h2::after { width: 160px; height: 2px; }
}


/* Responsive Design */
@media (max-width: 768px) {
  .contact-form-section {
    padding: 40px 0;
  }
  
  .contact-form-container {
    padding: 25px;
    margin: 0 15px;
  }
  
  .form-title {
    font-size: 2rem;
  }
  
  .checkbox-group {
    grid-template-columns: 1fr;
  }
  
  .contact-info-sidebar {
    position: static;
    margin-top: 40px;
  }
  
  .contact-card,
  .trust-indicators {
    padding: 20px;
  }
  
  /* Ensure consistent alignment on mobile */
  .contact-method {
    align-items: flex-start;
  }
  
  .contact-details {
    flex: 1;
    text-align: left;
  }
  
  .whatsapp-method .contact-details {
    text-align: left;
  }
  
  .faq-section {
    padding: 40px 0;
  }
  
  .faq-main-title {
    font-size: 2rem;
  }
  
  .faq-question {
    padding: 20px;
  }
  
  .faq-answer.active {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .contact-form-container {
    padding: 20px;
    margin: 0 10px;
  }
  
  .form-title {
    font-size: 1.8rem;
  }
  
  .modern-input,
  .modern-select,
  .modern-textarea {
    padding: 12px 15px;
  }
  
  .modern-submit-btn {
    padding: 15px 20px;
    font-size: 0.95rem;
    gap: 8px;
    min-height: 52px;
  }
  
  .btn-text {
    font-size: 0.95rem;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .privacy-content {
    padding: 25px 20px;
    margin: 10px 0;
  }
  
  .privacy-content h2 {
    font-size: 1.6rem;
  }
  
  .privacy-content h3 {
    font-size: 1.2rem;
  }
  
  .contact-info-box {
    padding: 15px;
  }
}

/* Custom Services CSS  */

@media (max-width: 768px) {
.camper-services-header h1 {
  font-size: 2rem;
}

.services-intro {
  font-size: 1.1rem;
}

.services-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}

.service-card {
  padding: 20px;
}

.services-cta {
  padding: 40px 20px;
}

.services-cta h2 {
  font-size: 1.5rem;
}

.cta-buttons {
  flex-direction: column;
  align-items: center;
}

.btn {
  width: 100%;
  max-width: 300px;
}
}

/* Service SVG Responsive */
.service-icon {
  height: 150px;
}

.service-svg {
  width: 150px;
  height: 150px;
  fill: #1E3761;
}

@media (max-width: 768px) {
  .service-icon {
    height: 100px;
  }
  
  .service-svg {
    width: 100px;
    height: 100px;
    fill: #1E3761;
  }
  
  .service-card h2 {
    min-height: 3.2rem;
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .service-icon {
    height: 80px;
  }
  
  .service-svg {
    width: 80px;
    height: 80px;
    fill: #1E3761;
  }
  
  .service-card h2 {
    min-height: 2.8rem;
    font-size: 1.1rem;
  }
  .tab-item {
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.01em;
    color:#00264d;
  }
  .tab-item.active {
    background-color: #d3c1b79a;
    color:#00264d;
    
  }
}

@media (max-width: 768px) {
  a.btn-back-to-top::before {
    right: 60px;
    font-size: 11px;
    padding: 6px 10px;
  }
  
  a.btn-back-to-top::after {
    right: 55px;
  }
}

@media (max-width: 480px) {
  a.btn-back-to-top::before {
    right: 70px;
    font-size: 12px;
    padding: 5px 8px;
  }
  
  a.btn-back-to-top::after {
    right: 65px;
  }
}


@media (max-width: 768px) {
  .image-modal-content {
    width: 95%;
    max-height: 85%;
  }
  
  .image-modal-close {
    top: 15px;
    right: 20px;
    font-size: 30px;
    width: 40px;
    height: 40px;
  }
  
  .image-modal-caption {
    bottom: 15px;
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .tab-header {
    flex-direction: column;
  }
  
  .tab-item {
    text-align: center;
    border-bottom: 1px solid #eee;
    border-right: none;
  }
  
  .tab-item.active {
    border-bottom-color: #D3C1B7;
    border-right: none;
  }
}