:root {
  /* #4868BF in decimal RGB */
  --theme: #EBE8E8;
  --themeop: 235, 232, 232;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: auto !important;
  background: #F3F3F3 url(../../images/bg-gray.png) no-repeat left bottom;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.flex-fill {
  flex: 1 1 auto;
}

body {
  counter-reset: chapter;
}

p {
  font-size: 11pt;
  line-height: 17pt;
}

a,
.red {
  color: #D81E05;
}

/*new*/
.spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border-left-color: #d81e05;
  animation: spin 1s ease infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

ul.text-small,
.text-small {
  font-size: 14px;
}

ul.text-small h6 {
  font-size: 14px;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
#cotizacion .form-check {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
}
#cotizacion .form-check-input {
  background-color: rgb(216 30 5 / 19%);
  border-radius: 5px !important;
  border: none;
  height: 1.2em;
  width: 1.2em;
}

#cotizacion .form-check-input:checked[type=checkbox] {
  background-image: url(../../images/iconos/ccheck-input.svg);
  background-size: 15px;
}

.activado label {
  display: block;
}

.desactivado label {
  display: none;
}

.activado #ciudad,
.desactivado #ciudad {
  background-color: #fff;
  pointer-events: all;
  border-radius: 0px !important;
}

.activado select,
.activado input {
  background-color: none;

}

.desactivado select,
.desactivado input {
  background-color: #D9D9D9;
  pointer-events: none;
  border-radius: 5px !important;
}
.v-line{
  background: url(../../images/iconos/line-vertical.png) repeat-y center center;
 }
.modal-header {
  border-bottom: none;
}

.modal-body form .form-label {
  color: #363636;
  font-weight: 400;
  font-size: 15px !important;
}

.multiselect label {
  display: block;
}

.multiselect .form-check-input {
  position: absolute;
  right: -10px;
  top: -15px;
  width: 27px;
  height: 27px;
}

.multiselect .card {
  border: 0.5px solid #C4C4C4;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  border: none;
}
.card-gray{
  background: #F9F9F9;
  border-radius: 5px;
}
.multiselect .card .card-header {
  background: transparent;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #d81e05;
}

.multiselect .card .card-header img {
  margin-right: 15px;
}

.multiselect .form-check-input:checked {
  background-color: #fff;
  border-color: #d81e05;
  border-radius: 30px;
}

.multiselect .form-check-input:checked~.mask {
  background: rgb(216 30 5 / 5%);
  border: 1px solid #be1f24;
  border-radius: 8px;
}

.multiselect .form-check-input:checked[type=checkbox] {
  background-image: url(../../images/iconos/check-red.svg);
  background-color: #fff;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: rgba(0, 0, 0, .25);
}

.card-body .card-link {
  color: #D81E05;
  width: 100%;
  text-align: end;
  font-size: 12px;
  display: block;
}

.accordion-button::after {

  background-image: url(../../images/iconos/arrow-up.svg);

}

.accordion-button:not(.collapsed)::after {
  background-image: url(../../images/iconos/arrow-down.svg);
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.table>thead{
  background-color: #D81E05;
  color: #fff;
  
}
.table>thead tr th{
  vertical-align: middle;
}
.table>tbody tr td, .table>tbody tr th {
    vertical-align: middle;
}
.table>:not(:first-child) {
  border-top: none;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: #D9D9D9;
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  background: #D9C6C4;
  border-radius: 8px;
  overflow: hidden;
}

.table .price-table {
  --bs-table-accent-bg:
    rgb(216 30 5 / 9%) !important;
  color: #d81e05 !important;
  font-weight: 700;
}

.table .check-table {
  --bs-table-accent-bg:
    #C3C3C3 !important;
  color: #d81e05 !important;
  font-weight: 700;
}

.table .check-table .form-check-input {
  width: 1.5em;
  height: 1.5em;
  border-radius: 0;
}

.table .check-table .form-check-input:checked[type=radio] {
  background-image: url(../../images/iconos/check-red.svg);
  background-color: #fff;
}

.table-descuentos > thead {
  	background-color: #fff !important;
  	color: #D81E05 !important;
  	border-top: 1px solid #D81E05;
}

.table-descuentos > tbody tr {
  	border-bottom: white 6px solid;
  	background: lightgray;
}

.table_tr_red {
	color: white;
    background: #D81E05 !important;
}

.cardred-1 {
  background-color: rgb(216 30 5 / 19%);
  border-radius: 10px;
  padding: 15px 0;
}

.cardred-1 h2 {
  font-size: 2.5rem;
}

.cardred-1 h6 {
  font-size: 12px;
}

.cardred-1 ul {
  font-size: 13px;
}
.cardred-1 ul li {margin-left: 15px;}
.cardred-1 h2 span {
  font-size: 1.2rem;
  font-weight: 400;
}

/*.cardred-2{
  background-color: rgb(216 30 5 / 19%);
  border-radius: 10px;
  padding: 15px 0;
}*/
/*end new*/
.img-json p {
  line-height: 12pt;
}

.bg-form {
  background: #f3f3f3 url(../../images/elipse-bg.png) no-repeat bottom left;
}

.formcontainer {
  height: 100vh;
}

.underline {
  color: #3c3c3c;
  border-bottom: dotted 4px;
  text-decoration: none;
  display: inherit;
}

section {
  padding: 5rem 0;
}

.no-padding {
  padding: 0;
}

#cabecera {
  background: url(../../images/header.jpg) no-repeat top center;
  background-size: contain;
  position: relative;
  margin-top: 65px;
  overflow: hidden;
}

footer {
  top: 0;
  background: #6E6E6E;
  color: #fff;
  padding: 20px;
  position: sticky;
  z-index: 100;
}

footer a {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #D81E05;
}

/*b {
		  color: var(--theme);
	  }*/
.text-justify {
  text-align: justify;
}

.btn {
  border-radius: 0rem;
  border-radius: 5px;
}

.svg-container {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.txt-top {
  background: var(--theme);
  color: #fff;
  padding: 15px 0;
}

.txt-top p {
  font-size: 14px;
  margin: 0;
}

#download {
  background: var(--theme);
  opacity: 0.8;
  color: #fff;
}

#download .collapse:not(.show) {
  display: block;
}

#download .collapse,
.text .collapse {
  visibility: visible !important;
}

#download input:not([type]),
#download input[type="text"],
#download input[type="password"],
#download input[type="email"],
#download input[type="url"],
#download input[type="time"],
#download input[type="date"],
#download input[type="datetime-local"],
#download input[type="tel"],
#download input[type="number"],
#download input[type="search"],
#download textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  box-shadow: none;
  transition: all 0.3s;
  color: rgb(255 255 255);
}

#download .form-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
  width: 100%;
  font-size: 1rem;
  margin: 1rem 0 0 0;
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75drem;
  box-shadow: none;
  transition: all 0.3s;
  color: rgb(255 255 255 / 50%);
}

#download .form-select option {
  /* color: var(--theme); */
  /* background: #ccc; */
  color: #fff;
}

#download ::placeholder {
  color: none;
}

#download .form-select:focus {
  color: rgb(255 255 255 / 50%);
  /* background-color: #fff; */
  border-color: #c2c2c2;
  outline: 0;
  box-shadow: none;
}

.contenedor .form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: #fff;
  opacity: 0.4;
}

.theme {
  color: var(--theme);
}

.btndownload {
  background: #fff;
  color: var(--theme);
  margin: 10px 0;
  border-color: none;
  font-size: 15pt;
  font-weight: 600;
}

.btn-success {
  color: #fff !important;
  background-color: #00be5f !important;
  border-color: #00be5f !important;
}

.colorhead {
  background-color: #fff;
  background-image: -webkit-linear-gradient(140deg, var(--theme) 50%, #fff 50%);
  box-shadow: 2px 10px 49px -32px;
}

.msn {
  margin: 0 20px;
  color: #fff;
}

.bg {
  box-shadow: var(--theme) 15px -15px;
  border-radius: 50%;
}

.tittles {
  margin: 6rem 0 0 0;
}

.customacordion {
  background: rgba(var(--themeop), 0.1);
  border: none;

  margin-top: 15px;
}

.ventajas {
  margin-top: 20px;
}

.accordion-button {
  /* text-align: left; */
}

.acordionbtn:not(.collapsed) {
  color: #3d3d3d;
  background-color: #fff;
}

.faqac .acordionbtn:not(.collapsed) {
  background-color: rgba(var(--themeop), 0.1) !important;
  color: var(--theme) !important;
}

.smldv {
  text-align: end;
  margin-top: 20px;
}

/* code-progress */
.bgprice {
  background: #ffffff;
  box-shadow: 1px 0px 10px 0px rgb(0 0 0 / 23%);
  right: 0;
  max-height: 100vh;
  position: fixed;
  padding-bottom: 10rem;
  top: 60px;
}

.price {
  padding: 0 60px;
  display: flex;
  align-items: center;
  /* height: 100vh; */
  height: calc(var(--vh, 1vh) * 67);
  margin-top: 100px;
}

.info-cotizacion {
  margin: auto;
  width: 80%;
}

.price-end {
  bottom: 40px;
  position: absolute;
  width: 20%;
}

.precio {
  color: var(--theme);
  font-size: 40pt;
  font-weight: 700;
}

.descuento {
  font-size: 15pt;
  text-decoration: line-through;
}

.descuento span {
  font-size: 10pt;
}

.condiciones {
  margin-top: 10rem;
}

.cardedit {
  padding: 30px;
  margin: 2vh 20vh;
}

.vehicule {
  margin-top: 40px;
}

.caracteristicas li {
  list-style: none;
  text-decoration: none;
}

.caracteristicas span {
  font-weight: 100;
}

.caracteristicas h6 {
  font-size: 11pt;
}

.info {
  margin-top: 25px;
  color: #9a9a9a;
}

.valorsoat-m {
  background: var(--theme);
  text-align: center;
}

.valorsoat-m .precio {
  color: #fff;
  font-size: 20pt;
  padding: 0;
}

.valorsoat-m .bg-1 {
  background: var(--theme);
  color: #fff;
}

.valorsoat-m .bg-2 {
  background: rgb(255 255 255 / 50%);
}

.txtmodal {
  color: #707070;

  font-weight: 500;
  text-decoration: none;
}

.modal-cabecera {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-cabecera .btn-close {
  margin: 0 15px 0 0;
}

.modal-content {
  border-radius: 10px !important;
  border: none !important;
}

.modal-body {
  padding: 0rem 3rem 3rem 3rem;
}

.bottom-element {}

/*form wizard*/
.multisteps-form {
  /*padding-top: 100px;*/
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 35px;
  color: #9E9E9E;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.multisteps-form__progress-btn:hover {
  color: #9E9E9E;
}

@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}

.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: counter(chapter);
  counter-increment: chapter;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s,
    -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s,
    -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  box-sizing: border-box;
  z-index: 3;
  background-color: #9E9E9E;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0 0 2px #9E9E9E;
  height: 30px;
  width: 30px;
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: 15px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #9E9E9E;
  z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
  display: none;
}

.multisteps-form__progress-btn.js-active {
  color: #D81E05;
  text-decoration: none;
}

.js-active.multisteps-form__progress-btn:before {
  background-color: #D81E05;
  box-shadow: 0 0 0 2px #D81E05;
}

.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  /* background-color: currentColor; */
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__form [contenteditable="true"] {
  padding: 2px 4px;
}

.multisteps-form__form [contenteditable="true"]:before {
  background: transparent url(../../images/edit.png) 0 0 no-repeat;
  background-size: 13px;
  content: "";
  display: inline-block;
  height: 13px;
  margin-right: 7px;
  width: 12px;
}

.multisteps-form__form:hover [contenteditable="true"] {
  background-color: #eee;
}

.multisteps-form__form [contenteditable="true"]:focus {
  outline: none;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
}

.multisteps-form__content label .btn {
  padding: 0 0 0 15px;
}

.multisteps-form__content label {
  line-height: 16px;
  font-size: 15px;
}

.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.multisteps-form__panel[data-animation="scaleOut"] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation="scaleOut"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.multisteps-form__panel[data-animation="slideHorz"] {
  left: 50px;
}

.multisteps-form__panel[data-animation="slideHorz"].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation="slideVert"] {
  top: 30px;
}

.multisteps-form__panel[data-animation="slideVert"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation="fadeIn"].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.multisteps-form__panel .btn-link.js-btn-prev {
  left: 0;
  position: absolute;
  top: -80px;
  width: 35px;
  height: 35px;
  background-image: url(../../images/chevron-left-solid.svg);
  background-repeat: no-repeat;
  background-position-x: center;
}

.multisteps-form__panel .btn-link.js-btn-next {
  right: 0;
  position: absolute;
  top: -80px;
  width: 35px;
  height: 35px;
  background-image: url(../../images/chevron-right-solid.svg);
  background-repeat: no-repeat;
  background-position-x: center;
}

.back.js-btn-prev,
.back {
  /* color: var(--theme); */
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 15px;
  width: 100px;
}

.back svg {
  margin-top: -2px;
  margin-right: 5px;
}

.back svg [fill="#000"],
.customization-context:not(.original-color) {
  fill: #d81e05 !important;
}

.next-m {
  /* background: #ccc; */
  position: absolute;
  display: block;
  height: 135px;
  width: 100%;
  top: 0;
  left: 0;
}

.next.js-btn-next {
  text-align: right;
  /* color:#ccc; */
  width: 150px;
}

/*inputs*/
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea,
.form-select {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
  outline: none;
  width: 100%;
  font-size: 1rem !important;
  margin: 0 0 15px 0;
  box-shadow: none;
  transition: all 0.3s;
}

.form-floating {
  position: relative;
  margin-top: 1rem;
}

.form-floating label {
  color: #707070;
  position: absolute;
  top: 0.8rem;
  left: -0.8rem;
  font-size: 12pt;
  cursor: text;
  transition: 0.2s ease-out;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0.4;
  transform: scale(0.85) translateY(-1.76rem) translateX(0.15rem);
  color: #3c3c3c;
  font-weight: 900;
}

.form-control:focus,
.form-select:focus {
  color: #3c3c3c;
  /* background-color: #fff; */
  border-color: #c2c2c2;
  outline: 0;
  box-shadow: none;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: none;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: none;
}

.datepicker {
  margin-top: 0.9rem;
}

.datepicker label {
  /* font-size: 10pt; */
  color: #4c4c4c;
  /* font-weight: 900; */
  /* opacity: 0.4; */
}

svg [fill="#3b0c0c"],
.customization-context:not(.original-color) {
  fill: var(--theme) !important;
}

#descarga button:hover svg [fill="#3b0c0c"],
.customization-context:not(.original-color) {
  fill: #fff !important;
}
#faq {
  padding: 0 4rem;
}

#descarga {
  /* height: 86vh; */
  min-height: calc(95vh - 64px);
  padding-top: 6rem;
  padding-bottom: 2rem;
}

#descarga button {
  margin: 40px 0;
}

#descarga p {
  margin-bottom: 30px;
}

#descarga h3 {
  margin: 30px;
  color: #00be5f;
}

.curve {
  background: var(--theme) url(../../images/curve.png) center bottom no-repeat;
  height: 900px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.circulos {
  z-index: -1;
  max-width: 75%;
}

.car {
  max-width: 50%;
  position: absolute;
  top: 48%;
  transform: translate(0, -50%);
}

.formcotiza {
  background: #fff;
  border-radius: 25px;
  margin: 0 0 100px 0;
  padding: 40px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12), 0 9px 8px 0 rgba(0, 0, 0, 0.11);
  max-width: 571px;
}

.formcotiza h1 {
  font-weight: 900;
  color: var(--theme);
}

.light {
  font-weight: 200;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.homeacordion {
  box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 5%) !important;
  border-radius: 8px;
  margin-top: 15px;
  color: #3d3d3d;
}

.internoacordion {
  border: none;
}

.accordion-body {
  background: rgba(var(--themeop), 0.03);
}

.cupoprice {
  font-size: 40pt;
  font-weight: 800;
}

.ventajas {
  /* margin-top: 0px; */
  /* margin-bottom: 0px; */
}

.ventajas svg {
  padding: 2rem 4rem;
}

.accordion-item {
  border: none;
}

.faqac .accordion-button {
  text-align: left;
  font-weight: 500;
  color: var(--theme);
}

.noneop {
  opacity: 0.8 !important;
}

.paycard {
  margin: 2rem 4rem;
}

.pay {
  border-radius: 15px;
  border-color: none;
  padding: 30px 80px;
}

.toppay p {
  margin: 20px;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  /* height: 35px; */
  color: #a8a8a8;
}

.select2-results__option:before {
  background: transparent url(../../images/location.png) 0 0 no-repeat;
  background-size: 17px;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 7px;
  width: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: ##3c3c3c;
  line-height: 28px;
}

*:focus {
  outline: none;
}

.collapse,
.text .collapse {
  visibility: hidden;
}

.collapse.show,
.text .collapse.show {
  visibility: visible;
  display: block;
}

.collapsing,
.text .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.collapsing.width,
.text .collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}

.metodopago .line-end {
  border-right: 1px solid #d6d6d6;
}

.sinfondo {
  background: none;
  box-shadow: none;
}

.tarjeta {
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,.125);
}

.tarjeta-red {
  background-color: #EFD7D4;
}

.metodopago a {
  text-decoration: none;
  color: #3c3c3c;
}

.whatsapp {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 50px;
  right: 50px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  border: 3px solid #fff;
  box-shadow: 0 3px 12px 0 rgb(0 0 0 / 12%), 0 9px 8px 0 rgb(0 0 0 / 11%);
}

.alert-warning {
  margin: 1rem -2.5rem -2.5rem -2.5rem;
}

.btn-outline-primary {
  color: #363636;
  border-color: #D9D9D9;
  font-weight: 600;
  background: #D9D9D9;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #d81e05 !important;
  border-color: #d81e05 !important;
}

.formulario .modal-body {
  padding: 20px;
}

.formulario .modal-dialog {
  max-width: 900px;
}

.preloader {
  width: 70px;
  height: 70px;
  border: 10px solid #eee;
  border-top: 10px solid var(--theme);
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.loader {
  border-radius: 10px;
}

.timeout {
  margin-top: 75vh;
}

.form-check-input:checked {
  background-color: #00be5f;
  border-color: #00be5f;
  border-radius: 30px;
}

.form-check-input[type="checkbox"] {
  border-radius: 30px !important;
}

.descarga .form-select {
  background-image: url(../../images/arrowbottom.svg);
}

.btn-primary:hover {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  background: var(--theme);
  border-color: #fff;
}

.line-left {
  border-left: 2px solid #c7c7c7;
}

.line-right {
  border-right: 2px solid #c7c7c7;
}

.alert p {
  margin-bottom: 0 !important;
  color: var(--themeop);
  font-size: 11pt;
}

.alert-primary {
  color: var(--theme);
  background-color: rgba(var(--themeop), 0.2);
  border-color: none;
}

.faq svg [fill="#094b94"],
.customization-context:not(.original-color) {
  fill: #fff !important;
}

.sino .btn {
  padding: 10px 0;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background: #d81e05 !important;
  border-color: #d81e05 !important;
}

.form-floating>.form-select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #363636;
  background-color: #9a9a9a;
  border-color: #9a9a9a;
}

.headstep {
  margin-top: 50px;
}

.ups {
  font-size: 40pt;
  font-weight: 900;
}

.error {
  color: #e30420;
}

.ciudadtitle {
  color: #3c3c3c;
  font-size: 10pt;
  font-weight: 600;
  opacity: 0.9;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.line {
  border-bottom: 1px solid #ccc !important;
  margin: 0 0 20px 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #d81e05 !important;
}

select option:checked,
select option:hover {
  background: #d81e05 !important;
  color: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #a9a9a9;
}

.regular {
  font-weight: 400;
}

.text-secondary {
  color: #c4c4c4 !important;
}

.top-m {
  margin-top: 50px;
  margin-bottom: 5px;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faqac .accordion-button:not(.collapsed) {
  color: var(--theme);
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.check-icon .btn-outline-primary {
  padding: 15px 15px 15px 30px !important;
  border-color: #fff !important;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 7%) !important;
  color: #707070;
  font-weight: 600;
  text-align: left;
  border-radius: 0.4rem;
}

.check-icon .btn-outline-primary:active,
.check-icon .btn-outline-primary:hover,
.check-icon .btn-outline-primary:checked+.btn,
.check-icon .btn-check:checked+.btn {
  background-color: #e5f9ef !important;
  color: #707070;
  border-color: #fff !important;
}

.check-icon .btn-outline-primary img {
  margin-right: 1rem;
  width: 1.9rem;
  position: relative;
  top: -0.1rem;
}

.sino .no {
  position: relative !important;
}

.btn-check-bool {
	background: #d81e05 !important;
	border-color: #d81e05 !important;
	color: white !important;
}

.btn-uncheck-bool {
	border-color: transparent !important;
    color: white !important;
    background: gray !important;
}

.alert-theme {
  font-size: 10pt;
  color: var(--theme);
  margin-top: -1.5rem;
  overflow: hidden;
  line-height: 12pt;
}

.alert-theme::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: var(--theme);
  opacity: 0.2;
  bottom: 0;
  border-radius: 0 0 15px 15px;
}

.modal-dialog.check-form {
  max-width: 600px !important;
}

.select-label {
  position: relative;
  top: -1.8rem !important;
}

.cardtheme {
  background: rgba(var(--themeop), 0.1);
  border-radius: 15px;
}

.area-const::after {
  content: "m2";
  position: absolute;
  right: 0rem;
  bottom: 0.2rem;
  font-weight: 700;
  color: #bbbbbb;
}

.opcion .tarjeta {
  min-height: 390px;
}

.opcion .tarjeta-m {
  min-height: auto !important;
  position: relative;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.modal-materiales {
  padding: 0 25px 15px 25px;
  position: relative;
}

.cardmateriales {
  text-align: start;

  padding: 10px;

  border-radius: 8px;
  background: rgba(var(--themeop), 0.05);
  min-height: 90px;
  margin-bottom: 15px;
}

.cardmateriales b {
  font-size: 14px;
}

.cardmateriales img {
  width: 60px;
}

.cardmateriales p {
  margin: 0;
  font-size: 13px;
  line-height: 15px;
}

.__range input {
  outline: none;
  -webkit-appearance: none;
  background-color: #aaa;
  height: 3px;
  width: 100%;
  margin: 10px auto;
}

.__range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: green;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.__range input::-moz-range-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: green;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.__range input::-ms-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: green;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.__range-step {
  position: relative;
}

.__range-max {
  float: right;
}

.__range-step input::-webkit-slider-thumb {
  background: transparent;
}

.__range-step input::-moz-range-thumb {
  background: transparent;
}

.__range-step input::-ms-thumb {
  background: transparent;
}

.__range-step datalist {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  bottom: 16px;
  /* disable text selection */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  /* disable click events */
  pointer-events: none;
}

.__range-step datalist option {
  width: 10px;
  height: 10px;
  min-height: 10px;
  border-radius: 100px;
  /* hide text */
  white-space: nowrap;
  padding: 0;
  line-height: 40px;
}

.__range-step-popup output {
  position: absolute;
  background-color: #000;
  width: 40px;
  height: 30px;
  text-align: center;
  color: white;
  /* border-radius: 100px; */
  top: -20px;
}

.resumen {
  list-style: none;
}

.resumen li {
  margin: 15px 30px 15px 40px;
  position: relative;
}

.resumen li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #00be5f;
  position: absolute;
  font-size: 1.5rem;
  display: inline-block;
  left: -35px;
  padding: 0px;
}

.tooltip.right .tooltip-inner {
  max-width: 310px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #cc0000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* estilos mensajes flotantes */

#dlgMensajes, #dlgModalInfoBase, #dlgModalEligeCoberturas, #dlgModalInspeccion, 
#dlgModalInformacion, #dlgModalFirma, #dlgModalEmiExito, #dlgModalEmiFallo,
#dlgEliminar {
	top: 10% !important;
   	position: fixed;
   	border-radius: 12px;
   	overflow-x: hidden;
   	overflow-y: auto;
}

/* loading */

 #process-loader {
    width: 30% !important;
    height: auto !important;
    position: fixed !important;
    top: 20% !important;
    z-index: 2012 !important;
    border-radius: 20px !important;
}

@keyframes girar {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.preloader {
	width: 70px;
	height: 70px;
 	border: 8px solid #eeeeee;
 	border-top: 8px solid #c31f09;
	border-radius: 50%;
	animation-name: girar;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.form-control {
    background-color: #fff !important;
}

.no-padding-col {
	padding-right: none !important;
    padding-left: none !important;
}

/* invalid inputs */
.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545 !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.placa{
	 text-transform: uppercase;
}

.btn-link {
    color: #dc3545 !important;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea, .form-select {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    width: 100%;
    font-size: 1rem !important;
    margin: 0 0 15px 0;
    box-shadow: none;
    transition: all .3s;
    background: transparent;
}


/* Accordion Style */
.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #dc3545 !important;
    background-color: transparent !important;
}

.accordion-item {
    border: none !important;
}

.img_editar_table {
	background-image: url(../../resources/images/edit.png) !important;
}

.border_style_none {
	    border: none !important;
}

.margin_bottom_style_none {
	margin-bottom: 0 !important;
}

#form_recotizacion .ui-icon-check {
    background-position: -60px -142px !important;
}

#form_recotizacion .ui-icon {
    width: 25px !important;
    height: 25px !important;
}

#form_recotizacion .ui-chkbox .ui-chkbox-box {
    width: 25px !important;
    height: 25px !important;
    border-radius: 8px !important;
}

#form_recotizacion .ui-widget .ui-widget {
    font-size: 1.5em !important;
}

#form_recotizacion .ui-state-default .ui-icon {
    background-image: none;
}

.ui-state-active .ui-icon {
    background-image: url(/iModelWeb/javax.faces.resource/images/ui-icons_ffffff_256x240.png.jsf?ln=primefaces-mapfrecolcss) !important;
}

/* styles data table custom */

.bg-light {
    background-color: #d9c6c4 !important;
    font-size: 1rem !important;
}

table .ui-widget-content {
    border: 1px solid #dddddd;
    background: #d9d9d9;
    color: #333333;
    font-size: 1rem;
}

.ui-datatable thead th {
    background-image: none !important;
    color: white !important;
    font-size: 1rem;
}

.textomsjUps{
  font-size: 1.75rem;
}

.xClose{
    border: none;
    font-size: 18pt;
    padding: 3pt;
}