
.body_slider_background{
    background: #272c33;
    background-image: url("../../assets/images/body_slider_background.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.body_slider_background_text{
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

.menu_entries {
  color: #fff;
  margin-right: 20px;
  font-family: opensans-bold;
  font-size: 10px;
}

.navbar-toggler .icon-bar {
  background-color: #f6ef9d;
}

.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
  color: #f6ef9d !important;
}

.navbar .navbar-nav li > a:hover {
  color: #f6ef9d !important;
}

.navbar .navbar-nav li.register a:hover {
  color: #000 !important;
}

/*#grecaptcha-container{
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    margin-top: 186px;
}*/

/* Para ocultar el boton flotante */
.grecaptcha-badge {
  visibility: hidden !important;
}

@media (max-width: 440px) {
    .navbar .navbar-brand img {
        width: 80px;
        height: auto;
    }

    .body_slider_background_text{
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .navbar .navbar-brand {
        padding-right: 48px;
    }

    .body_slider_background_text{
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .body_slider_background_text{
        margin-bottom: 179px;
    }
}

.menu_entries:hover {
  color: #f6ef9d;
}

.options_header {
  text-align: center;
  color: #fff;
  font-family: poppins-bold;
  font-weight: 500;
  font-size: 40px;
}

.my_rows {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  min-height: 20px !important;
}

.advice_div{
    background: #3d3d3d;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.form_row {
  height: 45px;
  text-align: left;
}

.options {
  cursor: pointer;
}

.orange_button,
.gold_button {
  border-radius: 20px;
  font-family: opensans-bold;
  font-weight: normal;
  font-size: 10px;
}

.orange_button_background,
.disabled_button_background {
  border-radius: 20px;
  padding-top: 7px;
}

.option_button_image {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 21px;
  border: 1px solid #6f4f25;
}

.option_button_image:hover {
  border: 1px solid #ddc774;
}

.selected_button {
  border: 1px solid #ddc774;
}

.unselected_button {
  opacity: 60%;
}

#name,
#email,
#question {
  width: 100%;
  background: transparent;
  border: 1px solid #f6ef9d;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
}

#name:disabled,
#email:disabled,
#question:disabled {
  cursor: not-allowed;
}

#name::placeholder,
#email::placeholder,
#question::placeholder {
  color: #ffffff;
}

#name,
#email {
  height: 35px;
}

.is-invalid {
  border: 1px solid red !important;
}

.public_content {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.public_content.body_1 {
  background: url("../../assets/images/body_1.png") no-repeat scroll 0 0;
  background-size: auto;
  background-size: cover !important;
}

.public_content.body_2 {
  background: url("../../assets/images/body_2.png") no-repeat scroll 0 0;
  background-size: auto;
  background-size: cover !important;
}

.public_content.body_3 {
  background: url("../../assets/images/body_3.png") no-repeat scroll 0 0;
  background-size: auto;
  background-size: cover !important;
}

.public_content .generic_info {
  height: unset;
}
@media (max-width: 768px) {
  .public_content .generic_info {
    height: unset;
  }
  .public_content.body_1 {
    background: #f8e0dd;
    background-size: auto;
    background-size: cover !important;
  }

  .public_content.body_2 {
    background: url("../../assets/images/body_2.png") no-repeat scroll 0 0 !important;
    background-size: auto;
    background-size: cover !important;
  }

  .public_content.body_3 {
    background: url("../../assets/images/body_3.png") no-repeat scroll 0 0 !important;
    background-size: auto;
    background-size: cover !important;
  }
}

.summary_header {
  color: #ffffff;
  font-size: 11px;
  margin: 10px 0 10px;
}

.poppins-semibold {
  font-family: poppins-semibold;
}

.poppins-bold {
  font-family: poppins-bold;
}

.body_extra {
  background-image: url("../../assets/images/blue.png");
  height: 400px;
  background-size: cover !important;
}

.body_extra_2 {
  background: url("../../assets/images/shaking-hands.png") no-repeat scroll 5%
    50%;
  background-color: #f8e0dd;
  background-size: auto;
  /* height: 400px; */
  background-size: auto auto !important;
}

.body_extra .big-text {
  font-size: 64px;
  line-height: 1em;
  color: #ffffff;
  display: inline-block;
  width: 65%;
  height: 250px;
  margin-top: 10px;
  background: -webkit-linear-gradient(left, #1139ce, #121100);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .body_extra {
    background-image: url("../../assets/images/blue.png") !important;
    background-size: cover !important;
  }

  .body_extra .big-text {
    font-size: 64px;
    line-height: 1em;
    color: #ffffff;
    display: inline-block;
    position: relative !important;
    background: -webkit-linear-gradient(left, #1139ce, #121100);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: 0 !important;
  }

  .body_extra_2 {
    min-height: 400px;
  }
  .body_extra_2 .text-container {
    display: flex;
    flex-direction: row;
    justify-content: end;
    height: 100%;
    align-content: end;
    text-align: right;
  }

  .body_extra_2 h2 {
    font-size: 2rem !important;
    min-height: unset !important;
    padding-bottom: 20px;
  }

  .body_extra img.extra {
    max-width: unset;
  }
}
.body_extra_2 h2 {
  font-size: 64px;
  line-height: 1em;
  color: #ffffff;
  display: inline-block;
  /* width: 65%; */
  min-height: 250px;
  margin-top: 10px;
  background: -webkit-linear-gradient(left, #1139ce, #121100);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .body_extra_2 .big-text {
    padding: 0 20px;
    background: rgba(216, 241, 252, 0.7);
  }

  .summary_header {
    display: inline-block;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
  }

  .public_content.body_1 .background_text,
  .public_content.body_1 .background_text_small {
    background: none;
  }
}

#footer {
  background-color: #343434;
  color: #ffffff;
  font-size: 11px;
}

#footer ul {
  list-style: none;
  margin-bottom: 35px;
}

.footer-upperline {
  border-top: 1px solid #777777;
  height: 60px;
  padding: 20px;
}

#footer h6 {
  text-transform: uppercase;
  font-family: poppins-bold;
  font-size: 11px;
  letter-spacing: 2px;
}

#option_message {
  display: inline;
  color: #fff;
}

.background_text_small {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 5px;
  opacity: 90%;
}

.background_text {
  background: #d8f1fc;
  color: #000;
  display: inline-block;
  padding: 5px;
  opacity: 70%;
}

.body_extra img.extra {
  position: absolute;
  right: 3%;
  height: 350px;
  z-index: 1;
  top: -30px;
}

#growls-br {
  bottom: 67px;
  right: -10px;
}

.dropdown-menu > a:hover,
.dropdown-menu > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #000;
  text-decoration: none;
  background: #f6ef9d;
}

#profileDropdown .img_profile {
  background-color: #fff;
  top: 3px;
}

.overflow-hidden {
  overflow: hidden;
}

.social-networks {
  justify-content: center;
}

@media (max-width: 768px) {
  .advice_partners {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #profileDropdown {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .dropdown-menu::after {
    content: none;
  }
}
