   .youtube{
          width: 100%;
          height: 550px;

      }
      .container-barra{
        width: 100%;
        height: 20px;
        margin-top: -10px;
      }
      .barra{
        height: 100%;
        background-color: #e57f27;
        animation-name: barra;
        animation-duration: 500s;

      }
      @keyframes barra{
        from{
          width: 0;
        }
        to{
          width: 100%;
        }
      }
      @media (max-width: 768px) {
      .youtube{
          width: 100%;
          height: 300px;
        }
      }
/* ---- Whatsapp ---- */
      .wp-fixed { 
          background: #25d366; 
          border-radius: 50%; 
          height: 48px; 
          width: 48px; 
          display: flex; 
          align-items: center; 
          justify-content: center; 
          position: fixed; 
          bottom: 15px; 
          right: 15px; 
          z-index: 8999; 
          text-decoration: none; 
      }
          .iconewhats {
              font-size: 32px; 
              vertical-align: middle; 
              color: #fff !important;
              text-decoration: none; 
          }


.fa-check{
    color:  #25d366 !important;
}
.fa-times{
    color:  #B90000 !important;
}
.fa{
    color: #e57f27;
}