/* Login-Register-Modal */

#loginRegister-Btn,
#loginRegister-BtnMob,
#footer-login-btn {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: transparent;
  color: #1a3775;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}

#footer-login-btn {
  padding: 0rem;
}

#loginRegister-BtnMob {
  background-color: #f4b223;
  background-color: transparent;
}

.registerLoginmodal {
  display: none;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}

.registerLoginmodal-content {
  border-radius: 1.5rem;
  background-color: #ffffff;
  max-width: 850px;
  width: 96%;
  margin: 5rem auto;
  padding: 0 1.5rem;
}

.modal-accordion {
  padding: 6.5rem 2.5rem;
}

.modal-accordion .accordion-item button {
  display: flex;
  align-items: center;
}

.modal-accordion button {
  position: relative;
  font-family: inherit;
  display: block;
  width: 100%;
  padding: 2rem 0;
  color: #121212;
  font-size: 2.2rem;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
}

.modal-accordion button .icon {
  margin-right: 1.2rem;
}

.modal-accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 55rem;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  visibility: visible;
}

.modal-accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  visibility: hidden;
}

.form-control-modal {
  margin-left: 3rem;
  margin-bottom: 0.8rem;
}

.form-control-modal > label {
  display: block;
  font-size: 1.5rem;
  padding-bottom: 5px;
  font-weight: 600;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-control-modal > input {
  display: block;
  width: 100%;
  padding: 0.95rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.5rem;
}

.form-control-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.modal-accordion .form-control-flex .modal-btn-submit,
.modal-accordion .form-control-modal > .modal-btn-submit {
  display: inline-block;
  font-family: inherit;
  width: 10rem;
  background-color: #121212;
  color: #ffffff;
  padding: 1.2rem;
  letter-spacing: 0.5px;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  z-index: 25;
}

.modal-accordion .form-control-modal > .modal-btn-submit {
  width: 180px;
  margin-top: 1.5rem;
}

.forgot-link {
  color: #00c1de;
}

/* <!-- ************************************ The Find Modal ************************************ -->
    <!-- ************************************************************************************ --> */

/* .registerSearchmodal-content{
  border-radius: 1.5rem;
  background-color: #ffffff;
  max-width: 850px;
  width: 60%;
  height: 95px;
  margin: 8rem 25%;
  padding: 0 1.5rem;
} */

.registerSearchmodal-content {
  border-radius: 1.5rem;
  background-color: #ffffff;
  max-width: 850px;
  width: 96%;
  margin: 5rem auto;
  /* margin: 8rem 25%; */
  padding: 0 1.5rem;
}

/* <!-- ************************************ Input de busqueda ************************************ -->
    <!-- ************************************************************************************ --> */

.imput-busqueda {
  width: 90%;
  height: 40px;
  margin-top: 28px;
  margin-left: 13px;
  margin-right: 15px;
  margin-bottom: 40px;
  border: 1px solid lightgray;
  font-size: 1.8rem;
  text-decoration: none;
  color: #1a3775;
}

.imput-busqueda:focus {
  outline: none;
  border: 1px solid lightgray;
}

/* Busqueda */
.busqueda-icon {
  cursor: pointer;
  font-size: 28px;

  color: #1a3775;
}

/* <!-- ************************************ The Find Modal ************************************ -->
    <!-- ************************************************************************************ --> */

/* @media (max-width: 950px) {

    } */

/* <!-- ************************************ TEXT MODAL **************************************** -->
    <!-- ************************************************************************************ --> */

/* .text-modal {
  visibility: visible;
  display: block;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}


.text-modal-content {
  width: 60%;
  height: 90%;
  margin: 0 auto;
  margin-top: 3.5%;
}

.text-modal-accordion {
  height: 100%;
  width: 100%;
}

.text-modal-accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  visibility: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  -moz-transition: opacity 200ms linear, max-height 200ms linear;
  -ms-transition: opacity 200ms linear, max-height 200ms linear;
  -o-transition: opacity 200ms linear, max-height 200ms linear;
} */

/* Login-Register-Modal */

/* #loginRegister-Btn,
#loginRegister-BtnMob {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: transparent;
  color: #1a3775;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
} */

/* #loginRegister-BtnMob {
  background-color: #f4b223;
  background-color: transparent;
} */

.text-modal {
  display: none;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);

  /* border: 2px solid red; */
}

.text-modal-content {
  border-radius: 1.5rem;
  background-color: #ffffff;
  max-width: 1020px;
  width: 100%;
  /*height: 80%;
  */
  margin: 5rem auto;
  padding: 0 1.5rem;
  /*border: 2px solid red;
   */
}

.text-modal-accordion {
  padding: 1.5rem 2.5rem;
}

/* .modal-texto {
  font-weight: bold;
} */

.modal-accordion .accordion-item button {
  display: flex;
  align-items: center;
}

.modal-accordion button {
  position: relative;
  font-family: inherit;
  display: block;
  width: 100%;
  padding: 2rem 0;
  color: #121212;
  font-size: 2.2rem;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
}

.modal-accordion button .icon {
  margin-right: 1.2rem;
}

.modal-accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 105rem;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  visibility: visible;
}

.modal-accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  visibility: hidden;
}

.form-control-modal {
  margin-left: 3rem;
  margin-bottom: 0.8rem;
}

.form-control-modal > label {
  display: block;
  font-size: 1.5rem;
  padding-bottom: 5px;
  font-weight: 600;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-control-modal > input {
  display: block;
  width: 100%;
  padding: 0.95rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.5rem;
}

.form-control-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.modal-accordion .form-control-flex .modal-btn-submit,
.modal-accordion .form-control-modal > .modal-btn-submit {
  display: inline-block;
  font-family: inherit;
  width: 10rem;
  background-color: #121212;
  color: #ffffff;
  padding: 1.2rem;
  letter-spacing: 0.5px;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  z-index: 25;
}





.modal-accordion .form-control-modal > .modal-btn-submit {
  width: 180px;
  margin-top: 1.5rem;
}

.forgot-link {
  color: #00c1de;
}

/* <!-- ************************************ TEXT MODAL **************************************** -->
    <!-- ************************************************************************************ --> */

/* <!-- ************************************ NETWORK MODAL **************************************** -->
    <!-- ************************************************************************************ --> */

.networks-modal {
  display: none;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  /* border: 2px solid red; */
}

.networks-modal-content {
  border-radius: 1.5rem;
  background-color: #ffffff;
  max-width: 400px;
  width: 100%;
  margin: 10rem auto;
  /* padding: 0 1.5rem; */
  /* border: 2px solid red; */
}

.networks-modal-accordion {
  padding: 1.5rem 2.5rem;
}

/* .modal-accordion .accordion-item button {
  display: flex;
  align-items: center;
}

.modal-accordion button {
  position: relative;
  font-family: inherit;
  display: block;
  width: 100%;
  padding: 2rem 0;
  color: #121212;
  font-size: 2.2rem;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
}

.modal-accordion button .icon {
  margin-right: 1.2rem;
}

.modal-accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 55rem;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  visibility: visible;
}

.modal-accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  visibility: hidden;
}

.form-control-modal {
  margin-left: 3rem;
  margin-bottom: 0.8rem;
}

.form-control-modal > label {
  display: block;
  font-size: 1.5rem;
  padding-bottom: 5px;
  font-weight: 600;
  color: #121212;
  letter-spacing: 0.5px;
}

.form-control-modal > input {
  display: block;
  width: 100%;
  padding: 0.95rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.5rem;
}

.form-control-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.modal-accordion .form-control-flex .modal-btn-submit,
.modal-accordion .form-control-modal > .modal-btn-submit {
  display: inline-block;
  font-family: inherit;
  width: 10rem;
  background-color: #121212;
  color: #ffffff;
  padding: 1.2rem;
  letter-spacing: 0.5px;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  cursor: pointer;
  text-align: center;
  z-index: 25;
}

.modal-accordion .form-control-modal > .modal-btn-submit {
  width: 180px;
  margin-top: 1.5rem;
}

.forgot-link {
  color: #00c1de;
} */
