body {
  font-family: 'Montserrat' !important;
}

label.custom-radio-button input[type="radio"] {
    opacity:0;
}

label.custom-radio-button input[type="radio"] ~ .helping-el {
    background-color: #FFFFFF;
    border: 2px solid #009688;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    padding: 11px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

label.custom-radio-button input[type="radio"]:checked ~ .helping-el {
    border: 2px solid #009688;
}

label.custom-radio-button input[type="radio"]:checked ~ .helping-el:after {
    background-color: #009688;
    border-radius: 50%;
    content: " ";
    font-size: 33px;
    height: 16px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 16px;

}

label.custom-checkbox input[type="checkbox"] {
    opacity:0;
}

label.custom-checkbox input[type="checkbox"] ~ .helping-el{
    background-color: #FFFFFF;
    border: 2px solid #009688;
    border-radius: 2px;
    display: inline-block;
    padding: 10px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

label.custom-checkbox input[type="checkbox"]:checked ~ .helping-el{
    border: 2px solid #009688;
    background-color: #009688;
}

label.custom-checkbox input[type="checkbox"]:checked ~ .helping-el:after {
    color: #FFFFFF;
    content: "\2714";
    font-size: 20px;
    font-weight: normal;
    left: 2px;
    position: absolute;
    top: -6px;
    transform: rotate(10deg);
}


.bg-home{
    width: 100%;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    background-image: linear-gradient(
          -45deg,
          rgba(59,173,227,1) 0%,
          rgba(87,111,230,1) 25%,
          rgba(152,68,183,1) 51%,
          rgba(255,53,127,1) 100%
    );
    animation: AnimateBG 50s ease infinite;
  }

  @keyframes AnimateBG {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
  }

  .bg-estudiante{
    background: url('/img/bg-pumin.jpg');
    position: relative;
    width: 60%;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

.px-6 {
    padding-right: 4rem!important;
    padding-left: 4rem!important;
}

.px-7 {
    padding-right: 5rem!important;
    padding-left: 5rem!important;
}

.px-8 {
    padding-right: 6rem!important;
    padding-left: 6rem!important;
}

.px-9 {
    padding-right: 7rem!important;
    padding-left: 7rem!important;
}

/* CUSTOM CARD */

.card-custom {
    overflow: hidden;
    min-height: 370px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  }
  
  .card-custom-img {
    /*height: 200px;*/
    min-height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
  }
  
  /* First border-left-width setting is a fallback */
  .card-custom-img::after {
    position: absolute;
    content: '';
    top: 50px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
  }
  
  .card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
  }

  /* CUSTOM CARD */

  .dataTables_filter {
    float: right;
 }

#form-registro {
  background: linear-gradient( -180deg, rgba(185,70,92,1) 0%, rgba(90,46,52,1) 50% );
  padding: 30px;
  color: #fff;
  border-radius: 15px;
}

.bg-form{
  background: #3b3933;
}

.btn-custom {
  background-color: #0ab;
  border-radius: 10px;
    padding: 10px 30px;
    border: #0ab;
    color: #000000;
    font-weight: 900;
    font-size: 18px;
    height: 50px;
}

.btn-custom:hover {
  background-color: #b0ffec;
  border-radius: 10px;
    padding: 10px 30px;
    border: #b0ffec;
    color: #000000;
    font-weight: bold;
    height: 50px;
}

.gj-datepicker-bootstrap [role=right-icon] button{
  border: none !important;
  top:1px !important;
  color: #fff;
}


 @media (min-width: 992px)
 {
.px-lg-9 {
  padding-right: 7rem!important;
  padding-left: 7rem!important;
}
}

.carousel-item p {
  font-size: 15px;
}

.icon-primary {
  color: #062caf;
}

.icon-bg-circle {
  position: relative;
}

.icon-lg {
  font-size: 50px;
} 

.icon-bg-circle::before {
  z-index: 1;
  position: relative;
}

.icon-bg-primary::after {
  background: #062caf !important;
}

.icon-bg-circle::after {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  top: -35px;
  left: 15px;
  border-radius: 50%;
  background: inherit;
  opacity: .1;
} 

.bg-celeste{
  background-color: #E7FAFF !important;
}

.container-footer{
  max-width: 1200px;
}
footer{
 background-color: #353535;
 color: #fff;
}

footer a{
  color: #fff;
  font-weight: 800;
}

footer a:hover{
  color: #E2231A;
}

.footer-copyright a{
  text-decoration: none !important;
}

.w-20 {
  width: 20%!important;
}

.w-40 {
  width: 40%!important;
}

.p-home{
  font-size: 16px;
  text-align: justify;
  color: #fff;
}

.h1-home{
  color: #fff
}

.bg-trans {
  background: rgb(54 54 54 / 70%);
}
