:root { 
  --main-dark-color: #0c0c0c;
  --main-btn-color: #0c0c0c;
  --main-btn-color-hover: #0c0c0c;  
  --white-main: #FFF; /*white*/ 
  --main-grey: #999999;
  --main-light-grey: #9999993d;
  --main-yellow: #EDAC1A;
}
/*Movember */


@font-face{
  font-family:'Anton-Regular';
  src:local('Anton-Regular'),
  url("../../fonts/movember/Anton-Regular.ttf") 
}

@font-face{
  font-family:'Overpass-SemiBold';
  src:local('Overpass-SemiBold'),
  url("../../fonts/movember/overpass/Overpass-SemiBold.ttf") 
}

@font-face{
  font-family:'Overpass-Black';
  src:local('Overpass-Black'),
  url("../../fonts/movember/overpass/Overpass-Black.ttf") 
}
@font-face{
  font-family:'Overpass-Bold';
  src:local('Overpass-Bold'),
  url("../../fonts/movember/overpass/Overpass-Bold.ttf") 
}

@font-face{
  font-family:'Overpass-Regular';
  src:local('Overpass-Regular'),
  url("../../fonts/movember/overpass/Overpass-Regular.ttf") 
}
/*Movember */


body{font-family:'Overpass-Regular';font-size: 14px; background-color: var(--white-main);}
h1,h2,h3,h4{font-family:'Overpass-Bold';}
h2{font-size: 49px;}
h3{font-size: 35px;}
h4{font-size: 30px; color: var(--main-dark-color);}
a{color: var(--main-dark-color);font-family:'Overpass-Black'}
a:hover{color: var(--main-grey);font-family:'Overpass-Black'} 

.main-color-text{color: var(--main-btn-color);}
.body-color-text{color: #000;}
.blue{color: var(--main-dark-color) !important;}
.dark-blue{color: #0d2c6a !important;}
.text-underlined{text-decoration: underline;}
/*header title*/
#top-nav{
  background-color: var(--main-dark-color);
padding: 20px;
max-width: 100%;
-webkit-box-shadow: 0 8px 6px -6px #767676;
     -moz-box-shadow: 0 8px 6px -6px #767676;
          box-shadow: 0 8px 6px -6px #767676;
  margin-bottom:  0px;
}
.main-title h2{font-size: 40px; line-height:35px;}
.main-title h3{font-size: 30px; line-height:28px;}

.section-title h2{font-size: 40px;}

.intro-page-text h3{font-size: 28px;font-family:'Overpass-Bold'}
.intro-page-text p{font-size: 20px; font-family:'Overpass-Regular'}

.event-info h3{font-size: 25px;}
.event-info p{font-size: 18px;line-height: 24px;}
.event-info span{font-size: 18px;}
.event-info .bold-title{font-size: 18px;line-height: 24px;font-family:'Overpass-Bold' ;font-weight: bold;}
.event-info .subtitle{font-size: 15px;}
.event-info-success{font-size: 20px;font-family:'Overpass-Regular'}

/* buttons */
.btn-cvs-big{font-size: 24px;}
.btn{border: none;border-radius: 0;}
.btn-primary{-webkit-appearance: none;border-radius: 0;}
.btn-secondary{ 
  font-size: 19px;
  -webkit-appearance: none;
  background-color: var(--main-yellow)!important;
  color: var(--main-dark-color)!important;
  font-family:'Overpass-Bold' ;
  transition-duration: 0.4s; 

  border-radius: 24px!important;
  padding: 10px 25px; 
}
.btn-secondary:hover{
  background-color:var(--main-dark-color)!important; 
  text-decoration: underline !important; 
  color:var(--main-yellow)!important;  
  font-size: 19px;
}
.btn-secondary.disabled, .btn-secondary:disabled{
  background-color: #fff;
  color: var(--main-bg-color);
  webkit-appearance: none;
  display: none;
}
.btn-dark {
      -webkit-appearance: none;
      border-radius: 0;
      letter-spacing: 1px;   
      margin-right: 8px;
      font-size: 12px;
  }
  .btn-light {
    background-color: var(--main-dark-color)!important;
    color: var(--main-yellow)!important;
      -webkit-appearance: none;
      border-radius: 0;  
      margin-right: 8px;
      font-size: 19px;
      background-color: blue;
  }

/*** form css ***/
.form-control {
    background-color: #F8F8F8;
    border: 1px solid #4e2f1a!important;
    color: var(--main-placeholder-color);
    border-radius: 5px!important;
    font-family: 'Overpass-Regular'!important;
    box-shadow: none;
    border: 1px solid #dddddd;
    height: 100%;
    min-height: 38px;
    line-height: 16px;
    font-size: 14px;
}
.form-group label{font-family: 'Overpass-Regular';font-size: 14px;margin-bottom: 0px;}
.form-padding{ padding: 5px 80px; }
.sel-mh{
  height: 32px!important;
}
label.form-check-label{font-family:'Overpass-Regular'!important;font-size: 15px;font-weight:normal;}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c3c3c3;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c3c3c3;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #c3c3c3;
}
label.error{font-size: 12px;color: red;font-family:'Overpass-Regular',Arial,Helvetica,sans-serif ;font-weight: lighter;}

/***Smart wizard css ***/
#smartwizard{
	background-color: var(--main-light-grey);
	color: #fff;
	padding: 14px 8px;
	color: #000000;
  border-radius: 10px;
}
#smartwizard .nav{
	/*background-color: var(--main-bg-dark-color);*/
	color: #ffffff;
	font-family:'Overpass-Bold';
  border: none;
}
#smartwizard .nav a{color: var(--main-grey); font-weight: bold;  font-size: 18px;text-transform: uppercase;padding: 0.5rem 2rem;}
#smartwizard select {
    /*-webkit-appearance: none;*/
    -webkit-appearance: menulist;
  }
#smartwizard{padding-bottom: 80px;}
#smartwizard .nav-item{
	padding: 10px 5px 10px 5px;

} 
.sw-theme-dots > ul.step-anchor > li.done > a:after {
    background: #5cb85c;
}

.sw-btn-group{ position: relative !important;margin-top: 30px;margin-bottom: 20px;padding: 5px 70px;width: 100% !important;}
.sw-theme-default > ul.step-anchor > li.active > a{
  color:var(--main-btn-color-hover)!important;
    border: none !important; 	
 	  text-decoration: underline;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li > a{
    color:var(--white-main)!important;
    border: none !important;  
    text-decoration: underline;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li > a{
	text-decoration: none;
    border: none !important; 
}


.sw-btn-prev{  width: 164px;position: relative; right: 0px;position: absolute !important;left: 70px;}
.sw-btn-next{  width: 164px; float: right;position: absolute !important;right: 70px;}
.waiver-step{
  font-size: 11px!important;
  background-color: #fff;
  color: #000;
}
.waiver-step p{
  font-size: 11px!important;
}
.waiver-step h3{
  font-size: 12px!important;
}
.waiver-label{font-family:'Overpass-Bold';font-size: 18px;}
.u18-disclaimer{font-family:'Overpass-Bold' ;}
#smartwizard .nav a {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0.5rem  ;
}
ul.step-anchor > li.active > a:after {
    content: ' ';
    position: relative;
    left: 43%;
    bottom: 2px;
    margin-top: 10px;
    display: block;
    width: 10px;
    height: 10px;
    background: var(--main-dark-color);
    border: 0.805882px solid var(--main-dark-color);
    z-index: 99;
    border-radius:5px;
}
ul.step-anchor > li > a:after {
    content: ' ';
    position: relative;
    left: 43%;
    bottom: 2px;
    margin-top: 10px;
    display: block;
    width: 10px;
    height: 10px;
    background: var(--main-grey);
    border: 0.805882px solid var(--main-dark-color);
    z-index: 99;
    border-radius:5px;
}
ul.step-anchor > li.done > a:after {
    background: var(--main-grey);
    border: 1px solid var(--main-grey);
}
.orange-title-step{
  text-transform: uppercase; 
  font-size: 1.5rem;
  font-family: 'Overpass-Bold';
  color: var(--main-dark-color);
}
div.scroll {
    margin:4px, 4px;
    padding:4px;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align:justify;
}
#registerButton{margin-right: 70px;}
.aling-lang{
    text-align: right;
}
.aling-logo{
    text-align: left;
}
.btn-lang:hover{ 
  text-decoration: underline !important;
  color: var(--main-grey);
  font-size: 17px;
}

/*Movember index*/
.movember-bg{
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px;
} 
.movember-title{ 
  font-family: 'Anton-Regular'; 
  font-size: 65px;
  line-height: 65px;
  color: var(--white-main); 
}
.movember-subtitle{
  font-family: 'Overpass-SemiBold';
  font-size: 27px;
  line-height:35.5px;
  color: var(--white-main); 
}
.movember-date-information{
  font-family: 'Overpass-SemiBold';
  font-size: 21px;
  line-height: 35.5px;
  color: var(--white-main); 
  margin-bottom: 1rem;
} 
.movember-a{
  font-family: 'Overpass-SemiBold';
  font-size: 18px;
  padding: 15px 0px;
}
.orange-color{
  color: var(--main-dark-color);
}
/*Movember PDF ICONS*/
.movember-location-icon{
  max-width: 20px;
}
.movember-pdf-icon{
  max-width: 20px;
}

.carousel-caption{
  right: 5%;
  left: 5%;
  top: 5%;
}
.orange-bg{
  background-color: var(--main-dark-color);
}
.season-txt{
  font-family: 'Overpass-Bold';
  font-size: 18px;
  line-height: 26px;
  color: var(--white-main); 
}
.crown-img{
  max-width: 100px;
  margin-bottom: 3rem;
}
.season-img-bg{
  background-image: url("../../images/movember/index/CSA_Austin_0844.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 80vh;
  max-height: 80vh;
}
.hero-bg{
  background-color:#fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid var(--main-dark-color);
}

.season-bg{ 
  margin-bottom: 4rem; 
}
.crown-logo{
  max-width: 140px;
  margin-top: .8rem;
  margin-bottom: .8rem;
}
/*Success Page*/

.success-subtitle{font-size: 20px;font-family: 'Overpass-Bold';}
.very-small{font-size: 12px;}
.success-icons img{width: 40px;height: auto;}
.success-icons p{font-family:'Overpass-Regular',Arial,Helvetica,sans-serif ;}
.success-icons h6{font-family:'Overpass-Bold' ;font-size: 15px;}
.btn-download{text-transform:none !important;font-size: 14px;background-color: #005FA1;color: #fff;border: 1px solid #00AEEF;padding: 7px; font-family:'Overpass-Bold' ; min-width: 170px;text-align: center; transition-duration: 0.4s;}
.btn-download:hover{font-size: 15px;text-decoration: underline;background-color: #005FA1;color: #fff}
.btn-back{
  color:  var(--main-dark-color); 
  background: var(--white-main);  
  font-family:'Overpass-Black';
  font-size: 18px;
  border-radius: 24px!important;
  padding: 10px 25px; 
}
.btn-back:hover{ 
  color:var(--white-main);
  background-color: var(--main-dark-color); 
  text-decoration: none;
  font-size: 18px;
}

.btn-success-page{
  color:  var(--white-main); 
  background: var(--main-dark-color);  
  font-family:'Overpass-Black';
  font-size: 18px;
  border-radius: 24px!important;
  padding: 10px 25px; 
}
.btn-success-page:hover{ 
  color:var(--main-dark-color);
  background-color: var(--main-grey); 
  text-decoration: none;
  font-size: 18px;
}
.iti__selected-flag { 
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: auto!important;
    padding: 0 6px 0 8px;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    padding: 8px 6px 8px 8px!important;
}
.btn-lang{
  background-color: var(--white-main);
  color: var(--main-dark-color);
  padding: 5px 10px;
  width: 150px;
  text-align: center;
  font-weight: 900;
  font-family: 'Overpass-Bold';

}
.footer{background-color: var(--main-bg-color); font-size: 10px;}
.footer i{color: var(--white-main); margin-left: 10px; }
.footer a{color: var(--white-main);  }
.font-sz-12{font-size: 12px!important;}

/*Form*/
#registerButton{margin-right: 70px;}
.sw-btn-prev{
  display: none;
}
.email-cointainer{ 
  background-color: #FFF;
  border-radius: 15px;
  padding: 7px 15px;
}
/*Register Page*/
.question{
  font-family: 'Overpass-Bold'!important;
  text-transform: uppercase;
  color: var(--main-dark-color);
}

/*Terms*/
.terms-title{
  font-size: 18px;
  font-family: 'Overpass-Bold';
  margin-top: 2rem;
}

.alianza-movember{
  max-width: 350px;
}
 
/*Smart wizard responsive*/
@media (max-width: 991px) { 
  .sw-btn-group{padding: 15px 5px;}
   #smartwizard .nav-item{ margin: 2px 2px;}
   #smartwizard .nav-item a{ padding-right: 6px ;padding-left: 6px;}

  #smartwizard .nav-item{padding: 0px ;font-size: 14px;}
  .sw-btn-prev{ width: 125px;position: absolute !important;left: 10px;font-size: 16px;}
  .sw-btn-next{ width: 125px;position: absolute !important;right: 10px;font-size: 16px;}
  #registerButton{margin-right: 10px;}
  .form-padding {
    padding: 5px 10px;
  }
  .waiver-step{
   padding: 10px;
  }
  .main-title h2{font-size: 27px; line-height:30px;}
.main-title h3{font-size: 25px; line-height:23px;}
  .aling-lang{
    text-align: center;
    margin-top: 15px;
  }
  .aling-logo{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .text-sm-center{
    text-align: center;
  }
  .text-right-mv {
    text-align: right;
  }
}
@media (max-width: 767px) { 
  .plr-sm-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  #smartwizard .nav a {
    font-weight: bold;
    font-size: 15px;
  }
  .btn-secondary  { 
    font-size: 17px;
  }
  #sig-submitBtn, #sig-clearBtn{
    font-size: .688rem;
  }
}

@media (max-width: 700px) { 
   #smartwizard .nav-item{ margin: 0px 20px 0px 0px;}
}


 
@media (max-width: 575.98px) {
  /*Movember Index*/
  .carousel-caption{
    top: 0px;
  }
  .movember-bg{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px ;
  } 
  .carousel-caption{
    right: 5%;
    left: 5%;
  }
  .movember-title{  
    font-size: 27px;
    line-height: 27px;  
  }
  .movember-subtitle{ 
    font-size: 18px;
    line-height:18px; 
    margin-bottom: 0.7rem;
  }
  .movember-date-information{ 
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    margin-bottom: 0.2rem;
  }  

  .mb-p{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .promoBanner{
    margin-bottom: 5rem;
  }
  .alianza-movember {
    max-width:250px;
  }
  .hero-bg{ 
  padding-top: 5rem;
  padding-bottom: 5rem;
  }
  .season-bg{ 
    margin-bottom: 5rem; 
  }
  .crown-logo{
    max-width: 80px;
  }
  /*Movember icono de successPage*/
  .fs-icon{
    max-width: 60px;
  }
}
 
@media (min-width: 576px) and (max-width: 767.98px) {
  /*Movember Index*/
  .carousel-caption{
    top: 0px;
  }
  .movember-bg{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px;
  } 

  .pd-mobile{
    padding-top: 400px;
  }
  .movember-title{  
    font-size: 28px;
    line-height: 28px;  
  }
  .movember-subtitle{ 
    font-size: 18px;
    line-height:18px; 
  }
  .movember-date-information{ 
    font-size: 16px;
    line-height: 16px; 
    margin-bottom: 20px;
  } 
  .mb-p{
    margin-top:8rem;
    margin-bottom:8rem;
  }
  .crown-logo{
    max-width: 80px;
  }
}
 
@media (min-width: 768px) and (max-width: 991.98px) {
  .movember-bg{  
    padding: 60px 0px;
  }
  .movember-title{  
    font-size: 26px;
    line-height: 26px;  
  }
  .movember-subtitle{ 
    font-size: 16px;
    line-height:16px; 
  }
  .movember-date-information{ 
    font-size: 14px;
    line-height: 14px; 
    margin-bottom: 20px;
  }
  .season-txt{ 
    font-size: 13px;
    line-height: 18px; 
  }
  .season-img-bg{
    min-height: 35vh;
  }
  .crown-logo{
    max-width: 80px;
  }
} 
@media (min-width: 992px) and (max-width: 1199.98px) {
  .movember-bg{ 
    padding: 100px 0px;
  }
  .movember-title{  
    font-size: 30px;
    line-height: 30px;  
  }
  .movember-subtitle{ 
    font-size: 18px;
    line-height:18px; 
  }
  .movember-date-information{ 
    font-size: 16px;
    line-height: 16px; 
    margin-bottom: 20px; 
  }
  .season-txt{ 
    font-size: 13px;
    line-height: 18px; 
  }
  .season-img-bg{
    min-height: 50vh;
  }

  .crown-logo{
    max-width: 100px;
  }
} 
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .movember-title{  
    font-size: 30px;
    line-height: 30px;  
  }
  .movember-subtitle{ 
    font-size: 18px;
    line-height:18px; 
  }
  .movember-date-information{ 
    font-size: 16px;
    line-height: 16px; 
  }
  .crown-logo{
    max-width: 100px;
  }
}
/* Corrección específica para selects en iPhone / iOS */
/* Corrección para Selects en Bootstrap 4 (iOS, Android y Web) */
select.form-control.mobile-top {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    
    /* Forzamos la flecha oficial de Bootstrap 4 en formato SVG */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 8px 10px !important;
    
    /* Espacio a la derecha para que el texto no tape la flecha */
    padding-right: 2rem !important; 
}

/* Mantenemos la corrección de altura y tamaño de letra para pantallas móviles */
@media (max-width: 768px) {
    select.form-control.mobile-top {
        font-size: 16px !important;
        line-height: 1.5 !important;
        height: auto !important;
        min-height: 45px !important; /* Asegura buena altura en iPhone */
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}