@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500;900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}
.borde{
  border: 5px solid #03a9f4;
  border-radius: 15px;
}
.imagen-icono{
  border: none!important;
}
.fondo-carga{
  background-image: url('/pruebas_informales/portada.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.boton-descarga{
  border: 3px solid #eeeeee;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  cursor: pointer;
  background-color: white;
}
/* b{
  font-family: 'Montserrat', sans-serif!important;
} */
.btn{
    font-family: 'Montserrat', sans-serif;
}
.footer-contraste{
    background-image: none!important;
    background-color: black!important;
}
.footer-claro{
    background-image: none!important;
    background-color: white!important;
}
.carousel-item > .container > div > p {
      color: white !important;
}
.item-acceso{
    transition: transform .1s;
}
.item-acceso:hover{
  transform: scale(1.05);
}
.navbar{
  background-color: #f8f9fa;
}
.fb_iframe_widget iframe {
    position: absolute;
    width: 98px!important;
  }
  img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
/* .owl-item{
    display: flex;
    justify-content: center;
    height: 70%;
    width: 100%;
    align-items: center;
} */
.main-example {
    margin: 0 auto;
    width: 355px;
    text-align: center;
  }
  .main-example .countdown-container {
    height: 130px;
  }
  .main-example .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 95px;
    width: 65px;
  
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
  
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .main-example .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
  
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
  }
  .main-example .count.top {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;
  
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  .main-example .count.bottom {
    background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
  
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  .main-example .count.next {
  }
  .main-example .label {
    font-size: normal;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
  }
  /* Animation start */
  .main-example .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
  }
  .main-example .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
  }
  /* Animation end */
  .main-example .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  .main-example .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
  
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  
  .main-example {
    width: 100%;
  }
  .main-example .countdown-container {
    height: 100px;
  }
  .main-example .time {
    height: 70px;
    width: 60px;
    margin-right: 20px;
  }
  .main-example .count {
    font-size: 2.5em;
    line-height: 70px;
  }
  .main-example .label {
    font-size: 0.8em;
    top: 72px;
  }

  /* body{
	background-image: url('/pruebas_informales/portada.png');
	background-repeat: no-repeat;
	background-size: cover;
} */
.efecto-sombra {
    animation: shadow-pulse 1.5s infinite;
    border-radius: 5px;
    transition: .1s;
    background: #58008C;
    color: white;
}
.efecto-sombra-verde {
  animation: shadow-pulse 1.5s infinite;
  border-radius: 5px;
  transition: .1s;
  background: rgb(34,165,171);
  background: linear-gradient(238deg, rgba(34,165,171,1) 0%, rgba(105,187,88,1) 100%);
  color: white;
}
@keyframes shadow-pulse
{
     0% {
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          transform: scale(1);
     }
     100% {
          box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
          transform: scale(1.1);
     }
}
.degradado-b2c{
  background: rgb(95,189,255);
background: linear-gradient(90deg, rgba(95,189,255,1) 0%, rgba(176,105,255,1) 100%);
}
.degradado-b2c-body{
  background: rgb(0, 115, 219);
  background: -moz-linear-gradient(250deg, #6700db 18%, rgba(17, 166, 237, 1) 55%, rgba(90, 202, 255, 1) 100%);
  background: -webkit-linear-gradient(250deg, #6700db 18%, rgba(17, 166, 237, 1) 55%, rgba(90, 202, 255, 1) 100%);
  background: linear-gradient(250deg, #6700db 18%, rgba(17, 166, 237, 1) 55%, rgba(90, 202, 255, 1) 100%);
}
.degradado-b2c-2{
  background: rgb(95,189,255);
  background: linear-gradient(90deg, rgba(95,189,255,1) 0%, rgba(176,105,255,1) 100%);
}
.countdown {
  display: inline-block;
  line-height: 1;
  font-size: 40px;
}

span {
  display: block;
  font-size: 20px;
  color: white;
}
.pulso-css:hover
  	{
      animation: shadow-pulse 1s infinite;
      transform: scale(1.1);
      transition: .1s;
		color: white;
  	}
@keyframes shadow-pulse
{
     0% {
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
     }
     100% {
          box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
     }
}
.top-modal{
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem
}
/* .carousel-2 .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
} */
.btn-principal{
  font-weight: 800;
  font-size: 20px;
}
.btn-atras{
  margin-right: 6px;
  background: rgb(216 17 17);
  color: white;
  font-size: 20px;
}
.contenedor-alto {
  height: auto
}
#img-modal{
  width: 50%;
}
.listado-pruebas{
  width: 100px;
}
@media (max-width: 500px) {
  #listado{
    margin: 0;
    justify-content: center;
    overflow-y: scroll;
    max-height: 50%;
    border: 1.5px solid white;
  }
}
@media (min-width: 276px) {
  .img-bajar{
    display: block;
  }
  .listado-pruebas{
    width: 70px;
  }
  #img-modal{
    width: 60%;
  }
  .btn-principal{
    font-weight: 800;
    font-size: 10px;
  }
  .btn-atras i{
    color: white;
    font-size: 10px;
  }
  .days {
    font-size: 35px;
    color: #ffffff;
  }
  .hours {
    font-size: 30px;
    color: #FFEB3B;
  }
  .minutes {
    font-size: 25px;
    color: #84ff00;
  }
  .seconds {
    font-size: 20px;
    color: #ffd68a;
  }
  .contenedor-alto {
    height: auto
  }
  .carousel-prueba .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 9px!important;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
  }
  .carousel-tabulacion .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px!important;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
  }
  .video-2{
    width: 100%;
  }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .img-bajar{
    display: block;
  }
  .listado-pruebas{
    width: 70px;
  }
  #img-modal{
    width: 60%;
  }
  .btn-principal{
    font-weight: 800;
    font-size: 10px;
  }
  .btn-atras i{
    color: white;
    font-size: 10px;
  }
  .days {
    font-size: 35px;
    color: #ffffff;
  }
  .hours {
    font-size: 30px;
    color: #FFEB3B;
  }
  .minutes {
    font-size: 25px;
    color: #84ff00;
  }
  .seconds {
    font-size: 20px;
    color: #ffd68a;
  }
  .contenedor-alto {
    height: auto
  }
  .carousel-prueba .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 13px!important;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
  }
  .carousel-tabulacion .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px!important;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
  }
  .video-2{
    width: 100%;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .img-bajar{
    display: none;
  }
  .listado-pruebas{
    width: 100px;
  }
  #img-modal{
    width: 60%;
  }
  .btn-principal{
    font-weight: 800;
    font-size: 20px;
  }
  .btn-atras i{
    color: white;
    font-size: 20px;
  }
  .days {
    font-size: 35px;
    color: #ffffff;
  }
  .hours {
    font-size: 30px;
    color: #FFEB3B;
  }
  .minutes {
    font-size: 25px;
    color: #84ff00;
  }
  .seconds {
    font-size: 20px;
    color: #ffd68a;
  }
  .contenedor-alto {
    height: auto
  }
  .video-2{
    width:100%;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .img-bajar{
    display: none;
  }
  .listado-pruebas{
    width: 100px;
  }
  #img-modal{
    width: 60%;
  }
  .btn-principal{
    font-weight: 800;
    font-size: 20px;
  }
  .btn-atras i{
    color: white;
    font-size: 20px;
  }
  .days {
    font-size: 50px;
    color: #ffffff;
  }
  .hours {
    font-size: 40px;
    color: #FFEB3B;
  }
  .minutes {
    font-size: 35px;
    color: #84ff00;
  }
  .seconds {
    font-size: 25px;
    color: #ffd68a;
  }
  .contenedor-alto {
    height: auto
  }
  .video-2{
    width:100%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio. You can adjust this value for different aspect ratios. */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 3px solid white;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.seleccionada{
	background-color: white;
  color: #58008C!important;
}
.rrss{
  color: white;
  font-size: 35px;
  margin-right: 20px;
}
.rrss:hover{
  color: white!important;
  font-size: 35px;
  margin-right: 20px;
}
.rrss:focus{
  color: white!important;
  font-size: 35px;
  margin-right: 20px;
}
.rrss:active{
  color: white!important;
  font-size: 35px;
  margin-right: 20px;
}

.carousel-prueba{
  width: 70%;
  margin: 0 auto;
}
.carousel-tabulacion{
  width: 100%;
  /* border: 3px solid white; */
}
video{
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
            linear-gradient(90deg, #ff4652 0%, #9319c1 100%);
border-radius: 8px;
padding: 9px;
box-sizing: border-box;
}
#slide-2{
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
            linear-gradient(90deg, #ff4652 0%, #9319c1 100%);
border-radius: 8px;
padding: 9px;
box-sizing: border-box;
}
.seleccionada .fa-check {
  display: block!important;
}
input::placeholder {
  color: #d5d5d5!important; /* Change this to your desired color */
}
@keyframes zoom {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.06);
  }
}
.zoom-text {
  animation: zoom 1s infinite alternate;
}