@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

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%); }

.bgc-a9a9a9 {
  background-color: #a9a9a9;
}
.small-button{
  font-size: 20px !important; 
  color: #ffffff !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif !important;
}
.pb-50 {
  margin-top: 10px !important;
}
.fsepia {
  filter: sepia(1);
}
.c-7b7b7b { color: #7b7b7b; }

/* 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;}
}
