/*
 Theme Name: Divi Child Antigravity
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme Antigravity
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 4.21.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

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

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	padding: 0px;
}
.et_pb_menu_page_id-163 a {
	border: 1px solid #fff !important;
	padding: 5px 10px !important;
}

.label-form {
    /*position: absolute;*/
    margin-top: 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    /*background: #fff;*/
    color: #161718;
    text-align: center;
    vertical-align: bottom;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    font-family: arial,sans-serif;
    /*margin-left: 20px;*/
    z-index: 100;
    /*padding-left: 10px;
    padding-right: 10px;*/
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
	text-align: left;
	line-height: 21px;
}

.input-form {
    border: none !important;
    border: solid 1px #708090 !important;
    width: 100%;
    color: #3E4144;
    padding: 15px !important;
    font-size: 16px;
    border-radius: 0px;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
	background: transparent !important;
}

.obligatorio {
	color: #BD1212;
}

.count-textarea {
    text-align: right;
    float: right;
    margin-top: -8px;
    font-size: 16px;
    color: #3E4144;
}

.text-resumen-form {
	font-family: 'Anton',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28.8px;
    margin-top: 35px;
    padding-bottom: 0;
}

.form-group-column {
	display: flex;
}

.column-1, .column-2 {
width: 49%;	
}

.column-1 {
	margin-right: 2%;
}

.form-group-btn {
	margin-top: 25px;
	display: flex;
}

.btn-registro-uno {
	/*float: right;*/
}

.btn-registro {
	color: #FFFFFF!important;
    border-radius: 0px px;
    background-color: #0006a4;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
	border: 2px solid #0006A4 !important;
	width: 250px;
}

.btn-registro:after {
	color: #fff !important;
    line-height: inherit !important;
    font-size: inherit!important;
    margin-left: 0.3em !important;
    left: auto !important;
    display: inline-block !important;
    opacity: 1 !important;
    content: attr(data-icon) !important;
    font-family: ETmodules!important;
    font-weight: 400!important;
}

.new-input-file {
	display: block;
    width: 100%;
    height: 132px;
    border: 2px dashed #3E4144;
    text-align: center;
    background: #E7ECEE;
}

.input-file {
	display: none;
}

.text-input-file {
	color: #0006A4;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
	font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
	line-height: 24px;
}

.label-file-form {
	font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
	line-height: 21px;
	font-size: 14px;
	color: #161718;
	font-weight: 700;
	margin-bottom: 8px;
}

.btn-registro-volver {
	color: #0006A4!important;
    border-width: 2px!important;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
}

.boton-volver {
	margin-right: 25px;
}

.contenedor-file p {
padding-bottom: 0;	
}

.tipo-formato-file {
	/*margin-top: -25px;*/
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #3E4144;
    line-height: 18px;
}

.wpcf7-form-control-wrap {
	/*top: -25px;*/
}

.wpcf7-not-valid-tip {
	font-size: 12px;	
}

.uploadtextfield {
	border: none !important;
    background: #E7ECEE !important;
    text-align: center;
    width: 100%;
	margin-top: 25px;
}

@media only screen and (max-width : 768px) {
	.form-group-column {
		display: block;
	}

	.column-1, .column-2 {
	width: 100%;	
	}

	.column-1 {
		margin-right: 0;
	}
	
	.form-group-btn {
		display: block;
	}
	
	.btn-registro {
		width: 100%;
	}
	
	.boton-volver {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.btn-registro-volver {
		width: 100%;
	}
	
	.label-form {
		position: relative;
		margin-left: 0;
		padding-left: 0;
	}
	
	.input-form {
		margin-top: 5px;
	}

  .box-postulados{
    grid-template-columns: 1fr !important;
    /*display: inline !important;*/
  }

  .box-nominados{
    grid-template-columns: 1fr !important;
    /*display: inline !important;*/
  }
  
  .title-nominado h3{
    font-size: 18px;
  }

  .title-nominado p{
    font-size: 16px;
  }

  .swiper-container-testimonios .swiper-slide {
    padding: 40px !important;
  }

  .testimonial-text {
    font-size: 16px !important;
}
}

.codedropz-upload-handler {
	border: 2px dashed #3E4144 !important;
}

.codedropz-upload-container {
    background: #E7ECEE;
}

.codedropz-upload-inner h3 {
    color: #0006A4 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: underline;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif !important;
    line-height: 24px !important;
}

.btn-login-jurado {
	width: 100%;
	margin-top: 32px;
} 
.box-postulados{
    max-width: 100%;
    margin: auto;
    display:grid; /*Establecemos el contenedor a grid*/
    grid-template-columns: repeat(4, 1fr); /*repeat en 4 ya que queremos cuatro columnas y todas del mismo ancho 1fr*/
    grid-gap: 10px;
}
.item{
    /*padding:10px;*/
    box-sizing: border-box;
}
.item img{
    max-width: 100%; /* Ancho máximo igual al 100% del contenedor */
    max-height: 100%; /* Alto máximo igual al 100% del contenedor */
    display: block; /* Quitar el espacio en línea */
    margin: auto; /* Centrar la imagen */
    position: absolute; /* Posicionamiento absoluto para centrar la imagen */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.voto {
    color: #fff;
    border: solid 1px #fff;
    width: 51px;
    text-align: center;
    display: inline;
    padding: 10px;
    cursor: pointer;
}

.img-logo-postulado {
  width: 50%;
}

.titulo-caso-postulado {
  font-size: 35px;
  font-weight: 700;
  line-height: 38.4px;
  font-family:'Inter', Helvetica, Arial, Lucida, sans-serif;
  color: #ffffff;
  padding-bottom: 0px;
}

.agencia-postulado {
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
  font-family:'Inter', Helvetica, Arial, Lucida, sans-serif;
  color: #ffffff;
  padding-bottom: 0px;
}

.fecha-caso-postulado {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family:'Inter', Helvetica, Arial, Lucida, sans-serif;
  color: #ffffff;
}

.categoria-select {
  background: #F1008A !important;
  color: #fff !important;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*display: none;*/
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
.bienvenida-jurado {
    font-family: Inter;
    font-size: 38px;
    font-weight: 700;
    line-height: 52.8px;
    letter-spacing: -0.01em;
    text-align: left;
	color: #0006A4;
}

.msg-error-login {
    color: red;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    z-index: 100;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    text-align: left;
    line-height: 21px;
}

#postulado-logo img{
  width: 50%;
}

.img-list-postulado {
  height: 165.817px;
/*  border: 1px solid #ffffff; */
  /*display: flex;
  justify-content: center;
  align-items: center;*/
	cursor:pointer;
  overflow: hidden; /* Ocultar cualquier contenido que se desborde */
  position: relative;
/*	background: gainsboro;*/
}

.item-text {
  margin-top: 8px;
}

.item-text .title {
  font-size: 22px;
  padding-bottom: 5px;
}

.item-text p {
  line-height: 18px;
	color: #ffffff;
}

#slider-container {
  display: flex;
  align-items: center;
}

#slider-container .prev {
  margin-right: 10px;
}

#slider-container .next {
  margin-left: 10px;
}

#word-list {
  list-style-type: none;
  padding: 0;
}

#word-list li {
  border: 1px solid black; /* Añadir borde */
  box-sizing: border-box; /* Incluir el borde en el ancho y alto total */
  width: calc(25% - 10px); /* 4 elementos en una fila, menos el margen entre ellos */
  margin-right: 10px; /* Margen entre los elementos */
  display: inline-block;
  vertical-align: top; /* Alinear los elementos superiormente */
}

.carousel-container {
  width: 90%; /* Ajusta el ancho según sea necesario */
  margin: 0 auto;
  position: relative;
}

.carousel-inner {
  display: flex;
  overflow: hidden;
}

.carousel-word {
  flex: 1 0 20%; /* Cada palabra ocupa el 25% del ancho */
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  margin: 0 5px;
  color: #ffffff;
	cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}

.carousel-word:nth-child(n + 5) {
  display: none;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px; /* Ajusta el tamaño de la flecha */
  padding: 0px 8px; /* Ajusta el espacio alrededor de la flecha */
  background-color: transparent; /* Elimina el fondo del botón */
  border: none; /* Elimina el borde del botón */
  color: #000; /* Ajusta el color de la flecha */
}

.carousel-button.prev {
  left: 0; /* Coloca la flecha izquierda a la izquierda */
  background: #ffffff;
  color: #F1008A;
}

.carousel-button.next {
  right: 0; /* Coloca la flecha derecha a la derecha */
  background: #F1008A;
    color: #FFF;
}

@media (max-width: 768px) {
  .carousel-container {
    width: 70%;
  }
  .carousel-word {
      flex: 1 0 100% !important; /* Cada palabra ocupa el 100% del ancho en dispositivos móviles */
      margin: 0;
  }

  .container-postulados {
    margin-bottom: 25px;
  }
}

.contenedor-pregunta {
  margin-bottom: 10px;
}

.pregunta {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 0;
}

.respuesta {
  font-size: 16px;
}

.msg-lista-postulados {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.voto.selected {
  background-color: #FFF; /* Color al seleccionar un voto */
  color: #0006a4;
}

/* Estilo del pop-up */
.popup-voto {
  display: none; /* Inicialmente oculto */
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #0006A4;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  box-shadow: 10px 10px 0px 0px #FF8851;
  z-index: 1000;
}

.popup-overlay-voto {
  display: none; /* Inicialmente oculto */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-voto h2 {
  color: #fff;
}

.popup-voto input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background: transparent;
  color: #FFF;
}

.popup-voto button {
  padding: 10px 20px;
  background-color: #FFF;
  color: #0006A4;
  border: none;
  cursor: pointer;
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
}

.agenda .et_pb_testimonial_portrait {
  margin-left: 0;
}

.img-list-nominado {
  box-shadow: none;
}

.title-nominado {
  text-transform: uppercase;
  font-family: 'Anton', Helvetica, Arial, Lucida, sans-serif;
  font-size: 25px;
  margin-top: 15px;
	color: #ffffff;
}

.box-nominados {
  max-width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.container-nominados {
  margin: 0 10px;
}

.categoria-slider h2 {
  font-family: 'Anton', Helvetica, Arial, Lucida, sans-serif;
  font-size: 32px;
	color: #FFFFFF;
}

.edicion1, .edicion2, .edicion3, .edicion4,
.edicion5, .edicion6, .edicion7, .edicion8 {
  height: 269.798px;
  width: 260px;
  height: 340px !important;
  border: none;
}

.edicion1 {
  background-image: url(http://premioscima.com/wp-content/uploads/2024/02/Rectangle-1-26.jpg);
}

.edicion2 {
  background-image: url(http://premioscima.com/wp-content/uploads/2024/02/Rectangle-1-27.jpg);
}

.edicion3 {
  background-image: url(http://premioscima.com/wp-content/uploads/2024/02/Group-3.jpg);
}

.edicion4{
  background-image: url(http://premioscima.com/wp-content/uploads/2024/02/Rectangle-1-28.jpg);
}

.edicion5 {
  background-image: url(http://premioscima.com/wp-content/uploads/2024/02/Rectangle-1-29.jpg);
}

.edicion6 {
  background-image: url(http://premioscima.com/wp-content/uploads/2024/01/Rectangle-1-24.jpg);
}

.edicion7 {
  background-image: url(http://premioscima.com/wp-content/uploads/2024/02/Rectangle-1-31.jpg);
}

.edicion8 {
  background-image: url(http://premioscima.com/wp-content/uploads/2024/02/Rectangle-1-32.jpg);
}

.swiper-container-testimonios {
  width: 100%;
  padding: 20px;
}

.swiper-container-testimonios .swiper-slide {
  display: flex;
  flex-direction: column;
  padding: 70px;
  text-align: left;
  color: #0006A4;
}

.testimonial-text {
  font-size: 22px;
  margin-bottom: 10px;
}

.testimonial-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.testimonial-company {
  font-size: 14px;
  color: #0006A4;
}

.swiper-button-next, .swiper-button-prev {
  color: #0006A4 !important;
  width: 30px !important;
  height: 30px !important;
  border: 2px solid #0006A4;
}

.swiper-button-prev:after, 
.swiper-button-next:after {
  font-size: 16px !important;
}