/* CSS Document */
.wrapper_centering{
    height: 100vh;
}
#wizard_container {
   display: table;
   height: 400px;
    width: 100%;
}
#wizard_container_home {
   display: table;
   height: 200px;
    width: 100%;
}
#middle-wizard {
   display: table-cell;
   vertical-align: middle;
}
.intro{
    padding-left: 40px;
    padding-top: 60px;
}
.padre_home {
   display: table;
   height: 300px;
   width: 100%;
}
.padre {
   display: table;
   height: 100vh;
   width: 100%;
}
.hijo {
   display: table-cell;
   vertical-align: middle;
   text-align: left;
   width:50%; 
}
.blanco{
    color:#FFFFFF;
}
.titulo_home{
      font-size: 4.2rem;
    text-align: left;
    color: #FFF;
    font-weight: 600;
}
.numerito_home{
    font-size: 25rem;
    text-align: right;
}
.subtitulo_home{
    font-size: 1rem;
    /*padding-top: 30px;*/
} 
.titulo{
      font-size: 3rem;  
}
.numerito{
    font-size: 35rem;
}
.rotar{
    -webkit-transform: rotate(-180deg); 
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    
}
footer { position: fixed; left: 0; bottom: 0; width: 100%; text-align: center; padding-bottom: 10px; height: auto !important; } 

.style_boton_1 {
    background-color: #FFF;
    color:#F20000;
}
.style_boton_2 {
    background-color: #FFF;
    color:#C10015;
}
.style_boton_3 {
    background-color: #FFF;
    color:#75797C;
}
.style_boton_4 {
    background-color: #FFF;
    color:#064F70;
}
.style_boton_5 {
    background-color: #FFF;
    color:#05374E;
}
.style_boton_6 {
    background-color: #FFF;
    color:#383A37;
}
.style_boton_7 {
    background-color: #FFF;
    color:#0D0D0D;
}
.style_boton_8 {
    background-color: #000;
    color:#FFFFFF;
}
.container_numbers input[type="radio"]:checked ~ .radio.style_boton_1{background-color:#000000}
    input {
        color: #000;
        background-color: transparent;
        border:none;
        border-bottom:1px solid #ccc;
    }
.container_numbers input[type="radio"]:checked ~ .radio.style_boton_2{background-color:#000000}
    input {
        color: #000;
        background-color: transparent;
        border:none;
        border-bottom:1px solid #ccc;
    }
.container_numbers input[type="radio"]:checked ~ .radio.style_boton_3{background-color:#000000}
    input {
        color: #000;
        background-color: transparent;
        border:none;
        border-bottom:1px solid #ccc;
    }
.container_numbers input[type="radio"]:checked ~ .radio.style_boton_4{background-color:#000000}
    input {
        color: #000;
        background-color: transparent;
        border:none;
        border-bottom:1px solid #ccc;
    }
.container_numbers input[type="radio"]:checked ~ .radio.style_boton_5{background-color:#000000}
    input {
        color: #000;
        background-color: transparent;
        border:none;
        border-bottom:1px solid #ccc;
    }
.container_numbers input[type="radio"]:checked ~ .radio.style_boton_6{background-color:#000000}
    input {
        color: #000;
        background-color: transparent;
        border:none;
        border-bottom:1px solid #ccc;
    }
.container_numbers input[type="radio"]:checked ~ .radio.style_boton_7{background-color: #ccc !important}
    input {
        color: #000;
        background-color: transparent;
        border:none;
        border-bottom:1px solid #ccc;
    }
.container_numbers input[type="radio"]:checked ~ .radio.style_boton_8{background-color:#ccc !important}
    input {
        color: #000;
        background-color: transparent;
        border:none;
        border-bottom:1px solid #ccc;
        font-weight: 600;
    }


.p_propuesta{
    text-align: left;padding: 0px 40px 0px 5px;
}

.afull{
    width: 100%;
}
.btn-home {
    padding: 10px 30px 10px 30px;
    margin-top: 40px;
    background-color: #F4F4F4;
    color: #000;
    border: 0;
}
.btn-registro {
    padding: 10px 30px 10px 30px;
    margin-top: 40px;
    background-color: #383A36;
    color: white;
    border: 0;
}
.enhorabuena{
    text-align: center;
    color:#000000;
}
.formulario{
    padding: 60px 220px 30px 280px;
}
 .acuerdo{
         padding-left:280px
    }
@media (max-width: 1200px){
    .formulario{
        padding: 60px 120px 30px 120px;
    }
    .acuerdo{
         padding-left:125px
    }
}
@media (max-width: 768px){
    .wrapper_centering, .padre{
        height: auto;
    }
    .formulario{
        padding: 60px 20px 0px 20px;
    }
    .titulo_home{
      font-size: 1.4rem;
    text-align: left;
}
    .numerito_home{
        font-size: 15rem;
        text-align: right;
    }
    /*.subtitulo_home{
        font-size: 1rem;
        padding-top: 30px;
    } */
    .titulo{
          font-size: 2.5rem;  
    }
    .numerito{
        font-size: 25rem;
    }
    .acuerdo{
        padding-left: 20px;
        padding-top: 20px;
    }
}
@media (max-width: 576px){
    .formulario{
        padding: 30px 20px 0px 20px;
    }
    .padding_solo_responsive{
        padding: 30px 10px 0px 10px; 
    }
    .titulo_home{
      font-size: 1.4rem;
    text-align: left;
}
    .numerito_home{
        font-size: 15rem;
        text-align: right;
    }
    /*.subtitulo_home{
        font-size: 1rem;
        padding-top: 30px;
    } */
    .titulo{
          font-size: 1.8rem;  
    }
    .numerito{
        font-size: 19rem;
    }
    .acuerdo{
        padding-top: 40px;
         padding-left: 20px;
    }
    
}
.mod_informe{
    height: 250px;
    color:#FFF;
    padding: 25px 15px 15px 15px;
    text-align: left;
    margin-bottom: 20px;
    
}


