@font-face {
  font-family: "Navill";
  src: url("../fonts/navill-bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-weight: bold;
  font-style: normal;
}

/* Banner aqui */
.subtitulo {
  font-family: "Montserrat";
  font-size: 20px;
  color: #fff;
  margin-top: 80px;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 2px 1px 6px rgba(0, 0, 0, 1);
  letter-spacing: 1px;
}

.banner-titulo {
  font-family: "Navill";
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 20px;
  text-align: center;
  text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.9);
  line-height: 140%;
}

.destaque {
  position: relative;
  background-color: #d72232;
  color: #fff;
  font-size: 18px;
  max-width: 380px;
  padding: 6px 12px;
  margin: 10px auto;
  font-style: italic;
  text-align: center;
}

.destaque strong {
  font-style: normal;
}

.destaque::before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-right: 18px solid #d72232;
}

.destaque::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 18px solid #d72232;
}

.aviso {
  text-align: center;
  font-family: "Montserrat";
  font-size: 11px;
  color: #fff;
  margin-top: 450px;
}

.space-vertical-small {
  margin-bottom: 10px !important;
}

/*
.banner-texto{ text-align: center; font-family: 'Montserrat'; font-size: 18px; color:#fff; margin-top: 40px; margin-left: -16px; letter-spacing: -0.2px; }
.aviso{ text-align: center; font-family: 'Montserrat'; font-size: 12px; color:#fff; margin-top: 20px; }
.banner-carro{ width: 200px; max-width: 300px; margin: -10px 0 0 -30px; } 
.banner-cupom{
    background-color: #979797; 
    padding: 4px 30px;
    margin: 20px auto 0 auto;
    color:#fff;
    font-family: 'Montserrat';
    font-size: 14px;
    border: 2px dashed #fff;
    border-radius: 30px;
    text-align: center;
    max-width: fit-content;
    letter-spacing: 1px;
}
*/

@media (max-width: 767px) {
  .subtitulo {
    font-family: "Montserrat";
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 2px 1px 6px rgba(0, 0, 0, 1);
    letter-spacing: 1px;
  }

  .banner-titulo {
    font-family: "Navill";
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.9);
    line-height: 140%;
  }

  .destaque {
    position: relative;
    background-color: #d72232;
    color: #fff;
    font-size: 16px;
    max-width: 380px;
    padding: 6px 12px;
    margin: 10px auto;
    font-style: italic;
    text-align: center;
  }

  .destaque::before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-right: 18px solid #d72232;
  }

  .destaque::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-left: 18px solid #d72232;
  }

  .aviso {
    color: #fff;
    margin-top: 230px;
    font-size: 8px;
    text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.9);
    width: 100%;
  }

  /*
    .banner-titulo{ font-size: 22px; margin-top: 10px; margin-left: -100px; }
    .subtitulo{ font-size: 14px; margin-left: -100px; }
    .banner-carro{ max-width: 130px; position: absolute; top: -110px; right: -20px; margin: 0; } 
    .banner-texto{ margin-top: 10px; font-size: 14px; }
    .banner-cupom{
        padding: 4px 0;
        max-width: 100%;
    }
    .aviso{ margin-top: 10px; font-size: 9px; }
    */
}

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }

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

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

  .text-xs-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

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

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

  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

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

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

  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

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

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

  .text-lg-justify {
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .text-center-sm-right-md {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-center-sm-right-md {
    text-align: right;
  }
}

.bg-banners {
  color: #ffffff;
  background-color: #8d0000;
}

.bg-signature {
  color: #ffffff;
  background-color: #9d0000;
}

.bg-darkred {
  color: #ffffff;
  background-color: #7c0505;
}

.bg-red {
  color: #ffffff;
  background-color: #a80000;
}

.bg-yellow {
  color: #18191b;
  background-color: #ffba00;
}

.bg-white {
  color: #414141;
  background-color: #ffffff;
}

.bg-gray {
  color: #1d3768;
  background-color: #e0e0e0;
}

.btn-yellow {
  color: #480a0e;
  background-color: #ffba00;
  border-style: solid;
  border-radius: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #bcb296;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 12px;
}

.btn-menu {
  padding: 0;
  margin: 5px 0 0 10px;
  border: none;
  font-size: 25px;
  vertical-align: top;
}

.text-white {
  color: #fff;
}

.text-yellow {
  color: #f7ba07;
}

.text-darkred {
  color: #8d0000;
}

.text-ultradarkred {
  color: #480a0e;
}

.text-gray {
  color: #979797;
}

.contact-info {
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  display: block;
}

.contact-info .glyphicon {
  font-weight: bold;
  vertical-align: inherit;
}

.form-locacao {
  color: #191919;
  background-color: #ffffff;
}

.form-locacao .featured a,
.form-locacao .featured a:hover,
.form-locacao .featured a:focus {
  color: #414141;
}

.form-locacao .featured ul {
  padding-left: 0px;
  list-style: none;
}

/* Banner aqui
@media (max-width:991px){.form-locacao{background:#FFFFFF url(../img/layout/bg-seta-form-mobile.png) top center no-repeat;}
}
*/
@media (max-width: 991px) {
  .form-locacao {
    background: #ffffff url(../img/layout/banner-dsk-20250912.jpg) top center no-repeat;
    background-size: cover;
  }
}

/* Banner aqui
@media (min-width:992px){.form-locacao{background:#FFFFFF url(../img/layout/bg-form-desktop_rev-2.png) center center repeat-y;}
}
*/


@media (min-width: 992px) {
  .form-locacao {
    background: #ffffff url(../img/layout/banner-dsk-20250912.jpg) center center no-repeat;
    background-size: cover;
  }
}

.form-locacao .featured {
  min-height: 380px;
}

@media (max-width: 991px) {
  .form-locacao .rent {
    padding: 0;
    margin: 0 -5px;
  }

  .form-locacao .rent span {
    font-size: 12px;
  }
}

.control-carousel,
.control-carousel:hover,
.control-carousel:focus {
  color: #fff;
}

.control-carousel {
  display: inline-block;
  position: relative;
  top: 30px;
  line-height: 100%;
  vertical-align: middle;
  font-size: 50px;
}

@media (min-width: 550px) {
  .control-carousel {
    top: 5px;
  }
}

@media (min-width: 768px) {
  .control-carousel {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .control-carousel {
    display: inline-block;
    position: relative;
    top: 190px;
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .control-carousel {
    display: inline-block;
    position: relative;
    top: 220px;
    font-size: 80px;
  }
}

.seminovos {
  color: #1d3768;
  min-height: 200px;
  background: #e0e0e0 url(../img/layout/bg-seminovos_rev-2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.newsletter {
  color: #ffffff;
  min-height: 200px;
  background: #8d0000 url(../img/layout/bg-newsletter.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.newsletter input {
  margin-bottom: 20px;
}

.location img,
.location span {
  margin-bottom: 20px;
}

.logo {
  display: inline-block;
}

@media (max-width: 991px) {
  .logo {
    height: 61px;
    width: 181px;
    background-image: url(../img/layout/lokamig-rent-a-car-mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (min-width: 992px) {
  .logo {
    height: 64px;
    width: 220px;
    background-image: url(../img/layout/lokamig-rent-a-car_rev-2.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.header {
  color: #fff;
}

.header .margin-header {
  margin: 30px 0;
}

.header h1 {
  margin: 0;
}

.icon-language {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.icon-contact {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.display-ib {
  display: inline-block;
}

.footer .subtitle {
  color: #f7ba07;
  font-weight: bold;
  text-transform: uppercase;
}

.footer .companies {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.footer .address {
  margin-top: 20px;
}

.footer .signature {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .footer .companies {
    margin-top: 10px;
  }

  .footer .address {
    float: left;
  }

  .footer .signature {
    float: right;
  }
}

@media (max-width: 991px) {
  .footer .img-seminovos {
    margin-left: 20px;
    display: inline-block;
  }
}

.footer .list {
  list-style: none;
  padding-left: 0px;
}

.footer a {
  color: #ffffff;
}

.text-small {
  font-size: 12px;
}

.text-featured {
  font-size: 18px;
}

.text-big {
  font-size: 32px;
}

.text-underline {
  text-decoration: underline;
}

.space-vertical-small {
  margin: 20px auto;
}

@media (min-width: 992px) {
  .space-vertical-small {
    margin: 50px auto;
  }
}

.space-vertical {
  margin: 15px auto;
}

.space-bottom {
  margin-bottom: 20px;
}

.hr-form {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 93%;
}

.remove-padding {
  padding: 0px !important;
}

.remove-margin {
  margin: 0px !important;
}

#open-contact-info,
#open-contact-info:active,
#open-contact-info:visited,
#open-contact-info:focus,
#open-contact-info:hover {
  color: #fff;
  background-color: #a80000 !important;
  border: none;
  text-align: center;
  display: block;
  width: 100%;
}

.navbar-nav,
.mega-dropdown {
  float: none !important;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav .open .dropdown-menu {
  position: absolute !important;
  width: 100%;
}

#close-contact-info {
  margin-top: -35px;
  margin-right: 20px;
}

#close-contact-info span {
  font-size: 25px;
}

@media (max-width: 1005px) {
  .info-mobile {
    color: #ffffff;
    background-color: #a80000 !important;
    border-color: #a80000;
    border: none;
    width: 100%;
  }

  .info-mobile {
    margin-top: -34px !important;
  }

  .info-mobile ul {
    list-style: none;
    padding: 0;
    text-align: center;
  }

  .info-mobile a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
  }

  .info-mobile ul ul a {
    color: #f7ba07;
    font-weight: bold;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #main-menu {
    color: #ffffff;
    background-color: #a80000 !important;
    border-color: #a80000;
    border: none;
    width: 100%;
  }

  #main-menu #navbar {
    border-color: #a80000;
    border: none;
  }

  #main-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
  }

  #main-menu a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
  }

  #main-menu ul ul a {
    color: #f7ba07;
    font-weight: bold;
    font-size: 12px;
  }

  #main-menu a {
    padding: 0;
  }

  #main-menu a:active,
  #main-menu a:hover,
  #main-menu a:visited {
    background-color: #a80000;
  }

  #main-menu {
    min-height: auto;
    margin-bottom: 0;
  }

  #main-menu .navbar-nav .dropdown-menu {
    width: 100%;
  }

  #main-menu .navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  #main-menu .navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #main-menu .dropdown-menu {
    display: block;
  }

  #main-menu .navbar-nav .dropdown-menu>li>a {
    line-height: 20px;
  }

  #main-menu .dropdown-menu>li>a:hover {
    border-color: #a80000;
  }

  #main-menu a,
  #main-menu a:active,
  #main-menu a:hover,
  #main-menu a:visited {
    outline: none;
  }

  #navbar {
    padding-right: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {

  #main-menu,
  #main-menu #navbar,
  #main-menu .navbar-default,
  #main-menu .open>a {
    border-color: #a80000;
    border: none;
    margin: 0;
    background-color: #a80000;
  }

  #main-menu a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px;
    text-transform: uppercase;
  }

  .info-mobile ul ul a,
  #main-menu ul ul a {
    color: #f7ba07;
    font-weight: bold;
    font-size: 12px;
  }

  #main-menu .dropdown-menu {
    background-color: #a80000;
    min-width: 200px;
  }

  #main-menu .dropdown-menu>li>a:focus,
  #main-menu .dropdown-menu>li>a:hover {
    background-color: #7c0505;
  }

  #main-menu {
    min-height: auto;
  }

  #main-menu a,
  #main-menu a:active,
  #main-menu a:hover,
  #main-menu a:visited {
    outline: none;
  }
}

@media (max-width: 390px) {
  .icon-language {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
  }

  .btn-menu {
    font-size: 16px;
    margin: 2px 0 0 5px;
  }

  .logo {
    height: 50px;
    width: 150px;
    background-image: url(../img/layout/lokamig-rent-a-car-low-end-devices.png);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .text-featured {
    font-size: 12px;
  }
}

.supersonic-img {
  vertical-align: initial;
}

/* solicitado revisão lokamig 17/06/2017 */
@media (min-width: 1200px) {
  .text-featured {
    font-size: 22px;
  }

  .form-locacao .featured ul {
    font-size: 14px;
  }
}

@media only (min-width: 320px) and (max-width: 480px) {
  .text-featured {
    font-size: 12px;
  }

  .icon-contact {
    display: none;
  }
}

/* atualização layout interno - 27-06-2017 */
.internal-page {
  margin: 40px auto 20px auto;
}

/* revisão supersonic - 16-07-2017 */
@media (min-width: 992px) {
  .btn-submit-form-locacao {
    height: 52px;
    width: 332px;
    font-size: 14px;
    margin: 0 auto;
  }

  .form-reserva-home .form-control,
  .newsletter .form-control {
    background-color: #fafafa;
  }

  ::-webkit-input-placeholder {
    font-style: italic;
  }

  :-moz-placeholder {
    font-style: italic;
  }

  ::-moz-placeholder {
    font-style: italic;
  }

  :-ms-input-placeholder {
    font-style: italic;
  }
}

@media (min-width: 1200px) {
  .btn-submit-form-locacao {
    width: 382px;
  }

  .seminovos .text-featured {
    font-size: 32px;
  }

  .btn-visit-seminovos {
    height: 52px;
    font-size: 14px;
    line-height: 30px;
    margin: 26px auto 36px;
  }

  .footer .subtitle,
  .footer .companies {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .footer .subtitle {
    display: block;
  }

  .footer .companies {
    margin-top: 0;
  }
}

/* revisão supersonic - 16-07-2017 */
@media (min-width: 1200px) {
  .seminovos {
    color: #1d3768;
    min-height: 200px;
    background: #e0e0e0 url(../img/layout/bg-seminovos_rev-2.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .bg-signature {
    height: 110px;
  }

  .bg-signature .container {
    padding-top: 10px;
  }

  .form-reserva-home .form-control,
  .newsletter .form-control {
    color: #878787;
  }

  .space-vertical-small {
    margin: 25px auto;
  }

  .text-featured,
  .text-lg-featured {
    font-size: 26px;
  }

  .newsletter .text-featured {
    font-size: 22px;
  }

  .featured .text-small {
    font-style: italic;
  }

  .location {
    min-height: 537px;
  }

  /* liberando espaço para mais informacoes horario de funcionamento 14-06-2018 */
  .location .text-big {
    margin-bottom: 50px;
  }

  .header .margin-header {
    margin: 30px 0 25px 0;
  }

  #main-menu {
    height: 53px;
  }

  #main-menu a {
    line-height: 53px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #main-menu a {
    font-size: 12px;
  }
}

.btn-yellow:active,
.btn-yellow:hover {
  background-color: #e5a700;
  color: #480a0e;
}

.raleway {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.raleway-light {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.raleway-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.has-error .help-block {
  font-size: 9px;
  float: left;
  display: inline;
  margin: 0;
}

/* revisão supersonic/consultcm 01-09-2017*/
.async-hide {
  opacity: 0 !important;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

/* Dev: Step 1 */
.steps {
  height: 64px;
  line-height: 64px;
  background-color: #fff;
  padding-left: 0;
}

.steps li {
  display: inline;
}

.steps .active {
  display: inline-block;
  background-color: #e8e8e8;
}

.steps a {
  color: #414141;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 25px 0 30px;
  font-size: 15px;
}

.steps .glyphicon {
  font-size: 28px;
  padding-right: 10px;
  color: #d2d2d2;
  vertical-align: sub;
}

h3,
.h3 {
  font-size: 21px;
}

.titulo-interno h1,
.subtituloh2 {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -2px;
  margin: 8px 0 30px 0;
}

.form-reserva-home h3 {
  color: #cb1212;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}

/* nas telas de reserva as medidas mudam. css no arquivo */
@media (min-width: 1200px) {
  body {
    background: url(../img/layout/bg-steps-new.jpg) center 175px no-repeat;
    background-size: contain;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body {
    background: url(../img/layout/bg-steps-new.jpg) center 175px no-repeat;
    background-size: contain;
  }
}

@media (min-width: 391px) and (max-width: 991px) {
  body {
    background: url(../img/layout/bg-steps-new.jpg) center 195px no-repeat;
    background-size: contain;
  }
}

@media (max-width: 390px) {
  body {
    background: url(../img/layout/bg-steps-new.jpg) center 185px no-repeat;
    background-size: contain;
  }
}

/* Dev: Step 2 */
.steps .done .glyphicon {
  color: #ffba00;
}

/* Dev: step 3 */
.s_list {
  padding-left: 0px;
  list-style: none;
}

.s_list li {
  margin-bottom: 15px;
  color: #414141;
}

.darkred_bullet {
  list-style-image: url("../img/layout/red-dot.png");
  padding-left: 15px;
}

.internal-page-step3 {
  margin: 0px auto;
}

.internal-page-step3 ul {
  margin-bottom: 1px;
}

.step3 {
  background-color: #8d0000;
  padding: 15px 0;
}

.step3 h2 {
  margin-bottom: 40px;
}

.panel-white {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 0;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.left-border {
  border-left: 1px solid #e0e0e0;
}

.info_car {
  margin-bottom: 40px;
}

.info_car h3 {
  margin: 0;
}

.v_final {
  font-size: 22px;
}

.v_total {
  margin-top: 40px;
}

.v_total span {
  margin-bottom: 20px;
  display: inline-block;
}

.v_total li {
  color: #919191;
  font-style: italic;
}

.info_margin_bot {
  margin-bottom: 10px;
}

.no-pad-right {
  padding-right: 0;
}

.subtitle-form {
  margin: 60px auto;
}

.info-confirm-rent {
  padding: 40px 0;
}

.btn-confirm-rent {
  width: 440px;
  height: 60px;
  margin: 20px 0;
  font-size: 15px;
}

.info-bottom {
  font-size: 14px;
  padding-bottom: 40px;
}

.n_form label {
  color: #414141;
  font-weight: 400;
}

.n_form h3 {
  margin: 100px 0 35px 0;
}

.n_form input[type="checkbox"] {
  vertical-align: sub;
  margin: 4px 10px 0;
}

.lnk-newsletter {
  margin: 30px 0;
  display: inline-block;
}

.info-rent-extra {
  padding-left: 15px;
}

/* steps mobile*/
@media (max-width: 991px) {
  .left-border {
    border-left: none;
  }

  .internal-page-step3 {
    padding: 0;
  }

  .steps {
    height: 75px;
    line-height: 12px;
    overflow: hidden;
  }

  .steps {
    width: 100%;
  }

  .steps li {
    display: inline-block;
    padding: 15px 0 0 8px;
    vertical-align: top;
    text-align: left;
    width: 33.3%;
    float: left;
    height: 100%;
  }

  .steps .active {
    width: 33.4%;
  }

  .steps a {
    padding: 0;
  }

  .steps .glyphicon {
    height: 75px;
    font-size: 20px;
    float: left;
    position: relative;
    left: 0;
    top: 0;
  }

  .btn-confirm-rent {
    width: 340px;
  }
}

@media (max-width: 390px) {
  .steps a {
    font-size: 12px;
  }

  .info-bottom {
    font-size: 11px;
  }

  .info-confirm-rent .text-small {
    font-size: 10px;
  }

  .lnk-newsletter {
    font-size: 12px;
  }

  .footer .companies {
    margin-top: 20px;
  }
}

@media (min-width: 391px) and (max-width: 991px) {
  .steps a {
    font-size: 15px;
  }

  .info-bottom {
    font-size: 14px;
  }

  .info-confirm-rent .text-small {
    font-size: 12px;
  }

  .lnk-newsletter {
    font-size: 14px;
  }
}

/* panels */
@media (max-width: 991px) {
  .panel-white {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }

  .panel-white-mobile {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 0;
    margin: 15px 0;
  }

  .info-rent-extra {
    font-size: 12px;
  }

  .subtitle-form h2 {
    font-size: 26px;
  }

  .subtitle-form .lead {
    font-size: 14px;
  }
}

/* extra, iphone 5 e vga low end */
@media (max-width: 321px) {
  .steps .glyphicon {
    display: none;
    padding: 0;
    margin: 0;
  }

  .steps li {
    padding-left: 0;
    text-align: center;
  }

  .btn-confirm-rent {
    width: 290px;
  }
}

/* fim extra*/

/* correção mobile supersonic 14-09-2017 */
@media (max-width: 991px) {

  /* Banner aqui
.form-locacao {background: #FFFFFF url(../img/layout/bg-seta-form-mobile.png) center -60px no-repeat;}
*/
  .form-locacao {
    background: #ffffff url(../img/layout/banner-mob-20250829.webp) center 0 no-repeat;
    background-size: 168%;
  }

  .form-locacao .featured {
    min-height: 320px;
  }
}

@media (max-width: 321px) {
  .form-locacao {
    background: #ffffff url(../img/layout/bg-seta-form-mobile.png) center -100px no-repeat;
  }

  .form-locacao .featured {
    min-height: 285px;
  }

  .form-locacao .featured {
    padding: 0 8px;
  }

  .form-locacao .featured .text-featured {
    font-size: 14px;
  }

  .form-locacao .featured .text-small {
    font-size: 10px;
  }

  .form-locacao .featured ul li {
    padding-bottom: 2px;
  }
}

@media (min-width: 322px) and (max-width: 370px) {
  .form-locacao {
    background: #ffffff url(../img/layout/bg-seta-form-mobile.png) center -80px no-repeat;
  }

  .form-locacao .featured {
    min-height: 305px;
  }

  .form-locacao .featured {
    padding: 0 10px;
  }

  .form-locacao .featured .text-featured {
    font-size: 15px;
  }

  .form-locacao .featured .text-small {
    font-size: 11px;
  }

  .form-locacao .featured ul li {
    padding-bottom: 3px;
  }
}

@media (min-width: 371px) and (max-width: 991px) {
  .form-locacao .featured {
    padding: 0 10px;
  }

  .form-locacao .featured .text-featured {
    font-size: 16px;
  }

  .form-locacao .featured ul li {
    padding-bottom: 4px;
  }
}

.form-locacao .featured .glyphicon {
  left: -5px;
}

/*landing 2*/
.parallax-window {
  min-height: 400px;
  background: transparent;
}

#landing .container {
  padding: 40px 20px 60px 20px;
  min-height: 400px;
}

#oque,
#quanto {
  background-color: #818285;
  color: #fff;
}

#vantagens {
  background-color: #a01b1e;
  color: #fff;
}

#vantagens h2 img {
  vertical-align: text-top;
  margin-top: 8px;
  display: inline-block;
}

#perguntas {
  background-color: #fff;
  color: #191919;
}

#oque h2,
#oque h3,
#quanto h2,
#quanto h3 {
  color: #fff200;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#vantagens h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#perguntas h2 {
  color: #ca1f25;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#perguntas strong {
  color: #ca1f25;
  font-family: "Roboto", sans-serif;
}

#mensal-flex img {
  margin-top: 100px;
}

#mensal-flex .container {
  padding: 0 20px;
}

.landing-text-icon {
  position: relative;
  left: 10px;
}

.landing-icon-box {
  min-height: 100px;
  padding-bottom: 15px;
}

/*Revisão Taciane*/
#landing {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

#landing h2 {
  /*font-size: 50px; /*Revisão Taciane*/
  font-size: 30px;
  padding: 20px 0 40px 0;
  font-weight: 400;
  /*Revisão Taciane*/
}

#landing h3 {
  font-size: 30px;
  font-weight: 400;
  /*Revisão Taciane*/
}

/* revisão saulo/supersonic 23/10/2017 */
.form-contato-mensalflex label {
  display: block;
}

.form-contato-mensalflex button {
  margin-top: 50px;
}

/**/
@media (max-width: 991px) {
  .sm-45 {
    font-size: 45px;
  }
}

/* correção reservas 3 15/08/2017 */
.info_condicoes_reservas li {
  color: #919191;
  font-style: italic;
}

/* Sprint 3 - Step 2 */
.bg-signature {
  overflow: hidden;
}

/* Sprint 4 */
.lkinput [type="radio"]:checked,
.lkinput [type="radio"]:not(:checked),
.lkinput [type="checkbox"]:checked,
.lkinput [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.lkinput [type="radio"]:checked+label,
.lkinput [type="radio"]:not(:checked)+label,
.lkinput [type="checkbox"]:checked+label,
.lkinput [type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
}

.lkinput [type="radio"]:checked+label:before,
.lkinput [type="radio"]:not(:checked)+label:before,
.lkinput [type="checkbox"]:checked+label:before,
.lkinput [type="checkbox"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

.lkinput [type="radio"]:checked+label:before,
.lkinput [type="radio"]:not(:checked)+label:before {
  border-radius: 100% !important;
}

.lkinput [type="radio"]:checked+label:after,
.lkinput [type="radio"]:not(:checked)+label:after,
.lkinput [type="checkbox"]:checked+label:after,
.lkinput [type="checkbox"]:not(:checked)+label:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/layout/check-lokamig.png") no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.lkinput [type="radio"]:checked+label:after,
.lkinput [type="radio"]:not(:checked)+label:after {
  background: url("../img/layout/radio-lokamig.png") no-repeat !important;
}

.lkinput [type="radio"]:not(:checked)+label:after,
.lkinput [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.lkinput [type="radio"]:checked+label:after,
.lkinput [type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Menu Superior - 09/2020 */
#menu-topo {
  width: 100%;
  background-color: rgba(178, 0, 0, 0.9);
}

#menu-topo ul {
  margin: 0;
  padding: 0;
}

#menu-topo ul li {
  display: inline;
  list-style-type: none;
}

#menu-topo ul li a {
  display: block;
  float: left;
  font-family: "Roboto";
  padding: 8px 18px 6px 18px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;

  font-weight: bold;
}

#menu-topo ul li a:hover {
  text-decoration: none;
  background-color: #7c0505;
}

#menu-topo ul li a.cor1 {
  background-color: #7c0505;
  border-top-left-radius: 0.5em;
}

#menu-topo ul li a.cor2 {
  background-color: #a81311;
}

#menu-topo ul li a.cor3 {
  background-color: #c72a28;
}

#menu-topo ul li a.cor4 {
  background-color: #17356b;
  border-top-right-radius: 0.5em;
}

.o-mobile {
  display: none !important;
}

@media only screen and (max-width: 670px) {
  #menu-topo {
    display: none;
  }

  .o-mobile {
    display: block !important;
  }
}

/* Modal Reserva */
/* Overlay escuro transparente */
.modal-backdrop-custom {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal centralizado e estilizado */
.modal-dialog {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  /* deixa flexível */
  min-width: 350px;
  /* largura mínima */
  max-width: 600px;
  /* largura máxima */
}

.modal-content {
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  animation: fadeInScale 0.3s ease-out forwards;
  opacity: 0;
  word-wrap: break-word;
  /* quebra texto longo */
}

@keyframes fadeInScale {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/* Ícone circular vermelho */
.modal-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #f8d7da;
  color: #f44336;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border: 2px solid #f44336;
}

.modal-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-message {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.btn-ok {
  background-color: #5561f1;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.btn-ok:hover {
  background-color: #404ac9;
}

.help-link {
  display: block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
}

/* Estilo para os extras quando estiver aguardando */
.extras-container.aguardando {
  display: flex;
  justify-content: center;
  /* Centraliza horizontal */
  align-items: center;
  /* Centraliza vertical */
  min-height: 120px;
  /* Altura mínima para centralização visível */
  text-align: center;
}