
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h3, .h3 {
  font-size: 1.3625rem;
}

a:hover, a:focus {
    color: #DA241C !important;
}

.form-check .form-check-input:checked~.form-check-sign .check {
    background: #DA241C !important;
}

footer ul li a {
padding: 10px;
}

body{
  background-color: #000;
}

.index-page{
  background-image:url('media/main-background.jpg');
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.section {
  background: linear-gradient(116deg, #fff 43%, #fff 43.1%);/*007aff*/
  background-position: center;
  background-size: cover;
  padding: 50px 0px 50px 0px;
}
.main-raised {
  margin: 50px 15% 10px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
#logo {
  width: 240px;
  max-width: 100%;
}
.bmd-label-floating{
  color:#000000 !important;
}

.btn:hover {
  color: #ffffff !important;
  background-color: #DA241C !important;
  border-color: #7a7a7a;
  cursor: pointer;
}
.btn,
.btn.btn-default {
  color: #fafafa;
  background-color: #000000;
  border-color: #000000;
      box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 #000000;
  font-weight: 600;
}
.text-footer{
  color:white;
}

a:hover, a:focus {
    color: #DA241C;
}

.form-control,
.is-focused .form-control {
  background-image: linear-gradient(to top, #DA241C 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.modale-front{
  padding-left: 0px !important;
  padding-top: 50px;
  padding-bottom: 50px;
}


/* Succes page */

.section2 {
  background: #fff!important;
  background-position: center;
  background-size: unset;
  padding: 150px 0px 100px 0px;
}
.col-centered{
float: none;
margin: 0 auto;
padding-top: 25px;
text-align: center;
}
.success-form{
  min-height: 300px !important;
}
.success-div{
  padding-left: 65px;
  padding-right: 0px;
}
.success-card{
  margin-top: 100px;
  margin-bottom: 50px;
}
.success-card-header{
  padding:0 0 !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  border-bottom:0px !important;
  margin-top: -70px !important;
}
.success-mark{
  font-size: 50px;
  top: -12px !important;
  margin-top: 0px !important;
}
.success-logo{
  margin-top: -120px;
}

footer{
  padding-bottom: 0px;
  padding-top: 5px;
}

.netopia-banner{
  max-width: 260px;
  margin-top: 18px;
  float: right;
}

.total-plata{
  margin-right:20px;
  float:right;
  font-weight:500;
  border: 1px solid #d3d3d3;
  width: fit-content;
  padding: 10px;
  margin-top: 20px;
}

.buton-total-plata{
  padding: 14px 30px;
  float:left;
  margin-bottom:30px;
  margin-top: 20px;
  margin-left: 20px;
}

.copyright{
  padding: 0px 10px !important;
  font-weight: 500;
  font-size: 14px;
}

select, select.form-control {
    -moz-appearance: auto;
    -webkit-appearance: auto;
}
/* End of succes page */

@media screen and (max-width: 767px) {

  .copyright{
    float:none !important;
    text-align: center;
    padding: 15px 0px;
  }

  .buton-total-plata{
    padding: 14px 30px;
    float: none;
    margin: 20px auto;
  }

  .total-plata{
    margin-right: 0px;
    float: none;
    width: 75%;
    margin: 15px auto;
    margin-bottom: 0px;
  }
  footer ul li a {
    padding: 5px;
  }
  
  .container{
    max-width: 100%;
  }
  .main-raised{
    margin:50px 5% 0px;
  }
  .pay-form {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -60px;
  }
  .section{
    background: linear-gradient(180deg, #fff 50%, #fff 50.1%);
    padding:130px 0px 70px 0px;
  }
  .logo_holder{
    margin-top: -90px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .success-button{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .success-card-header {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  #alert_fill{
    margin-bottom: 10px !important;
  }
  .success-logo{
    max-width: 80%;
  }
}

@media screen and (max-width: 1023px) {
  .netopia-banner{
    max-width: 200px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .display-none-a{
    display:block !important;
  }
  .display-none{
    display:none;
  }
  .container{
    max-width:630px;
  }
  .main-raised{
    margin:50px 15% 0px;
  }
  .pay-form {
    padding: 30px;
  }
  .logo_holder{
    max-width: 40%;
    margin: 10px auto;
  }
  .success-card{
    max-width: 70% !important;
  }
  .success-button{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modal-contact{
    max-width: 50%;
    margin: 50px auto;
  }
  .success-logo{
    max-width: 45%;
  }
}

@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .container{
    max-width:960px;
  }
  .main-raised{
    margin:50px 15% 0px;
  }
  .pay-form {
    padding:0px;
    padding-right: 50px;
  }
  .logo_holder{
    margin-top: 180px;
    max-width: 60%;
    margin-left: 20px;
  }
  .modal-contact{
    max-width: 35%;
    margin: 50px auto;
  }
  .success-logo{
    max-width: 45%;
  }
}

@media screen and (max-width: 1899px) and (min-width: 1440px) {
  .container{
    max-width:960px;
  }
  .main-raised{
    margin:50px 15% 0px;
  }
  .pay-form {
    padding:0px;
  }
  .logo_holder{
    margin-top: 180px;
    max-width: 60%;
    margin-left: 20px;
  }
  .modal-contact{
    max-width: 30%;
    margin: 50px auto;
  }
  .success-logo{
    max-width: 45%;
  }
}

@media screen and (min-width: 1900px) {
  .container{
    max-width:960px;
  }
  .main-raised{
    margin:50px 15% 0px;
  }
  .pay-form {
    padding: 0px;
  }
  .logo_holder{
    margin-top: 180px;
    max-width: 65%;
    margin-left: -60px;
  }
  .modal-contact{
    max-width: 25%;
    margin: 50px auto;
  }
  .success-logo{
    max-width: 45%;
  }
}


.card-login .card-header{
  background: #0092dc;
}
.btn, .btn.btn-default {
  background: #0092dc;
}

.form-group {
  margin-bottom: 0px;
}

.card-login .card-header {
  background: #fff;
  box-shadow:none !important;
}
.card-login .card-header h3{
  color: #222 !important;;
}
.btn, .btn.btn-default {
  box-shadow: none !important;
}



.hiddenCB label {
  padding: 4px 6px;
  line-height: 190%;
  outline-style: none;
  transition: all .6s;
}

.hiddenCB div {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hiddenCB input[type="checkbox"],
.hiddenCB input[type="radio"] {
  display: none;

}

.hiddenCB label {
  position: relative;
  padding: 8px 8px;
  margin: 5px 5px 0 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.428571;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0.2rem;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  cursor: pointer;
  border:1px solid #74b9ff;
  background:#fff;
  color:#0984e3;
  width:30%;
  text-align: center;
  font-weight: 800;
}

.hiddenCB input[type="checkbox"]+label:hover{
  background: #0984e3;
  color:#fff;
}

.hiddenCB input[type="checkbox"]:checked+label {
  background:#0984e3;
  color:#fff;
}

.hiddenCB input[type="checkbox"]:checked+label:hover{
  background: #0984e3;
  color:#fff;
}
.hiddenCB input[type="checkbox"]:checked+label::before {
  content: "\f00c  ";
  font: normal normal normal 14px/1 FontAwesome;
}

.hiddenMonths{
  display:none;
}
.toogleMonths{
  width:100%;display: block;
  margin-top:8px;
  cursor: pointer;
}
