/* CSS Document */


/* Elimina márgenes y relleno predeterminados */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Asegura que el body no tenga espacio alrededor */
body {
    margin: 0;
    padding: 0;

    font-family: 'Oxygen', sans-serif;
}

.dropdown-btn {
    background-color: #007BFF; /* Azul */
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.dropdown-btn:hover {
    background-color: #0056b3;
}

.dropdown-content {
    display: none;
    margin-top: 10px;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.dropdown-content.show {
    display: block;
}


@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;
  }
}


.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;
  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-bottom: 2%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
}

.fondo{
  margin-left: 0 !important; 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: 0 !important;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: 0 !important; 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-bottom: 5%;
}

#programa-poster{
  width: 80%;
  margin-left: 0 !important; 10%;
}

#custom-bootstrap-menu{
  background-color: #ffffff;
}


#custom-bootstrap-menu {
    padding: 4px 10px !important;
}

#custom-bootstrap-menu .navbar {
    padding: 0 !important;
}

#custom-bootstrap-menu .navbar-brand {
    padding: 4px 10px;
    font-size: 16px;
}

#custom-bootstrap-menu .nav-link {
    padding: 4px 8px !important;
    font-size: 14px;
}



@media (max-width:600px){
  .iconb{
    background-image: url(../img/menu.png);
  }
}
.programa{

}

.margin-photo{
  margin-top: 1%;
}
.footer{
  background-color: #545454;
  color:#ffffff;
}

.text-footer{
  padding-top: 3%;
}
