.title-div{
  margin-top: 50px;
  margin-bottom: 60px;
}

.title-text{
font-size: 34px;
line-height: 36px;
text-transform: uppercase;
font-weight: 500;
color: #000000;
font-family: 'Oswald', sans-serif;
}


.title-textplata{
font-size: 34px;
line-height: 36px;
text-transform: uppercase;
font-weight: 500;
	color:#a7a7a9;
font-family: 'Oswald', sans-serif;
}

.texto{
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
	font-family: 'Oswald', sans-serif;
}

.bloque{
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
	font-family: 'Oswald', sans-serif;
	border: medium solid #000000;
}


.subtitle-text{
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	font-family: 'Oswald', sans-serif;
	line-height: 26px;
}


.br-pc{
display: none;
}

.mybtn{
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  cursor: pointer;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  /*width: 180px;*/
  padding-left: 48px;
  padding-right: 48px;
}
.mybtn:hover{
  background-color: #1a0f13;
  box-shadow: 2px 2px #888888;
}


@media (min-width: 576px) {
  .title-text{
    font-size: 54px;
    line-height: 56px;
  }  
}

@media (min-width: 768px) {
  .title-text{
	font-size: 55px;
	line-height: 60px;
  }
  
   .title-textplata{
	font-size: 55px;
	line-height: 58px;
	color:#a7a7a9;
    }
}

@media (min-width: 992px) {
  .col-form-label{
    text-align: left;
  }
  .br-pc{
    display: block;
  }
}
