body {
    overflow-y: auto;
    background: white !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.orange {
  color: #F56A00 !important;
}

.g-btn.color_secondary {
    color: #FFFFFF !important;
    background-color: #000000 !important;
}

.g-btn.color_secondary:hover {
    background-color: #F56A00 !important;
}

.standalone-page.main {
    max-width: 1200px !important;
    width: 100% !important;
}

.content .section-title h2 {
	margin-top: 16px !important;
	color: #fff !important;
}

.content .section-title p {
	color: #fff !important;
	font-size: 20px;
}


.col-centered {
  display: block;
}


.gradient-overlay {
	z-index: 90;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(56, 53, 53, 0.5); /* Black background with opacity */
}

.content > section {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -116px;
    z-index: 100;
}

.acceso-dealer, .calc-mapfre {
	margin-right: 8px;
}

.g-btn {
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width:480px) {

  .bg-orientalauto {
    background: url(/orientalauto/auto.jpg) #c3c3c3;
    background-size: cover;
  }
  .bg-auto-img {
    display: none;
  }

	.content .section-title h2 {
		margin-top: 0 !important;
	}

	.content .section-title p {
		font-size: 14px;
	}

	.g-btn {
		width: 100%;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 10px 0 !important;
	}

  .g-btn span {
    font-size: 0.8em;
	}

	.content .section-content {
    	margin: 8px auto 0;
	}

	.content > section {
    position: inherit;
    padding: 88px 0;
    margin-top: 0;
	}



}

h2 {
  font-family: 'TTNormsPro-ExtraBold' !important;
  font-size: 40px !important;
}

h3 {
  font-family: 'TTNormsPro-ExtraBold' !important;
  font-size: 29px !important;
}

p {
    font-family: 'TTNormsPro-Medium' !important;
    color: #000;
    font-size: 15px;
}

/* rebrand landing auto */


.g-btn {
  font-family: 'TTNormsPro-ExtraBold' !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
}

.flx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.header-orange {
  width: 100%;
  height: 75px;
  background-color: #F48120;
}

.flx-container {
  display: flex;
  justify-content: center;
  flex: 1 0 auto;
}

.col-left {
  display: flex;
  flex-basis: 600px;
  justify-content: center;
  align-items: center;
}

.col-right {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}


.logo-container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px 0px 0px 15px;
}

.footer-auto {
  height: 55px;
  width: 100%;
}

.footer-container {
  width: 100% !important;
  height: 55px;
  background-color: #DFE0E3;
}

.img-auto-tablet {
  display: none;
}

.text-box {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}


@media screen and (max-width:991px) {
  .flx-container {
  flex-wrap: wrap;
  }
}

@media screen and (max-width:991px) {
  .col-left {
  padding-top: 40px;
  }
}

@media screen and (max-width:991px) {
  .img-auto-desk {
    display: none;
  }
  .img-auto-tablet {
    display: block;
  }
}


@media screen and (max-width:480px) {
  h2 {
    font-size: 29px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .text-box {
    max-width: 250px;

  }
}

/* Lightbox styles */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* Transparent background initially */
  display: none;
  z-index: 1000;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out; /* Transition for opacity and background-color */
}

.lightbox-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  /* border-radius: 5px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
  z-index: 1001;
  display: none;
  max-width: 760px; /* Set maximum width */
  width: 100%;
  overflow: auto;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Transition for opacity and transform */
  border-radius: 13px;
  border: 1px solid #D9D9D9;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.25);
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.lightbox-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.lightbox-content p {
  /* Add your content styles here */
  font-size: 17px;
}
.lightbox-content h2 {
  font-size: 30px !important;
}

.lightbox-overlay.active {
  display: block;
  opacity: 1; /* Fade in */
  background-color: rgba(0, 0, 0, 0.5); /* Solid background when active */
}

.lightbox-container.active {
  display: block;
  opacity: 1; /* Fade in */
  transform: translate(-50%, -50%); /* Move into view */
}
body {
    overflow-y: auto;
    background: white !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.standalone-page.main {
    max-width: 1200px !important;
    width: 100% !important;
}

.content .section-title h2 {
	margin-top: 16px !important;
	color: #fff !important;
}

.content .section-title p {
	color: #fff !important;
	font-size: 20px;
}


.col-centered {
  display: block;
}


.gradient-overlay {
	z-index: 90;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(56, 53, 53, 0.5); /* Black background with opacity */
}

.content > section {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -116px;
    z-index: 100;
}

.acceso-dealer, .calc-mapfre {
	margin-right: 8px;
}

.g-btn {
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width:480px) {

  .bg-orientalauto {
    background: url(/orientalauto/auto.jpg) #c3c3c3;
    background-size: cover;
  }
  .bg-auto-img {
    display: none;
  }

	.content .section-title h2 {
		margin-top: 0 !important;
	}

	.content .section-title p {
		font-size: 14px;
	}

	.g-btn {
		width: 100%;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 10px 0 !important;
	}

  .g-btn span {
    font-size: 0.8em;
	}

	.content .section-content {
    	margin: 8px auto 0;
	}

	.content > section {
    position: inherit;
    padding: 88px 0;
    margin-top: 0;
	}



}

h2 {
  font-family: 'TTNormsPro-ExtraBold' !important;
  font-size: 40px !important;
}

h3 {
  font-family: 'TTNormsPro-ExtraBold' !important;
  font-size: 29px !important;
}

p {
    font-family: 'TTNormsPro-Medium' !important;
    color: #000;
    font-size: 15px;
}

/* rebrand landing auto */


.g-btn {
  font-family: 'TTNormsPro-ExtraBold' !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
}

.flx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.header-orange {
  width: 100%;
  height: 75px;
  background-color: #F56A01;
}

.flx-container {
  display: flex;
  justify-content: center;
  flex: 1 0 auto;
}

.col-left {
  display: flex;
  flex-basis: 600px;
  justify-content: center;
  align-items: center;
}

.col-right {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}


.logo-container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px 0px 0px 15px;
}

.footer-auto {
  height: 55px;
  width: 100%;
}

.footer-container {
  width: 100% !important;
  height: 55px;
  background-color: #DFE0E3;
}

.img-auto-tablet {
  display: none;
}

.text-box {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}


@media screen and (max-width:991px) {
  .flx-container {
  flex-wrap: wrap;
  }
}

@media screen and (max-width:991px) {
  .col-left {
  padding-top: 40px;
  }
}

@media screen and (max-width:991px) {
  .img-auto-desk {
    display: none;
  }
  .img-auto-tablet {
    display: block;
  }
}


@media screen and (max-width:480px) {
  h2 {
    font-size: 29px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .text-box {
    max-width: 250px;

  }
}
