
.genericFormPortlet {
    font-family: 'Noto';
    margin-top: 95px;
    margin-bottom: 120px;
  }
  
  .titleFormPortlet{
    font-family: 'Noto';
    font-size: 1.313rem;
    line-height: normal;
    text-align: justify;
    margin-bottom: 25px;
    font-weight: 300;
  }
  p strong{
    font-family: 'Noto';
    font-weight: 700;
  }

  .genericFormPortlet label {
    font-family: 'Noto';
    color: #08100C;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: normal;
    text-align: left;
    margin-bottom: 5px;
}

.genericFormPortlet input[type=radio] + label{
    color: #93A7CB;
    font-family: "Noto";
    font-size: 1.125rem;
    font-weight: 600;    
}

.genericFormPortlet input[type=radio]:checked + label{
    color: #222;
    font-family: "Noto";
    font-size: 1.125rem;
    font-weight: 600;
}

.main-patrocinadores p.small.colorMsgPremios{
    color: #031E41;    
    font-weight: 500;
}

.genericFormPortlet input, .genericFormPortlet select {
    height: 45px;
    width: 100%;
    color: #98A2B3;
    font-family: 'Noto';
    font-size: 1rem;
    line-height: normal;    
    padding: 10px 14px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.genericFormPortlet input:focus {
    outline: none
}


.genericFormPortlet select {
    -webkit-appearance: none;
    appearance: none;
    background: url(/documents/d/reto-actinver/expand_more) no-repeat 100%;
}


.genericFormPortletinput[type=radio]:checked+label {
    color: #93A7CB;
}

.genericFormPortlet input.error, .genericFormPortlet select.error {
    border-color:#DB0D11;
}
 
.genericFormPortlet input.success, .genericFormPortlet select.success {
   border-color: #257a0b;
}

.only-option label{margin-bottom: 0px;}

.genericFormPortlet input[type=radio] {
    height: 25px;
    width: 25px;
    box-shadow: none;
    margin-right: 5px;
}

.optionsRadio{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 15px;
}
p.errorGeneralSignUpMsg {
    color: #db0d11;
    line-height: normal;
    margin-top: 5px;   
    padding: 0; 
}


button:hover {
    cursor: pointer
}
button[disabled] {
    cursor: not-allowed;
    opacity: .5
}

button.button-primary {
    background-color: #0f6ff5;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: 'Noto';
    font-size: 1rem;
    font-weight: 500;
    height: 50px;
    line-height: normal;
    width: 100%;
    margin-top: 20px;
}

.genericFormPortlet.message {
    font-family: 'Noto';
    font-size: 0.9rem;
    line-height: normal;
}

 .genericFormPortlet p.message.success {
    color: #257a0b
}

 .genericFormPortlet p.message.error {
    color: #db0d11
}


@media screen and (max-width: 992px) {
  .genericFormPortlet .top50{ margin-top: 25px;}

}