/**GENERAL**/

body{
	font-family: 'Montserrat', sans-serif;
}
body p, ul{
	font-size: .8rem;
}
.navbar {
	background-color: #302D28;
	min-height: 70px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.nav-link {
	color: #ffffff;
	font-size: 1em;
	font-weight: 600;
}
.nav-link:hover {
	color: #FDD314;
}
.logo-brand{
	min-width: 160px;
	max-width: 180px;
}
.navbar-toggler{
	color: #ffffff;
	font-size: 40px;
}
.navbar-toggler:focus {
	outline: none;
}

/**HOME**/

.video-background{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
}
.caption{
	position: absolute;
	top: 38%;
	width: 100%;
	color: #ffffff;
}
.caption h1{
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .2rem;
	text-shadow: .05rem .09rem .3rem black;
	padding-bottom: .5rem;
}
.btn-home{
	font-size: 2.8rem;
	letter-spacing: .25rem;
	margin: 0 0 .8rem 0;
	border-radius: .5rem;
	padding: .5rem 2.3rem;
	background-color: #302D28;
	border: 0;
}
.btn{
	border-radius: .5rem;
	font-weight: 600;
	background-color: #302D28;
	border: 0;
}
.btn:hover{
	background: rgb(0,212,255);
	background: linear-gradient(22deg, rgba(0,212,255,1) 0%, rgba(134,125,232,1) 33%, rgba(145,48,199,1) 66%, rgba(9,9,121,1) 100%);
}
@media (max-width: 768px){
.caption h1{
	font-size: 1rem;
	letter-spacing: .1rem;
	padding-bottom: .2rem;
}
.btn-home{
	font-size: 1.4rem;
	letter-spacing: .15rem;
	margin: 0 0 .8rem 0;
	border-radius: .5rem;
	padding: .2rem 1.3rem;
}
}
.parrafo{
	margin: 15px 0;
}

.textos{
	padding: 60px 0 0 0;
}

@media (max-width:  768px){
	.textos{
		padding: 15px;
	}
}
.textos h4{
	font-weight: 600;
	margin-bottom: 20px;
}
.textos a{
	font-size: .8rem;
}

.textos img{
	margin-bottom: 20px;
}
.imagenes img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
#seccion-2{
	padding: 50px;
	color: white;
	background: rgb(134,125,232);
	background: linear-gradient(90deg, rgba(134,125,232,1) 0%, rgba(145,48,199,1) 100%);
}
#seccion-2 img{
	max-width: 200px;
	margin-bottom: 20px;
}
#seccion-2 h2{
	font-weight: 100;
	font-size: 2rem;
}
#seccion-3{
	padding: 60px 0 90px 0;
}
#seccion-3 h3{
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 30px;
}
#seccion-4 {
	background-image: url(../img/fondo-ganador.png);
	background-size: cover;
	position: relative;
}
@media (max-width:  768px){
	#seccion-3 img {
		margin: -5px 0 10px 0;
		max-width: 100px;
	}
}
#seccion-4 img{
	margin-top: -30px;
}
#seccion-4 a{
	text-decoration: none;
	color: black;
	font-weight: 600;
	font-size: .9rem;
}
#seccion-4 a:hover{
	color: #9130c7;
}
#seccion-4 span{
	color: #9130c7;
}
.categorias h4{
	margin-top: 1.5rem;
	text-align: center;
	font-size: .8rem;
}
.jurado {
	max-width: 250px;
}

/**CONVOCATORIA**/

#seccion-1-c{
	padding: 100px 0 50px 0;
	color: white;
	background: rgb(90,235,244);
background: linear-gradient(90deg, rgba(90,235,244,1) 0%, rgba(42,60,196,1) 33%, rgba(152,27,198,1) 66%, rgba(155,29,199,1) 67%, rgba(240,95,223,1) 100%);
}
#seccion-1-c img{
	max-width: 300px;
	margin-bottom: 20px;
}
#seccion-1-c h1{
	font-weight: 600;
	font-size: 2rem;
}
#seccion-1-c h2{
	font-weight: 100;
	font-size: 1.5rem;
}
#seccion-2-c{
	padding: 30px 0 20px 0;
}
#seccion-2-c h3{
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.cta-c{
	padding: 0 0 25px 0;
}
.cta-c p, h1{
	margin: 0;
}
.seccion-3-c .btn{
	color: white;
	background: #302D28;
	margin: 0 0 25px 0;
	outline: 0;
}

.seccion-3-c .btn:hover{
	background: rgb(0,212,255);
	background: linear-gradient(22deg, rgba(0,212,255,1) 0%, rgba(134,125,232,1) 33%, rgba(145,48,199,1) 66%, rgba(9,9,121,1) 100%);
}

/**RECONOCIMIENTOS*//
.card {
  border:none;
  padding: 10px 50px;
}
.card::after {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card:hover {
  transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  backface-visibility: hidden; 
  will-change: transform;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.3) !important;
}
.card:hover::after {
  opacity: 1;
}
.card:hover .btn-outline-primary{
  color:white;
  background:#007bff;
}
.card-ganador{
	  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
@media (max-width: 768px){
	.card-ganador{
  margin: 5px 0;
  z-index: 1;
	}
}

.premio{
	background: rgb(90,235,244);
background: linear-gradient(180deg, rgba(90,235,244,0.1) 0%, rgba(42,60,196,0.1) 33%, rgba(152,27,198,0.1) 66%, rgba(240,95,223,0.1) 100%);
}

/**REGISTRO**/
#seccion-1-re{
	padding: 100px 0 50px 0;
	color: white;
	background: rgb(90,235,244);
background: linear-gradient(90deg, rgba(90,235,244,1) 0%, rgba(42,60,196,1) 33%, rgba(152,27,198,1) 66%, rgba(155,29,199,1) 67%, rgba(240,95,223,1) 100%);
}
#seccion-1-re img{
	max-width: 300px;
	margin-bottom: 20px;
}


.form {
	font-size: .8rem;
}
/**FOOTER**/

.logos img{
	max-height: 60px;
	margin: 20px;
}

.footer{
	background-color: #302D28;
	padding: 3rem;
}

.logo-construlita{
	max-width: 263px;
}

.footer hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #6c757d;
}

.text-secondary {
    color: #b0b4b8!important;
}

@media (max-width:  768px){
	#seccion-3{
	padding: 20px 0 60px 0;
}
	#seccion-3 p {
		max-width: 100%;
	}
}

@media (max-width:  768px){
	#seccion-2 h2{
	font-size: 1rem;
}
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.dolares{
	text-decoration: underline;
	text-decoration-color: rgba(134,125,232,1);
	text-decoration-thickness: .15em;
}