/*custom font*/
@import url(import url here);

body {
  background: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  color: #484349;
  font-family: 'Roboto', sans-serif;
  height: 100%;
}

main {

}

#SeguroSaludRegistro{
	height: 100%;
}


/* Multi-Step Form */


#regForm {

}

.invalid {
  background-color: #ffdddd;
}

/* Mark input boxes that get errors during validation: */
input.invalid {
  background-color: #ffdddd;
}

select.invalid {
  background-color: #ffdddd;
}

/* Landing */
header{
  height: auto;
}

#contenido{
  height: calc(100% - 40px);
  padding: 60px 0px 0px 0;
}

input[type="radio"] {
    padding: 0;
    z-index: -9999;
    position: absolute;
   display: none;
}

.form-control:focus{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

input:valid{
  color: #484349;
  background: #d9eafb;
}

.form-control::placeholder{
  color: #999;
  font-weight: 400 !important;
}


.btn-custom {
  color: #FFF;
  background-color: #0c3;
  border-color: #00a429;
}

.btn-custom:hover {
  color: #FFF;
  background-color: #00a429;
  border-color: #00a429;
}

.btn-custom:focus, .btn-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-custom.disabled, .btn-custom:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
  color: #cecece;
  background-color: #FFF;
  border-color: #cecece;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.bootstrap-select{
  color: #000!important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover{
  color: #c3c3c3;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: #28a745 !important;
  color: #FFF !important;
}

.btn-lg{
  font-size: 1rem;
}

select:valid{
  color: #0079c8;
  background: #FFF;
}

input#termin, input#otros{
  width: 1rem;
  height: 1rem;
}

.selectpicker{
  color: #28a745 !important;
}

.dmSerifText{
  font-family: 'Source Serif Pro', serif;
}

#thanks{
  padding: 180px 0px;
}


label.custom{
  background: rgba(256, 256, 256, 1);

border-radius: 0.2rem;

padding: 2px 5px;

font-size: 0.75rem;

color: #232323;
}

.font-weight-extrabold{
  font-weight: 800 !important;
}

.font-weight-bold{
  font-weight: 700 !important;
}

.font-weight-medium{
  font-weight: 500 !important;
}

.bg-white-opacity{
  background: rgba(256,256,256,0.75)
}

.text-primary{
  color: #f8851f !important;
}

.text-secondary{
  color: #f8851f !important;
}

.text-dark{
  color: #666 !important;
}

.bg-primary{
  background: #f8851f !important;
}

.bg-secondary{
  background: #f1f1f7 !important;
}

.badge-primary{
  background: #f8851f !important;
}

.btn{
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(256,256,256,0.25);

  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(256,256,256,0.25);

  box-shadow: inset 0px -1px 0px 0px rgba(256,256,256,0.25);
}

#logo{
  width: 1.5rem;
}

.precio{
  font-size: 5rem;
  line-height: 0.85;
}

footer{
  min-height: 65px;
}

#icon1{
  width: 35px;
}

#icon2{
  width: 45px;
}

#icon3{
  width: 60px;
}

#icon4{
  width:50px;
}

span.icon{
  height: 45px;
}

.btn-outline-secondary {
    color: #fff !important;
    border-color: #fff !important;
}

.box{
  height: 60px;
}

.badge-custom {
  color: #fff;
  background-color: #DB0080;
}

.border-bottom{
  border-bottom: 2px solid !important;
}

.border-top{
  border-top: 2px solid !important;
}

.h2{
  font-size: 2rem;
}

sup{
  font-size: 50% !important;
}

.modal-dialog {
  max-width: 340px !important;
}

.form-control-lg{
  font-size: 1.5rem !important;
}

@media (min-width: 576px) {
  
  #contenido{
    padding: 60px 0px 0px 0;
  }
  .h2{
    font-size: 2rem;
  }
}

@media (max-width: 575.9px) {
  .display-2 {
    font-size: 4.25rem;
  }
  h2{
    font-size: 1.5em;
  }
  h4{
    font-size: 1.25em;
  }
  h3{
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  .xl {
    font-size: 3.15rem;
    font-weight: 300;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .xl {
    font-size: 3.25rem;
  }
}

@media (min-width: 1200px) {
  .xl {
    font-size: 3.85rem;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 575px;
  }
  #subheader .container  {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 575px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 575px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 575px;
  }
}

.input-group-text{
  background-color: #c6c6c6 !important;
  border: 1px solid #ced4da !important;
  color: #FFF !important;
}

.form-control{
  background-color: rgba(256,256,256,1);
}