@font-face {
    font-family: "fuente Principal";
    src: url("fonts/GT-Flexa-Compressed-Black-Trial.otf");
}
.fuentePrincipal{
    font-family: "fuente Principal";
}
@font-face {
    font-family: "fuente PrincipalItalica";
    src: url("fonts/GT-Flexa-Condensed-Black-Italic-Trial.otf");
}
.fuentePrincipalItalica{
    font-family: "fuente PrincipalItalica";
}
@font-face {
    font-family: "fuente PrincipalBold";
    src: url("fonts/GT-Flexa-Condensed-Black-Trial.otf");
}
.fuentePrincipalBold{
    font-family: "fuente PrincipalBold";
}
@font-face {
    font-family: "fuente2";
    src: url("fonts/GT-Flexa-X-Compressed-Medium-Trial.otf");
}
.fuente2{
    font-family: "fuente2";
}
@font-face {
    font-family: "fuente3";
    src: url("fonts/GT-Flexa-X-Compressed-Thin-Trial.otf");
}
.fuente3{
    font-family: "fuente3";
}
@font-face {
    font-family: "fuente4";
    src: url("fonts/GT-Flexa-Extended-Black-Trial.otf");
}
.fuente4{
    font-family: "fuente4";
}
@font-face {
    font-family: "fuente5";
    src: url("fonts/GT-Flexa-Black-Trial.otf");
}
.fuente5{
    font-family: "fuente5";
}
@font-face {
    font-family: "fuente6";
    src: url("fonts/GT-Flexa-Lazer-Trial.otf");
}
.fuente6{
    font-family: "fuente6";
}
@font-face {
    font-family: "fuente7";
    src: url("fonts/GT-Flexa-Compressed-Lazer-Trial.otf");
}
.fuente7{
    font-family: "fuente7";
}
@font-face {
    font-family: "fuente8";
    src: url("fonts/GT-Flexa-Extended-Bold.ttf");
}
.fuente8{
    font-family: "fuente8";
}
@font-face {
    font-family: "fuente9";
    src: url("fonts/GT-Flexa-Standard-Lazer.ttf");
}
.fuente9{
    font-family: "fuente9";
}
@font-face {
    font-family: "fuente10";
    src: url("fonts/GT-Flexa-Thin-Trial.otf");
}
.fuente10{
    font-family: "fuente10";
}
@font-face {
    font-family: "fuente11";
    src: url("fonts/GT-Flexa-Regular-Trial.otf");
}
@font-face {
    font-family: "fuente12";
    src: url("fonts/HelveticaLTStd-UltraComp.otf");
}
@font-face {
    font-family: "fuente13";
    src: url("fonts/Antonio-VariableFont_wght.ttf");
}

body{
    background-color: #000000;
    font-size: 18px;
    line-height: 21px;
}
#menu{
    font-family: "fuente10";
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 55px;
    background-color: #000000;
    z-index: 1;
    text-align: right;
    padding-right: 25px;
    border-bottom: 2px solid #e0e329;
}
.submenus{
    width: fit-content;
    padding: 15px;
    display: inline-block;
}
.submenus a{
    color: #ffffff;
    text-decoration: none;
}
.submenus a:hover{
    color: #e0e329;
    text-decoration: underline;
}
.active {
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 15px;
    line-height: 18px;
}
.active:hover{
    color: #e0e329;
    text-decoration: underline;
}
.notActive {
    color: #666666;
    font-weight: normal;
    display: inline-block;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 15px;
    line-height: 18px;
}
.amarillo{
    color: #e0e329;
}
.padin{
    padding-left: 100px;
    padding-right: 100px;
}
.padinCaja{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#banner1{
    background: url('img/Fondo Header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 70vh;
    height: auto;
    text-align: center;
    padding:100px;
    color: #ffffff;
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 2px;
}
#banner12{
    background: url('img/Fondo Header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 70vh;
    height: auto;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 2px;
}
.titulo1{
    font-size: 65px;
    color: #ffffff;
    letter-spacing: 5px;
}
.titulo12{
    font-size: 65px;
    color: #ffffff;
    letter-spacing: 5px;
    padding-top: 200px;
}
.logoBanner{
    height: 80px;
    width: auto;
}
.r0{
    width: 21% !important;
}
.r1{
    text-align: right;
    padding-top: 50px;
}
.r2{
    width: 2% !important;
    padding-top: 50px;
}
.r3{
    text-align: left;
    padding-top: 50px;
}
#bloquePonentes{
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 100px;
}
.cajaInterna{
    width: 80%;
    margin-left: 10%;
}
.fotoPonente{
    width: 80%;
    margin-left: 10%;
    height: auto;
    cursor: pointer;
    -webkit-filter: 
    grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
}
.fotoPonente:hover{
    -webkit-filter: 
    grayscale(0%);
   -moz-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   filter: grayscale(0%);
}


.nombrePonente{
    color: #e0e329;
    font-family: "fuente13";
    font-size: 38px;
    line-height: 41px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.jobPonente{
    font-family: "fuente8";
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#programa{
    background: url('img/Fondo Programa.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-bottom: 100px;
}
#programa2{
    background: url('img/Fondo Programa.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-bottom: 100px;
}
.numero1{
    font-family: "fuente5";
    font-size:150px;
    line-height: 115px;
}
.mesPrograma{
    font-family: "fuente4";
    color: #ffffff;
    font-size: 50px;
}
.diaPrograma{
    font-family: "fuente6";
    color: #ffffff;
    font-size: 50px;
}
.tituProg{
  background: linear-gradient(to right, #ffffff, #e0e329);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "fuente4";
  border-bottom: 1px solid #ffffff;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.tituProg2{
  background: linear-gradient(to right, #ffffff, #e0e329);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "fuente8";
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.fila1, .fila2{
    text-align: center;
}
.ponenteP2{
    color: #e0e329;
    font-size: 20px;
    font-family: "fuente8";
    text-align: left;
}
.ponenciaP2{
    color: #ffffff;
}
.amarillo2023{
    color: #e0e329;
    font-family: "fuente2";
    font-size: 30px;
    letter-spacing: 2px;
}
.lineasProg{
    font-size: 15px;
    line-height: 8px;
    color: #ffffff;
}
#footer{
    background-color: #ffffff;
    padding: 100px;
}
#footer2{
    background-color: #e0e329;
    padding: 100px;
}
.lineaFinal{
    width: 100%;
    border-bottom: 1px solid #000000;
}
.shortextPonente{
    font-family: "fuente9";
    font-size: 20px;
    line-height: 23px;
    text-align: center;
}
#shadow{
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 10;
}
.oculto{
    left: 25vw;
    top: 10vh;
    position: fixed;
    width: 50vw;
    height: auto;
    z-index: 11;
    display: none;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
}
.tache{
    color: #ffffff;
    background-color: #000000;
    font-size: 20px;
    line-height: 20px;
    border-radius: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px 10px 7px;
    cursor: pointer;
}
.rrssFooter{
    height: 20px;
    width: auto;
}
.cajarrss{
    width: 80%;
    margin-left: 10%;
}
.lineaDivisora{
    border: solid 1px #e0e329;
    margin-top: 80px;
    margin-bottom: 80px;
}
.inpu{
    width: 450px;
    margin-bottom: 5px;
}
.envia{
    font-family: "fuente11";
    background-color: #000000;
    border: solid 1px #e0e329;
    color: #e0e329;
    padding: 8px 10px;
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 1px;
}
.envia:hover{
    background-color: #e0e329;
    border: solid 1px #000000;
    color: #000000;
}
@media screen and (max-width: 1166px) {
    .r1{
        text-align: center;
        width: 100%;
    }
    .r0, .r2{
        display: none;
    }
    .r3{
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 888px) {
    #banner1 {
        padding: 20px;
        font-size: 35px;
        line-height: 38px;
        margin-top: 20px;
    }
    #banner12 {
        padding: 20px;
        font-size: 35px;
        line-height: 38px;
        margin-top: 20px;
    }
    .titulo1 {
        font-size: 50px;
    }
    .logoBanner {
        height: 60px;
    }
    .padinCaja {
        padding-left: 20px;
        padding-right: 20px;
    }
    .numero1 {
        font-size: 100px;
        line-height: 90px;
    }
    .mesPrograma {
        font-size: 25px;
    }
    .padin {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    #footer {
        padding: 20px;
    }
    .oculto{
        left: 5vw;
        top: 5vh;
        width: 90vw;
        height: 90vh;
    }
    .inpu {
        width: 300px;
    }
    #menu{
        height: 45px;
        text-align: center;
        width: 100vw;
        padding-right: 0px;
    }
    .submenus{
        padding: 10px;
    }
    .submenus a {
        font-size: 12px;
    }
    .active, .notActive{
        font-size: 12px;
    }
    .cajarrss {
        margin-bottom: 40px;
        margin-top: -15px;
    }
}