body {
    font-family: "Lato", sans-serif;
    margin: 0;
    background-color: #3C4E9D;
    font-weight: 200;
}

.header {
    background-color: #3C4E9D;
    background-image: url('vaccine.png');
    height: 100%;
    padding: 0 0 0 0;
    background-repeat: no-repeat, repeat-x;
    background-size: cover, auto;
    background-position: center, top right;
}

.banner {
    background-color: transparent;
    height:  auto;
    padding: 0 0 0 0;
}

.top-bar {
    background-color: transparent;
    height: auto;
    padding: 0 0 0 0;
}

.filter-bar {
    background-color: #3C4E9D;
    height: auto;
    margin-top: 0px;
}

.logo {
    margin-top: 0px;
    margin-right: 200px;
    float: right;
    background-color: transparent;

}

.boton-home {
    float: right;
    padding-left: 50px;
}

.nav-bar{
    float: left;
    padding-bottom: 0px;
    padding-left: 0px;

}

.navmenu{
    background-color: transparent;
    padding-bottom: 0px;
}

.header-emoji {
    font-size: 48px;
    margin: 0 auto;
    text-align: center;
}

.header-title {
    color: #F7F7F7;
    font-size: 3.5vw;
    text-align: left;
    margin-top: 40px;
    padding-left: 100px;
}

.header-description {
    color: #F7F7F7;
    font-size: 1.5vw;
    text-align: left;
    margin-left: 100px;
    margin-bottom: 156px;
    margin-top: 24px;
    max-width: 900px;

}
.header-subtitle {
    color: #F7F7F7;
    font-size: 2.3vw;
    font-weight: normal;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 24px;
    margin-left: 90px;
    background-color: transparent;

}

.backround-par {
    background-color: transparent;
    height:  auto;
    margin-left: 80px;
    margin-bottom: 24px;  
}

.backround-par-banner {
    background-color: transparent;
    height:  auto;
    margin-left: 90px;
    margin-bottom: 24px;  
}


.paragraph {
    color: #F7F7F7;
    text-align: left;
    margin-bottom: 32px;
    margin-top: 12px;
    margin-left: 12px;
    margin-right:90px;
    font-size: 1.2vw;
}

.div-logo {
    background-color: transparent;

}

.wrapper {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 32px;
}

.card {
    margin-bottom: 24px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
}

.menu {
    height: auto;
    width: auto;
    display: flex;
    padding-top: 24px;
    background-color: #3C4E9D;
    margin-bottom: 24px ;
}

.Select-control {
    width: 168px ;
    height: 48px;
}

.Select--single>.Select-control .Select-value,
.Select-placeholder {
    line-height: 48px;
}

.Select--multi .Select-value-label {
    line-height: 32px;
}

.menu-title {
    margin-bottom: 3px;
    margin-top: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.cheklist {
    height: auto;
    width: auto;
    padding-top: 24px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);
}

/* restyle radio items */
.radio-group .form-check {
    padding-left: 0px;
    margin-top: 6px;
    height: 24px;
  }
  
  .radio-group .btn-group > .form-check:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 0.75rem;
    width: auto;
  } 
  
  .radio-group .btn-group > .form-check:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0px;
    font-size: 0.75rem;
    float: right;
    width: auto;
  }

  /* Custom styles for inactive buttons */
.custom-label {
    background-color: transparent;
    color: #FFFFFF; /* Set color for inactive button text */
    border-color: #FFFFFF !important;
    float: right;
}

/* Custom styles for active button */
.custom-label-active {
    background-color: #878c99 !important; /* Set background color for active button */
    color: #fff; /* Set color for active button text */
    border-color: #FFFFFF !important;
    
}

.custom-label.btn-outline-primary:hover {
    color: #fff; /* Set color for inactive button text when hovered */
    background-color: #b3b3b3; /* Set background color when hovered */
    border-color: #b3b3b3; /* Set border color when hovered */
}

.download-button {
    border: none; /* Remove border */
    background-color: transparent; /* Transparent background */
    box-shadow: none; /* Remove shadow */
    float: left;
    margin-left: 0px;
    margin-top: 12px;
}

.download-button:focus {
    box-shadow: none; /* Remove focus outline */
}


/* restyle radio items */
.radio-lang-group .form-check {
    padding-left: 0;
    border-right-color: #fff;
    border-color: #fff;
    height: 20px;
  }
  
  .radio-lang-group .btn-group > .form-check:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: #fff;
    font-size: 0.75rem;
    border-left-color: transparent ;
    border-bottom-color: transparent ;
    border-top-color: transparent ;
  } 
  
  .radio-lang-group .btn-group > .form-check:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 80px;
    font-size: 0.75rem;
    border-color: transparent;

  }

  /* Custom styles for inactive buttons */
.custom-label-lang {
    background-color: transparent;
    color: #fff; /* Set color for inactive button text */
}

/* Custom styles for active button */
.custom-label-active-lang {
    background-color: transparent !important; /* Set background color for active button */
    color: transparent; /* Set color for active button text */
}

.custom-label-lang.btn-outline-primary:hover {
    color: #fff; /* Set color for inactive button text when hovered */
    background-color: transparent; /* Set background color when hovered */
}

.List{
    background-color: transparent;
    padding-left: 90px;
    padding-right: 106px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.List-item{
    background-color: transparent;
    color:#FFFFFF ;
}

.List .List-item:hover {
    background-color: #f0f0f0; /* Change to whatever color you prefer */
    cursor: pointer; /* Optional: Change cursor to pointer on hover */
}

.header-info {
    color: #F7F7F7;
    font-size: 2.5vw;
    font-weight: normal;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 24px;
    float: left;
}

.info {
    color: #F7F7F7;
    font-weight: normal;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 36px;
    margin-bottom: 24px;
    float: left;
}

.info-box {
    margin-top: 24px;
    margin-left: 36px;
    margin-right: 90px;
    float: left;
}

.pic {
    margin-bottom: 24px;
    margin-left: 0px;
    padding-top: 24px;
    float: center;

}

.button-wrapper:hover {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}

.button-wrapper {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    float: right;
}

.block{
    background-color: #F7F7F7;
    margin: 24px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
    height: 250px;
}

.block-text{
    padding: 28px;
    color: #3C4E9D;
    font-size: medium;
    font-style: italic;
}

.block-bold{
    padding: 28px;
    color: #3C4E9D;
    font-size: medium;
    font-weight: bold;
}

.block-title{
    padding: 20px;
    color: #3C4E9D;
    font-size: 2.3vw;
}

.slider{
    background-color: #F7F7F7;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 24px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
    height: auto;
}