body{
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.0);
}

/*****Eliminar border por defecto de un botton */
input[type="button"] {
  border: none;
  }
button{
outline:none;
}
button:active {
  outline: none;
}
button:focus {
 outline:none;
}
/*********/

/*pa cambiar el style del scroll*/
::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    border:1px solid #666666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #666666;
    /*background: rgba(0,0,0,.1);*/
}

::-webkit-scrollbar-thumb:hover {
    background: grey;
}

.btn {

    border-radius: 45px;
}
formulario {
  /* --------------------------------------- */
  /* ----- Radio Button */
  /* --------------------------------------- */
  /* --------------------------------------- */
  /* ----- Checkbox */
  /* --------------------------------------- */ }
  .formulario h2 {
    font-size: 16px;
    color: #001F3F;
    margin-bottom: 20px;
    margin-left: 20px; }

  .formulario .radio label {

    cursor: pointer;
    border-radius: 45px;
    color: #999999;
    width: 150px;
    position: relative;
    padding: 10px 10px 10px 60px;
    font-size: 1em;
    background: linear-gradient(to right, #e9e9e9,  #e9e9e9);
    box-shadow: 2px 2px 2px #e9e9e9, 0 0 0 #e9e9e9, 0 0 10px #e9e9e9, 0 0 10px #e9e9e9;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }



    .formulario .radio label:hover {
      background: linear-gradient(to right, #ffffff,  #eae9e8); }

    .formulario .radio label:before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      position: absolute;
      left: 15px;
      border-radius: 50%;
      background: none;
       }


    .formulario input[type="radio"] {

     width: 30%;
          }

  .sexo-error{
      display: none;
    }
    .formulario input[type="radio"]:checked + label:before {
      display: none;

    }

    .formulario input[type="radio"]:checked + label {
      padding: 10px 10px 10px 60px;
      background: linear-gradient(to right, #FADFB5, #F28C3D, #E91939);
      box-shadow: 2px 2px 2px #F28C3D, 0 0 0 #F28C3D, 0 0 10px #F28C3D, 0 0 10px #e9e9e9;
      border-radius: 45px;
      color: #fff; }

      .casa {
        margin: 10px 50px 10px 20px;
      }

      #teem {
        font-weight: 400;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        color: #b3b3b3;

      }

      #text_resultado_a{
        font-family:"fuente5", "fuente1";
        color: #254068;
        font-size: 25px; text-align: center;

      }
      .resss{
        position:absolute;
z-index: 999999;
     font-family:"fuente5", "fuente1";
     color: #254068;
       font-size: 35px;
       text-align: center;
width:92%;
margin-top: 90px;
     }
   
   .resss2{
   /*   position:absolute;
z-index: 999999;
  font-family:"fuente5", "fuente1";
  color: #254068;
    font-size: 35px;
    */
    border: 0px 0px 0px 20px;
    padding:  0px 0px 0px 20px;
    text-align: center;

  }
.iframmm{
 z-index: 1;
   margin: 0 auto;
   width: 35%;
     margin-top: -120px;
}
