.form,
.slipe-color {
  -webkit-box-sizing: border-box;
  position: relative;
}

.container-icon,
.form,
.form .control,
.form .terms-item,
.slipe-color,
.slipe-colors,
.slipe-content,
.slipe-name {
  position: relative;
}

#content-map .tag-filter input[type="checkbox"],
td.ui-datepicker-week-end:last-child,
th.ui-datepicker-week-end:last-child {
  visibility: hidden;
  display: none;
}

.form-terms label,
.popup-close,
.slipe-color {
  cursor: pointer;
}

#content-map .map-list-title,
.modern-title,
.popup-actions .btn,
.popup-subtitle,
.slipe-actions,
.slipe-name {
  text-transform: uppercase;
}

.slipe-head {
  padding: 0 12px;
  margin-left: 68px;
  margin-right: 68px;
  margin-bottom: 60px;
  text-align: center;
}

.styles_h3-1 {
  font-size: 16px;
  text-transform: none;
  font-weight: 100;
}

.styles_h3-2 {
  font-size: 16px;
  text-transform: none;
  font-weight: 100;
  margin-top: -5%;
}

.slipe-image,
.slipe-image img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slipe-head .panel-title {
  margin-bottom: 0;
}

.slipe-content {
  margin-bottom: 60px;
}

.slipe-colors,
.slipe-image {
  margin-bottom: 30px;
  text-align: center;
}

.slipe-image {
  max-width: 750px;
}

.slipe-image img {
  display: block;
  height: auto;
}

.slipe-color {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin: 0 12px;
  background-color: #ececec;
  border-radius: 100%;
  box-sizing: border-box;
}

.slipe-color.active,
.slipe-color:hover {
  border: 1px solid #171717;
}

.slipe-color span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 100%;
}

.slipe-name {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}

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

.c2span {
  background: #bf0a12;
}

.c4span {
  background: #2f4773;
}

.c6span {
  background: #fcfcfc;
}

.c5span {
  background: #434346;
}

.c3span {
  background: #6d7174;
}

.c7span {
  background: #d4d4d4;
}

.c8span {
  background: #312722;
}

.form {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.form .btn-default {
  min-width: 180px;
  background: #910a2d;
  color: #fff;
}

.form .btn-default.disabled,
.form .btn-default:disabled,
.form .btn-default[disabled] {
  background-color: #d8d8d8;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
}

.form input[type="date"],
.form input[type="email"],
.form input[type="password"],
.form input[type="text"],
.form input[type="time"],
.form select,
.form textarea {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form input[type="text"]:focus,
.form select:focus,
.form textarea:focus {
  outline: 0;
}

.form .control {
  text-align: left;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.form .terms-text,
.form-small {
  text-align: left;
  color: #747474;
}

.form label {
  display: inline-block;
  color: #171717;
  font-weight: 700;
  padding: 0;
  margin-bottom: 8px;
  font-size: 18px;
}

.form input[type="date"],
.form input[type="email"],
.form input[type="text"],
.form input[type="time"],
.form select {
  display: block;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  color: #535353;
  line-height: 1.5;
  border-bottom: 1px solid #979797;
  min-height: 28px;
}

.form input[type="email"].error,
.form input[type="text"].error,
.form select.error {
  border-color: red;
  color: red;
}

.form label .check,
form .check {
  border: 1px solid #171717;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
}

.error {
  color: red !important;
}

.error::placeholder {
  color: red;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
}

.form-terms,
.modern-head {
  position: relative;
  margin-bottom: 40px;
}

.form .terms-item {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 50px 1fr;
  margin-bottom: 16px;
}

.form .terms-check input[type="checkbox"] {
  display: none;
}

.form .terms-text {
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
}

.form label .check {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.form input[type="checkbox"]:checked+.check,
.form input[type="checkbox"]:checked~.check {
  background-color: #171717;
}

.form-small {
  font-size: 14px;
  line-height: 14px;
}

.form-small-legal {
  font-size: 14px;
  color: #747474;
  line-height: 14px;
  text-align: justify;
}

.form-small a {
  color: #5b5b5b;
  text-decoration: none;
}

::-moz-selection {
  background-color: #c6c7c8;
  font-family: MazdaType;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #535353;
}

.container-icon {
  direction: rtl;
  width: 200px;
}

.input_img,
.input_img_hora {
  position: absolute;
  bottom: 9px;
  right: 3px;
}

#input {
  height: 20px;
  margin: 0;
  padding-right: 30px;
  width: 100%;
}

.input_img {
  width: 15px;
  height: 10px;
}

.input_img_hora {
  width: 18px;
  height: 18px;
}

.modern-box,
.modern-wrap {
  position: relative;
  width: 100%;
}

.modern-wrap {
  max-width: 1440px;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modern-box,
form .check {
  -webkit-box-sizing: border-box;
  background-color: #fff;
}

body[data-cms="Edit"] .modern-wrap {
  min-height: 560px;
}

.gracias-form .modern-title {
  font-family: MazdaType;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #171717;
  margin-bottom: 5%;
}

.gracias-form .legal-info {
  font-size: 13px;
  line-height: 18px;
  margin: 26px 0 28px;
}

.gracias-form .btn-consultar,
.gracias-form .modern-subtitle {
  font-size: 18px;
  text-align: center;
  font-family: MazdaType;
  font-weight: 400;
}

.contenedor-textos .modern-subtitle-vin,
.gracias-form .btn-consultar,
.gracias-form .modern-subtitle,
.title-datos {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.gracias-form .modern-subtitle {
  color: #747474;
}

.gracias-form .modern-box {
  overflow: auto;
}

.gracias-form .btn-consultar {
  border-radius: 7px;
  color: #fff;
}

.contenedor-formulario {
  display: flex;
}

.modern-aside {
  width: 100%;
  height: auto;
}

.modern-image img {
  display: block;
  margin-bottom: 0;
  height: 100vh;
}

body[data-cms="Edit"] .modern-image img {
  height: 560px;
}

.modern-box {
  padding: 25px 43px;
  margin-right: 0;
  margin-left: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .slipe-head {
    padding: 0 27px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .slipe-head .panel-title {
    margin-bottom: 0;
  }

  .slipe-content {
    margin-bottom: 30px;
  }

  .slipe-name {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .modern-box {
    position: relative;
    padding: 25px 43px;
    width: 100%;
    min-height: auto;
    max-width: auto;
    margin-right: 0;
    margin-left: auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: auto;
  }
}

#loading-image,
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

form .control textarea {
  border: 1px solid #979797;
}

form .terms-item-vin {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

form .check {
  width: 30px;
  height: 30px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  margin-right: 1.2%;
}

form .ckeck-two {
  width: 15px;
}

@media only screen and (max-width: 960px) {
  .modern-box {
    padding: 0 40px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}

.modern-title {
  text-align: center;
  font-size: 18px;
  color: #171717;
  font-weight: 700;
  margin-bottom: 20px;
}

.modern-subtitle {
  text-align: justify;
  padding: 15px 60px;
  color: #747474;
}

.title-datos {
  font-size: 15px;
  font-weight: 700;
  color: #bebebe;
  padding: 20px 0;
}

@media only screen and (max-width: 640px) {
  .form .control {
    margin-bottom: 30px;
  }

  .form-actions,
  .form-terms {
    margin-bottom: 0px;
  }

  .form label {
    font-size: 14px;
  }

  .form input[type="email"],
  .form input[type="text"],
  .form select {
    font-size: 12px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .modern-box {
    padding: 0;
  }

  .modern-head {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .modern-title {
    font-size: 15px;
  }

  .modern-subtitle {
    font-size: 15px;
    padding: 0;
  }
}

.contenedor-vin {
  max-width: 100%;
  display: grid;
  place-content: center;
  place-items: center;
  margin: 20px;
  background-color: #fff;
}

.btn-consultar,
.view-more .contenedor-btn .btn-consultar {
  background: #171717;
  color: #fff;
}

.inner {
  display: flex;
  width: 60%;
  justify-content: center;
  align-items: center;

}

.contenedor-img {
  width: 40%;
}

.contenedor-img img {
  width: 100%;
  object-fit: contain;
}

.contenedor-textos .modern-subtitle-vin {
  text-align: center;
  font-family: MazdaType;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding: 0 13%;
}

.contenedor-textos .form-actions,
.contenedor-textos .form-small {
  text-align: left;
}

.btn-consultar {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1;
  padding: 8px 30px;
  min-width: 150px;
  border: none;
}

.contenedor-campanas .texto span,
.contenedor-campanas .titulo,
.texto-notificacion {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: MazdaType;
  font-weight: 700;
}

.contenedor-textos {
  width: 481px;
  padding-left: 67px;
}

@media only screen and (max-width: 1750px) {
  .inner {
    width: 85%;
  }
}

@media only screen and (min-width: 400px) {
  .btn-consultar {
    min-width: 200px;
  }

  .contenedor-textos {
    padding-left: 0;
    width: 100%;
  }
}

.contenedor-textos .control {
  max-width: auto;
}

.contenedor-textos .form label {
  margin-bottom: 17px;
  font-family: MazdaType;
  font-weight: 700;
}

.contenedor-textos .form {
  margin-top: 5%;
}

.notificacion-vin {
  color: #171717;
  text-align: center;
  padding: 0 20%;
}

@media only screen and (max-width: 992px) {
  .notificacion-vin {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .contenedor-vin {
    max-width: 768px;
  }

  .inner {
    display: block;
    margin: 0;
  }

  .contenedor-textos .form-actions,
  .contenedor-textos .form-small {
    text-align: center;
    width: 100%;
  }

  .contenedor-textos .modern-subtitle-vin {
    text-align: justify;
  }

  .contenedor-img {
    width: 100%;
    margin-bottom: 5%;
  }

  .contenedor-img img {
    text-align: center;
    width: 100%;
    display: block;
  }

  .notificacion-vin {
    margin: 0;
  }

  .contenedor-campanas .titulo {
    text-align: left;
  }

  .contenedor-campanas {
    padding: 0 !important;
    width: 90%;
  }

  .notificacion-vin {
    padding: 5%;
    width: 100%;
  }

  .contenedor-separacion hr {
    width: 80%;
  }
}

.texto-notificacion {
  font-size: 20px;
  text-align: center;
  color: #171717;
  padding: 32px;
}

.contenedor-campanas {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 100px 20px;
}

@media only screen and (max-width: 480px) {
  .form .control {
    margin-bottom: 15px;
  }

  .contenedor-separacion hr {
    width: 80%;
  }
}

.contenedor-campanas-vin>* {
  padding: 20px 0;
}

.contenedor-campanas-vin {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: 0 0;
  width: 100%;
  border-bottom: solid 1px #c4c4c4;
}

@media screen and (min-width: 725px) {
  .contenedor-campanas-vin {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .contenedor-campanas-vin>* {
    -webkit-flex: 1;
    flex: 1;
  }

  .contenedor-img-campanas {
    -webkit-order: -1;
    order: -1;
  }

  .contenedor-campanas-vin>div {
    -webkit-flex: 2;
    flex: 2;
  }

  .contenedor-campanas {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .contenedor-campanas-vin {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.contenedor-campanas .titulo {
  font-size: 18px;
  color: #171717;
  margin-bottom: 10px;
  text-align: left;
  padding: 40px 0;
  justify-content: center;
}

.contenedor-textos {
  margin-left: 20px;
  width: 60%;
}

@media only screen and (max-width: 500px) {
  .contenedor-textos {
    padding-left: 0;
    margin-left: 0 !important;
    width: 100%;
  }
}

.contenedor-campanas .texto span {
  font-size: 18px;
  color: #171717;
  text-align: left !important;
}

.contenedor-btn {
  text-align: center;
  padding: 20px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3%;
}

.contenedor-btn .btn-consultar {
  background: 0 0;
  border: 1px solid #171717;
  color: #171717;
  font-size: 16px;
  padding: 5px 30px;
  margin: 0 2px;
}

.contenedor-separacion hr {
  border: 1px solid #5b5b5b;
  color: #5b5b5b;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .contenedor-separacion hr {
    width: 80%;
    margin: auto;
  }
}

.divider,
hr {
  background-color: #5b5b5b;
  width: 100%;
  max-width: 940px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0.28;
  margin: 60px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-box,
.popup-image img {
  margin-right: auto;
  margin-left: auto;
}

.view-more .separacion-modulo {
  margin: 20px 0;
}

.view-more .titulo {
  margin: 0 0 30px;
}

.ng-map-info-window h1 {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.ng-map-info-window p {
  font-size: 14px;
  margin-bottom: 0;
}

#content-map .form select {
  max-width: 420px;
}

#content-map .form label,
.popup.open {
  display: block;
}

#content-map .form.map-form {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup,
.popup-box {
  -webkit-box-sizing: border-box;
}

#content-map .tag-filter {
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
  margin: 2px 4px;
  cursor: pointer;
}

#content-map .tag-filter span {
  font-family: MazdaType;
  display: block;
  padding: 8px 25px;
  background-color: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.2s ease-out;
}

#content-map .tag-filter.active span {
  background-color: #910a2d;
  color: #fff;
}

#content-map .map-list {
  position: relative;
  padding: 25px 10px;
  text-align: center;
}

#content-map .map-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 8px;
  padding: 8px 15px;
  width: 364px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: context-menu;
}

#content-map .map-list-item.active,
#content-map .map-list-item:hover {
  background: #fff;
}

#content-map .map-list-title {
  font-family: MazdaType;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
}

#content-map .map-list-info {
  font-family: MazdaType;
  font-size: 14px;
}

#content-map .map-actions {
  text-align: center;
}

#content-map .custom-btn {
  color: #fff;
}

.mess-error {
  color: red;
}

@media only screen and (min-width: 1201px) {
  .mxp-container-container-content-2z3XZ.mxp-container-horizontalSpacing-1Ii8c {
    max-width: 1200px;
    padding: 8px 20px 10px;
  }
}

#loading-image {
  background: rgba(240, 240, 240, 0.8);
  z-index: 500;
  display: grid;
  justify-content: center;
  align-items: center;
}

.ui-datepicker-calendar tr {
  display: table-row;
  padding: 0;
}

.popup-close img,
.popup-image img {
  display: block;
  margin-bottom: 0;
}

#cms_desktop-navigation.hidden {
  transform: translateY(0);
}

@media (max-width: 480px) {
  .form .control {
    text-align: left;
  }

  .mxp-container-container-content-2z3XZ.mxp-container-verticalSpacing-3EJrA {
    padding-top: 20px;
  }
}

.popup {
  padding: 24px;
  box-sizing: border-box;
  background-color: rgba(23, 23, 23, 0.5);
  z-index: 100;
  display: none;
}

.popup-box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 940px;
  width: 100%;
  padding: 20px;
  background-color: #ededed;
  box-sizing: border-box;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.popup-content {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 20px;
}

.button-download,
.button-forms {
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}

.popup-image {
  position: relative;
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-image img {
  max-width: 340px;
}

.popup-actions {
  width: 100%;
  max-width: 380px;
}

.popup-actions .btn {
  min-width: auto;
}

.button-download {
  background-color: #100f10;
  border-radius: 3px;
  color: #eee;
  font-size: 14px;
  padding: 9px;
  width: 179px;
  margin: 5px;
}

.button-forms,
.button-results {
  font-size: 13px;
  letter-spacing: 1pt;
}

.button-download:hover,
.button-forms:hover,
.button-results:hover {
  background: #910a2d;
}

.button-results {
  background: 0 0;
  border: 1px solid #171717;
  color: #171717;
  padding: 9px 37px;
  margin: 15px 2px 0;
  border-radius: 3px;
  width: 208px;
  text-decoration: none;
}
.button-results:hover{
  color:#fff;
}

.button-forms {
  background-color: #100f10;
  border-radius: 3px;
  color: #eee;
  min-width: 170px;
  padding: 9px;
  

}

.volver{
  position:relative;
}

.volver::before {
    content: "";
    position: absolute;
    top: 44%;
    right: 33%;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    border-left: 2px solid rgb(216 216 216);
    border-bottom: 2px solid rgb(216 216 216);
}

.form .button-forms.disabled,
.form .button-forms:disabled,
.form .button-forms[disabled] {
  background-color: #d8d8d8;
  color: #fff;
  cursor: not-allowed;
  border-radius: 3px;
  pointer-events: none;
  letter-spacing: 1pt;
  user-select: none;
}

@media only screen and (max-width: 960px) {
  .popup-image img {
    max-width: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .popup-close {
    top: 10px;
  }

  .popup-content {
    margin-top: 24px;
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-forms {
    margin: 0;
    width: 100%;
  }

  .popup-image {
    padding: 0;
    margin-bottom: 24px;
  }

  .popup-image img {
    max-width: 240px;
  }

  .popup-info {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .popup-image img {
    max-width: 100%;
  }
}

.popup-subtitle {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #171717;
  margin-bottom: 8px;
}

.popup-text {
  margin-bottom: 24px;
}

.popup-text p {
  color: #747474;
  line-height: 1.2;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .popup-subtitle {
    font-size: 15px;
  }

  .popup-text p {
    font-size: 12px;
  }
}