html { scroll-padding-top: 125px; }

#side-menu {
  background: #2d2c38 !important;
  color: white !important;
}

#side-menu .nav-link {
  color: white !important;
}

#side-menu .close {
  border: none;
  color: white;
  background: #3663f4;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.dropdown-item:hover, .dropdown-item:focus {
  background: transparent;
  color: var(--bs-nav-link-hover-color) !important;
}

.dropdown-menu a:hover {
  color: var(--bs-nav-link-hover-color) !important;
  opacity: .5;
}

.dropdown-menu {
  border: solid 1px var(--bs-backdrop-bg);
}


.navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute !important;
  text-align: left !important;
}

.dropdown-item {
  white-space: normal !important;
}

@media (min-width: 1400px) {
  .dropdown-item {
    white-space: nowrap !important;
  }
}

#mainNav .navbar-nav > li.nav-item > a.nav-link {
  white-space: nowrap !important;
}

.btn-close {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #3663f4;
  filter: none;
  opacity: 1;
  color: white !important;
  z-index: 9;
  display: flex;
}

.map {
  filter: grayscale(.6);
}

#side-menu .close{
  font-size: inherit !important;
}

.arrorw-drop {
  background: none;
  border: none;
  color: #b0bdd3;
  padding: 0 5px !important;
}

.arrorw-drop.show {
  color: #3763f4;
}

.btn-group {
  width: 100%;
  white-space: nowrap;
  margin: 5px 0;
}

@media (min-width: 1400px) {
  .btn-group {
    width: 100%;
    white-space: nowrap;
    margin: 5px 7px;
  }
}

.dropdown-menu.show {
  transform: translate(0px, 25px) !important;
  background: #27252e;
  border-radius: 10px;
}

@media (min-width: 1400px) {
  .dropdown-menu.show {
    transform: translate(0px, 0px) !important;
  }
}

.arrorw-drop.show::after{
  transform: rotate(180deg) !important;

}

.collapse ul li{
  margin-bottom: 15px;
}

.quiz{
  display: flex;
  margin: auto;
  width: 100%;
  height: 620px;
}

@media (min-width: 700px) {
  .quiz{
    width: 750px;
    height: 620px;
  }
}

@media (min-width: 1024px) {
  .quiz{
    width: 75%;
    height: 650px;
  }
}

/* FORMULARIO CONTACTO INDEX */

#wpforms-200, #wpforms-form-200 .wpforms-submit-container{
  margin:0px;
}
#wpforms-form-200 .wpforms-container .wpforms-field{
  padding: 10px 0;;
}
#wpforms-form-200 #wpforms-200-field_0-container, #wpforms-form-200 .wpforms-submit-container{
  padding: 3px 0;
}
#wpforms-form-200 .wpforms-recaptcha-container .wpforms-is-hcaptcha{
  padding: 0px 0 0px 0;
}
#wpforms-form-200 input, #wpforms-form-200 textarea{
  border-radius: 18px;
}
/* Formulario Campaña */
#wpcf7-f207-o1{
  display: flex;
  justify-content: center;
}
#wpcf7-f207-o1 form{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#wpcf7-f207-o1 p{
  width: 100%;
  margin: auto;
}
#wpcf7-f207-o1 input[type="text"],#wpcf7-f207-o1 input[type="email"],#wpcf7-f207-o1 input[type="tel"], #wpcf7-f207-o1 select , #wpcf7-f207-o1 #Comentarios{
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 2px solid #4e5d78;
    border-radius: 15px;
}
#wpcf7-f207-o1 div{
  width: 100%;
  margin-top: 1rem;
}
#wpcf7-f207-o1 div{
  width: 100%;
}
#wpcf7-f207-o1 div p{
  width: 100%;
  height: auto;
}
#wpcf7-f207-o1 #Comentarios{
  width: 100%;
  min-height: 100px;
  max-height: 200px;
}
#wpcf7-f207-o1 #Comentarios p {
  text-align: center;
}
#wpcf7-f207-o1 input[type="submit"]{
  background-color: #3663f4;
  margin-top: 1rem;
  width: 100%;
}

/* Formulario Contacto */
#wpcf7-f208-o1{
  display: flex;
  justify-content: center;
}
#wpcf7-f208-o1 form{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#wpcf7-f208-o1 p{
  width: 90%;
  margin: auto;
}
#wpcf7-f208-o1 input[type="text"],#wpcf7-f208-o1 input[type="email"],#wpcf7-f208-o1 input[type="tel"], #wpcf7-f208-o1 select , #wpcf7-f208-o1 #Mensaje{
    width: 100%;
    padding: 0.5rem;
    margin-top: 1rem;
    border: 2px solid #4e5d78;
    border-radius: 15px;
}
#wpcf7-f208-o1 #Mensaje{
  width: 100%;
  min-height: 100px;
  max-height: 200px; 
}
#wpcf7-f208-o1 #Mensaje p {
  text-align: center;
}
#wpcf7-f208-o1 input[type="submit"]{
  background-color: #3663f4;
  margin-top: 1rem;
}

/* Newsletter */
.tnp-subscription{
  display: flex !important;
  justify-content: center;
}
.tnp-subscription form{
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 700px) {
  .tnp-subscription{
      justify-content: right;
  }
  .tnp-subscription form {
      flex-direction: row;
  }
  .tnp-subscription input[type=submit] {
      margin-left: 1rem !important;
  }
}
.tnp-subscription label{
  display:none;
}
.tnp-subscription input[type=email].tnp-email {
  border-radius: 1rem;
  padding: 0.6rem 1.5rem;
  color: #3763f4;
}
.tnp-subscription input[type=submit] {
  width: 7rem;
  background-color: #3763f4!important;
  border-radius: 1rem;
  color: #fff!important;
  margin: auto;
}

.input-group-text{
  display: none;
}

.paypal-button-text true {
  color: white !important;
}

.flipbook iframe {
  width: 100%!important;
  height: 80vh!important
}

@media(min-width: 768px) {
  .flipbook  iframe {
      width:100%!important;
      height: 100vh!important
  }
}


/* */

.btn-library {
  border-radius: 30px;
  box-shadow: 0 3px 9px rgba(255 255 255 / 20%);
  margin-bottom: 30px;
}

.btn-library a {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  justify-content: space-between;
  color: #081729;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
  transition: .3s;
  background: white;
  border-radius: 30px;
  line-height: 100%;
  overflow: hidden;
}

.btn-library a:hover {
  transform: scale(1.01);
  color: #3663f4;
}

.btn-library .icon {
  width: 50px;
  height: 50px;
  background: #081729;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: solid 2px #081729;
}

.btn-library a:hover > .icon {
  background: #3663f4;
  border: solid 2px var(--bs-primary);
}

.boton-sep {
  display: inline-block;
  padding: 12px 24px;
  background-color: #dc3dcb;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}

.boton-sep:hover {
  background-color: #c22db4;
}

@media screen and (max-width: 480px) {
  .boton-sep {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.centrar-boton {
  text-align: center;
  margin: 20px 0;
}
