@font-face {
  font-family: 'Tipografia-titulo';
  src: url("../fonts/ALGER.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tipografia-principal';
  src: url("../fonts/LIBREBASKERVILLE-REGULAR.TTF");
  font-weight: normal;
  font-style: normal;
}

.font-1{
  font-family: 'Tipografia-principal','sans-serif' !important;
}

.font-2{
  font-family: 'Tipografia-titulo','sans-serif' !important;
  line-height: 40px;
}

body{
	padding:0;
	margin:0;
	background-color: #fff;
  background-image: url(../images/bg/bg.jpg) !important;
  background-position: center !important;
  background-size: contain !important;
	font-family: 'Tipografia-principal', sans-serif;
}

.bg-1-img{
	background-color: #fff;
  background-image: none !important;
  background-position: center !important;
  background-size: cover !important;
}

.bg-2-img{
	background-color: #fff;
  background-image: none !important;
  background-position: center !important;
  background-size: cover !important;
}

.borde-principal {
  border: 5px solid #e04444;
  padding: 15px;
  margin: 15px;
  width: 100%;
}

.borde-seccion {
  border: 5px solid #e04444;
  padding: 15px;
  width: 95%;
  max-width: 800px;
  margin: 50px auto 0 auto;
}

.borde-img {
  border: 3px solid #e04444 !important;
}

#musica > i {
  background-color: #000;
  padding: 5px 10px;
}

#musica {
  left: 0;
  top: 10vh;
  cursor: pointer;
  z-index: 999;
}

.btn:focus{
	box-shadow: none !important;
}

.c-titulo{
	color: #000 !important;
}

.fecha {
  color: #000 !important;
  font-size: 1.3rem !important;
}

.c-principal{
    color: #000 !important;
    /* font-size: .9rem !important; */
}

.c-titulo2{
	color: #000 !important;
}

.c-principal2{
    color: #000 !important;
}

.btn-modal{
	border-radius: 30px !important;
	background: #000 !important;
	padding: 4px 40px !important;
	border: 2px solid transparent;
  color: #fff !important;
  font-size: .7rem !important;
}

.titulo-1{
    font-size: 4.5em !important;
}

.titulo-2{
  font-size: 3.5em !important;
}

.titulo-3 {
  font-size: 3.8em !important;
}

.nombre {
  font-size: 4.8rem !important;
  color: #000 !important;
}

.apellidos {
  font-size: 2.8rem !important;
  color: #000 !important;
}

.c-rojo {
  color: #e04444 !important;
}

.uno-nombre {
  font-size: 5.3rem !important;
}

.dos-apellidos {
  font-size: 3.3rem !important;
}

.mascara-play {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 11000;
    background-color: #fff !important;
    background-image: url(../images/bg/bg.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    overflow: hidden
}

::-webkit-scrollbar {
  width: 10px;
  background: #f5f2e7;
}
::-webkit-scrollbar-thumb {
  background: #000 !important;
border-radius: 10px;
}

span.linea {
  width: 3rem;
  height: 1px;
  background: #000;
border-radius: 5px;
  display: inline-table;
  margin: 3px !important;
}

span.linea2 {
  width: 6rem;
  height: 1px;
  background: #000;
border-radius: 5px;
  display: inline-table;
  margin: 1px !important;
}

.lineas-titulo {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: end;
}

.numeros-c {
  background-color: #000 !important;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem !important;
  margin: 0 auto 15px auto;
}

@media (max-width: 991px) {
  .titulo-1{
    font-size: 2em !important;
}

.titulo-2{
  font-size: 1.5em !important;
}

.titulo-3 {
  font-size: 2.8em !important;
}

.fecha {
  font-size: .9rem !important;
}

.nombre {
  font-size: 3.8rem !important;
}

.apellidos {
  font-size: 1.8rem !important;
}

.uno-nombre {
  font-size: 4.3rem !important;
}

.dos-apellidos {
  font-size: 2.3rem !important;
}

span.linea {
  width: 2.5rem;
}

span.linea2 {
  width: 4rem;
}
}