$custom-file-text: (
  en: "Browse",
  es: "Elegir",
);

.ui-autocomplete {
  z-index: 10000000;
}
#main-content {
  margin: 0 auto;
  width: 100%;
  /* padding: 3em;*/
  padding: 10px;
}

h1 {
  font-weight: bold;
  margin-bottom: 15px;
}

h5 {
  font-weight: bold;
}
h4 {
  font-size: 1.2em;
}

.form-group {
  margin-bottom: 0;
}

select,
input[type="text"],
input[type="number"],
input[type="date"] {
  display: block;
  /*display: ; margin-bottom: 10px;
            padding: 8px;
            font-size: 15px;
            width: 100%;*/
  background: #eee !important;
  padding: 18px !important;
  font-size: 14px;
  border: none !important;
  width: 100%;
  margin-bottom: 10px;
}

.custom-file {
  margin-bottom: 15px;
}

.custom-file-label::after {
  content: "Seleccionar...";
}

#cc_post:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
}
a.btn {
  padding: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #ffffff !important;
  border-width: 10px !important;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 63px;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #52ae8f;
  margin-top: 20px;
  font-weight: bold;
}
.datos,
.cotizacion {
  width: 50%;
  position: relative;
  float: left;
}

.cotizacion {
  padding: 20px;
  background-color: #f8f8f8;
}

.datos {
  padding: 0 1.5em;
}

.datos-contacto {
  clear: both;
  padding: 1.5em;
}

.personales {
  padding: 1em;
  display: block;
  clear: both;
  margin-top: 20px;
}

.button,
.btn,
.btn-paquete {
  cursor: pointer;
  color: #ffffff !important;
  border-width: 10px !important;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 63px;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #52ae8f;
  margin-top: 20px;
  font-weight: bold;
}

.btn-paquete {
  padding: 7px;
  text-align: center;
  display: block;
  width: 80%;
  margin: 1em auto;
}

.coberturas {
  margin-top: 25px;
}

.selected {
  background-color: #4d4d4d;
}

.validados_plus {
  display: none;
}
.paquete {
  display: block;
  width: 30%;
  float: left;
  box-shadow: 0px 30px 60px #00000019;
  margin-left: 1.5em;
}

@media (max-width: 1000px) {
  .paquete {
    width: 45%;
  }

  .paquete:last-child {
    margin-top: 1.5em;
    clear: both;
  }
}

@media (max-width: 768px) {
  .paquete {
    display: block;
    width: 100%;
    box-shadow: 0px 30px 60px #00000019;
    margin-bottom: 2em;
    margin-top: 0 !important;
  }
}

.paquete h3 {
  font-size: 17px;
  background-color: #52ae8f;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.paquete li {
  background: #f8f8f8;
}

.paquete li:nth-child(odd) {
  background: #fff;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.success {
  background-color: antiquewhite;
}

.danger h4 {
  color: #721c24;
  font-weight: bold;
}

.contratar {
}

.info-more {
  margin: 1em;
}

.info-more li {
  margin-bottom: 10px;
}

.total {
  background-color: antiquewhite;
  padding: 10px;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("img/Preloader_11.gif") center no-repeat #fff;
}
