body{
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(248, 33, 173, 0.162);
}
/*Estilos Header*/
.header2{
    margin: auto;
    height: 100vh;
    width: 80%;
    box-sizing: border-box;
    background-image: url("/Assets/Images/retogratuito.png");
    display: flex;
    background-size: cover;

}
.header_overlay2{
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.316);
    position: relative;
    z-index: 4 ;
}
.header_item_container2{
    position: relative;
    z-index: 10;
    margin: auto;
    text-align: center;
    max-width: 900px;
}
.header_title2{
    margin: 0;
    font-size: 50px;
    text-wrap: balance;
    color: white;
    font-weight: bold;
    margin-top: 5vh;
}
.header_text_item{
    font-size: 20px;
    text-wrap: pretty;
    color: white;
    font-weight: bold;
    margin-top: 5vh;
}
.header_img{
    filter: drop-shadow(0 0 10px rgb(255, 255, 255));
    min-width: 200px;
    max-width: 50%;
}

.colodiv{
    border: 20px solid rgba(248, 33, 173, 0.63);
}
/*Section 1*/
.section_1_title, .section_1_title2{
    margin: 50px;
    text-align: center;
    font-weight: bold;
}
.colorblue{
    color: rgb(127, 210, 255);
    font-weight: bold;
}
.card {
    box-shadow: 0 0 27px 0 rgba(22, 239, 239, 0.411);
}

a {
text-decoration:none;    
}



.register-photo {
  background:#f1f7fc;
  padding:80px 0;
}

.register-photo .image-holder {
  display:table-cell;
  width:auto;
  background:url("/Assets/Images/meditacion.jpg");
  background-size:cover;
}

.register-photo .form-container {
  display:table;
  max-width:900px;
  width:90%;
  margin:0 auto;
  box-shadow:1px 1px 5px rgba(0,0,0,0.1);
}

.register-photo form {
  display:table-cell;
  width:400px;
  background-color:#ffffff;
  padding:40px 60px;
  color:#505e6c;
}

@media (max-width:991px) {
  .register-photo form {
    padding:40px;
  }
}

.register-photo form h2 {
  font-size:24px;
  line-height:1.5;
  margin-bottom:30px;
}

.register-photo form .form-control {
  background:#f7f9fc;
  border:none;
  border-bottom:1px solid #dfe7f1;
  border-radius:0;
  box-shadow:none;
  outline:none;
  color:inherit;
  text-indent:6px;
  height:40px;
}

.register-photo form .form-check {
  font-size:13px;
  line-height:20px;
}

.register-photo form .btn-primary {
  background:rgba(248, 33, 173);
  border:none;
  border-radius:4px;
  padding:11px;
  box-shadow:none;
  margin-top:35px;
  text-shadow:none;
  outline:none !important;
}

.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active {
  background:rgb(255, 0, 166);
}

.register-photo form .btn-primary:active {
  transform:translateY(1px);
}

.register-photo form .already {
  display:block;
  text-align:center;
  font-size:12px;
  color:#6f7a85;
  opacity:0.9;
  text-decoration:none;
}


  