/* *{
    border: solid 1px red;
} */
:root {
	/* --------------- Paleta de colores --------------- */

	/* ------------------- Plataforma ------------------- */
	--naranja: #f9a72b;
	--naranja_oscuro: #d98c21;
	--naranja_claro: rgb(249, 153, 0);
	--morado: #20427f;
	--verde: rgb(192, 207, 19);
	--rojo: #c95121;
	--gris: #f2f2f2;

	/* ---------------- Temas de opinión ---------------- */
	--entornos: rgb(178, 131, 191);
	--equipo: rgb(0, 183, 166);
	--desarrollo: rgb(121, 194, 21);
	--calidad: rgb(255, 178, 0);
	--agenda: rgb(255, 140, 192);
	--bienestar: rgb(244, 133, 29);
	--mas_educacion: rgb(65, 199, 232);
	--ciencia: rgb(203, 186, 154);
}

/* ----------------------- Fuentes ----------------------- */
body {
	font-family: "Ubuntu", sans-serif;
}
.font-ScopeOne {
	font-family: "Scope One", serif;
}

/* --------------------- background --------------------- */
.bg-naranja {
	background-color: var(--naranja);
}
.bg-naranja-oscuro {
	background-color: var(--naranja_oscuro);
}
.bg-naranja-claro {
	background-color: var(--naranja_claro);
}
.bg-morado {
	background-color: var(--morado);
}
.bg-verde {
	background-color: var(--verde);
}
.bg-rojo {
	background-color: var(--rojo);
}
.bg-gris {
	background-color: var(--gris);
}

.degradado-amarillo {
	background: linear-gradient(top, rgb(217, 140, 33), rgb(249, 153, 0));
	background: -webkit-linear-gradient(top, rgb(217, 140, 33), rgb(249, 153, 0));
	background: -moz-linear-gradient(top, rgb(217, 140, 33), rgb(249, 153, 0));
	background: -o-linear-gradient(top, rgb(217, 140, 33), rgb(249, 153, 0));
}
.bg-educacion {
	background-color: var(--mas_educacion);
}

.bg-morado-oscuro {
	background-color: #1c3a72;
}

.hr-morado {
	color: var(--morado);
	width: 70%;
	border: solid 0.5px;
}
/* ------------------------ Fuentes ------------------------ */
.text-naranja {
	color: var(--naranja);
}
.text-naranja-oscuro {
	color: var(--naranja_oscuro);
}
.text-naranja-claro {
	color: var(--naranja_claro);
}
.text-morado {
	color: var(--morado);
}
.text-verde {
	color: var(--verde);
}
.text-rojo {
	color: var(--rojo);
}
.text-gris {
	color: var(--gris);
}

.font-75 {
	font-size: 0.75em;
}
.font-7 {
	font-size: 0.7em;
}
.font-8 {
	font-size: 0.8em;
}
.font-9 {
	font-size: 0.9em;
}
.font-1 {
	font-size: 1em;
}
.font-1_25 {
	font-size: 1.25em;
}
.font-1_5 {
	font-size: 1.5em;
}
.font-1_8 {
	font-size: 1.8em;
}
.font-2 {
	font-size: 2em;
	word-wrap: break-word;
}

.line-1-em {
	line-height: 1em;
}
.line-1_25-em {
	line-height: 1.25em;
}

.text-shadow {
	text-shadow: 0.05em 0.05em 0.15em var(--morado);
}

/* ------------------------ Bordes ------------------------ */
.border-morado {
	border-color: var(--morado) !important;
}
.border-verde {
	border-color: #a3d725 !important;
}

.rounded-1rem {
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
}
.rounded_5rem {
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.rounded-2rem {
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
}

.border-form {
	border: none;
	border-left: solid 6px;
}
.border-textarea {
	border: none;
	border-top: solid 5px;

	min-height: 100px;
	max-height: 100px;
}

.cuadroEsquina {
	position: absolute;
	top: 0;
	left: 0;

	height: 25px;
	width: 25px;
}
/* ----------------- Flechas del selector ----------------- */
.flecha-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	padding-right: 32px;
}
.flecha-select-morado {
	background: url(../img/svg/selec.svg) no-repeat 100% center white;
}
.flecha-select-verde {
	background: url(../img/svg/selecVerde.svg) no-repeat 100% center white;
}

/* ----------------------- Botones ----------------------- */
.close,
.img-gracias-opinion {
	position: absolute;
}
.flechaClose {
	top: 10px;
	right: 10px;
	width: auto !important;
}
.img-gracias-opinion {
	top: -230px;
	left: 0;
	width: 500px;
}

.btn-morado {
	color: var(--morado);
	background-color: transparent;
	border-color: var(--morado);
}
.btn-morado:hover {
	color: white;
	background-color: var(--morado);
	border-color: var(--morado);
}
.btn-outline-verde2 {
	color: white;
	background-color: transparent;
	border: solid 1px white;
}
.btn-outline-verde2:hover {
	background-color: var(--verde);
}

.btn-outline-verde {
	color: white;
	background-color: var(--desarrollo);
	background-image: none;
	border-color: white;
}
.btn-outline-verde:hover {
	color: var(--desarrollo);
	background-color: white;
	border-color: white;
}

.btn-presenta-propuesta {
	color: white;
	background-color: var(--morado);
	cursor: pointer;
	font-size: 2.5em;
	line-height: 1em;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.btn-presenta-propuesta:hover {
	color: var(--morado);
	background-color: white;
}

.btn-sec {
	font-size: 70%;
	line-height: 1em;

	cursor: pointer;
	transition: all 100ms;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	-ms-transition: all 100ms;
	-o-transition: all 100ms;
}
.btn-sec:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.btn-votar {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
	border-radius: 0 50% 0 0;
	-webkit-border-radius: 0 50% 0 0;
	-moz-border-radius: 0 50% 0 0;
	-ms-border-radius: 0 50% 0 0;
	-o-border-radius: 0 50% 0 0;
	color: white;
	background-color: var(--calidad);
}

.cp {
	cursor: pointer;
}
/* ------------------- scroll ------------------- */
.scroll-y {
	overflow-y: auto;
}
.scroll-y::-webkit-scrollbar {
	background-color: transparent;
	width: 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.scroll-y::-webkit-scrollbar-thumb {
	background-color: var(--gris);
	border-radius: 15px;
}
.scroll-y::-webkit-scrollbar-button {
	display: none;
}

/* ----------- Contador ----------- */
.conteo {
	border: none;
	color: white;
	font-size: 12px;
	background: transparent;
	float: right;
	text-align: right;
	font-size: 10px;
}

/* ----------- Header ----------- */
.img-logo-es-conmigo {
	width: 150px;
}
.img-logo-proyecto {
	height: 60px;
	/* margin-top: 10px; */
	margin-bottom: -5px;
}

.d-flex {
	display: -webkit-flex;
}
.justify-content-between {
	justify-content: -webkit-space-between;
}

.header-50px {
	margin: 0 -15px;
	height: 50px;
}
.w-35 {
	width: 35%;
}

/* ------------ footer ------------ */
.bottom-footer {
	bottom: -40px;
}

.height-40px {
	height: 40px;
}

/* ----------- Contenidos ----------- */

.contenidos {
	z-index: 50;
	top: 10%;
	left: 10%;
	background-color: #29292b;
	border-radius: 0 1em 1em 1em;
	-webkit-border-radius: 0 1em 1em 1em;
	-moz-border-radius: 0 1em 1em 1em;
	-ms-border-radius: 0 1em 1em 1em;
	-o-border-radius: 0 1em 1em 1em;
}

.tituloContenido {
	font-size: 1em;
	margin-top: 10px;
	width: 100%;
	line-height: 18px;
}
.tituloContenido1 {
	color: var(--calidad);
}
.tituloContenido2 {
	color: var(--mas_educacion);
}
.tituloContenido3 {
	color: var(--equipo);
}
.tituloContenido4 {
	color: var(--ciencia);
}

.img-border {
	border-top: solid 5px;
}
.img-contenidos {
	max-height: 100%;
	overflow: hidden;
}

.img-votar,
.img-opinar {
	width: 30px;
}
.btn-opinar {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
	border-radius: 50% 0 0 0;
	-webkit-border-radius: 50% 0 0 0;
	-moz-border-radius: 50% 0 0 0;
	-ms-border-radius: 50% 0 0 0;
	-o-border-radius: 50% 0 0 0;
	color: white;
	background-color: var(--calidad);
}

.max-h-contenido {
	/* max-height: 30%; */
	padding-right: 0.4rem;
	line-height: 12px;
}
/* ------------ Formularios ------------ */
.max-opinion-textarea {
	min-height: 150px;
	max-height: 150px;
}
.form-control-sm {
	height: 1.5em !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.alto-forms {
	max-height: 150px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #a3d725;
}

.custom-control-label::before,
.custom-control-label::after {
	top: 0.05rem;
	left: -1.3rem;
}

/* ------------ Titulos ------------ */
.oval-rojo {
	background-color: #f14620;
}
.oval-verde {
	background-color: #a3d725;
}
.oval {
	width: 65px;
	height: 40px;

	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;

	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}
.oval img {
	height: 38px;

	margin-left: 0.7em;
	margin-bottom: 0.1em;

	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}

.margin--15 {
	margin-left: -15px;
}
.z-1 {
	z-index: 1;
}

/* ------------- Body ------------- */

.h-cuadrado {
	height: calc(100% - 89px);
	margin-bottom: 2px;
}

/* ------------- Banner ------------- */

.letrero {
	margin-top: -70px;
}
.width-max-content {
	width: max-content;
}

.letra-responsive {
	font-size: 0.7em;
}

@media screen and (max-width: 1450px) {
	.padding-contenido {
		padding-left: 6.5rem;
		padding-right: 6.5rem;
	}
}

@media screen and (min-width: 0px) and (max-width: 480px) {
	.padding-contenido {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.letra-res1 {
		font-size: 1em;
	}
	.letra-res2 {
		font-size: 1.25em;
	}
	.letrero {
		margin-top: -50px;
	}
	.res-text {
		font-size: 1.1em;
	}
	.img-logo-es-conmigo {
		width: 200px;
	}
	.h-cuadrado {
		/*height: calc(100vw); jflorez, prueba iphone*/
		height: calc(110vw);
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.max-h-contenido {
		font-size: 12px;
		text-align: unset !important;
		line-height: 13px;
	}
	.btn-sec {
		font-size: 80%;
	}

	.tituloContenido {
		font-size: 0.9em;
		line-height: 14px;
		margin-top: 10px;
	}
	#rol {
		margin-bottom: 15px;
	}
	#acordeon {
		margin-bottom: 22px;
	}
	#btnPresentar {
		font-size: 1.8em;
	}

	.cuadrado-morado {
		background-color: var(--morado);
		top: 0;
		left: 0;

		width: 100%;
		height: 45%;
	}
	/* ------------ Header ------------ */
	/* header{
        height: 207px;
    } */
	/* ------------ Footer ------------ */

	.footer-responsive {
		font-size: 0.55em;
	}
	.derechos-res {
		text-align: center;
		color: white;
		background-color: #29292b;
		height: 30px;
		line-height: 30px;
	}
	.img-footer-1 {
		float: left;
		margin: 20px 15px;
	}
	.img-footer-2 {
		/* float: right; */
		justify-content: center;
		margin: 10px;
	}
	.img-footer-2 p {
		text-align: center !important;
	}
	footer {
		background-color: white !important;
	}
	/* ----------- Secciones ----------- */
	.btn-sec-1 {
		bottom: 29%;
		left: 11%;

		width: 42%;
		height: 6%;
	}
	.btn-sec-2 {
		bottom: 12.5%;
		left: 15%;

		width: 36%;
		height: 8%;
	}
	.btn-sec-3 {
		top: 1.5%;
		left: 4%;

		width: 57%;
		height: 8%;
	}
	.btn-sec-4 {
		top: 12%;
		left: 41%;

		width: 36%;
		height: 8%;
	}
	.btn-sec-5 {
		top: 29%;
		right: 7%;

		width: 40%;
		height: 6%;
	}
	.btn-sec-6 {
		top: 37%;
		left: 3%;

		width: 35%;
		height: 12%;
	}
	.btn-sec-7 {
		top: 52%;
		right: 4%;

		width: 49%;
		height: 8%;
	}
	.btn-sec-8 {
		bottom: 1.5%;
		right: 4%;

		width: 54%;
		height: 8%;
	}

	#contenido3,
	#contenido4 {
		top: 10%;
	}
	#contenido2,
	#contenido8 {
		top: 59%;
	}
	#contenido1,
	#contenido5,
	#contenido6,
	#contenido7 {
		top: 35%;
	}
	.contenidos {
		left: 5%;

		height: 320px;
		width: 90%;
	}

	.votartext,
	.opinartext {
		display: block !important;
	}
	.close {
		top: -30px;
		right: 10px;
	}
	.img-gracias-opinion {
		bottom: 90%;
		top: auto;
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 350px) and (min-width: 0px) {
	.letra-res1 {
		font-size: 1em;
	}
	.letra-res2 {
		font-size: 1.5em;
	}
	.letrero {
		margin-top: -55px;
	}

	.btn-votar {
		font-size: 13px;
		width: 4.5rem;
	}
	.btn-opinar {
		font-size: 13px;
		width: 4.5rem;
	}
	.max-h-contenido {
		font-size: 12px;
		text-align: unset !important;
		line-height: 13px;
	}
	.h-cuadrado {
		height: calc(140vw);
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	#rol {
		margin-bottom: 15px;
	}
	#acordeon {
		margin-bottom: 22px;
	}

	.tituloContenido {
		font-size: 0.9em;
		line-height: 14px;
		margin-top: 10px;
	}
	#btnPresentar {
		font-size: 1.8em;
	}
	.menosAnchoResponsive {
		padding-right: 10px;
		padding-left: 10px;
	}
	.modal-content{
		width: 80%;
		margin: auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 720px) {
	.padding-contenido {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.img-logo-es-conmigo {
		width: 150px;
	}
	.letra-res1 {
		font-size: 1em;
	}
	.letra-res2 {
		font-size: 1.25em;
	}
	.letrero {
		margin-top: -50px;
	}
	.h-cuadrado {
		height: calc(100vw);
	}
	.btn-sec {
		font-size: 80%;
	}

	/* Header */
	header {
		height: 207px;
	}
	/* ------------ Footer ------------ */

	.footer-responsive {
		font-size: 0.55em;
	}
	.derechos-res {
		text-align: center;
		color: white;
		background-color: #29292b;
		height: 30px;
		line-height: 30px;
	}
	.img-footer-1 {
		float: left;
		margin: 20px 15px;
	}
	.img-footer-2 {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		margin: 10px;
	}
	.img-footer-2 p {
		text-align: center !important;
	}
	footer {
		background-color: white !important;
	}

	/* ----------- Secciones ----------- */
	.btn-sec-1 {
		bottom: 29%;
		left: 11%;

		width: 42%;
		height: 6%;
	}
	.btn-sec-2 {
		bottom: 12.5%;
		left: 15%;

		width: 36%;
		height: 8%;
	}
	.btn-sec-3 {
		top: 1.5%;
		left: 4%;

		width: 57%;
		height: 8%;
	}
	.btn-sec-4 {
		top: 12%;
		left: 41%;

		width: 36%;
		height: 8%;
	}
	.btn-sec-5 {
		top: 29%;
		right: 7%;

		width: 40%;
		height: 6%;
	}
	.btn-sec-6 {
		top: 37%;
		left: 3%;

		width: 35%;
		height: 12%;
	}
	.btn-sec-7 {
		top: 52%;
		right: 4%;

		width: 49%;
		height: 8%;
	}
	.btn-sec-8 {
		bottom: 1.5%;
		right: 4%;

		width: 54%;
		height: 8%;
	}

	#contenido3,
	#contenido4 {
		top: 10%;
	}
	#contenido2,
	#contenido8 {
		top: 59%;
	}
	#contenido1,
	#contenido5,
	#contenido6,
	#contenido7 {
		top: 35%;
	}
	.contenidos {
		left: 5%;

		height: 320px;
		width: 90%;
	}

	.votartext,
	.opinartext {
		display: block !important;
	}
	.close {
		top: -30px;
		right: 10px;
	}
}
@media screen and (min-width: 721px) {
	.img-logo-es-conmigo {
		width: 130px;
		margin-bottom: -15px;
		/* margin-left: 5px; */
	}
	.anchologos-header {
		width: 20%;
	}
	.text-md-morado {
		color: var(--morado);
	}

	.height-100vh {
		height: 100vh;
	}
	.width-96 {
		width: 96px;
	}
	.margin--40 {
		margin-right: -20px;
		margin-left: -20px;
	}
	.margin--30 {
		margin-right: -30px;
		margin-left: -30px;
	}

	.centrar-headder {
		margin-right: -40px;
	}
	/* ----------- Secciones ----------- */
	.btn-sec-1 {
		top: 3%;
		left: 4%;

		width: 25%;
		height: 16%;
	}
	.btn-sec-2 {
		top: 2%;
		right: 3%;

		width: 22%;
		height: 20%;
	}
	.btn-sec-3 {
		top: 25.5%;
		left: 21%;

		width: 19%;
		height: 15%;
	}
	.btn-sec-4 {
		top: 30%;
		right: 21.7%;

		width: 24%;
		height: 14%;
	}
	.btn-sec-5 {
		bottom: 30%;
		left: 25.5%;

		width: 22%;
		height: 15%;
	}
	.btn-sec-6 {
		bottom: 24.5%;
		right: 26.5%;

		width: 15%;
		height: 15%;
	}
	.btn-sec-7 {
		bottom: 3%;
		left: 1.3%;

		width: 19%;
		height: 23%;
	}
	.btn-sec-8 {
		bottom: 2.5%;
		right: 3%;

		width: 25%;
		height: 15%;
	}

	/* ------------ footer ------------ */
	.height-sin-footer {
		max-height: calc(100vh - 40px);
	}

	/* ----------- contenido ----------- */
	.contenidos {
		width: 80%;
		height: 80%;
	}
	.close {
		top: -15px;
		right: -15px;
	}
}
@media screen and (min-width: 1700px) {
	.letrero {
		margin-top: -85px;
		margin-bottom: 50px;
	}
}
/* @media screen and (max-width: 1315px) {
	.letra-responsive {
		font-size: 0.7em;
	}
} */

@media (max-width: 767px) and (orientation: landscape) {
	.cuadrado-morado {
		background-color: var(--morado);
		top: 0;
		left: 0;
		width: 100%;
		height: 49%;
	}

	.h-cuadrado {
		height: calc(65vw);
	}

	.letrero {
		margin-top: -115px;
		margin-bottom: 45px;
	}
	.letra-res1 {
		font-size: 2.7em;
	}
	.letra-res2 {
		font-size: 2.5em;
	}
	#contenido1 {
		top: 58%;
	}
	#contenido2 {
		top: 72%;
	}
	#contenido3 {
		top: 3%;
	}
	#contenido4 {
		top: 8%;
	}
	#contenido5 {
		top: 22%;
	}
	#contenido6 {
		top: 33%;
	}
	#contenido7 {
		top: 46%;
	}
	#contenido8 {
		top: 78%;
	}
}
