@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

.title-0 {
  font-size: 65px;
}
@media only screen and (max-width: 768px) {
  .title-0 {
    font-size: 55px;
  }
}

.title-1 {
  font-size: 55px;
}

.text-11 {
  font-size: 11px;
}

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

.text-13 {
  font-size: 15px;
}

.text-14 {
  font-size: 14px;
}

.text-20 {
  font-size: 20px;
}

.text-25 {
  font-size: 25px;
}

.fw-900 {
  font-weight: 900;
}

.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.59);
}

.font-montserrat {
  font-family: Montserrat;
}

.font-lato {
  font-family: Lato;
}

.swal2-confirm {
  background-color: #1D9CD8 !important;
  box-shadow: none !important;
}

.btn {
  font-weight: bold;
  font-family: Lato;
  padding: 8px 25px;
}

.btn-success {
  background-color: #63C700;
  border: #63C700;
}
.btn-success:hover {
  background-color: #63c700d4;
}

.btn-dark {
  background-color: #171717;
}

.btn-icon {
  display: flex;
  align-items: center;
}

.btn-icon-right img {
  margin-left: 15px;
}

.bg-red {
  background-color: #1D9CD8;
}

.bg-light-gray {
  background-color: #F6F6F9;
}

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

.text-gray {
  color: #575756;
}

.text-red {
  color: #1D9CD8;
}

.pointer {
  cursor: pointer;
}

.pdx-8 {
  padding: 0px 8%;
}

.pdx-10 {
  padding: 0px 10%;
}
@media only screen and (max-width: 576px) {
  .pdx-10 {
    padding: 0px 6%;
  }
}

.w-80 {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 576px) {
  .d-none-phone {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .d-none-tablet {
    display: none;
  }
}

.header-page {
  padding: 2em 0px;
  height: 12vh;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.09);
}
.header-page .whatsapp p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .header-page {
    padding: 2em 60px 2em 1em !important;
  }
  .header-page .img-logo {
    width: 110px;
  }
  .header-page .pse {
    width: 25px;
  }
  .header-page .whatsapp {
    font-size: 13px;
    margin-left: 0px;
  }
  .header-page .whatsapp p {
    display: none;
  }
}
.header-page .header-search {
  border: 1px #fff solid;
  border-radius: 4px;
  padding: 5px 6px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .header-page .header-search {
    position: absolute;
    right: 20px;
    z-index: 10;
    background-color: #fff;
  }
  .header-page .header-search img {
    position: absolute;
    left: 10px;
    top: 8px;
  }
}
.header-page .header-search input {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  width: 100px;
  margin-left: 10px;
  outline: none;
  transition: 200ms width;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header-page .header-search input {
    width: 20px;
    margin-left: 0px;
    opacity: 0;
  }
}
.header-page .header-search input:focus {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .header-page .header-search input:focus {
    width: 130px;
    margin-left: 30px;
    opacity: 1;
  }
}
.header-page .header-search-gray {
  border: 1px gray solid;
}
.header-page .header-search-gray input {
  color: black;
}
@media only screen and (max-width: 768px) {
  .header-page .header-search-gray-sm {
    background-color: #1D1E1C !important;
    position: absolute;
    right: 20px;
    z-index: 10;
  }
  .header-page .header-search-gray-sm img {
    position: absolute;
    left: 6px;
    top: 5px;
  }
}

.chosen-search-input, .chosen-container-single {
  width: 100% !important;
}

.side-nav {
  width: 0px;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background: radial-gradient(111.14% 111.14% at 8.37% 0%, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 100%);
  backdrop-filter: blur(50px);
  z-index: 10;
  top: 0;
}
.side-nav .close {
  background-color: #1D9CD8;
  padding: 8px 12px;
  position: absolute;
  cursor: pointer;
  margin-top: 10px;
}
.side-nav .redes {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
}
.side-nav .redes img {
  height: 16px;
}
.side-nav .links {
  opacity: 0;
}
.side-nav .links .item-active a {
  font-weight: bold;
}
.side-nav .links .item a {
  font-family: Montserrat;
  color: #575756;
  font-size: 19px;
  text-decoration: none;
  text-align: center;
  margin-left: 45px;
}
.side-nav .links .item .divider {
  height: 0.13rem;
  background-color: #1D9CD8;
  width: 70px;
  margin: 13px 0px;
  display: block;
}

@keyframes open-nav {
  0% {
    width: 0px;
  }
  100% {
    width: 360px;
  }
}
@keyframes close-nav {
  0% {
    width: 360px;
  }
  100% {
    width: 0px;
  }
}
@keyframes open-nav-phone {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@keyframes close-nav-phone {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}
@keyframes close-content {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes open-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav-page-open {
  animation: open-nav 300ms forwards;
}
@media only screen and (max-width: 576px) {
  .nav-page-open {
    animation: open-nav-phone 300ms forwards;
  }
}
.nav-page-open .links {
  animation: open-content 300ms 400ms forwards;
}

.nav-page-close {
  width: 360px;
  animation: close-nav 300ms 400ms forwards;
}
@media only screen and (max-width: 576px) {
  .nav-page-close {
    width: 100%;
    animation: close-nav-phone 300ms 400ms forwards;
  }
}
.nav-page-close .links {
  animation: close-content 300ms forwards;
}

.footer-page {
  padding: 3em 8%;
  background: #F6F6F9;
}
.footer-page .icons img {
  height: 15px;
}
.footer-page .grid-max {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .footer-page .grid-max {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.footer-page .section {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .footer-page .section {
    margin-right: 0px !important;
    width: 90%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-page .section .icons {
    justify-content: center;
  }
}
.footer-page a {
  font-size: 14px;
  color: #575756;
  margin: 5px 0px;
  font-family: Lato;
}
.footer-page p {
  margin-top: 15px;
  font-family: Lato;
  width: 85%;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .footer-page p {
    width: 100%;
  }
}

.footer-rights {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .footer-rights {
    flex-direction: column;
    align-items: center;
  }
}
.footer-rights .link {
  position: absolute;
  right: 4em;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .footer-rights .link {
    right: 0;
    top: inherit;
    text-align: center;
    position: relative;
  }
}

.footer-rights-border-top {
  border-top: 1px solid #a8a8a878;
}

.content-all {
  position: relative;
}

.content-intro {
  height: 88vh;
}
.content-intro .bg-intro {
  height: 100%;
  width: 100%;
  top: 0em;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .content-intro .bg-intro {
    height: auto;
  }
}
.content-intro .bg-intro .bg-intro-img {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content-intro .bg-intro .bg-intro-img {
    height: 70vh;
  }
}
.content-intro .bg-intro .bg-intro-img .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-intro .bg-intro .bg-intro-img .background, .content-intro .bg-intro .bg-intro-img .gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.content-intro .bg-intro .bg-intro-img .background {
  mix-blend-mode: multiply;
  background: #A8A8A8;
}
.content-intro .bg-intro .bg-intro-img .gradient {
  background: linear-gradient(180deg, rgba(57, 3, 0, 0) 0%, #000000 100%);
}
.content-intro .content-intro {
  position: relative;
  z-index: 2;
}
.content-intro .content-intro .content-intro-item {
  height: 55%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1350px) {
  .content-intro .content-intro .content-intro-item h1 {
    font-size: 35px;
  }
  .content-intro .content-intro .content-intro-item .fs-5 {
    font-size: 8px;
    background-color: blue;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .content-intro .content-intro .content-intro-item {
    height: 70vh;
  }
}
.content-intro .content-intro .content-intro-item .text {
  width: 70%;
}
.content-intro .content-intro .content-intro-item p {
  margin-bottom: 6px;
}
.content-intro .content-intro .content-intro-item .divider {
  height: 1px;
  border-top: 1px #fff solid;
  width: 122px;
  margin-left: -4em;
}
.content-intro .content-intro .bottom-intro {
  height: 45%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content-intro .content-intro .bottom-intro {
    height: auto;
    background-color: #000;
    margin-top: -3px;
  }
}
.content-intro .content-intro .bottom-intro .timetable {
  margin-bottom: 0px;
}

.timetable {
  margin: 3em 0px;
}
.timetable .timetable-content {
  background-color: #575756;
  display: flex;
  align-items: center;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .timetable .timetable-content {
    width: 90%;
    flex-direction: column;
  }
}
.timetable .timetable-content .timetable-title {
  position: absolute;
  left: 0px;
  top: -30px;
}
.timetable .timetable-content .divider {
  height: 40px;
  width: 1px;
  border-left: 1px #fff solid;
  margin: 0px 50px;
}
@media only screen and (max-width: 768px) {
  .timetable .timetable-content .divider {
    height: 1px;
    width: 40px;
    border-top: 1px #fff solid;
    margin: 20px 0px;
  }
}

.content-home .search-vehicle {
  background: #575756;
  padding: 20px 8%;
}
.content-home .search-vehicle .head-section p {
  font-size: 12px;
}
.content-home .search-vehicle .content-inputs {
  margin-top: 15px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .content-home .search-vehicle .content-inputs {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .content-home .search-vehicle .content-inputs .btn {
    margin: 20px 0px 8px 0px;
  }
}
.content-home .search-vehicle .content-inputs .item-imput input {
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  background-color: rgba(23, 23, 23, 0.3);
  border: none;
  outline: none;
  color: #fff;
}
.content-home .search-vehicle .content-inputs .item-imput input::placeholder {
  color: #fff;
}
.content-home .search-vehicle .content-inputs .item-imput input:active {
  box-shadow: 0px 0px 5px #c6c6c6;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-container {
  max-width: 100%;
  width: 100% !important;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices {
  overflow-y: auto;
  overflow-x: hidden;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices::-webkit-scrollbar-track {
  background-color: transparent;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0px;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-drop {
  border-radius: 5px;
  background: rgba(56, 56, 56, 0.96);
  border: none;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-drop .chosen-search {
  display: none;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices li.search-choice {
  background: #383838;
  border-color: #383838;
  box-shadow: none;
  font-size: 11px;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 0;
  padding: 0;
  height: 25px;
  color: white;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi input:active {
  box-shadow: none;
}
.content-home .search-vehicle .content-inputs .item-imput select,
.content-home .search-vehicle .content-inputs .item-imput .chosen-single,
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices {
  padding: 10px 2em 10px 10px;
  border-radius: 4px;
  background-color: rgba(23, 23, 23, 0.3);
  border: none;
  color: #fff;
  outline: none;
  background-image: url("../img/icons/points.svg");
  background-repeat: no-repeat;
  background-position: right 7px center;
  appearance: none;
  font-family: Lato;
  width: 100% !important;
  max-width: 100%;
  height: 44px;
  box-shadow: none;
  border: none;
  font-family: Lato;
  font-size: 16px;
}
.content-home .search-vehicle .content-inputs .item-imput select:focus, .content-home .search-vehicle .content-inputs .item-imput select:active,
.content-home .search-vehicle .content-inputs .item-imput .chosen-single:focus,
.content-home .search-vehicle .content-inputs .item-imput .chosen-single:active,
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices:focus,
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices:active {
  box-shadow: none;
}
.content-home .search-vehicle .content-inputs .item-imput select:active,
.content-home .search-vehicle .content-inputs .item-imput .chosen-single:active,
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices:active {
  box-shadow: 0px 0px 5px #c6c6c6;
}
.content-home .search-vehicle .content-inputs .item-imput select option,
.content-home .search-vehicle .content-inputs .item-imput .chosen-single option,
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices option {
  font-family: Lato;
  color: #fff;
  border: none;
  outline: none;
  background-color: rgba(23, 23, 23, 0.5);
}
.content-home .search-vehicle .content-inputs .item-imput select > div,
.content-home .search-vehicle .content-inputs .item-imput .chosen-single > div,
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices > div {
  display: none;
}
.content-home .search-vehicle .content-inputs .item-imput select li.search-choice,
.content-home .search-vehicle .content-inputs .item-imput .chosen-single li.search-choice,
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices li.search-choice {
  color: #f8f8f8;
}
.content-home .search-vehicle .content-inputs .item-imput select li.search-choice.highlighted,
.content-home .search-vehicle .content-inputs .item-imput .chosen-single li.search-choice.highlighted,
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices li.search-choice.highlighted {
  background: rgba(56, 56, 56, 0.98);
}
.content-home .search-vehicle .content-inputs .item-imput select li.search-choice.result-selected,
.content-home .search-vehicle .content-inputs .item-imput .chosen-single li.search-choice.result-selected,
.content-home .search-vehicle .content-inputs .item-imput .chosen-container-multi .chosen-choices li.search-choice.result-selected {
  display: list-item;
  color: #929292;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-results li.active-result {
  color: #f8f8f8;
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-results li.active-result.highlighted {
  background: rgba(56, 56, 56, 0.98);
}
.content-home .search-vehicle .content-inputs .item-imput .chosen-results li.active-result.result-selected {
  display: list-item;
  color: #929292;
}
.content-home .applied-filters {
  padding: 20px 8%;
}
.content-home .applied-filters .head-section p {
  font-size: 12px;
}
.content-home .applied-filters .content-inputs {
  margin-top: 15px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .content-home .applied-filters .content-inputs {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }
}
.content-home .applied-filters .content-inputs .item-select {
  margin: 0;
  padding: 5px 15px;
}
.content-home .applied-filters .content-inputs .item-select .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #575756;
}
.content-home .applied-filters .content-filters {
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .content-home .applied-filters .content-filters {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
}
.content-home .applied-filters .content-filters .btn {
  padding: 6px 40px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .content-home .applied-filters .content-filters .btn {
    margin-top: 30px;
  }
}
.content-home .applied-filters .content-filters .item {
  padding: 6px 15px;
  border-radius: 20px;
  background: #171717;
  font-size: 12px;
  color: #fff;
  margin: 0px 8px;
}
@media only screen and (max-width: 768px) {
  .content-home .applied-filters .content-filters .item {
    margin-top: 10px;
  }
}
.content-home .content-carts {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.content-home .content-carts .loader-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
  z-index: -1;
  visibility: hidden;
  transition: transform 300ms;
}
.content-home .content-carts .loader-filter.open {
  z-index: 3;
  visibility: visible;
}
.content-home .content-carts .item-card {
  position: relative;
  margin: 15px 10px;
  width: 23%;
  font-family: Lato;
}
@media only screen and (max-width: 768px) {
  .content-home .content-carts .item-card {
    width: 43%;
  }
}
@media only screen and (max-width: 576px) {
  .content-home .content-carts .item-card {
    width: 95%;
  }
}
.content-home .content-carts .item-card .separate-vehicle {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
}
.content-home .content-carts .item-card .tag {
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.content-home .content-carts .item-card .img-cart {
  width: 100%;
  border-radius: 15px;
}
.content-home .content-carts .outstanding-cart .img-cart {
  border: 4px #1D9CD8 solid;
}
.content-home .content-carts .outstanding-cart .outstanding {
  position: absolute;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 10px 0px 10px;
  right: 0;
  top: 0;
  background-color: #1D9CD8;
}

.item-select {
  margin: 0px 8px;
}
.item-select select.error {
  border: 1px solid #1D9CD8;
}
.item-select label {
  color: #1D9CD8;
  top: 24px;
  font-size: 15px;
  border: none;
}
.item-select .chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #F6F6F9;
  border: 1px #F6F6F9 solid;
  color: #575756;
  outline: none;
  background-image: url("../img/icons/arrow-down-red.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
}
.item-select select,
.item-select .chosen-single,
.item-select .chosen-container-multi .chosen-choices {
  padding: 6px 2em 6px 10px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  background-color: #F6F6F9;
  border: 1px #F6F6F9 solid;
  color: #575756;
  outline: none;
  background-image: url("../img/icons/arrow-down-red.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
  appearance: none;
  font-family: Lato;
  height: 44px;
  box-shadow: none;
  line-height: 30px;
  font-size: 16px;
}
.item-select select:active,
.item-select .chosen-single:active,
.item-select .chosen-container-multi .chosen-choices:active {
  box-shadow: 0px 0px 5px #575756;
}
.item-select select option,
.item-select .chosen-single option,
.item-select .chosen-container-multi .chosen-choices option {
  font-family: Lato;
  color: #575756;
  border: none;
  outline: none;
  background-color: #F6F6F9;
}
.item-select select > div,
.item-select .chosen-single > div,
.item-select .chosen-container-multi .chosen-choices > div {
  display: none;
}
.item-select select li.search-choice,
.item-select .chosen-single li.search-choice,
.item-select .chosen-container-multi .chosen-choices li.search-choice {
  color: #f8f8f8;
}
.item-select select li.search-choice.highlighted,
.item-select .chosen-single li.search-choice.highlighted,
.item-select .chosen-container-multi .chosen-choices li.search-choice.highlighted {
  background: rgba(56, 56, 56, 0.98);
}
.item-select select li.search-choice.result-selected,
.item-select .chosen-single li.search-choice.result-selected,
.item-select .chosen-container-multi .chosen-choices li.search-choice.result-selected {
  display: list-item;
  color: #929292;
}
.item-select .item-imput-border-gray {
  border: 1px #575756 solid;
  background-image: url("../img/icons/arrow-down-gray.svg");
}
.item-select .chosen-container {
  max-width: 100%;
  width: 100%;
}
.item-select .chosen-container-multi .chosen-choices {
  overflow-y: auto;
  overflow-x: hidden;
}
.item-select .chosen-container-multi .chosen-choices::-webkit-scrollbar-track {
  background-color: transparent;
}
.item-select .chosen-container-multi .chosen-choices::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
.item-select .chosen-container-multi .chosen-choices::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0px;
}
.item-select .chosen-drop {
  border-radius: 5px;
  background: rgba(246, 246, 249, 0.98);
  border: none;
}
.item-select .chosen-drop .chosen-search {
  display: none;
}
.item-select .chosen-container-multi .chosen-choices li.search-choice {
  background: #383838;
  border-color: #383838;
  box-shadow: none;
  font-size: 11px;
}
.item-select .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 0;
  padding: 0;
  height: 25px;
  color: white;
}
.item-select .chosen-container-multi input:active {
  box-shadow: none;
}
.item-select .chosen-results li.active-result {
  color: #575756;
}
.item-select .chosen-results li.active-result.highlighted {
  background: rgba(239, 239, 245, 0.99);
}
.item-select .chosen-results li.active-result.result-selected {
  display: list-item;
  color: #929292;
}

.item-input {
  margin: 0px 8px;
}
.item-input label {
  color: #1D9CD8;
  margin-top: 5px;
  font: Lato;
  font-size: 15px;
}
.item-input label ~ p {
  display: none;
}
.item-input input {
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  background-color: #F6F6F9;
  border: 1px #F6F6F9 solid;
  color: #575756;
  font-family: Lato;
}
.item-input input:hover {
  box-shadow: 0px 0px 2px #4f4f45;
}
.item-input .item-imput-border-gray {
  border: 1px #575756 solid;
  outline-color: #1D9CD8;
}
.item-input .item-imput-border-red {
  border: 1px #1D9CD8 solid;
  outline-color: #575756;
}

@media only screen and (max-width: 768px) {
  .select-usados {
    width: 100% !important;
  }
}

/* mostrar el calendario al hacer click */
input[type=date] {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  display: block;
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: -15%;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
input[type=date]:hover::-webkit-datetime-edit {
  display: block;
}

/* mostrar la fecha seleccionada al estar en hover */
.item-textarea {
  background-color: #F6F6F9;
  border: 1px #575756 solid;
  color: #575756;
  border-radius: 4px;
  outline-color: #1D9CD8;
  padding: 10px;
}

.item-politics .text-politics {
  overflow-y: scroll;
  height: 113px;
}
.item-politics .text-politics .container-checkbox {
  font-size: 13px;
  text-align: justify;
}

.slider-box {
  width: 100%;
  margin: 0 auto;
}
.slider-box label,
.slider-box input {
  border: none;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #575756;
}
.slider-box input,
.slider-box #priceRange {
  width: 100%;
  border: none;
  font-family: Lato;
  font-size: 11px;
  font-weight: 600;
  color: #575756;
}
.slider-box .slider {
  margin: 10px auto;
  width: 90%;
}

.paginator {
  margin: 3em 0px;
}
.paginator .content {
  background: #F6F6F9;
  padding: 6px 12px;
  border-radius: 4px;
}
.paginator .content .paginator-item {
  text-decoration: none;
  font-family: Lato;
  font-weight: 600;
  padding: 3px 10px;
  color: #171717;
  border-radius: 4px;
}
.paginator .content .paginator-item:hover {
  opacity: 0.8;
}
.paginator .content .active {
  background-color: #1D9CD8;
  color: #fff;
}

.content-producto .content-cart {
  width: 100%;
  padding: 30px 8%;
}
@media only screen and (max-width: 768px) {
  .content-producto .content-cart {
    padding: 30px 0;
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .content-producto .content-cart {
    padding: 30px 0%;
    margin: 0;
  }
}
.content-producto .content-cart .galery {
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .content-producto .content-cart .galery {
    height: auto;
  }
}
.content-producto .content-cart .galery .separate-vehicle {
  position: absolute;
  top: 0;
  left: 4%;
  z-index: 2;
  width: 40%;
}
.content-producto .content-cart .galery .tabs {
  width: 315%;
  transform: translate(0%, 0);
  position: relative;
  transition: transform 300ms;
}
@media only screen and (max-width: 768px) {
  .content-producto .content-cart .galery .tabs {
    height: 23em;
  }
}
@media only screen and (max-width: 768px) {
  .content-producto .content-cart .galery .tabs.active_gallery {
    height: 100%;
  }
}
.content-producto .content-cart .galery .tabs .tab {
  width: 30%;
  height: 99%;
  position: relative;
  margin: 0px 1%;
}
@media only screen and (max-width: 768px) {
  .content-producto .content-cart .galery .tabs .tab {
    width: 30%;
  }
}
.content-producto .content-cart .galery .tabs .tab .img-360 {
  width: 100%;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .content-producto .content-cart .galery .tabs .tab .img-360 {
    margin-bottom: 5px;
    height: 80%;
    width: 100%;
    object-fit: cover;
  }
}
.content-producto .content-cart .galery .tabs .tab .swiper-container {
  width: 100%;
  height: 80%;
}
.content-producto .content-cart .galery .tabs .tab .swiper-container .swiper-next {
  position: absolute;
  top: 45%;
  right: 5px;
  z-index: 2;
}
.content-producto .content-cart .galery .tabs .tab .swiper-container .swiper-prev {
  position: absolute;
  top: 45%;
  left: 5px;
  z-index: 2;
}
.content-producto .content-cart .galery .tabs .tab .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-producto .content-cart .galery .tabs .tab .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.content-producto .content-cart .galery .tabs .tab .mySwiper2 {
  height: 20em;
}
@media only screen and (max-width: 768px) {
  .content-producto .content-cart .galery .tabs .tab .mySwiper2 {
    height: calc( 100% - 150px );
  }
}
.content-producto .content-cart .galery .tabs .tab .mySwiper {
  width: 100%;
  margin-top: -25px;
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .content-producto .content-cart .galery .tabs .tab .mySwiper {
    margin-top: 13px;
  }
}
.content-producto .content-cart .galery .tabs .tab .mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
}
.content-producto .content-cart .galery .tabs .tab .mySwiper .swiper-slide img {
  opacity: 0.6;
}
.content-producto .content-cart .galery .tabs .tab .mySwiper .swiper-slide-thumb-active img {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .content-producto .content-cart .content-info {
    margin-left: 0%;
  }
}
.content-producto .content-cart .content-info .accordion .input-red {
  border-radius: 4px;
  padding: 3px 8px 2px 8px;
  border: 1px solid #1D9CD8;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
.content-producto .content-cart .content-info .accordion .input-red input {
  border: none;
  outline: none;
  width: 92%;
}
.content-producto .content-cart .content-info .accordion .input-red .error ~ label {
  position: absolute;
  top: 102%;
  width: 100%;
  left: 0;
  font-size: 14px;
  color: #1D9CD8;
}
.content-producto .content-cart .content-info .accordion p {
  font-size: 15px;
}
.content-producto .content-cart .content-info .accordion .accordion-item .accordion-button::after {
  background-image: url("../img/icons/arrow-down-red.svg");
}
.content-producto .content-cart .content-info .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.content-producto .content-cart .content-info .accordion .accordion-item .accordion-button {
  background-color: #F6F6F9;
  color: #575756;
  font-weight: normal;
  padding: 12px 15px;
  font-family: Lato;
  border: none;
}
.content-producto .content-cart .content-info .accordion .accordion-item .accordion-button:focus {
  border-color: #1D9CD8;
  outline: 0;
  box-shadow: none;
}
.content-producto .content-cart .content-info .accordion .accordion-item .accordion-button:not(.collapsed) {
  border: none;
  color: #575756;
}

.content-vender-formulario {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content-vender-formulario .timetable {
    margin-top: -50px;
  }
}
.content-vender-formulario #map {
  width: 100%;
  height: 400px;
  margin-bottom: 3em;
}
.content-vender-formulario .vender-formulario-top {
  border-radius: 4px;
  padding: 0px 30px;
  margin-bottom: 500px;
}
.content-vender-formulario .vender-formulario-top .alert {
  display: flex;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
  padding-left: 40px;
}
.content-vender-formulario .vender-formulario-top .alert .title {
  text-align: center;
  margin: 0px 8px;
  width: 600px;
}
@media only screen and (max-width: 992px) {
  .content-vender-formulario .vender-formulario-top .alert .title {
    width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .content-vender-formulario .vender-formulario-top .alert .title {
    width: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .content-vender-formulario .vender-formulario-top .alert .title {
    width: 280px;
  }
  .content-vender-formulario .vender-formulario-top .alert .title p {
    font-size: 12px;
  }
}
.content-vender-formulario .vender-formulario-top .alert .close {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  border: none;
  outline: none;
}
.content-vender-formulario .vender-formulario-top .alert .close img {
  height: 15px;
}
.content-vender-formulario .content-form {
  position: relative;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .content-vender-formulario .content-form {
    padding-bottom: 5em;
  }
}
.content-vender-formulario .content-form .bg-form {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-vender-formulario .content-form .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -137.95%, #FFFFFF 66.84%);
  mix-blend-mode: normal;
  opacity: 0.9;
}
.content-vender-formulario .content-form .content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.content-vender-formulario .content-form .content .redes .icons {
  height: 120px;
  position: absolute;
  top: -50px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .content-vender-formulario .content-form .content .redes .icons {
    height: 30px;
    top: 10px;
    right: -30px;
    position: relative;
  }
}
.content-vender-formulario .content-form .content .steps {
  padding-right: 18%;
}
.content-vender-formulario .content-form .content .steps .fs-1 {
  font-size: calc(1.5rem + 1.5vw) !important;
}
@media only screen and (max-width: 768px) {
  .content-vender-formulario .content-form .content .steps {
    padding-right: 0%;
  }
}
.content-vender-formulario .content-form .content .form .inputs-row {
  margin: 10px 0px;
}
@media only screen and (max-width: 768px) {
  .content-vender-formulario .content-form .content .form .inputs-row {
    flex-direction: column;
  }
}
.content-vender-formulario .content-slide {
  overflow-x: hidden;
}
.content-vender-formulario .content-slide .slide .mySwiper {
  width: 100%;
  padding-top: 50px;
  margin-left: 40px;
  position: relative;
}
.content-vender-formulario .content-slide .slide .mySwiper .swiper-wrapper {
  margin-bottom: 50px;
}
.content-vender-formulario .content-slide .slide .mySwiper .swiper-actions {
  position: absolute;
  bottom: 0;
  right: 25%;
}
.content-vender-formulario .content-slide .slide .mySwiper .swiper-actions .swiper-prev, .content-vender-formulario .content-slide .slide .mySwiper .swiper-actions .swiper-next {
  cursor: pointer;
}
.content-vender-formulario .content-slide .slide .mySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  background: #F6F6F9;
  padding: 20px;
  position: relative;
  padding-top: 40px;
}
.content-vender-formulario .content-slide .slide .mySwiper .swiper-slide .header {
  width: 100px;
  padding: 8px;
  border-radius: 8px;
  position: absolute;
  top: -20px;
}
.content-vender-formulario .content-slide .slide .mySwiper .swiper-slide .header .img-logo {
  width: 100%;
}
.content-vender-formulario .content-media .h-80 {
  height: 80%;
}
.content-vender-formulario .content-media .content {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.content-vender-formulario .content-media .content .bg-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-vender-formulario .content-media .content .icon-media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.content-gracias {
  position: relative;
}
.content-gracias .content {
  position: relative;
  background: #f9f9f9;
  background: linear-gradient(153deg, #f9f9f9 0%, #f7f7f9 100%);
}
@media only screen and (max-width: 768px) {
  .content-gracias .content {
    height: 120vh;
    padding-top: 30vh;
  }
}
.content-gracias .content .info {
  width: 100%;
  position: absolute;
  bottom: 20%;
  padding: 6%;
}
@media only screen and (max-width: 768px) {
  .content-gracias .content .info {
    top: 0;
    bottom: auto;
  }
}
.content-gracias .content .bg-img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.content-gracias .timetable {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content-gracias .timetable {
    position: relative;
    bottom: auto;
    top: 60px;
  }
}

.divider-section {
  background-color: #A8A8A8;
  width: 100%;
  height: 4px;
  border-radius: 2px;
}
.divider-section div {
  height: 100%;
  width: 50%;
  border-radius: 2px;
  background-color: #1D9CD8;
}

.title-point {
  padding: 15px 0px 0px 25px;
  position: relative;
  margin: 25px 0px;
}
.title-point h4 {
  margin-bottom: 0px;
  border-bottom: 2px solid #A8A8A8;
  padding-bottom: 15px;
}
.title-point div {
  height: 12px;
  width: 12px;
  background-color: #575756;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 10px;
}

.input-check {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 25px;
  user-select: none;
}
.input-check #politics-error {
  position: absolute;
  top: 70%;
  left: 0px;
  width: 350px;
}
.input-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #1D9CD8;
  border-radius: 50%;
  font-family: Lato;
}

.input-check input ~ .checkmark {
  transition: background-color 150ms;
}
.input-check input:checked ~ .checkmark {
  background-color: #1D9CD8;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input-check .error {
  color: #1D9CD8;
  position: absolute;
  top: 24px;
  font-size: 15px;
}

.content-noticias .swiper-noticias .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}
.content-noticias .swiper-noticias .swiper-pagination-bullet-active {
  background-color: #fff;
}
.content-noticias .swiper-noticias .swiper-pagination {
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.content-noticias .swiper-noticias .swiper-slide {
  height: 550px;
  position: relative;
}
.content-noticias .swiper-noticias .swiper-slide .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  z-index: 1;
}
.content-noticias .swiper-noticias .swiper-slide .card-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 20px 40px;
  bottom: 40px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.53) -1.42%, rgba(0, 0, 0, 0.53) 66.84%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.content-noticias .swiper-noticias .swiper-slide .card-content h2 {
  width: 60%;
}
@media only screen and (max-width: 992px) {
  .content-noticias .swiper-noticias .swiper-slide .card-content {
    flex-direction: column;
    align-items: flex-end;
  }
  .content-noticias .swiper-noticias .swiper-slide .card-content h2 {
    width: 100%;
    font-size: 20px;
  }
}
.content-noticias .news-sections {
  padding: 40px;
}
@media only screen and (max-width: 992px) {
  .content-noticias .news-sections {
    padding: 40px 10px 40px 10px;
  }
}
@media only screen and (max-width: 576px) {
  .content-noticias .news-sections {
    padding: 40px 0px 40px 0px;
  }
}
@media only screen and (max-width: 992px) {
  .content-noticias .news-sections .icons-card {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .content-noticias .news-sections .news-list {
    padding: 0 22px !important;
  }
}
.content-noticias .news-sections .news-list .featured-news:hover .new-img, .content-noticias .news-sections .news-list .featured-news:hover .new-content {
  box-shadow: 1px 1px 12px #c6c6c6;
  transform: scale(1.01);
}
.content-noticias .news-sections .news-list .featured-news .new-img {
  width: 100%;
  object-fit: cover;
  height: 25em;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  transition: box-shadow 250ms, transform 100ms;
}
@media only screen and (max-width: 768px) {
  .content-noticias .news-sections .news-list .featured-news .new-img {
    height: auto;
  }
}
.content-noticias .news-sections .news-list .featured-news .new-content {
  background: #F5F5F5;
  padding: 15px;
  margin-top: -15%;
  position: relative;
  z-index: 3;
  width: 92%;
  margin-left: 4%;
  transition: box-shadow 250ms, transform 100ms;
  color: #575756;
}
@media only screen and (max-width: 768px) {
  .content-noticias .news-sections .news-list .featured-news .new-content h2.fs-2 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 576px) {
  .content-noticias .news-sections .news-list .list-news .simple-news:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.content-noticias .redes-side {
  background: #F5F5F5;
  padding: 2em 2em 2em 3em;
}
.content-noticias .redes-side .container-redes-center {
  display: flex;
  justify-content: center;
}
.content-noticias .redes-side .container-redes-center .fb-page {
  width: 350px;
}
@media only screen and (max-width: 992px) {
  .content-noticias .redes-side {
    padding: 1em;
  }
}
.content-noticias .redes-side .icon-red {
  height: 45px;
}

.simple-news {
  width: 49%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  transition: box-shadow 250ms, transform 100ms;
  text-decoration: none;
  color: none;
}
.simple-news:hover {
  box-shadow: 1px 1px 8px #c6c6c6;
  transform: scale(1.01);
}
.simple-news .new-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}
.simple-news .icons {
  height: 15px;
  margin: 0px 5px 0px 8px;
}
.simple-news .new-content h2 {
  color: #575756;
}
.simple-news .new-content p {
  font-size: 14px !important;
  color: #575756;
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  .simple-news {
    width: 100%;
    margin-left: 0%;
  }
}
@media only screen and (max-width: 576px) {
  .simple-news {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start !important;
    font-size: 12px !important;
    margin-top: 20px !important;
  }
  .simple-news .new-img {
    width: 45%;
    object-fit: cover;
  }
  .simple-news .new-content {
    width: 54%;
    padding: 0px 0px;
    margin: 0px 10px;
    height: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .simple-news .new-content h2 {
    font-size: 12px !important;
  }
  .simple-news .new-content p {
    font-size: 11px !important;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .simple-news .new-content .content-icons {
    margin: 0 !important;
  }
  .simple-news .new-content .content-icons .icons-card {
    font-size: 8px !important;
    margin: 0px !important;
  }
}

.simple-news-size-2 {
  width: 42%;
}

@media only screen and (max-width: 576px) {
  body .title_news {
    padding: 32px 20px 6px !important;
  }
}
@media only screen and (max-width: 576px) {
  body .title_news h1 {
    font-size: 24px;
  }
}

.section-img {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-img.images_news {
  height: auto;
}
.section-img.images_news img {
  height: auto;
}

.section-img-sm {
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #F5F5F5;
  margin: 0em 0px;
  padding: 2em 0px;
  display: flex;
  justify-content: center;
}
.section-img-sm div {
  position: relative;
}
.section-img-sm img {
  width: 500px;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  object-fit: cover;
}

.section-padding {
  padding: 3em 8%;
}
@media only screen and (max-width: 576px) {
  .section-padding {
    padding: 3em 2%;
  }
}

.section-padding-2 {
  padding: 3em 13%;
}

.title-line {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .title-line {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .title-line h4 {
    text-align: center;
    font-size: 15px !important;
    margin: 0px 10px !important;
    white-space: normal !important;
  }
}
.title-line div {
  background-color: #575756;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  .title-line div {
    width: 10% !important;
  }
}

.header-img-basic {
  width: 100%;
  height: 500px;
  position: relative;
}
.header-img-basic .header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-img-basic .header-content {
  position: absolute;
  bottom: 1em;
  left: 2em;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .header-img-basic .header-content {
    width: 90%;
  }
  .header-img-basic h2 {
    font-size: 40px;
  }
  .header-img-basic .sub-responsive {
    font-size: 30px;
  }
}

.content-promociones .item-card {
  position: relative;
  width: 48%;
  margin: 15px 10px;
  font-family: Lato;
  display: flex;
  align-items: center;
  font-size: 40px;
  font-family: Montserrat;
}
@media only screen and (max-width: 768px) {
  .content-promociones .item-card {
    width: 43%;
  }
}
@media only screen and (max-width: 576px) {
  .content-promociones .item-card {
    width: 100%;
    background-color: #E0E0E0;
    padding: 10px;
  }
  .content-promociones .item-card button {
    font-size: 10px !important;
    margin: 0px 0px;
  }
}
.content-promociones .item-card .img-cart {
  height: 90%;
  width: 45%;
  object-fit: cover;
  border-radius: 10px;
}
.content-promociones .item-card .content {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .content-promociones .item-card .content p, .content-promociones .item-card .content h6 {
    font-size: 11px !important;
  }
}
.content-promociones .item-card .hover {
  height: 90%;
  width: 45%;
  position: absolute;
  background: rgba(246, 246, 246, 0.8);
  border: 4px solid #1D9CD8;
  border-radius: 10px;
  opacity: 0;
}
.content-promociones .item-card .hover .logo {
  width: 40%;
  margin-top: -20px;
  margin-left: 10px;
}
.content-promociones .item-card .hover .tag-2 {
  left: auto;
  top: auto;
  bottom: 10px;
  right: 10px;
}
.content-promociones .item-card .hover .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
.content-promociones .item-card .hover .icon img {
  position: absolute;
  top: 0;
}
.content-promociones .item-card .tag {
  padding: 5px 10px;
  position: absolute;
  top: 10%;
  left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.content-promociones .item-card .hover, .content-promociones .item-card .tag-1 {
  transition: opacity 200ms;
}
.content-promociones .item-card:hover .hover {
  opacity: 1;
}
.content-promociones .item-card:hover .tag-1 {
  opacity: 0;
}

.input-search {
  border: 1px #1D9CD8 solid;
  border-radius: 8px;
  padding: 0px 5px;
  width: 250px;
}
.input-search input {
  outline: none;
}

.input-search-map {
  height: 35px !important;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #1D9CD8;
  margin: 10px;
  padding: 0px 8px;
}

.hover-card {
  right: 5px;
  background-color: #fff;
}
.hover-card .img-card {
  width: 18em;
  height: 10em;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.content-instalaciones .waze {
  width: 15px;
}
.content-instalaciones #mapCanvas {
  width: 100%;
  height: 600px;
  max-height: 90vh;
}
.content-instalaciones .swiper-sedes {
  width: 90%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content-instalaciones .swiper-sedes {
    height: 420px;
    margin-top: 30px;
  }
}
.content-instalaciones .swiper-sedes .swiper-slide {
  background-color: #F6F6F9;
  padding: 8px 12px;
  justify-content: flex-start;
  display: flex;
}
.content-instalaciones .swiper-sedes .swiper-slide .img-card {
  width: 130px;
  height: 6em;
  object-fit: cover;
}
.content-instalaciones .container-swiper .action-prev {
  position: absolute;
  top: 45%;
}
@media only screen and (max-width: 768px) {
  .content-instalaciones .container-swiper .action-prev {
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
  }
  .content-instalaciones .container-swiper .action-prev img {
    transform: rotate(90deg);
  }
}
.content-instalaciones .container-swiper .action-next {
  position: absolute;
  top: 45%;
  right: 8%;
}
@media only screen and (max-width: 768px) {
  .content-instalaciones .container-swiper .action-next {
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
  }
  .content-instalaciones .container-swiper .action-next img {
    transform: rotate(90deg);
  }
}

@media only screen and (min-width: 1500px) {
  .grid-max {
    width: 1470px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

body .preview_360 {
  width: 100%;
  height: 395px !important;
  object-fit: cover !important;
  border-radius: 8px;
}
body .preview_360 img {
  height: 100% !important;
  object-fit: cover !important;
}
@media only screen and (max-width: 768px) {
  body .preview_360 {
    height: 200px;
  }
}

.no-drag {
  height: 100% !important;
  object-fit: cover !important;
}

.ng-star-inserted {
  background-color: #000 !important;
}

.fadeIn,
.loading-window {
  animation: fadeIn 0.4s both;
}

.loading-window {
  color: #1D9CD8;
  height: 200px;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  position: relative;
  top: 250px;
  width: 300px;
  z-index: 99;
}
.loading-window .text {
  font-size: 16px;
  position: absolute;
  width: auto;
  top: 63%;
  left: 38%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
}
.loading-window .dots {
  display: inline-block;
  width: 5px;
  overflow: hidden;
  vertical-align: bottom;
  animation: dots 1.5s linear infinite;
  transition: 1;
}
.loading-window .car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 92px;
  top: 70px;
}
.loading-window .car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: #1D9CD8;
  animation: strikes 0.2s linear infinite;
}
.loading-window .car .strike2 {
  top: 11px;
  animation-delay: 0.05s;
}
.loading-window .car .strike3 {
  top: 22px;
  animation-delay: 0.1s;
}
.loading-window .car .strike4 {
  top: 33px;
  animation-delay: 0.15s;
}
.loading-window .car .strike5 {
  top: 44px;
  animation-delay: 0.2s;
}
.loading-window .car-detail {
  position: absolute;
  display: block;
  background: #1D9CD8;
  animation: speed 0.5s linear infinite;
}
.loading-window .car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid #1D9CD8;
  border-left: 20px solid #1D9CD8;
}
.loading-window .car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0px;
}
.loading-window .car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid #1D9CD8;
  background: none;
  box-sizing: border-box;
}
.loading-window .car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}
.loading-window .car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}
.loading-window .car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid #333;
  background: linear-gradient(45deg, transparent 45%, #1D9CD8 46%, #1D9CD8 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #1D9CD8 46%, #1D9CD8 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #1D9CD8 46%, #1D9CD8 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #1D9CD8 46%, #1D9CD8 54%, transparent 55%), radial-gradient(#1D9CD8 29%, transparent 30%, transparent 50%, #1D9CD8 51%), #333;
  animation-name: spin;
}
.loading-window .car-detail.wheel2 {
  left: 82px;
}

@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}
@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
@keyframes dots {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.checkAutorizoInfo {
  display: none;
  padding: 10px 16px;
  background: #ececec;
  margin: 0 0 23px;
  border-radius: 8px;
  border: 1px dashed #cecece;
}
.checkAutorizoInfo p {
  margin: 0;
  text-align: justify;
  text-decoration: underline;
  font-size: 11px;
}

.full_360 {
  position: absolute;
  right: 6px;
  top: 3px;
  background: #6c757d;
  color: #fff;
  border-color: #6c757d;
  padding: 5px 15px;
}
.full_360 img {
  width: 23px;
  height: 23px;
}

body .lg-video-cont iframe.lg-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .modal-tratamiento-datos a {
  color: #1D9CD8;
}

body .photosVieweContent {
  width: 99%;
  margin: 0 0 0 0;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
body .photosVieweContent #viewer360 {
  width: 100vh;
  height: 395px;
  display: block;
}

/*     *************************\
 * *   Basic Modal Styles
 * * \************************* */
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
 * *  Demo Animation Style
 * *\************************* */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}

.form-check {
  position: relative;
}

.micromodal-slide .input-red {
  border-radius: 4px;
  padding: 8px 10px;
  border: none;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  background-color: #f6f6f9;
}
.micromodal-slide .input-red input {
  border: none;
  outline: none;
  width: 92%;
  background-color: #f6f6f9;
}
.micromodal-slide .select-red {
  margin-bottom: 20px;
  position: relative;
}
.micromodal-slide .select-red .input-red {
  margin-bottom: 0px !important;
}
.micromodal-slide .error ~ label.error {
  position: absolute;
  top: 102%;
  width: 100%;
  left: 0;
  font-size: 14px;
  color: #1D9CD8;
}

#modal-separate-vehicle {
  max-width: auto !important;
}
#modal-separate-vehicle .modal__container {
  padding: 30px 0px;
  width: 35em;
}
@media only screen and (max-width: 768px) {
  #modal-separate-vehicle .modal__container {
    width: 90% !important;
  }
}
#modal-separate-vehicle .modal__container .modal__header {
  background-color: #72A0D2;
  position: relative;
  justify-content: center;
  padding: 6px 20px 0px 20px;
}
#modal-separate-vehicle .modal__container .modal__header h3 {
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
#modal-separate-vehicle .modal__container .modal__header .modal__close {
  position: absolute;
  right: 20px;
  color: white;
  font-weight: bold;
}
#modal-separate-vehicle .modal__content {
  padding: 10px 30px 0px 30px;
}
#modal-separate-vehicle .modal__content a {
  color: #72A0D2;
}
#modal-separate-vehicle .modal__content label {
  font-size: 13px;
}
#modal-separate-vehicle .modal__footer {
  display: flex;
  justify-content: center;
}

#modal-consult-transaction .modal__container {
  padding: 30px 0px;
  width: 25em;
}
@media only screen and (max-width: 768px) {
  #modal-consult-transaction .modal__container {
    width: 90% !important;
  }
}
#modal-consult-transaction .modal__container .modal__header {
  background-color: #72A0D2;
  position: relative;
  justify-content: center;
  padding: 6px 20px 0px 20px;
}
#modal-consult-transaction .modal__container .modal__header h3 {
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
#modal-consult-transaction .modal__container .modal__header .modal__close {
  position: absolute;
  right: 20px;
  color: white;
  font-weight: bold;
}
#modal-consult-transaction .modal__content {
  padding: 10px 30px 0px 30px;
}
#modal-consult-transaction .modal__footer {
  display: flex;
  justify-content: center;
}
#modal-consult-transaction .modal__footer .btn {
  background-color: #72A0D2;
}

.content-felicitaciones-vehiculo-separado {
  position: relative;
  padding-top: 3em;
}
.content-felicitaciones-vehiculo-separado .top-auto {
  padding: 15px 8%;
}
.content-felicitaciones-vehiculo-separado .top-auto h3 {
  color: #FFFF;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0px;
}
.content-felicitaciones-vehiculo-separado .container-auto {
  display: flex;
  justify-content: center;
  background-color: rgba(196, 196, 196, 0.15);
  padding: 3em 0em 3em 0em;
}
.content-felicitaciones-vehiculo-separado .container-auto .auto-image, .content-felicitaciones-vehiculo-separado .container-auto .auto-text {
  width: 50%;
}
.content-felicitaciones-vehiculo-separado .container-auto .auto-text {
  text-align: right;
  padding-right: 3em;
}
.content-felicitaciones-vehiculo-separado .container-auto .auto-text h3, .content-felicitaciones-vehiculo-separado .container-auto .auto-text h1 {
  margin: 0px;
}
.content-felicitaciones-vehiculo-separado .container-auto .auto-text h3 {
  color: #1D9CD8;
}
.content-felicitaciones-vehiculo-separado .container-auto .auto-text-fallida {
  padding-right: 5em;
}
.content-felicitaciones-vehiculo-separado .container-auto .auto-text-fallida h3 {
  color: #000;
  font-weight: normal;
}
.content-felicitaciones-vehiculo-separado .container-auto .auto-image img {
  width: 65%;
  border-radius: 15px;
}
.content-felicitaciones-vehiculo-separado .container-auto .auto-image p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .content-felicitaciones-vehiculo-separado .container-auto {
    flex-direction: column;
  }
  .content-felicitaciones-vehiculo-separado .container-auto .title-0 {
    font-size: 40px;
  }
  .content-felicitaciones-vehiculo-separado .container-auto .auto-image, .content-felicitaciones-vehiculo-separado .container-auto .auto-text {
    width: 100%;
  }
  .content-felicitaciones-vehiculo-separado .container-auto .auto-text {
    text-align: center;
    padding-right: 0em;
  }
  .content-felicitaciones-vehiculo-separado .container-auto .auto-image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-felicitaciones-vehiculo-separado .container-auto .auto-image img {
    width: 75%;
    border-radius: 15px;
  }
}
.content-felicitaciones-vehiculo-separado .container-transaction {
  display: flex;
  margin-top: -120px;
  padding-right: 5Iem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.content-felicitaciones-vehiculo-separado .container-transaction .img-transaction {
  height: 500px;
  float: right;
}
.content-felicitaciones-vehiculo-separado .container-transaction .img-transaction-2 {
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .content-felicitaciones-vehiculo-separado .container-transaction {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column-reverse;
    padding-right: 0em;
    margin-top: -25px;
    text-align: center;
  }
  .content-felicitaciones-vehiculo-separado .container-transaction .img-transaction, .content-felicitaciones-vehiculo-separado .container-transaction .img-transaction-2 {
    width: 80%;
    height: auto;
    margin-right: 0em;
    float: none;
  }
  .content-felicitaciones-vehiculo-separado .container-transaction .img-transaction-2 {
    margin-top: 3em;
  }
  .content-felicitaciones-vehiculo-separado .container-transaction .timetable {
    bottom: auto;
    position: relative;
  }
}
.content-felicitaciones-vehiculo-separado .container-transaction div {
  width: 48%;
}
.content-felicitaciones-vehiculo-separado .container-transaction div a {
  font-size: 20px;
  padding: 5px 15px;
  text-decoration: none;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .content-felicitaciones-vehiculo-separado .container-transaction div {
    width: 100%;
  }
}
.content-felicitaciones-vehiculo-separado .timetable {
  bottom: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.content-felicitaciones-vehiculo-separado .timetable .timetable-content {
  background-color: #1D9CD8;
}
@media only screen and (max-width: 768px) {
  .content-felicitaciones-vehiculo-separado .timetable {
    position: relative;
  }
}

.text-blue {
  color: #72A0D2;
}

.content-consulta-transaccion {
  background-color: #ffff;
  margin-bottom: 5em;
  margin-top: 3em;
}
.content-consulta-transaccion .top-auto {
  padding: 15px 8%;
  background-color: #72A0D2;
}
.content-consulta-transaccion .top-auto h3 {
  color: #FFFF;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0px;
}
.content-consulta-transaccion .data-user {
  display: flex;
  justify-content: center;
}
.content-consulta-transaccion .data-user div {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding: 2em 1em;
}
.content-consulta-transaccion .data-user div .input {
  margin: 10px 0px;
  width: 100%;
  background-color: #f6f6f9;
  border-radius: 5px;
  padding: 8px 15px;
  border: none;
  font-weight: 800;
  color: #8a8a8a;
  font-family: Montserrat;
  font-size: 15px;
}
.content-consulta-transaccion .data-transaccions {
  padding: 3em 11%;
}
.content-consulta-transaccion .data-transaccions .table-transaccions {
  width: 100%;
  margin: 3em 0 0 0;
}
.content-consulta-transaccion .data-transaccions .table-transaccions tr th div {
  background-color: #72A0D2;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  color: white;
  margin: 5px;
  padding: 10px 5px;
  border-radius: 5px;
}
.content-consulta-transaccion .data-transaccions .table-transaccions tr td div {
  font-size: 14px;
  text-align: center;
  color: #8a8a8a;
  background-color: #f6f6f9;
  padding: 20px;
  border-radius: 5px;
  margin: 5px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-consulta-transaccion .data-transaccions .table-transaccions tr td div img {
  height: 100%;
  border-radius: 8px;
}
.content-consulta-transaccion .timetable {
  margin-bottom: 3em;
}
.content-consulta-transaccion .timetable .timetable-content {
  background-color: #1D9CD8;
}

body .redes img.icon-white {
  height: 34px;
  width: 34px;
  object-fit: scale-down;
}
body #promociones-form .item-politics {
  padding: 0 8px;
}
body #promociones-form .term_condition {
  padding: 0 8px;
}
body #promociones-form .term_condition h5 {
  font-size: 14px;
  margin: 0 0 7px;
}
body #promociones-form .term_condition .item-politics {
  padding: 0;
}
body #promociones-form .term_condition .item-politics .text-politics .container-checkbox {
  font-size: 12px;
}

html {
  overflow-x: hidden;
}

body.home_seminuevos header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
body.home_seminuevos .show_movil {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .show_movil {
    display: block !important;
  }
}
body.home_seminuevos .top-header {
  background: rgba(29, 156, 216, 0.3);
  padding: 0 24px;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .top-header {
    display: none;
  }
}
body.home_seminuevos .top-header .contact_header_new a {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 28px 0 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}
body.home_seminuevos .top-header .contact_header_new a img {
  margin: 0 8px 0 0;
  height: 16px;
}
body.home_seminuevos .top-header .redes {
  margin: 0 11px 0 0;
}
body.home_seminuevos .top-header .redes a {
  display: block;
  width: 25px;
  text-align: center;
}
body.home_seminuevos .top-header .pse {
  padding: 4px 0;
  height: 41px;
}
body.home_seminuevos .header-page {
  padding: 0 24px;
}
body.home_seminuevos .header-page #open-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .header-page #open-nav {
    display: block;
  }
}
body.home_seminuevos nav {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos nav {
    display: none !important;
  }
}
body.home_seminuevos nav .item {
  margin: 0px 13px;
}
body.home_seminuevos nav a {
  padding: 0 10px;
  font-family: Lato;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
body.home_seminuevos nav a:hover, body.home_seminuevos nav a.active {
  color: #1D9CD8;
}

body.home_seminuevos .content-all.content-intro {
  height: 114vh;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .content-all.content-intro {
    height: auto;
  }
}
body.home_seminuevos .content-all.content-intro > .content-intro {
  height: 100%;
  width: 100% !important;
}
body.home_seminuevos .content-intro .content-intro .content-intro-item {
  position: relative;
  overflow: hidden;
}
body.home_seminuevos .content-intro .content-intro .content-intro-item .txt-contet-relative {
  position: relative;
  z-index: 3;
  padding: 127px 0 0;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .content-intro .content-intro .content-intro-item .txt-contet-relative {
    padding: 57px ​0 57px;
  }
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .content-intro .content-intro .content-intro-item .txt-contet-relative.left_int {
    padding: 130px 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .content-intro .content-intro .content-intro-item .txt-contet-relative.right_int {
    padding: 57px 0 57px;
  }
}
body.home_seminuevos .content-intro .content-intro .content-intro-item .gradient,
body.home_seminuevos .content-intro .content-intro .content-intro-item .background {
  background: rgba(196, 196, 196, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
}
body.home_seminuevos .content-intro .content-intro .content-intro-item .image-bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
body.home_seminuevos .content-intro .content-intro .content-intro-item .info_intro {
  text-align: center;
  justify-content: center;
}
body.home_seminuevos .content-intro .content-intro .content-intro-item .info_intro p.text {
  width: 248px;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px #000000;
  margin: 0;
  text-align: left;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .content-intro .content-intro .content-intro-item .info_intro p.text {
    padding: 0 20px 0 0;
    font-size: 14px;
  }
}
body.home_seminuevos .content-intro .content-intro .content-intro-item .info_intro p.text.text_right {
  text-align: right;
  padding: 0 41px 0 0;
}
body.home_seminuevos .content-intro .content-intro .content-intro-item .info_intro .btn-light {
  color: #1D9CD8;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .content-intro .content-intro .content-intro-item .info_intro .btn-light {
    width: 51%;
    padding: 8px 10px;
  }
}
body.home_seminuevos .content-intro .content-intro .content-intro-item {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .content-intro .content-intro .content-intro-item {
    height: auto;
    padding: 0 50px;
  }
}
body.home_seminuevos .content-intro .content-intro .content-intro-item h1.title-1 {
  text-align: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-size: 57px;
  padding: 0 50px 11px;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .content-intro .content-intro .content-intro-item h1.title-1 {
    font-size: 39px;
    padding: 0 0px 11px;
  }
}
body.home_seminuevos .content-intro .content-intro .content-intro-item p.tag_test {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  color: #1D9CD8;
  text-shadow: 0px 0px 0px #ffffff;
  width: 84%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .content-intro .content-intro .content-intro-item p.tag_test {
    width: 100%;
    font-size: 20px;
  }
}
body.home_seminuevos .content-intro .content-intro .content-intro-item .img-feature {
  width: 77%;
  margin: 39px auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .content-intro .content-intro .content-intro-item .img-feature {
    width: 99%;
    margin: 32px auto;
  }
}

body.home_seminuevos .container_seminuevo {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
body.home_seminuevos .container_seminuevo.bg {
  background-image: url("../img/intro/border-top.svg");
  background-position: center top -85%;
  background-repeat: no-repeat;
  padding: 100px 0 0;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .container_seminuevo.bg {
    background-position: center top -367px;
    padding: 74px 34px 0;
  }
}
body.home_seminuevos .feature_seminuevos h2 {
  font-size: 45px;
  font-family: Montserrat;
  color: #1E1E1C;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body.home_seminuevos .feature_seminuevos h2 {
    font-size: 26px;
  }
}
body.home_seminuevos .feature_seminuevos h2 b {
  color: #1D9CD8;
  font-weight: 700;
}
body.home_seminuevos .feature_seminuevos h2 span {
  color: #1D9CD8;
  font-weight: 400;
}
body.home_seminuevos .feature-home-seminuevos {
  margin: 40px 0;
}
body.home_seminuevos .feature-home-seminuevos .swiper-wrapper {
  padding: 0;
}
body.home_seminuevos .feature-home-seminuevos .swiper-actions {
  justify-content: flex-end;
}
body.home_seminuevos .feature-home-seminuevos li {
  list-style: none;
}
body.home_seminuevos .feature-home-seminuevos .item-card {
  position: relative;
  margin: 0;
  padding: 19px;
  background: #72A0D2;
  border-radius: 10px;
  width: 100%;
  font-family: Lato;
  color: white;
}
@media only screen and (max-width: 576px) {
  body.home_seminuevos .feature-home-seminuevos .item-card {
    width: 100%;
  }
}
body.home_seminuevos .feature-home-seminuevos .item-card .separate-vehicle {
  position: absolute;
  width: 135px;
  z-index: 2;
}
body.home_seminuevos .feature-home-seminuevos .item-card h6 {
  text-align: center;
  color: white;
}
body.home_seminuevos .feature-home-seminuevos .item-card .text-gray {
  color: white;
}
body.home_seminuevos .feature-home-seminuevos .item-card .tag {
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
body.home_seminuevos .feature-home-seminuevos .item-card .img-cart {
  width: 100%;
  border-radius: 15px;
}
body.home_seminuevos .feature-home-seminuevos .item-card.outstanding-cart .img-cart {
  border: 4px #1D9CD8 solid;
}
body.home_seminuevos .feature-home-seminuevos .item-card.outstanding-cart .outstanding {
  position: absolute;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 10px 0px 10px;
  top: 0;
  right: 0;
  background-color: #1D9CD8;
}

body.home_seminuevos .timetable .timetable-content {
  background: #706F70;
}

.preloader-global-seminuevos {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  background-image: url("../img/icons/usados-color.svg");
  background-size: 110px;
  background-position: center bottom 15px;
  background-repeat: no-repeat;
  z-index: -1;
  visibility: hidden;
  transition: transform 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader-global-seminuevos.open {
  z-index: 999999;
  visibility: visible;
}

#loader {
  --loader-size: 30px;
  width: var(--loader-size);
  height: var(--loader-size);
  border-radius: 50%;
  position: relative;
  opacity: 1;
  transition: opacity 1s;
}

#loader::before {
  --b-inset: 0px;
  content: "";
  position: absolute;
  top: var(--b-inset);
  left: var(--b-inset);
  bottom: var(--b-inset);
  right: var(--b-inset);
  border-radius: 50%;
  border: 2px solid #2EAEFF;
  border-left-color: transparent;
  border-top-color: transparent;
  animation: rotate 1s linear infinite;
}

#loader::after {
  --b-inset: -5px;
  content: "";
  position: absolute;
  top: var(--b-inset);
  left: var(--b-inset);
  bottom: var(--b-inset);
  right: var(--b-inset);
  border-radius: 50%;
  border: 2px solid #2EAEFF;
  border-right-color: transparent;
  border-bottom-color: transparent;
  animation: rotateReverse 1s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes rotateReverse {
  0% {
    transform: rotate(0);
    opacity: 0.5;
  }
  50% {
    transform: rotate(-180deg);
    opacity: 1;
  }
  100% {
    transform: rotate(-360deg);
    opacity: 0.5;
  }
}
body .bg-result-none {
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 0 80px;
}
body .bg-result-none .info {
  top: 47px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
body .bg-result-none .info h1.title-1 {
  font-size: 38px;
}
body .bg-result-none .bg-img {
  height: 65vh;
  padding: 100px 0 0;
  object-fit: contain;
}

.simulacion_result {
  display: none;
}

.resultQuote {
  max-width: 480px;
  margin: 41px auto 0;
  display: block;
  font-size: 0;
}

.resultQuote .item {
  width: 100%;
  display: block;
  text-align: left;
  -webkit-transition: all 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  -o-transition: all 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  -ms-transition: all 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  -moz-transition: all 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  transition: all 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  border-radius: 4px;
  padding: 25px 25px;
  margin: 0 0 24px;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 768px) {
  .resultQuote .item {
    padding: 10px;
    width: 111%;
    margin-left: -5%;
  }
}

.resultQuote .item h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #2c2c2a;
  margin: 0 0 20px;
  text-transform: none;
  letter-spacing: 0.2px;
}

.resultQuote .item.resultCotizar {
  text-align: center;
}

.resultQuote .item.resultCotizar p {
  font-size: 26px;
  font-family: Montserrat;
  font-weight: bold;
  color: #1D9CD8;
  text-transform: uppercase;
}

.resultQuote .item.resultCotizar p span {
  font-family: Montserrat;
  color: #a0a0a0;
  display: block;
  margin: 0 0 9px;
  font-size: 16px;
}

.resultQuote .item.resultCotizar p.note {
  font-size: 10px;
  margin: 0;
  color: #1D1E1C;
  text-transform: none;
}

.resultQuote .item.resultCotizar p.term {
  font-family: Lato;
  line-height: 16px;
  text-align: justify;
  margin: 8px 0 0;
  font-size: 0.58rem;
  color: #1D1E1C;
  text-transform: none;
}

.resultQuote .item.resultCotizar p.term b {
  font-family: Montserrat;
}

.resultQuote .item .listAudience {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -o-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.resultQuote .item .listAudience .col {
  width: 33.33%;
}

.resultQuote .item .listAudience span,
.resultQuote .item .listAudience p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
}

.resultQuote .item .listAudience span {
  color: #a5a5a5;
  margin: 0 0 10px;
  display: block;
}

.resultQuote .item .listAudience p {
  color: #1D1E1C;
  display: block;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: none;
}

.resultQuote .item .listAudience p img {
  height: 20px;
  margin: 0 6px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.resultQuote .item .listAudience.full .col {
  width: 100%;
  text-align: left;
  margin: 30px 0 0;
}

.resultQuote .item .listAudience.full .col p i {
  color: #009830;
}

.resultQuote .item .listAudience.full .col a:hover {
  text-decoration: underline;
}

.resultQuote .item table {
  margin: 0;
  width: 100%;
  display: table;
  border-spacing: 0;
  overflow: hidden;
  margin: 0;
}

.resultQuote .item table thead tr th {
  font-family: Montserrat;
  font-weight: bold;
  padding: 3px 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #1D1E1C;
  text-align: center;
}

.resultQuote .item table tbody tr td {
  font-size: 13px;
  padding: 3px 0;
  text-align: center;
}

.resultQuote .listAudience a {
  text-decoration: none;
  -webkit-transition: all 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  -o-transition: all 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  -ms-transition: all 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  -moz-transition: all 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  transition: all 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
}
.resultQuote .listAudience a:hover {
  text-decoration: underline;
}

#BrandId:focus .chosen-search-input {
  display: none !important;
}

.bg_portada {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #dbdbdb;
  border-bottom: 3px solid #1D9CD8;
}
.bg_portada::after {
  content: "";
  clear: both;
  display: block;
}
.bg_portada::before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.83) 49%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.83) 49%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.83) 49%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.83) 49%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.83) 49%);
  content: "";
}
.bg_portada .title_sub {
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1200px;
  width: 100%;
  z-index: 3;
}
.bg_portada .title_sub span {
  display: block;
  font-size: 21px;
  font-family: Montserrat;
  color: #1D9CD8;
}
.bg_portada .title_sub h1, .bg_portada .title_sub h2 {
  color: #fff;
  font-family: Montserrat;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  letter-spacing: 0.8px;
}
.bg_portada .title_sub h1:before, .bg_portada .title_sub h2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 4px;
  background: #1D9CD8;
  margin: auto 12px auto 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  top: -7px;
  right: 100%;
  -webkit-animation: blinkblink 0.45s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
.bg_portada .title_sub h5 {
  color: #fff;
  font-size: 13px;
  font-family: "AvantGardeStdBk", sans-serif;
  background: #1D9CD8;
  border-radius: 17px;
  height: 23px;
  line-height: 25px;
  padding: 0 13px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.bg_portada .title_sub p {
  color: #fff;
  max-width: 285px;
  width: 100%;
  margin: 7px 0 0;
  line-height: 20px;
  font-size: 15px;
  font-family: "AvantGardeStdBk", sans-serif;
}
.bg_portada img {
  display: none;
}
.bg_portada .img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 365px;
  display: block;
}

@media only screen and (max-width: 1440px) {
  .bg_portada .title_sub {
    bottom: 27px;
  }
}
@media only screen and (max-width: 800px) {
  .bg_portada .title_sub {
    padding: 0 23px;
  }
}
@media only screen and (max-width: 642px) {
  .bg_portada .title_sub {
    bottom: 32px;
  }
}
@media only screen and (max-width: 642px) {
  .bg_portada .title_sub span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1440px) {
  .bg_portada .title_sub h1, .bg_portada .title_sub h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 642px) {
  .bg_portada .title_sub h1, .bg_portada .title_sub h2 {
    font-size: 26px;
    max-width: 95%;
  }
}
@media only screen and (max-width: 642px) {
  .bg_portada .title_sub h1:before, .bg_portada .title_sub h2:before {
    margin: auto 7px auto 0;
    top: -5px;
  }
}
@media only screen and (max-width: 642px) {
  .bg_portada .title_sub h5 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 642px) {
  .bg_portada .title_sub p {
    max-width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 642px) {
  .bg_portada img {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .bg_portada .img {
    height: 298px;
  }
}
@media only screen and (max-width: 642px) {
  .bg_portada .img {
    height: 255px;
  }
}
.bgBreadcrumbs {
  display: block;
  background: rgba(219, 219, 219, 0.4);
}
.bgBreadcrumbs:after {
  content: "";
  clear: both;
  display: block;
}

.bgBreadcrumbs {
  display: block;
  background: rgba(219, 219, 219, 0.4);
}
.bgBreadcrumbs:after {
  content: "";
  clear: both;
  display: block;
}

.breadcrumb {
  margin-bottom: 12px;
  list-style: none;
  padding: 12px 0;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.breadcrumb .active a {
  font-weight: bold;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li > a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  text-decoration: none;
  font-family: Lato;
  color: #3a3a37;
}
.breadcrumb > li > a > .icon {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb > li > a:hover {
  color: #1D9CD8;
}
.breadcrumb > li:first-child::before {
  display: none;
}
.breadcrumb > li:last-child > a {
  font-family: "AvantGardeStdDemi", sans-serif;
}
.breadcrumb > li::before {
  content: "❯";
  padding: 0 17px 0 12px;
  font-family: "FontAwesome";
  color: #888;
  font-size: 14px;
  margin: -1px 0 0 0;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 632px) {
  .breadcrumb > li > a {
    max-width: 138px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.callto-action {
  display: block;
  padding: 36px 0;
  background: #1d1d1c;
  position: relative;
}
.callto-action::after {
  content: "";
  clear: both;
  display: block;
}
.callto-action .container_base {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.callto-action h3 {
  font-family: Montserrat;
  color: #fff;
  font-style: italic;
  font-size: 18px;
  margin: 0 45px 0 0;
  font-weight: bold;
}
.callto-action .btn:hover {
  color: #3a3a37;
  border-color: #fff;
}
.callto-action .btn:hover::before {
  background: #fff;
}

@media only screen and (max-width: 642px) {
  .callto-action {
    padding: 37px 0;
  }
}
@media only screen and (max-width: 642px) {
  .callto-action .container_base {
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 642px) {
  .callto-action h3 {
    font-size: 15px;
    margin: 0 0 15px;
  }
}
.container_bank {
  padding: 42px 20px;
}

@media only screen and (max-width: 642px) {
  .container_bank {
    padding: 31px 25px;
  }
}
.panel_bank {
  position: relative;
  display: block;
  margin-bottom: 54px;
  padding-left: 88px;
}
.panel_bank::after {
  content: "";
  clear: both;
  display: block;
}
.panel_bank:hover img {
  border-color: #1D9CD8;
}
.panel_bank h3 {
  display: block;
  margin-top: 4px;
  margin-bottom: 19px;
  font-size: 16px;
  font-family: Montserrat;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.panel_bank p {
  margin-bottom: 8px;
  font-size: 13px;
}
.panel_bank span {
  background: #1D9CD8;
  display: inline-block;
  width: 20px;
  height: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.panel_bank img {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1;
  line-height: 58px;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #444;
  border: 2px solid #efefef;
  border-radius: 30px;
  background-color: #fff;
}

.img_full {
  display: block;
}
.img_full img {
  width: 100%;
}

.custon_emblema {
  position: relative;
  border-bottom: 3px solid #1D9CD8;
  margin-top: 3em;
}
.custon_emblema .mask {
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 88%);
}
.custon_emblema .mask:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 6px;
  left: 16px;
  background: url("../img/icons/usados-white.svg") center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 101px;
  height: 52px;
}

.intro_certificaciones {
  margin: 55px ​0 30px;
  text-align: center;
}

.container_certifications {
  text-align: center;
  margin: 23px auto 5px;
  max-width: 563px;
}
.container_certifications::after {
  content: "";
  clear: both;
  display: block;
}
.container_certifications .panel {
  border: 2px solid #eaeaea;
  padding: 25px 25px 112px 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}
.container_certifications .panel h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  margin: -2px 0 23px;
}
.container_certifications .panel iframe {
  min-width: 409px;
  border: none;
  height: 107px;
  overflow: hidden;
}
@media only screen and (max-width: 642px) {
  .container_certifications .panel iframe {
    overflow-x: auto;
    overflow-y: hidden;
    min-width: auto;
  }
}
.container_certifications .panel::after {
  width: 100%;
  height: 85px;
  line-height: 85px;
  text-align: center;
  position: absolute;
  font-family: Montserrat;
  left: 0;
  bottom: 0;
  content: "Praco Didacol S.A.S";
  font-size: 12px;
  background: #161614 url("../img/pages-footer/bb_cerificaciones.png") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}

/*# sourceMappingURL=app.css.map */
