@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)));
  }
}

body:not(.home) #footer {
  border-top: 1px solid black;
}

.text-primary{
	color: #883aa5 !important;
}

.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;
}

.menu-primary-container li:last-child a {
	background: #883aa5;
  	border: 1px solid #883aa5;
  	color: white;
	border-radius: 10px;
	transition: 0.3s;
}

.menu-primary-container li:last-child a:hover {
	background: transparent;
	border: 1px solid #883aa5;
	color: #883aa5;
}

.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;
}

.max-w-50{
    max-width: 50%;
}
.custom-header-container{
		padding-top: 120px !important;
		padding-bottom: 0px !important;
	}
	
	.custom-header-container div h2{
		font-size: 25px;
	}
	
	.custom-header-container div h3{
		font-size: 25px;
	}
	
	.custom-header-container div p{
		font-size: 14px;
	}
	
	.custom-header-container .more-info div div div{
		margin-bottom: 0px;
	}

@media (min-width: 500px){
	.custom-header-container{
		padding-top: 120px !important;
		padding-bottom: 20px !important;
	}
	
	.custom-header-container div h2{
		font-size: 30px;
	}
	
	.custom-header-container div h3{
		font-size: 25px;
	}
	
	.custom-header-container div p{
		font-size: 15px;
	}
	
	.custom-header-container .more-info div div div{
		margin-bottom: 0px;
	}
}

.custom-header-movil{
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

@media (max-width: 720px){
	.custom-section-besier-01,
	.custom-section-retos-header,
	.custom-besier-image{
		min-height: inherit;
	}
	
	.custom-header-movil{
		min-height: inherit !important;
	    padding-bottom: 0 !important;
    	padding-top: 0 !important;
	}
	.more-info{
		margin-bottom: 6rem;
	}
	.custom-formlabels-home form .fields p br{
		display: none;
	}
	.custom-logos-retos-disponibles img{
		max-width: 150px !important;
	}
	
	#concurso,
	#soluciones,
	#retos_disponibles,
	#publica-tu-reto-header{
		padding-top: 120px !important;
		padding-bottom: 20px !important;
	}
	
	#faq{
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	
	.custom-form-publica-tu-reto div{
		width: 100% !important;
	}
}

@media (min-width: 720px){
	.custom-header-container{
		padding-top: 120px !important;
		padding-bottom: 20px !important;
	}
	
	.custom-header-container div h2{
		font-size: 35px;
	}
	
	.custom-header-container div h3{
		font-size: 20px;
	}
	
	.custom-header-container div p{
		font-size: 18px;
	}
}

@media (min-width: 1024px){
	.custom-header-container{
		padding-top: 50px !important;
		padding-bottom: 20px !important;
	}
	
	.custom-header-container div h2{
		font-size: 45px;
	}
	
	.custom-header-container div h3{
		font-size: 30px;
	}
	
	.custom-header-container div p{
		font-size: 20px;
	}
	
	.custom-header-container .more-info div div div{
		margin-bottom: 0px;
	}
}

@media (min-width: 1500px){
.custom-header-container{
		padding-top: 100px !important;
		padding-bottom: 20px !important;
	}
	
	.custom-header-container div h2{
		font-size: 60px;
	}
	
	.custom-header-container div h3{
		font-size: 45px;
	}
}

@media (min-width: 1920px){
	.custom-header-container{
		padding-top: 120px !important;
		padding-bottom: 30px !important;
	}
	
	.custom-header-container div h2{
		font-size: 80px;
	}
	
	.custom-header-container div h3{
		font-size: 60px;
	}
}

.custom-besier-image{
/* 	max-width: 100%; */
/*     width: 100%; */
    height: 100px;
}

.custom-section-besier-01{
	padding-bottom: 0;
	margin-top: 20px;
}

.custom-besier-001{
	margin: 0;
	min-height: 100px;
}

.custom-section-cortina{
	justify-content: end;
    margin-top: 25px;
}
custom-besier-001
.custom-section-cortina img{
	max-width: 200px;
}

.custom-banner-retos-header{}

.custom-section-retos-header{
/* 	padding-bottom: 170px; */
	padding-bottom: 0;
		padding-top: 6.2rem;
}

.bg-custom-primary{
	background: #883aa5;
}

.text-custom-primary{
	color: #883aa5;
}

.border-custom-bottom{
	border-color: #883aa5 !important;
}

.button-bg-with-icon-border-primary{
	color: #ffffff !important;
	border-color: #883aa5;
	background: #883aa5;
}

.button-bg-with-icon-border-primary:hover{
	color: #883aa5 !important;
	border-color: #883aa5;
	background: #ffffff;
}

.button-with-icon-border-primary-withour-hover{
	color: #883aa5;
	border-color: #883aa5;
}

.button-with-icon-border-primary{
	color: #883aa5;
	border-color: #883aa5;
}


.button-with-icon-border-primary:hover{
	color: #ffffff !important;
	border-color: #883aa5;
	background: #883aa5;
}

.custom-filter-image-opacity{
	filter: grayscale(1) brightness(0.5) contrast(2);
    mix-blend-mode: multiply;
    opacity: 0.2;
}

.align-self-end{
	align-self: self-end;
}

.innovation-custom-section{
	gap: 20px;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    grid-template-columns: 1fr;
    grid-template-rows: fit-content(100%) fit-content(100%) 1fr;
}

.custom-header-faq{}

#faq {
	padding-top: 120px;
}

#faq  h4{
	padding-ottom: 140px;
}

@media (min-width: 1024px){
	#concurso h2,
	#soluciones h2,
	#faq h2{
		font-size: 3rem;
	}
	
	#concurso h3,
	#soluciones h3,
	#faq h3{
		font-size: 20px;
	}
}

@media (min-width: 1500px){
	#concurso h2,
	#soluciones h2,
	#faq h2{
		font-size: 4rem;
	}
	
	#concurso .more-info,
	#soluciones .more-info,
	#faq .more-info{
		margin-bottom: 140px;
	}
}

.custom-ul-cronograma-retos li:hover{
	color: #883aa5;
	cursor: pointer;
	border-left: 2px solid #883aa5;
	transition: 0.3s;
	padding-left: 20px !important;
}

.custom-logos-retos-disponibles{
	display: flex;
	width: 100%;
	gap: 20px;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	bottom: calc(100% + 30px);
	right: 40px;
}

.custom-logos-retos-disponibles img{
	width: 100%;
	max-width: 200px;
}

.custom-form-publica-tu-reto{
	display: flex;
	gap: 20px;
	width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
	box-sizing: border-box;
}

.custom-form-publica-tu-reto div:nth-child(1),
.custom-form-publica-tu-reto div:nth-child(2){
	width: calc(50% - 10px);
}

.custom-form-publica-tu-reto div:nth-child(3){
	width: 100%;
	max-width: 1000px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    font-size: 16px;
}

.custom-formlabels-publica-tu-reto {
	background: white;
}

.custom-formlabels-publica-tu-reto form{
	border: 1px solid #883aa5;
	border-radius: 15px;
	padding: 20px;
	max-width: 1200px;
	margin: auto;
}


.custom-formlabels-publica-tu-reto form input{
	color: black !important;
	border-bottom: 1px solid black !important;
}

.custom-formlabels-publica-tu-reto form input::placeholder{
	color: black !important;
}

.custom-formlabels-publica-tu-reto form input[type="checkbox"] {
	color: #883aa5 !important;
    outline: none;
    outline-style: auto;
}

.custom-formlabels-publica-tu-reto form input[type="submit"] {
	color: #ffffff !important;
	border-color: #883aa5;
	background: #883aa5;
	border: 0;
    outline: none;
    box-shadow: none;
    opacity: 1 !important;
    border-bottom: 0px solid white !important;
    padding: 15px 80px;
}

.custom-formlabels-publica-tu-reto form input[type="submit"]:disabled {
	color: #8f8f8f !important;
    background: #e9e9e9;
}

.custom-formlabels-publica-tu-reto form a {
	color: #883aa5 !important;
}

.custom-formlabels-publica-tu-reto form .fields{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
}

.custom-formlabels-publica-tu-reto form .fields p{
	width: 100% !important;
}

.custom-formlabels-publica-tu-reto form .fields p label span{
	display: block;
	position: relative;
}

.custom-formlabels-publica-tu-reto form .fields p label span br{
	display: none;
}

.custom-formlabels-publica-tu-reto form .fields p label span span{
	position: absolute;
	color: #c5c5c5;
}

.custom-formlabels-publica-tu-reto form .fields p:nth-child(6) label span span,
.custom-formlabels-publica-tu-reto form .fields p:nth-child(7) label span span{
    position: absolute;
    right: -100%;
    max-width: 90%;
    top: 0;
}

.custom-formlabels-publica-tu-reto form .fields p:nth-child(6) label span select,
.custom-formlabels-publica-tu-reto form .fields p:nth-child(7) label span select{
	width: 100%;
    border-bottom: 1px solid black;
    padding: 20px 0;
    color: black;
    font-weight: 400;
    font-size: 20px;
    font-family: inherit;
	outline: noone;
}

.custom-formlabels-publica-tu-reto form .wpcf7-response-output{
	color: black !important;
}

.custom-formlabels-publica-tu-reto form .politics br{
	display: none;
}

.custom-formlabels-home form .politics br{
	display: none;
}

.custom-formlabels-publica-tu-reto form .fields h4{
    width: 100%;
	margin-top: 60px;
	font-size: 25px;
	color: black;
}

.custom-formlabels-publica-tu-reto form .fields h4:nth-child(14){
	color: #883aa5 !important;
}

###############################################
#your-file-ruc {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  font-size: 15px;
  font-family: inherit;
  color: #000;
  background-color: transparent;
  cursor: pointer;
  margin-top: 24px !important;
}

/* Ocultar el botón por defecto */
#your-file-ruc::-webkit-file-upload-button {
  visibility: hidden;
}
#your-file-ruc::file-selector-button {
  visibility: hidden;
}

.text_ficha{
	position: absolute;	
	bottom: -40px;
    width: 100%;
    color: black !important;
    font-size: 20px;
	cursor: pointer;
}

@media (min-width: 720px){
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(1),
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(2),
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(10),
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(11),
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(14),
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(15),
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(16),
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(17),
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(18){
		width: calc(50% - 10px) !important;
	}
	
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(6),
	.custom-formlabels-publica-tu-reto form .fields p:nth-child(7){
		width: 50% !important;
	}
	
	.custom-formlabels-publica-tu-reto form .fields h4{
		margin-top: 20px;
	}
}

.divider{
	border-bottom: 1px solid black;
	width: 100%;
	height: 1px;
}

#objetivos-soluciones-form{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: auto;
	max-width: 800px;
	text-align: center;
}

#objetivos-soluciones-form div{
	max-width: 800px;
	width: 100%;
}

.custom-formlabels-soluciones form .fields h4{
	color: #883aa5 !important;
}

@media (min-width: 720px){
	.custom-formlabels-soluciones form .fields p:nth-child(1),
	.custom-formlabels-soluciones form .fields p:nth-child(2){
		width: calc(50% - 10px) !important;
	}
	
	.custom-formlabels-soluciones form .fields p{
		width: calc(50% - 10px) !important;
	}
	
	.custom-formlabels-soluciones form .fields p:nth-child(7){
		width: 100% !important;
	}
	
	.custom-formlabels-soluciones form .fields p:nth-child(6) span span{
		width: 100%;
		right: -96% !important;
	}
	
	.custom-formlabels-soluciones form .fields p:nth-child(7) span span{
		left: 0 !important;
    	border: 0  !important;
    	top: 100%  !important;
	}
}

.custom-filter-soluciones{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.custom-filtro-item{
	width: calc(33% - 4px);
}

.custom-filtro-item input,
.custom-filtro-item select{
	border-bottom: 1px solid black;
	width: 100%;
	padding: 10px 20px;
	color: black;
	text-transform: uppercase;
	outline: none;
}

.custom-filtro-item input::placeholder{
	color: black;
}