@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;
}
div#juradoCarousel {
	margin-bottom: 30px;
}
#juradoCarouselMobile .carousel-inner{
    height: 200px !important;
}

/* 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;
	}

}

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      background: url('../images/fondo.jpg') no-repeat top center fixed;
      background-size: cover;
    }

    section {
      width: 100%;
      text-align: center;
    }
    .mobile{
      display: none;
    }

    /* Section 1: Banner */
    .banner img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Ocultar el banner mobile por defecto */
    .banner-mobile {
      display: none;
    }

    /* Section 2 y 3: sliders */
    .slider-section {
      margin: 40px auto;
      max-width: 1200px;
      border-radius: 12px;
      padding: 20px;
    }

    .slider-section h2 {
      margin-bottom: 20px;
      color: white;
    }

    /* Botón personalizado */
    .btn-custom {
        background-color: #ef0200;
        color: #fff;
        width: 199px;
        font-size: 1.9rem;
        padding: 0.1rem;
    }
    .btn-custom:hover {
      background-color: #a30000;
      color: #fff;
    }
    .border-rigth-white{
      border-right: 3px solid white;
    }
    .border-top-white{
      border-top: 5px solid white;
    }
    img.iconopremio{
      width: 29px;
      top: -4px;
      position: relative;
    }
    img.iconostar{
      width: 23px;
      margin-bottom: 3px;
    }
    .text-white-50 {
      color: white!important;
    }
    .boder-bottom-white1{
      border-bottom: 1px solid white;
      padding-bottom: 15px;
    }
    section#categorias {
        margin-top: -100px;
    }
    div#categoriasCarousel {
        margin-top: 103px;
    }
    .carousel-control-prev {
        left: -8rem!important;
    }
    .carousel-control-next {
        right: -8rem!important;
    }
    .carousel-control-next-icon{
        background-image: url('../images/slidernext.png');
    }
    .carousel-control-prev-icon{
        background-image: url('../images/sliderprev.png');
    }
    .col-md-6.p-4.text-start.d-flex.flex-column.justify-content-between {
        padding: 2.7rem !important;
        padding-top: 2rem !important;

    }
    h3.text-white {
        font-weight: 600;
    }
    h5.text-white-50 {
      margin-top: 2.36rem;
      font-size: 1.7rem;
    }
    p.text-white {
        font-size: 1.25rem;
        line-height: 1.2rem;
        color: #dfdfdf !important;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 2.9rem!important;
        height: 2.9rem!important;
      }
      #jurados.slider-section h2 {
          margin-top: 3.23rem;
      }


    #juradoCarousel .carousel-control-prev-icon,
    #juradoCarousel .carousel-control-next-icon {
      width: 2.5rem;
      height: 2.5rem;
    }

    
    #juradoCarousel a {
      text-decoration: none;
      font-style: italic;
      color: white;
    }

    #juradoCarousel a:hover,
    #juradoCarousel a:focus {
      color: white;
      text-decoration: none;
      cursor: pointer;
    }
    div#juradoCarousel {
        color: white;
        font-size: 1.7rem;
        padding: 5rem;
    }
    span.titlepremio {
        font-size: 1.6rem;
        color: white;
        margin-left: 5px;
    }
    .margin-b-35px{
      margin-bottom: 20px;
    }
    @media (max-width: 1515px) {
      .carousel-control-prev {
        left: -7rem!important;
      }
      .carousel-control-next {
        right: -7rem!important;
      }
    }
    @media (max-width: 1400px) {
      .slider-section {
        max-width: 1150px;
      }
    }
    @media (max-width: 1330px) {
      .slider-section {
        max-width: 1000px;
      }
      .carousel-control-next {
        right: -6rem !important;
    }
    }

    @media (max-width: 1130px) {
      .slider-section {
        max-width: 930px;
      }
      .carousel-control-prev {
        left: -5rem !important;
      }
      .carousel-control-next {
        right: -5rem !important;
      }
      .slider-section {
        max-width: 88%;
      }
      .carousel-control-next-icon, .carousel-control-prev-icon {
          width: 1.9rem !important;
          height: 1.9rem !important;
      }
      h3.text-white {
          font-size: larger;
      }
      h5.text-white-50 {
          font-size: 1.5rem;
      }
      p.text-white {
          font-size: large;;
      }
      .btn-custom {
          width: 140px;
          font-size: x-large;
      }
            


    }


    @media (max-width: 1000px) {
      .carousel-control-next, .carousel-control-prev {
        width: 7%!important;
      }
      .slider-section {
        max-width: 84%!important;
      }
    }
    @media (max-width: 768px) {
      .desktop{
        display: none;
      }
      .mobile{
        display: block;
      }
      .carousel-control-prev {
          left: -3rem !important;
      }
      .carousel-control-next {
          right: -3rem !important;
      }
      .col-md-6.d-flex.flex-column.justify-content-between.border-rigth-white {
        flex-direction: row !important;
        border-bottom: 3px solid white;
      }

      .col-md-6.d-flex.flex-column.justify-content-between.border-rigth-white img {
        width: 50%;
        height: auto;
      }
      .border-top-white {
          border-top: none;
      }
      .slider-section {
          max-width: 91% !important;
      }
      .col-md-6.p-4.text-start.d-flex.flex-column.justify-content-between {
          padding: 1.55rem !important;
          padding-top: 2rem !important;
      }
      .margin-b-35px {
          margin-bottom: 11px;
      }
      img.iconopremio {
        width: 19px;
      }
      img.iconostar {
        width: 19px;
      }
      span.titlepremio{
        font-size: large;
      }
      p.text-white {
        font-size: medium;
        line-height: normal;
      }
      .btn-custom{
        font-size: larger;
      }
      .boder-bottom-white1 {
          padding-bottom: 6px;
      }
      h5.text-white-50 {
          font-size: large;
      }
      .border-rigth-white {
          border-right: none;
          border-bottom: 3px solid white;
      }
      .border-mobile-left{
        border-left: 3px solid white;
      }
      .uniimgcat{
        width: 100%!important;
      }
    }
    @media (max-width: 576px) {
      .carousel-control-prev {
          left: -2rem !important;
      }
      .carousel-control-next {
          right: -2rem !important;
      }
      section#categorias {
          margin-top: -27px;
      }
      div#categoriasCarousel {
          margin-top: 28px;
      }
      div#juradoCarousel {
          color: #c9c9c9;
          font-size: large;
          padding: inherit;
      }
    }
    form#form-am {
		    color: white;
		    text-align: left;
		}


     
    

    @media (min-width: 1200px) {
        .h2, h2 {
            font-size: 2.68rem!important;
            font-weight: bold!important;
        }
    }


    @media (max-width: 768px) {
      .banner-desktop {
        display: none;
      }
      .banner-mobile {
        display: block;
      }
    }
