body {
  background-color: #f8f9fa;
  font-family: "Segoe UI", sans-serif;
}

.card-header {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #003653;
}

.card {
  /* box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);*/
  border-radius: 0px;
  border:none;
  background-color: white;
}
.card-body {
	border:1px solid #e1e1e1 !important;
}

form label {
  font-weight: 500;
  margin-bottom: 0.2rem;
}

form .form-control,
form .form-select {
  border-radius: 0.3rem;
}

form input::placeholder {
  font-style: italic;
  color: #aaa;
}

footer {
  font-size: 0.9rem;
}

img[alt="Bandera Argentina"] {
  margin-top: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.container-def {
  max-width: 905px;
  margin: 0 auto;
}

.body-boxed {
  background-color: #eeeeee !important;
}

.form-control {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-select {
	  font-size: 14px;
  font-weight: normal;
  color: #333333;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-select:focus {
    border-color: #999999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
  border-color: #999999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.form-control.height-auto {
  height: auto;
}

.btnx {
    background-color: #003653;
    border-radius: 0px;
    color: #fff;
    width: 100%;
	    padding: 10px 16px;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.error_box {
    border-color: red !important;
}

/* Botón "Sí, enviar" */
.swal2-confirm.swal2-styled {
  background-color: #003653 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

.swal2-confirm.swal2-styled:hover {
  background-color: #002a40 !important;
}

/* Ícono de advertencia */
.swal2-icon.swal2-warning {
  border-color: #003653 !important;
  color: #003653 !important;
}
