/*!
 * Temlate Name: Launch
 * Version: 1.0
 * Author: Justin Audain
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.audaindesigns.com
 */

/*-Base-*/

/* SORTEO */
.containersorteo{
  display: grid;
  grid-template: 35px 35px 35px 35px 35px 35px 35px / 35px 35px 35px 35px 35px 35px 35px 35px 35px 35px 35px;
  grid-gap: 4px 4px;}
  @media (max-width: 767px) {
  	.containersorteo{
  		grid-template: 32px 32px 32px 32px 32px 32px 32px 32px 32px / 32px 32px 32px 32px 32px 32px 32px;
  		grid-gap: 3px 3px;}}
.containersorteo a{
	color: #555;
	text-decoration: none;
	cursor: default;

}
.x {
	background: #fff !important;
	opacity: .3;
}
.itemp{
  background: #bdd7ee;
  border: 1px solid #5b9bd5;
  text-align: center; 
   display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.itemi{
  background: #bdd7ee;
  border: 1px solid #5b9bd5;
  text-align: center; 
   display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
/* SORTEO */
.listado {
	display: block;
	color: #555;
	text-decoration: none;
	cursor: default;
}

/* POPUP HOVER */
div#pop-up {
   display: none;
   position: absolute;
   /*width: 280px;*/
   padding: 10px;
   background: #eeeeee;
   color: #000000;
   border: 1px solid #1a1a1a;
   font-size: 90%;
 }
/* POPUP HOVER */

/* SLIDER */
.containerslider {
  position: relative;
  max-width: 600px;
  width: 100%;
  
  overflow: hidden;
  margin-bottom: 50px;

}

.carousel {
  width: 100%;
  display: flex;
  transition: all 0.5s;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  background: #8e2de2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4a00e0, #8e2de2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.carousel-item {
  width: 100%;
}

.navigation {
  max-width: 1000px;
  width: 100%;
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
}

label {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background-color: white;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.4;
}

label:hover {
  transform: scale(2);
  opacity: 1;
}

input[id="1"]:checked ~ label[for="1"] {
  opacity: 1;
}

input[id="2"]:checked ~ label[for="2"] {
  opacity: 1;
}

input[id="3"]:checked ~ label[for="3"] {
  opacity: 1;
}
input[id="4"]:checked ~ label[for="4"] {
  opacity: 1;
}

input[id="5"]:checked ~ label[for="5"] {
  opacity: 1;
}
/* SLIDER */

p.cita {
	font-size: 10pt;
	margin-left: 10pt;
}


/* PRELOADER */
#page-preloader, #spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #1c1c1c;
  z-index: 9999;
  overflow: hidden;
}
#spinner:after {
  border-width: 0 3px 0 0;
  border-style: solid;
  border-color: #d20c0d; /*COLOR CARGA PRELOADER*/
  border-radius: 50%;
  display: block;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  content: "";
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }}
/* PRELOADER */


body {
	background-color:#ECEBEB;
	font-family: 'Open Sans', sans-serif;
}
p {
	color:#707070; /* GRIS TEXTO LA MAYOR PARTE DEL TEXTO  */
}
a { 
	color:#d20c0d; /* COLOR ROJO */
}


.img-resp {
  width: 100%;
  display: flex;
  margin-bottom: -5px;
}
/*-Header-*/
.header {
	background: linear-gradient(to right, #1a1617, #3c393a); /* COLOR DEGRADADO GRIS OSCURO - GRIS CLARO  */
	border-bottom: 5px solid #e84035; /*  COLOR NARANJO OSCURO  - NARANJO CLARO e84035*/
	padding: 30px 0px;
}
.header i {
	margin-right: 5px;
}
.goal-summary {
	padding: 0px 40px;
}
.goal-summary .backers, .goal-summary .funded, .goal-summary .time-left, .goal-summary .reminder {
	margin: 10px 20px 10px 0px;
	padding-right: 20px;
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.39);
}
.goal-summary .reminder.last {
	border:0;
}
.backers.last, .funded.last, .time-left.last { /*  Sin borde al lado del logo, reloj, etc  */
	border:0;
}

.goal-summary .backers h3, .goal-summary .funded h3, .goal-summary .time-left h3 {
	background-color: #e84035; /* COLOR NARANJO OSCURO*/
	padding:5px;
	margin:0px 0px 5px 0px;
	display:table;
	border-radius:4px;
	color:#fff;
}
.goal-summary .backers span, .goal-summary .funded span, .goal-summary .time-left span {
	color:#fff;
}

.reminder {
	margin: 0px !important;
}

.reminder h1 {
	color: #fff;
}
.goal-summary .reminder a {
	color: #e84035; /* COLOR NARANJO OSCURO*/
	background-color:#fff;
	padding:8px;
	margin:0px 0px 10px 0px;
	display:table;
	border-radius:4px;
	text-decoration:none;
	transition: 0.3s ease;
}
.goal-summary .reminder a:hover, .goal-summary .reminder a:focus {
	background-color: #e84035; /* COLOR NARANJO OSCURO*/
	color:#fff;
}
@media (max-width: 767px) {
	.goal-summary {
		text-align: center;
		padding: 0px 40px;
	}
}
@media (max-width: 480px) {
	.goal-summary {
		padding: 0px;
		margin-left: 10%; /* Solucion parche para centrar logo */
	}
}

/*-Section Blocks-*/
.section-block {
	background-color: #F7F7F7;
	border-radius:4px;
	padding: 30px;
	margin-bottom:30px;
}
.section-block p {
	text-align: justify;
}
.section-block.summary {
    background: linear-gradient(to right, #e84035, #f19123); /* NARANJO OSCURO - NARANJO CLARO SEccion derecha  */
    /* 3d648b AZUL OSCURO -  6586af AZUL CLARO SEccion derecha  */
}
.section-block.summary h1 {
    color: #fff;
	display:block;
	text-align:center;
}
.section-block.transparent {
	background-color:transparent
}
.section-block.signup {
	background-color: #fff;
}
.section-block h1 {
	margin-top:0;
}
.section-title {
	color: #2d2d2d; /* GRIS OSCURO - Titulos escondidos*/
	border-radius: 4px;
	display: table;
	padding: 10px 0px;
	font-size: 25px;
	font-weight:700;
}

/*-Main Content-*/
.main-content {
	padding:40px 0px;
}

/*-Profile Summary-*/
.profile-contents {
	margin: 0 auto;
    text-align: center;
}
.profile-contents h2 {
	color:#FFF;
	font-size: 16px;
	line-height: 1.5;
	font-weight:300;
	margin-top: 5px;
	margin-bottom: 10px;
}
.profile-image {
	border-radius:50%;
	max-height: 130px;
	margin-bottom:10px;
}
.profile-contents ul li {
	padding:0;
	margin:5px;
}
.profile-contents ul li a {
	background-color: #d20c0d; /* COLOR ROJO BOTONES RRSS DEL PERFIL  */
	color: #FFF;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.3s ease;
}
.profile-contents ul li a i.fa {
	font-size: 20px;
	margin-top: 10px;
}
.profile-contents ul li a:hover {
	opacity: .3;
}

/*-Funding Meta-*/
.funding-meta {}
.funding-meta h1 {
	/* background: #d20c0d; Soporte para titulo */
	color: #2d2d2d; /* GRIS OSCURO */
	border-radius: 4px;
	display: table;
	padding: 10px;
	font-size: 25px;
	font-weight:700;
}
.type-meta {
	color:#A7A7A7;  /* GRIS CLARO TEXTO */
	font-size: 15px;
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.type-meta i.fa {
	color: #d20c0d; /* ROJO */
	margin-right:5px;
}
.funding-meta h2{
	font-weight:700;
	color: #f5196c !important; /* ROSADO*/
}
.funding-meta p {
	color: #707070; /* GRIS TEXTO */
	margin: 30px 0px 10px 0px;
}
.video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	display:block;
}
.video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-frame img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.funding-meta h2, .funding-meta span.contribution {
	display:inline-block;
	color: #707070; /* GRIS TEXTO */
}
.funding-meta span.contribution, .funding-meta span.goal-progress {
	color: #707070; /* GRIS TEXTO */
}
.funding-meta span.goal-progress {
	text-align:right;
	display: block;
}
.count-down {
	display: block;
	color: #707070; /* GRIS TEXTO */
	text-align: right;
	text-transform: uppercase;
}
.count-down strong {
	padding-right:5px;
}
.progress-bar {
	background-color: #f5196c ; /* ROSADO*/
	box-shadow:none;
}
.progress {
	height: 30px;
	background-color: #ECEBEB;
	box-shadow:none;
	margin: 10px 0px 10px 0px;
}

/*-Rewards-*/
.reward-block {
	position:relative;
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
	margin-bottom:10px;
}
.reward-block:hover {
	background-color: rgba(210, 12, 13, 0.05); /* ROJO TRANSPARENTE */
}
.reward-block.last {
	margin-bottom:0;
}
.reward-block a {
	margin-bottom: 7px;
}
.reward-block h3 {
	background: #f5196c ; /* ROSADO*/
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	display: table;
	border-radius: 4px;
}
.reward-block h2 {
	font-size: 20px;
	font-weight: 300;
	color: #707070; /* GRIS TEXTO */
	margin: 15px 0px;
}
.reward-block i.fa {
	color:#343434 ; /* GRIS MEDIO - Iconos*/
}
.reward-block span {
	margin-bottom: 10px;
	display: block;
	color: #A7A7A7;
}
.reward-block.popular:after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: "popular";
	background-color: #2ED9EA;
	color: #fff;
	padding: 5px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 700;
}

/*-Sign up form-*/
.sign-up-form {
	text-align: center;
}
.sign-up-form p {
	font-weight:700;
	color:#fff;
}
.signup-input {
	background-color: #eee; /* GRIS CLARO IMPUT */
	margin-bottom: 5px;
	width: 100%;
	border: 0;
	padding: 10px;
	border-radius: 4px;
	max-width: 400px;
	transition: 0.3s ease;
}
.signup-input:hover {
	background-color: #fff
}
@media (max-width: 767px) {
	.signup-input {
		width: 75%;
		max-width: 100%%;
	}
}
@media (max-width: 480px) {
	.signup-input {
		width: 100%;
		max-width: 100%%;
	}
	.sign-up-form .btn.btn-signup {
		margin:10px 0px;
		width:100%;
		display:block;
	}
}

/*-Tabs-*/
.nav-tabs {
	border:0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	font-size: 11pt;
	background-color: #d20c0d;/* ROJO corporativo  BOTON OCULTO */
	border: 0;
	border-radius: 4px;
	font-weight:700;
}
.nav-tabs>li>a{
	color:#fff;
	background-color: #d20c0d80;/* ROJO corporativo con transparencia*/
	border:0;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: 0.3s ease;
}
.nav-tabs>li>a:hover {
	background-color: #333; /* Gris boton oculto a pasar por encima */
 }
.tab-content .section-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #E2E2E2;
	display: block;
}

/*-Updates-*/
.update-post {
	margin-bottom: 30px;
	padding: 10px;
	background-color: #FDFDFD;
	border-radius: 4px;
}
.update-post .update-title {
	margin: 10px 0px;
	font-weight: 700;
}
.update-post .update-date {
	margin: 0px 0px 15px 0px;
	display: block;
	color: #A7A7A7;
	font-size: 12px;
}



/*-Buttons-*/
.btn {
	border:0;
}
.btn.btn-launch {
	background-color: #d20c0d;/* ROJO - Boton Quiero aportar 2*/
	color: #FFF;
	margin-top: 7px;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 25px;
	transition: 0.3s ease;
}
.btn.btn-launch:hover, .btn.btn-launch:focus,.btn.btn-reward, .btn.btn-reward:hover, .btn.btn-reward :focus {
	background-color: #343434 ; /* GRIS MEDIO  */ 
	box-shadow:none;
}
.btn.btn-reward {
	background-color: #d20c0d; /* ROJO */
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px;
    transition: 0.3s ease;
}
.btn.btn-reward i.fa {
	color: #fff;
	margin-right: 7px;
}
.btn.btn-reward p {
	color: #fff;
	font-size: 8pt;
	margin-left: 5px;
	display: inline;
}
.btn.btn-signup {
	background-color: #d20c0d; /* ROJO - boton Correo*/
	color: #fff;
	height: 40px;
	width: 43px;
	margin-left: 10px;
	border: 2px solid #fff;
	text-align: center;
}
.btn.btn-contact {
	border: 1px solid #999; /* gris boton correo autor */
	color: #fff;
	font-weight:700;
	transition: 0.3s ease;
}
.btn.btn-contact:hover, .btn.btn-contact:focus {
	opacity: .3;
}
.btn.btn-launch i.fa {
	color: #fff;
	font-size: 10pt;
	margin-right: 5px;
}
.btn.btn-contact i.fa {
	margin-right:10px;
}
.btn.btn-follow {
	background-color: #81A8F1;
	color: #fff;
	margin-bottom:10px;
}
.btn.btn-download {
	background-color: #85AD90;
	color: #fff;
}

/*-Credits-*/
.credit-block {
	padding: 20px;
	background-color: #FFF;
	border-radius: 4px;
	margin-bottom: 10px;
}
.credit-block.sources a{
	margin: 10px 0px;
	display: block;
}
.credit-block.license a.lined{
	text-decoration:underline;
}
.credit-block i.fa {
	padding-right:10px;
}

/*-Footer-*/
.footer {
	background-color: #343434 ; /* GRIS MEDIO */
	padding: 10px;
	text-align:center;
}
.copyright {
	color:#F7F7F7;
}
.copyright a {
	background: #fff;
	color: #85AD90;
	padding: 0px 5px;
	margin-left: 4px;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

/*-Overrides-*/
.btn, input{
	outline:none;
	{