.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

/*.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
*/
.py-2 img{
  height: 30px;
}
.cover-container {
  max-width: 45em;
}
.cover-container_login{
    max-width: 33em;
}
.intro_jura{
  background-color: #d7eaf1;
}


.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}


/*Nuevo*/

.bg_whit{
  background-color: #fff;
  padding: 10px;
  border-radius:18px;
}
.cell_white_in{
    width: 100%;
    height: auto;
    background-color: #fcf6f6!important;
    padding: 14px;
    border-radius: 20px;
    text-align: center;
    margin: 16px 0;
}
.padding_001{
  padding: 24px;
}
.font_size_22{
  font-size: 17px;
}
.title_well{
  padding: 7px 0px;
}
.title_well h3{
  font-size:20px;
}
.title_well h3, .font_size_22{
  color: #522f75;
}
.carousel-caption{
  right: 5%;
  left: 5%;
  top:1px;
/*  background-color:#fcf6f6 !important;*/
}
.carousel-indicators{bottom: 53px;}

.carousel-indicators [data-bs-target]{
  background-color: #aee2f5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 1;
}
.carousel-indicators [aria-current]{
 background-color:#351e4c;
}
.carousel-indicators .btn-link:hover, .carousel-indicators button:hover, .carousel-indicators button:focus,.carousel-indicators .button:hover,.carousel-indicators .button:focus{
/*  background: #351e4c !important;
  width: 20px;
  height: 20px;*/
  opacity: 1!important;
}

.carousel-control-next, .carousel-control-prev{
  width: 21%;
  top: -117px;
  position: relative;
  color: #333;
  opacity: 1;
}
.carousel-control-next{
  float: right;
}
.carousel-control-next, .carousel-control-next:hover, .carousel-control-prev, .carousel-control-prev:hover{
  color: #e62b4f;
}
.carousel-control-prev{
  float: left;
}
.carousel-control-prev-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e62b4f'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e62b4f'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.login-bg2 {
    /*background-image: url('/static/assets/img/fondo_nuevo.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background: url('/static/assets/img/fondo_nuevo.jpg') no-repeat fixed center;
        background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.ml-4{
  margin: 20px 0;
}
.mb-3 {
  text-align: left;
}

.mb-3 .input-field{
  margin-bottom: 32px;
}
.mb-3 label{
  padding-left: 11px;
  font-size:17px;
}
.form-control{
  background-color: #d7eaf1;
  border-radius: 40px;
  border: none;
  padding: 11px 15px;
  color: #522f75;
}
.btn_login{
  display: inline-block;
  font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #e62b4f;
    border: 1px solid #e62b4f;
    border-radius: 19px;
    width: 53%;
    padding: 8px 0;
}
.btn_login:hover{
  color: #351e4c;
}
.purpel_link{
  padding-top: 20px;
}
.purpel_link a{
  text-decoration: none;
  color: #e62b4f;
  font-size: 14px;
  font-weight: 400;
}
.card-alert{
  width: 100%;
  height: auto;
  background-color: #e62b4f; 
  margin-bottom: 10px;
}
.card-alert ul{
  margin: 0;
  padding: 0;
}
.errorlist li{
  /*float: left;*/
  padding: 10px;
  color: #fff;
  list-style: none;
}

/*Formulario register */
.text_mini {
    font-size: 11px;
}
.tex_red{
  color:red;
}
.icon_valid{
  float: right;
  margin: -45px 4px 0 0;
  font-size: 30px;
  padding: 0px;
  height: auto;
  width: 30px;
  /*display: none;*/
}
.louding_input{
  height: 30px;
  margin-top: -10px;
}
.fa-times{
  color: red;
}
.fa-check{
  color: green;
}

button:disabled,
button[disabled]{
background-color: #ccc8c9;
border: 1px solid #a8a0a1;
  color: #333;
}

.louding_next{
  width: 455px;
  height: 263px;
  float: left;
  position: absolute;
  background: #fcf6f6;
  opacity: 0.6;
}
.img_louding_next{
  position: relative;
    top: 98px;
}

/* Iphone y celulares */
@media only screen and (max-width: 767px){
  .louding_next{
    width:82%;
  }

}

/* Tablets o Ipad*/
@media screen and (max-width: 992px) {
  .louding_next{
    width:82%;
  }
   
}

#eyes_password{
    margin: -44px 11px 0 0;
    color: #a9a5a5;
    cursor: pointer;
    width: 39px;
    position: relative;
    z-index:9;
}
/*#eyes_password:hover{
  color: #e62b4f;
}
*/

#email{
  text-transform: lowercase;
}

/*Chosse */
.cell_white_choose{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 14px;
  border-radius: 20px;
  text-align: center;
  margin: 16px 0;
}
.cell_white_choose img{
  width: 100%;
}
.cell_white_choose h5{
  margin: 16px 0;
}
.cell_white_choose{
  cursor: pointer;
}
 


