/* custom daniel vera 2019 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

.btn-oferta{
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 10px 0 !important;
    border-radius: 25px !important;
    width: 300px;

}
.alerta-icon{
    margin:12px;
}
#clock {
    font-size: 35px;
    font-weight: bold;
    color: black;
    letter-spacing: 7px;
    padding: 0 10px;
    margin-left: auto;
}
.tit {
    background: black;
    padding: 10px;
    color: #fff;
    padding-left: 20px;
    border-left: 8px solid #f39c12;
}
.tit-dos{
    padding: 10px;
    padding-left: 20px;
    border-left: 8px solid #f39c12;
}
.tit-tres{
    padding: 10px;
    padding-left: 20px;
    border-left: 8px solid #ACACAC;
}

.subtitulos:after{
    content: '';
    background: #f39c12;
    height: 22px;
    width: 1%;
    position: absolute;
    bottom: 0;
    left: 56%;
    top: 64%;
}
.jornadas_d {}

.fechas-activadas .tm-list {color:#a0a0a0}
.fechas-activadas .tm-bullet {
    list-style: none;
    letter-spacing: 1px;
    padding: 7px;
    width: 220px;
    color: black;
    background-color: #FFB800;
    text-align: center;
    font-size: 14px;
    height: auto;
    margin: 10px 0;
}

.fechas-activadas .tm-journal {}

.fechas-activadas ul {
    color: #777 !important;
    line-height: 18px;
}
.fechas-normal ul {
    color: #777 !important;
    /*line-height: 18px; */
}

.fechas-desactivadas .tm-list {color:#a0a0a0}
.fechas-desactivadas .tm-bullet {
    list-style: none;
    letter-spacing: 1px;
    padding: 7px;
    width: 220px;
    color: black;
    background-color: #FFB800;
    text-align: center;
    font-size: 14px;
    height: auto;
    margin: 10px 0;
}
.fechas-activadas .tm-bullet {
    color: green;
}

.tm-bullet {
    list-style: none;
    letter-spacing: 1px;
    padding: 7px;
    width: 220px;
    color: black;
    background-color: #FFB800;
    text-align: center;
    font-size: 14px;
    height: auto;
    margin: 10px 0;
    border: 0;
}

.fechas-normal .counter {
    color: indianred;
    margin-left: 40px;
    margin-bottom:10px;
}

.fechas-desactivadas .tm-journal {}
.fechas-desactivadas ul {
    color: #777 !important;
    line-height: 18px;
}
/* CUSTOM */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.titulo{
    width: 100%;
}

#interior{
    width:800px;
    margin:auto;
    padding:0;
    /*font-family:Calibri, Arial, Helvetica, sans-serif;
    font-size:12px;*/
    font-weight:normal;
    color:#000;
}
/*
#header-interior {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-image: url(../images/header-tdr.jpg);
    background-color: #fff;
    background-position: center;
    background-size: cover;
}*/

#content-interior{
    display: flex;
}

#fechas {
    float: left;
    width: 50%;
     padding: 0 20px;
    background-color:#FFF;

}
#boton {
    float: right;
    width: 50%;
    padding: 20px;
    background-color:#FFF;
}

#boton img{
    border:none;
}
#mensaje-interior{
    width: auto;
    padding:10px;
    margin:auto;
    text-align:left;
    line-height:150%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#mensaje-interior a{
    font-size:13px;
    color:#000;
    font-weight:bold;
    text-decoration:none;
    border-bottom:2px solid #F30;
}

#mensaje-interior a:hover{
    font-size:13px;
    color:#39F;
    font-weight:bold;
    text-decoration:none;
}

.tit-fecha{
    font-weight:bold;
    text-decoration:underline;
    color:#181f31;
    font-size:14px;
    padding:0;
    margin:0;
}
.extra {
    font-weight: bold;
    font-size: 14px;
    padding: 10px;

}
.importante {
    font-size: 15px;
    padding: 0 10px;
}

.destacado-fecha{
    color:#F30;
    font-size: 14px;
    font-weight:bold;
}

.destacado-sancarlos {
    width: 100%;
    color: #FFF;
    font-size: 4px;
    font-weight: bold;
    margin-top: 0px;
    background-color: #f9b41f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
}
.tit-sede {
    padding: 15px;
    font-size: 25px;
    margin: 0;
    font-weight: bold;
}

.clear{
    clear:both;
}
.detalle {
    font-size: 10px;
    text-align: left;
    margin: 0;
    color: #777;
}


@media (max-width: 700px) {

    #interior {
        width: 100%;
        display: table;
        padding:0px;
    }   
    #fechas {
        float: none;
        width: 100%;
        display: table;
        padding:0px;
    }
    #boton {
        float: none;
        width: 100%;
        padding: 0px;
        text-align: center;
        margin-top: 50px;
    }
    #header-interior {
        background-position: -454px 0px;
    }
}


.link-ayuda {
    border-bottom:none !important;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.link-ayuda:hover {
    color:#000 !important
}     
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;

}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.fa-info-circle{
    font-size: 25px;
}

