.body {
    padding: 0px;
}

iframe { border-radius: 30px; }

.titulo {
  color:#828282;
  font-family: 'Corra Montserra', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 10px;
}

.texto { color:#828282; font-size: 0.8rem; }

.row-light {
  background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 30%),
              linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 30%);
}

.row-dark { box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5); z-index:2; }

.video-sepia iframe { filter: sepia(100%); }

.fsepia { filter: sepia(1); }
.c-7b7b7b { color: #5c5c5c; }

/* Responsivo */
@media only screen and (min-width:960px) and (max-width:1199px){
  .ntc-txt-box{height:170px;padding:10px;font-size:14px;}
  .ntc-txt-box h5{font-size:18px!important;margin:0!important;}
}
@media only screen and (min-width:1200px){
  .ntc-txt-box{height:200px;padding:10px;}
}
