/* Titillium Web */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap');

/* INDEX */
html {
    scroll-behavior: smooth;
    overflow-y: scroll !important;
}

body {
    font-family: "Titillium Web";
    padding: 0 !important;
}

.bolder {
    font-weight: bolder;
}

.azul {
    color: #0085a6;
}

.azulOscuro {
    color: #3e5366
}

.gris {
    color: gray;
}

.blanco {
    color: #ffffff;
}

strong {
    color: #0085a6;
}

ul {
    list-style-type: square;
    color: #0085a6;
}

.centrar {
    text-align: center
}

.un-logo{
    max-height: 70px;
}

.col-md-10 > p {
    text-align: center !important
}

body {
    width: 100%;
}

#arbol {
    width: 99%;
}

@media only screen and (max-width: 920px) {
    #arbol {
        width: 98%;
    }
}

@media only screen and (max-width: 768px) {
    .tituloCabecera {
        font-size: 2em !important;
    }
}

@media only screen and (max-width: 920px) {
    #arbol {
        width: 98%;
    }
}

.sombra {
    text-shadow: 3px 3px 5px black;
}

.textoAdaptable p {
    text-align: justify;
    margin: 5px 0px;
}

.textoAdaptable p img{
   width:100%;
}

.textoJustificado {
    text-align: justify;
}


/* Titulos cabeceras */
.tituloCabecera {
    font-weight: bolder;
    vertical-align: bottom;
    margin: auto;
    font-size: 4em;
}

.sombraJornada {
    background-image: url(images/nueva_wca/sombra_laJornada.png);
    background-position: 50% 0%;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-top: 20;
}

.sombraCongreso {
    background-image: url(images/nueva_wca/sombra_congreso.png);
    background-position: 50% 0%;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-top: 20;
}

.sombraPrecio {
    background-image: url(images/nueva_wca/sombra_precio.png);
    background-position: 50% 15%;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-top: 20;
}

.sombraTendra {
    background-image: url(images/nueva_wca/sombra_tendralugar.png);
    background-position: 50% 100%;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-top: 20;
}

.sombraTendraCurso {
    background-image: url(images/nueva_wca/sombra_tendralugar_curso.png);
    background-position: 50% 100%;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-top: 20;
}

.sombraTendra u {
    display: block;
}

.sombraPrograma {
    background-image: url(images/nueva_wca/sombra_programa.png);
    background-position: 50% 5%;
    background-size: 80%;
    background-repeat: no-repeat;
}

.sombraTemario {
    background-image: url(images/nueva_wca/sombra_temario.png);
    background-position: 50% 5%;
    background-size: 80%;
    background-repeat: no-repeat;
}

.sombraWaca {
    background-image: url(images/nueva_wca/sombra_WCA.png);
    background-position: 50% 50%;
    background-size: 7%;
    max-height: 173;
    background-repeat: no-repeat;
    height: 80%;
    width: 100%;
    margin-top: -40;
    margin-bottom: -30;
}

.sombraEvento {
    background-image: url(images/nueva_wca/delevento.png);
    background-position: 0 -10;
    background-size: contain;
    background-repeat: no-repeat;
}

.hrSeparador {
    width: 300px
}


.textoEnImagen h3 {
    line-height: 2;
}

#imgNav {
    width: 15%;
}

#imgCongresoLado {
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    background-image: url(images/nueva_wca/imag_1_lateral.jpg);
    background-position: left !important;
    padding: 0px;
}

#imgCongresoSuperior {
    background-size: cover;
    background-repeat: no-repeat;
    height: 50%;
    background-image: url(images/nueva_wca/imag_1.jpg);
    background-position: top !important;
    padding: 0px;
}

@media only screen and (max-width: 1000px) {
    #imgCongresoLado {
        display: none;
    }

    #imgCongresoSuperior {
        display: block !important;
        background-image: url(images/nueva_wca/imag_1.jpg);
        margin-bottom: 10;
    }
}

#imgPrecioLado {
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    background-image: url(images/nueva_wca/imag_2_lateral.jpg);
    padding: 0px;
    background-position: left;
}

#imgPrecioSuperior {
    background-size: cover;
    background-repeat: no-repeat;
    height: 50%;
    background-image: url(images/nueva_wca/imag_2.jpg);
    padding: 0px;
    background-position: top;
}

@media only screen and (max-width: 1000px) {
    #imgPrecioLado {
        display: none;
    }

    #imgPrecioSuperior {
        display: block !important;
        margin-bottom: 10;
    }
}


.no-centrar > p {
    text-align: left !important;
}

.listaEspacioLinea ul {
    content: '';
    width: 100%;
    height: 1em;
    display: inline-block;
}


/* Filas programa */
#subraya {
    border-bottom: 3px #0085a6 solid;
}

ul.programa {
    list-style: disc inside !important;
    color: rgba(25, 141, 152, 0) !important;
    padding-left: 10;
    margin-left: 0;
    margin-bottom: 5;
}

#imgPrograma {
    width: 30;
    height: 30;
    margin-right: 10px;
    object-fit: cover;
}

/* Linea vertical*/

ul.programa {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.programa:before {
    content: "";
    display: inline-block;
    width: 1px;
    background: #6f787f;
    position: absolute;
    left: 19px;
    top: 0px;
    height: calc(100% - 5px);
    z-index: 29;
}

li.programa {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 14;
    background-color: rgba(239, 239, 239, 0.7)
}

li.programa:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #6f787f;
    position: absolute;
    left: 16;
    top: 18px;
    border-radius: 10px;
}

/* Bullet */
li.programa {
    text-align: left;
    font-size: 30px;
}

#tabPrograma {
    width: 100%;
}

.nombresPrograma p {
    font-size: 14px;
    vertical-align: middle;
    line-height: 5px;
}

.nombresPrograma {
    margin: auto;
}

p.cargoPrograma {
    font-size: 12px;
}

.tPrograma {
    display: -webkit-inline-box;
    width: 90%;
}

@media only screen and (max-width: 500px) {
    .tPrograma {
        width: 70%;
    }
}

h7.azul {
    overflow-wrap: anywhere;
}


span.tPrograma {
    font-size: 1rem;
    vertical-align: top;
    text-align: left;
}

.tPrograma table:hover {
    cursor: pointer;
}

#tabPrograma td table td {
    width: auto;
}


/* CARRUSEL */

.imgPonente {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.radioLoren {
    opacity: 0;
}

/* El carrusel en si */
div#carousel {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 600px;
    --items: 5;
    --middle: 3;
    --position: 1;
}

/* Tamaño de las cartas del carrusel */
div.item {
    position: absolute;
    height: 76%;
    background-color: coral;
    --r: calc(var(--position) - var(--offset));
    --abs: max(calc(var(--r) * -1), var(--r));
    transition: all 0.25s linear;
    transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-300px * var(--r)));
    z-index: calc((var(--position) - var(--abs)));
}

@media only screen and (min-width: 500px) {
    div.item {
        width: 50%;
    }
}

@media only screen and (min-width: 600px) {
    div.item {
        width: 50%;
    }
}

@media only screen and (min-width: 767px) {
    div.item {
        width: 40%;
    }
}

@media only screen and (min-width: 1000px) {
    div.item {
        width: 30%;
    }
}

@media only screen and (min-width: 1200px) {
    div.item {
        width: 25%;
    }
}


.item {
    width: 250px;
    height: 500px;
}

.imgCarta {
    height: 60%;
    width: 100%;
}

.contenidoCarta {
    padding: 10px;
    color: white;
    font-size: 14px;
}

.btnCarrusel {
    font-size: 10;
    height: auto;
    width: 60%;
    background-color: #0085a6;
    border: 1px solid white;
    color: white;
}

.nombreCarrusel {
    font-weight: bold;
}

.lineaCarrusel {
    background-color: lightgray;
    width: 30%;
    margin-top: -5;
}

#botonSiguiente {
    cursor: pointer;
    position: absolute;
    top: 60%;
    width: 50px;
    padding: 5px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    right: 0;
    height: auto;
    z-index: 100;
    background: url(images/flechaSiguiente.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;

}

.textoLargo {
    word-break: break-word;
}

#botonAnterior {
    cursor: pointer;
    position: absolute;
    top: 60%;
    width: 50px;
    padding: 5px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    left: 0;
    height: auto;
    z-index: 100;
    background: url(images/flechaAnterior.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;

}

/* FIN CARRUSEL */
.vam > p {
    vertical-align: bottom;
}

#tituloForm {
    color: white;
    font-weight: bolder;
}

.contacto {
    background-image: url(images/nueva_wca/pie.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: auto;
}

form > * {
    color: white;
    /*text-align: center;*/
}

.textoForm {
    text-align: left;
}

#mensajeForm {
    width: 100%;
    height: 100px;
}

.campoForm {
    width: 100%;
    margin-bottom: 10px
}

#panelForm {
    background-color: white;
    color: black;
    margin-top: 10px
}

#botonEnviar {
    height: auto;
    width: 150px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px #0085a6 solid;
    color: white;
    padding: 2px;
}

#botonEnviarPatrocinio {
    height: auto;
    width: 130px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px #ffffff solid;
    color: white;
    padding: 2px;
	margin: 0 auto 0 auto;
	text-align: center;
	cursor: pointer;
}

.progress-ring {
    margin: auto;
}

/* Cambiamos el borde a dashed */
.progress-ring__circle1 {
    stroke-dasharray: 10 20;
    /*Tamaño, Separacion*/
}

/* Establece el tiempo de animación */
.progress-ring__circle1 {
    transition: stroke-dashoffset 1s;

    /* Compensamos el eje */
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

/* Cambiamos el borde a dashed */
.progress-ring__circle2 {
    stroke-dasharray: 10 20;
    /*Tamaño, Separacion*/
}

/* Establece el tiempo de animación */
.progress-ring__circle2 {
    transition: stroke-dashoffset 1s;

    /* Compensamos el eje */
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

/* Cambiamos el borde a dashed */
.progress-ring__circle3 {
    stroke-dasharray: 10 20;
    /*Tamaño, Separacion*/
}

/* Establece el tiempo de animación */
.progress-ring__circle3 {
    transition: stroke-dashoffset 1s;

    /* Compensamos el eje */
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

/* Cambiamos el borde a dashed */
.progress-ring__circle4 {
    stroke-dasharray: 10 20;
    /*Tamaño, Separacion*/
}

/* Establece el tiempo de animación */
.progress-ring__circle4 {
    transition: stroke-dashoffset 1s;

    /* Compensamos el eje */
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.imgTiempo {
    width: 100%;
    background-image: url(images/nueva_wca/img_fondo_1.jpg);
    background-size: cover;
    height: 200;
}

@media only screen and (max-width: 500px) {
    div.imgTiempo {
        height: auto;
    }
}

.vad {
    padding-left: 10px;
}

.vai {
    padding-right: 10px;
}

#tiempo {
    font-family: "Titillium Web";
    float: left;
    width: 103;
    /*    margin: 0;*/
    r: 45;
    margin-left: 20;
    margin-right: 20;
}

@media only screen and (max-width: 620px) {
    #tiempo {
        margin-left: 0;
        margin-right: 0;
    }
}

/* SLIDER */
* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
div.ediciones .container {
    position: relative;
}

/* Hide the images by default */
div.ediciones .mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
div.ediciones .cursor {
    cursor: pointer;
}

/* Next & previous buttons */
div.ediciones .prev,
div.ediciones .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
div.ediciones .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
div.ediciones .prev:hover,
div.ediciones .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
div.ediciones .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


div.ediciones .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
div.ediciones .column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
div.ediciones .demo {
    opacity: 0.6;
}

div.ediciones .active,
div.ediciones .demo:hover {
    opacity: 1;
}




/* PATROCINADORES */

.cajaPatro {
    flex-grow: 0;
    margin-left: 10;
}

/* Imagenes Platino */
.col.cajaPatro.patroGran1 img {
    height: 80;
}

/* Imagenes Diamante */
.col.cajaPatro.patroGran2 img {
    height: 75;
}

/* Imagenes Oro */
.col.cajaPatro.patroGran3 img {
    height: 70;
}

/* Imagenes Plata */
.col.cajaPatro.patroGran4 img {
    height: 50;
}

div.patrocinadores img {
    height: 40;
    width: auto;
    background-color: white;
    margin: 5
}

div.apoyo img {
    height: 40;
    width: auto;
    background-color: white;
    margin: 5
}

div.patrocinadores h6 {
    border: rgba(0, 112, 136, 0.5) 1px solid;
}

div.apoyo h6 {
    border: #0085a6 1px solid;
}

div.patrocinadores h6,
div.patrocinadores p,
div.patrocinadores h1 {
    background-color: white;
}

div.apoyo h6,

div.apoyo p,

div.apoyo h1 {
    background-color: white;
}

div.apoyo #boton {
    background-color: #0085a6;
    color: white;
    border: none;
}

div.patrocinadores hr,
div.apoyo hr {
    background-color: #0085a6;
}

/*
Línea Vertical en medio de los patrocinadores
div.patrocinadores div.row{
background: 
linear-gradient(to right, 
transparent 0%, 
transparent calc(50% - 0.81px), 
rgb(0, 112, 136) calc(50% - 0.4px), 
rgba(0, 112, 136, 0.3) calc(25% + 0.4px), 
transparent calc(50% + 0.81px), 
transparent 100%); 
}
*/

.piePatrocinadores {
    background-image: url(images/nueva_wca/img_fondo_2.jpg) !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    height: 25%;
    /* tamaño de la imagen */
    width: 100%;
    object-fit: cover;
}

.separador {
    height: 5%;
}

.sombraPatro {
    vertical-align: middle;
    background-image: url(images/nueva_wca/patrocinadores-y-colaboradores.jpg);
    background-position: 50% 9%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 20;
}


/* LUGAR */
.textoLugar {
    /*line-height: 10px;*/
    height: 80%;
    vertical-align: middle;
}


/* NAVBAR */

.navbar {
    border-radius: 0;
    transition: all 0.3s ease-out;
    max-width: 100%;
    margin: auto;
}

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
}

.centraNav {
    margin: auto;
}

.centraNav li a {
    margin-right: 20px;
    margin-left: 20px;
}

.nav-link {
    color: white !important;
    font-weight: bold;
    text-align: center;
}

ul {
    width: 100%;
    margin: auto;
}

ul.nav li {
    text-align: center;
    font-size: 14px;
}

.nav-item a:hover {
    cursor: pointer;
}

.navbar-toggler {
    color: white
}

#btnVolver {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #0085a6;
    color: white;
    cursor: pointer;
    padding: 7 13;
    border-radius: 4px;

}

/* ======= Header ======= */
.header {
    position: fixed;
    width: 100%;
    z-index: 3000;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    padding: 5;
    top: 0;
}

.header.header-scrolled {
    background: black;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.header.header-scrolled a {
    color: #494d55;
}

.header.header-scrolled .logo {
    color: #cf0e29;
    padding-top: 15px;
}

.logo-icon {
    height: auto;
    max-width: 135px;
}

@media (max-width: 1370px) {
    .main-nav .nav .nav-item {
        font-size: 13px !important;
    }
}

.header.header-scrolled .main-nav .nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
}

.header.header-scrolled .main-nav .nav .nav-link:hover {
    color: #fff;
}

.header.header-scrolled .main-nav .nav .nav-link.active {
    color: #fff;
    border-bottom: 2px solid #cd001a;
    border-bottom-width: 50%;
}

.header a {
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.main-nav .nav .nav-item {
    font-weight: normal;
    font-size: 16px;
    width: max-content;
    margin: auto;
}

.header a:hover {
    text-decoration: none;
}

.header .logo {
    margin: 0;
    display: contents;
    float: left;
    font-size: 28px;
    margin-top: -20px;
}

.header .logo .logo-icon-wrapper {
    margin-right: 3px;
    position: relative;
    display: inline-block;
    top: -3px;
}


.header .logo .highlight {
    font-weight: 800;
}

.logo div {
    display: inline;
}

.main-nav {
    margin-top: 6px;
}

.main-nav .navbar-toggler {
    margin-right: 0;
    margin-top: 30px;
    background: none;
    position: absolute;
    padding: 7px 10px;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.main-nav .navbar-toggler:focus {
    outline: none;
}

.main-nav .navbar-toggler .icon-bar {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 22px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.main-nav .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.main-nav .navbar-toggler:hover .icon-bar {
    background-color: #fff;
}

.main-nav .nav .nav-item {
    font-weight: normal;
    font-size: 16px;
}

.main-nav .nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
}

.main-nav .nav .nav-item .nav-link.active {
    position: relative;
    background: none;
    color: #fff;
}

.main-nav .nav .nav-item .nav-link:hover {
    color: #fff;
    background: none;
}

.main-nav .nav .nav-item .nav-link:focus {
    outline: none;
    background: none;
}

.main-nav .nav .nav-item .nav-link:active {
    outline: none;
    background: none;
}

.nav > li > a {
    padding-left: 5px;
    /**/
}

.nav-link {
    padding: 30px 15px 5px 15px;
}

@media (max-width: 1200px) {
    .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        left: 0;
        top: 74px;
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        z-index: 40;
    }
}

a.nav-link {
    letter-spacing: 1;
}


.fondoColor {
    background-color: black;
}

li.active a {
    border-bottom: 2px white solid;
    font-weight: bold !important;
}

.red {
    margin: auto;
}

.redes {
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

#velo {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

#veloMensaje {
    width: 100%;
    height: auto;
    margin: 0;
    background-color: rgb(239, 239, 239);
    position: absolute; 
    top: 100px;
    max-width: 80%;
    left: 10%;
    z-index: 2;
    border: #0085a6 6px solid;
    border-radius: 14px;
    min-height: 250px;


    animation-duration: 10s;
    animation-name: fadeout;
    animation-delay: -3;
    animation-fill-mode: forwards;
}

#veloMensaje .col{

    margin: auto;
}

#veloMensaje button{

    display: block;
    margin: 0
}

#veloMensaje p{
    color: black;
    text-align: center;
    font-size: x-large;
}

/* PIE */

.pie {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.piemax {
    height: auto;
    font-size: 14;
    background-color: rgba(0, 0, 0, 0.7);
}

#enlacesPie ul li {
    list-style: none !important;
}

#enlacesPie {
    float: right;
    width: auto;
    min-width: 30%;
}

#enlacesPie li {
    float: left;
}

a.gris:active {
    color: #d8dde1;
}

a.gris:visited {
    color: #d8dde1;
}

a.gris:link {
    color: #d8dde1;
}

#urlPatro:active {
    color: black;
}

#urlPatro:hover {
    color: black;
}

#urlPatro:visited {
    color: black;
}

/* Formulario Inscripcion */
#formInscripcion * {
    color: black;
}

#opciones_inscripcion {
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
    #opciones_inscripcion {
        width: 90%;
    }
}

#formInscripcion input {
    margin: 5;
}

#inscripcionClausulas p {
    text-align: justify;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(0.8) grayscale(1) opacity(.4);
    -moz-filter: brightness(0.8) grayscale(1) opacity(.4);
    filter: brightness(0.8) grayscale(1) opacity(.4);
}

.visa {
    background-image: url(pago_paypal.png);
}

.tarjeta {
    background-image: url(pago_tarjeta.png);
}

.transferencia {
    background-image: url(transferencia.png);
}


#metodosPago input {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
}

.cc-selector input:active + .drinkcard-cc {
    opacity: .4;
}

.cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(0.8) grayscale(1) opacity(.4);
    -moz-filter: brightness(0.8) grayscale(1) opacity(.4);
    filter: brightness(0.8) grayscale(1) opacity(.4);
    margin: 5;
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.6);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.6);
    filter: brightness(1.2) grayscale(.5) opacity(.6);
}

.info_tipo_pago {
    background-color: #0085a6;
}

.info_tipo_pago .explicacion {
    padding: 10;
}

.explicacion {
    color: white !important;
    text-align: justify;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#enviarInscripcion {
    margin-top: 15px;
    background-color: #336699;
    color: white;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
    font-size: 13px;
}

/* POPUP */


#veloPop {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
}

.popoculto {
    display: none;
}

.popvisible {
    z-index: 10000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
}

.popup {
    background-color: white;
    height: 70%;
    position: relative;
    top: 15%;
	border-radius: 5px;
}

.imagenPopup {

    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    min-height: 250;
    margin-top: 10;
}

.contenidoPopup {
    height: -webkit-fill-available;
    overflow: auto;
    margin: 5;
}

#descripcionPopup p {
    text-align: justify;
}

@media only screen and (max-width: 991px) {
    .contenidoPopup {
        overflow: visible;
    }
}

.cabeceraPopup {
	background-color: rgb(148, 148, 148);
    /* background-color: rgb(240, 240, 240); */
    padding: 10;
}

.cerrarPop {
    position: absolute;
    right: 5px;
    top: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 30px;
    padding: 0;
	z-index:9999999999;
}

.iconoFace:hover {
    content: url(images/nueva_wca/face_on.png);
}

.iconoTweet:hover {
    content: url(images/nueva_wca/tweet_on.png);
}

.fondoInscripcion, .fondoPatrocinador {
    background-color: #0085a6;
}

.enviarInscripcion {
    background-color: #0085a6;
    border: 1px solid white;
    color: white;
    margin: 10 10 10 0;
	padding: 5px;
}

.fondoInscripcion * {
    color: white !important;
}

.fondoInscripcion input,
.fondoInscripcion textarea {
    color: black !important;
}

.imagenMosaico {
    max-height: 150px;
    margin: 5;
    overflow: hidden;
    max-width: 250px;
}

.sombraFormulario {
    background-image: url(images/nueva_wca/formulariode.png);
    background-position: 0 -10;
    background-size: contain;
    background-repeat: no-repeat;
}

#menu_idiomas {
    position: absolute;
    top: -10;
    right: 0;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.alert {
    color: #a94442 !important;
}

#tabPrograma td {
    width: 50%;
}

#btnCompartir {
    float: right;
    width: 70px;
    border: 1px solid black;
    margin: auto;
    background-color: #0085a6;
    color: white;
    font-size: 12;
}

#btnDescargar {
    width: 350px;
    border: 1px solid black;
    margin: auto;
	padding: 10px;
    background-color: #0085a6;
    color: white;
    font-size: 18px;
}

#btnDescargar a {
	color: #fff;
	text-decoration: none;
}

#documentacion_premio {
	border: 1px solid #fff;
	padding: 10px;
}

.sharePrograma {
    width: 75px;
    float: right;
}

.sharePrograma div {
    height: 24px;
    padding: 0;
}

.sharePrograma div img {
    height: 100%;
    width: 100%;
}

.oculto {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s
}

.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s
}

.imagenAnterior {
    height: 200;
    background-color: rgba(239, 239, 239, 0.7);
    padding: 5;
}

.imagenAnterior img {

    height: 100%;
    width: 100%;
    display: block;
    margin: auto;
    object-fit: scale-down;
    cursor: pointer;

}

.imagenAnterior img:hover {
    opacity: 0.5;
}

.veloSlide {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.btnCerrarSlide {
    position: absolute;
    top: 2%;
    color: red;
    font-size: 30px;
    font-weight: bolder;
    right: 10%;
}

.veloSlide img {
    margin: auto;
    display: block;
    max-height: 80%;
    vertical-align: middle;
    border-radius: 5px;
    height: auto;
    width: 100%;
}

h4.tituloFotoSlide {
    background-color: black;
    width: 100%;
    color: white;
    position: absolute;
    padding: 10px;
    text-align: center;
    bottom: 0;
    margin: 0;
}

#btnSlidesAnterior {

    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    cursor: pointer;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: black;
    width: 70;
    padding: 5;
    outline: none;
}


#btnSlidesAnterior:hover {
    background-color: #0085a6;
}

#btnSlidesSiguiente {

    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    cursor: pointer;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: black;
    width: 70;
    padding: 5;
    outline: none;
}

#btnSlidesSiguiente:hover {
    background-color: #0085a6;
}

button {
    outline: none !important;
}

.cursos_contenedor {
    background-color: #f2f2f4;
    width: 100%;
    height: 100%;
}

/* Modal de contacto */
#pos_modal_cto{
    position: absolute;
    width: 100%;
    right: 10px;
    bottom: 0px;
}



#modal_contacto *{
    z-index: 1000000;
}

#btn_modal_contacto{
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 10;
    background-color: #0085a6;
    padding: 10px;
}

#btn_modal_contacto p{

    margin: 0px;
}


    /*
    Regla antigüa: FUNCIONAL
    @media (max-width: 1000px)
    */

    @media only screen and (hover: none) and (pointer: coarse) and (max-width: 1000px){

    #btn_modal_contacto{

        bottom: 80px;
        width: 400px ;
        height: 150px;
        border-radius: 20px;
    }

    #lab_btm_modal{
        font-size: xx-large;
        font-weight: bold;
    }

    .modal-footer button{
        padding: 10px 5px !important;
        width: 25%;
        font-size: xx-large;
    }

    #btn_modal_contacto:after{
        content: '';
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background: #0085a6;
        position: absolute;
        bottom: -2rem;
        left: calc(80% - 0.5rem);
        clip-path: polygon(0 0, 100% 0, 100% 100%);
    }
}

@media (max-width: 700px) {

    #modalContacto{
        top: 145px;
        padding-right: 0px !important;
    }

    #pos_modal_cto {
        display: inline;
        bottom: auto !important;
        right:  auto !important;
        position: relative;
    }
    .modal-content{
        height: 70%;
        width: 100% !important;
        overflow-y: auto !important;
    }

    .m_b_10{
        margin-bottom: 80px  !important;
    }

    .modal-body label, .modal-body input{
        font-size: 30px !important;
        display: block !important;
        
    }

    .modal-body label{

        float: left !important;
        margin-left: 20px;
    }

    .modal-body{
        padding-top: 30px;
    }

    #acepta_modal{
         font-size: 30px !important;
    }

    #pag_politica{
        font-size: 30px !important;
    }
}

@media only screen and (hover: none) and (pointer: coarse) and (max-width: 1000px) {

    #modalContacto{
        top: 145px;
        padding-right: 0px !important;
    }

    #pos_modal_cto {
        display: inline;
        bottom: auto !important;
        right:  auto !important;
        position: relative;
    }
    .modal-content{
        height: 70%;
        width: 100% !important;
        overflow-y: auto !important;
    }

    .m_b_10{
        margin-bottom: 80px  !important;
    }

    .modal-body label, .modal-body input{
        font-size: 30px !important;
        display: block !important;
        
    }

    .modal-body label{

        float: left !important;
        margin-left: 20px;
    }

    .modal-body{
        padding-top: 30px;
    }

    #acepta_modal{
         font-size: 30px !important;
    }

    #pag_politica{
        font-size: 30px !important;
    }
}

@media (max-width: 700px) {

    #btn_modal_contacto{

        bottom: 80px;
        width: 400px ;
        height: 150px;
        border-radius: 20px;
    }

    #lab_btm_modal{
        font-size: xx-large;
        font-weight: bold;
    }

    .modal-footer button{
        padding: 10px 5px !important;
        width: 25%;
        font-size: xx-large;
    }

    #btn_modal_contacto:after{
        content: '';
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background: #0085a6;
        position: absolute;
        bottom: -2rem;
        left: calc(80% - 0.5rem);
        clip-path: polygon(0 0, 100% 0, 100% 100%);
    }
}

.modal {
	z-index: 9999;
}

.modal-content {
    width: 100% ;
    float: right;
}

.m_b_10{
    margin-bottom: 10px;
}

#acepta_modal{
    color:black;
     font-size: 10px;
}

#pag_politica{
    text-decoration:underline;
    color:#333333;
    display: inline; 
    font-size: 10px;
}