* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #f7f7f7;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.regulamento {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0.8rem;
    color: #5d4037;
    text-align: center;
}

.regulamento .table>:not(caption)>*>*{
	color: #5d4037 !important;
}
.step-2 button.btn-primary, .nextBtn {
    margin-right: 20px;
}

/* Header */
	.header{
		height: 70px;
		background: #0a4da6;
		background-position: center top, left top;
		background-repeat: no-repeat, repeat-x;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	#header--logo {
		position: absolute !important;
		top: 0 !important;
		left: 50px;
		z-index: 910 !important;
		width: 210px; 
		height: 200px; 
		background-image: url(images/logo.png) !important;
		background-size: 210px auto ;
		background-repeat: no-repeat !important;
		text-indent: 9999px;
	}
	.header-menu {
		
		position: fixed;
		top: 15px;
		left: 0;
		width: 100%;
		z-index: 99;
		height: 40px;
		padding: 12px 0;
	}

	.menu-link { 
	  color: #fff !important;
	  font-weight: 600;
	  text-decoration: none;
	  font-size: 16px;
	  letter-spacing: 0.5px;
	  transition: color 0.2s ease;
	}

	.menu-link:hover {
	  text-decoration: underline;
	  color: #ccc !important;
	}
	.header-menu.hidden {
	  top: 15px;
	}

	.navbar-toggler-icon {
	  filter: invert(1);
	}
	
	.navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: none;
	}

	#sideMenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.4s ease;
  z-index: 2000;
}

#sideMenu.active {
  left: 0;
}

#sideMenu .close-btn {
  background: none;
  border: none;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #ccc;
}

#sideMenu .menu-link {
  font-size: 18px;
  color: #000 !important;
}
html{
		background: #0a4da6;
}
body.menu-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  z-index: 1500;
}
body {
  overscroll-behavior-y: none;  /* suportado no iOS 16+ */
}
body::before {
  content: '';
  position: fixed;    
}

@media (min-width: 992px) {
  #menuToggle {
    display: none;
  }
}

@media (max-width: 992px) {
.hero{
	display:none!important;
}

.hero-mobile{
	display:block!important;
}
.heromobile{
	display:block!important;
        background-size: contain !important;
        height: 250px;
        background-repeat: no-repeat;
        margin-top: 70px;
	   background: #4578bb;
    background-repeat: no-repeat;
    border: 0px solid #fff;

}

.navbar-toggler-icon
 {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    background-image: url(images/3lines.png) !important;
    filter: none;
}



.heromobile{
     width: 100%!important;
    left:0%!important;
}
button#menuToggle {
    position: absolute;
    right: 20px;
    top: 25px;
border:none!important;
}
.hero .container {
    display:none;
}
nav.navbar.navbar-expand-lg.header-menu {
    margin-top: -25px!important;
}
#header--logo {
    position: absolute !important;
    top: 0 !important;
    left: 20px !important;
    z-index: 872 !important;
    width: 155px !important;
    height: 128px !important;
    background-image: url(images/logo.png) !important;
    background-size: 120px auto !important;
    background-repeat: no-repeat !important;
    text-indent: 9999px;
}
.heromobile {
	background-image: url(images/banner_mobile.png) !important;
	background-size: contain!important;
}

  .header-menu{
	  height: 100px;
  }
  .navbar > .justify-content-center{
	      justify-content: normal !important;
  }
}

.nav a:hover {
    color: #0a4da6;
    transform: translateY(-1px);
}

.nav a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0a4da6, #0a4da6);
    transition: width 0.3s ease;
}

.nav a:hover:after {
    width: 100%;
}

.btn-participar {
    background: linear-gradient(135deg, #0a4da6 0%, #0a4da6 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(183, 28, 28, 0.3);
    border: 1px solid #ccc;
    text-transform: uppercase;
}

.btn-participar:hover {
    background: linear-gradient(135deg, #0a4da6 0%, #c38811 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(183, 28, 28, 0.4);
}


.hero {
    padding: 190px 0 40px;
    text-align: center;
    background-repeat: no-repeat;
	background-image: url(images/bannerbg.jpg);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position-y: 70px;
    height:600px;
}

.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><radialGradient id="g" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="%230a4da6" stop-opacity="0.05"/><stop offset="100%" stop-color="%230a4da6" stop-opacity="0"/></radialGradient></defs><circle cx="50" cy="50" r="50" fill="url(%23g)"/></svg>');
    background-size: 200px 200px;
    opacity: 0.6;
}

.hero-mobile{
	display:none;
}
.hero .container {
    top: 50%;
    background: #0a4da6c2;
    padding: 40px;
    width: 580px;
    text-align: center;
    position: absolute;
left:10%;

}
.containermobile {
    background: #4578bb;
    padding: 40px;
    width: 100%;
    text-align: center;
    margin-top: -1px;
    color:#fff;
}


.hero h1, .heromobile h1 {
    
   font-size: 1.5rem;
    font-weight: 500;
    color: #fff!important;
    
    position: relative;
    z-index: 1;
    
    
}
.hero-mobile{
	display:none;
}

.hero p, .hero-mobile p {
    font-size: 1rem;
    color: #fff;
    /*max-width: 600px;*/
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

h6 {

     font-size: 1rem;
    font-weight: 700;
   /* margin-bottom: 20px;*/
    background: linear-gradient(135deg, #0a4da6 0%, #0a4da6 50%, #0a4da6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
    margin-top: 0.8rem !important;
}

.steps-section {
    padding: 40px 0;
    background: #fff;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 60px;
    color: #0a4da6;
    position: relative;
}


.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 120px;
    align-items: stretch;
}

.step-card-premios h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a4da6;
        margin-top: 3px;
}

.steps-section-premios {
    padding-top: 120px;
    padding-bottom: 60px;
}
.steps-grid-premios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
/*
.step-card-premios1{
    margin:auto;
}*/
.habilitese{
    height:150px!important;
}
.step-image1 {
    margin-top: 120px;
    height:200px;
}

.step-card-premios {
   /* background: linear-gradient(135deg, #ffffff 0%, #faf8f5 100%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #0a4da6;
    transition: all 0.3s ease;
    position: relative;*/

    text-align: center;
        overflow: hidden;
    background: #fff;
    height: 400px;
    width:350px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgb(1 1 1 / 53%);
}

.step-card {
   /* background: linear-gradient(135deg, #ffffff 0%, #faf8f5 100%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #0a4da6;
    transition: all 0.3s ease;
    position: relative;*/

    text-align: center;
        overflow: hidden;
    background: #0a4da6;
    height: 400px;
    border-radius: 25px;
    overflow: hidden;
}


.step-number {

    position: absolute;
    top: -5px;
    right: -5px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0a4da6 0%, #0a4da6 100%);
    color: white;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(183, 28, 28, 0.3);
    z-index: 99;
}

.step-image {
    background: #0a4da6;
    margin-bottom: 25px;
    border-bottom: 2px solid #0a4da6;
    position: relative;
    overflow: hidden;
}

.step-image:after {
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    opacity: 0.4;
}

.step-card:nth-child(2) .step-image:after {
  
}

.step-card:nth-child(3) .step-image:after {
   
}


.step-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
        margin-top: -10px;
}

.step-card p {
    color: #fff;
    line-height: 1.6;
    font-weight: 300;
    font-size: 13px;
}

.text-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0a4da6;
    position: relative;
}

.text-content h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #0a4da6, #0a4da6);
    border-radius: 2px;
}

.text-content p {
    font-size: 1.1rem;
    color: #5d4037;
    line-height: 1.8;
    font-weight: 400;
}

.image-placeholder {
    background: linear-gradient(135deg, #f5f1eb 0%, #fff8e1 100%);
    border-radius: 20px;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d6e63;
    font-style: italic;
    border: 2px solid #0a4da6;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
    position: relative;
    overflow: hidden;
}

.image-placeholder:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

/* Products Section */
.products-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #ffffff 0%, #faf8f5 100%);
    position: relative;
}

.products-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #0a4da6 50%, transparent 100%);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product-card {
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #faf8f5 0%, #fff8e1 100%);
    transition: all 0.3s ease;
    border: 1px solid #0a4da6;
    position: relative;
    overflow: hidden;
}

.product-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.1) 50%, transparent 100%);
    transition: left 0.5s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(183, 28, 28, 0.15);
    border-color: #0a4da6;
}

.product-card:hover:before {
    left: 100%;
}

.product-image {
    background: linear-gradient(135deg, #f5f1eb 0%, #fff3e0 100%);
    /*height: 200px;*/
    border-radius: 15px;
    margin-bottom: 20px;
    border: 2px solid #0a4da6;
    position: relative;
    overflow: hidden;
}

.product-image:after {
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    opacity: 0.3;
}

.product-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a4da6;
    position: relative;
}

.product-card p {
    color: #5d4037;
    line-height: 1.6;
    font-weight: 400;
}

.cta-section {
    padding: 80px 0;
    text-align: center;
    background: #01416d;
    color: white;
    position: relative;
    overflow: hidden;
}


.cta-section h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.btn-primary {
    background: #0a4da6;
    color: #fff;
    
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: solid 2px transparent;
}

.btn-primary:hover {
    
    background: linear-gradient(135deg, #0a4da6  0%, #0a4da6 100%);
    border: solid 2px #fff;
    scale: 1.2;
    

}

.btn-success, .btn-secondary{
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.btn-success:hover, .btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.6);
    background: linear-gradient(135deg, #0a4da6  0%, #0a4da6 100%);
}

/* Footer */
  footer {
    background-color: #0a4da6;
  }
  footer hr {
    opacity: 0.3;
  }
  footer a:hover {
    text-decoration: underline;
  }
  .footer-column-1{
		border-left: 1px solid #fff;
  }
  .footer-column-1, .footer-column-2, .footer-column-3{
		min-height: 200px;
		border-right: 1px solid #fff;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 0px 80px 0px 80px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
  }
  .footer-column-2{
	  padding: 0px 0px 0px 0px;
  }
  .divider{
		text-align: center;
		border: 1px solid #fff;
		width: 60%;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 40px;
		line-height: 1.5;
  }

.sock-option img {
  cursor: pointer;
  transition: transform 0.2s, border 0.2s;
}

.sock-option input:checked + img {
  border: 3px solid #198754; 
  transform: scale(1.05);
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

#promoForm label{
	font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a4da6;
}

.modal-title{
	font-size: 1.4rem;
    font-weight: 700;
    color: #0a4da6;
}

.hidden{
	display: none;
}

@media (max-width: 768px) {
    .header .container {
        /* flex-direction: column; */
        gap: 20px;
    }
	
	.footer .container {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav {
        gap: 20px;
    }
	
	.hero{
		padding: 230px 0 40px;
	}
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .hero p {
        font-size: 1.2rem;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .text-content h2 {
        font-size: 2rem;
    }
    
    .cta-section h2 {
        font-size: 2rem;
    }
}


html {
    scroll-behavior: smooth;
}