@charset "UTF-8";
/* CSS Document */


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.centrado {
	text-align: center;
}
.izquierda {
	text-align: left;
}
.derecha {
	text-align: right;
}
.fullscreenancho {
	width: 100%;	
}
.medidas {
	background-color: #000000;
	color:#ffffff;
	text-align: center;
}
.medidasimg {
	max-width: 480px;
	height: auto;
	width: 100%;
	padding: 15px;
}
.textosnumeros {
	line-height: 20px;
	margin-top: 70px;
}
.textosnumeros02 {
	line-height: 20px;
	margin-top: 70px;
	float: right;
	text-align: right;
}
.numeros {
	font-size: 120px;
	font-weight: 900;
	color: #c00022;
    font-family: 'Anton', sans-serif;
	float: left;
	padding: 5px;
}
.numeros02 {
	font-size: 120px;
	font-weight: 900;
	color: #c00022;
    font-family: 'Anton', sans-serif;
	float: right;
	padding: 5px;
}
.titulo {
	font-weight: 900 !important;
	font-size: 22px;
}
.imagen01 {
	background-image: url(../images/imagen01.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 40px;
	padding-bottom: 40px;
}

.imagen02 {
	background-image: url(../images/imagen02.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.imagen03 {
	background-image: url(../images/imagen03.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 40px;
	padding-bottom: 40px;
}

.tituloform {
	background-color: #c00022;
	color:#ffffff;
	text-align: center;
	padding: 15px;
	font-size: 18px;
}
.formulario {
	margin-top: 20px;
	margin-bottom: 20px;
}
input{
	width: 100%;
	padding: 8px;
	background-color: #d7d9dc;
	border: 0px;
}

select {
	height: auto!important;
	width: 100%!important;
	padding: 8px!important;
	background-color: #d7d9dc!important;
	border: 0px!important;
	font-size: unset!important;
}

.textarea {
	width: 100%;
	padding: 8px;
	background-color: #d7d9dc;
	border: 0px;
	resize: none;
	
}
.subir {
	background-color: #ffffff;
}
.campoform {
	margin-top: 5px;
	margin-bottom: 5px;
}
.legales {
	display: inline;
	text-align: center; 
	margin-top: 20px; 
	color: #ABABAB;
}

.legal {
	display: inline;
	margin: auto;
	font-size: 12px;
}
.textolegal {
	display: inline;
	width: auto;
	display: inline;
}
.boton {
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	background-color: #c00022;
	width: auto;
	margin: auto;
	padding: 8px;
	margin-top: 15px;
	padding-bottom: 8px;	
}

.boton:hover {
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	background-color: #000000;
	width: auto;
	margin: auto;
	padding: 8px;
	margin-top: 15px;
	padding-bottom: 8px;	
}
.alertas {
	color: #c00022;
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.enviado {
	color: #4ea824;
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	display: block;
}



.footer {
	background-color: #000000;
	color: #ffffff;
	font-weight: 300;
	padding: 15px;
	font-size: 13px;
}
.textofooter {
	margin-top: 5px;
}
.icono {
	max-width: 35px;
	height: auto;
	width: 100%;
}
.cincuenta {
	width: 50%;
}

.logo {
	max-width: 170px;
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 9999999;
	text-align: left;
	top: 10px;
	left: 20px;
}
.textoslide {
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 99999999;
	text-align: left;
	top: 120px;
	left:15%;
	color: #ffffff;
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	max-width: 300px;
	line-height: 18px;
}
h1 {
	font-size: 42px;
}
.bajadaslide {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.botonarriba {
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	background-color: #c00022;
	padding: 8px;
	margin-top: 15px;
	padding-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	width: 200px;
	margin-top: 30px;
}

.escritorio {
	display: inline;
}
.mobile {
	display: none;
}











@media (max-width: 768px) {
	.imagen01 {
	background-image: url(../images/imagen01-2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 30px;
	padding-bottom: 30px;
}
	.imagen02 {
	background-image: url(../images/imagen02-2.jpg);
	background-repeat: no-repeat;
	background-position:center left;
	padding-top: 30px;
	padding-bottom: 30px;
}
	.imagen03 {
	background-image: url(../images/imagen03-2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 30px;
	padding-bottom: 30px;
}
	.centradomobile {
		text-align: center;
	}
	h1 {
	font-size: 35px;
}
	.textoslide {
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 99999999;
	text-align: left;
	top: 130px;
	left:15%;
	color: #ffffff;
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	max-width: 260px;
	line-height: 18px;
}
	.carousel-item > img {
  position: absolute;
  bottom: 0;
  left: -150px !important;
  max-width: 100%;
  height: 36rem;
	height: auto;
	min-width: 1100px;
}
	
.escritorio {
		display: none;
}
.mobile {
	display: inline;
}
	
	
	
}
.carousel-inner h2 {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
  color: #bc0024; /* rojo canon */
}

.table th {
  background-color: #f8f9fa;
  font-weight: bold;
}

.table td, .table th {
  vertical-align: middle;
}
progress {
    z-index: 100000;
    width: 100%;
    height: 5px;
    border: 0px;
    background-color: white;
    vertical-align: -5px;
}
.boton:disabled{
	background-color: #dedede;
}


.carousel-control .control-icon {
  color: #bc0024 !important;   /* cambia el color de la flecha */
  font-size: 40px;             /* opcional: tamaño un poco más grande */
  text-shadow: none;           /* quita el halo que pone bootstrap */
}
.carousel-indicators li {
  background-color: #ccc;   /* gris claro para los inactivos */
  border: none;
}

.carousel-indicators .active {
  background-color: #bc0024 !important; /* rojo corporativo para el activo */
}

.category-slider {
  padding: 50px 20px;             /* espacio arriba y abajo */
  margin: 0px auto;              /* margen extra afuera */
  background: #fff;               /* fondo blanco limpio */
  border-radius: 16px;            /* esquinas redondeadas modernas */
  max-width: 1200px;              /* no dejar que se estire demasiado */
}
.jurados-section {
  margin: 20px 0;
}

.jurados-section h2 {
      font-family: 'Anton', sans-serif;
    font-size: 28px;
    margin-bottom: 40px;
    color: #bc0024;
}

.jurado-img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  transition: transform 0.3s ease;
}

.jurado-img:hover {
  transform: scale(1.05);
}

.jurado-nombre {
  font-weight: 600;
  margin-top: 10px;
}
.tabla-premios th{
	text-align: center!important;
}
label {
    margin-bottom: 0px!important;
    font-weight: normal!important;
}
/* Controles SOLO para el carrusel de jurados en mobile */
#juradoCarouselMobile .carousel-control {
  width: 8%;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 1 !important;
  background: none !important;
  text-shadow: none;
}

#juradoCarouselMobile .carousel-control .fa {
  font-size: 28px;
  color: #bc0024; /* rojo Canon */
}

#juradoCarouselMobile .carousel-control:hover .fa {
  color: #90001c; /* un rojo más oscuro al pasar el mouse */
}
#juradoCarousel ol.carousel-indicators{
	bottom: -20px!important;
}
#categoryCarousel ol.carousel-indicators{
	bottom:-30px!important;
}
a.carousel-control {
    width: 10% !important;
}
section.container.formulario {
	contain: content;
}

/* Ajuste responsivo para pantallas pequeñas */
@media (max-width: 768px) {
	
	#juradoCarouselMobile ol.carousel-indicators{
		bottom: 55px!important;
	}
  .category-slider {
    padding: 0px 15px;
    border-radius: 12px;
  }
  .tabla-premios {
    margin-top: 10px !important;
  }
  img.img-circle.jurado-img {
	  position: initial;
	}

}
