
@font-face {
    font-family: 'AmpleSoftPro-Light';
    src: url('../../fuentes/AmpleSoftPro-Light.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmpleSoftPro-Regular';
    src: url('../../fuentes/AmpleSoftPro-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'AmpleSoftPro-Bold';
    src: url('../../fuentes/AmpleSoftPro-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
 }



   body{
     background-color: #282c34;
     font-family: AmpleSoftPro-Regular;
   }

   .blanco{

     border: solid 1px #ccc;
     background-color: #fff;
     box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
     border-radius: 10px;
     margin-bottom: 60px;
     margin-top: 40px;
    

   }
   label{
    font-family: 'AmpleSoftPro-Bold';
     padding-top: 20px;
     text-transform: uppercase;
     font-size: 90%;
     
   }

   .ligero{
    font-family: 'AmpleSoftPro-Light';

   }


   .encabezado{
    background-color: aliceblue;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 40px;

   }


   .tooltip-inner {
    background-color:#1ea05b;
  }
  .tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #1ea05b;
  }


  #canvas_expertise_1, #canvas_expertise_2{
    min-height: 120px;
  }

  .ayuda{
    color: #0A82FF;
  }

  small{
    line-height: 80%;
  }