.texto-verde {
    color: #009430 !important; 
}

/* Modal */
.modal-content {
    background: transparent;
    border: 0;
}
  
.modal-lg, .modal-xl {
    width: 955px !important;
}
  
.modal-dialog {
    max-width: 900px;
}
  
  /* Video Responivo  */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}