

    /* testimonios */
    .btn{ box-shadow: none !important; }
    .testimonial{
      cursor: pointer;
      border-bottom: 5px solid #fff;
      padding-bottom: 20px;
    }
    .testimonial:hover{
      /*border-bottom: 5px solid rgba(118,161,201,.5);*/
    }

    .testimonial:hover .btn-more{
        visibility: visible;
        opacity: 1;
        animation: mymove .4s;
        animation-fill-mode: forwards;
    }
    @keyframes mymove {
      from {top: 10px; }
      to {top: 0px; opacity: 1;}
    }

    .copy-occupation{
      color:#1F6382;
    }

    .testimonial:hover .btn-more{
        visibility: visible;
        animation: none;
    }


    .btn-more{
      visibility: visible;
      opacity: .5;
      color: #fff;
      font-weight: 900;
      background: -webkit-linear-gradient(0deg, #82B1D3, #7695BD) !important;
      border-radius: 10px;
      transition: all .5s ease;
    }
    .btn-more:hover{
      color: #fff;
      background: -webkit-linear-gradient(0deg, #7695BD, #82B1D3) !important;
      border-radius: 10px;
    }


    
@media only screen and (max-width: 768px) {
    .copy-header{
      margin-left:0px;
    }
    .title-section{ 
      font-size: 60px;
    }



}

@media only screen and (max-width: 600px) {
    .navbar .navbar-brand{
      width: 180px;
      margin-top: -15px;
    } 

    .title-section{ 
      font-size: 40px;
    }
    .copy-header .copy-secondary{
      margin-top: -10px;
      font-size: 15px;
    }



    /* testimonios */
    .testimonial{
      cursor: default;
      border-bottom: 5px solid #fff;
      padding-bottom: 20px;
    }
    .testimonial:hover{
      border-bottom: 5px solid #fff;
    }
    .testimonial:hover .btn-more{
        visibility: visible;
        animation: none;
    }


    .btn-more{
        visibility: visible;
        opacity: 1;
      color: #fff;
      border-radius: 10px;
      transition: all .5s ease;
    }
    .btn-more:hover{
      color: #fff;
      border-radius: 10px;

    }

}