/* Styles DarCelulas */
.pepito {
	color: red;
}

.pagina {
	width: 100vw;
	height: 100vh;
}
#app {
	margin: 0 auto;
}
#top_1 {
	height: 16vh;
}
#top_2 {
	height: 16vh;
	display: none;
}
#center {
	height: 72vh;
}
#bottom {
	height: 12vh;
}
#bottom_contact {
	height: 12vh;
	display: none;
}
#fondo_general {
	background: url(../img/fondo_general.jpg) #efeeec;
	background-position: center center;
	background-size: cover;
}
.text-scroll span {
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 2rem;
}
.text-scroll em {
	font-size: 4rem;
	display: inline-block;
	vertical-align: middle;
}
.scroll-icon {
	display: inline-block;
	width: 100%;
}
.scroll-icon i {
	font-size: 3rem;
	line-height: 0;
	letter-spacing: 2rem;
	margin-top: 10px;
}
body {
	font-family: Quicksand, sans-serif;
	position: relative;
	color: #1e5389;
}
h1 {
	font-family: "Roboto Slab", serif;
}
h2 {
	font-family: "Roboto Slab", serif;
	font-size: 3rem;
}
h4 {
	color: #1e5389;
}
h4.white {
	color: #fff;
}
.importante-1 {
	font-size: 1.5rem;
}
.quees {
	text-shadow: 0px 0px 10px blue;
	background: #085aa561;
}
.no-view {
	display: none;
}
#dark_shadow.active {
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0);
	animation-name: dark_shadow;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	height: 100vh;
}
.anexo {
	text-align: right;
	font-size: 14px;
}
#lateral_menu {
	position: fixed;
	z-index: 10;
	width: 300px;
	height: 100%;
	top: 0;
	right: -300px;
	background: #c18928;
	color: #fff;
}
#btn_close {
	cursor: pointer;
	color: #fff;
	font-size: 2rem;
}
.lateral_menu_entrada {
	animation-name: lateral_menu_entrada;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.lateral_menu_salida {
	animation-name: lateral_menu_salida;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
nav {
	line-height: 5;
}
nav > li {
	width: 100%;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 19px;
}
nav .lista-interna {
	margin: 10px 0 0 0;
}
nav .lista-interna li {
	margin-bottom: 5px;
}
nav .lista-interna li:last-child {
	margin-bottom: 0;
}
nav a {
	color: #fff;
	cursor: pointer;
}
nav a:hover {
	color: #8f1221;
	text-decoration: none;
}
nav a:hover svg .cls-1 {
	fill: #8f1221;
}
a:not([href]):not([tabindex]):hover {
	color: #8f1221;
	text-decoration: none;
}
nav.lineh {
	line-height: 5;
	margin-top: 200px;
	animation-name: menu_lineh;
	animation-duration: 0.5s;
	animation-delay: 0.1s;
	animation-fill-mode: forwards;
}
nav.wlineh {
	line-height: 1.5;
	margin-top: 0;
}
nav li svg {
	max-width: 25px;
}
nav .cls-1 {
	fill: #fff;
}

.inise {
	display: flex;
	flex-direction: column;
	background: #1e5389;
	border: 2px solid #fff;
	text-align: center;
	line-height: 29px;
	padding: 0rem 1rem;
	width: 135px;
	height: 34px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.iniseActive {
	width: 300px;
	flex-direction: row;
}
.cerrar-ini {
	padding: 10px 10px 24px 10px;
	background: #fff;
	line-height: 15px;
	height: 34px;
	font-weight: 900;
}

#btn_menu {
	position: fixed;
	right: 5%;
	top: 5%;
	z-index: 10;
}
.btn_esp_yellow a {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 1.2rem;
	color: #fff;
	padding: 5px 25px;
	transition: 0.3s;
}
.btn_esp_yellow a:hover {
	background-color: #c18928;
	color: #fff;
	text-decoration: none;
}
.btn_general {
	display: inline-block;
	background-color: #c18928;
	color: #fff;
	padding: 7px 15px;
}
.btn_general:hover {
	background-color: #1e5389;
	color: #fff;
	text-decoration: none;
}
.h100 {
	display: flex;
	height: 100%;
}
.txt-blue {
	color: #1e5389;
}
.enlace_interno {
	color: #1e5389;
	text-decoration: underline;
}
.enlace_interno2 {
	color: #fff;
	text-decoration: underline;
}
.enlace_interno:hover,
.enlace_interno2:hover {
	color: #c18928;
}
.background_blue {
	background-color: #1e5389;
	padding: 5px 15px !important;
}
#nrow_left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3%;
	font-size: 5rem;
	opacity: 0.5;
	cursor: pointer;
}
#nrow_right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3%;
	font-size: 5rem;
	opacity: 0.5;
	cursor: pointer;
}
#nrow_left:hover,
#nrow_right:hover {
	opacity: 1;
}
.btn_yellow {
	background-color: #c18928;
	transition-duration: 0.5s;
	color: #fff;
}
.btn_yellow:hover {
	background-color: #003858;
	color: white;
}
.mov h2 {
	color: #1e5389;
	font-size: 2.5rem;
}
.mov p {
	color: #1e5389;
	font-size: 1.2rem;
}
.logo_top_darcelulas_blanco {
	display: none;
}
.logo_bottom_idcbis_blanco {
	display: none;
}
.fondo_home {
	background: url(../img/home_fondo_1.jpg) #01204c;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	position: absolute;
	z-index: -100;
	width: 100%;
}
.fondo_home h1 {
	font-size: 4.5rem;
	position: absolute;
	top: 39%;
	width: 100%;
	opacity: 0;
	text-align: center;
	animation-name: tituloprincipal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.reconsentimiento h1 {
	position: revert !important;
	opacity: 1;
	top: 0;
	text-align: center;
	animation-name: tituloprincipal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.fondo_home h3 {
	font-size: 2rem;
	position: absolute;
	top: 53%;
	width: 100%;
	opacity: 0;
	text-align: center;
	animation-name: titulosecundario;
	animation-duration: 0.5s;
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
}
.fondo_home .logo_bottom_idcbis_azul,
.fondo_home .logo_top_darcelulas_azul {
	display: none;
}
.fondo_home .logo_bottom_idcbis_blanco,
.fondo_home .logo_top_darcelulas_blanco {
	display: block;
}
.fondo_home #nrow_left {
	display: none;
}
.wrapperr {
	position: relative;
	margin: 15px auto;
	width: 680px;
	height: 300px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.c-buttons button {
	background-color: #002240;
	border: none;
	border-bottom: 3px solid #0062cc;
	padding: 0.5em 1em;
	color: #fff;
}
.c-buttons button:hover {
	background-color: #0062cc;
	border-bottom: 3px solid #fff;
	transition: all 0.7s linear;
}

.signature-pad {
	margin: 0 auto;
	left: 10px;
	top: 0;
	width: 680px;
	height: 300px;
	background-color: white;
}
.signature-pad--body canvas {
	width: 680px;
	height: 300px;
}
.lista_compromisos_como_donante {
	margin: 0;
	padding: 0;
}
.lista_compromisos_como_donante li {
	list-style-type: none;
	padding: 0;
	width: 100%;
}
span.pinfo {
	color: #0062cc;
	font-style: italic;
	background: #f0f8ff;
	height: 22px;
	width: 22px;
	display: inline-block;
	text-align: center;
	line-height: 17px;
	border-radius: 50%;
	border: 3px solid #0062cc;
	font-weight: 700;
	font-size: 17px;
	box-shadow: 0 0 5px lightslategrey;
}
.mov {
	background: url(../img/fondo_general.jpg) #efeeec;
	background-position: center center;
	background-size: cover;
}
.mov .home-content {
	left: -1000px;
	animation-name: enter-content;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
article h1 {
	color: #c18928;
	margin-bottom: 30px;
}
article h2 {
	font-size: 28px;
}
.perfil_social {
	display: inline-block;
	vertical-align: middle;
}
.redes {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.redes li {
	display: inline-block;
}
.redes li a {
	padding: 0;
}
.redes li span {
	display: block;
	width: 34px;
	height: 34px;
	background: url(../img/redes.png);
}
.redes .facebook {
	background-position: -6px -3px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.redes .instagram {
	background-position: -49px -3px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.redes .twitter {
	background-position: -91px -3px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.redes .youtube {
	background-position: -134px -3px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.redes .facebook:hover {
	background-position: -6px -44px;
	cursor: pointer;
}
.redes .instagram:hover {
	background-position: -49px -44px;
	cursor: pointer;
}
.redes .twitter:hover {
	background-position: -91px -44px;
	cursor: pointer;
}
.redes .youtube:hover {
	background-position: -134px -44px;
	cursor: pointer;
}
.fondo_footer {
	background: url(../img/home_fondo_1.jpg) #01204c;
	background-position: center center;
	background-size: cover;
	color: #fff;
	position: absolute;
	z-index: -100;
}
.fondo_footer #top_1,
.fondo_footer .text-scroll {
	display: none;
}
.fondo_footer #top_2 {
	display: flex;
}
.fondo_footer .logo_bottom_idcbis_azul {
	display: none;
}
.fondo_footer .logo_bottom_idcbis_blanco {
	display: block;
}
.fondo_footer #bottom {
	display: none;
}
.fondo_footer #bottom_contact {
	display: flex;
}
.fondo_footer #bottom_contact p {
	margin: 0;
}
.fondo_footer #nrow_right {
	display: none;
}
.fondo_footer .logo_darcelulas_footer img {
	margin-top: 30px;
	animation-name: logo_footer;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.logo_sgr_footer {
	position: fixed;
	bottom: 0px;
	margin-right: 0px;
	right: 5%;
	width: 410px;
}
.fondo_footer .leer_siguiente {
	display: inline-block;
	border: 1px solid #fff;
	font-family: "Roboto Slab", serif;
	font-size: 2.5rem;
	color: #fff;
	padding: 0 18px;
	opacity: 0;
	animation-name: leer_siguiente;
	animation-duration: 0.7s;
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
}
.fondo_footer .leer_siguiente span {
	border-left: 1px solid #fff;
	padding-left: 18px;
}
.fondo_footer .leer_siguiente:hover {
	text-decoration: none;
	background-color: #c18928;
	color: #fff;
}
.form-inscripcion {
	background-color: #003858;
	color: #fff;
	padding: 5%;
	box-shadow: 0 0 3px #0083f3;
}
.form-inscripcion input {
	background: 0 0;
	border-radius: 0;
	border: transparent;
	color: #fff;
	background-color: #002240;
}
.form-inscripcion textarea .form-inscripcion textarea {
	background: 0 0;
	border-radius: 0;
	border: transparent;
	color: #fff;
}
.form-inscripcion select {
	background-color: #002240;
	border-radius: 0;
	border: transparent;
	color: #fff;
}
.form-inscripcion select option {
	color: #000;
}
.form-inscripcion label {
	font-size: 13px;
}
.form-inscripcion input,
.form-inscripcion select {
	border-bottom: 2px solid #0083f3;
}
.form-inscripcion .form-control:focus {
	color: #fff;
	background: 0 0;
}
.form-inscripcion input::placeholder {
	color: #a4a4a4;
	opacity: 1;
}
.form-inscripcion input:-ms-input-placeholder {
	color: #a4a4a4;
}
.form-inscripcion input::-ms-input-placeholder {
	color: #a4a4a4;
}
.form-inscripcion textarea::placeholder {
	color: #a4a4a4;
	opacity: 1;
}
.form-inscripcion textarea:-ms-input-placeholder {
	color: #a4a4a4;
}
.form-inscripcion textarea::-ms-input-placeholder {
	color: #a4a4a4;
}
.form-inscripcion .btn {
	background-color: #c18928;
	color: #fff;
	padding: 0.375rem 2.1rem;
}
.form-inscripcion .btn:hover {
	background-color: #002240;
	color: #fff;
}
.form-inscripcion .proteccion-datos {
	color: #fff;
	text-decoration: underline;
}
.form-inscripcion .proteccion-datos:hover {
	color: #c18928;
	text-decoration: underline;
}
.form-inscripcion .f_edad::after {
	content: "Debes tener entre 18 y 55 años.";
	position: absolute;
	left: 0;
	font-size: 11px;
	padding: 20px 0 0 15px;
	width: 175px;
	color: #bdbdbd;
}
.img-preins {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.datetimepicker-inline {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.lista-objetivos {
	margin: 0;
	padding: 0;
}
.lista-objetivos li {
	list-style-type: none;
	padding: 0;
	display: inline-block;
	width: 30%;
	margin: 0 1%;
	vertical-align: top;
}
.lista-noticias {
	margin: 0;
	padding: 0;
	text-align: center;
}
.lista-noticias li {
	list-style-type: none;
	padding: 0;
	width: 20%;
	margin: 2%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.lista-noticias li p {
	text-align: center;
}
#video-gallery {
	display: block;
	width: 100%;
}
#video-gallery .video-item {
	width: 45%;
	margin: 2%;
	padding: 12px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background-color: #d7d9dd;
	color: #1e5389;
	transition-duration: 0.5s;
}
#video-gallery .video-item.principal {
	width: 96%;
	margin: 2%;
}
#video-gallery .video-item:hover {
	background-color: #1e5389;
	color: #fff;
}
#video-gallery .video-item p {
	margin: 0;
}
.flip {
	position: relative;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.flip > .back,
.flip > .front {
	display: block;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-duration: 0.5s;
	transition-property: transform, opacity;
}
.flip > .front {
	transform: rotateY(0);
}
.flip > .back-01 {
	background: url(../img/procesos/Login-Registro-DarCelulas-Proceso-01.png);
}
.flip > .back-02 {
	background: url(../img/procesos/Login-Registro-DarCelulas-Proceso-02.png);
}
.flip > .back-03 {
	background: url(../img/procesos/Login-Registro-DarCelulas-Proceso-03.png);
}
.flip > .back-04 {
	background: url(../img/procesos/Login-Registro-DarCelulas-Proceso-04.png);
}
.flip > .back_b-01 {
	background: url(../img/procesos/Login-Registro-DarCelulas-Proceso-Bogota-01.png);
}
.flip > .back_b-02 {
	background: url(../img/procesos/Login-Registro-DarCelulas-Proceso-Bogota-02.png);
}
.flip > .back_b-03 {
	background: url(../img/procesos/Login-Registro-DarCelulas-Proceso-Bogota-03.png);
}
.flip > .back_b-04 {
	background: url(../img/procesos/Login-Registro-DarCelulas-Proceso-Bogota-04.png);
}
.procesos h5 span {
	display: table;
	background: #f09700;
	color: #fff;
	font-weight: 600;
	margin: 0 auto -2rem auto;
	padding: 0.5rem 1rem 2rem 1rem;
	text-align: center;
	font-size: 27px;
}
.flip .back > a {
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	text-decoration: none;
}
.flip h2 {
	text-align: center;
	font-size: 1rem;
	margin-top: 5.5rem;
	color: #f09700;
}
.procesos h4 {
	color: #f5b63e;
	font-weight: 600;
}
.flip .dual {
	display: grid !important;
	grid-template-columns: auto auto;
	align-content: center;
}
.flip .dual a {
	text-decoration: none;
	color: inherit;
}
.flip .dual div {
	background: #f09700;
	padding: 6rem 0rem 6rem 0rem;
	text-align: center;
	font-size: 2rem;
}
.flip .dual div:nth-child(2) {
	background: red;
}
.flip > .back {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotateY(-180deg);
	cursor: pointer;
}
.flip:hover > .front {
	transform: rotateY(180deg);
}
.flip:hover > .back {
	opacity: 1;
	transform: rotateY(0);
	background: #002d51;
}
.flip {
	position: relative;
	display: block;
	width: 200px;
}
.flip > .back,
.flip > .front {
	display: block;
	color: #fff;
	width: inherit;
	background-size: cover !important;
	background-position: center !important;
	height: 200px;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0 0 8px #004097;
	overflow: hidden;
}
.paso_des {
	filter: grayscale(1);
}
.lista-gracias {
	margin: 0;
	padding: 0;
}
.dropdown-toggle {
	color: #fff !important;
}
.dd-button {
	display: inline-block;
	padding: 0 8px 0 0;
	cursor: pointer;
	white-space: nowrap;
}
.dropdown > .dd-button:after {
	content: "";
	position: relative;
	top: 10px;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 0px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 6px solid transparent;
	float: right;
}
.dd-button a {
	display: inline-block;
	color: white;
	background: #1e5389;
	border: 3px solid white;
	font-weight: 600;
	padding: 0px 6px 0px 6px;
}
.dropdown {
	display: flex;
	position: absolute !important;
	right: 6%;
	top: 9px;
	border: none;
	z-index: 9;
}
.dd-button a:hover {
	color: #fff !important;
}

.dd-input {
	display: none;
}
.dd-menu {
	padding: 0;
	list-style-type: none;
	z-index: 10;
	right: 15px;
}
.dd-input + .dd-menu {
	opacity: 0;
	display: none;
}
.dd-input:checked + .dd-menu {
	opacity: 1;
	display: block;
	transition: all 3s linear;
}
.dd-menu li {
	padding: 0px;
	cursor: pointer;
	white-space: nowrap;
}
.dd-menu li:hover {
	color: #c18928;
}
.dd-menu li a {
	display: block;
	margin: 0px;
	padding: 3px 12px 8px 0px;
	color: #fff;
	text-decoration: none !important;
	font-weight: 600;
}
.dd-menu li.divider {
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.lista-gracias li {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
}
.lista-gracias li:first-child {
	width: 30%;
}
.lista-gracias li:last-child {
	width: 69%;
	font-size: 20px;
}
.test_cont a {
	position: relative;
	display: block;
}
.test_cont a::after {
	content: "i";
	position: absolute;
	background: #a9a9a9;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 17px;
	right: 0;
	color: wheat;
	border: 2px solid #f0f8ff;
}
.wrapper_test {
	padding: 120px 0 77px 0;
}
.wrapper_test h1 {
	color: #c18928;
}
.wrapper_test .mt-2 {
	position: relative;
	padding-bottom: 1.5rem;
	padding-right: 5vw;
}
.wrapper_test .mt-2 > p {
	color: #272727;
	width: 90%;
}
.wrapper_test .mt-2 a {
	color: #0062cc;
	font-style: italic;
	background: #f0f8ff;
	height: 25px;
	width: 25px;
	display: block;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	border: 2px solid #0062cc;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
}
.btn-secondary {
	color: #fff;
	background-color: none !important;
	border-color: none !important;
}
.dropdown-toggle::after {
	display: none !important;
}
.ciudades {
	padding: 4rem 0 4rem 0;
	overflow: hidden;
	color: #1d1d1d !important;
	font-size: 15px;
}
.boxgray {
	background: #ededed;
}
.ciudades h2 {
	font-size: 27px;
	color: #d7a40d;
}
.ciudades p a {
	color: #1d448f;
	transition: all 0.3s linear;
}
.ciudades p a:hover {
	text-decoration: none;
	color: #002240;
}
.ciudades .card {
	max-width: 100%;
	margin: 0 auto;
}
.ciudades .card .col-md-12 {
	background: #ffdc00;
}
.ciudades .card .enterbutton {
	border-radius: 0 0 10px 10px;
}
.ciudades .card .enterbutton p {
	margin-top: 0;
	padding: 1rem;
}
.ciudades .card p {
	margin: 14px;
}
.ciudades .card p a {
	color: #5099b0;
}
.ciudades .card::before {
	content: "";
	width: 3px;
	height: calc(100% - 13px);
	background: #3fb0c1;
	position: absolute;
	left: 50%;
	border-radius: 2px;
	margin-top: 0.5rem;
}
.boxgray::before {
	content: "";
	position: absolute;
	width: 97vw;
	background: #ededed;
	z-index: -1;
	left: -14vw;
	height: 112px;
}
.boxgray-2 {
	text-align: center;
	padding: 0rem 4rem;
}
.ciudades button.btn-primary {
	background: #d7a40d;
	border: 2px solid #c18928;
	border-radius: 24px;
	color: #fff;
	padding: 0.5rem 2rem 0.5rem 2rem;
}
.ciudades button.btn-primary:hover {
	background: #c18928;
}
.ciudades button.botras {
	padding: 0.5rem 0rem 0.5rem 0rem;
	width: 90%;
}
.ciudades button.aseso {
	border-radius: 16px;
	padding: 0.5rem 2rem 0.5rem 2rem;
	margin-top: 15px;
	margin-bottom: 42px;
}
.ciudades button strong,
.ciudades p strong {
	font-size: 18px;
}
.ciudades form {
	width: 100%;
}
.btn-aseso {
	width: 90%;
	background: #003858 !important;
	transition: all 0.3s linear !important;
}
.btn-aseso:hover {
	width: 100%;
	background: #c18928 !important;
}
.ciudades img.stefy {
	position: absolute;
	bottom: 46px;
}
img.stefy {
	margin-bottom: 0 !important;
}
.form-stefy {
	padding-top: 2rem;
}
.form-stefy textarea {
	max-height: 212px;
}
.cont_cam_fecha button {
	width: 100%;
}
.ciudades-02 h2 {
	font-size: 20px;
}
.form-stefy button.aseso {
	background: #007bff;
	width: 100%;
}
.ciudades-02 .boxgray {
	margin: 0rem 0rem 1rem 0rem;
}
.ciudades-02 .boxgray::before {
	height: 138px;
}
.ciudades-02 button.botras {
	padding: 0.5rem 1rem;
}
.ciudades-02 button b {
	font-size: 17px;
}
.autonoma {
	background: #ffdc00;
	border-radius: 13px;
	padding: 1rem;
	text-wrap: pretty;
}
.ma-educativo .boxgray {
	margin: 3rem 0rem 1rem 0rem;
}
.ma-educativo .boxgray::before {
	left: -21vw;
	height: 162px;
}
.ma-educativo .col-md-4 img,
.ma-educativo .col-md-6 img {
	max-width: 250px;
}
.ma-educativo p {
	font-size: 18px;
}
.ma-educativo .embed-responsive {
	max-height: 650px;
}
.ma-educativo button {
	width: 75%;
	cursor: pointer;
}
.ma-educativo button.inicia {
	position: relative;
	top: -3rem;
	padding: 0.5rem;
	width: 50%;
	font-size: 2rem;
	font-weight: 600;
	border-radius: 8px;
	z-index: 1;
}
.ma-educativo .degrade:hover {
	border: 2px solid #3797d3;
	background: #22b9c3;
	background: -moz-linear-gradient(
		90deg,
		rgba(34, 185, 195, 1) 0,
		rgba(23, 113, 161, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(34, 185, 195, 1) 0,
		rgba(23, 113, 161, 1) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(34, 185, 195, 1) 0,
		rgba(23, 113, 161, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22b9c3", endColorstr="#1771a1", GradientType=1);
}
.ma-educativo .btn-articulos:hover {
	background: #8a5904;
	border: none;
}
.ma-educativo hr {
	border-top: 5px solid #00a6bb;
}
.ma-educativo .card {
	margin-top: 2rem;
}
.ma-educativo .card .enterbutton {
	border-radius: 5px;
	margin-top: 15px;
	padding: 2rem 1rem 2rem 1rem;
}
.ma-educativo .card .col-md-12 {
	padding-bottom: 1rem;
}
.gracias .button {
	width: 90%;
}
.gracias .modal-content .modal-footer button {
	width: 90%;
	font-weight: 700;
	-webkit-animation: btngra 2s linear infinite;
	animation: btngra 2s linear infinite;
}
.cont-etnias {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-top: 2rem;
	padding-top: 2rem;
}

@-webkit-keyframes btngra {
	0% {
		font-size: 15px;
	}
	40% {
		font-size: 20px;
	}
	80% {
		font-size: 14px;
	}
	100% {
		font-size: 15px;
	}
}
@keyframes btngra {
	0% {
		font-size: 15px;
	}
	40% {
		font-size: 20px;
	}
	80% {
		font-size: 14px;
	}
	100% {
		font-size: 15px;
	}
}

.gracias .card {
	width: 68%;
}
.gracias .descarga {
	max-width: 68px;
}
.gracias button p {
	padding: 0 2rem;
}
.degrade {
	transition: all 0.3s linear;
	background: #4cbad6;
	background: -moz-linear-gradient(
		90deg,
		rgba(76, 186, 214, 1) 0,
		rgba(0, 166, 187, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(76, 186, 214, 1) 0,
		rgba(0, 166, 187, 1) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(76, 186, 214, 1) 0,
		rgba(0, 166, 187, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cbad6", endColorstr="#00a6bb", GradientType=1);
	border: none;
	border-radius: 12px;
}
.btn-articulos {
	width: 90% !important;
	border: none;
	background: #c18928;
	margin-top: 2rem;
	border-radius: 10px;
	padding: 0.5rem;
	color: white;
}
.cont_preins {
	height: 250vh;
}
.ciudades input:invalid {
	border-color: #dd2c00;
}
.ciudades #notify {
	margin-top: 5px;
	padding: 10px;
	font-size: 12px;
	width: 100%;
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.ciudades #notify.error {
	background-color: #dd2c00;
}
.pop_up-vali {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	z-index: 9;
	height: 100vh;
}
.pop_up-vali h2 {
	color: #1d1d1b;
	font-size: 20px;
}
.modal-dialog {
	max-width: 600px !important;
	padding-top: 20vh;
}
.modal-dialog h5 {
	color: #1288b1;
}
.modal-content {
	background: url(../img/PopUp-DarCelulas.jpg) center;
	background-size: cover;
	text-align: center;
}
.modal-content .modal-body p {
	font-size: 1.2rem;
}
.modal-content .modal-body p span {
	font-weight: 600;
	color: #1288b1;
}
.modal-content .modal-footer button {
	background: linear-gradient(90deg, #48d5c9, #521ce9);
	color: #fff;
	box-shadow: 0 0 9px grey;
	border: 0px solid darkgray;
	margin: 0 auto;
	transition: all 0.7s;
}
.modal-content .modal-footer button:hover {
	background: linear-gradient(90deg, #521ce9, #521ce9);
	color: white;
	box-shadow: 0 0 0px grey;
	border: 0px solid darkgray;
	margin: 0 auto;
	transition: all 0.7s;
}
.pop_up-vali .cont_pop {
	background-image: url(../img/PopUp-DarCelulas.jpg);
	background-size: cover;
	width: 50%;
	padding: 1rem;
	border-radius: 6px;
	box-shadow: 0 0 5px #f5f5f5;
	z-index: 9;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top: 176px;
	position: relative;
}
.pop_up-vali .cerrar {
	position: absolute;
	right: -29px;
	top: -21px;
	color: #1e5389 !important;
	font-size: 27px;
	background-color: #fff;
	width: 25px;
	height: 25px;
	line-height: 18px;
	border-radius: 50%;
	font-weight: 800;
}
.pop_up-vali .btn-pop {
	background: linear-gradient(90deg, #48d5c9, #521ce9);
	color: #fff;
	border-radius: 8px;
}
.pop_up-vali .btn-pop button {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
.movimiento_uno {
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
.cont_preins .bottom-pre {
	bottom: 0;
	margin: 200px auto 4px auto;
}
.btn-popu {
	position: relative;
	background: #9c0;
	display: inline-block;
	width: 150px;
	border: none;
	text-align: center;
	margin: 0 auto;
	z-index: 10;
	height: 48px;
	line-height: 48px;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.8s;
	outline: 0;
}
.btn-popu:after {
	content: "";
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #232526;
	transition: transform 0.3s;
}

.btn-popu.top:hover {
	box-shadow: 0 150px 0 0 rgba(0, 0, 0, 0.5) inset;
}
.con_login .justify-content-center {
	padding-top: 10vw;
	color: white;
}
.con_login .col-md-6 {
	align-self: center;
}
.con_login p span {
	color: #f0b746 !important;
}
.con_login p span a {
	color: #f0b746 !important;
	text-decoration: underline;
}
.con_login .card-header {
	color: #f0b746;
}

.con_login .card {
	background: rgba(0, 0, 0, 0.3);
	border: 2px solid #00639c;
	border-radius: 16px;
	box-shadow: 0px 0px 10px #00639c;
}

.con_datos {
	margin: 2rem 0px;
}
.con_datos .justify-content-center {
	padding-top: 10vw;
	color: white;
}
.con_datos .col-md-6 {
	align-self: center;
}
.con_datos p span {
	color: #f0b746 !important;
}
.con_datos p span a {
	color: #f0b746 !important;
	text-decoration: underline;
}
.con_datos .card-header {
	color: #f0b746;
}
.con_datos .card {
	background: #013c64;
	border: 2px solid #00639c;
	border-radius: 16px;
	color: #fff;
	margin: 0 auto;
}
.con_datos .control-label {
	text-align: right;
}
.con_datos input,
.con_datos select {
	background: #002240;
	border: none;
	border-bottom: 2px solid #0083f3;
}
.form-inscripcion select {
	background-color: #002240;
	border-radius: 0;
	border: transparent;
	color: #fff;
}
.con_datos input::placeholder {
	color: #bebebe;
	opacity: 1;
}
.con_datos input:-ms-input-placeholder {
	color: #bebebe;
}
.con_datos input::-ms-input-placeholder {
	color: #bebebe;
}
.con_datos .form-control:focus {
	color: #fff;
	background: 0 0;
}
.con_datos .btn {
	background-color: #c18928;
	color: #fff;
	padding: 0.375rem 2.1rem;
}
.modal-backdrop {
	display: none;
}
@keyframes lateral_menu_entrada {
	from {
		right: -300px;
	}
	to {
		right: 0;
	}
}

@keyframes lateral_menu_salida {
	from {
		right: 0;
	}
	to {
		right: -300;
	}
}

@keyframes dark_shadow {
	from {
		background-color: rgba(0, 0, 0, 0);
	}
	to {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

@keyframes menu_lineh {
	from {
		line-height: 6;
		margin-top: 200px;
	}
	to {
		line-height: 1.5;
		margin-top: 0;
	}
}

@keyframes tituloprincipal {
	from {
		top: 39%;
		opacity: 0;
	}
	to {
		top: 34%;
		opacity: 1;
	}
}

@keyframes titulosecundario {
	from {
		top: 53%;
		opacity: 0;
	}
	to {
		top: 48%;
		opacity: 1;
	}
}

@keyframes enter-content {
	from {
		left: -1000px;
	}
	to {
		left: 0;
	}
}

@keyframes logo_footer {
	from {
		margin-top: 30px;
	}
	to {
		margin-top: 0;
	}
}

@keyframes leer_siguiente {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media screen and (max-width: 1280px) {
	.cont_preins .bottom-pre {
		bottom: 0;
		margin: 300px auto 4px auto;
	}
}

@media screen and (min-aspect-ratio: 16/9) {
	.mov h2 {
		font-size: 2rem;
	}
	.special-screen {
		max-width: 80%;
	}
	.lista_compromisos_como_donante li img {
		max-width: 50%;
	}
}
.menu__item--current {
	background-color: #c18928;
	transition-duration: 0.5s;
}
.menu__item--current:hover {
	background-color: #003858;
}
.menu__item--current:hover a {
	text-decoration: none;
}
.menu_wrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu__item {
	display: block;
	margin: 1em 0;
}
.menu__link {
	font-size: 1.05em;
	font-weight: 700;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.menu__link:focus,
.menu__link:hover {
	outline: 0;
}
.menu--antonio .menu__item {
	position: relative;
	margin: 1em;
}
.menu--antonio .menu__link {
	position: relative;
	display: block;
	min-width: 110px;
	text-align: center;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.menu--antonio .menu__link:focus,
.menu--antonio .menu__link:hover {
	color: #929292;
}
.menu--antonio .menu__item--current .menu__link {
	color: #fff;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.menu--antonio .menu__item::after,
.menu--antonio .menu__item::before,
.menu--antonio .menu__link::after,
.menu--antonio .menu__link::before {
	content: "";
	position: absolute;
	background: #fff;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}
.menu--antonio .menu__item::after,
.menu--antonio .menu__item::before {
	top: 0;
	width: 4px;
	height: 100%;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}
.menu--antonio .menu__item::before {
	left: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.menu--antonio .menu__item::after {
	right: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.menu--antonio .menu__link::after,
.menu--antonio .menu__link::before {
	left: 0;
	width: 100%;
	height: 4px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}
.menu--antonio .menu__link::before {
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.menu--antonio .menu__link::after {
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.menu--antonio .menu__item--current .menu__link::after,
.menu--antonio .menu__item--current .menu__link::before,
.menu--antonio .menu__item--current::after,
.menu--antonio .menu__item--current::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.menu--antonio .menu__item--current::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.menu--antonio .menu__item--current .menu__link::before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.menu--antonio .menu__item--current .menu__link::after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
#section10 a {
	position: relative;
}
#section10 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
#section10 a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: "";
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.total_m {
	width: 100vw;
	height: 100vh;
}
#uno_home_m {
	background: url(../img/home_fondo_1.jpg) #01204c;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
#fondo_general_m {
	background: url(../img/fondo_general.jpg) #efeeec;
	background-position: center center;
	background-size: cover;
}
#footer_m {
	background: url(../img/home_fondo_1.jpg) #01204c;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
#footer_m .leer_siguiente {
	display: inline-block;
	border: 1px solid #fff;
	font-family: "Roboto Slab", serif;
	font-size: 1.5rem;
	color: #fff;
	padding: 0 18px;
	margin-top: 40px;
}
#footer_m .leer_siguiente span {
	border-left: 1px solid #fff;
	padding-left: 18px;
}
#footer_m .leer_siguiente:hover {
	text-decoration: none;
	background-color: #c18928;
	color: #fff;
}
@media screen and (max-width: 992px) {
	h2 {
		font-size: 2rem;
	}
	.fondo_uno {
		background: 0 0;
	}
}
@media screen and (max-width: 768px) {
	html {
		background: url("../img/home_fondo_1.jpg") #01204c;
	}
	.lista-objetivos li {
		width: 100%;
		margin-bottom: 20px;
	}
	.lista-objetivos li img {
		width: 30%;
		display: inline-block;
		vertical-align: middle;
	}
	.lista-objetivos li p {
		width: 68%;
		display: inline-block;
		vertical-align: middle;
	}
	.lista-noticias li {
		width: 100%;
		margin: 0 0 30px 0;
		text-align: left;
	}
	.lista-noticias .lista-noticias-img {
		width: 30%;
		margin-right: 2%;
		display: inline-block;
		vertical-align: middle;
	}
	.ciudades img.stefy {
		position: relative;
		bottom: 0 !important;
	}
	.ciudades .form-cont {
		height: 87% !important;
	}
	.lista-noticias .lista-noticias-txt {
		width: 66%;
		display: inline-block;
		vertical-align: middle;
	}
	#footer_gracias {
		display: none;
	}
	.lista-gracias li:first-child {
		width: 100%;
		text-align: center;
	}
	.lista-gracias li:last-child {
		width: 100%;
	}
	.mt-movil {
		margin-top: 40px;
	}
	#video-gallery .video-item {
		width: 100%;
		margin: 2% 0;
	}
	#video-gallery .video-item.principal {
		width: 100%;
		margin: 2% 0;
	}
	i.custom-button-previous:before {
		content: "<<";
	}
	i.custom-button-next:before {
		content: ">>";
	}
	.form-inscripcion select {
		margin-bottom: 1rem;
	}
	.ajustRespon {
		display: inline-flex;
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
	}
}
