@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body a,
body p,
body span {
  font-family: "Poppins", sans-serif;
}

.top-up {
  display: none;
  font-size: 41px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 0.8em;
  color: red;
}
.top-up .fas {
  font-size: 1.5em;
}

.wrap {
  width: 100%;
}
.wrap .wrap-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 99;
}
.wrap .wrap-center img.logo {
  width: 250px;
  margin-bottom: 25px;
}
.wrap .wrap-center h1 {
  color: #1b232d;
  white-space: pre-line;
  font-weight: 500;
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 20px;
}
.wrap .wrap-center h1 span {
  font-weight: 600;
}
.wrap .wrap-center p {
  color: #1b232d;
  font-size: 0.9rem;
  white-space: pre-line;
  line-height: 1.5rem;
}
.wrap .wrap-center h1.titulo-logos {
  font-size: 1.2rem;
  white-space: pre-line;
  line-height: inherit;
}
.wrap .wrap-center h1.titulo-logos span {
  color: #eb0776;
  font-size: 0.8rem;
}
.wrap .wrap-center .grid-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 150px;
}
.wrap .wrap-center .grid-logos img {
  width: 14%;
}
.wrap .wrap-center-home {
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap .wrap-center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap .wrap-center-top nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap .wrap-center-top nav ul li {
  margin-left: 25px;
}
.wrap .wrap-center-top nav ul li a {
  color: #1b232d;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wrap .wrap-center-top nav ul li a:hover {
  opacity: 0.3;
}
.wrap .wrap-center-top nav ul li.ingles, .wrap .wrap-center-top nav ul li.espanol {
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 15px;
  margin-left: 10px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 20px;
}
.wrap .wrap-center-top nav ul li.ingles:hover, .wrap .wrap-center-top nav ul li.espanol:hover {
  opacity: 0.5;
}
.wrap .wrap-center-top nav ul li.ingles a, .wrap .wrap-center-top nav ul li.espanol a {
  text-indent: -99em;
  overflow: hidden;
  display: block;
}
.wrap .wrap-center-top nav ul li.ingles {
  background-image: url("images/eng-flag.svg");
}
.wrap .wrap-center-top nav ul li.espanol {
  background-image: url("images/esp-flag.svg");
}
.wrap .wrap-center-form {
  padding-top: 150px;
}
.wrap .wrap-center-form h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.wrap .wrap-center-form .blocks-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 0;
  padding-bottom: 200px;
}
.wrap .wrap-center-form .blocks-form .block-contact {
  width: 25%;
  text-align: right;
}
.wrap .wrap-center-form .blocks-form .block-contact h1 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.wrap .wrap-center-form .blocks-form .block-contact h2 {
  font-weight: 600;
  color: #1b232d;
  margin-bottom: 10px;
}
.wrap .wrap-center-form .blocks-form .block-contact h3 {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 20px;
}
.wrap .wrap-center-form .blocks-form .block-contact a {
  text-decoration: none;
  font-weight: 600;
  color: #8bc34a;
  margin-bottom: 15px;
  display: block;
}
.wrap .wrap-center-form .blocks-form .block-contact p {
  font-size: 0.8rem;
  font-weight: 600;
  color: #626262;
}
.wrap .wrap-center-form-contact {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap .wrap-center-form-contact h1 {
  margin: 0;
  font-size: 1.5rem;
}
.wrap .wrap-center-form-contact a {
  font-size: 2rem;
  text-decoration: none;
  color: #4caf50;
  font-weight: 500;
  margin: 20px 0 10px;
}
.wrap .wrap-center-form-contact p {
  font-size: 1.1rem;
  font-weight: 500;
  color: #565656;
}

.wrap-top {
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 20px;
  background: rgb(238, 238, 238);
  border-bottom: 1px solid rgb(216, 216, 216);
}

.accordion {
  padding-bottom: 150px;
}
.accordion .accordion-bloque {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 40px;
  padding-bottom: 15px;
  border-radius: 10px;
  cursor: pointer;
}
.accordion .accordion-bloque h1 {
  font-size: 1.1rem;
  margin: 0 0 5px 0;
  line-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.accordion .accordion-bloque h1:hover {
  opacity: 0.4;
}
.accordion .accordion-bloque h1 img {
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.accordion .accordion-bloque p {
  font-size: 0.8rem;
  color: grey;
  font-weight: 500;
  margin-bottom: 20px;
}
.accordion .accordion-bloque .bloque-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.accordion .accordion-bloque .bloque-content a {
  background: none;
  margin-bottom: 20px;
  color: #ec0776;
  font-size: 0.8rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.accordion .accordion-bloque .bloque-content a:last-child {
  margin-bottom: 0;
}
.accordion .accordion-bloque .bloque-content a:hover {
  opacity: 0.3;
}
.accordion .accordion-bloque .bloque-content a:before {
  content: url("images/download.png");
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.accordion .accordion-bloque .bloque-content a.link:before {
  content: url("images/link.png");
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.accordion .accordion-bloque .bloque-content-active {
  max-height: 400px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

footer .footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0 50px;
}
footer .footer-center .logo-footer {
  width: 200px;
  height: 72px;
  background-image: url("images/logos-footer-light.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 20px;
}
footer .footer-center p {
  margin: 0;
  color: #1b232d;
  font-size: 0.7rem;
}

/*FORMULARIO DE CONTACTO*/
.wpcf7 {
  width: 50%;
}

.wpcf7-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wpcf7-form h1.tit-form {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 20px 0 10px;
}

.wpcf7 .wpcf7-form p {
  margin: 0;
}

.wpcf7 .screen-reader-response {
  display: none;
}

label {
  width: 100%;
}
@media only screen and (max-width: 890px) {
  label {
    width: 100%;
  }
}
label.message {
  width: 100%;
}

.attachment {
  margin: 20px 0;
  white-space: pre-line;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  color: #1b232d;
}
.attachment span.wpcf7-not-valid-tip {
  margin: 15px 0 0 0;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
textarea.wpcf7-textarea,
select.wpcf7-form-control {
  width: 100%;
  border: none;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #afafaf;
  border-radius: 5px;
  padding: 15px 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ededed;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 890px) {
  .wpcf7-form input[type=text],
.wpcf7-form input[type=email],
textarea.wpcf7-textarea,
select.wpcf7-form-control {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.wpcf7-form input[type=text].wpcf7-not-valid,
.wpcf7-form input[type=email].wpcf7-not-valid,
textarea.wpcf7-textarea.wpcf7-not-valid,
select.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid red;
}

input[type=file] {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.wpcf7-form input[type=text].wpcf7-validates-as-required:before,
.wpcf7-form input[type=email].wpcf7-validates-as-required:before,
.wpcf7-form input[type=file].wpcf7-validates-as-required:before {
  content: "*";
  color: red;
  position: absolute;
  left: -10px;
}

.wpcf7-form input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
textarea.wpcf7-textarea:focus {
  background-color: #dbdbdb;
  padding-left: 2em;
  outline: 0px;
  font-weight: 500;
  color: grey;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
textarea.wpcf7-textarea:focus {
    padding: 5%;
  }
}

select.wpcf7-form-control {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #626969;
}
@media only screen and (max-width: 768px) {
  select.wpcf7-form-control {
    width: 100%;
  }
}

select.wpcf7-form-control option {
  padding: 15px 0;
  display: block;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #696969 !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #646464 !important;
  opacity: 1;
}

.wpcf7-form input[type=submit] {
  background: #03a9f4;
  font-weight: 600;
  border: none;
  color: white;
  padding: 1.2rem;
  margin-top: 3%;
  font-size: 0.75rem;
  width: 50%;
  margin: 3% auto 0;
  cursor: pointer;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form input[type=submit] {
    padding: 1rem;
  }
}

.screen-reader-response {
  color: red;
  font-size: 0.8em;
}

span.wpcf7-not-valid-tip {
  font-size: 0.7rem;
  letter-spacing: initial;
  text-transform: initial;
  color: red;
  margin: 0 0 20px 0;
  display: block;
  text-align: initial;
}
span.wpcf7-not-valid-tip:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  color: red;
  margin-right: 5px;
  content: "\f06a";
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 0.8rem;
  margin-top: 10px;
}

.wpcf7-response-output {
  bottom: 21px;
  left: 41px;
  border: none;
  margin: 30px 0;
  text-align: center;
  font-weight: 600;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
}

form.sent .wpcf7-response-output {
  color: #46b450;
  /* Green */
}

form.failed .wpcf7-response-output,
form.aborted .wpcf7-response-output {
  color: #dc3232;
  /* Red */
}

form.spam .wpcf7-response-output {
  color: #bb3e00;
  /* Orange */
}

form.invalid .wpcf7-response-output,
form.unaccepted .wpcf7-response-output {
  color: #ffb900;
  /* Yellow */
}

/*Captcha imagenes*/
.wrap-center .wpcf7-form-control-wrap,
.wrap-center .wpcf7-form-control,
.wrap-center .captcha-image,
.wrap-center .cf7ic_instructions {
  text-transform: inherit;
}

.kc_captcha {
  display: block;
  margin: 20px 0;
}

.wpcf7-form-control-wrap {
  text-transform: inherit;
}
.wpcf7-form-control-wrap .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-form-control-wrap .captcha-image {
  border: none;
  text-align: center;
  width: 100%;
}
.wpcf7-form-control-wrap .captcha-image label {
  width: 45px !important;
}
.wpcf7-form-control-wrap .cf7ic_instructions {
  text-align: center;
  font-size: 0.8rem;
  display: block;
  font-family: "Poppins", sans-serif;
  color: rgb(44, 44, 44);
  margin: 0;
}
.wpcf7-form-control-wrap .cf7ic_instructions span {
  color: #03a9f4;
  letter-spacing: 0;
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
  text-transform: inherit;
}
.wpcf7-form-control-wrap .captcha-image label > input {
  display: none;
}
.wpcf7-form-control-wrap .captcha-image label > input + svg {
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 5em;
  margin: 10px 5px 0 5px;
  width: 30px;
  height: 30px;
  color: #495a71;
}
.wpcf7-form-control-wrap .captcha-image label > input:checked + svg {
  border: 2px solid red;
  padding: 3px;
  width: 30px;
  height: 30px;
}