a{
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
}

a:hover{
    color: white;
}

.row-column2{
    flex-direction: row;
}

.row-column3{
    flex-direction: row;
}

.scrll2{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 450px;
    max-height: var(--hight-scroll2);
    box-shadow: 2px 2px 4px gray;
    border: 2px solid gray;
    overflow: hidden;
}

.slider_imgs2{
    width: 100%;
    height: var(--hight-scroll2);
    margin: 0;
    animation: imgs 30s infinite alternate linear;
}

.slider_imgs2 ul{
    display: flex;
    width: 100%;
    height: var(--hight-scroll2);
    margin: 0;
    padding: 0;
}

.slider_imgs2 li{
    border-right: solid 1px gray;
    height: var(--hight-scroll2);
    width: 100%;
    min-width: 100%;
    list-style: none;
    overflow: hidden;
}

.inf_pont{
    width: 100%;
    height: var(--hight-scroll2);
    overflow: hidden;
}

.fondo_img_p{
    width: 100%;
    height: 100%;
    background-image: url('../archive/imgs/ponentes/profile-pic.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fondo_img_p2{
    width: 100%;
    height: 100%;
    background-image: url('../archive/imgs/ponentes/profile-pic.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.fondo_img{
    width: 100%;
    height: fit-content;
    background-image: url('../archive/imgs/ponentes/profile-pic.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.img_p{
    width: 100%;
    height: var(--hight-scroll2);
    object-position: center;
    object-fit: contain;
}

.img_p2{
    width: 100%;
    height: 100%;
    margin: 5px;
    margin-bottom: 0;
    object-position: center;
    object-fit: contain;
}

.infp{
    width: 100%;
    height: 100%;
    margin: 0;
    margin-top: auto;
    padding: 10px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.95);
    border-left: 2px solid green;
}

.infp2{
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 5px 10px;
    background-color: rgb(240, 255, 250);
    border-top: 2px solid gray;
}

.tallerista{
    width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 400px;
    margin: 8px;
    border: 1px solid gray;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 4px gray;
}

.consulta_inf_ponente{
    width: 80%;
    height: fit-content;
    padding: 5px 15px;
    margin: 5px 0;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: larger;
    color:white;
    background-color: rgb(15, 120, 85);
}

@keyframes imgs {
    0%  {margin-left: 0%;}
    11% {margin-left: 0%;}

    12% {margin-left: -100%;}
    23% {margin-left: -100%;}

    24% {margin-left: -200%;}
    35% {margin-left: -200%;}

    36%  {margin-left: -300%;}
    47% {margin-left: -300%;}

    48%  {margin-left: -400%;}
    59% {margin-left: -400%;}

    60%  {margin-left: -500%;}
    71% {margin-left: -500%;}

    72%  {margin-left: -600%;}
    83% {margin-left: -600%;}
   
    84%  {margin-left: -700%;}
    95% {margin-left: -700%;}

    96%  {margin-left: -800%;}
    100% {margin-left: -800%;}
}

.flechas{
    width: 90%;
    height: var(--hight-scroll2);
    cursor: pointer;
}

.flechas:hover{
    background-color:rgb(175, 235, 215);
    transition: all .3s;
}

.icono_flecha{
    object-fit: contain;
    width: 20px;
    margin: 10px;
}

.scrll{
    padding: 0;
    margin: 0;
    width: 100%;
    height: fit-content;
    box-shadow: 2px 2px 4px gray;
    overflow: hidden;
}

.slider_imgs{
    width: 100%;
    height: var(--hight-scroll);
    margin: 0;
    overflow: hidden;
}

.slider_imgs ul{
    display: flex;
    width: 100%;
    height: var(--hight-scroll);
    margin: 0;
    padding: 0;
}

.slider_imgs li{
    width: 100%;
    height: var(--hight-scroll);
    list-style: none;
}

.slider_imgs img{
    width: 100%;
    height: var(--hight-scroll);
    background-color: var(--bgcolor);
    object-fit: cover;
    object-position: center;
}

.fnd_txt_img{
    width: 100%;
    height: var(--hight-scroll);
    padding: 0;
    margin: 0;
    margin-top: calc(var(--hight-scroll)*-1);
}

.txt_img_s{
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.35);
}

#logo_icono{
    width: 15%;
    height: fit-content;
    margin: 10px 5px;
    object-position: center;
    object-fit: contain;
}

#logo_icono2{
    width: 75%;
    height: fit-content;
    margin: 10px 2px;
    object-position: center;
    object-fit: cover;
}

#nomb{
    height: 100%;
}

.text-t-g{
    width: 95%;
    font-family: 'Montserrat', sans-serif;
    font-size: 7em;
    text-decoration: dotted;
    text-align: left;
    color: white;
    margin: 0;
    margin-top: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.text-t-m{
    width: 95%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    text-align: left;
    color: white;
    margin: 0;
    margin-top: 8px;
}

.text-t-m2{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: black;
    margin: 0;
    padding: 30px 20px;
}

.text-t-ch{
    font-family: 'Roboto', sans-serif;
    font-size:medium;
    font-weight: bolder;
    text-align: center;
    color: white;
    margin: 0;
    margin-top: 8px;
}

#scroll-vertical{
    display: none;
}

#scroll-horizontal{
    display: flex;
}

.fnd{
    background-color: rgb(255, 255, 255, 0.35);
}

#icn_1{
    margin: 0;
    margin-top: auto;
    height: 100%;
    width: 35%;
    object-position: center;
    object-fit: cover;
}

.icono_c{
    padding: 0;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
}

#inf_extr{
    width: 100%;
    height: 100%;
    padding: 20px 0;
    margin-top: -20px;
}

.titulo_txt{
    cursor: pointer;
    width: 50%;
    height: max-content;
    font-family: 'Raleway', sans-serif;
    font-size: x-large;
    color: white;
    text-align: left;
    background-color: var(--bgcolor);
    border: 1px rgb(255, 250, 250) solid;
    border-left: none;
    border-radius: 0 10px 0 0;
    box-shadow: 6px 6px 3px rgb(140, 140, 140);
    padding: 8px 20px;
    margin: 5px 0;
    transition: margin .3s;
}

.titulo_txt:hover{
    border-color: black;
    color: black;
    background-color: white;
    transition: all .3s;
}

.titulo_txt2{
    width: max-content;
    height: max-content;
    font-family: 'Raleway', sans-serif;
    font-size: x-large;
    color: white;
    text-align: left;
    background-color: var(--colorprimario);
    text-shadow: 2px 0px 5px rgb(80, 80, 80);
    border: 1px rgb(22, 22, 22) solid;
    border-left: none;
    box-shadow: 4px 4px 3px rgb(80, 80, 80);
    padding: 9px 30px;
    padding-left: 20px;
    margin: 5px 0;
    transition: margin .3s;
}

.titulo_txt3{
    width: max-content;
    height: max-content;
    font-family: 'Raleway', sans-serif;
    font-size: larger;
    color: white;
    text-align: left;
    background-color: rgb(25, 30, 65);
    border: 1px rgb(184, 184, 184) solid;
    padding: 9px 20px;
    padding-left: 20px;
    margin: 5px 0;
    transition: margin .3s;
}

.texto_apart{
    display: none;
    width: 95%;
    margin: 0;
    padding: 15px 0;
    padding-left: 25px;
}

.texto_apart2{
    width: 95%;
    margin: 0;
    padding: 15px 0;
    padding-left: 25px;
}

.descrip_txt{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: black;
    text-shadow: 1px 1px 2px rgb(240, 240, 240);
    text-align: justify;
}

.descrip_txt2{
    padding: 7px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    font-weight: bolder;
    color: rgb(5, 110, 75);
    text-shadow: 1px 1px 2px rgb(240, 240, 240);
    text-align: justify;
}

.descrip_txt3{
    padding: 5px 0;
    margin: 0;
    width: 90%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    font-weight: bolder;
    color: black;
    text-shadow: 1px 1px 2px rgb(240, 240, 240);
    text-align: center;
}

.descrip_txt4{
    padding: 7px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: bolder;
    color: rgb(5, 110, 75);
    text-shadow: 1px 1px 2px rgb(240, 240, 240);
    text-align: justify;
}

.descrip_txt5{
    padding: 7px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    font-weight: bolder;
    color: rgb(5, 110, 75);
    text-align: left;
}

.descrip_txt6{
    width: fit-content;
    padding: 7px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    font-weight: bolder;
    color: black;
    text-align: left;
}

.puntos{
    padding: 0;
    margin: 0;
    overflow: inherit;
    text-overflow: clip;
}

.puntos li{
    list-style:square;
    margin: 0;
    padding: 0;
}

.inf{
    padding: 20px;
    padding-top: 0;
}

.fnd0{
    width: 100%;
    padding: 10px 12px;
    margin: 0;
    background-color: rgb(240, 240, 240);
    overflow: hidden;
}

.fnd1{
    width: 100%;
    padding: 10px 12px;
    margin: 15px 0;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.contenido{
    width: 100%;
    border-radius: 4px;
    box-shadow: 3px 3px 4px gray;
    margin: 10px 0;
    padding: 0;
    border: 1px solid rgb(205, 205, 205);
    border-top: none;
    overflow: hidden;
}

.contenido2{
    width: 100%;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
}

.sep{
    margin-top: 0;
    margin-bottom: 0;
}

.text_contd_tit{
    font-family: 'Roboto', sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: rgb(33, 33, 80);
    text-shadow: 2px 2px 2px rgb(215, 215, 215);
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.text_contd_text{
    font-family: sans-serif;
    font-size: larger;
    color: black;
    text-shadow: 2px 2px 2px rgb(215, 215, 215);
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.text_contd_text2{
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    color: black;
    text-shadow: 2px 2px 2px rgb(220, 220, 220);
    width: 100%;
}

.datos{
    font-family: sans-serif;
    font-size: larger;
    text-align: left;
    border-radius: 4px;
    width: 100%;
    padding: 10px 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 2px solid rgb(66, 66, 66);
}

#contd_mnsj{
    font-family: 'Roboto', sans-serif;
    font-size: larger;
    border-radius: 4px;
    width: 95%;
    padding: 10px 8px;
    margin: 5px 0;
    margin-bottom: 0;
    border: 2px solid  rgb(66, 66, 66);
}

.icono_sociales{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.btn_opc{
    font-family: 'Roboto', sans-serif;
    font-size: x-large;
    width: max-content;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 15px;
    background-color: var(--colorprimario);
    text-shadow: 2px 0px 5px rgb(80, 80, 80);
    color:white;
    margin: 15px auto;
    border: 2px solid black;
    transition: all .3s;
}

.btn_opc:hover{
    box-shadow: 2px 2px 3px gray;
    font-style: italic;
    transition: all .3s;
}

.btn_opc2{
    font-family: 'Roboto', sans-serif;
    font-size: x-large;
    width: max-content;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 15px;
    background-color: var(--colorprimario);
    text-shadow: 2px 0px 5px rgb(80, 80, 80);
    color:white;
    margin: 15px 10px;
    border: 2px solid black;
    transition: all .3s;
}

.btn_opc2:hover{
    box-shadow: 2px 2px 3px gray;
    background-color: black;
    transition: all .3s;
}

#log2{
    width: 25%;
}

#log3{
    width: 90%;
}

#fnd_alerta{
    z-index: 1000;
    display: none;
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#contd_alerta{
    margin: auto;
    padding: 20px 10px;
    width: fit-content;
    background-color: white;
    border: 2px solid black;
    border-radius: 8px;
    max-width: 85%;
    max-height: 90%;
}

#cerrar{
    width: fit-content;
    padding: 2px 10px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -40px;
    font-family: 'Roboto', sans-serif;
    font-size: larger;
    border-radius: 12px;
    border: 2px solid black;
    background-color: rgb(210, 15, 15);
    cursor: pointer;
}

#mnsj_alerta{
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
    max-height: 380px;
    overflow-x: hidden;
    overflow-y: auto;

}

#mnsj_alerta ::-webkit-scrollbar{
    background: white;
    width: 5px;
}

#mnsj_alerta ::-webkit-scrollbar-thumb {
    background: var(--colorprimario);
    border-radius: 10px;
}

.inf_ponente_seleccionado{
    width: 100%;
}

#inf_selected{
    overflow-x: hidden;
    overflow-y: auto;
}

.scroll-imgs{
    flex-direction: row;
    height: var(--hight-scroll2);
}

.descrip_pont{
    display: none;
}

@media screen and (max-width: 1200px){
    .row-column2{
        flex-direction: column;
    }

    .fnd0{
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(248, 228, 228, 0.5));
    }

    #icn_1{
        height: 100%;
        width: 60%;
        margin-left: auto;
    }

    .titulo_txt{
        width: 50%;
        padding-left: 30px;
        margin-left: 0;
    }

    .texto_apart{
        width: 95%;
        margin: 15px auto;
        margin-bottom: 0;
        padding: 0;
    }

    .texto_apart2{
        width: 100%;
        padding: 0;
        margin-top: 10px;
        margin-left: 20px;
    }

    #icn_log_inf{
        display: none;
    }

    #icn_log_inf2{
        display: block;
    }

    .img-inf{
        display: block;
    }

    #area_mnsj{
        width: 100%;
    }
    
    #area_contc{
        width: 100%;
    }

    .row_column{
        flex-direction: column;
    }

    .anuncio__img{
        border: none;
        box-shadow: none;
        object-fit: contain;
    }
}

@media screen and (max-width: 950px){
    .fnd_v{
        width: 100%;
        height: 500px;
        padding: 0;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.9);
        border: 2px solid gray;
        transition: margin-top .4s;
    }

    .fnd_v2{
        width: 100%;
        height: 50px;
        padding: 0;
        margin: 0;
        margin-top: -50px;
        transition: margin-top .4s;
    }

    .text-t-g{
        font-size: 3em;
    }

    .text-t-m{
        font-size: medium;
    }

    .btn_opc{
        font-size: larger;
    }

    .btn_opc2{
        font-size: larger;
    }
}

@media screen and (max-width: 800px){
    .row_column{
        flex-direction: column;
    }

    .fnd0{
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(248, 228, 228, 0.5));
    }

    #icn_1{
        height: 100%;
        width: 85%;
        margin-left: auto;
    }

    .icono_c{
        padding: 0;
        margin: 0 5px;
        width: 50px;
        height: 50px;
        object-fit: contain;
        object-position: center;
    }

    .titulo_txt{
        width: 65%;
        padding-left: 20px;
        margin-left: 4px;
    }

    .titulo_txt2{
        font-size: large;
        padding: 10px 15px;
    }

    .texto_apart{
        width: 90%;
        padding: 0;
        margin-top: 10px;
        margin-left: 20px;
    }

    .texto_apart2{
        width: 100%;
        padding: 0;
        margin-top: 10px;
        margin-left: 20px;
    }

    #logo_icono{
        width: 40%;
        margin-top: -70px;
    }

    #logo_icono2{
        width: 95%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .row-column2{
        flex-direction: column;
    }

    .scrll{
        width: 99%;
    }

    .scroll-imgs{
        flex-direction: column;
        height: var(--hight-scroll2);
    }

    #icn_log_inf{
        display: none;
    }

    #icn_log_inf2{
        display: block;
    }

    .img-inf{
        display: block;
    }

    .txt_img{
        font-size: x-large;
        padding: 235px 0;
    }

    .cont{
        width: 100%;
    }

    .slider__img{
        height:fit-content;
    }

    #inf_extr{
        margin-top: 0;
    }
    
    .fnd_v{
        width: 99.2%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: 2px solid var(--bgcolor);
        background-color: rgba(250, 250, 250, 0.9);
        transition: margin-top .4s;
    }

    .fnd_v2{
       display: none;
    }

    .text-t-g{
        font-size: 3em;
    }

    .text-t-m{
        font-size: medium;
    }

    .btn_opc{
        font-size: larger;
    }

    .btn_opc2{
        font-size: larger;
    }

    .slider_imgs2 li{
        width: 100%;
        height: var(--hight-scroll2);
        list-style: none;
        background-image: url('../archive/imgs/ponentes/profile-pic.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .infp{
        margin-top: 0;
        background-color: white;
        border-left: none;
        border-top: 1px solid black;
    }

    .infp2{
        width: 100%;
        height: max-content;
        padding: 15px 0;
    }

    .inf_pont{
        width: 100%;
        height: var(--hight-scroll2);
    }

    .fondo_img_p{
        background: none;
        height: 100%;
        margin: auto;
    }

    .fondo_img_p2{
        height: 90%;
    }

    .fondo_img{
        border-top: 2px solid green;
        margin-top: 10px;
    }

    .img_p{
        width: 195px;
        height: fit-content;        
        object-position: center;
        object-fit: contain;
    }

    .img_p2{
        width: 100%;
        height: 100%;
        margin-top: auto;     
        object-position: center;
        object-fit: cover;
    }

    .descrip_txt{
        font-size: larger;
    }

    .descrip_txt2{
        font-size: larger;
    }

    .descrip_txt3{
        font-size: larger;
    }

    .descrip_txt4{
        font-size: larger;
    }

    .descrip_txt5{
        font-size: small;
        text-align: center;
    }

    .descrip_txt6{
        font-size: small;
        text-align: center;
    }
   
    .contenido2{
        width: 98%;
        padding: 0;
    }

    .fnd1{
        padding: 0;
        margin: 0;
    }

    .tallerista{
        height: 500px;
    }

    #mnsj_alerta{
        height: fit-content;
        font-size: larger;
        text-align: justify;
        width: 100%;
        margin: 0;
    }

    #foto_ponente{
        padding: 0;
        object-position: center;
        object-fit: contain;
        width: 90%;
        height: fit-content;
    }

    #inf_selected{
        height: 100%;
        display: block;
    }

    .inf_ponente_seleccionado{
        width: 100%;
        height: fit-content;
        margin: 0;
    }
}

@media screen and (max-width: 400px){
    .row_column{
        flex-direction: column;
    }

    .fnd0{
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(248, 228, 228, 0.5));
    }

    #icn_1{
        height: 100%;
        width: 85%;
        margin-left: auto;
    }

    .icono_c{
        padding: 0;
        margin: 0 5px;
        width: 50px;
        height: 50px;
        object-fit: contain;
        object-position: center;
    }

    .titulo_txt{
        width: 65%;
        padding-left: 20px;
        margin-left: 4px;
    }

    .texto_apart{
        width: 90%;
        padding: 0;
        margin-top: 10px;
        margin-left: 20px;
    }

    .texto_apart2{
        width: 100%;
        padding: 0;
        margin-top: 10px;
        margin-left: 20px;
    }

    .text_contd_text2{
        font-size: large;
    }

    #logo_icono{
        width: 40%;
        margin-top: -70px;
    }

    #logo_icono2{
        width: 95%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .row-column2{
        flex-direction: column;
    }

    .scrll{
        width: 99%;
    }

    #icn_log_inf{
        display: none;
    }

    #icn_log_inf2{
        display: block;
    }

    .img-inf{
        display: block;
    }

    .txt_img{
        font-size: medium;
        padding: 235px 0;
    }

    .cont{
        width: 100%;
    }

    #inf_extr{
        margin-top: 0;
    }
    
    .fnd_v{
        width: 99.2%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: 2px solid var(--bgcolor);
        background-color: rgba(250, 250, 250, 0.9);
        transition: margin-top .3s;
    }

    .fnd_v2{
       display: none;
    }

    .titulo_txt{
        font-size: larger;
    }
    
    .titulo_txt2{
        font-size: larger;
    }
    
    .titulo_txt3{
        font-size: small;
    }
    
    .descrip_txt{
        font-size: 0.95em;
    }

    .descrip_txt2{
        font-size: 0.95em;
    }

    .descrip_txt3{
        font-size: 0.95em;
    }

    .descrip_txt4{
        font-size: larger;
    }

    .descrip_txt5{
        font-size: smaller;
    }

    .descrip_txt6{
        font-size: smaller;
    }

    .text_contd_tit{
        font-size: small;
    }
    
    .text_contd_text{
        font-size: small;
    }

    .text_contd_text2{
        font-size: small;
    }
    
    .datos{
        font-size: small;
    }

    .text-t-g{
        font-size: medium;
    }

    .btn_opc{
        font-size: small;
    }

    .btn_opc2{
        font-size: small;
    }
}