@charset "UTF-8";
/*
Theme Name: Mision 3 - UCV
Theme URI: #
Author: Various - Joseph Flores
Author URI: #
Description: Template Congreso MultisiteMain for Congress of Perú
Version: 1.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.marquee {
  -webkit-animation: scrolling var(--marquee-time) linear infinite;
          animation: scrolling var(--marquee-time) linear infinite;
}

.marquee:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

[x-cloak] {
  display: none !important;
}

@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-width)));
            transform: translateX(calc(-1 * var(--marquee-width)));
  }
}

@keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-width)));
            transform: translateX(calc(-1 * var(--marquee-width)));
  }
}
.menu-footer-container li {
  padding: 0;
}
.menu-footer-container li.accent-li-item {
  height: 38px;
  color: white;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
}
.menu-footer-container li.accent-li-item:hover {
  background-color: white;
  color: #3787FF;
}

.menu-primary-movil-container li.accent a {
  border: 1px solid white;
  padding: 8px 24px;
  border-radius: 9px;
}

.menu-primary-container li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
}

.form .fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .form .fields {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.form .fields input {
  width: 100%;
  display: block;
  padding: 10px 0;
  height: 54px;
  background: transparent;
  border-bottom: 1px solid white;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  outline: none;
}
@media (max-width: 768px) {
  .form .fields input {
    padding: 6px 0;
    height: 42px;
    font-size: 17px;
  }
}
.form .fields input::-webkit-input-placeholder {
  color: white;
}
.form .fields input::-moz-placeholder {
  color: white;
}
.form .fields input:-ms-input-placeholder {
  color: white;
}
.form .fields input::-ms-input-placeholder {
  color: white;
}
.form .fields input::placeholder {
  color: white;
}
@media (max-width: 768px) {
  .form .politics {
    margin-bottom: 1rem;
  }
}
.form .politics .wpcf7-list-item {
  margin: 0;
  color: white;
  text-decoration: underline;
}
.form .politics .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media (max-width: 768px) {
  .form .politics .wpcf7-list-item label {
    font-size: 14px;
  }
}
.form .button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .form .button p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form .button input {
  font-size: 18px;
  color: white;
  border: 1px solid white;
  padding: 10px 24px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .form .button input {
    font-size: 15px;
    color: white;
    border: 1px solid white;
    padding: 8px 24px;
    border-radius: 9px;
    width: 100%;
  }
}
.form .button input.wpcf7-submit:disabled {
  opacity: 0.5;
}

[type=checkbox] {
  width: 1rem;
  height: 1rem;
  color: #000000;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  cursor: pointer;
}

/* Pseudo element for check styling */
[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  -webkit-box-shadow: inset 0 0 0 1px #CCD3D8;
          box-shadow: inset 0 0 0 1px #CCD3D8;
}

/* Checked */
[type=checkbox]:checked {
  background-color: currentcolor;
}

[type=checkbox]:checked::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

/* Disabled */
[type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}

/* IE */
[type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

[type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.wpcf7-not-valid-tip {
  padding-top: 8px;
}

.prose :where(a):not(:where([class~=not-prose],
[class~=not-prose] *)) {
  text-decoration: none;
}

@media (max-width: 768px) {
  .persiana div {
    background-size: cover !important;
  }
}

.wpcf7 form .wpcf7-response-output {
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 18px;
}