.diplomado-body {
  font-family: 'Open Sans';
}

hr {
  height: 2px;
  margin-left: 1%;
  width: 50%;
  background:rgba(1,54,132,1);
}


#titulo{
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: bolder;
  line-height: 43px;
  font-size: 36px;
}

#texto{
  line-height: 24px;
  color: rgb(135, 126, 97);
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
}

#videoDiplomado{
  /* width="560" height="315" */
  width:80%;
  line-height: 222;
}

/* tamaño MD  */
@media only screen and (min-width: 769px) and (max-width: 992px)
{
  hr {
    height: 1px;
    margin-left: 1%;
    width: 76%;
    background:rgba(1,54,132,1);
  }
}

/* tamaño SM  */
@media only screen and (max-width: 768px)
{
  hr {
    height: 1px;
    margin-left: 2%;
    width: 96%;
    background:rgba(1,54,132,1);
  }
  #titulo{
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    font-size: 32px;
  }
}

/* tamaño XS  */
@media only screen and (max-width: 575px)
{
  hr {
    height: 1px;
    margin-left: 1%;
    width: 98%;
    background:rgba(1,54,132,1);
  }

  #titulo{
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    font-size: 29px;
  }
}
.line {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ir-arriba {
  display: none; /* Ocultar el botón */
	font-size: 14px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */	
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */	
	padding: 12px 20px; /* Relleno del boton */
	position: fixed;
	bottom: 0;
	right: 0;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.ir-arriba:hover {		
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
  .ir-arriba {
   font-size: 14px;
   padding: 12px 20px;
   bottom: 20px;
   right: 20px;
 }
}
