/* CSS Document */
@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('../fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semilight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.woff2') format('woff2'),
        url('../fonts/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,h2{
  font-family: 'Bahnschrift';
  font-weight: 300;
  font-style: normal;
  font-weight:bolder;
}

h3{
	color: green;
	font-weight:bolder;
  text-decoration: none;
}

p {

  font-family: 'Open Sans', sans-serif;

  font-style: normal;
}

.fontBahnschrift{
  font-family: 'Bahnschrift';
  font-weight: 800;
  font-style: bolder;
}



.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
body, html{
     height: 100%;
    
 	  background-repeat: no-repeat;
 	font-family: 'Oxygen', sans-serif;
	    background-size: cover;
}

.main{
 	margin:50px 15px;
}

.nav-link {color: #ffffff;}
.nav-link:hover {color: rgba(81, 214, 64, 0.747);}
.navbar-brand {color: #ffffff;}
.navbar-brand:hover{color: rgba(214, 64, 64, 0.747);}
.navbar{color:#ffffff;}


.participantes{
  border: solid;
  border-radius: 10px;
  margin-top: 30px;
  background-color: rgba(0, 0, 255, 0.534);
}

.delimater{
  width: 80%;
  height: 60%;
  margin-top: 0%;
  margin-bottom: 4%;
}

.space{
  padding-top: 2%;
}

.container-register{
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
}

.fondo{
  margin-left: 10%;
  margin-bottom: 3%;
  width: 80%;
  border-radius: 10px;
  background-color: rgba(211, 104, 4, 0.705);
}
.pd{
  padding-top: 2%;
}

.welcome{
  padding-top: 3%;
  padding-bottom: 3%;
  width:90%;
  margin-left:5%; 
  border-radius: 15px;
  background-color: green;
  color: green;
}
.cr~h3{
  color:green;
}

#hip{
  /*color: #FFA500;*/
  color: green;
  text-decoration: none;
}

.prog{
  background-color: rgba(0, 68, 255, 0.774);
  border-radius: 15px;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 1%;
  padding-top: 2%;
  padding-bottom: 4%;
  color: #ffffff;
  /*color: #832f59;*/
}
#instagram{
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
}
#header{
  width: 85%;
  margin-top: 2%;
  margin-bottom: 5%;
}

#programa-poster{
  width: 80%;
  margin-left: 10%;
}

#custom-bootstrap-menu{
  background-color: #ffffff;
}

@media (max-width:600px){
  .iconb{
    background-image: url(../img/menu.png);
  }
}
.programa{
  margin-top: 2%;

}

.margin-photo{
  margin-top: 1%;
}
.footer{
  background-color: #545454;
  color:#ffffff;
}

.text-footer{
  padding-top: 3%;
}
