.error {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important; }

.textwhite {
  font-size: 1rem; }

.irResumenCarro {
  display: none !important; }

#popupclick2call {
  height: auto !important; }

#cajaReserva {
  margin-top: 0px !important; }

.invalid-feedback {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600; }

.custom_fc_frame {
  bottom: 40px !important; }

.botonLupa {
  display: none;
  position: fixed;
  color: #DDD;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  top: 100px;
  left: 0;
  z-index: 2;
  -webkit-transition: left 0.2s, color 0.2s;
  transition: left 0.2s, color 0.2s; }

.botonLupa2 {
  display: none;
  position: fixed;
  color: #DDD;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  top: 284px;
  left: 0;
  z-index: 2;
  -webkit-transition: left 0.2s, color 0.2s;
  transition: left 0.2s, color 0.2s; }

#scrollIndicator,
#scrollIndicator2 {
  position: relative;
  left: 50%;
  margin-left: -15px;
  bottom: 0; }

#scrollIndicator span, #scrollIndicator2 span {
  width: 50px;
  height: 50px;
  display: block;
  background: #f08d46e8;
  background-size: 12px;
  border-radius: 0px 8px 8px 0px;
  padding: 5px;
  position: absolute;
  z-index: 100;
  left: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 26px;
  justify-content: center;
  top: 18px; }
  #scrollIndicator span:hover, #scrollIndicator2 span:hover {
    color: white; }

#scrollIndicator:before,
#scrollIndicator:after {
  content: "";
  top: 0;
  left: 0;
  background-color: #f08d46;
  width: 90px;
  height: 90px;
  border-radius: 0px 8px 8px 0px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0; }

#scrollIndicator2:before,
#scrollIndicator2:after {
  content: "";
  top: 0;
  left: 0;
  background-color: #f08d46;
  width: 90px;
  height: 90px;
  border-radius: 0px 8px 8px 0px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0; }

#scrollIndicator:before, #scrollIndicator2:before {
  -webkit-animation: jumper 1.8s 0.33333s ease-out infinite; }

#scrollIndicator:after, #scrollIndicator2:after {
  -webkit-animation: jumper 1.8s 0.66666s ease-out infinite; }

/*frame para gif */
#frame2 .ui-widget-content {
  border-width: 0px !important;
  border-style: none !important; }

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes move {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1.2);
    opacity: 0.8; }
  40% {
    transform: scale(1.4);
    opacity: 0.6; }
  60% {
    transform: scale(1.6);
    opacity: 0.4; }
  80% {
    transform: scale(1.8);
    opacity: 0.2; }
  100% {
    transform: scale(2);
    opacity: 0; } }
.md-close {
  display: none; }

.custom-select {
  border: 1px solid #03bcb6; }

#buttonTop {
  display: inline-block;
  background-color: #F08D46;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#buttonTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 37px;
  color: #fff; }

#buttonTop:hover {
  cursor: pointer;
  background-color: #00c1ba; }

#buttonTop:active {
  background-color: #00c1ba; }

#buttonTop.showBoton {
  opacity: 1 !important;
  visibility: visible !important; }

/*********MODAL**************/
/* Modal Styles */
#css-modal {
  display: none;
  bottom: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap;
  z-index: 10000000; }

#css-modal h2 {
  color: #447C51;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0;
  margin-bottom: 0.5em;
  margin-top: 0;
  text-transform: inherit; }

#css-modal .css-modal-check {
  display: none;
  pointer-events: auto; }

#css-modal .css-modal-check:checked ~ .css-modal {
  opacity: 1;
  pointer-events: auto; }

#css-modal .css-modal {
  background-color: #D4EDDA;
  border-radius: 3px;
  display: inline-block;
  max-width: 550px;
  opacity: 0;
  padding: 2.25em;
  pointer-events: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  z-index: 1; }

#css-modal .css-modal p {
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #447C51; }

#css-modal .css-modal .close {
  position: absolute;
  right: 1em;
  top: 0.5em; }

#css-modal .css-modal .css-modal-btn button {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1em; }

#css-modal .css-modal-check:checked ~ #overlay {
  opacity: 0.8;
  pointer-events: auto; }

#css-modal #overlay {
  background-color: rgba(14, 55, 69, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.8s; }

#css-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.close:after {
  color: #0c3340;
  content: "\f00d";
  font-family: FontAwesome;
  float: right;
  font-size: 1.4rem; }

#css-modal .btn {
  border: none;
  height: 40px;
  width: 125px;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  background-color: #F08D46;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  padding: 0.75em 1.25em;
  text-align: center; }

.md-overlayCart {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: visible;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
  background: rgba(245, 245, 245, 0.92);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center; }
  .md-overlayCart .loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #F08D46;
    letter-spacing: 0.2em; }
    .md-overlayCart .loader::before, .md-overlayCart .loader::after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background: #F08D46;
      position: absolute;
      animation: load .7s infinite alternate ease-in-out; }
    .md-overlayCart .loader::before {
      top: 0; }
    .md-overlayCart .loader::after {
      bottom: 0; }
    .md-overlayCart .loader i {
      font-size: 20px; }
  .md-overlayCart .loadesp {
    height: 70px !important;
    line-height: 35px !important; }
@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px; }
  50% {
    height: 8px;
    width: 40px; }
  100% {
    left: 235px;
    height: 30px;
    width: 15px; } }
.contentFilter #bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0; }
.contentFilter .FilterInicio {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 350px;
  height: 55px;
  background-color: #FFFFFF;
  border-radius: 3px;
  border-radius: 10px;
  padding: 25px 50px;
  text-align: center; }
  .contentFilter .FilterInicio img {
    width: 70%; }

.filtradoPo {
  position: relative;
  text-align: center;
  /* display: flex; */
  align-items: center; }


  .filtradoPo .FilterInicio {
    right: auto; }

@media (max-width: 992px) {
  #ladoB {
    display: none !important; }

  #fc_frame {
    display: none; }

  .md-modal {
    margin: auto;
    position: fixed;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 700px;
    min-width: 320px;
    height: 100%;
    opacity: 0;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }

  .md-show {
    visibility: visible;
    opacity: 1;
    /* display: flex !important; */ }

  .md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(228, 240, 227, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

  .md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible; }

  .md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

  .md-show.md-effect-12 ~ .md-overlay {
    background-color: #fff; }

  .md-effect-12 .md-content h3,
  .md-effect-12 .md-content {
    background: transparent; }

  .md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  .md-modal .md-close {
    display: block;
    /* margin: 5% auto 0; */
    background: transparent;
    border: none;
    padding: 5px 10px;
    color: #adadad;
    font-size: 20px;
    cursor: pointer; }

  .busquedabtn {
    padding: 10px !important;
    font-size: 20px;
    text-align: center;
    width: 50px !important;
    height: 50px; }

  .formBuscador > .group {
    width: 100% !important;
    margin-bottom: 20px; }

  .formBuscador {
    width: 100%;
    flex-wrap: wrap; }

  #cajaReserva {
    margin-top: 0px !important;
    display: flex;
    justify-content: start;
    align-items: flex-end;
    flex-flow: column; }

  #toast-container > .toast-info {
    background-image: none !important; }

  .toast-info {
    background-color: #00c1ba !important; }

  .toast-top-right {
    top: 66px; }

  #toast-container > div:hover {
    box-shadow: none; }

  #toast-container > div {
    border-radius: 8px;
    height: 110px;
    opacity: 1;
    padding: 15px;
    box-shadow: none; }

  .toast {
    max-width: 100%; }

  .toast-message {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    font-family: "proxima-nova",sans-serif; }

  #toast-container::before {
    position: absolute;
    top: -15px;
    left: 290px;
    display: inline-block;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.15); }

  #toast-container::after {
    position: absolute;
    top: -15px;
    left: 290px;
    display: inline-block;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #00c1ba; }

  #buttonTop.showBoton {
    opacity: 0.8 !important; }

  #buttonTop {
    right: 6px; }

  .botonLupa2 {
    display: block; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .filtradoPo .FilterInicio {
    right: 72%;
    max-width: 300px;
    /* height: 260px;
    .filtradoPo .FilterInicio .group {
      margin-bottom: 0.5rem; }
    .filtradoPo .FilterInicio #Busqueda_Dos {
      margin-top: 10px; } }
@media (max-width: 767px) {
  .irResumenCarro {
    display: block !important; }

  .ocultaBotonCarro {
    display: none !important; }

  .formBuscador {
    width: 80% !important; }

  .content {
    top: 380px; }

  .filtradoPo .FilterInicio {
    right: 0; } }
@media (max-width: 575.98px) {
  #toast-container {
    width: 100%; }

  .toast-top-right {
    right: 0; }

  #toast-container > div {
    border-radius: 8px;
    margin: 0 auto;
    width: 95%;
    height: 110px;
    opacity: 1; }

  #toast-container::before {
    left: 85%; }

  #toast-container::after {
    left: 85%; }

  #scrollIndicator span {
    width: 30px;
    height: 40px; }

  #scrollIndicator:before, #scrollIndicator:after {
    width: 60px;
    height: 70px; }

  .content {
    top: 270px; }

  #scrollIndicator span {
    font-size: 20px; }

  #scrollIndicator span {
    width: 40px;
    height: 40px; }

  #scrollIndicator2:before, #scrollIndicator2:after {
    width: 60px;
    height: 70px; }

  #scrollIndicator2 span {
    width: 40px;
    height: 40px; }

  #scrollIndicator2 span {
    font-size: 20px; }

  #buttonTop::after {
    font-size: 17px; } }
@media (max-width: 320px) {
  .content {
    top: 185px; } }
@media (max-width: 400px) {
  .contentFilter .FilterInicio {
    margin: auto 20px; } }

/*# sourceMappingURL=general.css.map */
